@bizdoc/core 1.13.37 → 1.14.0-next.10

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 (329) hide show
  1. package/assets/bizdoc-schema.json +5 -0
  2. package/assets/themes/brown.min.css +18 -20
  3. package/assets/themes/dark.min.css +1 -80
  4. package/assets/themes/deep-purple-light-blue.min.css +20 -22
  5. package/assets/themes/deep-purple-teal.min.css +20 -22
  6. package/assets/themes/default.min.css +20 -22
  7. package/assets/themes/green.min.css +18 -20
  8. package/assets/themes/indigo.min.css +18 -20
  9. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  10. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  11. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  12. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  13. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  14. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
  15. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
  16. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  17. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
  18. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  19. package/esm2020/lib/admin/form/form.service.mjs +3 -3
  20. package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
  21. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
  22. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +5 -5
  23. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  24. package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
  25. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  26. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  27. package/esm2020/lib/admin/positions/positions.component.mjs +3 -3
  28. package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
  29. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  30. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  31. package/esm2020/lib/app.component.mjs +8 -8
  32. package/esm2020/lib/bizdoc.module.mjs +7 -5
  33. package/esm2020/lib/browse/browse-items.component.mjs +10 -12
  34. package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
  35. package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
  36. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +17 -12
  37. package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
  38. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  39. package/esm2020/lib/chat/chat-info.mjs +3 -3
  40. package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
  41. package/esm2020/lib/chat/chat.service.mjs +3 -3
  42. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  43. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  44. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  45. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  46. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  47. package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
  48. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  49. package/esm2020/lib/compose/action/assign-action.component.mjs +21 -45
  50. package/esm2020/lib/compose/action/moveto-action.component.mjs +3 -3
  51. package/esm2020/lib/compose/action/return-action.component.mjs +18 -18
  52. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  53. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  54. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  55. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +5 -5
  56. package/esm2020/lib/compose/comments/Comments.pane.component.mjs +3 -3
  57. package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
  58. package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
  59. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  60. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  61. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  62. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  63. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  64. package/esm2020/lib/compose/compose.mobile.component.mjs +5 -5
  65. package/esm2020/lib/compose/compose.pane.component.mjs +9 -6
  66. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  67. package/esm2020/lib/compose/dismiss.service.mjs +5 -5
  68. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  69. package/esm2020/lib/compose/document.component.mjs +3 -3
  70. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  71. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  72. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  73. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  74. package/esm2020/lib/compose/form.component.mjs +40 -31
  75. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  76. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  77. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  78. package/esm2020/lib/compose/save-changes.dialog.mjs +3 -3
  79. package/esm2020/lib/compose/state.component.mjs +3 -3
  80. package/esm2020/lib/compose/tag/tags.component.mjs +5 -5
  81. package/esm2020/lib/compose/trace/flow.component.mjs +71 -29
  82. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  83. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  84. package/esm2020/lib/compose/trace/trace.component.mjs +12 -5
  85. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  86. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  87. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  88. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  89. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  90. package/esm2020/lib/core/account.service.mjs +3 -3
  91. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  92. package/esm2020/lib/core/animations.mjs +3 -3
  93. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  94. package/esm2020/lib/core/base.mjs +1 -1
  95. package/esm2020/lib/core/component-factory-resolver.mjs +4 -4
  96. package/esm2020/lib/core/configuration.mjs +6 -5
  97. package/esm2020/lib/core/controls/address.input.mjs +20 -7
  98. package/esm2020/lib/core/controls/auto-complete.input.mjs +6 -6
  99. package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
  100. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  101. package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
  102. package/esm2020/lib/core/controls/file.input.mjs +144 -116
  103. package/esm2020/lib/core/controls/select.input.mjs +19 -19
  104. package/esm2020/lib/core/controls/time-picker.mjs +3 -3
  105. package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
  106. package/esm2020/lib/core/datasource.service.mjs +3 -3
  107. package/esm2020/lib/core/functions.mjs +21 -16
  108. package/esm2020/lib/core/guide/guide.component.mjs +3 -3
  109. package/esm2020/lib/core/guide/guide.service.mjs +16 -5
  110. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  111. package/esm2020/lib/core/hub.service.mjs +3 -3
  112. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  113. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  114. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  115. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  116. package/esm2020/lib/core/info/map-info.mjs +3 -3
  117. package/esm2020/lib/core/layout/autocomplete.field.mjs +3 -3
  118. package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
  119. package/esm2020/lib/core/layout/checkbox.mjs +3 -3
  120. package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
  121. package/esm2020/lib/core/layout/date.field.mjs +3 -3
  122. package/esm2020/lib/core/layout/expression.field.mjs +3 -3
  123. package/esm2020/lib/core/layout/file.field.mjs +3 -3
  124. package/esm2020/lib/core/layout/html.field.mjs +3 -3
  125. package/esm2020/lib/core/layout/input.base.mjs +3 -3
  126. package/esm2020/lib/core/layout/input.field.mjs +3 -3
  127. package/esm2020/lib/core/layout/layout.component.mjs +3 -3
  128. package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
  129. package/esm2020/lib/core/layout/select.field.mjs +3 -3
  130. package/esm2020/lib/core/layout/switch.field.mjs +3 -3
  131. package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
  132. package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
  133. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  134. package/esm2020/lib/core/mailbox.service.mjs +25 -10
  135. package/esm2020/lib/core/models.mjs +1 -1
  136. package/esm2020/lib/core/none.component.mjs +3 -3
  137. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  138. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  139. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  140. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  141. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  142. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  143. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  144. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  145. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  146. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  147. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  148. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  149. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  150. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
  151. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  152. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  153. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  154. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  155. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  156. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  157. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  158. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  159. package/esm2020/lib/core/prompt.service.mjs +3 -3
  160. package/esm2020/lib/core/router.mjs +6 -6
  161. package/esm2020/lib/core/session.service.mjs +20 -9
  162. package/esm2020/lib/core/slots/pane-ref.mjs +4 -1
  163. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  164. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  165. package/esm2020/lib/core/slots/slots.component.mjs +114 -76
  166. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  167. package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
  168. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  169. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  170. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  171. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  172. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  173. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  174. package/esm2020/lib/core/translate.service.mjs +3 -3
  175. package/esm2020/lib/core/translations.mjs +11 -7
  176. package/esm2020/lib/core/window-title.service.mjs +3 -3
  177. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  178. package/esm2020/lib/cube/chart/chart.component.mjs +20 -5
  179. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  180. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  181. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  182. package/esm2020/lib/cube/cube.service.mjs +3 -3
  183. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  184. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  185. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  186. package/esm2020/lib/cube/explore/explore.pane.component.mjs +5 -5
  187. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  188. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  189. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  190. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  191. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  192. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  193. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  194. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  195. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +6 -6
  196. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  197. package/esm2020/lib/cube/matrix/table.component.mjs +5 -5
  198. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  199. package/esm2020/lib/cube/pivot/pivot.component.mjs +16 -5
  200. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  201. package/esm2020/lib/cube/view-base.mjs +3 -3
  202. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  203. package/esm2020/lib/cube/view.pane.component.mjs +8 -4
  204. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  205. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  206. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  207. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  208. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  209. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  210. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  211. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  212. package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
  213. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  214. package/esm2020/lib/dashboard/recents/recents.widget.mjs +5 -5
  215. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  216. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  217. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  218. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  219. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +18 -14
  220. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  221. package/esm2020/lib/desktop.module.mjs +4 -4
  222. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  223. package/esm2020/lib/home/home-base.component.mjs +3 -3
  224. package/esm2020/lib/home/home.desktop.component.mjs +6 -6
  225. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  226. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  227. package/esm2020/lib/home/options/options.component.mjs +3 -3
  228. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  229. package/esm2020/lib/home/search.service.mjs +3 -3
  230. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  231. package/esm2020/lib/home/tools.component.mjs +3 -3
  232. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  233. package/esm2020/lib/mobile.module.mjs +4 -4
  234. package/esm2020/lib/modules/chart.module.mjs +4 -4
  235. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  236. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  237. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  238. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  239. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  240. package/esm2020/lib/modules/grid.module.mjs +4 -4
  241. package/esm2020/lib/modules/material.module.mjs +4 -4
  242. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  243. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  244. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  245. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  246. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  247. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  248. package/esm2020/lib/notifications/filter.component.mjs +3 -3
  249. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  250. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  251. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  252. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  253. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  254. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  255. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  256. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  257. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  258. package/esm2020/lib/notifications/types/notification-base.mjs +5 -5
  259. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  260. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  261. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  262. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  263. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  264. package/esm2020/lib/options/options.component.mjs +3 -3
  265. package/esm2020/lib/options/options.service.mjs +3 -3
  266. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  267. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  268. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  269. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  270. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  271. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  272. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  273. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  274. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  275. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  276. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  277. package/esm2020/lib/reports/report.pane.component.mjs +3 -3
  278. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  279. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  280. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  281. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  282. package/esm2020/lib/routes.desktop.mjs +18 -18
  283. package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
  284. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  285. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  286. package/esm2020/lib/shared.module.mjs +8 -6
  287. package/esm2020/lib/system.module.mjs +4 -4
  288. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  289. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  290. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  291. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  292. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  293. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  294. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  295. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  296. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  297. package/esm2020/lib/views/view-item.component.mjs +9 -13
  298. package/esm2020/lib/views/views.component.mjs +3 -3
  299. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  300. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  301. package/esm2020/public-api.mjs +2 -2
  302. package/fesm2015/bizdoc-core.mjs +1526 -1317
  303. package/fesm2015/bizdoc-core.mjs.map +1 -1
  304. package/fesm2020/bizdoc-core.mjs +1526 -1316
  305. package/fesm2020/bizdoc-core.mjs.map +1 -1
  306. package/lib/browse/browse-items.component.d.ts +0 -1
  307. package/lib/compose/action/assign-action.component.d.ts +3 -9
  308. package/lib/compose/action/return-action.component.d.ts +4 -2
  309. package/lib/compose/compose.pane.component.d.ts +1 -0
  310. package/lib/compose/form.component.d.ts +7 -3
  311. package/lib/core/animations.d.ts +1 -1
  312. package/lib/core/base.d.ts +3 -3
  313. package/lib/core/component-factory-resolver.d.ts +1 -1
  314. package/lib/core/configuration.d.ts +6 -5
  315. package/lib/core/controls/address.input.d.ts +5 -3
  316. package/lib/core/controls/file.input.d.ts +15 -4
  317. package/lib/core/controls/select.input.d.ts +5 -5
  318. package/lib/core/functions.d.ts +7 -3
  319. package/lib/core/guide/guide.service.d.ts +8 -2
  320. package/lib/core/mailbox.service.d.ts +2 -1
  321. package/lib/core/models.d.ts +2 -0
  322. package/lib/core/session.service.d.ts +3 -1
  323. package/lib/core/slots/pane-ref.d.ts +9 -6
  324. package/lib/core/slots/slots.component.d.ts +28 -7
  325. package/lib/core/translations.d.ts +6 -2
  326. package/lib/home/home.desktop.component.d.ts +1 -1
  327. package/lib/views/view-item.component.d.ts +2 -4
  328. package/package.json +15 -15
  329. package/public-api.d.ts +1 -1
@@ -56,7 +56,6 @@ export declare class BrowseItemsComponent implements OnInit, OnChanges, OnDestro
56
56
  constructor(_mailbox: MailboxService, _accounts: AccountService, _cube: CubeService, _session: SessionService, _sb: PromptService, _translate: TranslateService, _cd: ChangeDetectorRef, _router: RouterImpl, _messaging: HubService, _config: BizDocConfig);
57
57
  ngOnInit(): void;
58
58
  ngOnChanges(_: SimpleChanges): void;
59
- private _assign;
60
59
  get folder(): Folder;
61
60
  dragStarted(event: any): void;
62
61
  toggleRead(item: RecipientModel): void;
@@ -11,25 +11,19 @@ export declare class AssignActionComponent implements ArgumentsComponent, OnInit
11
11
  private _fb;
12
12
  private _session;
13
13
  private _accounts;
14
- readonly separatorKeysCodes: number[];
15
14
  nameInput: ElementRef<HTMLInputElement>;
16
15
  readonly form: import("@angular/forms").FormGroup;
17
- readonly userIds: import("@angular/forms").FormControl;
16
+ readonly userId: import("@angular/forms").FormControl;
18
17
  users$: Observable<UserInfo[]>;
19
18
  private _destroy;
20
19
  constructor(_fb: FormBuilder, _session: SessionService, _accounts: AccountService);
20
+ displayWith: (e: UserInfo) => string;
21
21
  ngOnInit(): void;
22
22
  /**
23
23
  *
24
- * @param inp
25
24
  * @param event
26
25
  */
27
- userSelected(inp: HTMLInputElement, event: MatAutocompleteSelectedEvent): void;
28
- /**
29
- *
30
- * @param id
31
- */
32
- removed(id: string): void;
26
+ userSelected(event: MatAutocompleteSelectedEvent): void;
33
27
  ngOnDestroy(): void;
34
28
  static ɵfac: i0.ɵɵFactoryDeclaration<AssignActionComponent, never>;
35
29
  static ɵcmp: i0.ɵɵComponentDeclaration<AssignActionComponent, "ng-component", never, {}, {}, never, never>;
@@ -3,15 +3,17 @@ import { ArgumentsComponent } from '../../core/base';
3
3
  import { Recipient } from '../../core/models';
4
4
  import { ActionRef } from './action-ref';
5
5
  import { SessionService } from '../../core/session.service';
6
- import { AccountService } from '../../core/account.service';
7
6
  import { OnInit } from '@angular/core';
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class ReturnActionComponent implements ArgumentsComponent, OnInit {
10
9
  private _fb;
11
10
  readonly recipients: Recipient[];
12
- constructor(_fb: FormBuilder, actionRef: ActionRef, session: SessionService, accounts: AccountService);
11
+ constructor(_fb: FormBuilder, actionRef: ActionRef<Options>, session: SessionService);
13
12
  ngOnInit(): void;
14
13
  readonly form: import("@angular/forms").FormGroup;
15
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ReturnActionComponent, never>;
16
15
  static ɵcmp: i0.ɵɵComponentDeclaration<ReturnActionComponent, "ng-component", never, {}, {}, never, never>;
17
16
  }
17
+ interface Options {
18
+ }
19
+ export {};
@@ -33,6 +33,7 @@ export declare class ComposePaneComponent implements OnInit, OnDestroy {
33
33
  expand(): void;
34
34
  change(): void;
35
35
  save(): void;
36
+ saved(): void;
36
37
  navComments(): void;
37
38
  navTrace(): void;
38
39
  private _navigate;
@@ -42,6 +42,7 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
42
42
  readonly dirtyChange: EventEmitter<boolean>;
43
43
  valid: boolean;
44
44
  readonly validChange: EventEmitter<boolean>;
45
+ readonly saved: EventEmitter<void>;
45
46
  mode: ViewMode;
46
47
  contacts: boolean;
47
48
  actions: Action[];
@@ -60,15 +61,18 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
60
61
  private _editing;
61
62
  ngOnChanges(_changes: SimpleChanges): void;
62
63
  private _fileChangeListener;
63
- private _applyChanges;
64
+ private _apply;
64
65
  navigate(page: any): void;
65
66
  private _getActionAdjective;
67
+ /**
68
+ *
69
+ * @param feedback
70
+ */
66
71
  private _save;
67
72
  upload(files: File[]): Observable<any>;
68
73
  private _constructAttachment;
69
74
  tag(evt: MouseEvent): void;
70
75
  private _reset;
71
- private _sortActions;
72
76
  guide(name: string): void;
73
77
  attach(): void;
74
78
  /**
@@ -93,5 +97,5 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
93
97
  private _assign;
94
98
  ngOnDestroy(): void;
95
99
  static ɵfac: i0.ɵɵFactoryDeclaration<ComposeFormComponent, never>;
96
- static ɵcmp: i0.ɵɵComponentDeclaration<ComposeFormComponent, "bizdoc-form", never, { "model": "model"; "working": "working"; "dirty": "dirty"; "valid": "valid"; "mode": "mode"; "contacts": "contacts"; }, { "modelChange": "modelChange"; "workingChange": "workingChange"; "dirtyChange": "dirtyChange"; "validChange": "validChange"; }, never, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComposeFormComponent, "bizdoc-form", never, { "model": "model"; "working": "working"; "dirty": "dirty"; "valid": "valid"; "mode": "mode"; "contacts": "contacts"; }, { "modelChange": "modelChange"; "workingChange": "workingChange"; "dirtyChange": "dirtyChange"; "validChange": "validChange"; "saved": "saved"; }, never, never>;
97
101
  }
@@ -7,7 +7,7 @@ export declare const ShakeAnimation: (import("@angular/animations").AnimationSty
7
7
  export declare const EnterExitLeft: import("@angular/animations").AnimationTransitionMetadata[];
8
8
  export declare const EnterExitRight: import("@angular/animations").AnimationTransitionMetadata[];
9
9
  export declare const EnterExitTop: import("@angular/animations").AnimationTransitionMetadata[];
10
- export declare const FadeSlideInOut: import("@angular/animations").AnimationTriggerMetadata;
10
+ export declare const FadeSlideInOut: import("@angular/animations").AnimationTransitionMetadata[];
11
11
  export declare const PulseAnimation: import("@angular/animations").AnimationAnimateMetadata;
12
12
  export declare const SwapAnimation: import("@angular/animations").AnimationTransitionMetadata[];
13
13
  export declare const matrixAnimation: import("@angular/animations").AnimationTriggerMetadata;
@@ -3,7 +3,7 @@ import { FormGroup } from "@angular/forms";
3
3
  import { Observable } from "rxjs";
4
4
  export declare type ViewMode = 'compose' | 'preview' | 'print' | 'version';
5
5
  export declare type FormMode = '';
6
- export interface FormComponent<TModel> extends ManagedComponent {
6
+ export interface FormComponent<TModel> extends ManagedComponent<TModel> {
7
7
  form: FormGroup;
8
8
  mode: ViewMode;
9
9
  onBind(data: DocumentModel<TModel>, version?: TModel): void;
@@ -13,10 +13,10 @@ export interface FormComponent<TModel> extends ManagedComponent {
13
13
  export interface ReportComponent<TResult, TArgs = any, TOptions = any> {
14
14
  onBind(data: TResult[], args?: TArgs): any;
15
15
  }
16
- export interface ArgumentsComponent<TArgs = any> extends ManagedComponent {
16
+ export interface ArgumentsComponent<TArgs = any> extends ManagedComponent<TArgs> {
17
17
  form: FormGroup;
18
18
  }
19
- export interface ManagedComponent {
19
+ export interface ManagedComponent<TArgs> {
20
20
  }
21
21
  export interface WidgetComponent<TResult, TArgs = any> {
22
22
  onBind(data: TResult, args?: TArgs): any;
@@ -1,6 +1,6 @@
1
1
  import { ComponentFactoryResolver } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
- export declare function registerComponents(components: any): void;
3
+ export declare function registerComponents(components: any[]): void;
4
4
  export declare class BizDocComponentFactoryResolver {
5
5
  private _componentFactoryResolver;
6
6
  private _factories;
@@ -29,11 +29,12 @@ export declare enum OpenPolicy {
29
29
  Clear = 2,
30
30
  Defer = 4,
31
31
  Pinnable = 8,
32
- Expandable = 16,
33
- Tab = 48,
34
- Dialog = 112,
35
- Dismissable = 128,
36
- Toggle = 256
32
+ Stretch = 16,
33
+ Tab = 32,
34
+ Dialog = 96,
35
+ Expandable = 128,
36
+ Toggle = 256,
37
+ Dismissable = 512
37
38
  }
38
39
  export declare const DEFAULT_POLICY: OpenPolicy;
39
40
  export interface BizDocChildConfig {
@@ -1,10 +1,10 @@
1
1
  /// <reference types="google.maps" />
2
2
  import { OnDestroy, OnInit, ElementRef, EventEmitter } from '@angular/core';
3
3
  import { NgControl, ControlValueAccessor, FormControl } from '@angular/forms';
4
- import { Subject } from 'rxjs';
4
+ import { FocusMonitor } from '@angular/cdk/a11y';
5
5
  import { MatFormFieldControl } from '@angular/material/form-field';
6
6
  import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
7
- import { FocusMonitor } from '@angular/cdk/a11y';
7
+ import { Subject } from 'rxjs';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class AddressInput implements MatFormFieldControl<string>, ControlValueAccessor, OnDestroy, OnInit {
10
10
  ngControl: NgControl;
@@ -24,6 +24,8 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
24
24
  inputElement: ElementRef;
25
25
  readonly optionSelected: EventEmitter<AddressChangeEvent>;
26
26
  debounce: number;
27
+ location?: google.maps.LatLng;
28
+ country?: string | string[];
27
29
  get placeholder(): string;
28
30
  set placeholder(plh: string);
29
31
  focused: boolean;
@@ -55,7 +57,7 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
55
57
  ngOnInit(): void;
56
58
  ngOnDestroy(): void;
57
59
  static ɵfac: i0.ɵɵFactoryDeclaration<AddressInput, [{ optional: true; self: true; }, null, null]>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<AddressInput, "bizdoc-address", never, { "debounce": "debounce"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; "value": "value"; }, { "optionSelected": "optionSelected"; }, never, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<AddressInput, "bizdoc-address", never, { "debounce": "debounce"; "location": "location"; "country": "country"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; "value": "value"; }, { "optionSelected": "optionSelected"; }, never, never>;
59
61
  }
60
62
  export interface AddressChangeEvent {
61
63
  address: string;
@@ -39,13 +39,12 @@ export declare class FileInput implements MatFormFieldControl<number | number[]>
39
39
  private readonly _dragDrop;
40
40
  private readonly _pending;
41
41
  constructor(_dropableElement: ElementRef, _mailbox: MailboxService, _sanitizer: DomSanitizer, _attachmentInfo: AttachmentInfo, _translate: TranslateService, _session: SessionService, _sb: PromptService, ngControl: NgControl, _model: RecipientModel<any>);
42
- hasVersion(item: Attachment): boolean;
42
+ hasVersions(item: Attachment): boolean;
43
43
  getVersions(item: Attachment): Attachment[];
44
44
  download(item: AttachmentExtra): void;
45
45
  previewOrDownload(item: AttachmentExtra): void;
46
- canPreview(item: AttachmentExtra): boolean;
47
46
  canEdit(item: AttachmentExtra): boolean;
48
- openPreview(item: AttachmentExtra): void;
47
+ apreview(item: AttachmentExtra): void;
49
48
  cancel(item: AttachmentExtra): void;
50
49
  checkIn(item: AttachmentExtra): void;
51
50
  checkOut(item: AttachmentExtra): void;
@@ -77,10 +76,22 @@ export declare class FileInput implements MatFormFieldControl<number | number[]>
77
76
  describedBy: string;
78
77
  setDescribedByIds(ids: string[]): void;
79
78
  onContainerClick(): void;
80
- prompt(): void;
79
+ open(): void;
81
80
  private _prompt;
81
+ /**
82
+ *
83
+ * @param evt
84
+ */
82
85
  _change(evt: InputEvent): void;
86
+ /**
87
+ *
88
+ * @param attachment
89
+ */
83
90
  private _createItem;
91
+ /**
92
+ *
93
+ * @param files
94
+ */
84
95
  private _upload;
85
96
  ngOnDestroy(): void;
86
97
  static ɵfac: i0.ɵɵFactoryDeclaration<FileInput, [null, null, null, null, null, null, null, { optional: true; self: true; }, null]>;
@@ -1,4 +1,4 @@
1
- import { OnDestroy, OnInit, ElementRef, EventEmitter, DoCheck } from '@angular/core';
1
+ import { OnDestroy, OnInit, ElementRef, EventEmitter } from '@angular/core';
2
2
  import { NgControl, ControlValueAccessor, FormControl } from '@angular/forms';
3
3
  import { MatFormFieldControl } from '@angular/material/form-field';
4
4
  import { MatSelect } from '@angular/material/select';
@@ -9,13 +9,12 @@ import { SessionService } from '../session.service';
9
9
  import { DatasourceService } from '../datasource.service';
10
10
  import { ScopeType } from '../configuration';
11
11
  import * as i0 from "@angular/core";
12
- export declare class TypeSelect implements MatFormFieldControl<string | string[]>, ControlValueAccessor, OnInit, DoCheck, OnDestroy {
12
+ export declare class TypeSelect implements MatFormFieldControl<string | string[]>, ControlValueAccessor, OnInit, OnDestroy {
13
13
  ngControl: NgControl;
14
14
  private _fm;
15
15
  private _elRef;
16
16
  private _session;
17
17
  private _service;
18
- focus(): void;
19
18
  private static nextId;
20
19
  private _placeholder;
21
20
  private _required;
@@ -34,6 +33,7 @@ export declare class TypeSelect implements MatFormFieldControl<string | string[]
34
33
  type: string;
35
34
  scope: ScopeType;
36
35
  readonly selectionChange: EventEmitter<SelectEvent>;
36
+ touched: boolean;
37
37
  set multiple(val: boolean);
38
38
  get multiple(): boolean;
39
39
  get placeholder(): string;
@@ -47,7 +47,7 @@ export declare class TypeSelect implements MatFormFieldControl<string | string[]
47
47
  set disabled(val: boolean);
48
48
  text: string;
49
49
  readonly textChange: EventEmitter<string>;
50
- errorState: boolean;
50
+ get errorState(): boolean;
51
51
  controlType?: string;
52
52
  describedBy: string;
53
53
  setDescribedByIds(ids: string[]): void;
@@ -61,7 +61,7 @@ export declare class TypeSelect implements MatFormFieldControl<string | string[]
61
61
  set value(val: string | string[]);
62
62
  _onFocus(): void;
63
63
  _onBlur(): void;
64
- ngDoCheck(): void;
64
+ focus(): void;
65
65
  _compareWithKey(option1: KeyValue, option2: KeyValue): boolean;
66
66
  private readonly _destroy;
67
67
  constructor(ngControl: NgControl, _fm: FocusMonitor, _elRef: ElementRef<HTMLElement>, _session: SessionService, _service: DatasourceService);
@@ -19,6 +19,12 @@ export declare function isArray(val: any): val is Array<any>;
19
19
  export declare function isString(val: any): val is string;
20
20
  export declare function getWarn(mode?: MaterialMode): string;
21
21
  export declare function playAudio(name: 'notification_simple-01' | 'alert_error-03'): void;
22
+ /**
23
+ *
24
+ * @param o1
25
+ * @param o2
26
+ */
27
+ export declare function deepAssign(o1: any, o2: any): any;
22
28
  declare global {
23
29
  interface String {
24
30
  decodeId: () => number;
@@ -32,6 +38,7 @@ declare global {
32
38
  remove(item: T): T[];
33
39
  last(): T;
34
40
  average(predicate: (i: T) => number): number;
41
+ distinct<M>(predicate: (i: T) => M): Set<M>;
35
42
  sum(predicate: (i: T) => number): number;
36
43
  max(predicate: (i: T) => number): number;
37
44
  }
@@ -39,9 +46,6 @@ declare global {
39
46
  formatArgs(...args: any[]): string;
40
47
  normalize(): string;
41
48
  }
42
- interface Object {
43
- deepAssign(val1: any, val2: any): any;
44
- }
45
49
  }
46
50
  /**
47
51
  *
@@ -1,10 +1,16 @@
1
1
  import { Injector } from '@angular/core';
2
- import { Overlay } from "@angular/cdk/overlay";
2
+ import { Overlay, OverlayRef } from "@angular/cdk/overlay";
3
3
  import { BizDocConfig } from '../configuration';
4
4
  import { Guide } from '../models';
5
5
  import { SessionService } from '../session.service';
6
6
  import { TranslateService } from '../translate.service';
7
7
  import * as i0 from "@angular/core";
8
+ export declare class GuideRef {
9
+ private _guide;
10
+ private _overlayRef;
11
+ constructor(_guide: Guide, _overlayRef: OverlayRef);
12
+ closed(): import("rxjs").Observable<void>;
13
+ }
8
14
  /** */
9
15
  export declare class GuideService {
10
16
  private _overlay;
@@ -26,7 +32,7 @@ export declare class GuideService {
26
32
  *
27
33
  * @param options
28
34
  */
29
- start(options: Guide | string): void;
35
+ start(options: Guide | string): GuideRef;
30
36
  static ɵfac: i0.ɵɵFactoryDeclaration<GuideService, never>;
31
37
  static ɵprov: i0.ɵɵInjectableDeclaration<GuideService>;
32
38
  }
@@ -111,7 +111,7 @@ export declare class MailboxService {
111
111
  * get geo location if form settings requies
112
112
  * @param form
113
113
  */
114
- private _getGeoLocation;
114
+ private _geoLocation;
115
115
  /**
116
116
  */
117
117
  private _notify;
@@ -139,3 +139,4 @@ export declare class UploadEvent {
139
139
  state: 'pending' | 'progress' | 'done';
140
140
  constructor(options: any);
141
141
  }
142
+ export declare function reportProgress(attachment: AttachmentExtra): (source: Observable<Attachment>) => Observable<unknown>;
@@ -97,6 +97,7 @@ export interface ConnectorInfo {
97
97
  targetId: string;
98
98
  }
99
99
  export interface NodeInfo {
100
+ note?: string;
100
101
  originId?: number;
101
102
  id: string;
102
103
  /** node */
@@ -541,6 +542,7 @@ export interface Cube {
541
542
  }
542
543
  export interface YAxis {
543
544
  title?: string;
545
+ type?: 'None' | 'Number' | 'Currency';
544
546
  }
545
547
  export interface CubeIndex {
546
548
  name: string;
@@ -7,11 +7,13 @@ import { Profile, UserInfo, AvailabilityState, Options, Gender } from './models'
7
7
  import { HubService } from './hub.service';
8
8
  import { MaterialMode } from './functions';
9
9
  import * as i0 from "@angular/core";
10
+ export declare function SessionProviderFactory(provider: SessionService): () => Promise<any[]>;
10
11
  export declare class SessionService {
11
12
  private _config;
12
13
  private _http;
13
14
  private _cookies;
14
15
  private _hub;
16
+ prepare(): Promise<any[]>;
15
17
  readonly Themes: Theme[];
16
18
  constructor(_config: BizDocConfig, _http: HttpClient, _cookies: CookieService, _hub: HubService);
17
19
  private readonly _loaded;
@@ -70,7 +72,7 @@ export declare class SessionService {
70
72
  */
71
73
  private _changeTheme;
72
74
  private _loadSw;
73
- private _loadMaps;
75
+ private _googleMaps;
74
76
  static ɵfac: i0.ɵɵFactoryDeclaration<SessionService, never>;
75
77
  static ɵprov: i0.ɵɵInjectableDeclaration<SessionService>;
76
78
  }
@@ -39,7 +39,7 @@ export interface PaneOptions {
39
39
  };
40
40
  openPolicy?: OpenPolicy;
41
41
  }
42
- export declare type PaneAction = 'expand' | 'focus' | 'close';
42
+ export declare type PaneAction = 'expand' | 'focus' | 'close' | 'refresh';
43
43
  export declare class PaneRef<T = any> {
44
44
  component: Type<any>;
45
45
  private _options;
@@ -54,17 +54,17 @@ export declare class PaneRef<T = any> {
54
54
  title: string;
55
55
  icon?: string;
56
56
  guide?: string;
57
- _instance: T;
58
- _path: string;
59
- _queryString: string;
60
- _injector: Injector;
61
- _portal: ComponentPortal<T>;
62
57
  pinned: boolean;
63
58
  badge?: number;
64
59
  animation: string;
65
60
  group: string;
66
61
  help: string;
67
62
  expandable: boolean;
63
+ _instance: T;
64
+ _path: string;
65
+ _queryString: string;
66
+ _injector: Injector;
67
+ _portal: ComponentPortal<T>;
68
68
  get injector(): Injector;
69
69
  get fullscreen(): boolean;
70
70
  get fullscreenChange(): import("rxjs").Observable<boolean>;
@@ -82,6 +82,8 @@ export declare class PaneRef<T = any> {
82
82
  get modeChange(): import("rxjs").Observable<"tab" | "pane">;
83
83
  get mode(): "tab" | "pane";
84
84
  get parent(): PaneRef<any>;
85
+ get stretch(): boolean;
86
+ set stretch(val: boolean);
85
87
  get dialog(): boolean;
86
88
  get dismissable(): boolean;
87
89
  get route(): PaneRoute;
@@ -96,6 +98,7 @@ export declare class PaneRef<T = any> {
96
98
  help?: string;
97
99
  fullscreen?: boolean;
98
100
  dialog?: boolean;
101
+ stretch?: boolean;
99
102
  parent?: PaneRef<any>;
100
103
  queryString?: string;
101
104
  data?: ParamMap;
@@ -8,7 +8,6 @@ import { CdkScrollable, ComponentType } from '@angular/cdk/overlay';
8
8
  import { WindowTitleService } from '../window-title.service';
9
9
  import { PaneRoute } from '../configuration';
10
10
  import { GuideService } from '../guide/guide.service';
11
- import { PromptService } from '../prompt.service';
12
11
  import * as i0 from "@angular/core";
13
12
  declare global {
14
13
  interface Window {
@@ -16,7 +15,6 @@ declare global {
16
15
  }
17
16
  }
18
17
  export declare class SlotsComponent implements OnInit, OnDestroy {
19
- private _ps;
20
18
  private _session;
21
19
  private _cd;
22
20
  private _router;
@@ -34,6 +32,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
34
32
  readonly panes: PaneRef<any>[];
35
33
  readonly tabs: PaneRef<any>[];
36
34
  private _selectedTabIndex;
35
+ dialog: boolean;
37
36
  get selectedTabIndex(): number;
38
37
  set selectedTabIndex(value: number);
39
38
  private _setTabAnimation;
@@ -41,7 +40,6 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
41
40
  next: boolean;
42
41
  prev: boolean;
43
42
  dragging: boolean;
44
- dialog: boolean;
45
43
  tabsAnimation: {
46
44
  value: number;
47
45
  params: {
@@ -55,7 +53,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
55
53
  private readonly _pending;
56
54
  private readonly _rtl;
57
55
  private readonly _destroy;
58
- constructor(data: ExtendedRoute[], _ps: PromptService, _session: SessionService, _cd: ChangeDetectorRef, _router: PanesRouter, _title: WindowTitleService, _guide: GuideService, _injector: Injector);
56
+ constructor(data: ExtendedRoute[], _session: SessionService, _cd: ChangeDetectorRef, _router: PanesRouter, _title: WindowTitleService, _guide: GuideService, _injector: Injector);
59
57
  ngOnInit(): void;
60
58
  private _deserialize;
61
59
  /**
@@ -84,7 +82,12 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
84
82
  */
85
83
  private _navParams;
86
84
  /** */
87
- private _replaceUrl;
85
+ private _sync;
86
+ /**
87
+ *
88
+ * @param mode
89
+ */
90
+ private _history;
88
91
  drop(evt: CdkDragDrop<string, string>): void;
89
92
  togglePinned(pane: PaneRef<any>): void;
90
93
  private _queryString;
@@ -126,17 +129,28 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
126
129
  * @param options
127
130
  */
128
131
  private _constract;
132
+ /**
133
+ *
134
+ * @param component
135
+ * @param options
136
+ */
129
137
  private _insertTab;
130
138
  guide(name: string): void;
131
139
  back(): void;
132
140
  private _back;
133
141
  tabBack(): void;
142
+ /**
143
+ *
144
+ * @param e
145
+ * @param pane
146
+ */
134
147
  private _action;
135
148
  /**
136
149
  * escape
137
150
  * @param event
138
151
  */
139
152
  collapse(): void;
153
+ onResize(): void;
140
154
  private _resize;
141
155
  closeTab(position: number): void;
142
156
  expandPane(): void;
@@ -154,7 +168,14 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
154
168
  * @param pane
155
169
  */
156
170
  private _discardPane;
157
- private _clear;
171
+ private _clearPending;
172
+ /** */
173
+ private _clearPanes;
174
+ private _clearTabs;
175
+ /**
176
+ *
177
+ * @param panes
178
+ */
158
179
  private _dismissAll;
159
180
  /**
160
181
  *
@@ -167,7 +188,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
167
188
  navigationArrows(_?: Event): void;
168
189
  scrollBy(n: number): void;
169
190
  focus(index: any): void;
170
- onResize(pane: PaneRef<any>, event: MouseEvent): void;
191
+ onPaneResize(pane: PaneRef<any>, event: MouseEvent): void;
171
192
  onTabResize(event: MouseEvent): void;
172
193
  private _destroyPane;
173
194
  ngOnDestroy(): void;
@@ -196,7 +196,8 @@ export declare const STRINGS: {
196
196
  YouSubmittedNote: string;
197
197
  SubmittedNote: string;
198
198
  SubmittedNoteBy: string;
199
- SubmittedNoteByYou: string;
199
+ SubmittedNoteYouBy: string;
200
+ YouSubmittedNoteBy: string;
200
201
  Today: string;
201
202
  Yesterday: string;
202
203
  Forget: string;
@@ -739,10 +740,13 @@ export declare const STRINGS: {
739
740
  SubmittedNoteMale: string;
740
741
  SubmittedNoteFemale: string;
741
742
  YouSubmittedNote: string;
743
+ SubmittedNoteYouBy: string;
744
+ SubmittedNoteYouByMale: string;
745
+ SubmittedNoteYouByFemale: string;
742
746
  SubmittedNoteBy: string;
743
747
  SubmittedNoteByMale: string;
744
748
  SubmittedNoteByFemale: string;
745
- SubmittedNoteByYou: string;
749
+ YouSubmittedNoteBy: string;
746
750
  Today: string;
747
751
  Yesterday: string;
748
752
  SomeoneTyping: string;
@@ -12,7 +12,7 @@ import { HomeBase } from './home-base.component';
12
12
  import { MailboxService } from '../core/mailbox.service';
13
13
  import { PromptService } from '../core/prompt.service';
14
14
  import * as i0 from "@angular/core";
15
- /** home comp */
15
+ /** desktop home comp */
16
16
  export declare class HomeComponent extends HomeBase {
17
17
  private _router;
18
18
  private _mailbox;
@@ -2,10 +2,8 @@ import { AfterViewInit, Injector, OnDestroy, ViewContainerRef } from "@angular/c
2
2
  import { HttpClient } from "@angular/common/http";
3
3
  import { BizDocComponentFactoryResolver } from "../core/component-factory-resolver";
4
4
  import { DocumentModel, View } from "../core/models";
5
- import { PaneRef } from "../core/slots/pane-ref";
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class ViewItemComponent implements AfterViewInit, OnDestroy {
8
- private _pane;
9
7
  private _http;
10
8
  private _vc;
11
9
  private _injector;
@@ -18,11 +16,11 @@ export declare class ViewItemComponent implements AfterViewInit, OnDestroy {
18
16
  private _instance;
19
17
  private readonly _resizing;
20
18
  private readonly _destroy;
21
- constructor(_pane: PaneRef<any>, _http: HttpClient, _vc: ViewContainerRef, _injector: Injector, _cf: BizDocComponentFactoryResolver);
19
+ constructor(_http: HttpClient, _vc: ViewContainerRef, _injector: Injector, _cf: BizDocComponentFactoryResolver);
22
20
  ngAfterViewInit(): void;
23
21
  private _dim;
24
22
  resize(): void;
25
23
  ngOnDestroy(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewItemComponent, [{ optional: true; }, null, null, null, null]>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ViewItemComponent, never>;
27
25
  static ɵcmp: i0.ɵɵComponentDeclaration<ViewItemComponent, "bizdoc-document-view-item", never, { "model": "model"; "view": "view"; }, {}, never, never>;
28
26
  }