@bizdoc/core 1.17.5 → 1.17.9

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 (412) hide show
  1. package/assets/themes/brown.min.css +1 -1
  2. package/assets/themes/dark.min.css +7 -2
  3. package/assets/themes/deep-purple-light-blue.min.css +1 -1
  4. package/assets/themes/deep-purple-teal.min.css +1 -1
  5. package/assets/themes/default.min.css +1 -1
  6. package/assets/themes/green.min.css +1 -1
  7. package/assets/themes/indigo.min.css +1 -1
  8. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  9. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  10. package/esm2020/lib/admin/architecture/cube-axes-filter.component.mjs +14 -15
  11. package/esm2020/lib/admin/architecture/declarations.mjs +1 -1
  12. package/esm2020/lib/admin/architecture/designer-element.component.mjs +17 -17
  13. package/esm2020/lib/admin/architecture/designer-privileges.component.mjs +3 -3
  14. package/esm2020/lib/admin/architecture/designer.base.mjs +9 -9
  15. package/esm2020/lib/admin/architecture/designer.component.mjs +16 -17
  16. package/esm2020/lib/admin/architecture/elements/action.component.mjs +3 -3
  17. package/esm2020/lib/admin/architecture/elements/analysis-view.component.mjs +3 -3
  18. package/esm2020/lib/admin/architecture/elements/analysis-widget.component.mjs +3 -3
  19. package/esm2020/lib/admin/architecture/elements/anomaly-rule.component.mjs +3 -3
  20. package/esm2020/lib/admin/architecture/elements/attribute.component.mjs +3 -3
  21. package/esm2020/lib/admin/architecture/elements/box-form.component.mjs +3 -3
  22. package/esm2020/lib/admin/architecture/elements/configuration-datasource.component.mjs +3 -3
  23. package/esm2020/lib/admin/architecture/elements/control.component.mjs +3 -3
  24. package/esm2020/lib/admin/architecture/elements/cube-index-utility.component.mjs +3 -3
  25. package/esm2020/lib/admin/architecture/elements/cube-view.component.mjs +3 -3
  26. package/esm2020/lib/admin/architecture/elements/cube.component.mjs +26 -25
  27. package/esm2020/lib/admin/architecture/elements/documents-report.component.mjs +3 -3
  28. package/esm2020/lib/admin/architecture/elements/documents-widget.component.mjs +3 -3
  29. package/esm2020/lib/admin/architecture/elements/explore-view.component.mjs +3 -3
  30. package/esm2020/lib/admin/architecture/elements/feedback-widget.component.mjs +3 -3
  31. package/esm2020/lib/admin/architecture/elements/folder.component.mjs +3 -3
  32. package/esm2020/lib/admin/architecture/elements/form-invite.dialog.mjs +14 -14
  33. package/esm2020/lib/admin/architecture/elements/form.component.mjs +39 -27
  34. package/esm2020/lib/admin/architecture/elements/guide.component.mjs +5 -4
  35. package/esm2020/lib/admin/architecture/elements/matrix-view.component.mjs +3 -3
  36. package/esm2020/lib/admin/architecture/elements/node.component.mjs +3 -3
  37. package/esm2020/lib/admin/architecture/elements/parallel-view.component.mjs +3 -3
  38. package/esm2020/lib/admin/architecture/elements/performance-report.component.mjs +3 -3
  39. package/esm2020/lib/admin/architecture/elements/performance-widget.component.mjs +3 -3
  40. package/esm2020/lib/admin/architecture/elements/pivot-view.component.mjs +3 -3
  41. package/esm2020/lib/admin/architecture/elements/policy.component.mjs +3 -3
  42. package/esm2020/lib/admin/architecture/elements/report.component.mjs +3 -3
  43. package/esm2020/lib/admin/architecture/elements/return-to-role-action.component.mjs +3 -3
  44. package/esm2020/lib/admin/architecture/elements/role.component.mjs +3 -3
  45. package/esm2020/lib/admin/architecture/elements/rule.component.mjs +3 -3
  46. package/esm2020/lib/admin/architecture/elements/state.component.mjs +3 -3
  47. package/esm2020/lib/admin/architecture/elements/sum-view.component.mjs +3 -3
  48. package/esm2020/lib/admin/architecture/elements/tasks-report.component.mjs +3 -3
  49. package/esm2020/lib/admin/architecture/elements/type.component.mjs +3 -3
  50. package/esm2020/lib/admin/architecture/elements/usage-report.component.mjs +3 -3
  51. package/esm2020/lib/admin/architecture/elements/utility.component.mjs +3 -3
  52. package/esm2020/lib/admin/architecture/elements/view.component.mjs +3 -3
  53. package/esm2020/lib/admin/architecture/elements/widget.component.mjs +3 -3
  54. package/esm2020/lib/admin/architecture/icon-picker.component.mjs +3 -3
  55. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  56. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  57. package/esm2020/lib/admin/core/localized-string.component.mjs +7 -6
  58. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  59. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +19 -20
  60. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +24 -25
  61. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +13 -14
  62. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +14 -15
  63. package/esm2020/lib/admin/form/designer/box-designer.component.mjs +6 -6
  64. package/esm2020/lib/admin/form/designer/properties.component.mjs +3 -3
  65. package/esm2020/lib/admin/form/designer/section.component.mjs +3 -3
  66. package/esm2020/lib/admin/form/designer/settings.component.mjs +3 -3
  67. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  68. package/esm2020/lib/admin/form/workflow/node.component.mjs +11 -12
  69. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +17 -18
  70. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +12 -14
  71. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  72. package/esm2020/lib/admin/patterns/patterns.component.mjs +23 -24
  73. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  74. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  75. package/esm2020/lib/admin/positions/positions.component.mjs +24 -25
  76. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +16 -17
  77. package/esm2020/lib/admin/profiler/profiler.component.mjs +20 -21
  78. package/esm2020/lib/admin/system.service.mjs +3 -3
  79. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  80. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  81. package/esm2020/lib/app.component.mjs +6 -6
  82. package/esm2020/lib/bizdoc.module.mjs +4 -4
  83. package/esm2020/lib/browse/browse-items.component.mjs +24 -25
  84. package/esm2020/lib/browse/browse.mobile.component.mjs +17 -18
  85. package/esm2020/lib/browse/browse.pane.component.mjs +15 -16
  86. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +15 -16
  87. package/esm2020/lib/browse/filter/filter.component.mjs +15 -16
  88. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  89. package/esm2020/lib/chat/chat-info.mjs +3 -3
  90. package/esm2020/lib/chat/chat.mobile.component.mjs +7 -8
  91. package/esm2020/lib/chat/chat.service.mjs +3 -3
  92. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  93. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  94. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  95. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  96. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  97. package/esm2020/lib/compose/action/action.dialog.mjs +10 -11
  98. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  99. package/esm2020/lib/compose/action/assign-action.component.mjs +12 -13
  100. package/esm2020/lib/compose/action/moveto-action.component.mjs +14 -15
  101. package/esm2020/lib/compose/action/return-action.component.mjs +12 -13
  102. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  103. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +15 -14
  104. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  105. package/esm2020/lib/compose/box/box.component.mjs +10 -11
  106. package/esm2020/lib/compose/box/control.component.mjs +6 -6
  107. package/esm2020/lib/compose/box/row.component.mjs +3 -3
  108. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  109. package/esm2020/lib/compose/comments/comment.component.mjs +16 -17
  110. package/esm2020/lib/compose/comments/comments.component.mjs +10 -11
  111. package/esm2020/lib/compose/comments/comments.pane.component.mjs +3 -3
  112. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  113. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  114. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  115. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  116. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  117. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  118. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  119. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  120. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  121. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  122. package/esm2020/lib/compose/document.component.mjs +3 -3
  123. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  124. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  125. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  126. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  127. package/esm2020/lib/compose/form.component.mjs +3 -3
  128. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  129. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  130. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  131. package/esm2020/lib/compose/state.component.mjs +3 -3
  132. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  133. package/esm2020/lib/compose/trace/flow.component.mjs +3 -3
  134. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  135. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  136. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  137. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  138. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  139. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +12 -12
  140. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  141. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  142. package/esm2020/lib/core/account.service.mjs +3 -3
  143. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  144. package/esm2020/lib/core/authentication.mjs +1 -1
  145. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  146. package/esm2020/lib/core/checkbox.mjs +3 -3
  147. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  148. package/esm2020/lib/core/configuration.mjs +1 -1
  149. package/esm2020/lib/core/datasource.service.mjs +3 -3
  150. package/esm2020/lib/core/fields/address.designer.mjs +3 -3
  151. package/esm2020/lib/core/fields/address.field.mjs +3 -3
  152. package/esm2020/lib/core/fields/autocomplete.field.mjs +6 -6
  153. package/esm2020/lib/core/fields/checkbox.designer.mjs +3 -3
  154. package/esm2020/lib/core/fields/checkbox.field.mjs +3 -3
  155. package/esm2020/lib/core/fields/checklist.designer.mjs +3 -3
  156. package/esm2020/lib/core/fields/checklist.field.mjs +5 -5
  157. package/esm2020/lib/core/fields/date-range.designer.mjs +3 -3
  158. package/esm2020/lib/core/fields/date-range.field.mjs +3 -3
  159. package/esm2020/lib/core/fields/date.designer.mjs +3 -3
  160. package/esm2020/lib/core/fields/date.field.mjs +3 -3
  161. package/esm2020/lib/core/fields/expression.field.mjs +3 -3
  162. package/esm2020/lib/core/fields/file.designer.mjs +3 -3
  163. package/esm2020/lib/core/fields/file.field.mjs +3 -3
  164. package/esm2020/lib/core/fields/html.designer.mjs +3 -3
  165. package/esm2020/lib/core/fields/html.field.mjs +3 -3
  166. package/esm2020/lib/core/fields/input.designer.mjs +3 -3
  167. package/esm2020/lib/core/fields/input.field.mjs +3 -3
  168. package/esm2020/lib/core/fields/localized-string.field.mjs +5 -5
  169. package/esm2020/lib/core/fields/numeric.designer.mjs +3 -3
  170. package/esm2020/lib/core/fields/numeric.field.mjs +3 -3
  171. package/esm2020/lib/core/fields/options.base.mjs +6 -6
  172. package/esm2020/lib/core/fields/options.component.mjs +3 -3
  173. package/esm2020/lib/core/fields/radio-button.designer.mjs +3 -3
  174. package/esm2020/lib/core/fields/radio-button.field.mjs +3 -3
  175. package/esm2020/lib/core/fields/select.designer.mjs +3 -3
  176. package/esm2020/lib/core/fields/select.field.mjs +3 -3
  177. package/esm2020/lib/core/fields/signature.designer.mjs +3 -3
  178. package/esm2020/lib/core/fields/signature.field.mjs +3 -3
  179. package/esm2020/lib/core/fields/switch.field.mjs +3 -3
  180. package/esm2020/lib/core/fields/textarea.designer.mjs +3 -3
  181. package/esm2020/lib/core/fields/textarea.field.mjs +3 -3
  182. package/esm2020/lib/core/fields/timespan.field.mjs +3 -3
  183. package/esm2020/lib/core/fields/yesno.designer.mjs +3 -3
  184. package/esm2020/lib/core/fields/yesno.field.mjs +3 -3
  185. package/esm2020/lib/core/guide/guide.component.mjs +9 -10
  186. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  187. package/esm2020/lib/core/guide/help-tip.component.mjs +11 -12
  188. package/esm2020/lib/core/http.interceptor.mjs +39 -49
  189. package/esm2020/lib/core/hub.service.mjs +3 -3
  190. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  191. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  192. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  193. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  194. package/esm2020/lib/core/info/map-info.mjs +3 -3
  195. package/esm2020/lib/core/inputs/address.input.mjs +3 -3
  196. package/esm2020/lib/core/inputs/auto-complete.input.mjs +3 -3
  197. package/esm2020/lib/core/inputs/combination-picker-body.mjs +3 -3
  198. package/esm2020/lib/core/inputs/combination-picker.mjs +3 -3
  199. package/esm2020/lib/core/inputs/combination-pool.mjs +3 -3
  200. package/esm2020/lib/core/inputs/file.input.mjs +3 -3
  201. package/esm2020/lib/core/inputs/select.input.mjs +3 -3
  202. package/esm2020/lib/core/inputs/signature.input.mjs +3 -3
  203. package/esm2020/lib/core/inputs/time-picker.mjs +3 -3
  204. package/esm2020/lib/core/inputs/timespan.input.mjs +3 -3
  205. package/esm2020/lib/core/layout.component.mjs +4 -4
  206. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  207. package/esm2020/lib/core/mailbox.service.mjs +10 -6
  208. package/esm2020/lib/core/models.mjs +1 -1
  209. package/esm2020/lib/core/none.component.mjs +3 -3
  210. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  211. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  212. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  213. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  214. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  215. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  216. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  217. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  218. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  219. package/esm2020/lib/core/pipes/localized-string.pipe.mjs +3 -3
  220. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  221. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  222. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  223. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  224. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +6 -6
  225. package/esm2020/lib/core/pipes/translate.pipe.mjs +9 -9
  226. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  227. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  228. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  229. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  230. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  231. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  232. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  233. package/esm2020/lib/core/prompt.service.mjs +3 -3
  234. package/esm2020/lib/core/router.mjs +6 -6
  235. package/esm2020/lib/core/save-changes.dialog.mjs +3 -3
  236. package/esm2020/lib/core/session.service.mjs +12 -9
  237. package/esm2020/lib/core/slots/pane-ref.mjs +11 -11
  238. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  239. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  240. package/esm2020/lib/core/slots/slots.component.mjs +7 -8
  241. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  242. package/esm2020/lib/core/tagging/edit-input.component.mjs +14 -15
  243. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  244. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  245. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  246. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  247. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  248. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  249. package/esm2020/lib/core/translate.service.mjs +3 -3
  250. package/esm2020/lib/core/translations.mjs +2 -7
  251. package/esm2020/lib/core/window-title.service.mjs +3 -3
  252. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  253. package/esm2020/lib/cube/chart/chart.component.mjs +9 -8
  254. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  255. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  256. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  257. package/esm2020/lib/cube/cube.service.mjs +3 -3
  258. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  259. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  260. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  261. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  262. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  263. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  264. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  265. package/esm2020/lib/cube/filter/filter.component.mjs +14 -15
  266. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  267. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +5 -5
  268. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  269. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  270. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  271. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  272. package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
  273. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  274. package/esm2020/lib/cube/pivot/pivot.component.mjs +7 -6
  275. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  276. package/esm2020/lib/cube/view-base.mjs +3 -3
  277. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  278. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  279. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  280. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +35 -25
  281. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  282. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +8 -6
  283. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  284. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +14 -13
  285. package/esm2020/lib/dashboard/cube/document-state.widget.mjs +3 -3
  286. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  287. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  288. package/esm2020/lib/dashboard/dashboard.component.mjs +14 -15
  289. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  290. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  291. package/esm2020/lib/dashboard/score/activity.widget.mjs +14 -10
  292. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  293. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  294. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  295. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  296. package/esm2020/lib/dashboard/widget-item.component.mjs +9 -9
  297. package/esm2020/lib/designer.module.mjs +5 -9
  298. package/esm2020/lib/desktop.module.mjs +5 -9
  299. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  300. package/esm2020/lib/home/home-base.component.mjs +3 -3
  301. package/esm2020/lib/home/home.desktop.component.mjs +19 -20
  302. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  303. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  304. package/esm2020/lib/home/options/options.component.mjs +13 -14
  305. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  306. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  307. package/esm2020/lib/home/tools.component.mjs +3 -3
  308. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  309. package/esm2020/lib/mobile.module.mjs +5 -9
  310. package/esm2020/lib/modules/chart.module.mjs +4 -4
  311. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  312. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  313. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  314. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  315. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  316. package/esm2020/lib/modules/grid.module.mjs +4 -4
  317. package/esm2020/lib/modules/material.module.mjs +8 -12
  318. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  319. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  320. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  321. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  322. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  323. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  324. package/esm2020/lib/notifications/filter.component.mjs +9 -10
  325. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  326. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  327. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  328. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  329. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  330. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  331. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  332. package/esm2020/lib/notifications/types/invite.notification.mjs +3 -3
  333. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  334. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  335. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  336. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  337. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  338. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  339. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  340. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  341. package/esm2020/lib/options/options.component.mjs +18 -19
  342. package/esm2020/lib/options/options.service.mjs +3 -3
  343. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  344. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  345. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  346. package/esm2020/lib/reports/cube/role-performance.component.mjs +3 -3
  347. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  348. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  349. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  350. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  351. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  352. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  353. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  354. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  355. package/esm2020/lib/reports/report.pane.component.mjs +12 -13
  356. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  357. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  358. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  359. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  360. package/esm2020/lib/scheduler/schedule.component.mjs +13 -14
  361. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  362. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  363. package/esm2020/lib/search/cube.component.mjs +3 -3
  364. package/esm2020/lib/search/document.component.mjs +3 -3
  365. package/esm2020/lib/search/guide.component.mjs +3 -3
  366. package/esm2020/lib/search/path.component.mjs +3 -3
  367. package/esm2020/lib/search/search.service.mjs +3 -3
  368. package/esm2020/lib/shared.module.mjs +5 -9
  369. package/esm2020/lib/system.module.mjs +27 -11
  370. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  371. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  372. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  373. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  374. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  375. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  376. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  377. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  378. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +20 -16
  379. package/esm2020/lib/views/view-item.component.mjs +3 -3
  380. package/esm2020/lib/views/views.component.mjs +3 -3
  381. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  382. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  383. package/fesm2015/bizdoc-core.mjs +1487 -1458
  384. package/fesm2015/bizdoc-core.mjs.map +1 -1
  385. package/fesm2020/bizdoc-core.mjs +1486 -1458
  386. package/fesm2020/bizdoc-core.mjs.map +1 -1
  387. package/lib/admin/architecture/declarations.d.ts +2 -0
  388. package/lib/admin/architecture/elements/cube.component.d.ts +3 -1
  389. package/lib/admin/architecture/elements/form.component.d.ts +4 -2
  390. package/lib/admin/architecture/elements/guide.component.d.ts +1 -0
  391. package/lib/admin/core/localized-string.component.d.ts +1 -1
  392. package/lib/core/authentication.d.ts +1 -1
  393. package/lib/core/configuration.d.ts +1 -0
  394. package/lib/core/http.interceptor.d.ts +4 -6
  395. package/lib/core/mailbox.service.d.ts +1 -1
  396. package/lib/core/models.d.ts +2 -2
  397. package/lib/core/session.service.d.ts +1 -0
  398. package/lib/core/slots/pane-ref.d.ts +4 -4
  399. package/lib/core/translations.d.ts +0 -5
  400. package/lib/dashboard/cube/accum-cube.widget.d.ts +4 -2
  401. package/lib/dashboard/cube/cube-analysis.base.d.ts +3 -1
  402. package/lib/dashboard/cube/cube-chart.widget.d.ts +2 -2
  403. package/lib/dashboard/dashboard.component.d.ts +6 -7
  404. package/lib/dashboard/widget-item.component.d.ts +1 -1
  405. package/lib/designer.module.d.ts +2 -3
  406. package/lib/desktop.module.d.ts +3 -4
  407. package/lib/mobile.module.d.ts +3 -4
  408. package/lib/modules/material.module.d.ts +38 -39
  409. package/lib/shared.module.d.ts +15 -16
  410. package/lib/system.module.d.ts +7 -8
  411. package/lib/views/timeline/timeline.component.exp.d.ts +1 -3
  412. package/package.json +14 -15
@@ -41,6 +41,7 @@ export declare function arrayOf(val: string | string[]): string[];
41
41
  */
42
42
  export declare function programName(name: string): string;
43
43
  export interface DesignerModel {
44
+ currencies: ElementModel[];
44
45
  types: ElementModel<any>[];
45
46
  tTypes: TemplateInfo[];
46
47
  guides: ElementModel<any>[];
@@ -198,6 +199,7 @@ export interface PrivilegesModel {
198
199
  roles?: string[];
199
200
  }
200
201
  export interface DesignerInfo {
202
+ currencies: ElementInfo[];
201
203
  types: ElementInfo[];
202
204
  guides: ElementInfo[];
203
205
  reports: ElementInfo[];
@@ -20,6 +20,7 @@ export declare class CubeDesignComponent extends DesignerTypeElementComponent im
20
20
  axes: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
21
21
  indices: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
22
22
  scope: import("@angular/forms").FormControl<any>;
23
+ currencyCode: import("@angular/forms").FormControl<unknown>;
23
24
  yAxis: import("@angular/forms").FormGroup<{
24
25
  type: import("@angular/forms").FormControl<unknown>;
25
26
  title: import("@angular/forms").FormControl<unknown>;
@@ -31,8 +32,9 @@ export declare class CubeDesignComponent extends DesignerTypeElementComponent im
31
32
  jobInfo: BackgroundJobInfo;
32
33
  syncing: boolean;
33
34
  element: ElementRef<any>;
34
- readonly types: ElementInfo[];
35
35
  accumulative: boolean;
36
+ readonly types: ElementInfo[];
37
+ readonly currencies: ElementInfo<any>[];
36
38
  constructor(fb: FormBuilder, _service: SystemService, _ps: PromptService, element: ElementRef<any>, ref: DesignerRef);
37
39
  sync(): void;
38
40
  ngOnInit(): void;
@@ -1,6 +1,6 @@
1
1
  import { ElementRef, Injector, OnInit } from "@angular/core";
2
2
  import { FormBuilder } from "@angular/forms";
3
- import { AxisSettingsModel, SparklineMarkerSettingsModel, SparklineTooltipSettingsModel } from '@syncfusion/ej2-angular-charts';
3
+ import { AxisSettingsModel, IDataLabelRenderingEventArgs, SparklineMarkerSettingsModel, SparklineTooltipSettingsModel } from '@syncfusion/ej2-angular-charts';
4
4
  import { SessionService } from "../../../core/session.service";
5
5
  import { PanesRouter } from "../../../core/slots/router.service";
6
6
  import { SystemService, RangeInfo } from "../../system.service";
@@ -36,11 +36,13 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
36
36
  primary: string;
37
37
  readonly enableRtl: boolean;
38
38
  locale: string;
39
- private readonly _destroy;
40
39
  readonly guides: ElementInfo[];
41
40
  readonly cubes: ElementInfo[];
41
+ private readonly _intl;
42
+ private readonly _destroy;
42
43
  constructor(fb: FormBuilder, _router: PanesRouter, _service: SystemService, _session: SessionService, _injector: Injector, _translate: TranslateService, element: ElementRef<any>, ref: DesignerRef);
43
44
  ngOnInit(): void;
45
+ dataLabelRendering(evt: IDataLabelRenderingEventArgs): void;
44
46
  newRule(rule?: PermissionModel): any;
45
47
  invite(): void;
46
48
  diagram(): void;
@@ -5,6 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class GuideDesignComponent extends DesignerTypeElementComponent implements OnInit {
6
6
  readonly steps: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
7
7
  readonly form: import("@angular/forms").FormGroup<{
8
+ mode: import("@angular/forms").FormControl<unknown>;
8
9
  steps: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
9
10
  }>;
10
11
  ngOnInit(): void;
@@ -17,11 +17,11 @@ export declare class LocalizedStringComponent implements OnInit, ControlValueAcc
17
17
  readonly languages: string[];
18
18
  multilingual: boolean;
19
19
  controlInput: MatInput;
20
+ private readonly _destroy;
20
21
  constructor(ngControl: NgControl, _session: SessionService, _fb: FormBuilder);
21
22
  focused: boolean;
22
23
  autofilled?: boolean;
23
24
  userAriaDescribedBy?: string;
24
- private readonly _destroy;
25
25
  ngOnDestroy(): void;
26
26
  private _onChange;
27
27
  private _onTouched;
@@ -2,5 +2,5 @@ import { Observable } from "rxjs";
2
2
  export declare abstract class AuthenticationImpl {
3
3
  abstract authorize(): Observable<any>;
4
4
  abstract signOut?(): Promise<any>;
5
- abstract getAccessToken(): any;
5
+ abstract getAccessToken(): string;
6
6
  }
@@ -44,6 +44,7 @@ export interface BizDocChildConfig {
44
44
  }
45
45
  export interface Theme {
46
46
  name: string;
47
+ title: string;
47
48
  primary: string;
48
49
  accent: string;
49
50
  color: string;
@@ -3,19 +3,17 @@ import { Observable } from 'rxjs';
3
3
  import { HubService } from './hub.service';
4
4
  import { SessionService } from './session.service';
5
5
  import { AuthenticationImpl } from './authentication';
6
- import { RouterImpl } from './router';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare class AppHttpInterceptor implements HttpInterceptor {
9
8
  private _session;
10
- private _router;
11
9
  private _auth;
12
10
  private _messaging;
13
- private readonly _ongoing;
14
- private _authenticating;
11
+ private readonly _ongoingCounter$;
12
+ private _authenticationInProgress$;
15
13
  readonly active$: Observable<boolean>;
16
14
  private _baseUrl;
17
15
  intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
18
- constructor(baseUrl: string, _session: SessionService, _router: RouterImpl, _auth: AuthenticationImpl, _messaging: HubService);
19
- static ɵfac: i0.ɵɵFactoryDeclaration<AppHttpInterceptor, [{ optional: true; }, null, null, null, null]>;
16
+ constructor(baseUrl: string, _session: SessionService, _auth: AuthenticationImpl, _messaging: HubService);
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppHttpInterceptor, [{ optional: true; }, null, null, null]>;
20
18
  static ɵprov: i0.ɵɵInjectableDeclaration<AppHttpInterceptor>;
21
19
  }
@@ -22,7 +22,7 @@ export declare class MailboxService {
22
22
  readonly changed: Observable<RecipientModel<any>>;
23
23
  readonly deleted: Observable<number>;
24
24
  constructor(_session: SessionService, _auth: AuthenticationImpl, messaging: HubService, _http: HttpClient);
25
- formatDownloadUrl(documentId: number, fileId: number, inline?: boolean): string;
25
+ formatDownloadUrl(documentId: number, fileId: number): string;
26
26
  download(documentId: number, fileId: number): Observable<any>;
27
27
  removeattachment(recipientId: number, fileId: number): Observable<any>;
28
28
  read(id: number, read: boolean, folderId?: string, received?: Date): Observable<any>;
@@ -516,7 +516,7 @@ export interface Form {
516
516
  icon: string;
517
517
  position?: PositionPolicy;
518
518
  template?: string;
519
- structure?: FieldInfo[];
519
+ fields?: FieldInfo[];
520
520
  workflow?: Workflow;
521
521
  guide?: string;
522
522
  }
@@ -575,7 +575,7 @@ export interface Cube {
575
575
  }
576
576
  export interface YAxis {
577
577
  title?: string;
578
- type?: 'None' | 'Number' | 'Currency';
578
+ type?: 'Count' | 'Number' | 'Currency';
579
579
  }
580
580
  export interface CubeIndex {
581
581
  name: string;
@@ -31,6 +31,7 @@ export declare class SessionService {
31
31
  private _constructpalette;
32
32
  get primeryPalette(): string[];
33
33
  getAccent(mode?: MaterialMode): string;
34
+ getGrey(mode?: MaterialMode): string;
34
35
  getPrimery(mode?: MaterialMode): string;
35
36
  private _theme;
36
37
  get theme(): Theme;
@@ -59,7 +59,7 @@ export declare type PaneCommand = 'expand' | 'focus' | 'close' | 'recycle';
59
59
  export declare class PaneRef<ComponentType = any, DataType = ParamMap> {
60
60
  component: Type<any>;
61
61
  private _options;
62
- readonly _comm$: Subject<PaneCommand>;
62
+ readonly _command$: Subject<PaneCommand>;
63
63
  /** */
64
64
  readonly _data$: BehaviorSubject<DataType>;
65
65
  readonly _params$: BehaviorSubject<ParamMap>;
@@ -81,19 +81,19 @@ export declare class PaneRef<ComponentType = any, DataType = ParamMap> {
81
81
  private _injector;
82
82
  private _expandable;
83
83
  private _stretchable;
84
- value: any;
84
+ private _value;
85
85
  get expandable(): boolean;
86
86
  get injector(): Injector;
87
87
  get expanded(): boolean;
88
88
  get fullPath(): string;
89
89
  get instance(): ComponentType;
90
90
  get data(): DataType;
91
- dataChange(): Observable<DataType>;
92
91
  get params(): ParamMap;
93
- paramsChange(): Observable<ParamMap>;
94
92
  get queryString(): string;
95
93
  get queryParams(): ParamMap;
94
+ paramsChange(): Observable<ParamMap>;
96
95
  queryParamsChange(): Observable<ParamMap>;
96
+ dataChange(): Observable<DataType>;
97
97
  resized(): Observable<NavigationResize<any>>;
98
98
  closeing(): Observable<NavigationClose<any>>;
99
99
  closed<T = any>(): Observable<T>;
@@ -84,7 +84,6 @@ export declare const STRINGS: {
84
84
  ar: {};
85
85
  ru: {};
86
86
  en: {
87
- Address: string;
88
87
  SettingThingsUp: string;
89
88
  PleaseWait: string;
90
89
  ReceivedAgo: string;
@@ -157,8 +156,6 @@ export declare const STRINGS: {
157
156
  Volume: string;
158
157
  Elipsis: string;
159
158
  Note: string;
160
- Reassign: string;
161
- ReassignAll: string;
162
159
  ShowAll: string;
163
160
  OutOfOfficeOn: string;
164
161
  Dismiss: string;
@@ -295,7 +292,6 @@ export declare const STRINGS: {
295
292
  Copied: string;
296
293
  Edit: string;
297
294
  Align: string;
298
- ConnectorMode: string;
299
295
  Preview: string;
300
296
  Rotate: string;
301
297
  Download: string;
@@ -307,7 +303,6 @@ export declare const STRINGS: {
307
303
  Reports: string;
308
304
  Scheduler: string;
309
305
  Tools: string;
310
- Sources: string;
311
306
  Help: string;
312
307
  About: string;
313
308
  SignOut: string;
@@ -16,16 +16,18 @@ export declare class CubeAccumAnalysisWidget extends CubeAnalysisBase implements
16
16
  endAngle: number;
17
17
  innerRadius: string;
18
18
  readonly dataLabel: AccumulationDataLabelSettingsModel;
19
- readonly legend: LegendSeriesModel;
19
+ readonly legendSettings: LegendSeriesModel;
20
20
  readonly tooltip: TooltipSettingsModel;
21
21
  readonly animation: AnimationModel;
22
22
  readonly enableRtl: boolean;
23
- constructor(ref: WidgetRef<ChartSettingsModel>, info: CubeInfo, session: SessionService, ds: DatasourceService, cube: CubeService, _elementRef: ElementRef);
23
+ constructor(ref: WidgetRef<ChartSettingsModel>, info: CubeInfo, session: SessionService, ds: DatasourceService, cube: CubeService, _elementRef: ElementRef<HTMLDivElement>);
24
24
  onLoad(data: Series[]): void;
25
25
  onResize(dim: Dimentions): void;
26
26
  onThemeChange(): void;
27
27
  tooltipRender(e: IAccTooltipRenderEventArgs): void;
28
+ private _ratio;
28
29
  private _draw;
30
+ private _center;
29
31
  pointClick(evt: IPointEventArgs): void;
30
32
  ngOnDestroy(): void;
31
33
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeAccumAnalysisWidget, never>;
@@ -27,6 +27,8 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
27
27
  protected _data: Series[];
28
28
  private _series;
29
29
  private _xAxis;
30
+ protected args: any;
31
+ protected yType: string;
30
32
  protected get series(): string[];
31
33
  protected get xAxis(): string[];
32
34
  private readonly _axisTypeMap;
@@ -40,7 +42,7 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
40
42
  height: number;
41
43
  width: number;
42
44
  }): any;
43
- onBind(data: Series[]): void;
45
+ onBind(data: Series[], args: any): void;
44
46
  abstract onLoad(data: Series[]): any;
45
47
  abstract onThemeChange(): any;
46
48
  ngOnDestroy(): void;
@@ -1,6 +1,6 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { SessionService } from '../../core/session.service';
3
- import { Chart, AxisModel, MarkerOptionsModel, LegendSeriesModel, TooltipSettingsModel, ChartSeriesType, AnimationModel, ITooltipRenderEventArgs, IPointEventArgs } from '@syncfusion/ej2-angular-charts';
3
+ import { Chart, AxisModel, MarkerOptionsModel, TooltipSettingsModel, ChartSeriesType, AnimationModel, ITooltipRenderEventArgs, IPointEventArgs, LegendSettingsModel } from '@syncfusion/ej2-angular-charts';
4
4
  import { CubeAnalysisBase } from './cube-analysis.base';
5
5
  import { DatasourceService } from '../../core/datasource.service';
6
6
  import { WidgetRef } from "../widget-ref";
@@ -18,7 +18,7 @@ export declare class CubeChartAnalysisWidget extends CubeAnalysisBase {
18
18
  readonly primaryXAxis: AxisModel;
19
19
  readonly primaryYAxis: AxisModel;
20
20
  readonly tooltip: TooltipSettingsModel;
21
- readonly legend: LegendSeriesModel;
21
+ readonly legendSettings: LegendSettingsModel;
22
22
  readonly animation: AnimationModel;
23
23
  constructor(ref: WidgetRef, session: SessionService, ds: DatasourceService, cube: CubeService, info: CubeInfo, _elementRef: ElementRef, _translate: TranslateService);
24
24
  onLoad(data: Series[]): void;
@@ -1,13 +1,12 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { SessionService } from '../core/session.service';
1
+ import { OnDestroy, QueryList } from '@angular/core';
2
+ import { BreakpointObserver } from "@angular/cdk/layout";
3
3
  import { Widget } from '../core/models';
4
- import { MediaObserver } from '@angular/flex-layout';
4
+ import { SessionService } from '../core/session.service';
5
5
  import { WindowTitleService } from '../core/window-title.service';
6
6
  import { TranslateService } from '../core/translate.service';
7
7
  import { GuideService } from '../core/guide/guide.service';
8
- import { WidgetItemComponent } from './widget-item.component';
9
8
  import { PaneRef } from '../core/slots/pane-ref';
10
- import { QueryList } from '@angular/core';
9
+ import { WidgetItemComponent } from './widget-item.component';
11
10
  import * as i0 from "@angular/core";
12
11
  export declare class DashboardComponent implements OnDestroy {
13
12
  private _guide;
@@ -16,9 +15,9 @@ export declare class DashboardComponent implements OnDestroy {
16
15
  /** dashboard ctor */
17
16
  readonly widgets: Widget[];
18
17
  cols: number;
19
- constructor(_guide: GuideService, observableMedia: MediaObserver, session: SessionService, pane: PaneRef, title: WindowTitleService, translate: TranslateService);
18
+ constructor(_guide: GuideService, session: SessionService, pane: PaneRef, title: WindowTitleService, observableMedia: BreakpointObserver, translate: TranslateService);
20
19
  guide(name: string): void;
21
20
  ngOnDestroy(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, [null, null, null, { optional: true; }, null, null]>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, [null, null, { optional: true; }, null, null, null]>;
23
22
  static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "bizdoc-dashboard", never, {}, {}, never, never, false>;
24
23
  }
@@ -14,11 +14,11 @@ export declare class WidgetItemComponent implements OnInit, AfterViewInit, OnDes
14
14
  private _vc;
15
15
  private _cf;
16
16
  model: Widget;
17
+ args: any;
17
18
  private _instance;
18
19
  private _widgetRef;
19
20
  private readonly _resizing;
20
21
  private readonly _destroy;
21
- args: any;
22
22
  constructor(_popup: Popup, _http: HttpClient, _sb: PromptService, _injector: Injector, _vc: ViewContainerRef, _cf: BizDocComponentFactoryResolver);
23
23
  ngOnInit(): void;
24
24
  get widgetRef(): WidgetRef<any>;
@@ -19,11 +19,10 @@ import * as i16 from "./core/fields/file.designer";
19
19
  import * as i17 from "./core/fields/input.designer";
20
20
  import * as i18 from "@angular/common";
21
21
  import * as i19 from "@angular/forms";
22
- import * as i20 from "@angular/flex-layout";
23
- import * as i21 from "./shared.module";
22
+ import * as i20 from "./shared.module";
24
23
  export declare class DesignerModule {
25
24
  static forChild(): ModuleWithProviders<DesignerModule>;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i11.ControlOptionsComponent, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner], [typeof i18.CommonModule, typeof i19.ReactiveFormsModule, typeof i20.FlexLayoutModule, typeof i21.SharedModule], [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i11.ControlOptionsComponent, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner], [typeof i18.CommonModule, typeof i19.ReactiveFormsModule, typeof i20.SharedModule], [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner]>;
28
27
  static ɵinj: i0.ɵɵInjectorDeclaration<DesignerModule>;
29
28
  }
@@ -38,12 +38,11 @@ import * as i34 from "./search/guide.component";
38
38
  import * as i35 from "@angular/common";
39
39
  import * as i36 from "@angular/common/http";
40
40
  import * as i37 from "@angular/forms";
41
- import * as i38 from "@angular/flex-layout";
42
- import * as i39 from "@angular/router";
43
- import * as i40 from "./shared.module";
41
+ import * as i38 from "@angular/router";
42
+ import * as i39 from "./shared.module";
44
43
  export declare class DesktopModule {
45
44
  static forChild(config: BizDocChildConfig): ModuleWithProviders<DesktopModule>;
46
45
  static ɵfac: i0.ɵɵFactoryDeclaration<DesktopModule, never>;
47
- static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof i1.DocumentInfoPaneComponent, typeof i2.DocumentViewPaneComponent, typeof i3.QuickToolsComponent, typeof i4.QuickNotificationsComponent, typeof i5.DashboardPaneComponent, typeof i6.AdminMenuComponent, typeof i7.HomeComponent, typeof i8.QuickSignComponent, typeof i9.QuickOptionsComponent, typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent, typeof i31.CubeListingComponent, typeof i32.DocumentListingComponent, typeof i33.PathListingComponent, typeof i34.GuideListingComponent], [typeof i35.CommonModule, typeof i36.HttpClientModule, typeof i37.ReactiveFormsModule, typeof i38.FlexLayoutModule, typeof i39.RouterModule, typeof i40.SharedModule], [typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i5.DashboardPaneComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent]>;
46
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof i1.DocumentInfoPaneComponent, typeof i2.DocumentViewPaneComponent, typeof i3.QuickToolsComponent, typeof i4.QuickNotificationsComponent, typeof i5.DashboardPaneComponent, typeof i6.AdminMenuComponent, typeof i7.HomeComponent, typeof i8.QuickSignComponent, typeof i9.QuickOptionsComponent, typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent, typeof i31.CubeListingComponent, typeof i32.DocumentListingComponent, typeof i33.PathListingComponent, typeof i34.GuideListingComponent], [typeof i35.CommonModule, typeof i36.HttpClientModule, typeof i37.ReactiveFormsModule, typeof i38.RouterModule, typeof i39.SharedModule], [typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i5.DashboardPaneComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent]>;
48
47
  static ɵinj: i0.ɵɵInjectorDeclaration<DesktopModule>;
49
48
  }
@@ -15,11 +15,10 @@ import * as i13 from "./views/views.mobile.component";
15
15
  import * as i14 from "@angular/common";
16
16
  import * as i15 from "@angular/common/http";
17
17
  import * as i16 from "@angular/forms";
18
- import * as i17 from "@angular/flex-layout";
19
- import * as i18 from "@angular/router";
20
- import * as i19 from "./shared.module";
18
+ import * as i17 from "@angular/router";
19
+ import * as i18 from "./shared.module";
21
20
  export declare class MobileModule {
22
21
  static ɵfac: i0.ɵɵFactoryDeclaration<MobileModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof i1.DocumentInfoPageComponent, typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent, typeof i12.CubeMatrixMobileComponent, typeof i13.DocumentViewMobileComponent], [typeof i14.CommonModule, typeof i15.HttpClientModule, typeof i16.ReactiveFormsModule, typeof i17.FlexLayoutModule, typeof i18.RouterModule, typeof i19.SharedModule], [typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof i1.DocumentInfoPageComponent, typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent, typeof i12.CubeMatrixMobileComponent, typeof i13.DocumentViewMobileComponent], [typeof i14.CommonModule, typeof i15.HttpClientModule, typeof i16.ReactiveFormsModule, typeof i17.RouterModule, typeof i18.SharedModule], [typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent]>;
24
23
  static ɵinj: i0.ɵɵInjectorDeclaration<MobileModule>;
25
24
  }
@@ -1,45 +1,44 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/flex-layout";
4
- import * as i3 from "@angular/cdk/scrolling";
5
- import * as i4 from "@angular/cdk/overlay";
6
- import * as i5 from "@angular/cdk/portal";
7
- import * as i6 from "@angular/material/card";
8
- import * as i7 from "@angular/material/grid-list";
9
- import * as i8 from "@angular/material/stepper";
10
- import * as i9 from "@angular/material/chips";
11
- import * as i10 from "@angular/cdk/drag-drop";
12
- import * as i11 from "@angular/material/core";
13
- import * as i12 from "@angular/material/expansion";
14
- import * as i13 from "@angular/material/button-toggle";
15
- import * as i14 from "@angular/material/datepicker";
16
- import * as i15 from "@angular/material/table";
17
- import * as i16 from "@angular/material/sort";
18
- import * as i17 from "@angular/material/paginator";
19
- import * as i18 from "@angular/material/tabs";
20
- import * as i19 from "@angular/material/badge";
21
- import * as i20 from "@angular/material/tooltip";
22
- import * as i21 from "@angular/material/dialog";
23
- import * as i22 from "@angular/material/radio";
24
- import * as i23 from "@angular/material/bottom-sheet";
25
- import * as i24 from "@angular/material/progress-bar";
26
- import * as i25 from "@angular/material/progress-spinner";
27
- import * as i26 from "@angular/material/list";
28
- import * as i27 from "@angular/material/sidenav";
29
- import * as i28 from "@angular/material/toolbar";
30
- import * as i29 from "@angular/material/autocomplete";
31
- import * as i30 from "@angular/material/select";
32
- import * as i31 from "@angular/material/slide-toggle";
33
- import * as i32 from "@angular/material/snack-bar";
34
- import * as i33 from "@angular/material/button";
35
- import * as i34 from "@angular/material/checkbox";
36
- import * as i35 from "@angular/material/input";
37
- import * as i36 from "@angular/material/form-field";
38
- import * as i37 from "@angular/material/icon";
39
- import * as i38 from "@angular/material/menu";
40
- import * as i39 from "@angular/cdk/layout";
3
+ import * as i2 from "@angular/cdk/scrolling";
4
+ import * as i3 from "@angular/cdk/overlay";
5
+ import * as i4 from "@angular/cdk/portal";
6
+ import * as i5 from "@angular/material/card";
7
+ import * as i6 from "@angular/material/grid-list";
8
+ import * as i7 from "@angular/material/stepper";
9
+ import * as i8 from "@angular/material/chips";
10
+ import * as i9 from "@angular/cdk/drag-drop";
11
+ import * as i10 from "@angular/material/core";
12
+ import * as i11 from "@angular/material/expansion";
13
+ import * as i12 from "@angular/material/button-toggle";
14
+ import * as i13 from "@angular/material/datepicker";
15
+ import * as i14 from "@angular/material/table";
16
+ import * as i15 from "@angular/material/sort";
17
+ import * as i16 from "@angular/material/paginator";
18
+ import * as i17 from "@angular/material/tabs";
19
+ import * as i18 from "@angular/material/badge";
20
+ import * as i19 from "@angular/material/tooltip";
21
+ import * as i20 from "@angular/material/dialog";
22
+ import * as i21 from "@angular/material/radio";
23
+ import * as i22 from "@angular/material/bottom-sheet";
24
+ import * as i23 from "@angular/material/progress-bar";
25
+ import * as i24 from "@angular/material/progress-spinner";
26
+ import * as i25 from "@angular/material/list";
27
+ import * as i26 from "@angular/material/sidenav";
28
+ import * as i27 from "@angular/material/toolbar";
29
+ import * as i28 from "@angular/material/autocomplete";
30
+ import * as i29 from "@angular/material/select";
31
+ import * as i30 from "@angular/material/slide-toggle";
32
+ import * as i31 from "@angular/material/snack-bar";
33
+ import * as i32 from "@angular/material/button";
34
+ import * as i33 from "@angular/material/checkbox";
35
+ import * as i34 from "@angular/material/input";
36
+ import * as i35 from "@angular/material/form-field";
37
+ import * as i36 from "@angular/material/icon";
38
+ import * as i37 from "@angular/material/menu";
39
+ import * as i38 from "@angular/cdk/layout";
41
40
  export declare class MaterialModule {
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.CommonModule, typeof i2.FlexLayoutModule, typeof i3.CdkScrollableModule, typeof i4.OverlayModule, typeof i5.PortalModule, typeof i6.MatCardModule, typeof i7.MatGridListModule, typeof i8.MatStepperModule, typeof i9.MatChipsModule, typeof i10.DragDropModule, typeof i11.MatRippleModule, typeof i12.MatExpansionModule, typeof i13.MatButtonToggleModule, typeof i11.MatNativeDateModule, typeof i14.MatDatepickerModule, typeof i15.MatTableModule, typeof i16.MatSortModule, typeof i17.MatPaginatorModule, typeof i18.MatTabsModule, typeof i19.MatBadgeModule, typeof i20.MatTooltipModule, typeof i21.MatDialogModule, typeof i22.MatRadioModule, typeof i23.MatBottomSheetModule, typeof i24.MatProgressBarModule, typeof i25.MatProgressSpinnerModule, typeof i26.MatListModule, typeof i27.MatSidenavModule, typeof i28.MatToolbarModule, typeof i29.MatAutocompleteModule, typeof i30.MatSelectModule, typeof i31.MatSlideToggleModule, typeof i32.MatSnackBarModule, typeof i33.MatButtonModule, typeof i34.MatCheckboxModule, typeof i35.MatInputModule, typeof i36.MatFormFieldModule, typeof i37.MatIconModule, typeof i38.MatMenuModule, typeof i39.LayoutModule], [typeof i39.LayoutModule, typeof i3.CdkScrollableModule, typeof i4.OverlayModule, typeof i5.PortalModule, typeof i2.FlexLayoutModule, typeof i9.MatChipsModule, typeof i10.DragDropModule, typeof i6.MatCardModule, typeof i7.MatGridListModule, typeof i11.MatRippleModule, typeof i8.MatStepperModule, typeof i12.MatExpansionModule, typeof i13.MatButtonToggleModule, typeof i11.MatNativeDateModule, typeof i14.MatDatepickerModule, typeof i15.MatTableModule, typeof i16.MatSortModule, typeof i17.MatPaginatorModule, typeof i18.MatTabsModule, typeof i19.MatBadgeModule, typeof i20.MatTooltipModule, typeof i21.MatDialogModule, typeof i22.MatRadioModule, typeof i23.MatBottomSheetModule, typeof i24.MatProgressBarModule, typeof i25.MatProgressSpinnerModule, typeof i26.MatListModule, typeof i27.MatSidenavModule, typeof i28.MatToolbarModule, typeof i29.MatAutocompleteModule, typeof i30.MatSelectModule, typeof i31.MatSlideToggleModule, typeof i32.MatSnackBarModule, typeof i33.MatButtonModule, typeof i34.MatCheckboxModule, typeof i35.MatInputModule, typeof i36.MatFormFieldModule, typeof i37.MatIconModule, typeof i38.MatMenuModule]>;
42
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.CommonModule, typeof i2.CdkScrollableModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i5.MatCardModule, typeof i6.MatGridListModule, typeof i7.MatStepperModule, typeof i8.MatChipsModule, typeof i9.DragDropModule, typeof i10.MatRippleModule, typeof i11.MatExpansionModule, typeof i12.MatButtonToggleModule, typeof i10.MatNativeDateModule, typeof i13.MatDatepickerModule, typeof i14.MatTableModule, typeof i15.MatSortModule, typeof i16.MatPaginatorModule, typeof i17.MatTabsModule, typeof i18.MatBadgeModule, typeof i19.MatTooltipModule, typeof i20.MatDialogModule, typeof i21.MatRadioModule, typeof i22.MatBottomSheetModule, typeof i23.MatProgressBarModule, typeof i24.MatProgressSpinnerModule, typeof i25.MatListModule, typeof i26.MatSidenavModule, typeof i27.MatToolbarModule, typeof i28.MatAutocompleteModule, typeof i29.MatSelectModule, typeof i30.MatSlideToggleModule, typeof i31.MatSnackBarModule, typeof i32.MatButtonModule, typeof i33.MatCheckboxModule, typeof i34.MatInputModule, typeof i35.MatFormFieldModule, typeof i36.MatIconModule, typeof i37.MatMenuModule, typeof i38.LayoutModule], [typeof i38.LayoutModule, typeof i2.CdkScrollableModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i8.MatChipsModule, typeof i9.DragDropModule, typeof i5.MatCardModule, typeof i6.MatGridListModule, typeof i10.MatRippleModule, typeof i7.MatStepperModule, typeof i11.MatExpansionModule, typeof i12.MatButtonToggleModule, typeof i10.MatNativeDateModule, typeof i13.MatDatepickerModule, typeof i14.MatTableModule, typeof i15.MatSortModule, typeof i16.MatPaginatorModule, typeof i17.MatTabsModule, typeof i18.MatBadgeModule, typeof i19.MatTooltipModule, typeof i20.MatDialogModule, typeof i21.MatRadioModule, typeof i22.MatBottomSheetModule, typeof i23.MatProgressBarModule, typeof i24.MatProgressSpinnerModule, typeof i25.MatListModule, typeof i26.MatSidenavModule, typeof i27.MatToolbarModule, typeof i28.MatAutocompleteModule, typeof i29.MatSelectModule, typeof i30.MatSlideToggleModule, typeof i31.MatSnackBarModule, typeof i32.MatButtonModule, typeof i33.MatCheckboxModule, typeof i34.MatInputModule, typeof i35.MatFormFieldModule, typeof i36.MatIconModule, typeof i37.MatMenuModule]>;
44
43
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
45
44
  }
@@ -181,25 +181,24 @@ import * as i177 from "./modules/dayjs.module";
181
181
  import * as i178 from "@angular/common";
182
182
  import * as i179 from "@angular/common/http";
183
183
  import * as i180 from "@angular/forms";
184
- import * as i181 from "@angular/flex-layout";
185
- import * as i182 from "@angular/router";
186
- import * as i183 from "@ctrl/ngx-emoji-mart";
187
- import * as i184 from "./modules/gantt.module";
188
- import * as i185 from "./modules/schedule.module";
189
- import * as i186 from "./modules/circular-gauge.module";
190
- import * as i187 from "./modules/chart.module";
191
- import * as i188 from "./modules/grid.module";
192
- import * as i189 from "./modules/texteditor.module";
193
- import * as i190 from "./modules/spreadsheet.module";
194
- import * as i191 from "./modules/pivot.module";
195
- import * as i192 from "@syncfusion/ej2-angular-inputs";
196
- import * as i193 from "@syncfusion/ej2-angular-kanban";
197
- import * as i194 from "./modules/diagram.module";
198
- import * as i195 from "./modules/material.module";
184
+ import * as i181 from "@angular/router";
185
+ import * as i182 from "@ctrl/ngx-emoji-mart";
186
+ import * as i183 from "./modules/gantt.module";
187
+ import * as i184 from "./modules/schedule.module";
188
+ import * as i185 from "./modules/circular-gauge.module";
189
+ import * as i186 from "./modules/chart.module";
190
+ import * as i187 from "./modules/grid.module";
191
+ import * as i188 from "./modules/texteditor.module";
192
+ import * as i189 from "./modules/spreadsheet.module";
193
+ import * as i190 from "./modules/pivot.module";
194
+ import * as i191 from "@syncfusion/ej2-angular-inputs";
195
+ import * as i192 from "@syncfusion/ej2-angular-kanban";
196
+ import * as i193 from "./modules/diagram.module";
197
+ import * as i194 from "./modules/material.module";
199
198
  /** common BizDoc components */
200
199
  export declare class SharedModule {
201
200
  static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
202
201
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
203
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizedStringPipe, typeof i2.HelpTipComponent, typeof i3.BoxFormComponent, typeof i4.BoxFormRowComponent, typeof i5.BoxFormControlComponent, typeof i6.RolesPerformanceComponent, typeof i7.CubeUsageComponent, typeof i8.CubeDocumentsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i14.HtmlSimplePipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i18.CubeParallelViewComponent, typeof i19.CubeChartViewComponent, typeof i20.CubeExploreViewComponent, typeof i21.CubeDocumentSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i25.ViewItemComponent, typeof i26.CubeDocumentMatrixComponent, typeof i27.CubeDocumentViewComponent, typeof i28.CubePivotViewComponent, typeof i29.ActionPicker, typeof i30.QuickCommentComponent, typeof i31.DurationFormatPipe, typeof i32.CombinationPicker, typeof i33.CombinationPickerBody, typeof i34.CombinationPool, typeof i35.TimelineViewComponent, typeof i36.MatIconAnimate, typeof i37.DateRangePipe, typeof i37.AgoPipe, typeof i38.StateDirective, typeof i39.JoinPipe, typeof i40.TypeValuePipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i43.SanitizeHtmlPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.TaggingPipe, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i53.Signature, typeof i54.AceInput, typeof i55.TimespanInput, typeof i56.AddressInput, typeof i57.FileInput, typeof i58.TimePicker, typeof i59.LayoutComponent, typeof i60.SignatureField, typeof i61.AddressField, typeof i62.RadioButtonField, typeof i63.ChecklistField, typeof i64.YesNoField, typeof i65.HtmlField, typeof i66.FileField, typeof i67.NumericField, typeof i68.AutocompleteField, typeof i69.CheckboxField, typeof i70.DateField, typeof i71.DateRangeField, typeof i72.ExpressionField, typeof i73.InputField, typeof i74.SelectField, typeof i75.SwitchField, typeof i76.TextareaField, typeof i77.TimespanField, typeof i78.ReturnActionComponent, typeof i79.AssignActionComponent, typeof i80.MoveToActionComponent, typeof i81.AvatarComponent, typeof i82.PeopleComponent, typeof i83.EditInputComponent, typeof i84.NgxComponentOutlet, typeof i85.LottieAnimation, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i87.FilterTagsComponent, typeof i88.ExploreItemsComponent, typeof i89.CompareNameDirective, typeof i89.CompareGroupDirective, typeof i89.CompareContextDirective, typeof i90.GuideComponent, typeof i91.OutOfOfficeToast, typeof i92.NotificationsTableComponent, typeof i93.NotificationsFilterComponent, typeof i94.PrivilegeHiddenDirective, typeof i95.TaggingItemDirective, typeof i96.TaggingDirective, typeof i97.DocumentTaggingComponent, typeof i98.UserTaggingComponent, typeof i94.PrivilegeDisabledDirective, typeof i99.CubeDocumentsGridComponent, typeof i100.LongRunningTaskNotification, typeof i101.TaggedNotification, typeof i102.CommentedNotification, typeof i103.NudgeNotification, typeof i104.InviteNotification, typeof i105.TextNotification, typeof i106.CubeAnomalyNotification, typeof i107.EscalatedNotification, typeof i108.LikedNotification, typeof i109.StateChangedNotification, typeof i110.UpcomingEventNotification, typeof i111.NoneComponent, typeof i112.ScheduleViewComponent, typeof i113.OptionsComponent, typeof i114.TraceViewComponent, typeof i115.ProgressDirective, typeof i116.AttachmentsComponent, typeof i117.DocumentEventsComponent, typeof i118.TagsComponent, typeof i119.MapComponent, typeof i120.MaskComponent, typeof i121.FlowViewComponent, typeof i122.SubstitutionComponent, typeof i123.PopupComponent, typeof i124.AttachmentPreview, typeof i125.CommentsComponent, typeof i126.CommentComponent, typeof i127.EditCommentComponent, typeof i128.CommentLikesComponent, typeof i129.CommentEditsComponent, typeof i130.BrowseItemsComponent, typeof i131.BrowseFilterComponent, typeof i132.ExpandedItemComponent, typeof i133.ComposeFormComponent, typeof i134.CubeViewComponent, typeof i135.CubeFilterComponent, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent, typeof i141.ReportViewerComponent, typeof i142.TableViewComponent, typeof i143.ReportArgumentsComponent, typeof i144.DashboardComponent, typeof i145.WidgetItemComponent, typeof i146.CubeWidgetFilterComponent, typeof i147.SaveChangesDialog, typeof i148.AskDialog, typeof i149.AboutDialog, typeof i150.ActionDialog, typeof i151.ImpersonateDialog, typeof i152.ConversationComponent, typeof i153.CubeMatrixPopupComponent, typeof i154.VersionCompareComponent, typeof i155.ExploreDocumentComponent, typeof i156.TasksComponent, typeof i157.CubeDocumentsTableComponent, typeof i158.CubePerformanceWidget, typeof i159.CubeAccumAnalysisWidget, typeof i160.CubeAnalysisWidget, typeof i161.CubeChartAnalysisWidget, typeof i162.ActionsWidget, typeof i163.RecentsWidget, typeof i164.PendingResultsWidget, typeof i165.CompareGroupsWidget, typeof i166.CubeDocumentsWidget, typeof i167.DocumentStateWidgetComponent, typeof i168.PersonalScoreWidget, typeof i169.PersonalActivityWidget, typeof i170.PeersPerformanceWidget, typeof i171.UsagePivotComponent, typeof i172.UsageChartComponent, typeof i173.UsageReportArgs, typeof i174.EmojiHostComponent, typeof i175.TooltipDirective, typeof i175.TooltipComponent, typeof i176.BrokenPage], [typeof i177.DayJsModule, typeof i178.CommonModule, typeof i179.HttpClientModule, typeof i180.ReactiveFormsModule, typeof i181.FlexLayoutModule, typeof i182.RouterModule, typeof i183.PickerModule, typeof i184.SyncfusionGanttModule, typeof i185.SyncfusionScheduleModule, typeof i186.SyncfusionCircularGaugeModule, typeof i187.SyncfusionChartModule, typeof i184.SyncfusionGanttModule, typeof i188.SyncfusionGridModule, typeof i189.SyncfusionTextEditorModule, typeof i190.SyncfusionSpreadsheetModule, typeof i191.SyncfusionPivotModule, typeof i192.SignatureModule, typeof i193.KanbanModule, typeof i194.SyncfusionDiagramModule, typeof i195.MaterialModule], [typeof i1.LocalizedStringPipe, typeof i195.MaterialModule, typeof i176.BrokenPage, typeof i2.HelpTipComponent, typeof i87.FilterTagsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i144.DashboardComponent, typeof i118.TagsComponent, typeof i30.QuickCommentComponent, typeof i125.CommentsComponent, typeof i59.LayoutComponent, typeof i150.ActionDialog, typeof i131.BrowseFilterComponent, typeof i135.CubeFilterComponent, typeof i112.ScheduleViewComponent, typeof i141.ReportViewerComponent, typeof i145.WidgetItemComponent, typeof i134.CubeViewComponent, typeof i88.ExploreItemsComponent, typeof i133.ComposeFormComponent, typeof i130.BrowseItemsComponent, typeof i92.NotificationsTableComponent, typeof i29.ActionPicker, typeof i152.ConversationComponent, typeof i38.StateDirective, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i84.NgxComponentOutlet, typeof i36.MatIconAnimate, typeof i175.TooltipDirective, typeof i55.TimespanInput, typeof i57.FileInput, typeof i56.AddressInput, typeof i54.AceInput, typeof i32.CombinationPicker, typeof i34.CombinationPool, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i58.TimePicker, typeof i31.DurationFormatPipe, typeof i37.DateRangePipe, typeof i40.TypeValuePipe, typeof i39.JoinPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i43.SanitizeHtmlPipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i81.AvatarComponent, typeof i143.ReportArgumentsComponent, typeof i124.AttachmentPreview, typeof i94.PrivilegeHiddenDirective, typeof i94.PrivilegeDisabledDirective, typeof i89.CompareGroupDirective, typeof i89.CompareNameDirective, typeof i89.CompareContextDirective, typeof i114.TraceViewComponent, typeof i121.FlowViewComponent, typeof i79.AssignActionComponent, typeof i78.ReturnActionComponent, typeof i155.ExploreDocumentComponent, typeof i158.CubePerformanceWidget, typeof i162.ActionsWidget, typeof i160.CubeAnalysisWidget, typeof i166.CubeDocumentsWidget, typeof i163.RecentsWidget, typeof i169.PersonalActivityWidget, typeof i165.CompareGroupsWidget, typeof i170.PeersPerformanceWidget, typeof i164.PendingResultsWidget, typeof i168.PersonalScoreWidget, typeof i146.CubeWidgetFilterComponent, typeof i157.CubeDocumentsTableComponent, typeof i99.CubeDocumentsGridComponent, typeof i156.TasksComponent, typeof i173.UsageReportArgs, typeof i172.UsageChartComponent, typeof i171.UsagePivotComponent, typeof i154.VersionCompareComponent, typeof i85.LottieAnimation, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent]>;
202
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizedStringPipe, typeof i2.HelpTipComponent, typeof i3.BoxFormComponent, typeof i4.BoxFormRowComponent, typeof i5.BoxFormControlComponent, typeof i6.RolesPerformanceComponent, typeof i7.CubeUsageComponent, typeof i8.CubeDocumentsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i14.HtmlSimplePipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i18.CubeParallelViewComponent, typeof i19.CubeChartViewComponent, typeof i20.CubeExploreViewComponent, typeof i21.CubeDocumentSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i25.ViewItemComponent, typeof i26.CubeDocumentMatrixComponent, typeof i27.CubeDocumentViewComponent, typeof i28.CubePivotViewComponent, typeof i29.ActionPicker, typeof i30.QuickCommentComponent, typeof i31.DurationFormatPipe, typeof i32.CombinationPicker, typeof i33.CombinationPickerBody, typeof i34.CombinationPool, typeof i35.TimelineViewComponent, typeof i36.MatIconAnimate, typeof i37.DateRangePipe, typeof i37.AgoPipe, typeof i38.StateDirective, typeof i39.JoinPipe, typeof i40.TypeValuePipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i43.SanitizeHtmlPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.TaggingPipe, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i53.Signature, typeof i54.AceInput, typeof i55.TimespanInput, typeof i56.AddressInput, typeof i57.FileInput, typeof i58.TimePicker, typeof i59.LayoutComponent, typeof i60.SignatureField, typeof i61.AddressField, typeof i62.RadioButtonField, typeof i63.ChecklistField, typeof i64.YesNoField, typeof i65.HtmlField, typeof i66.FileField, typeof i67.NumericField, typeof i68.AutocompleteField, typeof i69.CheckboxField, typeof i70.DateField, typeof i71.DateRangeField, typeof i72.ExpressionField, typeof i73.InputField, typeof i74.SelectField, typeof i75.SwitchField, typeof i76.TextareaField, typeof i77.TimespanField, typeof i78.ReturnActionComponent, typeof i79.AssignActionComponent, typeof i80.MoveToActionComponent, typeof i81.AvatarComponent, typeof i82.PeopleComponent, typeof i83.EditInputComponent, typeof i84.NgxComponentOutlet, typeof i85.LottieAnimation, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i87.FilterTagsComponent, typeof i88.ExploreItemsComponent, typeof i89.CompareNameDirective, typeof i89.CompareGroupDirective, typeof i89.CompareContextDirective, typeof i90.GuideComponent, typeof i91.OutOfOfficeToast, typeof i92.NotificationsTableComponent, typeof i93.NotificationsFilterComponent, typeof i94.PrivilegeHiddenDirective, typeof i95.TaggingItemDirective, typeof i96.TaggingDirective, typeof i97.DocumentTaggingComponent, typeof i98.UserTaggingComponent, typeof i94.PrivilegeDisabledDirective, typeof i99.CubeDocumentsGridComponent, typeof i100.LongRunningTaskNotification, typeof i101.TaggedNotification, typeof i102.CommentedNotification, typeof i103.NudgeNotification, typeof i104.InviteNotification, typeof i105.TextNotification, typeof i106.CubeAnomalyNotification, typeof i107.EscalatedNotification, typeof i108.LikedNotification, typeof i109.StateChangedNotification, typeof i110.UpcomingEventNotification, typeof i111.NoneComponent, typeof i112.ScheduleViewComponent, typeof i113.OptionsComponent, typeof i114.TraceViewComponent, typeof i115.ProgressDirective, typeof i116.AttachmentsComponent, typeof i117.DocumentEventsComponent, typeof i118.TagsComponent, typeof i119.MapComponent, typeof i120.MaskComponent, typeof i121.FlowViewComponent, typeof i122.SubstitutionComponent, typeof i123.PopupComponent, typeof i124.AttachmentPreview, typeof i125.CommentsComponent, typeof i126.CommentComponent, typeof i127.EditCommentComponent, typeof i128.CommentLikesComponent, typeof i129.CommentEditsComponent, typeof i130.BrowseItemsComponent, typeof i131.BrowseFilterComponent, typeof i132.ExpandedItemComponent, typeof i133.ComposeFormComponent, typeof i134.CubeViewComponent, typeof i135.CubeFilterComponent, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent, typeof i141.ReportViewerComponent, typeof i142.TableViewComponent, typeof i143.ReportArgumentsComponent, typeof i144.DashboardComponent, typeof i145.WidgetItemComponent, typeof i146.CubeWidgetFilterComponent, typeof i147.SaveChangesDialog, typeof i148.AskDialog, typeof i149.AboutDialog, typeof i150.ActionDialog, typeof i151.ImpersonateDialog, typeof i152.ConversationComponent, typeof i153.CubeMatrixPopupComponent, typeof i154.VersionCompareComponent, typeof i155.ExploreDocumentComponent, typeof i156.TasksComponent, typeof i157.CubeDocumentsTableComponent, typeof i158.CubePerformanceWidget, typeof i159.CubeAccumAnalysisWidget, typeof i160.CubeAnalysisWidget, typeof i161.CubeChartAnalysisWidget, typeof i162.ActionsWidget, typeof i163.RecentsWidget, typeof i164.PendingResultsWidget, typeof i165.CompareGroupsWidget, typeof i166.CubeDocumentsWidget, typeof i167.DocumentStateWidgetComponent, typeof i168.PersonalScoreWidget, typeof i169.PersonalActivityWidget, typeof i170.PeersPerformanceWidget, typeof i171.UsagePivotComponent, typeof i172.UsageChartComponent, typeof i173.UsageReportArgs, typeof i174.EmojiHostComponent, typeof i175.TooltipDirective, typeof i175.TooltipComponent, typeof i176.BrokenPage], [typeof i177.DayJsModule, typeof i178.CommonModule, typeof i179.HttpClientModule, typeof i180.ReactiveFormsModule, typeof i181.RouterModule, typeof i182.PickerModule, typeof i183.SyncfusionGanttModule, typeof i184.SyncfusionScheduleModule, typeof i185.SyncfusionCircularGaugeModule, typeof i186.SyncfusionChartModule, typeof i183.SyncfusionGanttModule, typeof i187.SyncfusionGridModule, typeof i188.SyncfusionTextEditorModule, typeof i189.SyncfusionSpreadsheetModule, typeof i190.SyncfusionPivotModule, typeof i191.SignatureModule, typeof i192.KanbanModule, typeof i193.SyncfusionDiagramModule, typeof i194.MaterialModule], [typeof i1.LocalizedStringPipe, typeof i194.MaterialModule, typeof i176.BrokenPage, typeof i2.HelpTipComponent, typeof i87.FilterTagsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i144.DashboardComponent, typeof i118.TagsComponent, typeof i30.QuickCommentComponent, typeof i125.CommentsComponent, typeof i59.LayoutComponent, typeof i150.ActionDialog, typeof i131.BrowseFilterComponent, typeof i135.CubeFilterComponent, typeof i112.ScheduleViewComponent, typeof i141.ReportViewerComponent, typeof i145.WidgetItemComponent, typeof i134.CubeViewComponent, typeof i88.ExploreItemsComponent, typeof i133.ComposeFormComponent, typeof i130.BrowseItemsComponent, typeof i92.NotificationsTableComponent, typeof i29.ActionPicker, typeof i152.ConversationComponent, typeof i38.StateDirective, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i84.NgxComponentOutlet, typeof i36.MatIconAnimate, typeof i175.TooltipDirective, typeof i55.TimespanInput, typeof i57.FileInput, typeof i56.AddressInput, typeof i54.AceInput, typeof i32.CombinationPicker, typeof i34.CombinationPool, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i58.TimePicker, typeof i31.DurationFormatPipe, typeof i37.DateRangePipe, typeof i40.TypeValuePipe, typeof i39.JoinPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i43.SanitizeHtmlPipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i81.AvatarComponent, typeof i143.ReportArgumentsComponent, typeof i124.AttachmentPreview, typeof i94.PrivilegeHiddenDirective, typeof i94.PrivilegeDisabledDirective, typeof i89.CompareGroupDirective, typeof i89.CompareNameDirective, typeof i89.CompareContextDirective, typeof i114.TraceViewComponent, typeof i121.FlowViewComponent, typeof i79.AssignActionComponent, typeof i78.ReturnActionComponent, typeof i155.ExploreDocumentComponent, typeof i158.CubePerformanceWidget, typeof i162.ActionsWidget, typeof i160.CubeAnalysisWidget, typeof i166.CubeDocumentsWidget, typeof i163.RecentsWidget, typeof i169.PersonalActivityWidget, typeof i165.CompareGroupsWidget, typeof i170.PeersPerformanceWidget, typeof i164.PendingResultsWidget, typeof i168.PersonalScoreWidget, typeof i146.CubeWidgetFilterComponent, typeof i157.CubeDocumentsTableComponent, typeof i99.CubeDocumentsGridComponent, typeof i156.TasksComponent, typeof i173.UsageReportArgs, typeof i172.UsageChartComponent, typeof i171.UsagePivotComponent, typeof i154.VersionCompareComponent, typeof i85.LottieAnimation, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent]>;
204
203
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
205
204
  }
@@ -69,16 +69,15 @@ import * as i66 from "./admin/patterns/patterns.component";
69
69
  import * as i67 from "@angular/common";
70
70
  import * as i68 from "@angular/common/http";
71
71
  import * as i69 from "@angular/forms";
72
- import * as i70 from "@angular/flex-layout";
73
- import * as i71 from "@angular/router";
74
- import * as i72 from "@angular/cdk/scrolling";
75
- import * as i73 from "./modules/diagram.module";
76
- import * as i74 from "./modules/chart.module";
77
- import * as i75 from "./shared.module";
78
- import * as i76 from "./designer.module";
72
+ import * as i70 from "@angular/router";
73
+ import * as i71 from "@angular/cdk/scrolling";
74
+ import * as i72 from "./modules/diagram.module";
75
+ import * as i73 from "./modules/chart.module";
76
+ import * as i74 from "./shared.module";
77
+ import * as i75 from "./designer.module";
79
78
  export declare class SystemModule {
80
79
  static forChild(): ModuleWithProviders<SystemModule>;
81
80
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
82
- static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.FormInviteDialog, typeof i2.PerformanceReportDesignComponent, typeof i3.NodeDesignerComponent, typeof i4.DesignerPrivilegesComponent, typeof i5.AddContentDirective, typeof i6.IconPickerComponent, typeof i5.EditContentDirective, typeof i5.WidgetContentDirective, typeof i7.DocumentStateWidgetDesignComponent, typeof i8.PolicyDesignComponent, typeof i9.StateDesignComponent, typeof i10.RoleDesignComponent, typeof i11.GuideDesignComponent, typeof i12.ControlDesignComponent, typeof i13.AttributeDesignComponent, typeof i14.RuleDesignComponent, typeof i15.ReportDesignerComponent, typeof i16.FolderDesignComponent, typeof i17.UtilityDesignComponent, typeof i18.FormDesignComponent, typeof i19.WidgetDesignComponent, typeof i20.CubeDesignComponent, typeof i21.ActionDesignerComponent, typeof i15.ReportDesignerComponent, typeof i22.ViewDesignComponent, typeof i23.TypeDesignComponent, typeof i24.DesignerCubeFilterComponent, typeof i25.CubeIndexDesignComponent, typeof i26.ConfigurationDatasourceDesignComponent, typeof i27.ReturnToRoleActionDesignComponent, typeof i28.PivotViewDesignComponent, typeof i29.CubeViewDesignComponent, typeof i30.BoxFormDesignComponent, typeof i31.AnomalyRuleDesignComponent, typeof i32.UsageReportDesignComponent, typeof i33.DocumentsWidgetDesignComponent, typeof i34.PerformanceWidgetDesignComponent, typeof i35.DocumentsReportDesignComponent, typeof i36.TasksReportDesignComponent, typeof i37.ExploreViewDesignComponent, typeof i38.AnalysisWidgetDesignComponent, typeof i39.ParallelViewDesignComponent, typeof i40.SumViewDesignComponent, typeof i41.MatrixViewDesignComponent, typeof i42.ChartViewDesignComponent, typeof i43.LocalizedStringField, typeof i44.ConfigurationDesignerComponent, typeof i5.DesignerItemComponent, typeof i5.DesignerItemOptionsComponent, typeof i45.FormDesignerComponent, typeof i46.SectionPropertiesComponent, typeof i47.BoxSettingsComponent, typeof i45.DesignControlComponent, typeof i48.ControlPropertiesComponent, typeof i49.PermissionsUtility, typeof i50.ManageCubeIndexUtility, typeof i51.ProfileSettingsDialog, typeof i52.UtilityWrapperComponent, typeof i53.UtilityPaneComponent, typeof i54.SearchInput, typeof i55.ColorPicker, typeof i56.ReassignDialog, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i59.TraceElementComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i62.PositionsPopup, typeof i63.WorkflowComponent, typeof i64.WorkflowNodeComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent], [typeof i67.CommonModule, typeof i68.HttpClientModule, typeof i69.ReactiveFormsModule, typeof i70.FlexLayoutModule, typeof i71.RouterModule, typeof i72.ScrollingModule, typeof i73.SyncfusionDiagramModule, typeof i74.SyncfusionChartModule, typeof i75.SharedModule, typeof i76.DesignerModule], [typeof i49.PermissionsUtility, typeof i50.ManageCubeIndexUtility, typeof i52.UtilityWrapperComponent, typeof i53.UtilityPaneComponent, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i63.WorkflowComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent]>;
81
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.FormInviteDialog, typeof i2.PerformanceReportDesignComponent, typeof i3.NodeDesignerComponent, typeof i4.DesignerPrivilegesComponent, typeof i5.AddContentDirective, typeof i6.IconPickerComponent, typeof i5.EditContentDirective, typeof i5.WidgetContentDirective, typeof i7.DocumentStateWidgetDesignComponent, typeof i8.PolicyDesignComponent, typeof i9.StateDesignComponent, typeof i10.RoleDesignComponent, typeof i11.GuideDesignComponent, typeof i12.ControlDesignComponent, typeof i13.AttributeDesignComponent, typeof i14.RuleDesignComponent, typeof i15.ReportDesignerComponent, typeof i16.FolderDesignComponent, typeof i17.UtilityDesignComponent, typeof i18.FormDesignComponent, typeof i19.WidgetDesignComponent, typeof i20.CubeDesignComponent, typeof i21.ActionDesignerComponent, typeof i15.ReportDesignerComponent, typeof i22.ViewDesignComponent, typeof i23.TypeDesignComponent, typeof i24.DesignerCubeFilterComponent, typeof i25.CubeIndexDesignComponent, typeof i26.ConfigurationDatasourceDesignComponent, typeof i27.ReturnToRoleActionDesignComponent, typeof i28.PivotViewDesignComponent, typeof i29.CubeViewDesignComponent, typeof i30.BoxFormDesignComponent, typeof i31.AnomalyRuleDesignComponent, typeof i32.UsageReportDesignComponent, typeof i33.DocumentsWidgetDesignComponent, typeof i34.PerformanceWidgetDesignComponent, typeof i35.DocumentsReportDesignComponent, typeof i36.TasksReportDesignComponent, typeof i37.ExploreViewDesignComponent, typeof i38.AnalysisWidgetDesignComponent, typeof i39.ParallelViewDesignComponent, typeof i40.SumViewDesignComponent, typeof i41.MatrixViewDesignComponent, typeof i42.ChartViewDesignComponent, typeof i43.LocalizedStringField, typeof i44.ConfigurationDesignerComponent, typeof i5.DesignerItemComponent, typeof i5.DesignerItemOptionsComponent, typeof i45.FormDesignerComponent, typeof i46.SectionPropertiesComponent, typeof i47.BoxSettingsComponent, typeof i45.DesignControlComponent, typeof i48.ControlPropertiesComponent, typeof i49.PermissionsUtility, typeof i50.ManageCubeIndexUtility, typeof i51.ProfileSettingsDialog, typeof i52.UtilityWrapperComponent, typeof i53.UtilityPaneComponent, typeof i54.SearchInput, typeof i55.ColorPicker, typeof i56.ReassignDialog, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i59.TraceElementComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i62.PositionsPopup, typeof i63.WorkflowComponent, typeof i64.WorkflowNodeComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent], [typeof i67.CommonModule, typeof i68.HttpClientModule, typeof i69.ReactiveFormsModule, typeof i70.RouterModule, typeof i71.ScrollingModule, typeof i72.SyncfusionDiagramModule, typeof i73.SyncfusionChartModule, typeof i74.SharedModule, typeof i75.DesignerModule], [typeof i49.PermissionsUtility, typeof i50.ManageCubeIndexUtility, typeof i52.UtilityWrapperComponent, typeof i53.UtilityPaneComponent, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i63.WorkflowComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent]>;
83
82
  static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
84
83
  }