@bizdoc/core 1.17.5 → 1.17.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (393) hide show
  1. package/assets/themes/brown.min.css +1 -1
  2. package/assets/themes/dark.min.css +1 -1
  3. package/assets/themes/deep-purple-light-blue.min.css +1 -1
  4. package/assets/themes/deep-purple-teal.min.css +1 -1
  5. package/assets/themes/default.min.css +1 -1
  6. package/assets/themes/green.min.css +1 -1
  7. package/assets/themes/indigo.min.css +1 -1
  8. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  9. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  10. package/esm2020/lib/admin/architecture/cube-axes-filter.component.mjs +14 -15
  11. package/esm2020/lib/admin/architecture/designer-element.component.mjs +17 -17
  12. package/esm2020/lib/admin/architecture/designer-privileges.component.mjs +3 -3
  13. package/esm2020/lib/admin/architecture/designer.base.mjs +9 -9
  14. package/esm2020/lib/admin/architecture/designer.component.mjs +16 -17
  15. package/esm2020/lib/admin/architecture/elements/action.component.mjs +3 -3
  16. package/esm2020/lib/admin/architecture/elements/analysis-view.component.mjs +3 -3
  17. package/esm2020/lib/admin/architecture/elements/analysis-widget.component.mjs +3 -3
  18. package/esm2020/lib/admin/architecture/elements/anomaly-rule.component.mjs +3 -3
  19. package/esm2020/lib/admin/architecture/elements/attribute.component.mjs +3 -3
  20. package/esm2020/lib/admin/architecture/elements/box-form.component.mjs +3 -3
  21. package/esm2020/lib/admin/architecture/elements/configuration-datasource.component.mjs +3 -3
  22. package/esm2020/lib/admin/architecture/elements/control.component.mjs +3 -3
  23. package/esm2020/lib/admin/architecture/elements/cube-index-utility.component.mjs +3 -3
  24. package/esm2020/lib/admin/architecture/elements/cube-view.component.mjs +3 -3
  25. package/esm2020/lib/admin/architecture/elements/cube.component.mjs +24 -25
  26. package/esm2020/lib/admin/architecture/elements/documents-report.component.mjs +3 -3
  27. package/esm2020/lib/admin/architecture/elements/documents-widget.component.mjs +3 -3
  28. package/esm2020/lib/admin/architecture/elements/explore-view.component.mjs +3 -3
  29. package/esm2020/lib/admin/architecture/elements/feedback-widget.component.mjs +3 -3
  30. package/esm2020/lib/admin/architecture/elements/folder.component.mjs +3 -3
  31. package/esm2020/lib/admin/architecture/elements/form-invite.dialog.mjs +14 -14
  32. package/esm2020/lib/admin/architecture/elements/form.component.mjs +39 -27
  33. package/esm2020/lib/admin/architecture/elements/guide.component.mjs +3 -3
  34. package/esm2020/lib/admin/architecture/elements/matrix-view.component.mjs +3 -3
  35. package/esm2020/lib/admin/architecture/elements/node.component.mjs +3 -3
  36. package/esm2020/lib/admin/architecture/elements/parallel-view.component.mjs +3 -3
  37. package/esm2020/lib/admin/architecture/elements/performance-report.component.mjs +3 -3
  38. package/esm2020/lib/admin/architecture/elements/performance-widget.component.mjs +3 -3
  39. package/esm2020/lib/admin/architecture/elements/pivot-view.component.mjs +3 -3
  40. package/esm2020/lib/admin/architecture/elements/policy.component.mjs +3 -3
  41. package/esm2020/lib/admin/architecture/elements/report.component.mjs +3 -3
  42. package/esm2020/lib/admin/architecture/elements/return-to-role-action.component.mjs +3 -3
  43. package/esm2020/lib/admin/architecture/elements/role.component.mjs +3 -3
  44. package/esm2020/lib/admin/architecture/elements/rule.component.mjs +3 -3
  45. package/esm2020/lib/admin/architecture/elements/state.component.mjs +3 -3
  46. package/esm2020/lib/admin/architecture/elements/sum-view.component.mjs +3 -3
  47. package/esm2020/lib/admin/architecture/elements/tasks-report.component.mjs +3 -3
  48. package/esm2020/lib/admin/architecture/elements/type.component.mjs +3 -3
  49. package/esm2020/lib/admin/architecture/elements/usage-report.component.mjs +3 -3
  50. package/esm2020/lib/admin/architecture/elements/utility.component.mjs +3 -3
  51. package/esm2020/lib/admin/architecture/elements/view.component.mjs +3 -3
  52. package/esm2020/lib/admin/architecture/elements/widget.component.mjs +3 -3
  53. package/esm2020/lib/admin/architecture/icon-picker.component.mjs +3 -3
  54. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  55. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  56. package/esm2020/lib/admin/core/localized-string.component.mjs +7 -6
  57. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  58. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +19 -20
  59. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +24 -25
  60. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +13 -14
  61. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +14 -15
  62. package/esm2020/lib/admin/form/designer/box-designer.component.mjs +6 -6
  63. package/esm2020/lib/admin/form/designer/properties.component.mjs +3 -3
  64. package/esm2020/lib/admin/form/designer/section.component.mjs +3 -3
  65. package/esm2020/lib/admin/form/designer/settings.component.mjs +3 -3
  66. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  67. package/esm2020/lib/admin/form/workflow/node.component.mjs +11 -12
  68. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +17 -18
  69. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +12 -14
  70. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  71. package/esm2020/lib/admin/patterns/patterns.component.mjs +23 -24
  72. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  73. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  74. package/esm2020/lib/admin/positions/positions.component.mjs +24 -25
  75. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +16 -17
  76. package/esm2020/lib/admin/profiler/profiler.component.mjs +20 -21
  77. package/esm2020/lib/admin/system.service.mjs +3 -3
  78. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  79. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  80. package/esm2020/lib/app.component.mjs +6 -6
  81. package/esm2020/lib/bizdoc.module.mjs +4 -4
  82. package/esm2020/lib/browse/browse-items.component.mjs +24 -25
  83. package/esm2020/lib/browse/browse.mobile.component.mjs +17 -18
  84. package/esm2020/lib/browse/browse.pane.component.mjs +15 -16
  85. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +15 -16
  86. package/esm2020/lib/browse/filter/filter.component.mjs +15 -16
  87. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  88. package/esm2020/lib/chat/chat-info.mjs +3 -3
  89. package/esm2020/lib/chat/chat.mobile.component.mjs +7 -8
  90. package/esm2020/lib/chat/chat.service.mjs +3 -3
  91. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  92. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  93. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  94. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  95. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  96. package/esm2020/lib/compose/action/action.dialog.mjs +10 -11
  97. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  98. package/esm2020/lib/compose/action/assign-action.component.mjs +12 -13
  99. package/esm2020/lib/compose/action/moveto-action.component.mjs +14 -15
  100. package/esm2020/lib/compose/action/return-action.component.mjs +12 -13
  101. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  102. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +10 -11
  103. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  104. package/esm2020/lib/compose/box/box.component.mjs +9 -10
  105. package/esm2020/lib/compose/box/control.component.mjs +3 -3
  106. package/esm2020/lib/compose/box/row.component.mjs +3 -3
  107. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  108. package/esm2020/lib/compose/comments/comment.component.mjs +16 -17
  109. package/esm2020/lib/compose/comments/comments.component.mjs +10 -11
  110. package/esm2020/lib/compose/comments/comments.pane.component.mjs +3 -3
  111. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  112. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  113. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  114. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  115. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  116. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  117. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  118. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  119. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  120. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  121. package/esm2020/lib/compose/document.component.mjs +3 -3
  122. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  123. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  124. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  125. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  126. package/esm2020/lib/compose/form.component.mjs +3 -3
  127. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  128. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  129. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  130. package/esm2020/lib/compose/state.component.mjs +3 -3
  131. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  132. package/esm2020/lib/compose/trace/flow.component.mjs +3 -3
  133. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  134. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  135. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  136. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  137. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  138. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  139. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  140. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  141. package/esm2020/lib/core/account.service.mjs +3 -3
  142. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  143. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  144. package/esm2020/lib/core/checkbox.mjs +3 -3
  145. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  146. package/esm2020/lib/core/datasource.service.mjs +3 -3
  147. package/esm2020/lib/core/fields/address.designer.mjs +3 -3
  148. package/esm2020/lib/core/fields/address.field.mjs +3 -3
  149. package/esm2020/lib/core/fields/autocomplete.field.mjs +6 -6
  150. package/esm2020/lib/core/fields/checkbox.designer.mjs +3 -3
  151. package/esm2020/lib/core/fields/checkbox.field.mjs +3 -3
  152. package/esm2020/lib/core/fields/checklist.designer.mjs +3 -3
  153. package/esm2020/lib/core/fields/checklist.field.mjs +5 -5
  154. package/esm2020/lib/core/fields/date-range.designer.mjs +3 -3
  155. package/esm2020/lib/core/fields/date-range.field.mjs +3 -3
  156. package/esm2020/lib/core/fields/date.designer.mjs +3 -3
  157. package/esm2020/lib/core/fields/date.field.mjs +3 -3
  158. package/esm2020/lib/core/fields/expression.field.mjs +3 -3
  159. package/esm2020/lib/core/fields/file.designer.mjs +3 -3
  160. package/esm2020/lib/core/fields/file.field.mjs +3 -3
  161. package/esm2020/lib/core/fields/html.designer.mjs +3 -3
  162. package/esm2020/lib/core/fields/html.field.mjs +3 -3
  163. package/esm2020/lib/core/fields/input.designer.mjs +3 -3
  164. package/esm2020/lib/core/fields/input.field.mjs +3 -3
  165. package/esm2020/lib/core/fields/localized-string.field.mjs +5 -5
  166. package/esm2020/lib/core/fields/numeric.designer.mjs +3 -3
  167. package/esm2020/lib/core/fields/numeric.field.mjs +3 -3
  168. package/esm2020/lib/core/fields/options.base.mjs +6 -6
  169. package/esm2020/lib/core/fields/options.component.mjs +3 -3
  170. package/esm2020/lib/core/fields/radio-button.designer.mjs +3 -3
  171. package/esm2020/lib/core/fields/radio-button.field.mjs +3 -3
  172. package/esm2020/lib/core/fields/select.designer.mjs +3 -3
  173. package/esm2020/lib/core/fields/select.field.mjs +3 -3
  174. package/esm2020/lib/core/fields/signature.designer.mjs +3 -3
  175. package/esm2020/lib/core/fields/signature.field.mjs +3 -3
  176. package/esm2020/lib/core/fields/switch.field.mjs +3 -3
  177. package/esm2020/lib/core/fields/textarea.designer.mjs +3 -3
  178. package/esm2020/lib/core/fields/textarea.field.mjs +3 -3
  179. package/esm2020/lib/core/fields/timespan.field.mjs +3 -3
  180. package/esm2020/lib/core/fields/yesno.designer.mjs +3 -3
  181. package/esm2020/lib/core/fields/yesno.field.mjs +3 -3
  182. package/esm2020/lib/core/guide/guide.component.mjs +9 -10
  183. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  184. package/esm2020/lib/core/guide/help-tip.component.mjs +11 -12
  185. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  186. package/esm2020/lib/core/hub.service.mjs +3 -3
  187. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  188. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  189. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  190. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  191. package/esm2020/lib/core/info/map-info.mjs +3 -3
  192. package/esm2020/lib/core/inputs/address.input.mjs +3 -3
  193. package/esm2020/lib/core/inputs/auto-complete.input.mjs +3 -3
  194. package/esm2020/lib/core/inputs/combination-picker-body.mjs +3 -3
  195. package/esm2020/lib/core/inputs/combination-picker.mjs +3 -3
  196. package/esm2020/lib/core/inputs/combination-pool.mjs +3 -3
  197. package/esm2020/lib/core/inputs/file.input.mjs +3 -3
  198. package/esm2020/lib/core/inputs/select.input.mjs +3 -3
  199. package/esm2020/lib/core/inputs/signature.input.mjs +3 -3
  200. package/esm2020/lib/core/inputs/time-picker.mjs +3 -3
  201. package/esm2020/lib/core/inputs/timespan.input.mjs +3 -3
  202. package/esm2020/lib/core/layout.component.mjs +4 -4
  203. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  204. package/esm2020/lib/core/mailbox.service.mjs +3 -3
  205. package/esm2020/lib/core/none.component.mjs +3 -3
  206. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  207. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  208. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  209. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  210. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  211. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  212. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  213. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  214. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  215. package/esm2020/lib/core/pipes/localized-string.pipe.mjs +3 -3
  216. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  217. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  218. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  219. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  220. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +6 -6
  221. package/esm2020/lib/core/pipes/translate.pipe.mjs +9 -9
  222. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  223. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  224. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  225. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  226. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  227. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  228. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  229. package/esm2020/lib/core/prompt.service.mjs +3 -3
  230. package/esm2020/lib/core/router.mjs +6 -6
  231. package/esm2020/lib/core/save-changes.dialog.mjs +3 -3
  232. package/esm2020/lib/core/session.service.mjs +3 -3
  233. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  234. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  235. package/esm2020/lib/core/slots/slots.component.mjs +5 -5
  236. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  237. package/esm2020/lib/core/tagging/edit-input.component.mjs +14 -15
  238. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  239. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  240. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  241. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  242. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  243. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  244. package/esm2020/lib/core/translate.service.mjs +3 -3
  245. package/esm2020/lib/core/translations.mjs +2 -7
  246. package/esm2020/lib/core/window-title.service.mjs +3 -3
  247. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  248. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  249. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  250. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  251. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  252. package/esm2020/lib/cube/cube.service.mjs +3 -3
  253. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  254. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  255. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  256. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  257. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  258. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  259. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  260. package/esm2020/lib/cube/filter/filter.component.mjs +14 -15
  261. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  262. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  263. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  264. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  265. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  266. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  267. package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
  268. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  269. package/esm2020/lib/cube/pivot/pivot.component.mjs +3 -3
  270. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  271. package/esm2020/lib/cube/view-base.mjs +3 -3
  272. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  273. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  274. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  275. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  276. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  277. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +11 -9
  278. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  279. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +6 -5
  280. package/esm2020/lib/dashboard/cube/document-state.widget.mjs +3 -3
  281. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  282. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  283. package/esm2020/lib/dashboard/dashboard.component.mjs +14 -15
  284. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  285. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  286. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  287. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  288. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  289. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  290. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  291. package/esm2020/lib/dashboard/widget-item.component.mjs +9 -9
  292. package/esm2020/lib/designer.module.mjs +5 -9
  293. package/esm2020/lib/desktop.module.mjs +5 -9
  294. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  295. package/esm2020/lib/home/home-base.component.mjs +3 -3
  296. package/esm2020/lib/home/home.desktop.component.mjs +19 -20
  297. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  298. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  299. package/esm2020/lib/home/options/options.component.mjs +13 -14
  300. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  301. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  302. package/esm2020/lib/home/tools.component.mjs +3 -3
  303. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  304. package/esm2020/lib/mobile.module.mjs +5 -9
  305. package/esm2020/lib/modules/chart.module.mjs +4 -4
  306. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  307. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  308. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  309. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  310. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  311. package/esm2020/lib/modules/grid.module.mjs +4 -4
  312. package/esm2020/lib/modules/material.module.mjs +8 -12
  313. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  314. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  315. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  316. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  317. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  318. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  319. package/esm2020/lib/notifications/filter.component.mjs +9 -10
  320. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  321. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  322. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  323. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  324. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  325. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  326. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  327. package/esm2020/lib/notifications/types/invite.notification.mjs +3 -3
  328. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  329. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  330. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  331. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  332. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  333. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  334. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  335. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  336. package/esm2020/lib/options/options.component.mjs +18 -19
  337. package/esm2020/lib/options/options.service.mjs +3 -3
  338. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  339. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  340. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  341. package/esm2020/lib/reports/cube/role-performance.component.mjs +3 -3
  342. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  343. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  344. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  345. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  346. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  347. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  348. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  349. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  350. package/esm2020/lib/reports/report.pane.component.mjs +12 -13
  351. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  352. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  353. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  354. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  355. package/esm2020/lib/scheduler/schedule.component.mjs +13 -14
  356. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  357. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  358. package/esm2020/lib/search/cube.component.mjs +3 -3
  359. package/esm2020/lib/search/document.component.mjs +3 -3
  360. package/esm2020/lib/search/guide.component.mjs +3 -3
  361. package/esm2020/lib/search/path.component.mjs +3 -3
  362. package/esm2020/lib/search/search.service.mjs +3 -3
  363. package/esm2020/lib/shared.module.mjs +5 -9
  364. package/esm2020/lib/system.module.mjs +25 -11
  365. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  366. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  367. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  368. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  369. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  370. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  371. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  372. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  373. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  374. package/esm2020/lib/views/view-item.component.mjs +3 -3
  375. package/esm2020/lib/views/views.component.mjs +3 -3
  376. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  377. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  378. package/fesm2015/bizdoc-core.mjs +1346 -1341
  379. package/fesm2015/bizdoc-core.mjs.map +1 -1
  380. package/fesm2020/bizdoc-core.mjs +1346 -1341
  381. package/fesm2020/bizdoc-core.mjs.map +1 -1
  382. package/lib/admin/architecture/elements/form.component.d.ts +4 -2
  383. package/lib/admin/core/localized-string.component.d.ts +1 -1
  384. package/lib/core/translations.d.ts +0 -5
  385. package/lib/dashboard/cube/cube-analysis.base.d.ts +4 -2
  386. package/lib/dashboard/dashboard.component.d.ts +6 -7
  387. package/lib/designer.module.d.ts +2 -3
  388. package/lib/desktop.module.d.ts +3 -4
  389. package/lib/mobile.module.d.ts +3 -4
  390. package/lib/modules/material.module.d.ts +38 -39
  391. package/lib/shared.module.d.ts +15 -16
  392. package/lib/system.module.d.ts +7 -8
  393. package/package.json +14 -15
@@ -88,6 +88,7 @@ export class CubeChartAnalysisWidget extends CubeAnalysisBase {
88
88
  tooltip: this.tooltip,
89
89
  palettes: this.palettes,
90
90
  currencyCode: this.currencyCode,
91
+ //selectionMode: 'Point',
91
92
  series,
92
93
  pointClick: this.pointClick.bind(this),
93
94
  legendSettings: {
@@ -108,7 +109,7 @@ export class CubeChartAnalysisWidget extends CubeAnalysisBase {
108
109
  this.explore(axes, { index });
109
110
  }
110
111
  onThemeChange() {
111
- this.onBind(this._data);
112
+ this.onBind(this._data, this.args);
112
113
  }
113
114
  onResize() {
114
115
  if (this.chart) {
@@ -127,9 +128,9 @@ export class CubeChartAnalysisWidget extends CubeAnalysisBase {
127
128
  super.ngOnDestroy();
128
129
  }
129
130
  }
130
- CubeChartAnalysisWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CubeChartAnalysisWidget, deps: [{ token: i1.WidgetRef }, { token: i2.SessionService }, { token: i3.DatasourceService }, { token: i4.CubeService }, { token: i5.CubeInfo }, { token: i0.ElementRef }, { token: i6.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
131
- CubeChartAnalysisWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: CubeChartAnalysisWidget, selector: "bizdoc-cube-chart-analysis", host: { attributes: { "dir": "ltr" }, properties: { "id": "id" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CubeChartAnalysisWidget, decorators: [{
131
+ CubeChartAnalysisWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CubeChartAnalysisWidget, deps: [{ token: i1.WidgetRef }, { token: i2.SessionService }, { token: i3.DatasourceService }, { token: i4.CubeService }, { token: i5.CubeInfo }, { token: i0.ElementRef }, { token: i6.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
132
+ CubeChartAnalysisWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: CubeChartAnalysisWidget, selector: "bizdoc-cube-chart-analysis", host: { attributes: { "dir": "ltr" }, properties: { "id": "id" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CubeChartAnalysisWidget, decorators: [{
133
134
  type: Component,
134
135
  args: [{
135
136
  selector: 'bizdoc-cube-chart-analysis',
@@ -141,4 +142,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImpor
141
142
  }
142
143
  }]
143
144
  }], ctorParameters: function () { return [{ type: i1.WidgetRef }, { type: i2.SessionService }, { type: i3.DatasourceService }, { type: i4.CubeService }, { type: i5.CubeInfo }, { type: i0.ElementRef }, { type: i6.TranslateService }]; } });
144
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1jaGFydC53aWRnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2Rhc2hib2FyZC9jdWJlL2N1YmUtY2hhcnQud2lkZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXlCLE1BQU0sZUFBZSxDQUFDO0FBRWpFLE9BQU8sRUFBRSxLQUFLLEVBQTRiLE1BQU0sZ0NBQWdDLENBQUM7QUFDamYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFJeEQsT0FBTyxFQUFFLGlCQUFpQixFQUF1QixNQUFNLHlCQUF5QixDQUFDO0FBQ2pGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7Ozs7Ozs7QUFhaEQsMEJBQTBCO0FBQzFCLE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxnQkFBZ0I7SUFxQzNELFlBQVksR0FBYyxFQUN4QixPQUF1QixFQUN2QixFQUFxQixFQUNyQixJQUFpQixFQUNqQixJQUFjLEVBQ04sV0FBdUIsRUFDdkIsVUFBNEI7UUFDcEMsS0FBSyxDQUFDLEdBQUcsRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUY1QixnQkFBVyxHQUFYLFdBQVcsQ0FBWTtRQUN2QixlQUFVLEdBQVYsVUFBVSxDQUFrQjtRQXhDN0IsU0FBSSxHQUFvQixJQUFJLENBQUMsUUFBUSxDQUFDLFNBQTRCLElBQUksUUFBUSxDQUFDO1FBQy9FLGNBQVMsR0FBb0IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxnQkFBbUMsSUFBSSxNQUFNLENBQUM7UUFDekYsV0FBTSxHQUF1QjtZQUNwQyxPQUFPLEVBQUUsSUFBSTtZQUNiLEtBQUssRUFBRSxFQUFFO1lBQ1QsTUFBTSxFQUFFLEVBQUU7U0FDWCxDQUFBO1FBQ1EsaUJBQVksR0FBYztZQUNqQyxTQUFTLEVBQUUsVUFB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Q0FBQztTQUNqQztJQUNILENBQUM7SUFDRCxhQUFhLENBQUMsQ0FBMEI7UUFDdEMsQ0FBQyxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQVcsRUFBRTtZQUNwRCxRQUFRLEVBQUUsSUFBSSxDQUFDLFlBQVk7WUFDM0IsTUFBTSxFQUFFLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsR0FBRztZQUNyQyxxQkFBcUIsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLGNBQWM7U0FDcEQsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUNRLFdBQVc7UUFDbEIsSUFBSSxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQ25DLEtBQUssQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUN0QixDQUFDOztvSEF4SFUsdUJBQXVCO3dHQUF2Qix1QkFBdUIsNkpBUnhCLEVBQUU7MkZBUUQsdUJBQXVCO2tCQVZuQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSw0QkFBNEI7b0JBQ3RDLFFBQVEsRUFBRSxFQUFFO29CQUNaLHlDQUF5QztvQkFDekMsSUFBSSxFQUFFO3dCQUNKLE1BQU0sRUFBRSxJQUFJO3dCQUNaLEdBQUcsRUFBRSxLQUFLO3FCQUNYO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3Q2hpbGQsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL3Nlc3Npb24uc2VydmljZSc7XHJcbmltcG9ydCB7IENoYXJ0LCBBeGlzTW9kZWwsIE1hcmtlck9wdGlvbnNNb2RlbCwgTGVnZW5kU2VyaWVzTW9kZWwsIFRvb2x0aXBTZXR0aW5nc01vZGVsLCBDaGFydFNlcmllc1R5cGUsIEFuaW1hdGlvbk1vZGVsLCBTZXJpZXNNb2RlbCwgQ2hhcnRDb21wb25lbnQsIElUb29sdGlwUmVuZGVyRXZlbnRBcmdzLCBBcmVhU2VyaWVzLCBCYXJTZXJpZXMsIEJ1YmJsZVNlcmllcywgQ29sdW1uU2VyaWVzLCBEYXRlVGltZSwgTGluZVNlcmllcywgUG9sYXJTZXJpZXMsIFJhZGFyU2VyaWVzLCBTY2F0dGVyU2VyaWVzLCBTcGxpbmVBcmVhU2VyaWVzLCBTcGxpbmVTZXJpZXMsIFN0YWNraW5nQXJlYVNlcmllcywgU3RhY2tpbmdCYXJTZXJpZXMsIFN0YWNraW5nQ29sdW1uU2VyaWVzLCBTdGFja2luZ0xpbmVTZXJpZXMsIFN0ZXBBcmVhU2VyaWVzLCBTdGVwTGluZVNlcmllcywgSVBvaW50RXZlbnRBcmdzLCBQb2ludCB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWNoYXJ0cyc7XHJcbmltcG9ydCB7IEN1YmVBbmFseXNpc0Jhc2UgfSBmcm9tICcuL2N1YmUtYW5hbHlzaXMuYmFzZSc7XHJcbmltcG9ydCB7IERhdGFzb3VyY2VTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vY29yZS9kYXRhc291cmNlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBXaWRnZXRSZWYgfSBmcm9tIFwiLi4vd2lkZ2V0LXJlZlwiO1xyXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vY29yZS90cmFuc2xhdGUuc2VydmljZSc7XHJcbmltcG9ydCB7IEFYRVNfQ09ERV9ESVZJREVSLCBDdWJlU2VydmljZSwgU2VyaWVzIH0gZnJvbSAnLi4vLi4vY3ViZS9jdWJlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBGT05UX0ZBTUlMWSB9IGZyb20gJy4uLy4uL2NvcmUvY29sb3JzJztcclxuaW1wb3J0IHsgQ3ViZUluZm8gfSBmcm9tICcuLi8uLi9jdWJlL2N1YmUtaW5mby5zZXJ2aWNlJztcclxuaW1wb3J0IHsgQXhlc01hcCB9IGZyb20gJy4uLy4uL2NvcmUvbW9kZWxzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYml6ZG9jLWN1YmUtY2hhcnQtYW5hbHlzaXMnLFxyXG4gIHRlbXBsYXRlOiAnJyxcclxuICAvL3RlbXBsYXRlVXJsOiAnLi9jdWJlLWNoYXJ0LndpZGdldC5odG1sJ1xyXG4gIGhvc3Q6IHtcclxuICAgICdbaWRdJzogJ2lkJyxcclxuICAgIGRpcjogJ2x0cidcclxuICB9XHJcbn0pXHJcbi8qKiBzdGF0aXN0aWNzIGNvbXBvbmVudCovXHJcbmV4cG9ydCBjbGFzcyBDdWJlQ2hhcnRBbmFseXNpc1dpZGdldCBleHRlbmRzIEN1YmVBbmFseXNpc0Jhc2Uge1xyXG4gIC8vQFZpZXdDaGlsZChDaGFydENvbXBvbmVudClcclxuICBjaGFydDogQ2hhcnQ7XHJcbiAgcmVhZG9ubHkgdHlwZTogQ2hhcnRTZXJpZXNUeXBlID0gdGhpcy5fb3B0aW9ucy5jaGFydFR5cGUgYXMgQ2hhcnRTZXJpZXNUeXBlIHx8ICdDb2x1bW4nO1xyXG4gIHJlYWRvbmx5IGluZGV4VHlwZTogQ2hhcnRTZXJpZXNUeXBlID0gdGhpcy5fb3B0aW9ucy5pbmRpY2VzQ2hhcnRUeXBlIGFzIENoYXJ0U2VyaWVzVHlwZSB8fCAnTGluZSc7XHJcbiAgcmVhZG9ubHkgbWFya2VyOiBNYXJrZXJPcHRpb25zTW9kZWwgPSB7XHJcbiAgICB2aXNpYmxlOiB0cnVlLFxyXG4gICAgd2lkdGg6IDEwLFxyXG4gICAgaGVpZ2h0OiAxMFxyXG4gIH1cclxuICByZWFkb25seSBwcmltYXJ5WEF4aXM6IEF4aXNNb2RlbCA9IHtcclxuICAgIHZhbHVlVHlwZTogJ0NhdGVnb3J5JyxcclxuICAgIGxhYmVsU3R5bGU6IHtcclxuICAgICAgZm9udEZhbWlseTogRk9OVF9GQU1JTFlcclxuICAgIH1cclxuICB9O1xyXG4gIHJlYWRvbmx5IHByaW1hcnlZQXhpczogQXhpc01vZGVsID0ge1xyXG4gICAgbGFiZWxGb3JtYXQ6IHRoaXMuY3VycmVuY3lDb2RlID8gJ2MwJyA6ICduMCcsXHJcbiAgICBsYWJlbFN0eWxlOiB7XHJcbiAgICAgIGZvbnRGYW1pbHk6IEZPTlRfRkFNSUxZXHJcbiAgICB9XHJcbiAgfTtcclxuICByZWFkb25seSB0b29sdGlwOiBUb29sdGlwU2V0dGluZ3NNb2RlbCA9IHtcclxuICAgIGVuYWJsZTogdHJ1ZSxcclxuICAgIGVuYWJsZUFuaW1hdGlvbjogZmFsc2UsXHJcbiAgICBzaGFyZWQ6IGZhbHNlLFxyXG4gICAgdGV4dFN0eWxlOiB7XHJcbiAgICAgIGZvbnRGYW1pbHk6IEZPTlRfRkFNSUxZXHJcbiAgICB9XHJcbiAgfTtcclxuICByZWFkb25seSBsZWdlbmQ6IExlZ2VuZFNlcmllc01vZGVsID0ge1xyXG4gICAgdmlzaWJsZTogZmFsc2UsXHJcbiAgICB0ZXh0U3R5bGU6IHtcclxuICAgICAgZm9udEZhbWlseTogRk9OVF9GQU1JTFlcclxuICAgIH1cclxuICB9O1xyXG4gIHJlYWRvbmx5IGFuaW1hdGlvbjogQW5pbWF0aW9uTW9kZWwgPSB7IGVuYWJsZTogdHJ1ZSB9O1xyXG4gIGNvbnN0cnVjdG9yKHJlZjogV2lkZ2V0UmVmLFxyXG4gICAgc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UsXHJcbiAgICBkczogRGF0YXNvdXJjZVNlcnZpY2UsXHJcbiAgICBjdWJlOiBDdWJlU2VydmljZSxcclxuICAgIGluZm86IEN1YmVJbmZvLFxyXG4gICAgcHJpdmF0ZSBfZWxlbWVudFJlZjogRWxlbWVudFJlZixcclxuICAgIHByaXZhdGUgX3RyYW5zbGF0ZTogVHJhbnNsYXRlU2VydmljZSkge1xyXG4gICAgc3VwZXIocmVmLCBpbmZvLCBzZXNzaW9uLCBkcywgY3ViZSk7XHJcbiAgfVxyXG4gIG9uTG9hZChkYXRhOiBTZXJpZXNbXSkge1xyXG4gICAgY29uc3Qgc2VyaWVzID0gZGF0YS5tYXAocyA9PiB7XHJcbiAgICAgIGlmIChzLmluZGV4KVxyXG4gICAgICAgIHJldHVybiB7XHJcbiAgICAgICAgICB5TmFtZTogJ3knLCB4TmFtZTogJ25hbWUnLFxyXG4gICAgICAgICAgdHlwZTogdGhpcy5pbmRleFR5cGUsXHJcbiAgICAgICAgICBuYW1lOiBzLnRpdGxlLFxyXG4gICAgICAgICAgd2lkdGg6IDIsXHJcbiAgICAgICAgICBzdGFja2luZ0dyb3VwOiAnaW5kZXgnLFxyXG4gICAgICAgICAgbWFya2VyOiB7XHJcbiAgICAgICAgICAgIHNoYXBlOiAnRGlhbW9uZCcsIHdpZHRoOiA0XHJcbiAgICAgICAgICB9LFxyXG4gICAgICAgICAgZGF0YVNvdXJjZTogcy5wb2ludHMsXHJcbiAgICAgICAgICBmaWxsOiB0aGlzLl9zZXNzaW9uLmdldFByaW1lcnkoNDAwKVxyXG4gICAgICAgIH0gYXMgU2VyaWVzTW9kZWw7XHJcbiAgICAgIGVsc2UgcmV0dXJuIHtcclxuICAgICAgICB5TmFtZTogJ3knLCB4TmFtZTogJ25hbWUnLCB0eXBlOiB0aGlzLnR5cGUsXHJcbiAgICAgICAgZGF0YVNvdXJjZTogcy5wb2ludHMsXHJcbiAgICAgICAgbmFtZTogcy50aXRsZSB8fFxyXG4gICAgICAgICAgdGhpcy5fdHJhbnNsYXRlLmdldCgnVXNhZ2UnKVxyXG4gICAgICB9IGFzIFNlcmllc01vZGVsO1xyXG4gICAgfSk7XHJcbiAgICB0aGlzLmNoYXJ0ICYmIHRoaXMuY2hhcnQuZGVzdHJveSgpO1xyXG4gICAgaWYgKHNlcmllcy5sZW5ndGgpIHRoaXMuY2hhcnQgPSBuZXcgQ2hhcnQoe1xyXG4gICAgICB3aWR0aDogJzEwMCUnLFxyXG4gICAgICBoZWlnaHQ6IHRoaXMuaGVpZ2h0LFxyXG4gICAgICBiYWNrZ3JvdW5kOiAndHJhbnNwYXJlbnQnLFxyXG4gICAgICB0aGVtZTogdGhpcy50aGVtZSxcclxuICAgICAgZW5hYmxlQW5pbWF0aW9uOiB0cnVlLFxyXG4gICAgICB1c2VHcm91cGluZ1NlcGFyYXRvcjogdHJ1ZSxcclxuICAgICAgcHJpbWFyeVhBeGlzOiB0aGlzLnByaW1hcnlYQXhpcyxcclxuICAgICAgcHJpbWFyeVlBeGlzOiB0aGlzLnByaW1hcnlZQXhpcyxcclxuICAgICAgdG9vbHRpcDogdGhpcy50b29sdGlwLFxyXG4gICAgICBwYWxldHRlczogdGhpcy5wYWxldHRlcyxcclxuICAgICAgY3VycmVuY3lDb2RlOiB0aGlzLmN1cnJlbmN5Q29kZSxcclxuICAgICAgc2VyaWVzLFxyXG4gICAgICBwb2ludENsaWNrOiB0aGlzLnBvaW50Q2xpY2suYmluZCh0aGlzKSxcclxuICAgICAgbGVnZW5kU2V0dGluZ3M6IHtcclxuICAgICAgICBpc0ludmVyc2VkOiB0aGlzLl9zZXNzaW9uLmludmVyc2UsXHJcbiAgICAgICAgdmlzaWJsZTogc2VyaWVzLmxlbmd0aCA+IDFcclxuICAgICAgfSBhcyBMZWdlbmRTZXJpZXNNb2RlbFxyXG4gICAgfSwgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50KTtcclxuICB9XHJcbiAgcG9pbnRDbGljayhldnQ6IElQb2ludEV2ZW50QXJncykge1xyXG4gICAgY29uc3QgYXhlczogQXhlc01hcCA9IHt9LFxyXG4gICAgICBzZXJpZSA9IHRoaXMuX2RhdGFbZXZ0LnNlcmllc0luZGV4XSxcclxuICAgICAgeyBpbmRleCwgbmFtZSwgcG9pbnRzIH0gPSBzZXJpZTtcclxuICAgIGlmICh0aGlzLnNlcmllcy5sZW5ndGggJiYgIWluZGV4KVxyXG4gICAgICBmb3IgKGxldCBpID0gMDsgaSA8IHRoaXMuc2VyaWVzLmxlbmd0aDsgaSsrKVxyXG4gICAgICAgIGF4ZXNbdGhpcy5zZXJpZXNbaV1dID0gbmFtZS5zcGxpdChBWEVTX0NPREVfRElWSURFUilbaV07XHJcbiAgICBmb3IgKGxldCBpID0gMDsgaSA8IHRoaXMueEF4aXMubGVuZ3RoOyBpKyspIHtcclxuICAgICAgY29uc3QgeCA9IHBvaW50c1tldnQucG9pbnRJbmRleF0ueDtcclxuICAgICAgYXhlc1t0aGlzLnhBeGlzW2ldXSA9IHguc3BsaXQoQVhFU19DT0RFX0RJVklERVIpW2ldO1xyXG4gICAgfVxyXG4gICAgdGhpcy5leHBsb3JlKGF4ZXMsIHsgaW5kZXggfSk7XHJcbiAgfVxyXG4gIG9uVGhlbWVDaGFuZ2UoKSB7XHJcbiAgICB0aGlzLm9uQmluZCh0aGlzLl9kYXRhKTtcclxuICB9XHJcbiAgb25SZXNpemUoKSB7XHJcbiAgICBpZiAodGhpcy5jaGFydCkge1xyXG4gICAgICB0aGlzLmNoYXJ0LmhlaWdodCA9IHRoaXMuaGVpZ2h0O1xyXG4gICAgfVxyXG4gIH1cclxuICB0b29sdGlwUmVuZGVyKGU6IElUb29sdGlwUmVuZGVyRXZlbnRBcmdzKSB7XHJcbiAgICBlLnRleHQgPSB0aGlzLl9pbnRsLmZvcm1hdE51bWJlcihlLnBvaW50LnkgYXMgbnVtYmVyLCB7XHJcbiAgICAgIGN1cnJlbmN5OiB0aGlzLmN1cnJlbmN5Q29kZSxcclxuICAgICAgZm9ybWF0OiB0aGlzLmN1cnJlbmN5Q29kZSA/ICdjJyA6ICduJyxcclxuICAgICAgbWF4aW11bUZyYWN0aW9uRGlnaXRzOiB0aGlzLl9zZXJ2aWNlLmZyYWN0aW9uRGlnaXRzXHJcbiAgICB9KTtcclxuICB9XHJcbiAgb3ZlcnJpZGUgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICB0aGlzLmNoYXJ0ICYmIHRoaXMuY2hhcnQuZGVzdHJveSgpO1xyXG4gICAgc3VwZXIubmdPbkRlc3Ryb3koKTtcclxuICB9XHJcbn1cclxuIl19
145
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1jaGFydC53aWRnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2Rhc2hib2FyZC9jdWJlL2N1YmUtY2hhcnQud2lkZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXlCLE1BQU0sZUFBZSxDQUFDO0FBRWpFLE9BQU8sRUFBRSxLQUFLLEVBQTRiLE1BQU0sZ0NBQWdDLENBQUM7QUFDamYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFJeEQsT0FBTyxFQUFFLGlCQUFpQixFQUF1QixNQUFNLHlCQUF5QixDQUFDO0FBQ2pGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7Ozs7Ozs7QUFhaEQsMEJBQTBCO0FBQzFCLE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxnQkFBZ0I7SUFxQzNELFlBQVksR0FBYyxFQUN4QixPQUF1QixFQUN2QixFQUFxQixFQUNyQixJQUFpQixFQUNqQixJQUFjLEVBQ04sV0FBdUIsRUFDdkIsVUFBNEI7UUFDcEMsS0FBSyxDQUFDLEdBQUcsRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUY1QixnQkFBVyxHQUFYLFdBQVcsQ0FBWTtRQUN2QixlQUFVLEdBQVYsVUFBVSxDQUFrQjtRQXhDN0IsU0FBSSxHQUFvQixJQUFJLENBQUMsUUFBUSxDQUFDLFNBQTRCLElBQUksUUFBUSxDQUFDO1FBQy9FLGNBQVMsR0FBb0IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxnQkFBbUMsSUFBSSxNQUFNLENBQUM7UUFDekYsV0FBTSxHQUF1QjtZQUNwQyxPQUFPLEVBQUUsSUFBSTtZQUNiLEtBQUssRUFBRSxFQUFFO1lBQ1QsTUFBTSxFQUFFLEVBQUU7U0FDWCxDQUFBO1FBQ1EsaUJBQVksR0FBYztZQUNqQyxTQUFTLEVBQUUsVUFB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QUFLLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUM7U0FDakM7SUFDSCxDQUFDO0lBQ0QsYUFBYSxDQUFDLENBQTBCO1FBQ3RDLENBQUMsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFXLEVBQUU7WUFDcEQsUUFBUSxFQUFFLElBQUksQ0FBQyxZQUFZO1lBQzNCLE1BQU0sRUFBRSxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUc7WUFDckMscUJBQXFCLEVBQUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxjQUFjO1NBQ3BELENBQUMsQ0FBQztJQUNMLENBQUM7SUFDUSxXQUFXO1FBQ2xCLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUNuQyxLQUFLLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDdEIsQ0FBQzs7b0hBekhVLHVCQUF1Qjt3R0FBdkIsdUJBQXVCLDZKQVJ4QixFQUFFOzJGQVFELHVCQUF1QjtrQkFWbkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsNEJBQTRCO29CQUN0QyxRQUFRLEVBQUUsRUFBRTtvQkFDWix5Q0FBeUM7b0JBQ3pDLElBQUksRUFBRTt3QkFDSixNQUFNLEVBQUUsSUFBSTt3QkFDWixHQUFHLEVBQUUsS0FBSztxQkFDWDtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0NoaWxkLCBFbGVtZW50UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFNlc3Npb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vY29yZS9zZXNzaW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBDaGFydCwgQXhpc01vZGVsLCBNYXJrZXJPcHRpb25zTW9kZWwsIExlZ2VuZFNlcmllc01vZGVsLCBUb29sdGlwU2V0dGluZ3NNb2RlbCwgQ2hhcnRTZXJpZXNUeXBlLCBBbmltYXRpb25Nb2RlbCwgU2VyaWVzTW9kZWwsIENoYXJ0Q29tcG9uZW50LCBJVG9vbHRpcFJlbmRlckV2ZW50QXJncywgQXJlYVNlcmllcywgQmFyU2VyaWVzLCBCdWJibGVTZXJpZXMsIENvbHVtblNlcmllcywgRGF0ZVRpbWUsIExpbmVTZXJpZXMsIFBvbGFyU2VyaWVzLCBSYWRhclNlcmllcywgU2NhdHRlclNlcmllcywgU3BsaW5lQXJlYVNlcmllcywgU3BsaW5lU2VyaWVzLCBTdGFja2luZ0FyZWFTZXJpZXMsIFN0YWNraW5nQmFyU2VyaWVzLCBTdGFja2luZ0NvbHVtblNlcmllcywgU3RhY2tpbmdMaW5lU2VyaWVzLCBTdGVwQXJlYVNlcmllcywgU3RlcExpbmVTZXJpZXMsIElQb2ludEV2ZW50QXJncywgUG9pbnQgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1jaGFydHMnO1xyXG5pbXBvcnQgeyBDdWJlQW5hbHlzaXNCYXNlIH0gZnJvbSAnLi9jdWJlLWFuYWx5c2lzLmJhc2UnO1xyXG5pbXBvcnQgeyBEYXRhc291cmNlU2VydmljZSB9IGZyb20gJy4uLy4uL2NvcmUvZGF0YXNvdXJjZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgV2lkZ2V0UmVmIH0gZnJvbSBcIi4uL3dpZGdldC1yZWZcIjtcclxuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJy4uLy4uL2NvcmUvdHJhbnNsYXRlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBBWEVTX0NPREVfRElWSURFUiwgQ3ViZVNlcnZpY2UsIFNlcmllcyB9IGZyb20gJy4uLy4uL2N1YmUvY3ViZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRk9OVF9GQU1JTFkgfSBmcm9tICcuLi8uLi9jb3JlL2NvbG9ycyc7XHJcbmltcG9ydCB7IEN1YmVJbmZvIH0gZnJvbSAnLi4vLi4vY3ViZS9jdWJlLWluZm8uc2VydmljZSc7XHJcbmltcG9ydCB7IEF4ZXNNYXAgfSBmcm9tICcuLi8uLi9jb3JlL21vZGVscyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2JpemRvYy1jdWJlLWNoYXJ0LWFuYWx5c2lzJyxcclxuICB0ZW1wbGF0ZTogJycsXHJcbiAgLy90ZW1wbGF0ZVVybDogJy4vY3ViZS1jaGFydC53aWRnZXQuaHRtbCdcclxuICBob3N0OiB7XHJcbiAgICAnW2lkXSc6ICdpZCcsXHJcbiAgICBkaXI6ICdsdHInXHJcbiAgfVxyXG59KVxyXG4vKiogc3RhdGlzdGljcyBjb21wb25lbnQqL1xyXG5leHBvcnQgY2xhc3MgQ3ViZUNoYXJ0QW5hbHlzaXNXaWRnZXQgZXh0ZW5kcyBDdWJlQW5hbHlzaXNCYXNlIHtcclxuICAvL0BWaWV3Q2hpbGQoQ2hhcnRDb21wb25lbnQpXHJcbiAgY2hhcnQ6IENoYXJ0O1xyXG4gIHJlYWRvbmx5IHR5cGU6IENoYXJ0U2VyaWVzVHlwZSA9IHRoaXMuX29wdGlvbnMuY2hhcnRUeXBlIGFzIENoYXJ0U2VyaWVzVHlwZSB8fCAnQ29sdW1uJztcclxuICByZWFkb25seSBpbmRleFR5cGU6IENoYXJ0U2VyaWVzVHlwZSA9IHRoaXMuX29wdGlvbnMuaW5kaWNlc0NoYXJ0VHlwZSBhcyBDaGFydFNlcmllc1R5cGUgfHwgJ0xpbmUnO1xyXG4gIHJlYWRvbmx5IG1hcmtlcjogTWFya2VyT3B0aW9uc01vZGVsID0ge1xyXG4gICAgdmlzaWJsZTogdHJ1ZSxcclxuICAgIHdpZHRoOiAxMCxcclxuICAgIGhlaWdodDogMTBcclxuICB9XHJcbiAgcmVhZG9ubHkgcHJpbWFyeVhBeGlzOiBBeGlzTW9kZWwgPSB7XHJcbiAgICB2YWx1ZVR5cGU6ICdDYXRlZ29yeScsXHJcbiAgICBsYWJlbFN0eWxlOiB7XHJcbiAgICAgIGZvbnRGYW1pbHk6IEZPTlRfRkFNSUxZXHJcbiAgICB9XHJcbiAgfTtcclxuICByZWFkb25seSBwcmltYXJ5WUF4aXM6IEF4aXNNb2RlbCA9IHtcclxuICAgIGxhYmVsRm9ybWF0OiB0aGlzLmN1cnJlbmN5Q29kZSA/ICdjMCcgOiAnbjAnLFxyXG4gICAgbGFiZWxTdHlsZToge1xyXG4gICAgICBmb250RmFtaWx5OiBGT05UX0ZBTUlMWVxyXG4gICAgfVxyXG4gIH07XHJcbiAgcmVhZG9ubHkgdG9vbHRpcDogVG9vbHRpcFNldHRpbmdzTW9kZWwgPSB7XHJcbiAgICBlbmFibGU6IHRydWUsXHJcbiAgICBlbmFibGVBbmltYXRpb246IGZhbHNlLFxyXG4gICAgc2hhcmVkOiBmYWxzZSxcclxuICAgIHRleHRTdHlsZToge1xyXG4gICAgICBmb250RmFtaWx5OiBGT05UX0ZBTUlMWVxyXG4gICAgfVxyXG4gIH07XHJcbiAgcmVhZG9ubHkgbGVnZW5kOiBMZWdlbmRTZXJpZXNNb2RlbCA9IHtcclxuICAgIHZpc2libGU6IGZhbHNlLFxyXG4gICAgdGV4dFN0eWxlOiB7XHJcbiAgICAgIGZvbnRGYW1pbHk6IEZPTlRfRkFNSUxZXHJcbiAgICB9XHJcbiAgfTtcclxuICByZWFkb25seSBhbmltYXRpb246IEFuaW1hdGlvbk1vZGVsID0geyBlbmFibGU6IHRydWUgfTtcclxuICBjb25zdHJ1Y3RvcihyZWY6IFdpZGdldFJlZixcclxuICAgIHNlc3Npb246IFNlc3Npb25TZXJ2aWNlLFxyXG4gICAgZHM6IERhdGFzb3VyY2VTZXJ2aWNlLFxyXG4gICAgY3ViZTogQ3ViZVNlcnZpY2UsXHJcbiAgICBpbmZvOiBDdWJlSW5mbyxcclxuICAgIHByaXZhdGUgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcbiAgICBwcml2YXRlIF90cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcclxuICAgIHN1cGVyKHJlZiwgaW5mbywgc2Vzc2lvbiwgZHMsIGN1YmUpO1xyXG4gIH1cclxuICBvbkxvYWQoZGF0YTogU2VyaWVzW10pIHtcclxuICAgIGNvbnN0IHNlcmllcyA9IGRhdGEubWFwKHMgPT4ge1xyXG4gICAgICBpZiAocy5pbmRleClcclxuICAgICAgICByZXR1cm4ge1xyXG4gICAgICAgICAgeU5hbWU6ICd5JywgeE5hbWU6ICduYW1lJyxcclxuICAgICAgICAgIHR5cGU6IHRoaXMuaW5kZXhUeXBlLFxyXG4gICAgICAgICAgbmFtZTogcy50aXRsZSxcclxuICAgICAgICAgIHdpZHRoOiAyLFxyXG4gICAgICAgICAgc3RhY2tpbmdHcm91cDogJ2luZGV4JyxcclxuICAgICAgICAgIG1hcmtlcjoge1xyXG4gICAgICAgICAgICBzaGFwZTogJ0RpYW1vbmQnLCB3aWR0aDogNFxyXG4gICAgICAgICAgfSxcclxuICAgICAgICAgIGRhdGFTb3VyY2U6IHMucG9pbnRzLFxyXG4gICAgICAgICAgZmlsbDogdGhpcy5fc2Vzc2lvbi5nZXRQcmltZXJ5KDQwMClcclxuICAgICAgICB9IGFzIFNlcmllc01vZGVsO1xyXG4gICAgICBlbHNlIHJldHVybiB7XHJcbiAgICAgICAgeU5hbWU6ICd5JywgeE5hbWU6ICduYW1lJywgdHlwZTogdGhpcy50eXBlLFxyXG4gICAgICAgIGRhdGFTb3VyY2U6IHMucG9pbnRzLFxyXG4gICAgICAgIG5hbWU6IHMudGl0bGUgfHxcclxuICAgICAgICAgIHRoaXMuX3RyYW5zbGF0ZS5nZXQoJ1VzYWdlJylcclxuICAgICAgfSBhcyBTZXJpZXNNb2RlbDtcclxuICAgIH0pO1xyXG4gICAgdGhpcy5jaGFydCAmJiB0aGlzLmNoYXJ0LmRlc3Ryb3koKTtcclxuICAgIGlmIChzZXJpZXMubGVuZ3RoKSB0aGlzLmNoYXJ0ID0gbmV3IENoYXJ0KHtcclxuICAgICAgd2lkdGg6ICcxMDAlJyxcclxuICAgICAgaGVpZ2h0OiB0aGlzLmhlaWdodCxcclxuICAgICAgYmFja2dyb3VuZDogJ3RyYW5zcGFyZW50JyxcclxuICAgICAgdGhlbWU6IHRoaXMudGhlbWUsXHJcbiAgICAgIGVuYWJsZUFuaW1hdGlvbjogdHJ1ZSxcclxuICAgICAgdXNlR3JvdXBpbmdTZXBhcmF0b3I6IHRydWUsXHJcbiAgICAgIHByaW1hcnlYQXhpczogdGhpcy5wcmltYXJ5WEF4aXMsXHJcbiAgICAgIHByaW1hcnlZQXhpczogdGhpcy5wcmltYXJ5WUF4aXMsXHJcbiAgICAgIHRvb2x0aXA6IHRoaXMudG9vbHRpcCxcclxuICAgICAgcGFsZXR0ZXM6IHRoaXMucGFsZXR0ZXMsXHJcbiAgICAgIGN1cnJlbmN5Q29kZTogdGhpcy5jdXJyZW5jeUNvZGUsXHJcbiAgICAgIC8vc2VsZWN0aW9uTW9kZTogJ1BvaW50JyxcclxuICAgICAgc2VyaWVzLFxyXG4gICAgICBwb2ludENsaWNrOiB0aGlzLnBvaW50Q2xpY2suYmluZCh0aGlzKSxcclxuICAgICAgbGVnZW5kU2V0dGluZ3M6IHtcclxuICAgICAgICBpc0ludmVyc2VkOiB0aGlzLl9zZXNzaW9uLmludmVyc2UsXHJcbiAgICAgICAgdmlzaWJsZTogc2VyaWVzLmxlbmd0aCA+IDFcclxuICAgICAgfSBhcyBMZWdlbmRTZXJpZXNNb2RlbFxyXG4gICAgfSwgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50KTtcclxuICB9XHJcbiAgcG9pbnRDbGljayhldnQ6IElQb2ludEV2ZW50QXJncykge1xyXG4gICAgY29uc3QgYXhlczogQXhlc01hcCA9IHt9LFxyXG4gICAgICBzZXJpZSA9IHRoaXMuX2RhdGFbZXZ0LnNlcmllc0luZGV4XSxcclxuICAgICAgeyBpbmRleCwgbmFtZSwgcG9pbnRzIH0gPSBzZXJpZTtcclxuICAgIGlmICh0aGlzLnNlcmllcy5sZW5ndGggJiYgIWluZGV4KVxyXG4gICAgICBmb3IgKGxldCBpID0gMDsgaSA8IHRoaXMuc2VyaWVzLmxlbmd0aDsgaSsrKVxyXG4gICAgICAgIGF4ZXNbdGhpcy5zZXJpZXNbaV1dID0gbmFtZS5zcGxpdChBWEVTX0NPREVfRElWSURFUilbaV07XHJcbiAgICBmb3IgKGxldCBpID0gMDsgaSA8IHRoaXMueEF4aXMubGVuZ3RoOyBpKyspIHtcclxuICAgICAgY29uc3QgeCA9IHBvaW50c1tldnQucG9pbnRJbmRleF0ueDtcclxuICAgICAgYXhlc1t0aGlzLnhBeGlzW2ldXSA9IHguc3BsaXQoQVhFU19DT0RFX0RJVklERVIpW2ldO1xyXG4gICAgfVxyXG4gICAgdGhpcy5leHBsb3JlKGF4ZXMsIHsgaW5kZXggfSk7XHJcbiAgfVxyXG4gIG9uVGhlbWVDaGFuZ2UoKSB7XHJcbiAgICB0aGlzLm9uQmluZCh0aGlzLl9kYXRhLCB0aGlzLmFyZ3MpO1xyXG4gIH1cclxuICBvblJlc2l6ZSgpIHtcclxuICAgIGlmICh0aGlzLmNoYXJ0KSB7XHJcbiAgICAgIHRoaXMuY2hhcnQuaGVpZ2h0ID0gdGhpcy5oZWlnaHQ7XHJcbiAgICB9XHJcbiAgfVxyXG4gIHRvb2x0aXBSZW5kZXIoZTogSVRvb2x0aXBSZW5kZXJFdmVudEFyZ3MpIHtcclxuICAgIGUudGV4dCA9IHRoaXMuX2ludGwuZm9ybWF0TnVtYmVyKGUucG9pbnQueSBhcyBudW1iZXIsIHtcclxuICAgICAgY3VycmVuY3k6IHRoaXMuY3VycmVuY3lDb2RlLFxyXG4gICAgICBmb3JtYXQ6IHRoaXMuY3VycmVuY3lDb2RlID8gJ2MnIDogJ24nLFxyXG4gICAgICBtYXhpbXVtRnJhY3Rpb25EaWdpdHM6IHRoaXMuX3NlcnZpY2UuZnJhY3Rpb25EaWdpdHNcclxuICAgIH0pO1xyXG4gIH1cclxuICBvdmVycmlkZSBuZ09uRGVzdHJveSgpIHtcclxuICAgIHRoaXMuY2hhcnQgJiYgdGhpcy5jaGFydC5kZXN0cm95KCk7XHJcbiAgICBzdXBlci5uZ09uRGVzdHJveSgpO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -65,15 +65,15 @@ let DocumentStateWidgetComponent = DocumentStateWidgetComponent_1 = class Docume
65
65
  }
66
66
  };
67
67
  DocumentStateWidgetComponent.nextId = 0;
68
- DocumentStateWidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DocumentStateWidgetComponent, deps: [{ token: i1.SessionService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
69
- DocumentStateWidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: DocumentStateWidgetComponent, selector: "ng-component", host: { properties: { "id": "this.id" } }, ngImport: i0, template: "" });
68
+ DocumentStateWidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DocumentStateWidgetComponent, deps: [{ token: i1.SessionService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
69
+ DocumentStateWidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: DocumentStateWidgetComponent, selector: "ng-component", host: { properties: { "id": "this.id" } }, ngImport: i0, template: "" });
70
70
  DocumentStateWidgetComponent = DocumentStateWidgetComponent_1 = __decorate([
71
71
  BizDoc({
72
72
  selector: 'bizdoc-document-state'
73
73
  })
74
74
  ], DocumentStateWidgetComponent);
75
75
  export { DocumentStateWidgetComponent };
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DocumentStateWidgetComponent, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DocumentStateWidgetComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{ template: "" }]
79
79
  }], ctorParameters: function () { return [{ type: i1.SessionService }, { type: i0.ElementRef }]; }, propDecorators: { id: [{
@@ -36,8 +36,8 @@ let CubeDocumentsWidget = class CubeDocumentsWidget {
36
36
  }, () => this._sb.error());
37
37
  }
38
38
  };
39
- CubeDocumentsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CubeDocumentsWidget, deps: [{ token: i1.RouterImpl }, { token: i2.MailboxService }, { token: i3.PromptService }, { token: i4.WidgetRef }], target: i0.ɵɵFactoryTarget.Component });
40
- CubeDocumentsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: CubeDocumentsWidget, selector: "ng-component", host: { properties: { "style.height": "this.height" } }, viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true }], ngImport: i0, template: "<table mat-table [dataSource]=\"dataSource\" class=\"mat-elevation-z0\" matSort @list>\r\n <ng-container matColumnDef=\"number\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Number' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <a (click)=\"open(element)\">#{{element.number}}</a></td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"subject\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Subject' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\" class=\"text\"> {{element.subject}} </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"state\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Status' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element.state | state }} </td>\r\n </ng-container>\r\n\r\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\r\n <tr mat-row @item *matRowDef=\"let row; columns: columns;\"></tr>\r\n</table>\r\n", styles: ["table{width:100%}td.text{text-overflow:ellipsis;max-width:100px;white-space:nowrap;overflow:hidden}:host{overflow:hidden;display:block}:host:hover{overflow-y:auto!important}\n"], dependencies: [{ kind: "component", type: i5.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i5.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i5.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i5.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i5.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i5.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i5.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i5.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i5.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i5.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "directive", type: i6.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i6.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }, { kind: "pipe", type: i8.StatePipe, name: "state" }], animations: [
39
+ CubeDocumentsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CubeDocumentsWidget, deps: [{ token: i1.RouterImpl }, { token: i2.MailboxService }, { token: i3.PromptService }, { token: i4.WidgetRef }], target: i0.ɵɵFactoryTarget.Component });
40
+ CubeDocumentsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: CubeDocumentsWidget, selector: "ng-component", host: { properties: { "style.height": "this.height" } }, viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true }], ngImport: i0, template: "<table mat-table [dataSource]=\"dataSource\" class=\"mat-elevation-z0\" matSort @list>\r\n <ng-container matColumnDef=\"number\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Number' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <a (click)=\"open(element)\">#{{element.number}}</a></td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"subject\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Subject' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\" class=\"text\"> {{element.subject}} </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"state\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Status' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element.state | state }} </td>\r\n </ng-container>\r\n\r\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\r\n <tr mat-row @item *matRowDef=\"let row; columns: columns;\"></tr>\r\n</table>\r\n", styles: ["table{width:100%}td.text{text-overflow:ellipsis;max-width:100px;white-space:nowrap;overflow:hidden}:host{overflow:hidden;display:block}:host:hover{overflow-y:auto!important}\n"], dependencies: [{ kind: "component", type: i5.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i5.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i5.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i5.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i5.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i5.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i5.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i5.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i5.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i5.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "directive", type: i6.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i6.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }, { kind: "pipe", type: i8.StatePipe, name: "state" }], animations: [
41
41
  listAnimation,
42
42
  itemAnimation
43
43
  ] });
@@ -48,7 +48,7 @@ CubeDocumentsWidget = __decorate([
48
48
  /** */
49
49
  ], CubeDocumentsWidget);
50
50
  export { CubeDocumentsWidget };
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CubeDocumentsWidget, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CubeDocumentsWidget, decorators: [{
52
52
  type: Component,
53
53
  args: [{ animations: [
54
54
  listAnimation,
@@ -47,14 +47,14 @@ let CubeWidgetFilterComponent = class CubeWidgetFilterComponent {
47
47
  this.form.patchValue(axes);
48
48
  }
49
49
  };
50
- CubeWidgetFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CubeWidgetFilterComponent, deps: [{ token: i1.WidgetRef }, { token: i2.SessionService }, { token: i3.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
51
- CubeWidgetFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: CubeWidgetFilterComponent, selector: "ng-component", ngImport: i0, template: "<bizdoc-cube-filter [cube]=\"cube\"\r\n [axes]=\"axes\" [exclude]=\"exclude\"\r\n (axesChange)=\"valuesChange($event)\"></bizdoc-cube-filter>\r\n", dependencies: [{ kind: "component", type: i4.CubeFilterComponent, selector: "bizdoc-cube-filter", inputs: ["cube", "exclude", "include", "axes"], outputs: ["axesChange"] }] });
50
+ CubeWidgetFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CubeWidgetFilterComponent, deps: [{ token: i1.WidgetRef }, { token: i2.SessionService }, { token: i3.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
51
+ CubeWidgetFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: CubeWidgetFilterComponent, selector: "ng-component", ngImport: i0, template: "<bizdoc-cube-filter [cube]=\"cube\"\r\n [axes]=\"axes\" [exclude]=\"exclude\"\r\n (axesChange)=\"valuesChange($event)\"></bizdoc-cube-filter>\r\n", dependencies: [{ kind: "component", type: i4.CubeFilterComponent, selector: "bizdoc-cube-filter", inputs: ["cube", "exclude", "include", "axes"], outputs: ["axesChange"] }] });
52
52
  CubeWidgetFilterComponent = __decorate([
53
53
  BizDoc({ selector: 'bizdoc-cube-widget-filter' })
54
54
  /** filter component*/
55
55
  ], CubeWidgetFilterComponent);
56
56
  export { CubeWidgetFilterComponent };
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CubeWidgetFilterComponent, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CubeWidgetFilterComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{ template: "<bizdoc-cube-filter [cube]=\"cube\"\r\n [axes]=\"axes\" [exclude]=\"exclude\"\r\n (axesChange)=\"valuesChange($event)\"></bizdoc-cube-filter>\r\n" }]
60
60
  }], ctorParameters: function () { return [{ type: i1.WidgetRef }, { type: i2.SessionService }, { type: i3.FormBuilder }]; } });
@@ -1,14 +1,15 @@
1
1
  import { Component, Optional, ViewChildren } from '@angular/core';
2
+ import { Breakpoints } from "@angular/cdk/layout";
2
3
  import { Subject } from 'rxjs';
3
4
  import { takeUntil } from 'rxjs/operators';
4
5
  import { cardsAnimation, deshboardAnimation } from '../core/animations';
5
6
  import { WidgetItemComponent } from './widget-item.component';
6
7
  import * as i0 from "@angular/core";
7
8
  import * as i1 from "../core/guide/guide.service";
8
- import * as i2 from "@angular/flex-layout";
9
- import * as i3 from "../core/session.service";
10
- import * as i4 from "../core/slots/pane-ref";
11
- import * as i5 from "../core/window-title.service";
9
+ import * as i2 from "../core/session.service";
10
+ import * as i3 from "../core/slots/pane-ref";
11
+ import * as i4 from "../core/window-title.service";
12
+ import * as i5 from "@angular/cdk/layout";
12
13
  import * as i6 from "../core/translate.service";
13
14
  import * as i7 from "@angular/common";
14
15
  import * as i8 from "@angular/material/card";
@@ -21,17 +22,15 @@ import * as i14 from "../core/popup/tooltip.directive";
21
22
  import * as i15 from "../core/pipes/translate.pipe";
22
23
  /** dashboard component*/
23
24
  export class DashboardComponent {
24
- constructor(_guide, observableMedia, session, pane, title, translate) {
25
+ constructor(_guide, session, pane, title, observableMedia, translate) {
25
26
  this._guide = _guide;
26
27
  this._destroy = new Subject();
27
28
  this.cols = 3;
28
29
  title.set(translate.get('Dashboard'));
29
30
  this.widgets = session.profile.widgets;
30
31
  pane?.resized().subscribe(() => this.components?.forEach(c => c.resize.bind(this)));
31
- observableMedia.asObservable().pipe(takeUntil(this._destroy)).subscribe(m => {
32
- const { mqAlias } = m[0];
33
- this.cols = (mqAlias === 'xs' || mqAlias === 'sm') ? 1 : mqAlias === 'md' ? 2 : 3;
34
- });
32
+ observableMedia.observe([Breakpoints.HandsetPortrait, Breakpoints.HandsetLandscape, Breakpoints.TabletPortrait, Breakpoints.TabletLandscape]).pipe(takeUntil(this._destroy)).subscribe(m => this.cols = m.breakpoints[Breakpoints.HandsetPortrait] ? 1 :
33
+ (m.breakpoints[Breakpoints.HandsetLandscape] || m.breakpoints[Breakpoints.TabletPortrait]) ? 2 : 3);
35
34
  }
36
35
  guide(name) {
37
36
  this._guide.start(name);
@@ -41,15 +40,15 @@ export class DashboardComponent {
41
40
  this._destroy.complete();
42
41
  }
43
42
  }
44
- DashboardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DashboardComponent, deps: [{ token: i1.GuideService }, { token: i2.MediaObserver }, { token: i3.SessionService }, { token: i4.PaneRef, optional: true }, { token: i5.WindowTitleService }, { token: i6.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
45
- DashboardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: DashboardComponent, selector: "bizdoc-dashboard", viewQueries: [{ propertyName: "components", predicate: WidgetItemComponent, descendants: true }], ngImport: i0, template: "<mat-grid-list [cols]=\"cols\" @deshboard>\r\n <mat-grid-tile *ngFor=\"let w of widgets\" [colspan]=\"w.cols && w.cols <= cols ? w.cols : 1\" [rowspan]=\"w.rows || 1\">\r\n <mat-card @card>\r\n <mat-card-header>\r\n <mat-card-title [attr.data-guide]=\"'widget-'+w.name\">\r\n <span>{{w.title}}</span>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"widget.refresh()\" [bizdocTooltip]=\"'Refresh'|translate\" [attr.aria-label]=\"'Refresh'|translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <button mat-icon-button (click)=\"widget.filter($event)\" [bizdocTooltip]=\"'Filter' | translate\" [attr.aria-label]=\"'Filter'|translate\" *ngIf=\"w.arguments?.length||w.argumentsTemplate\"><mat-icon>filter_list</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide(w.guide)\" [bizdocTooltip]=\"'Help' | translate\" [attr.aria-label]=\"'Help'|translate\" *ngIf=\"w.guide\"><mat-icon>help_outline</mat-icon></button>\r\n </mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content>\r\n <bizdoc-widget [model]=\"w\" #widget></bizdoc-widget>\r\n </mat-card-content>\r\n </mat-card>\r\n </mat-grid-tile>\r\n</mat-grid-list>\r\n", styles: [":host{width:100%;height:100%;overflow-y:auto}@media only screen and (min-width: 600px){:host{min-width:600px}}.mat-card{width:calc(100% - 50px);height:calc(100% - 50px);overflow:hidden}.mat-card ::ng-deep .mat-card-header-text{width:100%}.mat-card .mat-card-title{display:flex;flex-direction:row}.mat-card .mat-card-content{height:inherit}.mat-card:hover{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}\n"], dependencies: [{ kind: "directive", type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "component", type: i8.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i8.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "directive", type: i8.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: i9.MatGridList, selector: "mat-grid-list", inputs: ["cols", "gutterSize", "rowHeight"], exportAs: ["matGridList"] }, { kind: "component", type: i9.MatGridTile, selector: "mat-grid-tile", inputs: ["rowspan", "colspan"], exportAs: ["matGridTile"] }, { kind: "component", type: i10.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i11.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i12.MatIconAnimate, selector: "[matAnimate]" }, { kind: "component", type: i13.WidgetItemComponent, selector: "bizdoc-widget", inputs: ["model"] }, { kind: "directive", type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }], animations: [deshboardAnimation, cardsAnimation] });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DashboardComponent, decorators: [{
43
+ DashboardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DashboardComponent, deps: [{ token: i1.GuideService }, { token: i2.SessionService }, { token: i3.PaneRef, optional: true }, { token: i4.WindowTitleService }, { token: i5.BreakpointObserver }, { token: i6.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
44
+ DashboardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: DashboardComponent, selector: "bizdoc-dashboard", viewQueries: [{ propertyName: "components", predicate: WidgetItemComponent, descendants: true }], ngImport: i0, template: "<mat-grid-list [cols]=\"cols\" @deshboard>\r\n <mat-grid-tile *ngFor=\"let w of widgets\" [colspan]=\"w.cols && w.cols <= cols ? w.cols : 1\" [rowspan]=\"w.rows || 1\">\r\n <mat-card @card>\r\n <mat-card-header>\r\n <mat-card-title [attr.data-guide]=\"'widget-'+w.name\">\r\n <span>{{w.title}}</span>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"widget.refresh()\" [bizdocTooltip]=\"'Refresh'|translate\" [attr.aria-label]=\"'Refresh'|translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <button mat-icon-button (click)=\"widget.filter($event)\" [bizdocTooltip]=\"'Filter' | translate\" [attr.aria-label]=\"'Filter'|translate\" *ngIf=\"w.arguments?.length||w.argumentsTemplate\"><mat-icon>filter_list</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide(w.guide)\" [bizdocTooltip]=\"'Help' | translate\" [attr.aria-label]=\"'Help'|translate\" *ngIf=\"w.guide\"><mat-icon>help_outline</mat-icon></button>\r\n </mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content>\r\n <bizdoc-widget [model]=\"w\" #widget></bizdoc-widget>\r\n </mat-card-content>\r\n </mat-card>\r\n </mat-grid-tile>\r\n</mat-grid-list>\r\n", styles: [":host{width:100%;height:100%;overflow-y:auto}@media only screen and (min-width: 600px){:host{min-width:600px}}.mat-card{width:calc(100% - 50px);height:calc(100% - 50px);overflow:hidden}.mat-card ::ng-deep .mat-card-header-text{width:100%}.mat-card .mat-card-title{display:flex;flex-direction:row}.mat-card .mat-card-content{height:inherit}.mat-card:hover{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}\n"], dependencies: [{ kind: "directive", type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "component", type: i8.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i8.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "directive", type: i8.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: i9.MatGridList, selector: "mat-grid-list", inputs: ["cols", "gutterSize", "rowHeight"], exportAs: ["matGridList"] }, { kind: "component", type: i9.MatGridTile, selector: "mat-grid-tile", inputs: ["rowspan", "colspan"], exportAs: ["matGridTile"] }, { kind: "component", type: i10.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i11.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i12.MatIconAnimate, selector: "[matAnimate]" }, { kind: "component", type: i13.WidgetItemComponent, selector: "bizdoc-widget", inputs: ["model"] }, { kind: "directive", type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }], animations: [deshboardAnimation, cardsAnimation] });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DashboardComponent, decorators: [{
47
46
  type: Component,
48
47
  args: [{ selector: 'bizdoc-dashboard', animations: [deshboardAnimation, cardsAnimation], template: "<mat-grid-list [cols]=\"cols\" @deshboard>\r\n <mat-grid-tile *ngFor=\"let w of widgets\" [colspan]=\"w.cols && w.cols <= cols ? w.cols : 1\" [rowspan]=\"w.rows || 1\">\r\n <mat-card @card>\r\n <mat-card-header>\r\n <mat-card-title [attr.data-guide]=\"'widget-'+w.name\">\r\n <span>{{w.title}}</span>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"widget.refresh()\" [bizdocTooltip]=\"'Refresh'|translate\" [attr.aria-label]=\"'Refresh'|translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <button mat-icon-button (click)=\"widget.filter($event)\" [bizdocTooltip]=\"'Filter' | translate\" [attr.aria-label]=\"'Filter'|translate\" *ngIf=\"w.arguments?.length||w.argumentsTemplate\"><mat-icon>filter_list</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide(w.guide)\" [bizdocTooltip]=\"'Help' | translate\" [attr.aria-label]=\"'Help'|translate\" *ngIf=\"w.guide\"><mat-icon>help_outline</mat-icon></button>\r\n </mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content>\r\n <bizdoc-widget [model]=\"w\" #widget></bizdoc-widget>\r\n </mat-card-content>\r\n </mat-card>\r\n </mat-grid-tile>\r\n</mat-grid-list>\r\n", styles: [":host{width:100%;height:100%;overflow-y:auto}@media only screen and (min-width: 600px){:host{min-width:600px}}.mat-card{width:calc(100% - 50px);height:calc(100% - 50px);overflow:hidden}.mat-card ::ng-deep .mat-card-header-text{width:100%}.mat-card .mat-card-title{display:flex;flex-direction:row}.mat-card .mat-card-content{height:inherit}.mat-card:hover{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}\n"] }]
49
- }], ctorParameters: function () { return [{ type: i1.GuideService }, { type: i2.MediaObserver }, { type: i3.SessionService }, { type: i4.PaneRef, decorators: [{
48
+ }], ctorParameters: function () { return [{ type: i1.GuideService }, { type: i2.SessionService }, { type: i3.PaneRef, decorators: [{
50
49
  type: Optional
51
- }] }, { type: i5.WindowTitleService }, { type: i6.TranslateService }]; }, propDecorators: { components: [{
50
+ }] }, { type: i4.WindowTitleService }, { type: i5.BreakpointObserver }, { type: i6.TranslateService }]; }, propDecorators: { components: [{
52
51
  type: ViewChildren,
53
52
  args: [WidgetItemComponent]
54
53
  }] } });
55
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvZGFzaGJvYXJkL2Rhc2hib2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2Rhc2hib2FyZC9kYXNoYm9hcmQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYSxRQUFRLEVBQVMsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSXBGLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDL0IsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSTNDLE9BQU8sRUFBRSxjQUFjLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN4RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFVOUQseUJBQXlCO0FBQ3pCLE1BQU0sT0FBTyxrQkFBa0I7SUFNN0IsWUFDVSxNQUFvQixFQUM1QixlQUE4QixFQUM5QixPQUF1QixFQUNYLElBQWEsRUFDekIsS0FBeUIsRUFDekIsU0FBMkI7UUFMbkIsV0FBTSxHQUFOLE1BQU0sQ0FBYztRQUxiLGFBQVEsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBR2hELFNBQUksR0FBRyxDQUFDLENBQUM7UUFRUCxLQUFLLENBQUMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQztRQUN0QyxJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDO1FBQ3ZDLElBQUksRUFBRSxPQUFPLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFLENBQzdCLElBQUksQ0FBQyxVQUFVLEVBQUUsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FDbkQsQ0FBQztRQUNGLGVBQWUsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUMxRSxNQUFNLEVBQUUsT0FBTyxFQUFFLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ3pCLElBQUksQ0FBQyxJQUFJLEdBQUcsQ0FBQyxPQUFPLEtBQUssSUFBSSxJQUFJLE9BQU8sS0FBSyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLEtBQUssSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNwRixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFDRCxLQUFLLENBQUMsSUFBWTtRQUNoQixJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMxQixDQUFDO0lBQ0QsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDckIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUMzQixDQUFDOzsrR0E3QlUsa0JBQWtCO21HQUFsQixrQkFBa0IsdUZBQ2YsbUJBQW1CLGdEQ3RCbkMsMnZDQWtCQSxzdkVEQWMsQ0FBQyxrQkFBa0IsRUFBRSxjQUFjLENBQUM7MkZBR3JDLGtCQUFrQjtrQkFQOUIsU0FBUzsrQkFDRSxrQkFBa0IsY0FHaEIsQ0FBQyxrQkFBa0IsRUFBRSxjQUFjLENBQUM7OzBCQWE3QyxRQUFROzRHQVR3QixVQUFVO3NCQUE1QyxZQUFZO3VCQUFDLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25EZXN0cm95LCBPcHRpb25hbCwgUXVlcnksIFZpZXdDaGlsZHJlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBTZXNzaW9uU2VydmljZSB9IGZyb20gJy4uL2NvcmUvc2Vzc2lvbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgV2lkZ2V0IH0gZnJvbSAnLi4vY29yZS9tb2RlbHMnO1xyXG5pbXBvcnQgeyBNZWRpYU9ic2VydmVyIH0gZnJvbSAnQGFuZ3VsYXIvZmxleC1sYXlvdXQnO1xyXG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IHRha2VVbnRpbCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcclxuaW1wb3J0IHsgV2luZG93VGl0bGVTZXJ2aWNlIH0gZnJvbSAnLi4vY29yZS93aW5kb3ctdGl0bGUuc2VydmljZSc7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICcuLi9jb3JlL3RyYW5zbGF0ZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgR3VpZGVTZXJ2aWNlIH0gZnJvbSAnLi4vY29yZS9ndWlkZS9ndWlkZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgY2FyZHNBbmltYXRpb24sIGRlc2hib2FyZEFuaW1hdGlvbiB9IGZyb20gJy4uL2NvcmUvYW5pbWF0aW9ucyc7XHJcbmltcG9ydCB7IFdpZGdldEl0ZW1Db21wb25lbnQgfSBmcm9tICcuL3dpZGdldC1pdGVtLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFBhbmVSZWYgfSBmcm9tICcuLi9jb3JlL3Nsb3RzL3BhbmUtcmVmJztcclxuaW1wb3J0IHsgUXVlcnlMaXN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2JpemRvYy1kYXNoYm9hcmQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9kYXNoYm9hcmQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2Rhc2hib2FyZC5jb21wb25lbnQuc2NzcyddLFxyXG4gIGFuaW1hdGlvbnM6IFtkZXNoYm9hcmRBbmltYXRpb24sIGNhcmRzQW5pbWF0aW9uXVxyXG59KVxyXG4vKiogZGFzaGJvYXJkIGNvbXBvbmVudCovXHJcbmV4cG9ydCBjbGFzcyBEYXNoYm9hcmRDb21wb25lbnQgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xyXG4gIEBWaWV3Q2hpbGRyZW4oV2lkZ2V0SXRlbUNvbXBvbmVudCkgY29tcG9uZW50czogUXVlcnlMaXN0PFdpZGdldEl0ZW1Db21wb25lbnQ+O1xyXG4gIHByaXZhdGUgcmVhZG9ubHkgX2Rlc3Ryb3kgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xyXG4gIC8qKiBkYXNoYm9hcmQgY3RvciAqL1xyXG4gIHJlYWRvbmx5IHdpZGdldHM6IFdpZGdldFtdO1xyXG4gIGNvbHMgPSAzO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBfZ3VpZGU6IEd1aWRlU2VydmljZSxcclxuICAgIG9ic2VydmFibGVNZWRpYTogTWVkaWFPYnNlcnZlcixcclxuICAgIHNlc3Npb246IFNlc3Npb25TZXJ2aWNlLFxyXG4gICAgQE9wdGlvbmFsKCkgcGFuZTogUGFuZVJlZixcclxuICAgIHRpdGxlOiBXaW5kb3dUaXRsZVNlcnZpY2UsXHJcbiAgICB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcclxuICAgIHRpdGxlLnNldCh0cmFuc2xhdGUuZ2V0KCdEYXNoYm9hcmQnKSk7XHJcbiAgICB0aGlzLndpZGdldHMgPSBzZXNzaW9uLnByb2ZpbGUud2lkZ2V0cztcclxuICAgIHBhbmU/LnJlc2l6ZWQoKS5zdWJzY3JpYmUoKCkgPT4gXHJcbiAgICAgIHRoaXMuY29tcG9uZW50cz8uZm9yRWFjaChjID0+IGMucmVzaXplLmJpbmQodGhpcykpXHJcbiAgICApO1xyXG4gICAgb2JzZXJ2YWJsZU1lZGlhLmFzT2JzZXJ2YWJsZSgpLnBpcGUodGFrZVVudGlsKHRoaXMuX2Rlc3Ryb3kpKS5zdWJzY3JpYmUobSA9PiB7XHJcbiAgICAgIGNvbnN0IHsgbXFBbGlhcyB9ID0gbVswXTtcclxuICAgICAgdGhpcy5jb2xzID0gKG1xQWxpYXMgPT09ICd4cycgfHwgbXFBbGlhcyA9PT0gJ3NtJykgPyAxIDogbXFBbGlhcyA9PT0gJ21kJyA/IDIgOiAzO1xyXG4gICAgfSk7XHJcbiAgfVxyXG4gIGd1aWRlKG5hbWU6IHN0cmluZykge1xyXG4gICAgdGhpcy5fZ3VpZGUuc3RhcnQobmFtZSk7XHJcbiAgfVxyXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gICAgdGhpcy5fZGVzdHJveS5uZXh0KCk7XHJcbiAgICB0aGlzLl9kZXN0cm95LmNvbXBsZXRlKCk7XHJcbiAgfVxyXG59XHJcblxyXG4iLCI8bWF0LWdyaWQtbGlzdCBbY29sc109XCJjb2xzXCIgQGRlc2hib2FyZD5cclxuICA8bWF0LWdyaWQtdGlsZSAqbmdGb3I9XCJsZXQgdyBvZiB3aWRnZXRzXCIgW2NvbHNwYW5dPVwidy5jb2xzICYmIHcuY29scyA8PSBjb2xzID8gdy5jb2xzIDogMVwiIFtyb3dzcGFuXT1cIncucm93cyB8fCAxXCI+XHJcbiAgICA8bWF0LWNhcmQgQGNhcmQ+XHJcbiAgICAgIDxtYXQtY2FyZC1oZWFkZXI+XHJcbiAgICAgICAgPG1hdC1jYXJkLXRpdGxlIFthdHRyLmRhdGEtZ3VpZGVdPVwiJ3dpZGdldC0nK3cubmFtZVwiPlxyXG4gICAgICAgICAgPHNwYW4+e3t3LnRpdGxlfX08L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cImRpdmlkZXJcIj48L3NwYW4+XHJcbiAgICAgICAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwid2lkZ2V0LnJlZnJlc2goKVwiIFtiaXpkb2NUb29sdGlwXT1cIidSZWZyZXNoJ3x0cmFuc2xhdGVcIiBbYXR0ci5hcmlhLWxhYmVsXT1cIidSZWZyZXNoJ3x0cmFuc2xhdGVcIj48bWF0LWljb24gbWF0QW5pbWF0ZT1cInJvdGF0ZVwiPmF1dG9yZW5ldzwvbWF0LWljb24+PC9idXR0b24+XHJcbiAgICAgICAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwid2lkZ2V0LmZpbHRlcigkZXZlbnQpXCIgW2JpemRvY1Rvb2x0aXBdPVwiJ0ZpbHRlcicgfCB0cmFuc2xhdGVcIiBbYXR0ci5hcmlhLWxhYmVsXT1cIidGaWx0ZXInfHRyYW5zbGF0ZVwiICpuZ0lmPVwidy5hcmd1bWVudHM/Lmxlbmd0aHx8dy5hcmd1bWVudHNUZW1wbGF0ZVwiPjxtYXQtaWNvbj5maWx0ZXJfbGlzdDwvbWF0LWljb24+PC9idXR0b24+XHJcbiAgICAgICAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwiZ3VpZGUody5ndWlkZSlcIiBbYml6ZG9jVG9vbHRpcF09XCInSGVscCcgfCB0cmFuc2xhdGVcIiBbYXR0ci5hcmlhLWxhYmVsXT1cIidIZWxwJ3x0cmFuc2xhdGVcIiAqbmdJZj1cIncuZ3VpZGVcIj48bWF0LWljb24+aGVscF9vdXRsaW5lPC9tYXQtaWNvbj48L2J1dHRvbj5cclxuICAgICAgICA8L21hdC1jYXJkLXRpdGxlPlxyXG4gICAgICA8L21hdC1jYXJkLWhlYWRlcj5cclxuICAgICAgPG1hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgPGJpemRvYy13aWRnZXQgW21vZGVsXT1cIndcIiAjd2lkZ2V0PjwvYml6ZG9jLXdpZGdldD5cclxuICAgICAgPC9tYXQtY2FyZC1jb250ZW50PlxyXG4gICAgPC9tYXQtY2FyZD5cclxuICA8L21hdC1ncmlkLXRpbGU+XHJcbjwvbWF0LWdyaWQtbGlzdD5cclxuIl19
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvZGFzaGJvYXJkL2Rhc2hib2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2Rhc2hib2FyZC9kYXNoYm9hcmQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYSxRQUFRLEVBQUUsWUFBWSxFQUFhLE1BQU0sZUFBZSxDQUFDO0FBQ3hGLE9BQU8sRUFBc0IsV0FBVyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMvQixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFM0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBTXhFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDOzs7Ozs7Ozs7Ozs7Ozs7OztBQVE5RCx5QkFBeUI7QUFDekIsTUFBTSxPQUFPLGtCQUFrQjtJQU03QixZQUNVLE1BQW9CLEVBQzVCLE9BQXVCLEVBQ1gsSUFBYSxFQUN6QixLQUF5QixFQUN6QixlQUFtQyxFQUNuQyxTQUEyQjtRQUxuQixXQUFNLEdBQU4sTUFBTSxDQUFjO1FBTGIsYUFBUSxHQUFHLElBQUksT0FBTyxFQUFRLENBQUM7UUFHaEQsU0FBSSxHQUFHLENBQUMsQ0FBQztRQVFQLEtBQUssQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDO1FBQ3RDLElBQUksQ0FBQyxPQUFPLEdBQUcsT0FBTyxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUM7UUFDdkMsSUFBSSxFQUFFLE9BQU8sRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUUsQ0FDN0IsSUFBSSxDQUFDLFVBQVUsRUFBRSxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUNuRCxDQUFDO1FBQ0YsZUFBZSxDQUFDLE9BQU8sQ0FBQyxDQUFDLFdBQVcsQ0FBQyxlQUFlLEVBQUUsV0FBVyxDQUFDLGdCQUFnQixFQUFFLFdBQVcsQ0FBQyxjQUFjLEVBQUUsV0FBVyxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FDekwsSUFBSSxDQUFDLElBQUksR0FBRyxDQUFDLENBQUMsV0FBVyxDQUFDLFdBQVcsQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDMUQsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDLFdBQVcsQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsQ0FBQyxXQUFXLENBQUMsV0FBVyxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUNyRyxDQUFDO0lBQ0osQ0FBQztJQUNELEtBQUssQ0FBQyxJQUFZO1FBQ2hCLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzFCLENBQUM7SUFDRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzNCLENBQUM7OytHQTdCVSxrQkFBa0I7bUdBQWxCLGtCQUFrQix1RkFDZixtQkFBbUIsZ0RDckJuQywydkNBa0JBLHN2RUREYyxDQUFDLGtCQUFrQixFQUFFLGNBQWMsQ0FBQzsyRkFHckMsa0JBQWtCO2tCQVA5QixTQUFTOytCQUNFLGtCQUFrQixjQUdoQixDQUFDLGtCQUFrQixFQUFFLGNBQWMsQ0FBQzs7MEJBWTdDLFFBQVE7NklBUndCLFVBQVU7c0JBQTVDLFlBQVk7dUJBQUMsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkRlc3Ryb3ksIE9wdGlvbmFsLCBWaWV3Q2hpbGRyZW4sIFF1ZXJ5TGlzdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCcmVha3BvaW50T2JzZXJ2ZXIsIEJyZWFrcG9pbnRzIH0gZnJvbSBcIkBhbmd1bGFyL2Nkay9sYXlvdXRcIjtcclxuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyB0YWtlVW50aWwgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XHJcbmltcG9ydCB7IFdpZGdldCB9IGZyb20gJy4uL2NvcmUvbW9kZWxzJztcclxuaW1wb3J0IHsgY2FyZHNBbmltYXRpb24sIGRlc2hib2FyZEFuaW1hdGlvbiB9IGZyb20gJy4uL2NvcmUvYW5pbWF0aW9ucyc7XHJcbmltcG9ydCB7IFNlc3Npb25TZXJ2aWNlIH0gZnJvbSAnLi4vY29yZS9zZXNzaW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBXaW5kb3dUaXRsZVNlcnZpY2UgfSBmcm9tICcuLi9jb3JlL3dpbmRvdy10aXRsZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJy4uL2NvcmUvdHJhbnNsYXRlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBHdWlkZVNlcnZpY2UgfSBmcm9tICcuLi9jb3JlL2d1aWRlL2d1aWRlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBQYW5lUmVmIH0gZnJvbSAnLi4vY29yZS9zbG90cy9wYW5lLXJlZic7XHJcbmltcG9ydCB7IFdpZGdldEl0ZW1Db21wb25lbnQgfSBmcm9tICcuL3dpZGdldC1pdGVtLmNvbXBvbmVudCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2JpemRvYy1kYXNoYm9hcmQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9kYXNoYm9hcmQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2Rhc2hib2FyZC5jb21wb25lbnQuc2NzcyddLFxyXG4gIGFuaW1hdGlvbnM6IFtkZXNoYm9hcmRBbmltYXRpb24sIGNhcmRzQW5pbWF0aW9uXVxyXG59KVxyXG4vKiogZGFzaGJvYXJkIGNvbXBvbmVudCovXHJcbmV4cG9ydCBjbGFzcyBEYXNoYm9hcmRDb21wb25lbnQgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xyXG4gIEBWaWV3Q2hpbGRyZW4oV2lkZ2V0SXRlbUNvbXBvbmVudCkgY29tcG9uZW50czogUXVlcnlMaXN0PFdpZGdldEl0ZW1Db21wb25lbnQ+O1xyXG4gIHByaXZhdGUgcmVhZG9ubHkgX2Rlc3Ryb3kgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xyXG4gIC8qKiBkYXNoYm9hcmQgY3RvciAqL1xyXG4gIHJlYWRvbmx5IHdpZGdldHM6IFdpZGdldFtdO1xyXG4gIGNvbHMgPSAzO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBfZ3VpZGU6IEd1aWRlU2VydmljZSxcclxuICAgIHNlc3Npb246IFNlc3Npb25TZXJ2aWNlLFxyXG4gICAgQE9wdGlvbmFsKCkgcGFuZTogUGFuZVJlZixcclxuICAgIHRpdGxlOiBXaW5kb3dUaXRsZVNlcnZpY2UsXHJcbiAgICBvYnNlcnZhYmxlTWVkaWE6IEJyZWFrcG9pbnRPYnNlcnZlcixcclxuICAgIHRyYW5zbGF0ZTogVHJhbnNsYXRlU2VydmljZSkge1xyXG4gICAgdGl0bGUuc2V0KHRyYW5zbGF0ZS5nZXQoJ0Rhc2hib2FyZCcpKTtcclxuICAgIHRoaXMud2lkZ2V0cyA9IHNlc3Npb24ucHJvZmlsZS53aWRnZXRzO1xyXG4gICAgcGFuZT8ucmVzaXplZCgpLnN1YnNjcmliZSgoKSA9PiBcclxuICAgICAgdGhpcy5jb21wb25lbnRzPy5mb3JFYWNoKGMgPT4gYy5yZXNpemUuYmluZCh0aGlzKSlcclxuICAgICk7XHJcbiAgICBvYnNlcnZhYmxlTWVkaWEub2JzZXJ2ZShbQnJlYWtwb2ludHMuSGFuZHNldFBvcnRyYWl0LCBCcmVha3BvaW50cy5IYW5kc2V0TGFuZHNjYXBlLCBCcmVha3BvaW50cy5UYWJsZXRQb3J0cmFpdCwgQnJlYWtwb2ludHMuVGFibGV0TGFuZHNjYXBlXSkucGlwZSh0YWtlVW50aWwodGhpcy5fZGVzdHJveSkpLnN1YnNjcmliZShtID0+IFxyXG4gICAgICB0aGlzLmNvbHMgPSBtLmJyZWFrcG9pbnRzW0JyZWFrcG9pbnRzLkhhbmRzZXRQb3J0cmFpdF0gPyAxIDpcclxuICAgICAgICAobS5icmVha3BvaW50c1tCcmVha3BvaW50cy5IYW5kc2V0TGFuZHNjYXBlXSB8fCBtLmJyZWFrcG9pbnRzW0JyZWFrcG9pbnRzLlRhYmxldFBvcnRyYWl0XSkgPyAyIDogM1xyXG4gICAgKTtcclxuICB9XHJcbiAgZ3VpZGUobmFtZTogc3RyaW5nKSB7XHJcbiAgICB0aGlzLl9ndWlkZS5zdGFydChuYW1lKTtcclxuICB9XHJcbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XHJcbiAgICB0aGlzLl9kZXN0cm95Lm5leHQoKTtcclxuICAgIHRoaXMuX2Rlc3Ryb3kuY29tcGxldGUoKTtcclxuICB9XHJcbn1cclxuXHJcbiIsIjxtYXQtZ3JpZC1saXN0IFtjb2xzXT1cImNvbHNcIiBAZGVzaGJvYXJkPlxyXG4gIDxtYXQtZ3JpZC10aWxlICpuZ0Zvcj1cImxldCB3IG9mIHdpZGdldHNcIiBbY29sc3Bhbl09XCJ3LmNvbHMgJiYgdy5jb2xzIDw9IGNvbHMgPyB3LmNvbHMgOiAxXCIgW3Jvd3NwYW5dPVwidy5yb3dzIHx8IDFcIj5cclxuICAgIDxtYXQtY2FyZCBAY2FyZD5cclxuICAgICAgPG1hdC1jYXJkLWhlYWRlcj5cclxuICAgICAgICA8bWF0LWNhcmQtdGl0bGUgW2F0dHIuZGF0YS1ndWlkZV09XCInd2lkZ2V0LScrdy5uYW1lXCI+XHJcbiAgICAgICAgICA8c3Bhbj57e3cudGl0bGV9fTwvc3Bhbj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZGl2aWRlclwiPjwvc3Bhbj5cclxuICAgICAgICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIChjbGljayk9XCJ3aWRnZXQucmVmcmVzaCgpXCIgW2JpemRvY1Rvb2x0aXBdPVwiJ1JlZnJlc2gnfHRyYW5zbGF0ZVwiIFthdHRyLmFyaWEtbGFiZWxdPVwiJ1JlZnJlc2gnfHRyYW5zbGF0ZVwiPjxtYXQtaWNvbiBtYXRBbmltYXRlPVwicm90YXRlXCI+YXV0b3JlbmV3PC9tYXQtaWNvbj48L2J1dHRvbj5cclxuICAgICAgICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIChjbGljayk9XCJ3aWRnZXQuZmlsdGVyKCRldmVudClcIiBbYml6ZG9jVG9vbHRpcF09XCInRmlsdGVyJyB8IHRyYW5zbGF0ZVwiIFthdHRyLmFyaWEtbGFiZWxdPVwiJ0ZpbHRlcid8dHJhbnNsYXRlXCIgKm5nSWY9XCJ3LmFyZ3VtZW50cz8ubGVuZ3RofHx3LmFyZ3VtZW50c1RlbXBsYXRlXCI+PG1hdC1pY29uPmZpbHRlcl9saXN0PC9tYXQtaWNvbj48L2J1dHRvbj5cclxuICAgICAgICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIChjbGljayk9XCJndWlkZSh3Lmd1aWRlKVwiIFtiaXpkb2NUb29sdGlwXT1cIidIZWxwJyB8IHRyYW5zbGF0ZVwiIFthdHRyLmFyaWEtbGFiZWxdPVwiJ0hlbHAnfHRyYW5zbGF0ZVwiICpuZ0lmPVwidy5ndWlkZVwiPjxtYXQtaWNvbj5oZWxwX291dGxpbmU8L21hdC1pY29uPjwvYnV0dG9uPlxyXG4gICAgICAgIDwvbWF0LWNhcmQtdGl0bGU+XHJcbiAgICAgIDwvbWF0LWNhcmQtaGVhZGVyPlxyXG4gICAgICA8bWF0LWNhcmQtY29udGVudD5cclxuICAgICAgICA8Yml6ZG9jLXdpZGdldCBbbW9kZWxdPVwid1wiICN3aWRnZXQ+PC9iaXpkb2Mtd2lkZ2V0PlxyXG4gICAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgICA8L21hdC1jYXJkPlxyXG4gIDwvbWF0LWdyaWQtdGlsZT5cclxuPC9tYXQtZ3JpZC1saXN0PlxyXG4iXX0=
@@ -9,9 +9,9 @@ export class DashboardPaneComponent {
9
9
  pane.title = translate.get('Dashboard');
10
10
  }
11
11
  }
12
- DashboardPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DashboardPaneComponent, deps: [{ token: i1.PaneRef }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
13
- DashboardPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: DashboardPaneComponent, selector: "ng-component", host: { classAttribute: "pane" }, ngImport: i0, template: '<bizdoc-dashboard></bizdoc-dashboard>', isInline: true, styles: [":host{min-width:1200px}\n"], dependencies: [{ kind: "component", type: i3.DashboardComponent, selector: "bizdoc-dashboard" }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DashboardPaneComponent, decorators: [{
12
+ DashboardPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DashboardPaneComponent, deps: [{ token: i1.PaneRef }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
13
+ DashboardPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: DashboardPaneComponent, selector: "ng-component", host: { classAttribute: "pane" }, ngImport: i0, template: '<bizdoc-dashboard></bizdoc-dashboard>', isInline: true, styles: [":host{min-width:1200px}\n"], dependencies: [{ kind: "component", type: i3.DashboardComponent, selector: "bizdoc-dashboard" }] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DashboardPaneComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ template: '<bizdoc-dashboard></bizdoc-dashboard>', host: { class: 'pane' }, styles: [":host{min-width:1200px}\n"] }]
17
17
  }], ctorParameters: function () { return [{ type: i1.PaneRef }, { type: i2.TranslateService }]; } });
@@ -70,8 +70,8 @@ let RecentsWidget = class RecentsWidget {
70
70
  this._destroy.complete();
71
71
  }
72
72
  };
73
- RecentsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RecentsWidget, deps: [{ token: i1.RouterImpl }, { token: i2.MailboxService }, { token: i3.PromptService }, { token: i4.WidgetRef }, { token: i5.SessionService }, { token: BIZDOC_CONFIG }], target: i0.ɵɵFactoryTarget.Component });
74
- RecentsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: RecentsWidget, selector: "ng-component", host: { properties: { "style.height": "this.height" } }, ngImport: i0, template: "<table mat-table [dataSource]=\"dataSource\" class=\"mat-elevation-z0\" @list>\r\n <ng-container matColumnDef=\"number\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Number' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let item\"> <a (click)=\"open(item)\">#{{item.number}}</a> </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"subject\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Subject' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let item\" class=\"text\"> {{item.subject}} </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"state\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Status' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let item\"> {{item.stateId | state }} </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"option\">\r\n <th mat-header-cell *matHeaderCellDef> </th>\r\n <td mat-cell *matCellDef=\"let item\">\r\n <ng-container *ngIf=\"!item.loading; else progress\">\r\n <button mat-icon-button (click)=\"view(item, $event)\" [bizdocTooltip]=\"'View' | translate\" [attr.aria-label]=\"'View' | translate\" class=\"tool\" *ngIf=\"enableAnalysis\" matAnimate=\"rotate\"><mat-icon>data_usage</mat-icon></button>\r\n <button mat-icon-button (click)=\"open(item)\" [bizdocTooltip]=\"'Open' | translate\" [attr.aria-label]=\"'Open' | translate\" class=\"tool\"><mat-icon>more_horiz</mat-icon></button>\r\n </ng-container>\r\n </td>\r\n </ng-container>\r\n\r\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\r\n <tr mat-row @item *matRowDef=\"let row; columns: columns;\"></tr>\r\n</table>\r\n<ng-template #progress>\r\n <mat-spinner diameter=\"26\"></mat-spinner>\r\n</ng-template>\r\n", styles: ["table{width:100%}td.text{text-overflow:ellipsis;max-width:100px;white-space:nowrap;overflow:hidden}:host{overflow:hidden;display:block}:host:hover{overflow-y:auto!important}\n", ":host ::ng-deep tr .tool{opacity:.1}:host ::ng-deep tr:hover .tool{opacity:1}\n"], dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i7.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i7.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i7.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i7.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i7.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i7.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i7.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i7.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i7.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i7.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "component", type: i8.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i9.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i10.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i11.MatIconAnimate, selector: "[matAnimate]" }, { kind: "directive", type: i12.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i13.TranslatePipe, name: "translate" }, { kind: "pipe", type: i14.StatePipe, name: "state" }], animations: [
73
+ RecentsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: RecentsWidget, deps: [{ token: i1.RouterImpl }, { token: i2.MailboxService }, { token: i3.PromptService }, { token: i4.WidgetRef }, { token: i5.SessionService }, { token: BIZDOC_CONFIG }], target: i0.ɵɵFactoryTarget.Component });
74
+ RecentsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: RecentsWidget, selector: "ng-component", host: { properties: { "style.height": "this.height" } }, ngImport: i0, template: "<table mat-table [dataSource]=\"dataSource\" class=\"mat-elevation-z0\" @list>\r\n <ng-container matColumnDef=\"number\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Number' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let item\"> <a (click)=\"open(item)\">#{{item.number}}</a> </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"subject\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Subject' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let item\" class=\"text\"> {{item.subject}} </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"state\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Status' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let item\"> {{item.stateId | state }} </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"option\">\r\n <th mat-header-cell *matHeaderCellDef> </th>\r\n <td mat-cell *matCellDef=\"let item\">\r\n <ng-container *ngIf=\"!item.loading; else progress\">\r\n <button mat-icon-button (click)=\"view(item, $event)\" [bizdocTooltip]=\"'View' | translate\" [attr.aria-label]=\"'View' | translate\" class=\"tool\" *ngIf=\"enableAnalysis\" matAnimate=\"rotate\"><mat-icon>data_usage</mat-icon></button>\r\n <button mat-icon-button (click)=\"open(item)\" [bizdocTooltip]=\"'Open' | translate\" [attr.aria-label]=\"'Open' | translate\" class=\"tool\"><mat-icon>more_horiz</mat-icon></button>\r\n </ng-container>\r\n </td>\r\n </ng-container>\r\n\r\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\r\n <tr mat-row @item *matRowDef=\"let row; columns: columns;\"></tr>\r\n</table>\r\n<ng-template #progress>\r\n <mat-spinner diameter=\"26\"></mat-spinner>\r\n</ng-template>\r\n", styles: ["table{width:100%}td.text{text-overflow:ellipsis;max-width:100px;white-space:nowrap;overflow:hidden}:host{overflow:hidden;display:block}:host:hover{overflow-y:auto!important}\n", ":host ::ng-deep tr .tool{opacity:.1}:host ::ng-deep tr:hover .tool{opacity:1}\n"], dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i7.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i7.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i7.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i7.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i7.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i7.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i7.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i7.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i7.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i7.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "component", type: i8.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i9.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i10.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i11.MatIconAnimate, selector: "[matAnimate]" }, { kind: "directive", type: i12.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i13.TranslatePipe, name: "translate" }, { kind: "pipe", type: i14.StatePipe, name: "state" }], animations: [
75
75
  listAnimation,
76
76
  itemAnimation
77
77
  ] });
@@ -82,7 +82,7 @@ RecentsWidget = __decorate([
82
82
  /** performance component*/
83
83
  ], RecentsWidget);
84
84
  export { RecentsWidget };
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RecentsWidget, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: RecentsWidget, decorators: [{
86
86
  type: Component,
87
87
  args: [{ animations: [
88
88
  listAnimation,
@@ -152,15 +152,15 @@ let PersonalActivityWidget = class PersonalActivityWidget {
152
152
  this._destroy.complete();
153
153
  }
154
154
  };
155
- PersonalActivityWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PersonalActivityWidget, deps: [{ token: i1.WidgetRef }, { token: i0.ElementRef }, { token: i2.TranslateService }, { token: i3.SessionService }], target: i0.ɵɵFactoryTarget.Component });
156
- PersonalActivityWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: PersonalActivityWidget, selector: "ng-component", viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
155
+ PersonalActivityWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PersonalActivityWidget, deps: [{ token: i1.WidgetRef }, { token: i0.ElementRef }, { token: i2.TranslateService }, { token: i3.SessionService }], target: i0.ɵɵFactoryTarget.Component });
156
+ PersonalActivityWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PersonalActivityWidget, selector: "ng-component", viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
157
157
  PersonalActivityWidget = __decorate([
158
158
  BizDoc({
159
159
  selector: 'bizdoc-personal-activity'
160
160
  })
161
161
  ], PersonalActivityWidget);
162
162
  export { PersonalActivityWidget };
163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PersonalActivityWidget, decorators: [{
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PersonalActivityWidget, decorators: [{
164
164
  type: Component,
165
165
  args: [{
166
166
  template: '',
@@ -180,15 +180,15 @@ let CompareGroupsWidget = CompareGroupsWidget_1 = class CompareGroupsWidget {
180
180
  }
181
181
  };
182
182
  CompareGroupsWidget.nextId = 0;
183
- CompareGroupsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CompareGroupsWidget, deps: [{ token: i1.TranslateService }, { token: i2.WidgetRef }, { token: i0.ElementRef }, { token: i3.SessionService }], target: i0.ɵɵFactoryTarget.Component });
184
- CompareGroupsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: CompareGroupsWidget, selector: "ng-component", host: { attributes: { "dir": "ltr" }, properties: { "id": "id" } }, providers: [LineSeriesService, CrosshairService, ColumnSeriesService], viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
183
+ CompareGroupsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CompareGroupsWidget, deps: [{ token: i1.TranslateService }, { token: i2.WidgetRef }, { token: i0.ElementRef }, { token: i3.SessionService }], target: i0.ɵɵFactoryTarget.Component });
184
+ CompareGroupsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: CompareGroupsWidget, selector: "ng-component", host: { attributes: { "dir": "ltr" }, properties: { "id": "id" } }, providers: [LineSeriesService, CrosshairService, ColumnSeriesService], viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
185
185
  CompareGroupsWidget = CompareGroupsWidget_1 = __decorate([
186
186
  BizDoc({
187
187
  selector: 'bizdoc-compare-groups'
188
188
  })
189
189
  ], CompareGroupsWidget);
190
190
  export { CompareGroupsWidget };
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CompareGroupsWidget, decorators: [{
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: CompareGroupsWidget, decorators: [{
192
192
  type: Component,
193
193
  args: [{
194
194
  //templateUrl: './compare-groups.widget.html',
@@ -226,15 +226,15 @@ let PeersPerformanceWidget = PeersPerformanceWidget_1 = class PeersPerformanceWi
226
226
  }
227
227
  };
228
228
  PeersPerformanceWidget.nextId = 0;
229
- PeersPerformanceWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PeersPerformanceWidget, deps: [{ token: i1.SessionService }, { token: i2.WidgetRef }, { token: i0.ElementRef }, { token: i3.AccountService }, { token: i4.Directionality }, { token: i5.DurationFormatPipe }, { token: i6.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
230
- PeersPerformanceWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: PeersPerformanceWidget, selector: "ng-component", host: { attributes: { "dir": "ltr" }, properties: { "id": "this.id" }, styleAttribute: "display: block" }, viewQueries: [{ propertyName: "gauge", first: true, predicate: CircularGaugeComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
229
+ PeersPerformanceWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PeersPerformanceWidget, deps: [{ token: i1.SessionService }, { token: i2.WidgetRef }, { token: i0.ElementRef }, { token: i3.AccountService }, { token: i4.Directionality }, { token: i5.DurationFormatPipe }, { token: i6.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
230
+ PeersPerformanceWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PeersPerformanceWidget, selector: "ng-component", host: { attributes: { "dir": "ltr" }, properties: { "id": "this.id" }, styleAttribute: "display: block" }, viewQueries: [{ propertyName: "gauge", first: true, predicate: CircularGaugeComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
231
231
  PeersPerformanceWidget = PeersPerformanceWidget_1 = __decorate([
232
232
  BizDoc({
233
233
  selector: 'bizdoc-peers-performance'
234
234
  })
235
235
  ], PeersPerformanceWidget);
236
236
  export { PeersPerformanceWidget };
237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PeersPerformanceWidget, decorators: [{
237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PeersPerformanceWidget, decorators: [{
238
238
  type: Component,
239
239
  args: [{
240
240
  template: '',
@@ -33,8 +33,8 @@ let PendingResultsWidget = class PendingResultsWidget {
33
33
  this._destroy.complete();
34
34
  }
35
35
  };
36
- PendingResultsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PendingResultsWidget, deps: [{ token: i1.WidgetRef }], target: i0.ɵɵFactoryTarget.Component });
37
- PendingResultsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: PendingResultsWidget, selector: "bizdoc-pending-results", host: { properties: { "style.height": "this.height" } }, viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true }], ngImport: i0, template: "<table mat-table [dataSource]=\"dataSource\" matSort class=\"mat-elevation-z0\" @list>\r\n <ng-container matColumnDef=\"name\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Name' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <bizdoc-identity-name [identity]='element.userId' chating=\"room\"></bizdoc-identity-name></td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"duration\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Duration' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <span [bizdocTooltip]='element.duration|amDurationFormat'>{{ element.duration | amDuration : 's' }}</span> </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"standard\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Standard' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <span *ngIf=\"element.standard\" [bizdocTooltip]=\"element.standard|amDurationFormat\">{{ element.standard | amDuration: 's' }}</span> </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"count\">\r\n <th mat-header-cell *matHeaderCellDef> </th>\r\n <td mat-cell *matCellDef=\"let element\" dir=\"ltr\">\r\n <span class=\"range\">{{ element.processed }} / {{element.pending + element.processed}}</span>\r\n </td>\r\n </ng-container>\r\n\r\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\r\n <tr mat-row *matRowDef=\"let row; columns: columns;\" @item></tr>\r\n</table>\r\n<style scoped>\r\n .range {\r\n white-space: nowrap;\r\n }\r\n</style>\r\n", styles: ["table{width:100%}td.text{text-overflow:ellipsis;max-width:100px;white-space:nowrap;overflow:hidden}:host{overflow:hidden;display:block}:host:hover{overflow-y:auto!important}\n", "\n .range {\n white-space: nowrap;\n }\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "component", type: i4.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i4.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i4.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i4.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i4.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i4.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i4.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i4.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i4.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i4.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "directive", type: i5.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i5.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "component", type: i6.IdentityName, selector: "bizdoc-identity-name", inputs: ["identity", "by", "chating"] }, { kind: "directive", type: i7.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i8.DurationPipe, name: "amDuration" }, { kind: "pipe", type: i9.DurationFormatPipe, name: "amDurationFormat" }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }], animations: [
36
+ PendingResultsWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PendingResultsWidget, deps: [{ token: i1.WidgetRef }], target: i0.ɵɵFactoryTarget.Component });
37
+ PendingResultsWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PendingResultsWidget, selector: "bizdoc-pending-results", host: { properties: { "style.height": "this.height" } }, viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true }], ngImport: i0, template: "<table mat-table [dataSource]=\"dataSource\" matSort class=\"mat-elevation-z0\" @list>\r\n <ng-container matColumnDef=\"name\">\r\n <th mat-header-cell *matHeaderCellDef> {{'Name' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <bizdoc-identity-name [identity]='element.userId' chating=\"room\"></bizdoc-identity-name></td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"duration\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Duration' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <span [bizdocTooltip]='element.duration|amDurationFormat'>{{ element.duration | amDuration : 's' }}</span> </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"standard\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header> {{'Standard' | translate}} </th>\r\n <td mat-cell *matCellDef=\"let element\"> <span *ngIf=\"element.standard\" [bizdocTooltip]=\"element.standard|amDurationFormat\">{{ element.standard | amDuration: 's' }}</span> </td>\r\n </ng-container>\r\n\r\n <ng-container matColumnDef=\"count\">\r\n <th mat-header-cell *matHeaderCellDef> </th>\r\n <td mat-cell *matCellDef=\"let element\" dir=\"ltr\">\r\n <span class=\"range\">{{ element.processed }} / {{element.pending + element.processed}}</span>\r\n </td>\r\n </ng-container>\r\n\r\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\r\n <tr mat-row *matRowDef=\"let row; columns: columns;\" @item></tr>\r\n</table>\r\n<style scoped>\r\n .range {\r\n white-space: nowrap;\r\n }\r\n</style>\r\n", styles: ["table{width:100%}td.text{text-overflow:ellipsis;max-width:100px;white-space:nowrap;overflow:hidden}:host{overflow:hidden;display:block}:host:hover{overflow-y:auto!important}\n", "\n .range {\n white-space: nowrap;\n }\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "component", type: i4.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i4.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i4.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i4.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i4.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i4.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i4.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i4.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i4.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i4.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "directive", type: i5.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i5.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "component", type: i6.IdentityName, selector: "bizdoc-identity-name", inputs: ["identity", "by", "chating"] }, { kind: "directive", type: i7.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i8.DurationPipe, name: "amDuration" }, { kind: "pipe", type: i9.DurationFormatPipe, name: "amDurationFormat" }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }], animations: [
38
38
  listAnimation,
39
39
  itemAnimation
40
40
  ] });
@@ -44,7 +44,7 @@ PendingResultsWidget = __decorate([
44
44
  })
45
45
  ], PendingResultsWidget);
46
46
  export { PendingResultsWidget };
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PendingResultsWidget, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PendingResultsWidget, decorators: [{
48
48
  type: Component,
49
49
  args: [{ selector: 'bizdoc-pending-results', animations: [
50
50
  listAnimation,
@@ -197,15 +197,15 @@ let PersonalScoreWidget = class PersonalScoreWidget {
197
197
  this._destroy.complete();
198
198
  }
199
199
  };
200
- PersonalScoreWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PersonalScoreWidget, deps: [{ token: i1.WidgetRef }, { token: i2.SessionService }, { token: i3.Directionality }, { token: i4.DurationFormatPipe }, { token: i0.ElementRef }, { token: i5.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
201
- PersonalScoreWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: PersonalScoreWidget, selector: "ng-component", host: { attributes: { "dir": "ltr" }, styleAttribute: "display: block" }, viewQueries: [{ propertyName: "gauge", first: true, predicate: CircularGaugeComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
200
+ PersonalScoreWidget.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PersonalScoreWidget, deps: [{ token: i1.WidgetRef }, { token: i2.SessionService }, { token: i3.Directionality }, { token: i4.DurationFormatPipe }, { token: i0.ElementRef }, { token: i5.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
201
+ PersonalScoreWidget.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PersonalScoreWidget, selector: "ng-component", host: { attributes: { "dir": "ltr" }, styleAttribute: "display: block" }, viewQueries: [{ propertyName: "gauge", first: true, predicate: CircularGaugeComponent, descendants: true }], ngImport: i0, template: '', isInline: true });
202
202
  PersonalScoreWidget = __decorate([
203
203
  BizDoc({
204
204
  selector: 'bizdoc-personal-score'
205
205
  })
206
206
  ], PersonalScoreWidget);
207
207
  export { PersonalScoreWidget };
208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: PersonalScoreWidget, decorators: [{
208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PersonalScoreWidget, decorators: [{
209
209
  type: Component,
210
210
  args: [{
211
211
  //templateUrl: './personal-score.widget.html',