@bizdoc/core 1.9.8 → 1.9.13

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 (304) hide show
  1. package/assets/themes/brown.min.css +1 -1
  2. package/assets/themes/dark.min.css +1 -1
  3. package/assets/themes/default.min.css +1 -1
  4. package/assets/themes/green.min.css +1 -1
  5. package/assets/themes/indigo.min.css +1 -1
  6. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  7. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  8. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  9. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  10. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  11. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
  12. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
  13. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  14. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
  15. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  16. package/esm2020/lib/admin/form/form.service.mjs +3 -3
  17. package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
  18. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
  19. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +3 -3
  20. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  21. package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
  22. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  23. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  24. package/esm2020/lib/admin/positions/positions.component.mjs +119 -25
  25. package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
  26. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  27. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  28. package/esm2020/lib/app.component.mjs +6 -6
  29. package/esm2020/lib/bizdoc.module.mjs +4 -4
  30. package/esm2020/lib/browse/browse-items.component.mjs +10 -5
  31. package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
  32. package/esm2020/lib/browse/browse.pane.component.mjs +5 -5
  33. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  34. package/esm2020/lib/browse/filter/filter.component.mjs +6 -9
  35. package/esm2020/lib/browse/folders-menu.component.mjs +5 -5
  36. package/esm2020/lib/chat/chat-info.mjs +3 -3
  37. package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
  38. package/esm2020/lib/chat/chat.service.mjs +3 -3
  39. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  40. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  41. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  42. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  43. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  44. package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
  45. package/esm2020/lib/compose/action/action.pane.dialog.mjs +3 -3
  46. package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
  47. package/esm2020/lib/compose/action/return-action.component.mjs +3 -3
  48. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  49. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +19 -17
  50. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  51. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  52. package/esm2020/lib/compose/comments/Comments.pane.component.mjs +3 -3
  53. package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
  54. package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
  55. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  56. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  57. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  58. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  59. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  60. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  61. package/esm2020/lib/compose/compose.pane.component.mjs +9 -6
  62. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  63. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  64. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  65. package/esm2020/lib/compose/document.component.mjs +10 -12
  66. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  67. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  68. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  69. package/esm2020/lib/compose/form-ref.mjs +6 -7
  70. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  71. package/esm2020/lib/compose/form.component.mjs +5 -5
  72. package/esm2020/lib/compose/new-menu.component.mjs +5 -5
  73. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  74. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  75. package/esm2020/lib/compose/save-changes.dialog.mjs +3 -3
  76. package/esm2020/lib/compose/state.component.mjs +3 -3
  77. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  78. package/esm2020/lib/compose/trace/flow.component.mjs +4 -5
  79. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  80. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  81. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  82. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  83. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +8 -10
  84. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  85. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +12 -7
  86. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  87. package/esm2020/lib/core/account.service.mjs +8 -5
  88. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  89. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  90. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  91. package/esm2020/lib/core/configuration.mjs +1 -1
  92. package/esm2020/lib/core/controls/address.input.mjs +3 -3
  93. package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
  94. package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
  95. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  96. package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
  97. package/esm2020/lib/core/controls/select.input.mjs +3 -3
  98. package/esm2020/lib/core/controls/time-picker.mjs +3 -3
  99. package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
  100. package/esm2020/lib/core/datasource.service.mjs +3 -3
  101. package/esm2020/lib/core/guide/guide.component.mjs +3 -3
  102. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  103. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  104. package/esm2020/lib/core/hub.service.mjs +3 -3
  105. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  106. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  107. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  108. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  109. package/esm2020/lib/core/info/map-info.mjs +3 -3
  110. package/esm2020/lib/core/layout/autocomplete.field.mjs +3 -3
  111. package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
  112. package/esm2020/lib/core/layout/checkbox.mjs +3 -3
  113. package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
  114. package/esm2020/lib/core/layout/date.field.mjs +3 -3
  115. package/esm2020/lib/core/layout/expression.field.mjs +3 -3
  116. package/esm2020/lib/core/layout/html.field.mjs +3 -3
  117. package/esm2020/lib/core/layout/input.base.mjs +3 -3
  118. package/esm2020/lib/core/layout/input.field.mjs +3 -3
  119. package/esm2020/lib/core/layout/layout.component.mjs +3 -3
  120. package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
  121. package/esm2020/lib/core/layout/select.field.mjs +3 -3
  122. package/esm2020/lib/core/layout/switch.field.mjs +3 -3
  123. package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
  124. package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
  125. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  126. package/esm2020/lib/core/mailbox.service.mjs +3 -3
  127. package/esm2020/lib/core/models.mjs +1 -1
  128. package/esm2020/lib/core/none.component.mjs +3 -3
  129. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  130. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  131. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  132. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  133. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  134. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  135. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  136. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  137. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  138. package/esm2020/lib/core/pipes/translate.pipe.mjs +3 -3
  139. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  140. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  141. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  142. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  143. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  144. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  145. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  146. package/esm2020/lib/core/prompt.service.mjs +3 -3
  147. package/esm2020/lib/core/router.mjs +6 -6
  148. package/esm2020/lib/core/session.service.mjs +3 -3
  149. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  150. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  151. package/esm2020/lib/core/slots/slots.component.mjs +17 -19
  152. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  153. package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
  154. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  155. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  156. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  157. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  158. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  159. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  160. package/esm2020/lib/core/translate.service.mjs +15 -15
  161. package/esm2020/lib/core/window-title.service.mjs +3 -3
  162. package/esm2020/lib/cube/accum/accum.component.mjs +15 -9
  163. package/esm2020/lib/cube/chart/chart.component.mjs +10 -5
  164. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  165. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  166. package/esm2020/lib/cube/cube-view.component.mjs +11 -8
  167. package/esm2020/lib/cube/cube.service.mjs +3 -3
  168. package/esm2020/lib/cube/declarations.mjs +1 -1
  169. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  170. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  171. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  172. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  173. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  174. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  175. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  176. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  177. package/esm2020/lib/cube/grid/grid.component.mjs +21 -9
  178. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +115 -109
  179. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  180. package/esm2020/lib/cube/matrix/matrix.component.mjs +3 -3
  181. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  182. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  183. package/esm2020/lib/cube/matrix/table.component.mjs +7 -7
  184. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  185. package/esm2020/lib/cube/pivot/pivot.component.mjs +6 -6
  186. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  187. package/esm2020/lib/cube/view-base.mjs +3 -3
  188. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  189. package/esm2020/lib/cube/view.pane.component.mjs +4 -4
  190. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  191. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +5 -5
  192. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +4 -4
  193. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  194. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  195. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  196. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  197. package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
  198. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  199. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  200. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  201. package/esm2020/lib/dashboard/score/compare-departments.widget.mjs +3 -3
  202. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  203. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  204. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  205. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  206. package/esm2020/lib/desktop.module.mjs +4 -4
  207. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  208. package/esm2020/lib/home/home-base.component.mjs +5 -4
  209. package/esm2020/lib/home/home.desktop.component.mjs +5 -5
  210. package/esm2020/lib/home/home.mobile.component.mjs +5 -5
  211. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  212. package/esm2020/lib/home/options/options.component.mjs +3 -3
  213. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  214. package/esm2020/lib/home/search.service.mjs +3 -3
  215. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  216. package/esm2020/lib/home/tools.component.mjs +3 -3
  217. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  218. package/esm2020/lib/mobile.module.mjs +4 -4
  219. package/esm2020/lib/modules/chart.module.mjs +4 -4
  220. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  221. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  222. package/esm2020/lib/modules/grid.module.mjs +4 -4
  223. package/esm2020/lib/modules/material.module.mjs +4 -4
  224. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  225. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  226. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  227. package/esm2020/lib/notifications/filter.component.mjs +3 -3
  228. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  229. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  230. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  231. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  232. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  233. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  234. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  235. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  236. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  237. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  238. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  239. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  240. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  241. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  242. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  243. package/esm2020/lib/options/options.component.mjs +3 -3
  244. package/esm2020/lib/options/options.service.mjs +3 -3
  245. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  246. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  247. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  248. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  249. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  250. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  251. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  252. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  253. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  254. package/esm2020/lib/reports/report.pane.component.mjs +3 -3
  255. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  256. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  257. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  258. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  259. package/esm2020/lib/routes.desktop.mjs +8 -8
  260. package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
  261. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  262. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  263. package/esm2020/lib/shared.module.mjs +4 -4
  264. package/esm2020/lib/system.module.mjs +4 -4
  265. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  266. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  267. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  268. package/esm2020/lib/views/cube/matrix.component.mjs +8 -8
  269. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  270. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  271. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  272. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  273. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  274. package/esm2020/lib/views/view-item.component.mjs +3 -3
  275. package/esm2020/lib/views/views.component.mjs +3 -3
  276. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  277. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  278. package/fesm2015/bizdoc-core.mjs +1221 -1084
  279. package/fesm2015/bizdoc-core.mjs.map +1 -1
  280. package/fesm2020/bizdoc-core.mjs +1216 -1083
  281. package/fesm2020/bizdoc-core.mjs.map +1 -1
  282. package/lib/admin/positions/positions.component.d.ts +11 -3
  283. package/lib/browse/browse-items.component.d.ts +1 -1
  284. package/lib/compose/attachments/preview/attachment-preview.component.d.ts +3 -1
  285. package/lib/compose/compose.pane.component.d.ts +1 -0
  286. package/lib/compose/document.component.d.ts +2 -4
  287. package/lib/compose/form-ref.d.ts +1 -3
  288. package/lib/compose/version-compare/version-compare.component.d.ts +2 -4
  289. package/lib/core/configuration.d.ts +3 -0
  290. package/lib/core/models.d.ts +2 -2
  291. package/lib/core/slots/slots.component.d.ts +1 -2
  292. package/lib/cube/accum/accum.component.d.ts +1 -1
  293. package/lib/cube/chart/chart.component.d.ts +1 -1
  294. package/lib/cube/cube-view.component.d.ts +3 -1
  295. package/lib/cube/declarations.d.ts +1 -0
  296. package/lib/cube/grid/grid.component.d.ts +8 -4
  297. package/lib/cube/grid/spreadsheet.component.d.ts +10 -4
  298. package/lib/cube/matrix/table.component.d.ts +1 -1
  299. package/lib/cube/pivot/pivot.component.d.ts +1 -1
  300. package/lib/dashboard/cube/accum-cube.widget.d.ts +2 -2
  301. package/lib/dashboard/cube/cube-analysis.base.d.ts +0 -4
  302. package/lib/home/home-base.component.d.ts +1 -0
  303. package/lib/views/cube/matrix.component.d.ts +2 -2
  304. package/package.json +9 -9
@@ -74,9 +74,9 @@ export class UsageReportBase {
74
74
  }
75
75
  }
76
76
  UsageReportBase.nextId = 0;
77
- UsageReportBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: UsageReportBase, deps: [{ token: i1.ReportRef }, { token: i2.DatasourceService }, { token: i3.CubeService }, { token: i4.SessionService }, { token: i5.RouterImpl }, { token: i6.PromptService }, { token: i7.Directionality }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Directive });
78
- UsageReportBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: UsageReportBase, ngImport: i0 });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: UsageReportBase, decorators: [{
77
+ UsageReportBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UsageReportBase, deps: [{ token: i1.ReportRef }, { token: i2.DatasourceService }, { token: i3.CubeService }, { token: i4.SessionService }, { token: i5.RouterImpl }, { token: i6.PromptService }, { token: i7.Directionality }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Directive });
78
+ UsageReportBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: UsageReportBase, ngImport: i0 });
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UsageReportBase, decorators: [{
80
80
  type: Directive
81
81
  }], ctorParameters: function () { return [{ type: i1.ReportRef }, { type: i2.DatasourceService }, { type: i3.CubeService }, { type: i4.SessionService }, { type: i5.RouterImpl }, { type: i6.PromptService }, { type: i7.Directionality }, { type: i8.TranslateService }]; } });
82
82
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNhZ2UtYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvcmVwb3J0cy9jdWJlL3VzYWdlLWJhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFhLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVyRCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRy9CLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQzs7Ozs7Ozs7OztBQXFCL0MsTUFBTSxPQUFnQixlQUFlO0lBa0JuQyxZQUFzQixVQUF3QixFQUNsQyxLQUF3QixFQUN4QixRQUFxQixFQUNyQixRQUF3QixFQUMxQixPQUFtQixFQUNqQixHQUFrQixFQUNsQixJQUFvQixFQUNwQixVQUE0QjtRQVBsQixlQUFVLEdBQVYsVUFBVSxDQUFjO1FBQ2xDLFVBQUssR0FBTCxLQUFLLENBQW1CO1FBQ3hCLGFBQVEsR0FBUixRQUFRLENBQWE7UUFDckIsYUFBUSxHQUFSLFFBQVEsQ0FBZ0I7UUFDMUIsWUFBTyxHQUFQLE9BQU8sQ0FBWTtRQUNqQixRQUFHLEdBQUgsR0FBRyxDQUFlO1FBQ2xCLFNBQUksR0FBSixJQUFJLENBQWdCO1FBQ3BCLGVBQVUsR0FBVixVQUFVLENBQWtCO1FBdkIvQixPQUFFLEdBQUcsY0FBYyxlQUFlLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQztRQUM5QyxjQUFTLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUM7UUFVeEIsb0JBQWUsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FBQztRQUkvQyxhQUFRLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztRQVVoRCxJQUFJLENBQUMsUUFBUSxHQUFHLFVBQVUsQ0FBQyxPQUFPLENBQUM7UUFDbkMsZUFBZTtRQUNmLE1BQU0sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE9BQU8sRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLE1BQU0sRUFBRSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDeEUsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsSUFBSSxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDNUcsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU87WUFDcEIsSUFBSSxDQUFDLFFBQVEsR0FBRyxPQUFPLENBQUMsQ0FBQztnQkFDdkIsSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxLQUFLLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDO2dCQUN0RyxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQztRQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLE1BQU0sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBQ3RILElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLE1BQU0s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dmUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEaXJlY3Rpb25hbGl0eSB9IGZyb20gXCJAYW5ndWxhci9jZGsvYmlkaVwiO1xyXG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcclxuaW1wb3J0IHsgQ3ViZUF4aXMsIEN1YmUsIEN1YmVJbmRleCwgQXhpc1R5cGUsIERpbWVudGlvbnMsIEF4ZXNNYXAgfSBmcm9tIFwiLi4vLi4vY29yZS9tb2RlbHNcIjtcclxuaW1wb3J0IHsgUmVwb3J0Q29tcG9uZW50IH0gZnJvbSBcIi4uLy4uL2NvcmUvYmFzZVwiO1xyXG5pbXBvcnQgeyBpc0FycmF5IH0gZnJvbSBcIi4uLy4uL2NvcmUvZnVuY3Rpb25zXCI7XHJcbmltcG9ydCB7IFNlc3Npb25TZXJ2aWNlIH0gZnJvbSBcIi4uLy4uL2NvcmUvc2Vzc2lvbi5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vY29yZS90cmFuc2xhdGUuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBEYXRhc291cmNlU2VydmljZSB9IGZyb20gXCIuLi8uLi9jb3JlL2RhdGFzb3VyY2Uuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBDdWJlU2VydmljZSB9IGZyb20gXCIuLi8uLi9jdWJlL2N1YmUuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBQcm9tcHRTZXJ2aWNlIH0gZnJvbSBcIi4uLy4uL2NvcmUvcHJvbXB0LnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgUmVwb3J0UmVmIH0gZnJvbSBcIi4uL3JlcG9ydC1yZWZcIjtcclxuaW1wb3J0IHsgRXhwbG9yZUl0ZW1zQ29tcG9uZW50IH0gZnJvbSBcIi4uLy4uL2N1YmUvZXhwbG9yZS9leHBsb3JlLWl0ZW1zLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBSb3V0ZXJJbXBsIH0gZnJvbSBcIi4uLy4uL2NvcmUvcm91dGVyXCI7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFVzYWdlT3B0aW9ucyB7XHJcbiAgY3ViZT86IHN0cmluZztcclxuICB5VGl0bGU/OiBzdHJpbmc7XHJcbiAgaW5kaWNlcz86IHN0cmluZ1tdIHwgc3RyaW5nO1xyXG4gIHNlcmllcz86IHN0cmluZ1tdIHwgc3RyaW5nO1xyXG4gIGZpbHRlcnM/OiBBeGVzTWFwO1xyXG4gIHNjb3BlPzogJ3BhdHRlcm5zJyB8ICdwb3NpdGlvbnMnO1xyXG4gIGNvbGxhcHNlPzogYm9vbGVhbjtcclxufVxyXG5cclxuQERpcmVjdGl2ZSgpIC8qIHJlcXVpcmVkIGJ5IGFuZ3VsYXIgb24gYmFzZSBjbGFzcyAqL1xyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgVXNhZ2VSZXBvcnRCYXNlPE8gZXh0ZW5kcyBVc2FnZU9wdGlvbnM+IGltcGxlbWVudHMgUmVwb3J0Q29tcG9uZW50PEl0ZW0sIEFyZ3M+LCBPbkRlc3Ryb3kge1xyXG4gIHN0YXRpYyBuZXh0SWQgPSAwO1xyXG4gIHJlYWRvbmx5IGlkID0gYGN1YmUtdXNhZ2UtJHtVc2FnZVJlcG9ydEJhc2UubmV4dElkKyt9YDtcclxuICByZWFkb25seSBlbmFibGVSdGwgPSB0aGlzLl9zZXNzaW9uLmludmVyc2U7XHJcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IF9zZXJpZXM6IEN1YmVBeGlzW107XHJcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IF9jdWJlOiBDdWJlO1xyXG4gIHByb3RlY3RlZCByZWFkb25seSBfaW5kaWNlczogQ3ViZUluZGV4W107XHJcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IF95VGl0bGU6IHN0cmluZztcclxuICBwcm90ZWN0ZWQgcmVhZG9ubHkgX2NvbGxhcHNlOiBib29sZWFuO1xyXG4gIHJlYWRvbmx5IGN1cnJlbmN5Q29kZTogc3RyaW5nO1xyXG4gIGhlaWdodDogc3RyaW5nO1xyXG4gIHdpZHRoOiBzdHJpbmc7XHJcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IF9vcHRpb25zOiBPO1xyXG4gIHByb3RlY3RlZCByZWFkb25seSBfZnJhY3Rpb25EaWdpdHMgPSB0aGlzLl9zZXJ2aWNlLmZyYWN0aW9uRGlnaXRzO1xyXG4gIHByb3RlY3RlZCBfZGF0YToge31bXTtcclxuICBwcml2YXRlIF9hcmdzOiBBcmdzO1xyXG4gIHByaXZhdGUgX2RkSW5zdGFuY2U6IEV4cGxvcmVJdGVtc0NvbXBvbmVudDtcclxuICBwcm90ZWN0ZWQgcmVhZG9ubHkgX2Rlc3Ryb3kgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xyXG4gIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBfcmVwb3J0UmVmOiBSZXBvcnRSZWY8Tz4sXHJcbiAgICBwcm90ZWN0ZWQgX3R5cGU6IERhdGFzb3VyY2VTZXJ2aWNlLFxyXG4gICAgcHJvdGVjdGVkIF9zZXJ2aWNlOiBDdWJlU2VydmljZSxcclxuICAgIHByb3RlY3RlZCBfc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UsXHJcbiAgICBwcml2YXRlIF9yb3V0ZXI6IFJvdXRlckltcGwsXHJcbiAgICBwcm90ZWN0ZWQgX3NiOiBQcm9tcHRTZXJ2aWNlLFxyXG4gICAgcHJvdGVjdGVkIF9kaXI6IERpcmVjdGlvbmFsaXR5LFxyXG4gICAgcHJvdGVjdGVkIF90cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2VcclxuICApIHtcclxuICAgIHRoaXMuX29wdGlvbnMgPSBfcmVwb3J0UmVmLm9wdGlvbnM7XHJcbiAgICAvLyBzZXQgZGVmYXVsdHNcclxuICAgIGNvbnN0IHsgc2VyaWVzLCBjb2xsYXBzZSwgaW5kaWNlcywgY3ViZTogbmFtZSwgeVRpdGxlIH0gPSB0aGlzLl9vcHRpb25zO1xyXG4gICAgdGhpcy5fY3ViZSA9IG5hbWUgPyB0aGlzLl9zZXNzaW9uLnByb2ZpbGUuY3ViZXMuZmluZChjID0+IGMubmFtZSA9PT0gbmFtZSkgOiB0aGlzLl9zZXNzaW9uLnByb2ZpbGUuY3ViZXNbMF07XHJcbiAgICBpZiAodGhpcy5fY3ViZS5pbmRpY2VzKVxyXG4gICAgICB0aGlzLl9pbmRpY2VzID0gaW5kaWNlcyA/XHJcbiAgICAgICAgdGhpcy5fY3ViZS5pbmRpY2VzLmZpbHRlcihpID0+IGlzQXJyYXkoaW5kaWNlcykgPyBpbmRpY2VzLmluZGV4T2YoaS5uYW1lKSA+IC0xIDogaW5kaWNlcyA9PT0gaS5uYW1lKSA6XHJcbiAgICAgICAgdGhpcy5fY3ViZS5pbmRpY2VzO1xyXG4gICAgdGhpcy5fc2VyaWVzID0gc2VyaWVzID8gdGhpcy5fY3ViZS5heGVzLmZpbHRlcihhID0+IGlzQXJyYXkoc2VyaWVzKSA/IHNlcmllcy5pbmRleE9mKGEubmFtZSkgPiAtMSA6IGEubmFtZSA9PT0gc2VyaWVzKSA6XHJcbiAgICAgIHRoaXMuX2N1YmUuYXhlcy5maWx0ZXIoYSA9PiBhLmNvbWJpbmF0aW9uICYmICFhLmhpZGRlbik7XHJcbiAgICB0aGlzLmN1cnJlbmN5Q29kZSA9IHRoaXMuX2N1YmUuY3VycmVuY3lDb2RlO1xyXG4gICAgdGhpcy5fY29sbGFwc2UgPSBjb2xsYXBzZTtcclxuICAgIHRoaXMuX3lUaXRsZSA9IHlUaXRsZSB8fCB0aGlzLl90cmFuc2xhdGUuZ2V0KCdVc2FnZScpO1xyXG4gIH1cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIC8vIHJlc2l6ZSBvbiBmaWx0ZXIgb3BlblxyXG4gICAgdGhpcy5fcmVwb3J0UmVmLnJlc2l6ZS5cclxuICAgICAgc3Vic2NyaWJlKGQgPT4ge1xyXG4gICAgICAgIHRoaXMuaGVpZ2h0ID0gYCR7ZC5oZWlnaHQgLSA1fXB4YDtcclxuICAgICAgICB0aGlzLndpZHRoID0gYCR7ZC53aWR0aH1weGA7XHJcbiAgICAgICAgdGhpcy5vblJlc2l6ZShkKTtcclxuICAgICAgfSk7XHJcbiAgICB0aGlzLl9yZXBvcnRSZWYuZXhwb3J0aW5nKCkuc3Vic2NyaWJlKGUgPT4ge1xyXG4gICAgICBjb25zdCB7IHRpdGxlIH0gPSB0aGlzLl9zZXNzaW9uLnByb2ZpbGUucmVwb3J0cy5maW5kKHIgPT4gci5uYW1lID09PSB0aGlzLl9yZXBvcnRSZWYubmFtZSk7XHJcbiAgICAgIGUuY2FuY2VsID0gdHJ1ZTtcclxuICAgICAgdGhpcy5fc2VydmljZS5uYW1lT2YodGhpcy5fYXJncywgdGhpcy5fY3ViZS5uYW1lKS5cclxuICAgICAgICBzdWJzY3JpYmUobyA9PlxyXG4gICAgICAgICAgdGhpcy5vbkV4cG9ydChvID8gYCR7dGl0bGV9ICR7b31gIDogdGl0bGUpKTtcclxuICAgIH0pO1xyXG4gIH1cclxuICBhYnN0cmFjdCBvbkV4cG9ydChuYW1lOiBzdHJpbmcpO1xyXG4gIGFic3RyYWN0IG9uUmVzaXplKGRpbT86IERpbWVudGlvbnMpO1xyXG4gIGFic3RyYWN0IG9uRGF0YShkYXRhOiBJdGVtW10pO1xyXG4gIG9uQmluZChyZXN1bHQ6IEl0ZW1bXSwgYXJncz86IEFyZ3MpIHtcclxuICAgIHRoaXMuX2FyZ3MgPSBhcmdzO1xyXG4gICAgdGhpcy5vbkRhdGEocmVzdWx0KTtcclxuICB9XHJcbiAgZXhwb3J0RXhwbG9yZSgpIHtcclxuICAgIHRoaXMuX2RkSW5zdGFuY2UuZXhwb3J0RXhjZWwoKTtcclxuICB9XHJcbiAgcHJvdGVjdGVkIGJyb3dzZShwYXhlczogeyBbYXhpczogc3RyaW5nXTogQXhpc1R5cGUgfSwgaW5kZXg/OiBzdHJpbmcpIHtcclxuICAgIGNvbnN0IHsgc2NvcGUsIGZpbHRlcnMgfSA9IHRoaXMuX29wdGlvbnM7XHJcbiAgICBjb25zdCBheGVzID0geyAuLi5maWx0ZXJzLCAuLi50aGlzLl9hcmdzLCAuLi5wYXhlcyB9O1xyXG4gICAgdGhpcy5fcm91dGVyLm5hdmlnYXRlKFsnY3ViZScsIHRoaXMuX2N1YmUubmFtZSwgJ2V4cGxvcmUnXSxcclxuICAgICAge1xyXG4gICAgICAgIHF1ZXJ5UGFyYW1zOiBheGVzLFxyXG4gICAgICAgIHN0YXRlOiB7IHNjb3BlLCBpbmRleCB9XHJcbiAgICAgIH0pO1xyXG4gIH1cclxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcclxuICAgIHRoaXMuX2Rlc3Ryb3kubmV4dCgpO1xyXG4gICAgdGhpcy5fZGVzdHJveS5jb21wbGV0ZSgpO1xyXG4gIH1cclxufVxyXG5leHBvcnQgdHlwZSBJdGVtID0ge1xyXG4gIFtuYW1lOiBzdHJpbmddOiAoc3RyaW5nIHwgbnVtYmVyKVxyXG59ICYge1xyXG4gIHVzYWdlPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgdHlwZSBPcHRpb25zID0ge1xyXG4gIGN1YmU/OiBzdHJpbmc7XHJcbiAgZXhjbHVkZTogc3RyaW5nW107XHJcbiAgeEF4aXM/OiBzdHJpbmdbXTtcclxuICBzZXJpZXM/OiBzdHJpbmdbXTtcclxufTtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQXJncyB7IFtheGlzOiBzdHJpbmddOiBzdHJpbmcgfVxyXG4iXX0=
@@ -273,15 +273,15 @@ let UsageChartComponent = class UsageChartComponent extends UsageReportBase {
273
273
  super.ngOnDestroy();
274
274
  }
275
275
  };
276
- UsageChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: UsageChartComponent, deps: [{ token: i1.ReportRef }, { token: i2.DatasourceService }, { token: i3.CubeService }, { token: i4.SessionService }, { token: i5.RouterImpl }, { token: i6.PromptService }, { token: i0.ElementRef }, { token: i7.Directionality }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
277
- UsageChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: UsageChartComponent, selector: "ng-component", host: { properties: { "id": "id", "dir": "dir" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
276
+ UsageChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UsageChartComponent, deps: [{ token: i1.ReportRef }, { token: i2.DatasourceService }, { token: i3.CubeService }, { token: i4.SessionService }, { token: i5.RouterImpl }, { token: i6.PromptService }, { token: i0.ElementRef }, { token: i7.Directionality }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
277
+ UsageChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: UsageChartComponent, selector: "ng-component", host: { properties: { "id": "id", "dir": "dir" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
278
278
  UsageChartComponent = __decorate([
279
279
  BizDoc({
280
280
  selector: 'bizdoc-chart-usage'
281
281
  })
282
282
  ], UsageChartComponent);
283
283
  export { UsageChartComponent };
284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: UsageChartComponent, decorators: [{
284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UsageChartComponent, decorators: [{
285
285
  type: Component,
286
286
  args: [{
287
287
  template: '',
@@ -221,15 +221,15 @@ let UsagePivotComponent = class UsagePivotComponent extends UsageReportBase {
221
221
  return axes;
222
222
  }
223
223
  };
224
- UsagePivotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: UsagePivotComponent, deps: [{ token: i1.ReportRef }, { token: i2.DatasourceService }, { token: i0.ElementRef }, { token: i3.CubeService }, { token: i4.SessionService }, { token: i5.RouterImpl }, { token: i6.PromptService }, { token: i7.Directionality }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
225
- UsagePivotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: UsagePivotComponent, selector: "ng-component", host: { properties: { "id": "id" } }, viewQueries: [{ propertyName: "pivot", first: true, predicate: PivotViewComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
224
+ UsagePivotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UsagePivotComponent, deps: [{ token: i1.ReportRef }, { token: i2.DatasourceService }, { token: i0.ElementRef }, { token: i3.CubeService }, { token: i4.SessionService }, { token: i5.RouterImpl }, { token: i6.PromptService }, { token: i7.Directionality }, { token: i8.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
225
+ UsagePivotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: UsagePivotComponent, selector: "ng-component", host: { properties: { "id": "id" } }, viewQueries: [{ propertyName: "pivot", first: true, predicate: PivotViewComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
226
226
  UsagePivotComponent = __decorate([
227
227
  BizDoc({
228
228
  selector: 'bizdoc-cube-usage'
229
229
  })
230
230
  ], UsagePivotComponent);
231
231
  export { UsagePivotComponent };
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: UsagePivotComponent, decorators: [{
232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UsagePivotComponent, decorators: [{
233
233
  type: Component,
234
234
  args: [{
235
235
  template: '',
@@ -106,9 +106,9 @@ export class ReportViewerComponent {
106
106
  this._destroy.complete();
107
107
  }
108
108
  }
109
- ReportViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportViewerComponent, deps: [{ token: i1.HttpClient }, { token: i2.PromptService }, { token: i0.Injector }, { token: i3.HubService }, { token: i4.TranslateService }, { token: i5.BizDocComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
110
- ReportViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ReportViewerComponent, selector: "bizdoc-report-viewer", inputs: { report: "report", args: "args" }, host: { listeners: { "window:resize": "resize()" } }, viewQueries: [{ propertyName: "viewContainer", first: true, predicate: ["vc"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "table", first: true, predicate: TableViewComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<mat-progress-bar mode=\"buffer\" [value]=progress [bufferValue]=0 [style.visibility]=\"progress > 0 && progress < 100 ? 'visible':'hidden'\"></mat-progress-bar>\r\n<ng-container #vc></ng-container>\r\n", styles: [":host{display:flex;flex-direction:column}:host :last-child{flex:1 auto}\n"], components: [{ type: i6.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }] });
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportViewerComponent, decorators: [{
109
+ ReportViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportViewerComponent, deps: [{ token: i1.HttpClient }, { token: i2.PromptService }, { token: i0.Injector }, { token: i3.HubService }, { token: i4.TranslateService }, { token: i5.BizDocComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
110
+ ReportViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: ReportViewerComponent, selector: "bizdoc-report-viewer", inputs: { report: "report", args: "args" }, host: { listeners: { "window:resize": "resize()" } }, viewQueries: [{ propertyName: "viewContainer", first: true, predicate: ["vc"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "table", first: true, predicate: TableViewComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<mat-progress-bar mode=\"buffer\" [value]=progress [bufferValue]=0 [style.visibility]=\"progress > 0 && progress < 100 ? 'visible':'hidden'\"></mat-progress-bar>\r\n<ng-container #vc></ng-container>\r\n", styles: [":host{display:flex;flex-direction:column}:host :last-child{flex:1 auto}\n"], components: [{ type: i6.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }] });
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportViewerComponent, decorators: [{
112
112
  type: Component,
113
113
  args: [{ selector: 'bizdoc-report-viewer', template: "<mat-progress-bar mode=\"buffer\" [value]=progress [bufferValue]=0 [style.visibility]=\"progress > 0 && progress < 100 ? 'visible':'hidden'\"></mat-progress-bar>\r\n<ng-container #vc></ng-container>\r\n", styles: [":host{display:flex;flex-direction:column}:host :last-child{flex:1 auto}\n"] }]
114
114
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: i2.PromptService }, { type: i0.Injector }, { type: i3.HubService }, { type: i4.TranslateService }, { type: i5.BizDocComponentFactoryResolver }]; }, propDecorators: { report: [{
@@ -105,9 +105,9 @@ export class ReportComponent {
105
105
  this._destroy.complete();
106
106
  }
107
107
  }
108
- ReportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportComponent, deps: [{ token: i1.WindowTitleService }, { token: i2.ActivatedRoute }, { token: i3.SessionService }, { token: i0.ChangeDetectorRef }, { token: i4.PromptService }, { token: i5.GuideService }], target: i0.ɵɵFactoryTarget.Component });
109
- ReportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ReportComponent, selector: "bizdoc-report", viewQueries: [{ propertyName: "filter", first: true, predicate: MatSidenav, descendants: true, static: true }, { propertyName: "viewer", first: true, predicate: ReportViewerComponent, descendants: true, static: true }], ngImport: i0, template: "<mat-toolbar>\r\n <button mat-icon-button (click)=\"viewer.execute()\" [bizdocTooltip]=\"'Refresh' | translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"viewer.exportExcel()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"report.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <button mat-icon-button (click)=\"filterToggle()\" bizdocTooltip=\"{{'Filter' | translate}}\"><mat-icon>filter_list</mat-icon></button>\r\n</mat-toolbar>\r\n<mat-sidenav-container class=\"page-container\">\r\n <mat-sidenav-content>\r\n <bizdoc-report-viewer [report]=\"report\" [args]=\"args\"></bizdoc-report-viewer>\r\n </mat-sidenav-content>\r\n <mat-sidenav mode=\"over\" opened=\"false\" #filter position=\"end\">\r\n <bizdoc-report-arguments *ngIf=\"viewer.reportRef\" [args]=\"args\" (argsChange)=\"argsChange($event)\" [reportRef]=\"viewer.reportRef\"\r\n [template]=\"report.argumentsTemplate\" [arguments]=\"report.arguments\"></bizdoc-report-arguments>\r\n </mat-sidenav>\r\n</mat-sidenav-container>\r\n", styles: [".contents{display:flex;flex-direction:column}\n"], components: [{ type: i6.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i7.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"] }, { type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i9.MatSidenavContainer, selector: "mat-sidenav-container", exportAs: ["matSidenavContainer"] }, { type: i9.MatSidenavContent, selector: "mat-sidenav-content" }, { type: i10.ReportViewerComponent, selector: "bizdoc-report-viewer", inputs: ["report", "args"] }, { type: i9.MatSidenav, selector: "mat-sidenav", inputs: ["fixedInViewport", "fixedTopGap", "fixedBottomGap"], exportAs: ["matSidenav"] }, { type: i11.ReportArgumentsComponent, selector: "bizdoc-report-arguments", inputs: ["reportRef", "template", "arguments", "args"], outputs: ["argsChange"] }], directives: [{ type: i12.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i13.MatIconAnimate, selector: "[matAnimate]" }, { type: i14.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "translate": i15.TranslatePipe } });
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportComponent, decorators: [{
108
+ ReportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportComponent, deps: [{ token: i1.WindowTitleService }, { token: i2.ActivatedRoute }, { token: i3.SessionService }, { token: i0.ChangeDetectorRef }, { token: i4.PromptService }, { token: i5.GuideService }], target: i0.ɵɵFactoryTarget.Component });
109
+ ReportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: ReportComponent, selector: "bizdoc-report", viewQueries: [{ propertyName: "filter", first: true, predicate: MatSidenav, descendants: true, static: true }, { propertyName: "viewer", first: true, predicate: ReportViewerComponent, descendants: true, static: true }], ngImport: i0, template: "<mat-toolbar>\r\n <button mat-icon-button (click)=\"viewer.execute()\" [bizdocTooltip]=\"'Refresh' | translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"viewer.exportExcel()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"report.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <button mat-icon-button (click)=\"filterToggle()\" bizdocTooltip=\"{{'Filter' | translate}}\"><mat-icon>filter_list</mat-icon></button>\r\n</mat-toolbar>\r\n<mat-sidenav-container class=\"page-container\">\r\n <mat-sidenav-content>\r\n <bizdoc-report-viewer [report]=\"report\" [args]=\"args\"></bizdoc-report-viewer>\r\n </mat-sidenav-content>\r\n <mat-sidenav mode=\"over\" opened=\"false\" #filter position=\"end\">\r\n <bizdoc-report-arguments *ngIf=\"viewer.reportRef\" [args]=\"args\" (argsChange)=\"argsChange($event)\" [reportRef]=\"viewer.reportRef\"\r\n [template]=\"report.argumentsTemplate\" [arguments]=\"report.arguments\"></bizdoc-report-arguments>\r\n </mat-sidenav>\r\n</mat-sidenav-container>\r\n", styles: [".contents{display:flex;flex-direction:column}\n"], components: [{ type: i6.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i7.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"] }, { type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i9.MatSidenavContainer, selector: "mat-sidenav-container", exportAs: ["matSidenavContainer"] }, { type: i9.MatSidenavContent, selector: "mat-sidenav-content" }, { type: i10.ReportViewerComponent, selector: "bizdoc-report-viewer", inputs: ["report", "args"] }, { type: i9.MatSidenav, selector: "mat-sidenav", inputs: ["fixedInViewport", "fixedTopGap", "fixedBottomGap"], exportAs: ["matSidenav"] }, { type: i11.ReportArgumentsComponent, selector: "bizdoc-report-arguments", inputs: ["reportRef", "template", "arguments", "args"], outputs: ["argsChange"] }], directives: [{ type: i12.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i13.MatIconAnimate, selector: "[matAnimate]" }, { type: i14.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "translate": i15.TranslatePipe } });
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportComponent, decorators: [{
111
111
  type: Component,
112
112
  args: [{ selector: 'bizdoc-report', template: "<mat-toolbar>\r\n <button mat-icon-button (click)=\"viewer.execute()\" [bizdocTooltip]=\"'Refresh' | translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"viewer.exportExcel()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"report.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <button mat-icon-button (click)=\"filterToggle()\" bizdocTooltip=\"{{'Filter' | translate}}\"><mat-icon>filter_list</mat-icon></button>\r\n</mat-toolbar>\r\n<mat-sidenav-container class=\"page-container\">\r\n <mat-sidenav-content>\r\n <bizdoc-report-viewer [report]=\"report\" [args]=\"args\"></bizdoc-report-viewer>\r\n </mat-sidenav-content>\r\n <mat-sidenav mode=\"over\" opened=\"false\" #filter position=\"end\">\r\n <bizdoc-report-arguments *ngIf=\"viewer.reportRef\" [args]=\"args\" (argsChange)=\"argsChange($event)\" [reportRef]=\"viewer.reportRef\"\r\n [template]=\"report.argumentsTemplate\" [arguments]=\"report.arguments\"></bizdoc-report-arguments>\r\n </mat-sidenav>\r\n</mat-sidenav-container>\r\n", styles: [".contents{display:flex;flex-direction:column}\n"] }]
113
113
  }], ctorParameters: function () { return [{ type: i1.WindowTitleService }, { type: i2.ActivatedRoute }, { type: i3.SessionService }, { type: i0.ChangeDetectorRef }, { type: i4.PromptService }, { type: i5.GuideService }]; }, propDecorators: { filter: [{
@@ -71,9 +71,9 @@ export class ReportPaneComponent {
71
71
  this._destroy.complete();
72
72
  }
73
73
  }
74
- ReportPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportPaneComponent, deps: [{ token: i1.SessionService }, { token: i2.PaneRef }, { token: i3.Popup }, { token: i0.ChangeDetectorRef }, { token: i4.PromptService }, { token: i5.GuideService }], target: i0.ɵɵFactoryTarget.Component });
75
- ReportPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ReportPaneComponent, selector: "bizdoc-report.pane", host: { listeners: { "window:keydown.f1": "guide($event)" }, classAttribute: "pane" }, viewQueries: [{ propertyName: "viewer", first: true, predicate: ReportViewerComponent, descendants: true, static: true }], ngImport: i0, template: "<mat-toolbar class=\"nav-toolbar\">\r\n <button mat-icon-button (click)=\"viewer.execute()\" [bizdocTooltip]=\"'Refresh' | translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"viewer.exportExcel()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide($event)\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"report.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <button mat-icon-button (click)=\"filter($event)\" bizdocTooltip=\"{{'Filter' | translate}}\"><mat-icon>filter_list</mat-icon></button>\r\n</mat-toolbar>\r\n<bizdoc-report-viewer [report]=\"report\" [args]=\"args\" fxFlex></bizdoc-report-viewer>\r\n", styles: [":host{min-width:560px;display:block;height:100%;display:flex;flex-direction:column}\n"], components: [{ type: i6.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i7.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"] }, { type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i9.ReportViewerComponent, selector: "bizdoc-report-viewer", inputs: ["report", "args"] }], directives: [{ type: i10.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i11.MatIconAnimate, selector: "[matAnimate]" }, { type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i13.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }], pipes: { "translate": i14.TranslatePipe } });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportPaneComponent, decorators: [{
74
+ ReportPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportPaneComponent, deps: [{ token: i1.SessionService }, { token: i2.PaneRef }, { token: i3.Popup }, { token: i0.ChangeDetectorRef }, { token: i4.PromptService }, { token: i5.GuideService }], target: i0.ɵɵFactoryTarget.Component });
75
+ ReportPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: ReportPaneComponent, selector: "bizdoc-report.pane", host: { listeners: { "window:keydown.f1": "guide($event)" }, classAttribute: "pane" }, viewQueries: [{ propertyName: "viewer", first: true, predicate: ReportViewerComponent, descendants: true, static: true }], ngImport: i0, template: "<mat-toolbar class=\"nav-toolbar\">\r\n <button mat-icon-button (click)=\"viewer.execute()\" [bizdocTooltip]=\"'Refresh' | translate\"><mat-icon matAnimate=\"rotate\">autorenew</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"viewer.exportExcel()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n <button mat-icon-button (click)=\"guide($event)\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"report.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <button mat-icon-button (click)=\"filter($event)\" bizdocTooltip=\"{{'Filter' | translate}}\"><mat-icon>filter_list</mat-icon></button>\r\n</mat-toolbar>\r\n<bizdoc-report-viewer [report]=\"report\" [args]=\"args\" fxFlex></bizdoc-report-viewer>\r\n", styles: [":host{min-width:560px;display:block;height:100%;display:flex;flex-direction:column}\n"], components: [{ type: i6.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i7.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"] }, { type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i9.ReportViewerComponent, selector: "bizdoc-report-viewer", inputs: ["report", "args"] }], directives: [{ type: i10.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i11.MatIconAnimate, selector: "[matAnimate]" }, { type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i13.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }], pipes: { "translate": i14.TranslatePipe } });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportPaneComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{ selector: 'bizdoc-report.pane', host: {
79
79
  class: 'pane'
@@ -13,9 +13,9 @@ export class ReportsMenuComponent {
13
13
  this.reports = session.profile.reports;
14
14
  }
15
15
  }
16
- ReportsMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportsMenuComponent, deps: [{ token: i1.SessionService }], target: i0.ɵɵFactoryTarget.Component });
17
- ReportsMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ReportsMenuComponent, selector: "bizdoc-reports-menu", inputs: { collapsed: "collapsed" }, outputs: { change: "change" }, ngImport: i0, template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'Reports' | translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <mat-list-item *ngFor=\"let r of reports\" (click)=\"change.emit()\" [slotRouterLink]='[\"reports\", r.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"r.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{r.icon}}</mat-icon>\r\n <span matLine>{{r.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n", components: [{ type: i2.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { type: i2.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.SlotRouterDirective, selector: "[slotRouterLink]", inputs: ["slotRouterLink", "slotRouterLinkActive", "slotRouterLinkDisabled", "slotRouterLinkPolicy", "slotRouterLinkOptions"] }, { type: i2.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { type: i6.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i7.MatLine, selector: "[mat-line], [matLine]" }], animations: [] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ReportsMenuComponent, decorators: [{
16
+ ReportsMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportsMenuComponent, deps: [{ token: i1.SessionService }], target: i0.ɵɵFactoryTarget.Component });
17
+ ReportsMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: ReportsMenuComponent, selector: "bizdoc-reports-menu", inputs: { collapsed: "collapsed" }, outputs: { change: "change" }, ngImport: i0, template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'Reports' | translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <mat-list-item *ngFor=\"let r of reports\" (click)=\"change.emit()\" [slotRouterLink]='[\"reports\", r.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"r.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{r.icon}}</mat-icon>\r\n <span matLine>{{r.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n", components: [{ type: i2.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { type: i2.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.SlotRouterDirective, selector: "[slotRouterLink]", inputs: ["slotRouterLink", "slotRouterLinkActive", "slotRouterLinkDisabled", "slotRouterLinkPolicy", "slotRouterLinkOptions"] }, { type: i2.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { type: i6.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i7.MatLine, selector: "[mat-line], [matLine]" }], animations: [] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ReportsMenuComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ selector: 'bizdoc-reports-menu', animations: [], template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'Reports' | translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <mat-list-item *ngFor=\"let r of reports\" (click)=\"change.emit()\" [slotRouterLink]='[\"reports\", r.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"r.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{r.icon}}</mat-icon>\r\n <span matLine>{{r.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n" }]
21
21
  }], ctorParameters: function () { return [{ type: i1.SessionService }]; }, propDecorators: { collapsed: [{
@@ -22,15 +22,15 @@ let SubstitutionComponent = class SubstitutionComponent {
22
22
  this.dataSource.sort = this.sort;
23
23
  }
24
24
  };
25
- SubstitutionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SubstitutionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- SubstitutionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: SubstitutionComponent, selector: "ng-component", viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true, static: true }], ngImport: i0, template: "<table mat-table matSort [dataSource]=\"dataSource\" style=\"width: 100%\" @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\"> {{element.number}} </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"substitutingId\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{ 'Who' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\">\r\n <bizdoc-identity-name [identity]=\"element.substitutingId\" [by]=\"element.byId\"></bizdoc-identity-name>\r\n </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"action\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{'Action' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> <span *ngIf=\"element.action\">{{element.actionId | action : 'past'}} {{element.replied | amTimeAgo}}</span></td>\r\n </ng-container>\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.stateId | state}} </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"value\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{'Value' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element.value}} </td>\r\n </ng-container>\r\n <tr mat-header-row *matHeaderRowDef=\"displayColumns\"></tr>\r\n <tr mat-row [@item]=\"dataSource.data.length\" *matRowDef=\"let element; columns: displayColumns;\"></tr>\r\n</table>\r\n", components: [{ type: i1.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { type: i2.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { type: i3.IdentityName, selector: "bizdoc-identity-name", inputs: ["identity", "by", "chating"] }, { type: i1.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { type: i1.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }], directives: [{ type: i2.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { type: i1.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { type: i1.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { type: i1.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { type: i1.MatCellDef, selector: "[matCellDef]" }, { type: i1.MatCell, selector: "mat-cell, td[mat-cell]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { type: i1.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }], pipes: { "translate": i5.TranslatePipe, "action": i6.ActionPipe, "amTimeAgo": i7.TimeAgoPipe, "state": i8.StatePipe }, animations: [listAnimation] });
25
+ SubstitutionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SubstitutionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ SubstitutionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: SubstitutionComponent, selector: "ng-component", viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true, static: true }], ngImport: i0, template: "<table mat-table matSort [dataSource]=\"dataSource\" style=\"width: 100%\" @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\"> {{element.number}} </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"substitutingId\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{ 'Who' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\">\r\n <bizdoc-identity-name [identity]=\"element.substitutingId\" [by]=\"element.byId\"></bizdoc-identity-name>\r\n </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"action\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{'Action' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> <span *ngIf=\"element.action\">{{element.actionId | action : 'past'}} {{element.replied | amTimeAgo}}</span></td>\r\n </ng-container>\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.stateId | state}} </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"value\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{'Value' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element.value}} </td>\r\n </ng-container>\r\n <tr mat-header-row *matHeaderRowDef=\"displayColumns\"></tr>\r\n <tr mat-row [@item]=\"dataSource.data.length\" *matRowDef=\"let element; columns: displayColumns;\"></tr>\r\n</table>\r\n", components: [{ type: i1.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { type: i2.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { type: i3.IdentityName, selector: "bizdoc-identity-name", inputs: ["identity", "by", "chating"] }, { type: i1.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { type: i1.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }], directives: [{ type: i2.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { type: i1.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { type: i1.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { type: i1.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { type: i1.MatCellDef, selector: "[matCellDef]" }, { type: i1.MatCell, selector: "mat-cell, td[mat-cell]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { type: i1.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }], pipes: { "translate": i5.TranslatePipe, "action": i6.ActionPipe, "amTimeAgo": i7.TimeAgoPipe, "state": i8.StatePipe }, animations: [listAnimation] });
27
27
  SubstitutionComponent = __decorate([
28
28
  BizDoc({
29
29
  selector: 'bizdoc-substitution'
30
30
  })
31
31
  ], SubstitutionComponent);
32
32
  export { SubstitutionComponent };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SubstitutionComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SubstitutionComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ animations: [listAnimation], template: "<table mat-table matSort [dataSource]=\"dataSource\" style=\"width: 100%\" @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\"> {{element.number}} </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"substitutingId\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{ 'Who' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\">\r\n <bizdoc-identity-name [identity]=\"element.substitutingId\" [by]=\"element.byId\"></bizdoc-identity-name>\r\n </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"action\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{'Action' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> <span *ngIf=\"element.action\">{{element.actionId | action : 'past'}} {{element.replied | amTimeAgo}}</span></td>\r\n </ng-container>\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.stateId | state}} </td>\r\n </ng-container>\r\n <ng-container matColumnDef=\"value\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{'Value' | translate}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element.value}} </td>\r\n </ng-container>\r\n <tr mat-header-row *matHeaderRowDef=\"displayColumns\"></tr>\r\n <tr mat-row [@item]=\"dataSource.data.length\" *matRowDef=\"let element; columns: displayColumns;\"></tr>\r\n</table>\r\n" }]
36
36
  }], propDecorators: { sort: [{
@@ -23,9 +23,9 @@ export class TableViewComponent {
23
23
  this.itemClick.emit(item);
24
24
  }
25
25
  }
26
- TableViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TableViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- TableViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: TableViewComponent, selector: "bizdoc-table-view", inputs: { columns: "columns", selectable: "selectable" }, outputs: { itemClick: "itemClick" }, viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true, static: true }], ngImport: i0, template: "<table mat-table matSort [dataSource]=\"dataSource\" @list>\r\n <ng-container *ngFor=\"let c of columns\" [matColumnDef]=\"c.name\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{c.label || c.name}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element[c.name]}} </td>\r\n </ng-container>\r\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns\"></tr>\r\n <tr mat-row @item *matRowDef=\"let element; columns: displayedColumns;\" (click)=\"rowClick(element)\"></tr>\r\n</table>\r\n", styles: [""], components: [{ type: i1.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { type: i2.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { type: i1.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { type: i1.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }], directives: [{ type: i2.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { type: i1.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { type: i1.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { type: i1.MatCellDef, selector: "[matCellDef]" }, { type: i1.MatCell, selector: "mat-cell, td[mat-cell]" }, { type: i1.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { type: i1.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }], animations: [listAnimation] });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TableViewComponent, decorators: [{
26
+ TableViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TableViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ TableViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: TableViewComponent, selector: "bizdoc-table-view", inputs: { columns: "columns", selectable: "selectable" }, outputs: { itemClick: "itemClick" }, viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true, static: true }], ngImport: i0, template: "<table mat-table matSort [dataSource]=\"dataSource\" @list>\r\n <ng-container *ngFor=\"let c of columns\" [matColumnDef]=\"c.name\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{c.label || c.name}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element[c.name]}} </td>\r\n </ng-container>\r\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns\"></tr>\r\n <tr mat-row @item *matRowDef=\"let element; columns: displayedColumns;\" (click)=\"rowClick(element)\"></tr>\r\n</table>\r\n", styles: [""], components: [{ type: i1.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { type: i2.MatSortHeader, selector: "[mat-sort-header]", inputs: ["disabled", "mat-sort-header", "arrowPosition", "start", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { type: i1.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { type: i1.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }], directives: [{ type: i2.MatSort, selector: "[matSort]", inputs: ["matSortDisabled", "matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { type: i1.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { type: i1.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { type: i1.MatCellDef, selector: "[matCellDef]" }, { type: i1.MatCell, selector: "mat-cell, td[mat-cell]" }, { type: i1.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { type: i1.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }], animations: [listAnimation] });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TableViewComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{ selector: 'bizdoc-table-view', animations: [listAnimation], template: "<table mat-table matSort [dataSource]=\"dataSource\" @list>\r\n <ng-container *ngFor=\"let c of columns\" [matColumnDef]=\"c.name\">\r\n <th mat-header-cell *matHeaderCellDef mat-sort-header>{{c.label || c.name}}</th>\r\n <td mat-cell *matCellDef=\"let element\"> {{element[c.name]}} </td>\r\n </ng-container>\r\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns\"></tr>\r\n <tr mat-row @item *matRowDef=\"let element; columns: displayedColumns;\" (click)=\"rowClick(element)\"></tr>\r\n</table>\r\n", styles: [""] }]
31
31
  }], propDecorators: { columns: [{
@@ -79,13 +79,13 @@ let TasksComponent = class TasksComponent {
79
79
  this._destroy.complete();
80
80
  }
81
81
  };
82
- TasksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TasksComponent, deps: [{ token: i1.ReportRef }, { token: i2.MailboxService }, { token: i3.AccountService }, { token: i4.PromptService }, { token: i5.DocumentInfo }, { token: i6.SessionService }], target: i0.ɵɵFactoryTarget.Component });
83
- TasksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: TasksComponent, selector: "ng-component", viewQueries: [{ propertyName: "kanban", first: true, predicate: KanbanComponent, descendants: true }], ngImport: i0, template: "<ejs-kanban (dragStop)=\"drag($event)\" [allowDragAndDrop]=\"allowDragAndDrop\" [swimlaneSettings]=\"swimlaneSettings\"\r\n [cardSettings]=\"cardSettings\" [dataSource]=\"dataSource\" keyField=\"stateId\" [columns]=\"columns\"\r\n [height]=\"height\"\r\n (cardRendered)='cardRendered($event)'>\r\n</ejs-kanban>\r\n<ng-template #cardTemplate let-data>\r\n <div class='card-template'>\r\n <div class='e-card-header'>\r\n <div class='e-card-header-caption'>\r\n <div class='e-card-header-title e-tooltip-text'><a (click)=\"preview(data.id)\">#{{data.number}}</a></div>\r\n </div>\r\n </div>\r\n <div class='e-card-content e-tooltip-text'>\r\n <div class='e-text'>{{data.subject}}</div>\r\n </div>\r\n <!--<div class='e-card-custom-footer'>\r\n <div class=\"e-card-tag-field e-tooltip-text\" *ngFor=\"let tag of data.tags\"></div>\r\n <div class='e-card-avatar'></div>\r\n </div>-->\r\n </div>\r\n</ng-template>\r\n", components: [{ type: i7.KanbanComponent, selector: "ejs-kanban", inputs: ["allowDragAndDrop", "allowKeyboard", "cardSettings", "columns", "constraintType", "cssClass", "dataSource", "dialogSettings", "enablePersistence", "enableRtl", "enableTooltip", "externalDropId", "height", "keyField", "locale", "query", "showEmptyColumn", "sortSettings", "stackedHeaders", "swimlaneSettings", "tooltipTemplate", "width"], outputs: ["actionBegin", "actionComplete", "actionFailure", "cardClick", "cardDoubleClick", "cardRendered", "created", "dataBinding", "dataBound", "dataSourceChanged", "dataStateChange", "dialogClose", "dialogOpen", "drag", "dragStart", "dragStop", "queryCellInfo"] }] });
82
+ TasksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TasksComponent, deps: [{ token: i1.ReportRef }, { token: i2.MailboxService }, { token: i3.AccountService }, { token: i4.PromptService }, { token: i5.DocumentInfo }, { token: i6.SessionService }], target: i0.ɵɵFactoryTarget.Component });
83
+ TasksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: TasksComponent, selector: "ng-component", viewQueries: [{ propertyName: "kanban", first: true, predicate: KanbanComponent, descendants: true }], ngImport: i0, template: "<ejs-kanban (dragStop)=\"drag($event)\" [allowDragAndDrop]=\"allowDragAndDrop\" [swimlaneSettings]=\"swimlaneSettings\"\r\n [cardSettings]=\"cardSettings\" [dataSource]=\"dataSource\" keyField=\"stateId\" [columns]=\"columns\"\r\n [height]=\"height\"\r\n (cardRendered)='cardRendered($event)'>\r\n</ejs-kanban>\r\n<ng-template #cardTemplate let-data>\r\n <div class='card-template'>\r\n <div class='e-card-header'>\r\n <div class='e-card-header-caption'>\r\n <div class='e-card-header-title e-tooltip-text'><a (click)=\"preview(data.id)\">#{{data.number}}</a></div>\r\n </div>\r\n </div>\r\n <div class='e-card-content e-tooltip-text'>\r\n <div class='e-text'>{{data.subject}}</div>\r\n </div>\r\n <!--<div class='e-card-custom-footer'>\r\n <div class=\"e-card-tag-field e-tooltip-text\" *ngFor=\"let tag of data.tags\"></div>\r\n <div class='e-card-avatar'></div>\r\n </div>-->\r\n </div>\r\n</ng-template>\r\n", components: [{ type: i7.KanbanComponent, selector: "ejs-kanban", inputs: ["allowDragAndDrop", "allowKeyboard", "cardSettings", "columns", "constraintType", "cssClass", "dataSource", "dialogSettings", "enablePersistence", "enableRtl", "enableTooltip", "externalDropId", "height", "keyField", "locale", "query", "showEmptyColumn", "sortSettings", "stackedHeaders", "swimlaneSettings", "tooltipTemplate", "width"], outputs: ["actionBegin", "actionComplete", "actionFailure", "cardClick", "cardDoubleClick", "cardRendered", "created", "dataBinding", "dataBound", "dataSourceChanged", "dataStateChange", "dialogClose", "dialogOpen", "drag", "dragStart", "dragStop", "queryCellInfo"] }] });
84
84
  TasksComponent = __decorate([
85
85
  BizDoc({ selector: 'bizdoc-tasks' })
86
86
  ], TasksComponent);
87
87
  export { TasksComponent };
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TasksComponent, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: TasksComponent, decorators: [{
89
89
  type: Component,
90
90
  args: [{ template: "<ejs-kanban (dragStop)=\"drag($event)\" [allowDragAndDrop]=\"allowDragAndDrop\" [swimlaneSettings]=\"swimlaneSettings\"\r\n [cardSettings]=\"cardSettings\" [dataSource]=\"dataSource\" keyField=\"stateId\" [columns]=\"columns\"\r\n [height]=\"height\"\r\n (cardRendered)='cardRendered($event)'>\r\n</ejs-kanban>\r\n<ng-template #cardTemplate let-data>\r\n <div class='card-template'>\r\n <div class='e-card-header'>\r\n <div class='e-card-header-caption'>\r\n <div class='e-card-header-title e-tooltip-text'><a (click)=\"preview(data.id)\">#{{data.number}}</a></div>\r\n </div>\r\n </div>\r\n <div class='e-card-content e-tooltip-text'>\r\n <div class='e-text'>{{data.subject}}</div>\r\n </div>\r\n <!--<div class='e-card-custom-footer'>\r\n <div class=\"e-card-tag-field e-tooltip-text\" *ngFor=\"let tag of data.tags\"></div>\r\n <div class='e-card-avatar'></div>\r\n </div>-->\r\n </div>\r\n</ng-template>\r\n" }]
91
91
  }], ctorParameters: function () { return [{ type: i1.ReportRef }, { type: i2.MailboxService }, { type: i3.AccountService }, { type: i4.PromptService }, { type: i5.DocumentInfo }, { type: i6.SessionService }]; }, propDecorators: { kanban: [{
@@ -52,13 +52,13 @@ export const PANES_CONFIG = [{
52
52
  {
53
53
  path: 'views',
54
54
  component: DocumentViewPaneComponent,
55
- policy: OpenPolicy.Tab | OpenPolicy.Expandable
55
+ policy: OpenPolicy.Tab
56
56
  },
57
57
  {
58
58
  path: 'comments',
59
59
  icon: 'format_quote',
60
60
  component: CommentsPaneComponent,
61
- policy: OpenPolicy.Scope | OpenPolicy.Pinnable | OpenPolicy.Tab,
61
+ policy: OpenPolicy.Scope | OpenPolicy.Tab,
62
62
  children: [{
63
63
  path: ':commentId/versions',
64
64
  icon: 'history',
@@ -86,7 +86,7 @@ export const PANES_CONFIG = [{
86
86
  }, {
87
87
  path: 'd/:id',
88
88
  component: DocumentInfoPaneComponent,
89
- policy: OpenPolicy.Tab | OpenPolicy.Expandable,
89
+ policy: OpenPolicy.Tab,
90
90
  resolve: {
91
91
  item: DocumentResolver
92
92
  },
@@ -116,7 +116,7 @@ export const PANES_CONFIG = [{
116
116
  path: ':cube/v/:view',
117
117
  icon: 'bar_chart',
118
118
  component: CubeViewPaneComponent,
119
- policy: OpenPolicy.Clear | OpenPolicy.Expandable
119
+ policy: OpenPolicy.Clear
120
120
  }, {
121
121
  path: ':cube/explore',
122
122
  icon: 'summarize',
@@ -125,7 +125,7 @@ export const PANES_CONFIG = [{
125
125
  children: [{
126
126
  path: 'i/:template/:key',
127
127
  component: ExploreItemPaneComponent,
128
- policy: OpenPolicy.Pinnable | OpenPolicy.Tab,
128
+ policy: OpenPolicy.Tab,
129
129
  resolve: { item: ItemResolver }
130
130
  }]
131
131
  },
@@ -133,7 +133,7 @@ export const PANES_CONFIG = [{
133
133
  path: ':cube/i/:xAxis/:serie',
134
134
  icon: 'bar_chart',
135
135
  component: CubeMatrixPaneComponent,
136
- policy: OpenPolicy.Pinnable | OpenPolicy.Tab | OpenPolicy.Expandable
136
+ policy: OpenPolicy.Tab
137
137
  }]
138
138
  }, {
139
139
  path: 'reports',
@@ -185,7 +185,7 @@ export const PANES_CONFIG = [{
185
185
  path: 'chatroom/:id',
186
186
  icon: 'person',
187
187
  component: ConversationPaneComponent,
188
- policy: OpenPolicy.Tab | OpenPolicy.Expandable,
188
+ policy: OpenPolicy.Tab
189
189
  }
190
190
  ];
191
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVzLmRlc2t0b3AuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL3JvdXRlcy5kZXNrdG9wLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQWEsTUFBTSxzQkFBc0IsQ0FBQztBQUU3RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNyRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUN4RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUNuRixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNqRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUN0RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN0RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMxRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUN4RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDN0QsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDOUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixD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SCxFQUFFO1FBQ0QsU0FBUyxFQUFFLDBCQUEwQjtRQUNyQyxJQUFJLEVBQUUsZUFBZTtRQUNyQixNQUFNLEVBQUUsVUFBVSxDQUFDLEtBQUs7S0FDekI7SUFDRDtRQUNFLElBQUksRUFBRSxVQUFVO1FBQ2hCLFNBQVMsRUFBRSxxQkFBcUI7UUFDaEMsTUFBTSxFQUFFLFVBQVUsQ0FBQyxLQUFLO1FBQ3hCLFFBQVEsRUFBRTtZQUNSO2dCQUNFLElBQUksRUFBRSxPQUFPO2dCQUNiLElBQUksRUFBRSxRQUFRO2dCQUNkLE1BQU0sRUFBRSxVQUFVLENBQUMsT0FBTztnQkFDMUIsU0FBUyxFQUFFLHlCQUF5QjthQUNyQztTQUFDO0tBQ0wsRUFBRTtRQUNELElBQUksRUFBRSxjQUFjO1FBQ3BCLElBQUksRUFBRSxRQUFRO1FBQ2QsU0FBUyxFQUFFLHlCQUF5QjtRQUNwQyxNQUFNLEVBQUUsVUFBVSxDQUFDLEdBQUcsR0FBRyxVQUFVLENBQUMsVUFBVTtLQUMvQztDQUNBLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBPcGVuUG9saWN5LCBQYW5lUm91dGUgfSBmcm9tIFwiLi9jb3JlL2NvbmZpZ3VyYXRpb25cIjtcclxuXHJcbmltcG9ydCB7IEJyb3dzZVBhbmVDb21wb25lbnQgfSBmcm9tICcuL2Jyb3dzZS9icm93c2UucGFuZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDb21wb3NlUGFuZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9zZS9jb21wb3NlLnBhbmUuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQ3ViZVZpZXdQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vY3ViZS92aWV3LnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IENvbW1lbnRzUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2NvbXBvc2UvY29tbWVudHMvY29tbWVudHMucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgQ3ViZUV4cGxvcmVQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vY3ViZS9leHBsb3JlL2V4cGxvcmUucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgUmVwb3J0UGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL3JlcG9ydHMvcmVwb3J0LnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEV4cGxvcmVJdGVtUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2N1YmUvZXhwbG9yZS9pdGVtLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFdvcmtmbG93Q29tcG9uZW50IH0gZnJvbSBcIi4vYWRtaW4vZm9ybS93b3JrZmxvdy93b3JrZmxvdy5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgVXRpbGl0eVBhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9hZG1pbi91dGlsaXR5LnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFRyYWNlUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2NvbXBvc2UvdHJhY2UvdHJhY2UucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgVmVyc2lvblBhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9jb21wb3NlL3ZlcnNpb24tY29tcGFyZS92ZXJzaW9uLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFJlY2lwaWVudFJlc29sdmVyIH0gZnJvbSBcIi4vY29tcG9zZS9yZWNpcGllbnQtcmVzb2x2ZXIuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBEb2N1bWVudFJlc29sdmVyIH0gZnJvbSBcIi4vY29tcG9zZS9kb2N1bWVudC1yZXNvbHZlci5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IEFkbWluRGlzbWlzcyB9IGZyb20gXCIuL2FkbWluL2FkbWluLWRpc21pc3Muc2VydmljZVwiO1xyXG5pbXBvcnQgeyBTY2hlZHVsZXJQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vc2NoZWR1bGVyL3NjaGVkdWxlci5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBDb21wb3NlRGlzbWlzcyB9IGZyb20gXCIuL2NvbXBvc2UvZGlzbWlzcy5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IEZvcm1SZXNvbHZlIH0gZnJvbSBcIi4vYWRtaW4vZm9ybS9mb3JtLnJlc29sdmUuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBDdWJlTWF0cml4UGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2N1YmUvbWF0cml4L21hdHJpeC5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBOb3RpZmljYXRpb25zUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL25vdGlmaWNhdGlvbnMvbm90aWZpY2F0aW9ucy5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBDb250YWN0c1BhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9jaGF0L2NvbnRhY3RzLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IENvbnZlcnNhdGlvblBhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9jaGF0L2NvbnZlcnNhdGlvbi5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBDb21tZW50RWRpdHNDb21wb25lbnQgfSBmcm9tIFwiLi9jb21wb3NlL2NvbW1lbnRzL2VkaXRzLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBDb21tZW50TGlrZXNDb21wb25lbnQgfSBmcm9tIFwiLi9jb21wb3NlL2NvbW1lbnRzL3ZvdGVzLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBXb3JrZmxvd05vZGVDb21wb25lbnQgfSBmcm9tIFwiLi9hZG1pbi9mb3JtL3dvcmtmbG93L25vZGUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IERhc2hib2FyZFBhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9kYXNoYm9hcmQvZGFzaGJvYXJkLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IERvY3VtZW50Vmlld1BhbmVDb21wb25lbnQgfSBmcm9tIFwiLi92aWV3cy92aWV3cy5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBEb2N1bWVudEluZm9QYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vY29tcG9zZS9kb2N1bWVudC5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBJdGVtUmVzb2x2ZXIgfSBmcm9tICcuL2N1YmUvZXhwbG9yZS9pdGVtLXJlc29sdmVyLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBCcm9rZW5QYWdlIH0gZnJvbSBcIi4vYXBwLmNvbXBvbmVudFwiO1xyXG5cclxuZXhwb3J0IGNvbnN0IFBBTkVTX0NPTkZJRzogUGFuZVJvdXRlW10gPSBbe1xyXG4gIHBhdGg6ICdkYXNoYm9hcmQnLFxyXG4gIGNvbXBvbmVudDogRGFzaGJvYXJkUGFuZUNvbXBvbmVudCxcclxuICBwb2xpY3k6IE9wZW5Qb2xpY3kuQ2xlYXIsXHJcbn0sXHJcbiAge2NvbXBvbmVudDogQnJva2VuUGFnZSwgcGF0aDonYnJva2VuJ30sXHJcbiAge1xyXG4gIHBhdGg6ICdtYWlsYm94JyxcclxuICBjaGlsZHJlbjogW3tcclxuICAgIHBhdGg6ICdmLzppZCcsXHJcbiAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuQ2xlYXIsXHJcbiAgICBjb21wb25lbnQ6IEJyb3dzZVBhbmVDb21wb25lbnRcclxuICB9LCB7XHJcbiAgICBwYXRoOiAnaS86aWQnLFxyXG4gICAgY29tcG9uZW50OiBDb21wb3NlUGFuZUNvbXBvbmVudCxcclxuICAgIHBvbGljeTogT3BlblBvbGljeS5FeHBhbmRhYmxlLFxyXG4gICAgcmVzb2x2ZToge1xyXG4gICAgICBpdGVtOiBSZWNpcGllbnRSZXNvbHZlclxyXG4gICAgfSxcclxuICAgIGNhbkRpc21pc3M6IENvbXBvc2VEaXNtaXNzLFxyXG4gICAgY2hpbGRyZW46IFtcclxuICAgICAge1xyXG4gICAgICAgIHBhdGg6ICd2aWV3cycsXHJcbiAgICAgICAgY29tcG9uZW50OiBEb2N1bWVudFZpZXdQYW5lQ29tcG9uZW50LFxyXG4gICAgICAgIHBvbGljeTogT3BlblBvbGljeS5UYWIgfCBPcGVuUG9saWN5LkV4cGFuZGFibGVcclxuICAgICAgfSxcclxuICAgICAge1xyXG4gICAgICAgIHBhdGg6ICdjb21tZW50cycsXHJcbiAgICAgICAgaWNvbjogJ2Zvcm1hdF9xdW90ZScsXHJcbiAgICAgICAgY29tcG9uZW50OiBDb21tZW50c1BhbmVDb21wb25lbnQsXHJcbiAgICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlNjb3BlIHwgT3BlblBvbGljeS5QaW5uYWJsZSB8IE9wZW5Qb2xpY3kuVGFiLFxyXG4gICAgICAgIGNoaWxkcmVuOiBbe1xyXG4gICAgICAgICAgcGF0aDogJzpjb21tZW50SWQvdmVyc2lvbnMnLFxyXG4gICAgICAgICAgaWNvbjogJ2hpc3RvcnknLFxyXG4gICAgICAgICAgY29tcG9uZW50OiBDb21tZW50RWRpdHNDb21wb25lbnQsXHJcbiAgICAgICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuU2NvcGUgfCBPcGVuUG9saWN5LlRhYixcclxuICAgICAgICB9LFxyXG4gICAgICAgIHtcclxuICAgICAgICAgIHBhdGg6ICc6Y29tbWVudElkL3ZvdGVzJyxcclxuICAgICAgICAgIGNvbXBvbmVudDogQ29tbWVudExpa2VzQ29tcG9uZW50LFxyXG4gICAgICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlNjb3BlIHwgT3BlblBvbGljeS5UYWIsXHJcbiAgICAgICAgfVxyXG4gICAgICAgIF1cclxuICAgICAgfSwge1xyXG4gICAgICAgIHBhdGg6ICd0cmFjZScsXHJcbiAgICAgICAgaWNvbjogJ3RpbWVsaW5lJyxcclxuICAgICAgICBjb21wb25lbnQ6IFRyYWNlUGFuZUNvbXBvbmVudCxcclxuICAgICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuU2NvcGUgfCBPcGVuUG9saWN5LlRhYlxyXG4gICAgICB9LCB7XHJcbiAgICAgICAgcGF0aDogJ3ZlcnNpb24vOnZlcnNpb24nLFxyXG4gICAgICAgIGljb246ICdoaXN0b3J5JyxcclxuICAgICAgICBjb21wb25lbnQ6IFZlcnNpb25QYW5lQ29tcG9uZW50LFxyXG4gICAgICAgIHBvbGljeTogT3BlblBvbGljeS5TY29wZSB8IE9wZW5Qb2xpY3kuVGFiXHJcbiAgICAgIH1dXHJcbiAgfSwge1xyXG4gICAgcGF0aDogJ2QvOmlkJyxcclxuICAgIGNvbXBvbmVudDogRG9jdW1lbnRJbmZvUGFuZUNvbXBvbmVudCxcclxuICAgIHBvbGljeTogT3BlblBvbGljeS5UYWIgfCBPcGVuUG9saWN5LkV4cGFuZGFibGUsXHJcbiAgICByZXNvbHZlOiB7XHJcbiAgICAgIGl0ZW06IERvY3VtZW50UmVzb2x2ZXJcclxuICAgIH0sXHJcbiAgICBjaGlsZHJlbjogW3tcclxuICAgICAgcGF0aDogJ2NvbW1lbnRzJyxcclxuICAgICAgaWNvbjogJ2Zvcm1hdF9xdW90ZScsXHJcbiAgICAgIGNvbXBvbmVudDogQ29tbWVudHNQYW5lQ29tcG9uZW50LFxyXG4gICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuVGFiXHJcbiAgICB9LCB7XHJcbiAgICAgIHBhdGg6ICd0cmFjZScsXHJcbiAgICAgIGljb246ICd0aW1lbGluZScsXHJcbiAgICAgIGNvbXBvbmVudDogVHJhY2VQYW5lQ29tcG9uZW50LFxyXG4gICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuVGFiXHJcbiAgICB9LCB7XHJcbiAgICAgIHBhdGg6ICd2ZXJzaW9uLzp2ZXJzaW9uJyxcclxuICAgICAgY29tcG9uZW50OiBWZXJzaW9uUGFuZUNvbXBvbmVudCxcclxuICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlRhYlxyXG4gICAgfV1cclxuICB9XVxyXG59LCB7XHJcbiAgcGF0aDogJ3NjaGVkdWxlJyxcclxuICBjb21wb25lbnQ6IFNjaGVkdWxlclBhbmVDb21wb25lbnQsXHJcbiAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyXHJcbn0sIHtcclxuICBwYXRoOiAnY3ViZScsXHJcbiAgY2hpbGRyZW46IFt7XHJcbiAgICBwYXRoOiAnOmN1YmUvdi86dmlldycsXHJcbiAgICBpY29uOiAnYmFyX2NoYXJ0JyxcclxuICAgIGNvbXBvbmVudDogQ3ViZVZpZXdQYW5lQ29tcG9uZW50LFxyXG4gICAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyIHwgT3BlblBvbGljeS5FeHBhbmRhYmxlXHJcbiAgfSwge1xyXG4gICAgcGF0aDogJzpjdWJlL2V4cGxvcmUnLFxyXG4gICAgaWNvbjogJ3N1bW1hcml6ZScsXHJcbiAgICBjb21wb25lbnQ6IEN1YmVFeHBsb3JlUGFuZUNvbXBvbmVudCxcclxuICAgIHBvbGljeTogT3BlblBvbGljeS5UYWIsXHJcbiAgICBjaGlsZHJlbjogW3tcclxuICAgICAgcGF0aDogJ2kvOnRlbXBsYXRlLzprZXknLFxyXG4gICAgICBjb21wb25lbnQ6IEV4cGxvcmVJdGVtUGFuZUNvbXBvbmVudCxcclxuICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlBpbm5hYmxlIHwgT3BlblBvbGljeS5UYWIsXHJcbiAgICAgIHJlc29sdmU6IHsgaXRlbTogSXRlbVJlc29sdmVyIH1cclxuICAgIH1dXHJcbiAgfSxcclxuICB7XHJcbiAgICBwYXRoOiAnOmN1YmUvaS86eEF4aXMvOnNlcmllJyxcclxuICAgIGljb246ICdiYXJfY2hhcnQnLFxyXG4gICAgY29tcG9uZW50OiBDdWJlTWF0cml4UGFuZUNvbXBvbmVudCxcclxuICAgIHBvbGljeTogT3BlblBvbGljeS5QaW5uYWJsZSB8IE9wZW5Qb2xpY3kuVGFiIHwgT3BlblBvbGljeS5FeHBhbmRhYmxlXHJcbiAgfV1cclxufSwge1xyXG4gIHBhdGg6ICdyZXBvcnRzJyxcclxuICBjaGlsZHJlbjogW3tcclxuICAgIHBhdGg6ICc6aWQnLFxyXG4gICAgY29tcG9uZW50OiBSZXBvcnRQYW5lQ29tcG9uZW50LFxyXG4gICAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyXHJcbiAgfV0sXHJcbn0sIHtcclxuICBwYXRoOiAnYWRtaW4nLFxyXG4gIGNoaWxkcmVuOiBbe1xyXG4gICAgcGF0aDogJ2Zvcm1zLzppZCcsXHJcbiAgICBjb21wb25lbnQ6IFdvcmtmbG93Q29tcG9uZW50LFxyXG4gICAgcmVzb2x2ZToge1xyXG4gICAgICBmb3JtOiBGb3JtUmVzb2x2ZVxyXG4gICAgfSxcclxuICAgIGNoaWxkcmVuOiBbe1xyXG4gICAgICBwYXRoOiAnbm9kZScsXHJcbiAgICAgIGNvbXBvbmVudDogV29ya2Zsb3dOb2RlQ29tcG9uZW50LFxyXG4gICAgICBpY29uOiAnYWNjb3VudF90cmVlJyxcclxuICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlRhYlxyXG4gICAgfV0sXHJcbiAgICBjYW5EaXNtaXNzOiBBZG1pbkRpc21pc3MsXHJcbiAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuQ2xlYXJcclxuICB9LFxyXG4gIHtcclxuICAgIHBhdGg6ICd1dGlsaXRpZXMvOmlkJyxcclxuICAgIGNvbXBvbmVudDogVXRpbGl0eVBhbmVDb21wb25lbnQsXHJcbiAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuQ2xlYXJcclxuICB9XVxyXG59LCB7XHJcbiAgY29tcG9uZW50OiBOb3RpZmljYXRpb25zUGFuZUNvbXBvbmVudCxcclxuICBwYXRoOiAnbm90aWZpY2F0aW9ucycsXHJcbiAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyXHJcbn0sXHJcbntcclxuICBwYXRoOiAnY29udGFjdHMnLFxyXG4gIGNvbXBvbmVudDogQ29udGFjdHNQYW5lQ29tcG9uZW50LFxyXG4gIHBvbGljeTogT3BlblBvbGljeS5DbGVhcixcclxuICBjaGlsZHJlbjogW1xyXG4gICAge1xyXG4gICAgICBwYXRoOiAnYy86aWQnLFxyXG4gICAgICBpY29uOiAncGVyc29uJyxcclxuICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlJlcGxhY2UsXHJcbiAgICAgIGNvbXBvbmVudDogQ29udmVyc2F0aW9uUGFuZUNvbXBvbmVudFxyXG4gICAgfV1cclxufSwge1xyXG4gIHBhdGg6ICdjaGF0cm9vbS86aWQnLFxyXG4gIGljb246ICdwZXJzb24nLFxyXG4gIGNvbXBvbmVudDogQ29udmVyc2F0aW9uUGFuZUNvbXBvbmVudCxcclxuICBwb2xpY3k6IE9wZW5Qb2xpY3kuVGFiIHwgT3BlblBvbGljeS5FeHBhbmRhYmxlLFxyXG59XHJcbl07XHJcbiJdfQ==
191
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVzLmRlc2t0b3AuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL3JvdXRlcy5kZXNrdG9wLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQWEsTUFBTSxzQkFBc0IsQ0FBQztBQUU3RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNyRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUN4RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUNuRixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNqRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUN0RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN0RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMxRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUN4RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDN0QsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDOUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixD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LE1BQU0sRUFBRSxVQUFVLENBQUMsS0FBSztRQUN4QixRQUFRLEVBQUU7WUFDUjtnQkFDRSxJQUFJLEVBQUUsT0FBTztnQkFDYixJQUFJLEVBQUUsUUFBUTtnQkFDZCxNQUFNLEVBQUUsVUFBVSxDQUFDLE9BQU87Z0JBQzFCLFNBQVMsRUFBRSx5QkFBeUI7YUFDckM7U0FBQztLQUNMLEVBQUU7UUFDRCxJQUFJLEVBQUUsY0FBYztRQUNwQixJQUFJLEVBQUUsUUFBUTtRQUNkLFNBQVMsRUFBRSx5QkFBeUI7UUFDcEMsTUFBTSxFQUFFLFVBQVUsQ0FBQyxHQUFHO0tBQ3ZCO0NBQ0EsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE9wZW5Qb2xpY3ksIFBhbmVSb3V0ZSB9IGZyb20gXCIuL2NvcmUvY29uZmlndXJhdGlvblwiO1xyXG5cclxuaW1wb3J0IHsgQnJvd3NlUGFuZUNvbXBvbmVudCB9IGZyb20gJy4vYnJvd3NlL2Jyb3dzZS5wYW5lLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IENvbXBvc2VQYW5lQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb3NlL2NvbXBvc2UucGFuZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDdWJlVmlld1BhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9jdWJlL3ZpZXcucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgQ29tbWVudHNQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vY29tcG9zZS9jb21tZW50cy9jb21tZW50cy5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBDdWJlRXhwbG9yZVBhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9jdWJlL2V4cGxvcmUvZXhwbG9yZS5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBSZXBvcnRQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vcmVwb3J0cy9yZXBvcnQucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgRXhwbG9yZUl0ZW1QYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vY3ViZS9leHBsb3JlL2l0ZW0ucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgV29ya2Zsb3dDb21wb25lbnQgfSBmcm9tIFwiLi9hZG1pbi9mb3JtL3dvcmtmbG93L3dvcmtmbG93LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBVdGlsaXR5UGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2FkbWluL3V0aWxpdHkucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgVHJhY2VQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vY29tcG9zZS90cmFjZS90cmFjZS5wYW5lLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBWZXJzaW9uUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2NvbXBvc2UvdmVyc2lvbi1jb21wYXJlL3ZlcnNpb24ucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgUmVjaXBpZW50UmVzb2x2ZXIgfSBmcm9tIFwiLi9jb21wb3NlL3JlY2lwaWVudC1yZXNvbHZlci5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IERvY3VtZW50UmVzb2x2ZXIgfSBmcm9tIFwiLi9jb21wb3NlL2RvY3VtZW50LXJlc29sdmVyLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgQWRtaW5EaXNtaXNzIH0gZnJvbSBcIi4vYWRtaW4vYWRtaW4tZGlzbWlzcy5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IFNjaGVkdWxlclBhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9zY2hlZHVsZXIvc2NoZWR1bGVyLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IENvbXBvc2VEaXNtaXNzIH0gZnJvbSBcIi4vY29tcG9zZS9kaXNtaXNzLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgRm9ybVJlc29sdmUgfSBmcm9tIFwiLi9hZG1pbi9mb3JtL2Zvcm0ucmVzb2x2ZS5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IEN1YmVNYXRyaXhQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vY3ViZS9tYXRyaXgvbWF0cml4LnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IE5vdGlmaWNhdGlvbnNQYW5lQ29tcG9uZW50IH0gZnJvbSBcIi4vbm90aWZpY2F0aW9ucy9ub3RpZmljYXRpb25zLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IENvbnRhY3RzUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2NoYXQvY29udGFjdHMucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgQ29udmVyc2F0aW9uUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2NoYXQvY29udmVyc2F0aW9uLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IENvbW1lbnRFZGl0c0NvbXBvbmVudCB9IGZyb20gXCIuL2NvbXBvc2UvY29tbWVudHMvZWRpdHMuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IENvbW1lbnRMaWtlc0NvbXBvbmVudCB9IGZyb20gXCIuL2NvbXBvc2UvY29tbWVudHMvdm90ZXMuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFdvcmtmbG93Tm9kZUNvbXBvbmVudCB9IGZyb20gXCIuL2FkbWluL2Zvcm0vd29ya2Zsb3cvbm9kZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgRGFzaGJvYXJkUGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL2Rhc2hib2FyZC9kYXNoYm9hcmQucGFuZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgRG9jdW1lbnRWaWV3UGFuZUNvbXBvbmVudCB9IGZyb20gXCIuL3ZpZXdzL3ZpZXdzLnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IERvY3VtZW50SW5mb1BhbmVDb21wb25lbnQgfSBmcm9tIFwiLi9jb21wb3NlL2RvY3VtZW50LnBhbmUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEl0ZW1SZXNvbHZlciB9IGZyb20gJy4vY3ViZS9leHBsb3JlL2l0ZW0tcmVzb2x2ZXIuc2VydmljZSc7XHJcbmltcG9ydCB7IEJyb2tlblBhZ2UgfSBmcm9tIFwiLi9hcHAuY29tcG9uZW50XCI7XHJcblxyXG5leHBvcnQgY29uc3QgUEFORVNfQ09ORklHOiBQYW5lUm91dGVbXSA9IFt7XHJcbiAgcGF0aDogJ2Rhc2hib2FyZCcsXHJcbiAgY29tcG9uZW50OiBEYXNoYm9hcmRQYW5lQ29tcG9uZW50LFxyXG4gIHBvbGljeTogT3BlblBvbGljeS5DbGVhcixcclxufSxcclxueyBjb21wb25lbnQ6IEJyb2tlblBhZ2UsIHBhdGg6ICdicm9rZW4nIH0sXHJcbntcclxuICBwYXRoOiAnbWFpbGJveCcsXHJcbiAgY2hpbGRyZW46IFt7XHJcbiAgICBwYXRoOiAnZi86aWQnLFxyXG4gICAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyLFxyXG4gICAgY29tcG9uZW50OiBCcm93c2VQYW5lQ29tcG9uZW50XHJcbiAgfSwge1xyXG4gICAgcGF0aDogJ2kvOmlkJyxcclxuICAgIGNvbXBvbmVudDogQ29tcG9zZVBhbmVDb21wb25lbnQsXHJcbiAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuRXhwYW5kYWJsZSxcclxuICAgIHJlc29sdmU6IHtcclxuICAgICAgaXRlbTogUmVjaXBpZW50UmVzb2x2ZXJcclxuICAgIH0sXHJcbiAgICBjYW5EaXNtaXNzOiBDb21wb3NlRGlzbWlzcyxcclxuICAgIGNoaWxkcmVuOiBbXHJcbiAgICAgIHtcclxuICAgICAgICBwYXRoOiAndmlld3MnLFxyXG4gICAgICAgIGNvbXBvbmVudDogRG9jdW1lbnRWaWV3UGFuZUNvbXBvbmVudCxcclxuICAgICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuVGFiXHJcbiAgICAgIH0sXHJcbiAgICAgIHtcclxuICAgICAgICBwYXRoOiAnY29tbWVudHMnLFxyXG4gICAgICAgIGljb246ICdmb3JtYXRfcXVvdGUnLFxyXG4gICAgICAgIGNvbXBvbmVudDogQ29tbWVudHNQYW5lQ29tcG9uZW50LFxyXG4gICAgICAgIHBvbGljeTogT3BlblBvbGljeS5TY29wZSB8IE9wZW5Qb2xpY3kuVGFiLFxyXG4gICAgICAgIGNoaWxkcmVuOiBbe1xyXG4gICAgICAgICAgcGF0aDogJzpjb21tZW50SWQvdmVyc2lvbnMnLFxyXG4gICAgICAgICAgaWNvbjogJ2hpc3RvcnknLFxyXG4gICAgICAgICAgY29tcG9uZW50OiBDb21tZW50RWRpdHNDb21wb25lbnQsXHJcbiAgICAgICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuU2NvcGUgfCBPcGVuUG9saWN5LlRhYixcclxuICAgICAgICB9LFxyXG4gICAgICAgIHtcclxuICAgICAgICAgIHBhdGg6ICc6Y29tbWVudElkL3ZvdGVzJyxcclxuICAgICAgICAgIGNvbXBvbmVudDogQ29tbWVudExpa2VzQ29tcG9uZW50LFxyXG4gICAgICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlNjb3BlIHwgT3BlblBvbGljeS5UYWIsXHJcbiAgICAgICAgfVxyXG4gICAgICAgIF1cclxuICAgICAgfSwge1xyXG4gICAgICAgIHBhdGg6ICd0cmFjZScsXHJcbiAgICAgICAgaWNvbjogJ3RpbWVsaW5lJyxcclxuICAgICAgICBjb21wb25lbnQ6IFRyYWNlUGFuZUNvbXBvbmVudCxcclxuICAgICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuU2NvcGUgfCBPcGVuUG9saWN5LlRhYlxyXG4gICAgICB9LCB7XHJcbiAgICAgICAgcGF0aDogJ3ZlcnNpb24vOnZlcnNpb24nLFxyXG4gICAgICAgIGljb246ICdoaXN0b3J5JyxcclxuICAgICAgICBjb21wb25lbnQ6IFZlcnNpb25QYW5lQ29tcG9uZW50LFxyXG4gICAgICAgIHBvbGljeTogT3BlblBvbGljeS5TY29wZSB8IE9wZW5Qb2xpY3kuVGFiXHJcbiAgICAgIH1dXHJcbiAgfSwge1xyXG4gICAgcGF0aDogJ2QvOmlkJyxcclxuICAgIGNvbXBvbmVudDogRG9jdW1lbnRJbmZvUGFuZUNvbXBvbmVudCxcclxuICAgIHBvbGljeTogT3BlblBvbGljeS5UYWIsXHJcbiAgICByZXNvbHZlOiB7XHJcbiAgICAgIGl0ZW06IERvY3VtZW50UmVzb2x2ZXJcclxuICAgIH0sXHJcbiAgICBjaGlsZHJlbjogW3tcclxuICAgICAgcGF0aDogJ2NvbW1lbnRzJyxcclxuICAgICAgaWNvbjogJ2Zvcm1hdF9xdW90ZScsXHJcbiAgICAgIGNvbXBvbmVudDogQ29tbWVudHNQYW5lQ29tcG9uZW50LFxyXG4gICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuVGFiXHJcbiAgICB9LCB7XHJcbiAgICAgIHBhdGg6ICd0cmFjZScsXHJcbiAgICAgIGljb246ICd0aW1lbGluZScsXHJcbiAgICAgIGNvbXBvbmVudDogVHJhY2VQYW5lQ29tcG9uZW50LFxyXG4gICAgICBwb2xpY3k6IE9wZW5Qb2xpY3kuVGFiXHJcbiAgICB9LCB7XHJcbiAgICAgIHBhdGg6ICd2ZXJzaW9uLzp2ZXJzaW9uJyxcclxuICAgICAgY29tcG9uZW50OiBWZXJzaW9uUGFuZUNvbXBvbmVudCxcclxuICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlRhYlxyXG4gICAgfV1cclxuICB9XVxyXG59LCB7XHJcbiAgcGF0aDogJ3NjaGVkdWxlJyxcclxuICBjb21wb25lbnQ6IFNjaGVkdWxlclBhbmVDb21wb25lbnQsXHJcbiAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyXHJcbn0sIHtcclxuICBwYXRoOiAnY3ViZScsXHJcbiAgY2hpbGRyZW46IFt7XHJcbiAgICBwYXRoOiAnOmN1YmUvdi86dmlldycsXHJcbiAgICBpY29uOiAnYmFyX2NoYXJ0JyxcclxuICAgIGNvbXBvbmVudDogQ3ViZVZpZXdQYW5lQ29tcG9uZW50LFxyXG4gICAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyXHJcbiAgfSwge1xyXG4gICAgcGF0aDogJzpjdWJlL2V4cGxvcmUnLFxyXG4gICAgaWNvbjogJ3N1bW1hcml6ZScsXHJcbiAgICBjb21wb25lbnQ6IEN1YmVFeHBsb3JlUGFuZUNvbXBvbmVudCxcclxuICAgIHBvbGljeTogT3BlblBvbGljeS5UYWIsXHJcbiAgICBjaGlsZHJlbjogW3tcclxuICAgICAgcGF0aDogJ2kvOnRlbXBsYXRlLzprZXknLFxyXG4gICAgICBjb21wb25lbnQ6IEV4cGxvcmVJdGVtUGFuZUNvbXBvbmVudCxcclxuICAgICAgcG9saWN5OiBPcGVuUG9saWN5LlRhYixcclxuICAgICAgcmVzb2x2ZTogeyBpdGVtOiBJdGVtUmVzb2x2ZXIgfVxyXG4gICAgfV1cclxuICB9LFxyXG4gIHtcclxuICAgIHBhdGg6ICc6Y3ViZS9pLzp4QXhpcy86c2VyaWUnLFxyXG4gICAgaWNvbjogJ2Jhcl9jaGFydCcsXHJcbiAgICBjb21wb25lbnQ6IEN1YmVNYXRyaXhQYW5lQ29tcG9uZW50LFxyXG4gICAgcG9saWN5OiBPcGVuUG9saWN5LlRhYlxyXG4gIH1dXHJcbn0sIHtcclxuICBwYXRoOiAncmVwb3J0cycsXHJcbiAgY2hpbGRyZW46IFt7XHJcbiAgICBwYXRoOiAnOmlkJyxcclxuICAgIGNvbXBvbmVudDogUmVwb3J0UGFuZUNvbXBvbmVudCxcclxuICAgIHBvbGljeTogT3BlblBvbGljeS5DbGVhclxyXG4gIH1dLFxyXG59LCB7XHJcbiAgcGF0aDogJ2FkbWluJyxcclxuICBjaGlsZHJlbjogW3tcclxuICAgIHBhdGg6ICdmb3Jtcy86aWQnLFxyXG4gICAgY29tcG9uZW50OiBXb3JrZmxvd0NvbXBvbmVudCxcclxuICAgIHJlc29sdmU6IHtcclxuICAgICAgZm9ybTogRm9ybVJlc29sdmVcclxuICAgIH0sXHJcbiAgICBjaGlsZHJlbjogW3tcclxuICAgICAgcGF0aDogJ25vZGUnLFxyXG4gICAgICBjb21wb25lbnQ6IFdvcmtmbG93Tm9kZUNvbXBvbmVudCxcclxuICAgICAgaWNvbjogJ2FjY291bnRfdHJlZScsXHJcbiAgICAgIHBvbGljeTogT3BlblBvbGljeS5UYWJcclxuICAgIH1dLFxyXG4gICAgY2FuRGlzbWlzczogQWRtaW5EaXNtaXNzLFxyXG4gICAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyXHJcbiAgfSxcclxuICB7XHJcbiAgICBwYXRoOiAndXRpbGl0aWVzLzppZCcsXHJcbiAgICBjb21wb25lbnQ6IFV0aWxpdHlQYW5lQ29tcG9uZW50LFxyXG4gICAgcG9saWN5OiBPcGVuUG9saWN5LkNsZWFyXHJcbiAgfV1cclxufSwge1xyXG4gIGNvbXBvbmVudDogTm90aWZpY2F0aW9uc1BhbmVDb21wb25lbnQsXHJcbiAgcGF0aDogJ25vdGlmaWNhdGlvbnMnLFxyXG4gIHBvbGljeTogT3BlblBvbGljeS5DbGVhclxyXG59LFxyXG57XHJcbiAgcGF0aDogJ2NvbnRhY3RzJyxcclxuICBjb21wb25lbnQ6IENvbnRhY3RzUGFuZUNvbXBvbmVudCxcclxuICBwb2xpY3k6IE9wZW5Qb2xpY3kuQ2xlYXIsXHJcbiAgY2hpbGRyZW46IFtcclxuICAgIHtcclxuICAgICAgcGF0aDogJ2MvOmlkJyxcclxuICAgICAgaWNvbjogJ3BlcnNvbicsXHJcbiAgICAgIHBvbGljeTogT3BlblBvbGljeS5SZXBsYWNlLFxyXG4gICAgICBjb21wb25lbnQ6IENvbnZlcnNhdGlvblBhbmVDb21wb25lbnRcclxuICAgIH1dXHJcbn0sIHtcclxuICBwYXRoOiAnY2hhdHJvb20vOmlkJyxcclxuICBpY29uOiAncGVyc29uJyxcclxuICBjb21wb25lbnQ6IENvbnZlcnNhdGlvblBhbmVDb21wb25lbnQsXHJcbiAgcG9saWN5OiBPcGVuUG9saWN5LlRhYlxyXG59XHJcbl07XHJcbiJdfQ==
@@ -151,9 +151,9 @@ export class ScheduleViewComponent {
151
151
  this._router.navigate(['mailbox/d', evt.documentId.encodeId()]);
152
152
  }
153
153
  }
154
- ScheduleViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ScheduleViewComponent, deps: [{ token: i1.SessionService }, { token: i2.MailboxService }, { token: i3.PanesRouter }, { token: i4.PromptService }], target: i0.ɵɵFactoryTarget.Component });
155
- ScheduleViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ScheduleViewComponent, selector: "bizdoc-schedule", inputs: { selectedDate: "selectedDate" }, outputs: { selectedDateChange: "selectedDateChange" }, viewQueries: [{ propertyName: "schedule", first: true, predicate: ["schedule"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<mat-toolbar class=\"nav-toolbar\">\r\n <button mat-icon-button [bizdocTooltip]=\"'PrevPage'|translate\" (click)=\"prev()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <span class=\"mat-body\">{{ starting | dateRange : ending : calendarOptions }}</span>\r\n <button mat-icon-button [bizdocTooltip]=\"'NextPage'|translate\" (click)=\"next()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button [bizdocTooltip]=\"'View'|translate\" [matMenuTriggerFor]=\"view\"><mat-icon>view_agenda</mat-icon></button>\r\n <mat-menu #view>\r\n <button mat-menu-item (click)=\"changeView('WorkWeek')\">{{'WorkWeek'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Month')\">{{'Month'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Agenda')\">{{'Agenda'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('MonthAgenda')\">{{'MonthAgenda'|translate}}</button>\r\n <!--<button mat-menu-item (click)=\"changeView('TimelineMonth')\">{{'TimelineMonth'|translate}}</button>-->\r\n <button mat-menu-item (click)=\"changeView('Day')\">{{'Day'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Year')\">{{'Year'|translate}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"export()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n</mat-toolbar>\r\n<style scoped> \r\n .e-popup-close {\r\n display: none\r\n }\r\n</style>\r\n<ejs-schedule #schedule [eventSettings]=\"eventSettings\" [currentView]=\"currentView\" [selectedDate]=\"selectedDate\"\r\n [readonly]=\"true\" (navigating)=\"nav($event)\" height=\"100%\" [showHeaderBar]=\"false\"\r\n (select)=\"select($event)\" fxFlex\r\n (eventClick)=\"eventClick($event)\" (dragStart)=\"drag($event)\" [@swape]=\"page\">\r\n <e-views>\r\n <e-view option=\"Month\"></e-view>\r\n <e-view option=\"Day\"></e-view>\r\n <e-view option=\"WorkWeek\"></e-view>\r\n <e-view option=\"Agenda\"></e-view>\r\n <e-view option=\"MonthAgenda\"></e-view>\r\n <e-view option=\"TimelineMonth\"></e-view>\r\n <e-view option=\"Year\"></e-view>\r\n </e-views>\r\n</ejs-schedule>\r\n", styles: ["::ng-deep .e-dlg-container{display:none}::ng-deep .e-popup{display:none}:host{display:flex;flex-direction:column}\n", " \n .e-popup-close {\n display: none\n }\n"], components: [{ type: i5.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i6.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"] }, { type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i8.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i8.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i9.ScheduleComponent, selector: "ejs-schedule", inputs: ["agendaDaysCount", "allowDragAndDrop", "allowInline", "allowKeyboardInteraction", "allowMultiCellSelection", "allowMultiDrag", "allowMultiRowSelection", "allowResizing", "calendarMode", "cellHeaderTemplate", "cellTemplate", "cssClass", "currentView", "dateFormat", "dateHeaderTemplate", "dayHeaderTemplate", "editorTemplate", "enableAdaptiveUI", "enableAllDayScroll", "enablePersistence", "enableRecurrenceValidation", "enableRtl", "endHour", "eventDragArea", "eventSettings", "firstDayOfWeek", "firstMonthOfYear", "group", "headerIndentTemplate", "headerRows", "height", "hideEmptyAgendaDays", "locale", "maxDate", "minDate", "monthHeaderTemplate", "monthsCount", "quickInfoOnSelectionEnd", "quickInfoTemplates", "readonly", "resourceHeaderTemplate", "resources", "rowAutoHeight", "selectedDate", "showHeaderBar", "showQuickInfo", "showTimeIndicator", "showWeekNumber", "showWeekend", "startHour", "timeFormat", "timeScale", "timezone", "timezoneDataSource", "views", "weekRule", "width", "workDays", "workHours"], outputs: ["actionBegin", "actionComplete", "actionFailure", "cellClick", "cellDoubleClick", "created", "dataBinding", "dataBound", "destroyed", "drag", "dragStart", "dragStop", "eventClick", "eventRendered", "hover", "moreEventsClick", "navigating", "popupClose", "popupOpen", "renderCell", "resizeStart", "resizeStop", "resizing", "select", "currentViewChange", "selectedDateChange"] }], directives: [{ type: i10.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i8.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i11.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i9.ViewsDirective, selector: "ejs-schedule>e-views" }, { type: i9.ViewDirective, selector: "e-views>e-view", inputs: ["allowVirtualScrolling", "cellHeaderTemplate", "cellTemplate", "dateFormat", "dateHeaderTemplate", "dayHeaderTemplate", "displayName", "endHour", "eventTemplate", "firstDayOfWeek", "firstMonthOfYear", "group", "headerIndentTemplate", "headerRows", "interval", "isSelected", "monthHeaderTemplate", "monthsCount", "option", "orientation", "readonly", "resourceHeaderTemplate", "showWeekNumber", "showWeekend", "startHour", "timeFormat", "timeScale", "workDays"] }], pipes: { "translate": i12.TranslatePipe, "dateRange": i13.DateRangePipe }, animations: [swapAnimation] });
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ScheduleViewComponent, decorators: [{
154
+ ScheduleViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ScheduleViewComponent, deps: [{ token: i1.SessionService }, { token: i2.MailboxService }, { token: i3.PanesRouter }, { token: i4.PromptService }], target: i0.ɵɵFactoryTarget.Component });
155
+ ScheduleViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: ScheduleViewComponent, selector: "bizdoc-schedule", inputs: { selectedDate: "selectedDate" }, outputs: { selectedDateChange: "selectedDateChange" }, viewQueries: [{ propertyName: "schedule", first: true, predicate: ["schedule"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<mat-toolbar class=\"nav-toolbar\">\r\n <button mat-icon-button [bizdocTooltip]=\"'PrevPage'|translate\" (click)=\"prev()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <span class=\"mat-body\">{{ starting | dateRange : ending : calendarOptions }}</span>\r\n <button mat-icon-button [bizdocTooltip]=\"'NextPage'|translate\" (click)=\"next()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button [bizdocTooltip]=\"'View'|translate\" [matMenuTriggerFor]=\"view\"><mat-icon>view_agenda</mat-icon></button>\r\n <mat-menu #view>\r\n <button mat-menu-item (click)=\"changeView('WorkWeek')\">{{'WorkWeek'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Month')\">{{'Month'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Agenda')\">{{'Agenda'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('MonthAgenda')\">{{'MonthAgenda'|translate}}</button>\r\n <!--<button mat-menu-item (click)=\"changeView('TimelineMonth')\">{{'TimelineMonth'|translate}}</button>-->\r\n <button mat-menu-item (click)=\"changeView('Day')\">{{'Day'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Year')\">{{'Year'|translate}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"export()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n</mat-toolbar>\r\n<style scoped> \r\n .e-popup-close {\r\n display: none\r\n }\r\n</style>\r\n<ejs-schedule #schedule [eventSettings]=\"eventSettings\" [currentView]=\"currentView\" [selectedDate]=\"selectedDate\"\r\n [readonly]=\"true\" (navigating)=\"nav($event)\" height=\"100%\" [showHeaderBar]=\"false\"\r\n (select)=\"select($event)\" fxFlex\r\n (eventClick)=\"eventClick($event)\" (dragStart)=\"drag($event)\" [@swape]=\"page\">\r\n <e-views>\r\n <e-view option=\"Month\"></e-view>\r\n <e-view option=\"Day\"></e-view>\r\n <e-view option=\"WorkWeek\"></e-view>\r\n <e-view option=\"Agenda\"></e-view>\r\n <e-view option=\"MonthAgenda\"></e-view>\r\n <e-view option=\"TimelineMonth\"></e-view>\r\n <e-view option=\"Year\"></e-view>\r\n </e-views>\r\n</ejs-schedule>\r\n", styles: ["::ng-deep .e-dlg-container{display:none}::ng-deep .e-popup{display:none}:host{display:flex;flex-direction:column}\n", " \n .e-popup-close {\n display: none\n }\n"], components: [{ type: i5.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i6.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"] }, { type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i8.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i8.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i9.ScheduleComponent, selector: "ejs-schedule", inputs: ["agendaDaysCount", "allowDragAndDrop", "allowInline", "allowKeyboardInteraction", "allowMultiCellSelection", "allowMultiDrag", "allowMultiRowSelection", "allowResizing", "calendarMode", "cellHeaderTemplate", "cellTemplate", "cssClass", "currentView", "dateFormat", "dateHeaderTemplate", "dayHeaderTemplate", "editorTemplate", "enableAdaptiveUI", "enableAllDayScroll", "enablePersistence", "enableRecurrenceValidation", "enableRtl", "endHour", "eventDragArea", "eventSettings", "firstDayOfWeek", "firstMonthOfYear", "group", "headerIndentTemplate", "headerRows", "height", "hideEmptyAgendaDays", "locale", "maxDate", "minDate", "monthHeaderTemplate", "monthsCount", "quickInfoOnSelectionEnd", "quickInfoTemplates", "readonly", "resourceHeaderTemplate", "resources", "rowAutoHeight", "selectedDate", "showHeaderBar", "showQuickInfo", "showTimeIndicator", "showWeekNumber", "showWeekend", "startHour", "timeFormat", "timeScale", "timezone", "timezoneDataSource", "views", "weekRule", "width", "workDays", "workHours"], outputs: ["actionBegin", "actionComplete", "actionFailure", "cellClick", "cellDoubleClick", "created", "dataBinding", "dataBound", "destroyed", "drag", "dragStart", "dragStop", "eventClick", "eventRendered", "hover", "moreEventsClick", "navigating", "popupClose", "popupOpen", "renderCell", "resizeStart", "resizeStop", "resizing", "select", "currentViewChange", "selectedDateChange"] }], directives: [{ type: i10.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i8.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i11.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i9.ViewsDirective, selector: "ejs-schedule>e-views" }, { type: i9.ViewDirective, selector: "e-views>e-view", inputs: ["allowVirtualScrolling", "cellHeaderTemplate", "cellTemplate", "dateFormat", "dateHeaderTemplate", "dayHeaderTemplate", "displayName", "endHour", "eventTemplate", "firstDayOfWeek", "firstMonthOfYear", "group", "headerIndentTemplate", "headerRows", "interval", "isSelected", "monthHeaderTemplate", "monthsCount", "option", "orientation", "readonly", "resourceHeaderTemplate", "showWeekNumber", "showWeekend", "startHour", "timeFormat", "timeScale", "workDays"] }], pipes: { "translate": i12.TranslatePipe, "dateRange": i13.DateRangePipe }, animations: [swapAnimation] });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ScheduleViewComponent, decorators: [{
157
157
  type: Component,
158
158
  args: [{ selector: 'bizdoc-schedule', animations: [swapAnimation], template: "<mat-toolbar class=\"nav-toolbar\">\r\n <button mat-icon-button [bizdocTooltip]=\"'PrevPage'|translate\" (click)=\"prev()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <span class=\"mat-body\">{{ starting | dateRange : ending : calendarOptions }}</span>\r\n <button mat-icon-button [bizdocTooltip]=\"'NextPage'|translate\" (click)=\"next()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button [bizdocTooltip]=\"'View'|translate\" [matMenuTriggerFor]=\"view\"><mat-icon>view_agenda</mat-icon></button>\r\n <mat-menu #view>\r\n <button mat-menu-item (click)=\"changeView('WorkWeek')\">{{'WorkWeek'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Month')\">{{'Month'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Agenda')\">{{'Agenda'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('MonthAgenda')\">{{'MonthAgenda'|translate}}</button>\r\n <!--<button mat-menu-item (click)=\"changeView('TimelineMonth')\">{{'TimelineMonth'|translate}}</button>-->\r\n <button mat-menu-item (click)=\"changeView('Day')\">{{'Day'|translate}}</button>\r\n <button mat-menu-item (click)=\"changeView('Year')\">{{'Year'|translate}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"export()\" bizdocTooltip=\"{{'Download' | translate}}\"><mat-icon>save_alt</mat-icon></button>\r\n</mat-toolbar>\r\n<style scoped> \r\n .e-popup-close {\r\n display: none\r\n }\r\n</style>\r\n<ejs-schedule #schedule [eventSettings]=\"eventSettings\" [currentView]=\"currentView\" [selectedDate]=\"selectedDate\"\r\n [readonly]=\"true\" (navigating)=\"nav($event)\" height=\"100%\" [showHeaderBar]=\"false\"\r\n (select)=\"select($event)\" fxFlex\r\n (eventClick)=\"eventClick($event)\" (dragStart)=\"drag($event)\" [@swape]=\"page\">\r\n <e-views>\r\n <e-view option=\"Month\"></e-view>\r\n <e-view option=\"Day\"></e-view>\r\n <e-view option=\"WorkWeek\"></e-view>\r\n <e-view option=\"Agenda\"></e-view>\r\n <e-view option=\"MonthAgenda\"></e-view>\r\n <e-view option=\"TimelineMonth\"></e-view>\r\n <e-view option=\"Year\"></e-view>\r\n </e-views>\r\n</ejs-schedule>\r\n", styles: ["::ng-deep .e-dlg-container{display:none}::ng-deep .e-popup{display:none}:host{display:flex;flex-direction:column}\n", " \n .e-popup-close {\n display: none\n }\n"] }]
159
159
  }], ctorParameters: function () { return [{ type: i1.SessionService }, { type: i2.MailboxService }, { type: i3.PanesRouter }, { type: i4.PromptService }]; }, propDecorators: { selectedDateChange: [{
@@ -27,9 +27,9 @@ export class SchedulerComponent {
27
27
  });
28
28
  }
29
29
  }
30
- SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SchedulerComponent, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
31
- SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: SchedulerComponent, selector: "ng-component", ngImport: i0, template: `<bizdoc-schedule [selectedDate]=date (selectedDateChange)='change($event)'></bizdoc-schedule>`, isInline: true, components: [{ type: i2.ScheduleViewComponent, selector: "bizdoc-schedule", inputs: ["selectedDate"], outputs: ["selectedDateChange"] }] });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SchedulerComponent, decorators: [{
30
+ SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SchedulerComponent, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
31
+ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: SchedulerComponent, selector: "ng-component", ngImport: i0, template: `<bizdoc-schedule [selectedDate]=date (selectedDateChange)='change($event)'></bizdoc-schedule>`, isInline: true, components: [{ type: i2.ScheduleViewComponent, selector: "bizdoc-schedule", inputs: ["selectedDate"], outputs: ["selectedDateChange"] }] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SchedulerComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  template: `<bizdoc-schedule [selectedDate]=date (selectedDateChange)='change($event)'></bizdoc-schedule>`
@@ -40,9 +40,9 @@ export class SchedulerPaneComponent {
40
40
  });
41
41
  }
42
42
  }
43
- SchedulerPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SchedulerPaneComponent, deps: [{ token: i1.PanesRouter }, { token: i0.ElementRef }, { token: i2.TranslateService }, { token: i3.PaneRef }], target: i0.ɵɵFactoryTarget.Component });
44
- SchedulerPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: SchedulerPaneComponent, selector: "ng-component", host: { classAttribute: "pane" }, ngImport: i0, template: `<bizdoc-schedule [selectedDate]=date (selectedDateChange)='change($event)' [style.height]=height></bizdoc-schedule>`, isInline: true, components: [{ type: i4.ScheduleViewComponent, selector: "bizdoc-schedule", inputs: ["selectedDate"], outputs: ["selectedDateChange"] }] });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SchedulerPaneComponent, decorators: [{
43
+ SchedulerPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SchedulerPaneComponent, deps: [{ token: i1.PanesRouter }, { token: i0.ElementRef }, { token: i2.TranslateService }, { token: i3.PaneRef }], target: i0.ɵɵFactoryTarget.Component });
44
+ SchedulerPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: SchedulerPaneComponent, selector: "ng-component", host: { classAttribute: "pane" }, ngImport: i0, template: `<bizdoc-schedule [selectedDate]=date (selectedDateChange)='change($event)' [style.height]=height></bizdoc-schedule>`, isInline: true, components: [{ type: i4.ScheduleViewComponent, selector: "bizdoc-schedule", inputs: ["selectedDate"], outputs: ["selectedDateChange"] }] });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SchedulerPaneComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{
48
48
  template: `<bizdoc-schedule [selectedDate]=date (selectedDateChange)='change($event)' [style.height]=height></bizdoc-schedule>`,
@@ -232,8 +232,8 @@ export class SharedModule {
232
232
  };
233
233
  }
234
234
  }
235
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
236
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SharedModule, declarations: [CheckboxComponent, CubeParallelComponent, CubeSumComponent, CubeParallelViewComponent, CubeChartViewComponent, CubeExploreViewComponent, CubeDocumentSumComponent, ExploreItemImplComponent, DocumentInfoComponent, DocumentViewsComponent, ViewItemComponent, CubeDocumentMatrixComponent, CubeDocumentViewComponent, CubePivotViewComponent, ActionPicker, HtmlSimplePipe, QuickCommentComponent,
235
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
236
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SharedModule, declarations: [CheckboxComponent, CubeParallelComponent, CubeSumComponent, CubeParallelViewComponent, CubeChartViewComponent, CubeExploreViewComponent, CubeDocumentSumComponent, ExploreItemImplComponent, DocumentInfoComponent, DocumentViewsComponent, ViewItemComponent, CubeDocumentMatrixComponent, CubeDocumentViewComponent, CubePivotViewComponent, ActionPicker, HtmlSimplePipe, QuickCommentComponent,
237
237
  DurationFormatPipe, CombinationPicker, CombinationPickerBody, CombinationPool, TimelineViewComponent,
238
238
  MatIconAnimate, DateRangePipe, AgoPipe, ColorPicker, StateDirective, BrokenPage,
239
239
  JoinPipe, TimePicker,
@@ -331,7 +331,7 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
331
331
  CubeChartComponent, CubePivotComponent,
332
332
  CubeSpreadsheetComponent,
333
333
  CubeGridComponent] });
334
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SharedModule, providers: [Popup, ComposeDismiss, ItemResolveService,
334
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SharedModule, providers: [Popup, ComposeDismiss, ItemResolveService,
335
335
  RecipientResolveService, DocumentResolveService,
336
336
  AttachmentInfo, MapInfo, CubeInfo,
337
337
  CanDeactivateCompose, MailboxService, SessionService, HubService,
@@ -368,7 +368,7 @@ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
368
368
  SyncfusionDiagramModule,
369
369
  MaterialModule
370
370
  ], MaterialModule] });
371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: SharedModule, decorators: [{
371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SharedModule, decorators: [{
372
372
  type: NgModule,
373
373
  args: [{
374
374
  declarations: [CheckboxComponent, CubeParallelComponent, CubeSumComponent, CubeParallelViewComponent, CubeChartViewComponent, CubeExploreViewComponent, CubeDocumentSumComponent, ExploreItemImplComponent, DocumentInfoComponent, DocumentViewsComponent, ViewItemComponent, CubeDocumentMatrixComponent, CubeDocumentViewComponent, CubePivotViewComponent, ActionPicker, HtmlSimplePipe, QuickCommentComponent,