@bizdoc/core 1.14.16 → 1.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (612) hide show
  1. package/assets/themes/brown.min.css +5 -5
  2. package/assets/themes/dark.min.css +5 -5
  3. package/assets/themes/deep-purple-light-blue.min.css +6 -6
  4. package/assets/themes/deep-purple-teal.min.css +6 -6
  5. package/assets/themes/default.min.css +6 -6
  6. package/assets/themes/green.min.css +5 -5
  7. package/assets/themes/indigo.min.css +5 -5
  8. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  9. package/esm2020/lib/admin/admin-menu.component.mjs +9 -9
  10. package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +77 -0
  11. package/esm2020/lib/admin/configuration-designer/designer.base.mjs +13 -0
  12. package/esm2020/lib/admin/configuration-designer/designer.component.mjs +102 -0
  13. package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +31 -0
  14. package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +73 -0
  15. package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +31 -0
  16. package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +31 -0
  17. package/esm2020/lib/admin/configuration-designer/elements/chart-view.component.mjs +76 -0
  18. package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +44 -0
  19. package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +32 -0
  20. package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +51 -0
  21. package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +50 -0
  22. package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +43 -0
  23. package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +32 -0
  24. package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +79 -0
  25. package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +36 -0
  26. package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +65 -0
  27. package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +56 -0
  28. package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +47 -0
  29. package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +57 -0
  30. package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +32 -0
  31. package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +31 -0
  32. package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +29 -0
  33. package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +57 -0
  34. package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +60 -0
  35. package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +33 -0
  36. package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +60 -0
  37. package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +32 -0
  38. package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +32 -0
  39. package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +31 -0
  40. package/esm2020/lib/admin/configuration-designer/privileges.component.mjs +35 -0
  41. package/esm2020/lib/admin/core/ace.input.mjs +5 -12
  42. package/esm2020/lib/admin/core/color-picker.input.mjs +7 -7
  43. package/esm2020/lib/admin/core/search.input.mjs +9 -16
  44. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +17 -17
  45. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +22 -22
  46. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +13 -13
  47. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +12 -12
  48. package/esm2020/lib/admin/form/designer/designer.component.mjs +56 -0
  49. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  50. package/esm2020/lib/admin/form/form.service.mjs +11 -6
  51. package/esm2020/lib/admin/form/workflow/node.component.mjs +11 -11
  52. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +15 -15
  53. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +12 -12
  54. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +13 -13
  55. package/esm2020/lib/admin/patterns/patterns.component.mjs +25 -25
  56. package/esm2020/lib/admin/permissions/permissions.component.mjs +12 -12
  57. package/esm2020/lib/admin/positions/positions-popup.component.mjs +13 -13
  58. package/esm2020/lib/admin/positions/positions.component.mjs +19 -19
  59. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +21 -21
  60. package/esm2020/lib/admin/profiler/profiler.component.mjs +17 -17
  61. package/esm2020/lib/admin/utility-ref.mjs +2 -2
  62. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  63. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  64. package/esm2020/lib/app.component.mjs +6 -6
  65. package/esm2020/lib/bizdoc.module.mjs +11 -13
  66. package/esm2020/lib/browse/browse-items.component.mjs +25 -25
  67. package/esm2020/lib/browse/browse.mobile.component.mjs +17 -17
  68. package/esm2020/lib/browse/browse.pane.component.mjs +17 -17
  69. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +13 -13
  70. package/esm2020/lib/browse/filter/filter.component.mjs +13 -13
  71. package/esm2020/lib/browse/folders-menu.component.mjs +12 -12
  72. package/esm2020/lib/chat/chat-info.mjs +3 -3
  73. package/esm2020/lib/chat/chat.mobile.component.mjs +7 -7
  74. package/esm2020/lib/chat/chat.service.mjs +3 -3
  75. package/esm2020/lib/chat/contacts.component.mjs +23 -23
  76. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  77. package/esm2020/lib/chat/conversation.component.mjs +11 -11
  78. package/esm2020/lib/chat/conversation.pane.component.mjs +6 -12
  79. package/esm2020/lib/compose/action/action-picker.component.mjs +9 -9
  80. package/esm2020/lib/compose/action/action.dialog.mjs +7 -7
  81. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +5 -5
  82. package/esm2020/lib/compose/action/assign-action.component.mjs +13 -13
  83. package/esm2020/lib/compose/action/moveto-action.component.mjs +10 -10
  84. package/esm2020/lib/compose/action/return-action.component.mjs +12 -12
  85. package/esm2020/lib/compose/attachments/attachments.component.mjs +10 -10
  86. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +8 -8
  87. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  88. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  89. package/esm2020/lib/compose/comments/comment.component.mjs +15 -15
  90. package/esm2020/lib/compose/comments/comments.component.mjs +7 -7
  91. package/esm2020/lib/compose/comments/{Comments.pane.component.mjs → comments.pane.component.mjs} +6 -14
  92. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  93. package/esm2020/lib/compose/comments/edits.component.mjs +10 -10
  94. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +5 -5
  95. package/esm2020/lib/compose/comments/votes.component.mjs +10 -10
  96. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  97. package/esm2020/lib/compose/compose.mobile.component.mjs +17 -17
  98. package/esm2020/lib/compose/compose.pane.component.mjs +13 -13
  99. package/esm2020/lib/compose/copy/copy.dialog.mjs +8 -8
  100. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  101. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  102. package/esm2020/lib/compose/document.component.mjs +3 -3
  103. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  104. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  105. package/esm2020/lib/compose/events/events.component.mjs +8 -8
  106. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +8 -8
  107. package/esm2020/lib/compose/form.component.mjs +7 -7
  108. package/esm2020/lib/compose/new-menu.component.mjs +10 -10
  109. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  110. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  111. package/esm2020/lib/compose/state.component.mjs +3 -3
  112. package/esm2020/lib/compose/tag/tags.component.mjs +8 -8
  113. package/esm2020/lib/compose/trace/flow.component.mjs +63 -82
  114. package/esm2020/lib/compose/trace/people.component.mjs +5 -5
  115. package/esm2020/lib/compose/trace/trace.base.mjs +16 -7
  116. package/esm2020/lib/compose/trace/trace.component.mjs +16 -24
  117. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  118. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  119. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  120. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +11 -11
  121. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  122. package/esm2020/lib/core/account.service.mjs +3 -3
  123. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  124. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  125. package/esm2020/lib/core/component-factory-resolver.mjs +4 -4
  126. package/esm2020/lib/core/controls/address.input.mjs +11 -17
  127. package/esm2020/lib/core/controls/auto-complete.input.mjs +11 -11
  128. package/esm2020/lib/core/controls/combination-picker-body.mjs +11 -11
  129. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  130. package/esm2020/lib/core/controls/combination-pool.mjs +7 -7
  131. package/esm2020/lib/core/controls/file.input.mjs +10 -10
  132. package/esm2020/lib/core/controls/select.input.mjs +6 -6
  133. package/esm2020/lib/core/controls/time-picker.mjs +9 -9
  134. package/esm2020/lib/core/controls/timespan.input.mjs +8 -35
  135. package/esm2020/lib/core/datasource.service.mjs +3 -3
  136. package/esm2020/lib/core/guide/guide.component.mjs +10 -10
  137. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  138. package/esm2020/lib/core/guide/help-tip.component.mjs +11 -23
  139. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  140. package/esm2020/lib/core/hub.service.mjs +3 -3
  141. package/esm2020/lib/core/identity/identity.component.mjs +5 -5
  142. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  143. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  144. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  145. package/esm2020/lib/core/info/map-info.mjs +3 -3
  146. package/esm2020/lib/core/layout/autocomplete.field.mjs +8 -8
  147. package/esm2020/lib/core/layout/checkbox.field.mjs +7 -7
  148. package/esm2020/lib/core/layout/checkbox.mjs +6 -6
  149. package/esm2020/lib/core/layout/date-range.field.mjs +6 -6
  150. package/esm2020/lib/core/layout/date.field.mjs +9 -9
  151. package/esm2020/lib/core/layout/expression.field.mjs +8 -8
  152. package/esm2020/lib/core/layout/file.field.mjs +11 -9
  153. package/esm2020/lib/core/layout/html.field.mjs +8 -8
  154. package/esm2020/lib/core/layout/input.base.mjs +4 -5
  155. package/esm2020/lib/core/layout/input.field.mjs +8 -8
  156. package/esm2020/lib/core/layout/layout.component.mjs +3 -3
  157. package/esm2020/lib/core/layout/numeric.field.mjs +8 -8
  158. package/esm2020/lib/core/layout/select.field.mjs +10 -10
  159. package/esm2020/lib/core/layout/switch.field.mjs +7 -7
  160. package/esm2020/lib/core/layout/textarea.field.mjs +8 -8
  161. package/esm2020/lib/core/layout/timespan.field.mjs +9 -9
  162. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  163. package/esm2020/lib/core/mailbox.service.mjs +6 -4
  164. package/esm2020/lib/core/models.mjs +1 -1
  165. package/esm2020/lib/core/none.component.mjs +7 -7
  166. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  167. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  168. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  169. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  170. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  171. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  172. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  173. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  174. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  175. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  176. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  177. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  178. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  179. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
  180. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  181. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  182. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  183. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  184. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  185. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  186. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +5 -5
  187. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  188. package/esm2020/lib/core/prompt.service.mjs +3 -3
  189. package/esm2020/lib/core/router.mjs +6 -6
  190. package/esm2020/lib/core/save-changes.dialog.mjs +5 -5
  191. package/esm2020/lib/core/session.service.mjs +3 -3
  192. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  193. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  194. package/esm2020/lib/core/slots/slots.component.mjs +14 -14
  195. package/esm2020/lib/core/tagging/documents.component.mjs +7 -7
  196. package/esm2020/lib/core/tagging/edit-input.component.mjs +10 -10
  197. package/esm2020/lib/core/tagging/emoji.component.mjs +4 -4
  198. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  199. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  200. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  201. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  202. package/esm2020/lib/core/tagging/users.component.mjs +7 -7
  203. package/esm2020/lib/core/translate.service.mjs +3 -3
  204. package/esm2020/lib/core/translations.mjs +11 -1
  205. package/esm2020/lib/core/window-title.service.mjs +3 -3
  206. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  207. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  208. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  209. package/esm2020/lib/cube/cube-menu.component.mjs +10 -10
  210. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  211. package/esm2020/lib/cube/cube.service.mjs +4 -4
  212. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  213. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  214. package/esm2020/lib/cube/explore/explore-items.component.mjs +8 -8
  215. package/esm2020/lib/cube/explore/explore.pane.component.mjs +12 -15
  216. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  217. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  218. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +7 -7
  219. package/esm2020/lib/cube/filter/filter.component.mjs +11 -11
  220. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  221. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +5 -5
  222. package/esm2020/lib/cube/matrix/matrix.base.mjs +6 -10
  223. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +20 -16
  224. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +20 -16
  225. package/esm2020/lib/cube/matrix/popup.component.mjs +11 -11
  226. package/esm2020/lib/cube/matrix/table.component.mjs +4 -4
  227. package/esm2020/lib/cube/parallel/parallel.component.mjs +5 -5
  228. package/esm2020/lib/cube/pivot/pivot.component.mjs +6 -11
  229. package/esm2020/lib/cube/sum/sum.component.mjs +6 -6
  230. package/esm2020/lib/cube/view-base.mjs +6 -10
  231. package/esm2020/lib/cube/view.mobile.component.mjs +14 -14
  232. package/esm2020/lib/cube/view.pane.component.mjs +13 -13
  233. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  234. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +4 -4
  235. package/esm2020/lib/dashboard/cube/compare.widget.mjs +12 -12
  236. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  237. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  238. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +4 -4
  239. package/esm2020/lib/dashboard/cube/documents.widget.mjs +4 -4
  240. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  241. package/esm2020/lib/dashboard/dashboard.component.mjs +11 -11
  242. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +5 -11
  243. package/esm2020/lib/dashboard/recents/recents.widget.mjs +9 -9
  244. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  245. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  246. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  247. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +12 -12
  248. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  249. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  250. package/esm2020/lib/desktop.module.mjs +11 -13
  251. package/esm2020/lib/home/about/about.dialog.mjs +7 -7
  252. package/esm2020/lib/home/home-base.component.mjs +3 -3
  253. package/esm2020/lib/home/home.desktop.component.mjs +19 -19
  254. package/esm2020/lib/home/home.mobile.component.mjs +16 -16
  255. package/esm2020/lib/home/notifications/notifications.component.mjs +12 -12
  256. package/esm2020/lib/home/options/options.component.mjs +11 -11
  257. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +8 -8
  258. package/esm2020/lib/home/search.service.mjs +3 -3
  259. package/esm2020/lib/home/sign/sign.component.mjs +6 -6
  260. package/esm2020/lib/home/tools.component.mjs +13 -13
  261. package/esm2020/lib/impersonate/impersonate.component.mjs +10 -10
  262. package/esm2020/lib/mobile.module.mjs +11 -13
  263. package/esm2020/lib/modules/chart.module.mjs +6 -6
  264. package/esm2020/lib/modules/circular-gauge.module.mjs +5 -5
  265. package/esm2020/lib/modules/date.adapter.mjs +1 -1
  266. package/esm2020/lib/modules/datepicker.intl.mjs +4 -4
  267. package/esm2020/lib/modules/dayjs.module.mjs +5 -5
  268. package/esm2020/lib/modules/diagram.module.mjs +7 -9
  269. package/esm2020/lib/modules/gantt.module.mjs +5 -5
  270. package/esm2020/lib/modules/grid.module.mjs +6 -6
  271. package/esm2020/lib/modules/material.module.mjs +20 -22
  272. package/esm2020/lib/modules/paginator.intl.mjs +4 -4
  273. package/esm2020/lib/modules/pivot.module.mjs +5 -7
  274. package/esm2020/lib/modules/schedule.module.mjs +6 -6
  275. package/esm2020/lib/modules/spreadsheet.module.mjs +7 -9
  276. package/esm2020/lib/modules/stepper.intl.mjs +4 -4
  277. package/esm2020/lib/modules/texteditor.module.mjs +6 -8
  278. package/esm2020/lib/notifications/filter.component.mjs +8 -8
  279. package/esm2020/lib/notifications/notifications-table.component.mjs +16 -16
  280. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  281. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  282. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  283. package/esm2020/lib/notifications/types/commented.notification.mjs +5 -5
  284. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +5 -5
  285. package/esm2020/lib/notifications/types/escalated.notification.mjs +6 -6
  286. package/esm2020/lib/notifications/types/liked.notification.mjs +5 -5
  287. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  288. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  289. package/esm2020/lib/notifications/types/nudge.notification.mjs +6 -6
  290. package/esm2020/lib/notifications/types/state-changed.notification.mjs +6 -6
  291. package/esm2020/lib/notifications/types/tagged.notification.mjs +5 -5
  292. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  293. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +5 -5
  294. package/esm2020/lib/options/options.component.mjs +15 -15
  295. package/esm2020/lib/options/options.service.mjs +3 -3
  296. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  297. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  298. package/esm2020/lib/reports/cube/grid-documents.component.mjs +9 -9
  299. package/esm2020/lib/reports/cube/table-documents.component.mjs +10 -10
  300. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  301. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  302. package/esm2020/lib/reports/cube/usage-chart.component.mjs +4 -4
  303. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +4 -4
  304. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  305. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  306. package/esm2020/lib/reports/report.mobile.component.mjs +12 -12
  307. package/esm2020/lib/reports/report.pane.component.mjs +11 -11
  308. package/esm2020/lib/reports/reports-menu.component.mjs +9 -9
  309. package/esm2020/lib/reports/substitution/substitution.component.mjs +12 -12
  310. package/esm2020/lib/reports/table/table-view.component.mjs +8 -8
  311. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  312. package/esm2020/lib/routes.desktop.mjs +1 -1
  313. package/esm2020/lib/scheduler/schedule.component.mjs +13 -13
  314. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  315. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  316. package/esm2020/lib/shared.module.mjs +30 -32
  317. package/esm2020/lib/system.module.mjs +61 -19
  318. package/esm2020/lib/views/cube/chart.component.mjs +7 -7
  319. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  320. package/esm2020/lib/views/cube/explore.component.mjs +9 -9
  321. package/esm2020/lib/views/cube/matrix.component.mjs +12 -12
  322. package/esm2020/lib/views/cube/parallel.component.mjs +5 -5
  323. package/esm2020/lib/views/cube/pivot.component.mjs +5 -5
  324. package/esm2020/lib/views/cube/sum.component.mjs +10 -10
  325. package/esm2020/lib/views/cube/view.component.mjs +9 -9
  326. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  327. package/esm2020/lib/views/view-item.component.mjs +3 -3
  328. package/esm2020/lib/views/views.component.mjs +5 -5
  329. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  330. package/esm2020/lib/views/views.pane.component.mjs +5 -10
  331. package/esm2020/public-api.mjs +2 -2
  332. package/fesm2015/bizdoc-core.mjs +2891 -1853
  333. package/fesm2015/bizdoc-core.mjs.map +1 -1
  334. package/fesm2020/bizdoc-core.mjs +2888 -1855
  335. package/fesm2020/bizdoc-core.mjs.map +1 -1
  336. package/{bizdoc-core.d.ts → index.d.ts} +0 -0
  337. package/lib/admin/admin-menu.component.d.ts +1 -1
  338. package/lib/admin/configuration-designer/designer-element.component.d.ts +23 -0
  339. package/lib/admin/configuration-designer/designer.base.d.ts +38 -0
  340. package/lib/admin/configuration-designer/designer.component.d.ts +47 -0
  341. package/lib/admin/configuration-designer/elements/action.component.d.ts +20 -0
  342. package/lib/admin/configuration-designer/elements/analysis-widget.component.d.ts +45 -0
  343. package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts +20 -0
  344. package/lib/admin/configuration-designer/elements/box-form.component.d.ts +20 -0
  345. package/lib/admin/configuration-designer/elements/chart-view.component.d.ts +45 -0
  346. package/lib/admin/configuration-designer/elements/cube-view.component.d.ts +37 -0
  347. package/lib/admin/configuration-designer/elements/cube.component.d.ts +20 -0
  348. package/lib/admin/configuration-designer/elements/documents-report.component.d.ts +37 -0
  349. package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts +36 -0
  350. package/lib/admin/configuration-designer/elements/explore-view.component.d.ts +35 -0
  351. package/lib/admin/configuration-designer/elements/folder.component.d.ts +19 -0
  352. package/lib/admin/configuration-designer/elements/form.component.d.ts +35 -0
  353. package/lib/admin/configuration-designer/elements/guide.component.d.ts +22 -0
  354. package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts +45 -0
  355. package/lib/admin/configuration-designer/elements/parallel-view.component.d.ts +41 -0
  356. package/lib/admin/configuration-designer/elements/performance-widget.component.d.ts +32 -0
  357. package/lib/admin/configuration-designer/elements/pivot-view.component.d.ts +39 -0
  358. package/lib/admin/configuration-designer/elements/report.component.d.ts +20 -0
  359. package/lib/admin/configuration-designer/elements/role.component.d.ts +20 -0
  360. package/lib/admin/configuration-designer/elements/rule.component.d.ts +17 -0
  361. package/lib/admin/configuration-designer/elements/sum-view.component.d.ts +42 -0
  362. package/lib/admin/configuration-designer/elements/tasks-report.component.d.ts +39 -0
  363. package/lib/admin/configuration-designer/elements/type.component.d.ts +21 -0
  364. package/lib/admin/configuration-designer/elements/usage-report.component.d.ts +39 -0
  365. package/lib/admin/configuration-designer/elements/utility.component.d.ts +20 -0
  366. package/lib/admin/configuration-designer/elements/view.component.d.ts +20 -0
  367. package/lib/admin/configuration-designer/elements/widget.component.d.ts +20 -0
  368. package/lib/admin/configuration-designer/privileges.component.d.ts +20 -0
  369. package/lib/admin/core/ace.input.d.ts +1 -1
  370. package/lib/admin/core/color-picker.input.d.ts +1 -1
  371. package/lib/admin/core/search.input.d.ts +2 -2
  372. package/lib/admin/diff/configuration-diff.component.d.ts +1 -1
  373. package/lib/admin/document-trace/document-trace.component.d.ts +7 -4
  374. package/lib/admin/document-trace/reassign.dialog.d.ts +6 -3
  375. package/lib/admin/document-trace/trace-element.component.d.ts +1 -1
  376. package/lib/admin/form/designer/designer.component.d.ts +46 -0
  377. package/lib/admin/form/form.service.d.ts +6 -4
  378. package/lib/admin/form/workflow/node.component.d.ts +5 -2
  379. package/lib/admin/form/workflow/role-node.component.d.ts +14 -2
  380. package/lib/admin/form/workflow/workflow.component.d.ts +1 -1
  381. package/lib/admin/indices/manage-cube-index.component.d.ts +1 -1
  382. package/lib/admin/patterns/patterns.component.d.ts +10 -6
  383. package/lib/admin/permissions/permissions.component.d.ts +1 -1
  384. package/lib/admin/positions/positions-popup.component.d.ts +2 -2
  385. package/lib/admin/positions/positions.component.d.ts +14 -6
  386. package/lib/admin/profiler/outofoffice.component.d.ts +26 -7
  387. package/lib/admin/profiler/profiler.component.d.ts +3 -3
  388. package/lib/admin/utility-wrapper.component.d.ts +1 -1
  389. package/lib/admin/utility.pane.component.d.ts +1 -1
  390. package/lib/app.component.d.ts +2 -2
  391. package/lib/browse/browse-items.component.d.ts +1 -1
  392. package/lib/browse/browse.mobile.component.d.ts +1 -1
  393. package/lib/browse/browse.pane.component.d.ts +2 -2
  394. package/lib/browse/expanded-item/expanded-item.component.d.ts +1 -1
  395. package/lib/browse/filter/filter.component.d.ts +10 -3
  396. package/lib/browse/folders-menu.component.d.ts +1 -1
  397. package/lib/chat/chat.mobile.component.d.ts +1 -1
  398. package/lib/chat/contacts.component.d.ts +3 -3
  399. package/lib/chat/contacts.pane.component.d.ts +1 -1
  400. package/lib/chat/conversation.component.d.ts +1 -1
  401. package/lib/chat/conversation.pane.component.d.ts +1 -1
  402. package/lib/compose/action/action-picker.component.d.ts +1 -1
  403. package/lib/compose/action/action.dialog.d.ts +1 -1
  404. package/lib/compose/action/action.pane.dialog.exp.d.ts +1 -1
  405. package/lib/compose/action/assign-action.component.d.ts +8 -3
  406. package/lib/compose/action/moveto-action.component.d.ts +6 -3
  407. package/lib/compose/action/return-action.component.d.ts +5 -2
  408. package/lib/compose/attachments/attachments.component.d.ts +1 -1
  409. package/lib/compose/attachments/preview/attachment-preview.component.d.ts +1 -1
  410. package/lib/compose/attachments/progress-button.directive.d.ts +1 -1
  411. package/lib/compose/comments/comment.component.d.ts +1 -1
  412. package/lib/compose/comments/comments.component.d.ts +1 -1
  413. package/lib/compose/comments/{Comments.pane.component.d.ts → comments.pane.component.d.ts} +1 -1
  414. package/lib/compose/comments/edit-comment.component.d.ts +1 -1
  415. package/lib/compose/comments/edits.component.d.ts +1 -1
  416. package/lib/compose/comments/quick-comment.component.exp.d.ts +1 -1
  417. package/lib/compose/comments/votes.component.d.ts +1 -1
  418. package/lib/compose/compose.mobile.component.d.ts +1 -1
  419. package/lib/compose/compose.pane.component.d.ts +1 -1
  420. package/lib/compose/copy/copy.dialog.d.ts +2 -2
  421. package/lib/compose/document.component.d.ts +1 -1
  422. package/lib/compose/document.mobile.component.d.ts +1 -1
  423. package/lib/compose/document.pane.component.d.ts +1 -1
  424. package/lib/compose/events/events.component.d.ts +1 -1
  425. package/lib/compose/form-selector/form-selector.sheet.d.ts +1 -1
  426. package/lib/compose/form.component.d.ts +1 -1
  427. package/lib/compose/new-menu.component.d.ts +2 -2
  428. package/lib/compose/privilage.directive.d.ts +2 -2
  429. package/lib/compose/state.component.d.ts +1 -1
  430. package/lib/compose/tag/tags.component.d.ts +2 -2
  431. package/lib/compose/trace/flow.component.d.ts +11 -8
  432. package/lib/compose/trace/people.component.d.ts +1 -1
  433. package/lib/compose/trace/trace.base.d.ts +8 -3
  434. package/lib/compose/trace/trace.component.d.ts +5 -8
  435. package/lib/compose/trace/trace.pane.component.d.ts +1 -1
  436. package/lib/compose/version-compare/version-compare.component.d.ts +1 -1
  437. package/lib/compose/version-compare/version-compare.directive.d.ts +3 -3
  438. package/lib/compose/version-compare/version.pane.component.d.ts +1 -1
  439. package/lib/core/NgComponentOutlet.d.ts +1 -1
  440. package/lib/core/animated-icon/animated-icon.directive.d.ts +1 -1
  441. package/lib/core/avatar/avatar.component.d.ts +1 -1
  442. package/lib/core/component-factory-resolver.d.ts +1 -1
  443. package/lib/core/controls/address.input.d.ts +2 -2
  444. package/lib/core/controls/auto-complete.input.d.ts +2 -2
  445. package/lib/core/controls/combination-picker-body.d.ts +2 -2
  446. package/lib/core/controls/combination-picker.d.ts +1 -1
  447. package/lib/core/controls/combination-pool.d.ts +1 -1
  448. package/lib/core/controls/file.input.d.ts +1 -1
  449. package/lib/core/controls/select.input.d.ts +2 -2
  450. package/lib/core/controls/time-picker.d.ts +2 -2
  451. package/lib/core/controls/timespan.input.d.ts +6 -2
  452. package/lib/core/guide/guide.component.d.ts +1 -1
  453. package/lib/core/guide/help-tip.component.d.ts +1 -1
  454. package/lib/core/identity/identity.component.d.ts +1 -1
  455. package/lib/core/info/location-info.component.d.ts +1 -1
  456. package/lib/core/layout/autocomplete.field.d.ts +2 -2
  457. package/lib/core/layout/checkbox.d.ts +1 -1
  458. package/lib/core/layout/checkbox.field.d.ts +2 -2
  459. package/lib/core/layout/date-range.field.d.ts +5 -2
  460. package/lib/core/layout/date.field.d.ts +2 -2
  461. package/lib/core/layout/expression.field.d.ts +2 -2
  462. package/lib/core/layout/file.field.d.ts +3 -2
  463. package/lib/core/layout/html.field.d.ts +2 -2
  464. package/lib/core/layout/input.base.d.ts +2 -2
  465. package/lib/core/layout/input.field.d.ts +2 -2
  466. package/lib/core/layout/layout.component.d.ts +1 -1
  467. package/lib/core/layout/numeric.field.d.ts +2 -2
  468. package/lib/core/layout/select.field.d.ts +2 -2
  469. package/lib/core/layout/switch.field.d.ts +2 -2
  470. package/lib/core/layout/textarea.field.d.ts +2 -2
  471. package/lib/core/layout/timespan.field.d.ts +2 -2
  472. package/lib/core/lottie-animation.d.ts +1 -1
  473. package/lib/core/mailbox.service.d.ts +7 -0
  474. package/lib/core/none.component.d.ts +1 -1
  475. package/lib/core/pipes/action.pipe.d.ts +1 -1
  476. package/lib/core/pipes/calendar.pipe.d.ts +1 -1
  477. package/lib/core/pipes/date-format.pipe.d.ts +1 -1
  478. package/lib/core/pipes/daterange.pipe.d.ts +2 -2
  479. package/lib/core/pipes/difference.pipe.d.ts +1 -1
  480. package/lib/core/pipes/duration-format.pipe.d.ts +1 -1
  481. package/lib/core/pipes/duration.pipe.d.ts +1 -1
  482. package/lib/core/pipes/form.pipe.d.ts +1 -1
  483. package/lib/core/pipes/join.pipe.d.ts +1 -1
  484. package/lib/core/pipes/role.pipe.d.ts +1 -1
  485. package/lib/core/pipes/sanitize-html.pipe.d.ts +1 -1
  486. package/lib/core/pipes/sort.pipe.d.ts +2 -2
  487. package/lib/core/pipes/state.pipe.d.ts +1 -1
  488. package/lib/core/pipes/time-ago.pipe.d.ts +1 -1
  489. package/lib/core/pipes/translate.pipe.d.ts +2 -2
  490. package/lib/core/pipes/type-value.pipe.d.ts +1 -1
  491. package/lib/core/pipes/user-name.pipe.d.ts +1 -1
  492. package/lib/core/popup/popup.component.d.ts +1 -1
  493. package/lib/core/popup/tooltip.directive.d.ts +2 -2
  494. package/lib/core/prompt/ask/ask.dialog.d.ts +1 -1
  495. package/lib/core/prompt/mask/mask.component.d.ts +1 -1
  496. package/lib/core/save-changes.dialog.d.ts +1 -1
  497. package/lib/core/slots/router.directive.d.ts +1 -1
  498. package/lib/core/slots/slots.component.d.ts +2 -2
  499. package/lib/core/tagging/documents.component.d.ts +1 -1
  500. package/lib/core/tagging/edit-input.component.d.ts +1 -1
  501. package/lib/core/tagging/emoji.component.d.ts +1 -1
  502. package/lib/core/tagging/tagging-item.directive.d.ts +1 -1
  503. package/lib/core/tagging/tagging.component-base.d.ts +1 -1
  504. package/lib/core/tagging/tagging.directive.d.ts +1 -1
  505. package/lib/core/tagging/tagging.pipe.d.ts +1 -1
  506. package/lib/core/tagging/users.component.d.ts +1 -1
  507. package/lib/core/translations.d.ts +10 -0
  508. package/lib/cube/accum/accum.component.d.ts +1 -1
  509. package/lib/cube/chart/chart.component.d.ts +1 -1
  510. package/lib/cube/cube-menu.component.d.ts +1 -1
  511. package/lib/cube/cube-view.component.d.ts +1 -1
  512. package/lib/cube/explore/document-item.component.d.ts +1 -1
  513. package/lib/cube/explore/explore-item.component.d.ts +1 -1
  514. package/lib/cube/explore/explore-items.component.d.ts +1 -1
  515. package/lib/cube/explore/explore.pane.component.d.ts +1 -1
  516. package/lib/cube/explore/item.pane.component.d.ts +1 -1
  517. package/lib/cube/filter/filter-tags.component.exp.d.ts +1 -1
  518. package/lib/cube/filter/filter.component.d.ts +1 -1
  519. package/lib/cube/grid/grid.component.d.ts +1 -1
  520. package/lib/cube/grid/spreadsheet.component.d.ts +1 -1
  521. package/lib/cube/matrix/matrix.base.d.ts +2 -2
  522. package/lib/cube/matrix/matrix.mobile.component.d.ts +3 -1
  523. package/lib/cube/matrix/matrix.pane.component.d.ts +3 -2
  524. package/lib/cube/matrix/popup.component.d.ts +1 -1
  525. package/lib/cube/matrix/table.component.d.ts +1 -1
  526. package/lib/cube/parallel/parallel.component.d.ts +1 -1
  527. package/lib/cube/pivot/pivot.component.d.ts +1 -1
  528. package/lib/cube/sum/sum.component.d.ts +1 -1
  529. package/lib/cube/view-base.d.ts +2 -2
  530. package/lib/cube/view.mobile.component.d.ts +1 -2
  531. package/lib/cube/view.pane.component.d.ts +1 -1
  532. package/lib/dashboard/actions/actions.widget.d.ts +1 -1
  533. package/lib/dashboard/cube/accum-cube.widget.d.ts +1 -1
  534. package/lib/dashboard/cube/compare.widget.d.ts +3 -3
  535. package/lib/dashboard/cube/cube-analysis.base.d.ts +1 -1
  536. package/lib/dashboard/cube/cube-analysis.widget.d.ts +1 -1
  537. package/lib/dashboard/cube/cube-chart.widget.d.ts +1 -1
  538. package/lib/dashboard/cube/documents.widget.d.ts +1 -1
  539. package/lib/dashboard/cube/filter/filter.component.d.ts +1 -1
  540. package/lib/dashboard/dashboard.component.d.ts +1 -1
  541. package/lib/dashboard/dashboard.pane.component.d.ts +1 -1
  542. package/lib/dashboard/recents/recents.widget.d.ts +2 -2
  543. package/lib/dashboard/score/activity.widget.d.ts +1 -1
  544. package/lib/dashboard/score/compare-groups.widget.d.ts +1 -1
  545. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
  546. package/lib/dashboard/score/pending-results.widget.d.ts +1 -1
  547. package/lib/dashboard/score/personal-score.widget.d.ts +1 -1
  548. package/lib/dashboard/widget-item.component.d.ts +1 -1
  549. package/lib/desktop.module.d.ts +1 -1
  550. package/lib/home/about/about.dialog.d.ts +1 -1
  551. package/lib/home/home-base.component.d.ts +1 -1
  552. package/lib/home/home.desktop.component.d.ts +1 -1
  553. package/lib/home/home.mobile.component.d.ts +1 -1
  554. package/lib/home/notifications/notifications.component.d.ts +1 -1
  555. package/lib/home/options/options.component.d.ts +1 -1
  556. package/lib/home/outofoffice/outofoffice.component.d.ts +1 -1
  557. package/lib/home/sign/sign.component.d.ts +1 -1
  558. package/lib/home/tools.component.d.ts +2 -2
  559. package/lib/impersonate/impersonate.component.d.ts +2 -2
  560. package/lib/notifications/filter.component.d.ts +5 -2
  561. package/lib/notifications/notifications-table.component.d.ts +1 -1
  562. package/lib/notifications/notifications.mobile.component.d.ts +1 -1
  563. package/lib/notifications/notifications.pane.component.d.ts +1 -1
  564. package/lib/notifications/types/commented.notification.d.ts +1 -1
  565. package/lib/notifications/types/cube-anomaly.notification.d.ts +1 -1
  566. package/lib/notifications/types/escalated.notification.d.ts +1 -1
  567. package/lib/notifications/types/liked.notification.d.ts +1 -1
  568. package/lib/notifications/types/long-running-task.notification.d.ts +1 -1
  569. package/lib/notifications/types/notification-base.d.ts +1 -1
  570. package/lib/notifications/types/nudge.notification.d.ts +1 -1
  571. package/lib/notifications/types/state-changed.notification.d.ts +1 -1
  572. package/lib/notifications/types/tagged.notification.d.ts +1 -1
  573. package/lib/notifications/types/text.notification.d.ts +1 -1
  574. package/lib/notifications/types/upcoming-event.notification.d.ts +1 -1
  575. package/lib/options/options.component.d.ts +37 -6
  576. package/lib/reports/arguments-component.d.ts +1 -1
  577. package/lib/reports/cube/documents.component.d.ts +1 -1
  578. package/lib/reports/cube/grid-documents.component.d.ts +1 -1
  579. package/lib/reports/cube/table-documents.component.d.ts +1 -1
  580. package/lib/reports/cube/usage-args.component.d.ts +1 -1
  581. package/lib/reports/cube/usage-base.d.ts +1 -1
  582. package/lib/reports/cube/usage-chart.component.d.ts +1 -1
  583. package/lib/reports/cube/usage-pivot.component.d.ts +1 -1
  584. package/lib/reports/cube/usage.component.d.ts +1 -1
  585. package/lib/reports/report-viewer.component.d.ts +1 -1
  586. package/lib/reports/report.mobile.component.d.ts +1 -1
  587. package/lib/reports/report.pane.component.d.ts +1 -1
  588. package/lib/reports/reports-menu.component.d.ts +1 -1
  589. package/lib/reports/substitution/substitution.component.d.ts +1 -1
  590. package/lib/reports/table/table-view.component.d.ts +1 -1
  591. package/lib/reports/tasks/tasks.component.d.ts +1 -1
  592. package/lib/scheduler/schedule.component.d.ts +1 -1
  593. package/lib/scheduler/scheduler.mobile.component.d.ts +1 -1
  594. package/lib/scheduler/scheduler.pane.component.d.ts +1 -1
  595. package/lib/shared.module.d.ts +1 -1
  596. package/lib/system.module.d.ts +57 -27
  597. package/lib/views/cube/chart.component.d.ts +1 -1
  598. package/lib/views/cube/cube-base.d.ts +1 -1
  599. package/lib/views/cube/explore.component.d.ts +1 -1
  600. package/lib/views/cube/matrix.component.d.ts +1 -1
  601. package/lib/views/cube/parallel.component.d.ts +1 -1
  602. package/lib/views/cube/pivot.component.d.ts +1 -1
  603. package/lib/views/cube/sum.component.d.ts +1 -2
  604. package/lib/views/cube/view.component.d.ts +1 -1
  605. package/lib/views/timeline/timeline.component.exp.d.ts +1 -1
  606. package/lib/views/view-item.component.d.ts +1 -1
  607. package/lib/views/views.component.d.ts +1 -1
  608. package/lib/views/views.mobile.component.d.ts +1 -1
  609. package/lib/views/views.pane.component.d.ts +1 -1
  610. package/package.json +33 -33
  611. package/public-api.d.ts +1 -1
  612. package/assets/.gitkeep +0 -0
@@ -8,10 +8,10 @@ import * as i1 from "../../core/session.service";
8
8
  import * as i2 from "../document-view-ref";
9
9
  import * as i3 from "../../cube/cube.service";
10
10
  import * as i4 from "../../core/router";
11
- import * as i5 from "../../cube/accum/accum.component";
12
- import * as i6 from "../../cube/chart/chart.component";
13
- import * as i7 from "../../core/none.component";
14
- import * as i8 from "@angular/common";
11
+ import * as i5 from "@angular/common";
12
+ import * as i6 from "../../core/none.component";
13
+ import * as i7 from "../../cube/accum/accum.component";
14
+ import * as i8 from "../../cube/chart/chart.component";
15
15
  let CubeChartViewComponent = class CubeChartViewComponent extends CubeBase {
16
16
  constructor(session, viewRef, service, _router) {
17
17
  super(viewRef, service, session);
@@ -60,15 +60,15 @@ let CubeChartViewComponent = class CubeChartViewComponent extends CubeBase {
60
60
  });
61
61
  }
62
62
  };
63
- CubeChartViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeChartViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.RouterImpl }], target: i0.ɵɵFactoryTarget.Component });
64
- CubeChartViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CubeChartViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata; \">\r\n <!--else none-->\r\n <ng-container [ngSwitch]=\"isAccum\">\r\n <bizdoc-cube-accum *ngSwitchCase=\"true\" [chartType]=\"chartType\" [width]=\"width\" [scope]=\"scope\"\r\n (explore)=\"explore($event)\"\r\n [cube]=\"cube.name\"\r\n [filters]=\"filters\"\r\n [xAxis]=\"xAxis\"></bizdoc-cube-accum>\r\n <bizdoc-cube-chart *ngSwitchDefault\r\n [cube]=\"cube.name\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [indices]=\"indices\"\r\n [filters]=\"filters\"\r\n [chartType]=\"chartType\"\r\n [indicesChartType]=\"indicesChartType\"\r\n [width]=\"width\"\r\n [scope]=\"scope\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-chart>\r\n </ng-container>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", components: [{ type: i5.CubeAccumulationChartComponent, selector: "bizdoc-cube-accum", inputs: ["palettes", "height", "width", "cube", "xAxis", "filters", "chartType", "scope", "loading"], outputs: ["loadingChange", "explore"] }, { type: i6.CubeChartComponent, selector: "bizdoc-cube-chart", inputs: ["width", "height", "cube", "xAxis", "series", "indices", "filters", "yAxis", "chartType", "indicesChartType", "scope", "loading", "palettes"], outputs: ["explore", "loadingChange"] }, { type: i7.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }], directives: [{ type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i8.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i8.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
63
+ CubeChartViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeChartViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.RouterImpl }], target: i0.ɵɵFactoryTarget.Component });
64
+ CubeChartViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: CubeChartViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata; \">\r\n <!--else none-->\r\n <ng-container [ngSwitch]=\"isAccum\">\r\n <bizdoc-cube-accum *ngSwitchCase=\"true\" [chartType]=\"chartType\" [width]=\"width\" [scope]=\"scope\"\r\n (explore)=\"explore($event)\"\r\n [cube]=\"cube.name\"\r\n [filters]=\"filters\"\r\n [xAxis]=\"xAxis\"></bizdoc-cube-accum>\r\n <bizdoc-cube-chart *ngSwitchDefault\r\n [cube]=\"cube.name\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [indices]=\"indices\"\r\n [filters]=\"filters\"\r\n [chartType]=\"chartType\"\r\n [indicesChartType]=\"indicesChartType\"\r\n [width]=\"width\"\r\n [scope]=\"scope\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-chart>\r\n </ng-container>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i5.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i5.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i6.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }, { kind: "component", type: i7.CubeAccumulationChartComponent, selector: "bizdoc-cube-accum", inputs: ["palettes", "height", "width", "cube", "xAxis", "filters", "chartType", "scope", "loading"], outputs: ["loadingChange", "explore"] }, { kind: "component", type: i8.CubeChartComponent, selector: "bizdoc-cube-chart", inputs: ["width", "height", "cube", "xAxis", "series", "indices", "filters", "yAxis", "chartType", "indicesChartType", "scope", "loading", "palettes"], outputs: ["explore", "loadingChange"] }] });
65
65
  CubeChartViewComponent = __decorate([
66
66
  BizDoc({
67
67
  selector: 'bizdoc-chart-view'
68
68
  })
69
69
  ], CubeChartViewComponent);
70
70
  export { CubeChartViewComponent };
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeChartViewComponent, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeChartViewComponent, decorators: [{
72
72
  type: Component,
73
73
  args: [{ host: { class: 'view' }, template: "<ng-container *ngIf=\"hasdata; \">\r\n <!--else none-->\r\n <ng-container [ngSwitch]=\"isAccum\">\r\n <bizdoc-cube-accum *ngSwitchCase=\"true\" [chartType]=\"chartType\" [width]=\"width\" [scope]=\"scope\"\r\n (explore)=\"explore($event)\"\r\n [cube]=\"cube.name\"\r\n [filters]=\"filters\"\r\n [xAxis]=\"xAxis\"></bizdoc-cube-accum>\r\n <bizdoc-cube-chart *ngSwitchDefault\r\n [cube]=\"cube.name\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [indices]=\"indices\"\r\n [filters]=\"filters\"\r\n [chartType]=\"chartType\"\r\n [indicesChartType]=\"indicesChartType\"\r\n [width]=\"width\"\r\n [scope]=\"scope\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-chart>\r\n </ng-container>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n" }]
74
74
  }], ctorParameters: function () { return [{ type: i1.SessionService }, { type: i2.DocumentViewRef }, { type: i3.CubeService }, { type: i4.RouterImpl }]; } });
@@ -88,9 +88,9 @@ export class CubeBase {
88
88
  }
89
89
  get group() { return `#${this.model.number}`; }
90
90
  }
91
- CubeBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
92
- CubeBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.9", type: CubeBase, ngImport: i0 });
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeBase, decorators: [{
91
+ CubeBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
92
+ CubeBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.3", type: CubeBase, ngImport: i0 });
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeBase, decorators: [{
94
94
  type: Directive
95
95
  }], ctorParameters: function () { return [{ type: i1.DocumentViewRef }, { type: i2.CubeService }, { type: i3.SessionService }, { type: undefined }]; } });
96
96
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1iYXNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi92aWV3cy9jdWJlL2N1YmUtYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBTzFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7Ozs7O0FBVXpELE1BQU0sT0FBZ0IsUUFBUTtJQWM1QixZQUNZLFFBQTRCLEVBQzVCLFFBQXFCLEVBQ3JCLFFBQXdCLEVBQVUsS0FBZTtRQUZqRCxhQUFRLEdBQVIsUUFBUSxDQUFvQjtRQUM1QixhQUFRLEdBQVIsUUFBUSxDQUFhO1FBQ3JCLGFBQVEsR0FBUixRQUFRLENBQWdCO1FBQVUsVUFBSyxHQUFMLEtBQUssQ0FBVTtJQUM3RCxDQUFDO0lBQ0QsTUFBTSxDQUFDLEtBQXlCO1FBQzlCLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1FBQ25CLElBQUksS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLEVBQUU7WUFDdEIsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBRXBCLE1BQU0sR0FBRyxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7WUFFL0MsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFFdEUsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7WUFFcEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUNyQjthQUNJLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSztZQUNsQixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUM7SUFDaEMsQ0FBQztJQUVELFVBQVUsQ0FBQyxJQUFjO1FBQ3ZCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLENBQUM7UUFFeEIsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUUxRCxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQ2hELENBQUM7SUFDUyxLQUFLLENBQUMsSUFBdUI7UUFDckMsSUFBSSxRQUFRLENBQUMsSUFBSSxDQUFDO1lBQ2hCLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQzs7WUFDcEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzlDLENBQUM7SUFDRDs7O09BR0c7SUFDSCxRQUFRLENBQUMsSUFBVTtRQUNqQixNQUFNLEdBQUcsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBRS9DLElBQUksR0FBRyxDQUFDLE1BQU0sR0FBRyxDQUFDO1lBQ2hCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsQ0FBQztRQUVsRyxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztRQUVqQixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFFckQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUU5QyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDcEIsQ0FBQztJQUNPLFlBQVksQ0FBQyxDQUFXO1FBQzlCLE1BQU0sV0FBVyxHQUFHLEVBQXVCLENBQUM7UUFDNUMsSUFBSSxJQUFVLENBQUM7UUFDZixVQUFVO1FBQ1YsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQzNCLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztnQkFDdEIsV0FBVyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsSUFBSSxLQUFLLENBQUMsQ0FBQyxJQUFJO2dCQUMvQixJQUFJLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQ2xFLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUNWLE9BQU8sQ0FBQyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFO2dCQUMzQixJQUFJLElBQUksR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksRUFBRSxJQUFJLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxHQUFHLEdBQUcsV0FBVyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQztnQkFDaEYsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssSUFBSSxFQUFFO29CQUN0QyxJQUFJLENBQUMsR0FBRzt3QkFDTixXQUFXLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLElBQUksQ0FBQzt5QkFDOUIsSUFBSSxRQUFRLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxLQUFLLElBQUk7d0JBQUUsV0FBVyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsRUFBRSxJQUFJLENBQUMsQ0FBQzt5QkFDM0UsSUFBSSxPQUFPLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDO3dCQUM1QyxHQUFHLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO2lCQUNsQjtnQkFDRCxDQUFDLEVBQUUsQ0FBQzthQUNMO1FBQ0gsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsV0FBVyxDQUFDO0lBQ3RDLENBQUM7SUFDUyxLQUFLLENBQUMsaUJBQWlCO1FBQy9CLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxTQUFTO1lBQ2xDLE9BQU8sSUFBSSxDQUFDO1FBQ2QsTUFBTSxJQUFJLEdBQUcsRUFBRSxDQUFDO1FBQ2hCLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQzdFLE9BQU8sTUFBTSxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDckQsU0FBUyxFQUFFLENBQUM7SUFDaEIsQ0FBQztJQUNTLFNBQVMsQ0FBQyxZQUFxQjtRQUN2QyxNQUFNLElBQUksR0FBRyxFQUFFLEdBQUcsWUFBWSxFQUFFLENBQUM7UUFDakMsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxTQUFTO1lBQ2pDLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxPQUFPLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQy9ELE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUNELElBQUksS0FBSyxLQUFLLE9BQU8sSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sRUFBRSxDQUFBLENBQUMsQ0FBQzs7cUdBeEcxQixRQUFRO3lGQUFSLFFBQVE7MkZBQVIsUUFBUTtrQkFEN0IsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEF4ZXNNYXAsIEN1YmUsIERvY3VtZW50TW9kZWwgfSBmcm9tIFwiLi4vLi4vY29yZS9tb2RlbHNcIjtcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vY29yZS9zZXNzaW9uLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgRG9jdW1lbnRWaWV3UmVmIH0gZnJvbSBcIi4uL2RvY3VtZW50LXZpZXctcmVmXCI7XHJcblxyXG5pbXBvcnQgeyBDdWJlU2VydmljZSwgUGF0dGVybiB9IGZyb20gJy4uLy4uL2N1YmUvY3ViZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRG9jdW1lbnRWaWV3Q29tcG9uZW50IH0gZnJvbSBcIi4uLy4uL2NvcmUvYmFzZVwiO1xyXG5pbXBvcnQgeyBpc0FycmF5LCBpc1N0cmluZyB9IGZyb20gXCIuLi8uLi9jb3JlL2Z1bmN0aW9uc1wiO1xyXG5pbXBvcnQgeyBTY29wZVR5cGUgfSBmcm9tIFwiLi4vLi4vY29yZS9jb25maWd1cmF0aW9uXCI7XHJcblxyXG50eXBlIENvbnNvbGlkYXRlZE1vZGVsID0ge1xyXG4gIFtjdWJlOiBzdHJpbmddOiB7XHJcbiAgICBbYXhpczogc3RyaW5nXTogc3RyaW5nIHwgc3RyaW5nW107XHJcbiAgfTtcclxufTtcclxuXHJcbkBEaXJlY3RpdmUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQ3ViZUJhc2U8TyBleHRlbmRzIE9wdGlvbnM+IGltcGxlbWVudHMgRG9jdW1lbnRWaWV3Q29tcG9uZW50IHtcclxuICBwYXR0ZXJuczogUGF0dGVybltdO1xyXG4gIHBhdHRlcm46IFBhdHRlcm47XHJcbiAgc2NvcGU6IFNjb3BlVHlwZTtcclxuICBsb2FkaW5nOiBib29sZWFuO1xyXG4gIGF4ZXM6IEF4ZXNNYXA7XHJcbiAgYW55RmlsdGVyczogYm9vbGVhbjtcclxuICBtb2RlbDogRG9jdW1lbnRNb2RlbDxhbnk+O1xyXG4gIG9yaWdpbmFsQXhlczogQXhlc01hcDtcclxuICBhbHRlcm5hdGU6IEN1YmVbXTtcclxuICBjdWJlOiBDdWJlO1xyXG4gIGhhc2RhdGE6IGJvb2xlYW47XHJcbiAgdGl0bGU6IHN0cmluZztcclxuICBwcml2YXRlIF9jb25zb2xpZGF0ZURhdGE6IENvbnNvbGlkYXRlZE1vZGVsO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJvdGVjdGVkIF92aWV3UmVmOiBEb2N1bWVudFZpZXdSZWY8Tz4sXHJcbiAgICBwcm90ZWN0ZWQgX3NlcnZpY2U6IEN1YmVTZXJ2aWNlLFxyXG4gICAgcHJvdGVjdGVkIF9zZXNzaW9uOiBTZXNzaW9uU2VydmljZSwgcHJpdmF0ZSBfbm9uZT86IGJvb2xlYW4pIHtcclxuICB9XHJcbiAgb25CaW5kKG1vZGVsOiBEb2N1bWVudE1vZGVsPGFueT4pIHtcclxuICAgIHRoaXMubW9kZWwgPSBtb2RlbDtcclxuICAgIGlmIChtb2RlbC5jdWJlcy5sZW5ndGgpIHtcclxuICAgICAgdGhpcy5fY29uc29saWRhdGUoKTtcclxuXHJcbiAgICAgIGNvbnN0IGlkcyA9IE9iamVjdC5rZXlzKHRoaXMuX2NvbnNvbGlkYXRlRGF0YSk7XHJcblxyXG4gICAgICBjb25zdCBjdWJlID0gdGhpcy5fc2Vzc2lvbi5wcm9maWxlLmN1YmVzLmZpbmQoYyA9PiBjLm5hbWUgPT09IGlkc1swXSk7XHJcblxyXG4gICAgICB0aGlzLmhhc2RhdGEgPSB0cnVlO1xyXG5cclxuICAgICAgdGhpcy5zd2l0Y2hUbyhjdWJlKTtcclxuICAgIH1cclxuICAgIGVsc2UgaWYgKCF0aGlzLl9ub25lKVxyXG4gICAgICB0aGlzLl92aWV3UmVmLmhpZGRlbiA9IHRydWU7XHJcbiAgfVxyXG4gIGFic3RyYWN0IG9uVmlld0JpbmQoKTtcclxuICBzd2l0Y2hBeGVzKGF4ZXM/OiBBeGVzTWFwKSB7XHJcbiAgICB0aGlzLl9jb25zb2xpZGF0ZShheGVzKTtcclxuXHJcbiAgICB0aGlzLm9yaWdpbmFsQXhlcyA9IHRoaXMuX2NvbnNvbGlkYXRlRGF0YVt0aGlzLmN1YmUubmFtZV07XHJcblxyXG4gICAgdGhpcy5heGVzID0gdGhpcy5hZ2dyZWdhdGUodGhpcy5vcmlnaW5hbEF4ZXMpO1xyXG4gIH1cclxuICBwcm90ZWN0ZWQgX2Ryb3AoYXhlczogc3RyaW5nIHwgc3RyaW5nW10pIHtcclxuICAgIGlmIChpc1N0cmluZyhheGVzKSlcclxuICAgICAgZGVsZXRlIHRoaXMuYXhlc1theGVzXTtcclxuICAgIGVsc2UgYXhlcy5mb3JFYWNoKHMgPT4gZGVsZXRlIHRoaXMuYXhlc1tzXSk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIFxyXG4gICAqIEBwYXJhbSBjdWJlXHJcbiAgICovXHJcbiAgc3dpdGNoVG8oY3ViZTogQ3ViZSkge1xyXG4gICAgY29uc3QgaWRzID0gT2JqZWN0LmtleXModGhpcy5fY29uc29saWRhdGVEYXRhKTtcclxuXHJcbiAgICBpZiAoaWRzLmxlbmd0aCA+IDEpXHJcbiAgICAgIHRoaXMuYWx0ZXJuYXRlID0gdGhpcy5fc2Vzc2lvbi5wcm9maWxlLmN1YmVzLmZpbHRlcihjID0+IGlkcy5pbmRleE9mKGMubmFtZSkgPiAtMSAmJiBjICE9IGN1YmUpO1xyXG5cclxuICAgIHRoaXMuY3ViZSA9IGN1YmU7XHJcblxyXG4gICAgdGhpcy5vcmlnaW5hbEF4ZXMgPSB0aGlzLl9jb25zb2xpZGF0ZURhdGFbY3ViZS5uYW1lXTtcclxuXHJcbiAgICB0aGlzLmF4ZXMgPSB0aGlzLmFnZ3JlZ2F0ZSh0aGlzLm9yaWdpbmFsQXhlcyk7XHJcblxyXG4gICAgdGhpcy5vblZpZXdCaW5kKCk7XHJcbiAgfVxyXG4gIHByaXZhdGUgX2NvbnNvbGlkYXRlKGg/OiBBeGVzTWFwKSB7XHJcbiAgICBjb25zdCBjb25zb2xpZGF0ZSA9IHt9IGFzIENvbnNvbGlkYXRlZE1vZGVsO1xyXG4gICAgbGV0IGN1YmU6IEN1YmU7XHJcbiAgICAvLyBjb2xsZWN0XHJcbiAgICB0aGlzLm1vZGVsLmN1YmVzLmZvckVhY2goZSA9PiB7XHJcbiAgICAgIGlmICghY29uc29saWRhdGVbZS5jdWJlXSlcclxuICAgICAgICBjb25zb2xpZGF0ZVtlLmN1YmVdID0ge307XHJcbiAgICAgIGlmICghY3ViZSB8fCBjdWJlLm5hbWUgIT09IGUuY3ViZSlcclxuICAgICAgICBjdWJlID0gdGhpcy5fc2Vzc2lvbi5wcm9maWxlLmN1YmVzLmZpbmQoYyA9PiBjLm5hbWUgPT09IGUuY3ViZSk7XHJcbiAgICAgIGxldCBpID0gMDtcclxuICAgICAgd2hpbGUgKGkgPCBjdWJlLmF4ZXMubGVuZ3RoKSB7XHJcbiAgICAgICAgbGV0IG5hbWUgPSBjdWJlLmF4ZXNbaV0ubmFtZSwgYXhpcyA9IGUuYXhlc1tpXSwgdmFsID0gY29uc29saWRhdGVbZS5jdWJlXVtuYW1lXTtcclxuICAgICAgICBpZiAoIWggfHwgIWhbbmFtZV0gfHwgaFtuYW1lXSA9PT0gYXhpcykge1xyXG4gICAgICAgICAgaWYgKCF2YWwpXHJcbiAgICAgICAgICAgIGNvbnNvbGlkYXRlW2UuY3ViZV1bbmFtZV0gPSBheGlzO1xyXG4gICAgICAgICAgZWxzZSBpZiAoaXNTdHJpbmcodmFsKSAmJiB2YWwgIT09IGF4aXMpIGNvbnNvbGlkYXRlW2UuY3ViZV1bbmFtZV0gPSBbdmFsLCBheGlzXTtcclxuICAgICAgICAgIGVsc2UgaWYgKGlzQXJyYXkodmFsKSAmJiB2YWwuaW5kZXhPZihheGlzKSA8IDApXHJcbiAgICAgICAgICAgIHZhbC5wdXNoKGF4aXMpO1xyXG4gICAgICAgIH1cclxuICAgICAgICBpKys7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gICAgdGhpcy5fY29uc29saWRhdGVEYXRhID0gY29uc29saWRhdGU7XHJcbiAgfVxyXG4gIHByb3RlY3RlZCBhc3luYyBnZXRBZ2dyZWdhdGVMYWJlbCgpIHtcclxuICAgIGlmICghdGhpcy5fdmlld1JlZi5vcHRpb25zLmFnZ3JlZ2F0ZSlcclxuICAgICAgcmV0dXJuIG51bGw7XHJcbiAgICBjb25zdCBheGVzID0ge307XHJcbiAgICB0aGlzLl92aWV3UmVmLm9wdGlvbnMuYWdncmVnYXRlLmZvckVhY2goYSA9PiBheGVzW2FdID0gdGhpcy5vcmlnaW5hbEF4ZXNbYV0pO1xyXG4gICAgcmV0dXJuIGF3YWl0IHRoaXMuX3NlcnZpY2UubmFtZU9mKGF4ZXMsIHRoaXMuY3ViZS5uYW1lKS5cclxuICAgICAgdG9Qcm9taXNlKCk7XHJcbiAgfVxyXG4gIHByb3RlY3RlZCBhZ2dyZWdhdGUob3JpZ2luYWxBeGVzOiBBeGVzTWFwKTogQXhlc01hcCB7XHJcbiAgICBjb25zdCBheGVzID0geyAuLi5vcmlnaW5hbEF4ZXMgfTtcclxuICAgIGlmICh0aGlzLl92aWV3UmVmLm9wdGlvbnMuYWdncmVnYXRlKVxyXG4gICAgICB0aGlzLl92aWV3UmVmLm9wdGlvbnMuYWdncmVnYXRlLmZvckVhY2goYSA9PiBkZWxldGUgYXhlc1thXSk7XHJcbiAgICByZXR1cm4gYXhlcztcclxuICB9XHJcbiAgZ2V0IGdyb3VwKCkgeyByZXR1cm4gYCMke3RoaXMubW9kZWwubnVtYmVyfWAgfVxyXG59XHJcbmludGVyZmFjZSBPcHRpb25zIHtcclxuICBhZ2dyZWdhdGU/OiBzdHJpbmdbXTtcclxufVxyXG4iXX0=
@@ -10,12 +10,12 @@ import * as i3 from "../../core/router";
10
10
  import * as i4 from "../../cube/cube.service";
11
11
  import * as i5 from "../../core/datasource.service";
12
12
  import * as i6 from "../../core/session.service";
13
- import * as i7 from "@angular/material/button";
14
- import * as i8 from "@angular/material/icon";
15
- import * as i9 from "@angular/material/menu";
16
- import * as i10 from "@angular/material/progress-spinner";
17
- import * as i11 from "../../cube/explore/explore-items.component";
18
- import * as i12 from "@angular/common";
13
+ import * as i7 from "@angular/common";
14
+ import * as i8 from "@angular/material/progress-spinner";
15
+ import * as i9 from "@angular/material/button";
16
+ import * as i10 from "@angular/material/icon";
17
+ import * as i11 from "@angular/material/menu";
18
+ import * as i12 from "../../cube/explore/explore-items.component";
19
19
  import * as i13 from "../../core/popup/tooltip.directive";
20
20
  import * as i14 from "../../core/pipes/type-value.pipe";
21
21
  import * as i15 from "../../core/pipes/translate.pipe";
@@ -68,15 +68,15 @@ let CubeExploreViewComponent = class CubeExploreViewComponent extends CubeBase {
68
68
  });
69
69
  }
70
70
  };
71
- CubeExploreViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeExploreViewComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.PromptService }, { token: i3.RouterImpl }, { token: i4.CubeService }, { token: i5.DatasourceService }, { token: i6.SessionService }], target: i0.ɵɵFactoryTarget.Component });
72
- CubeExploreViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CubeExploreViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata\">\r\n <div class=\"nav-toolbar\">\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"items.paginator.previousPage()\" [bizdocTooltip]=\"'PrevPage' | translate\" [attr.aria-label]=\"'PrevPage' | translate\" [disabled]=\"!items.paginator.hasPreviousPage()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <button mat-icon-button (click)=\"items.paginator.nextPage()\" [bizdocTooltip]=\"'NextPage' | translate\" [attr.aria-label]=\"'NextPage' | translate\" [disabled]=\"!items.paginator.hasNextPage()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-explore #items [cube]=\"cube.name\" [axes]=axes\r\n (explore)=\"item($event)\"\r\n (loadingChange)=\"loading = $event\" [pageSize]=\"pageSize\"\r\n [scope]=\"scope\"></bizdoc-cube-explore>\r\n</ng-container>\r\n", components: [{ 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.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i9.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i10.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { type: i11.ExploreItemsComponent, selector: "bizdoc-cube-explore", inputs: ["pageSize", "cube", "index", "scope", "axes", "loading"], outputs: ["explore", "load", "loadingChange"] }], directives: [{ type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i9.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i13.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }], pipes: { "async": i12.AsyncPipe, "typeValue": i14.TypeValuePipe, "translate": i15.TranslatePipe } });
71
+ CubeExploreViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeExploreViewComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.PromptService }, { token: i3.RouterImpl }, { token: i4.CubeService }, { token: i5.DatasourceService }, { token: i6.SessionService }], target: i0.ɵɵFactoryTarget.Component });
72
+ CubeExploreViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: CubeExploreViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata\">\r\n <div class=\"nav-toolbar\">\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"items.paginator.previousPage()\" [bizdocTooltip]=\"'PrevPage' | translate\" [attr.aria-label]=\"'PrevPage' | translate\" [disabled]=\"!items.paginator.hasPreviousPage()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <button mat-icon-button (click)=\"items.paginator.nextPage()\" [bizdocTooltip]=\"'NextPage' | translate\" [attr.aria-label]=\"'NextPage' | translate\" [disabled]=\"!items.paginator.hasNextPage()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-explore #items [cube]=\"cube.name\" [axes]=axes\r\n (explore)=\"item($event)\"\r\n (loadingChange)=\"loading = $event\" [pageSize]=\"pageSize\"\r\n [scope]=\"scope\"></bizdoc-cube-explore>\r\n</ng-container>\r\n", dependencies: [{ kind: "directive", type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i9.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i10.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i11.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i11.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i11.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: i12.ExploreItemsComponent, selector: "bizdoc-cube-explore", inputs: ["pageSize", "cube", "index", "scope", "axes", "loading"], outputs: ["explore", "load", "loadingChange"] }, { kind: "directive", type: i13.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i7.AsyncPipe, name: "async" }, { kind: "pipe", type: i14.TypeValuePipe, name: "typeValue" }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }] });
73
73
  CubeExploreViewComponent = __decorate([
74
74
  BizDoc({
75
75
  selector: 'bizdoc-explore-view'
76
76
  })
77
77
  ], CubeExploreViewComponent);
78
78
  export { CubeExploreViewComponent };
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeExploreViewComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeExploreViewComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{ host: { class: 'view' }, template: "<ng-container *ngIf=\"hasdata\">\r\n <div class=\"nav-toolbar\">\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"items.paginator.previousPage()\" [bizdocTooltip]=\"'PrevPage' | translate\" [attr.aria-label]=\"'PrevPage' | translate\" [disabled]=\"!items.paginator.hasPreviousPage()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <button mat-icon-button (click)=\"items.paginator.nextPage()\" [bizdocTooltip]=\"'NextPage' | translate\" [attr.aria-label]=\"'NextPage' | translate\" [disabled]=\"!items.paginator.hasNextPage()\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-explore #items [cube]=\"cube.name\" [axes]=axes\r\n (explore)=\"item($event)\"\r\n (loadingChange)=\"loading = $event\" [pageSize]=\"pageSize\"\r\n [scope]=\"scope\"></bizdoc-cube-explore>\r\n</ng-container>\r\n" }]
82
82
  }], ctorParameters: function () { return [{ type: i1.DocumentViewRef }, { type: i2.PromptService }, { type: i3.RouterImpl }, { type: i4.CubeService }, { type: i5.DatasourceService }, { type: i6.SessionService }]; } });
@@ -10,16 +10,16 @@ import * as i1 from "../document-view-ref";
10
10
  import * as i2 from "../../core/router";
11
11
  import * as i3 from "../../cube/cube.service";
12
12
  import * as i4 from "../../core/session.service";
13
- import * as i5 from "@angular/material/button";
14
- import * as i6 from "@angular/material/icon";
15
- import * as i7 from "@angular/material/menu";
16
- import * as i8 from "@angular/material/progress-spinner";
17
- import * as i9 from "../../cube/matrix/table.component";
18
- import * as i10 from "../../core/none.component";
19
- import * as i11 from "@angular/common";
13
+ import * as i5 from "@angular/common";
14
+ import * as i6 from "@angular/material/progress-spinner";
15
+ import * as i7 from "@angular/material/button";
16
+ import * as i8 from "@angular/material/icon";
17
+ import * as i9 from "@angular/material/menu";
18
+ import * as i10 from "../../cube/matrix/table.component";
19
+ import * as i11 from "../../core/none.component";
20
20
  import * as i12 from "../../core/popup/tooltip.directive";
21
- import * as i13 from "../../core/pipes/translate.pipe";
22
- import * as i14 from "../../core/pipes/type-value.pipe";
21
+ import * as i13 from "../../core/pipes/type-value.pipe";
22
+ import * as i14 from "../../core/pipes/translate.pipe";
23
23
  let CubeDocumentMatrixComponent = class CubeDocumentMatrixComponent extends CubeBase {
24
24
  constructor(viewRef, _router, service, session) {
25
25
  super(viewRef, service, session, true);
@@ -79,15 +79,15 @@ let CubeDocumentMatrixComponent = class CubeDocumentMatrixComponent extends Cube
79
79
  this.title = null;
80
80
  }
81
81
  };
82
- CubeDocumentMatrixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeDocumentMatrixComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component });
83
- CubeDocumentMatrixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CubeDocumentMatrixComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "table", first: true, predicate: CubeMatrixComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata; else none\">\r\n <div class=\"nav-toolbar\">\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <!-- title -->\r\n <button mat-icon-button [matMenuTriggerFor]=\"patternsMenu\" *ngIf=\"patterns && patterns.length\" [bizdocTooltip]=\"'Pattern'|translate\" [attr.aria-label]=\"'Pattern'|translate\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #patternsMenu xPosition=\"before\">\r\n <!-- patterns -->\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"patternChange(p)\">{{p.title}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\r\n <mat-icon>clear_all</mat-icon>\r\n </button>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-matrix [cube]=\"cube.name\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=\"sum\"\r\n [filters]=\"axes\" [scope]=\"scope\" class=\"table\"\r\n (explore)='explore($event)' [(loading)]=\"loading\"></bizdoc-cube-matrix>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", styles: [".table{padding:0 8px}\n"], components: [{ type: i5.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: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i7.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i7.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i8.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { type: i9.CubeMatrixComponent, selector: "bizdoc-cube-matrix", inputs: ["seriesTotalLabel", "xAxisTotalLabel", "cube", "xAxis", "series", "indices", "indexAt", "placeAt", "scope", "sum", "filters", "loading", "interactive"], outputs: ["explore", "loadingChange"] }, { type: i10.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i12.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }], pipes: { "translate": i13.TranslatePipe, "async": i11.AsyncPipe, "typeValue": i14.TypeValuePipe } });
82
+ CubeDocumentMatrixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeDocumentMatrixComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component });
83
+ CubeDocumentMatrixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: CubeDocumentMatrixComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "table", first: true, predicate: CubeMatrixComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata; else none\">\r\n <div class=\"nav-toolbar\">\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <!-- title -->\r\n <button mat-icon-button [matMenuTriggerFor]=\"patternsMenu\" *ngIf=\"patterns && patterns.length\" [bizdocTooltip]=\"'Pattern'|translate\" [attr.aria-label]=\"'Pattern'|translate\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #patternsMenu xPosition=\"before\">\r\n <!-- patterns -->\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"patternChange(p)\">{{p.title}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\r\n <mat-icon>clear_all</mat-icon>\r\n </button>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-matrix [cube]=\"cube.name\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=\"sum\"\r\n [filters]=\"axes\" [scope]=\"scope\" class=\"table\"\r\n (explore)='explore($event)' [(loading)]=\"loading\"></bizdoc-cube-matrix>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", styles: [".table{padding:0 8px}\n"], dependencies: [{ kind: "directive", type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", 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"] }, { kind: "component", type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i9.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i9.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i9.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: i10.CubeMatrixComponent, selector: "bizdoc-cube-matrix", inputs: ["seriesTotalLabel", "xAxisTotalLabel", "cube", "xAxis", "series", "indices", "indexAt", "placeAt", "scope", "sum", "filters", "loading", "interactive"], outputs: ["explore", "loadingChange"] }, { kind: "component", type: i11.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }, { kind: "directive", type: i12.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i13.TypeValuePipe, name: "typeValue" }, { kind: "pipe", type: i14.TranslatePipe, name: "translate" }] });
84
84
  CubeDocumentMatrixComponent = __decorate([
85
85
  BizDoc({
86
86
  selector: 'bizdoc-cube-matrix'
87
87
  })
88
88
  ], CubeDocumentMatrixComponent);
89
89
  export { CubeDocumentMatrixComponent };
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeDocumentMatrixComponent, decorators: [{
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeDocumentMatrixComponent, decorators: [{
91
91
  type: Component,
92
92
  args: [{ host: { class: 'view' }, template: "<ng-container *ngIf=\"hasdata; else none\">\r\n <div class=\"nav-toolbar\">\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <!-- title -->\r\n <button mat-icon-button [matMenuTriggerFor]=\"patternsMenu\" *ngIf=\"patterns && patterns.length\" [bizdocTooltip]=\"'Pattern'|translate\" [attr.aria-label]=\"'Pattern'|translate\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #patternsMenu xPosition=\"before\">\r\n <!-- patterns -->\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"patternChange(p)\">{{p.title}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\r\n <mat-icon>clear_all</mat-icon>\r\n </button>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-matrix [cube]=\"cube.name\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=\"sum\"\r\n [filters]=\"axes\" [scope]=\"scope\" class=\"table\"\r\n (explore)='explore($event)' [(loading)]=\"loading\"></bizdoc-cube-matrix>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", styles: [".table{padding:0 8px}\n"] }]
93
93
  }], ctorParameters: function () { return [{ type: i1.DocumentViewRef }, { type: i2.RouterImpl }, { type: i3.CubeService }, { type: i4.SessionService }]; }, propDecorators: { table: [{
@@ -7,8 +7,8 @@ import * as i1 from "../document-view-ref";
7
7
  import * as i2 from "../../core/router";
8
8
  import * as i3 from "../../cube/cube.service";
9
9
  import * as i4 from "../../core/session.service";
10
- import * as i5 from "../../cube/parallel/parallel.component";
11
- import * as i6 from "@angular/common";
10
+ import * as i5 from "@angular/common";
11
+ import * as i6 from "../../cube/parallel/parallel.component";
12
12
  let CubeParallelViewComponent = class CubeParallelViewComponent extends CubeBase {
13
13
  constructor(viewRef, _router, service, session) {
14
14
  super(viewRef, service, session);
@@ -39,15 +39,15 @@ let CubeParallelViewComponent = class CubeParallelViewComponent extends CubeBase
39
39
  });
40
40
  }
41
41
  };
42
- CubeParallelViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeParallelViewComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component });
43
- CubeParallelViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CubeParallelViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<bizdoc-cube-parallel *ngIf=hasdata\r\n [cube]=\"cube.name\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [indices]=\"indices\"\r\n [filters]=\"axes\"\r\n [chartType]=\"chartType\"\r\n [scope]=\"scope\"\r\n [size]=\"size\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-parallel>\r\n", styles: [":host{padding:8px}.element{display:flex;flex-direction:column;align-items:center;flex:1 1 auto}\n"], components: [{ type: i5.CubeParallelComponent, selector: "bizdoc-cube-parallel", inputs: ["filters", "xAxis", "series", "indices", "cube", "size", "chartType", "scope", "palettes"], outputs: ["explore"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
42
+ CubeParallelViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeParallelViewComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component });
43
+ CubeParallelViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: CubeParallelViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<bizdoc-cube-parallel *ngIf=hasdata\r\n [cube]=\"cube.name\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [indices]=\"indices\"\r\n [filters]=\"axes\"\r\n [chartType]=\"chartType\"\r\n [scope]=\"scope\"\r\n [size]=\"size\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-parallel>\r\n", styles: [":host{padding:8px}.element{display:flex;flex-direction:column;align-items:center;flex:1 1 auto}\n"], dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.CubeParallelComponent, selector: "bizdoc-cube-parallel", inputs: ["filters", "xAxis", "series", "indices", "cube", "size", "chartType", "scope", "palettes"], outputs: ["explore"] }] });
44
44
  CubeParallelViewComponent = __decorate([
45
45
  BizDoc({
46
46
  selector: 'bizdoc-parallel-view'
47
47
  })
48
48
  ], CubeParallelViewComponent);
49
49
  export { CubeParallelViewComponent };
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeParallelViewComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeParallelViewComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ host: { class: 'view' }, template: "<bizdoc-cube-parallel *ngIf=hasdata\r\n [cube]=\"cube.name\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [indices]=\"indices\"\r\n [filters]=\"axes\"\r\n [chartType]=\"chartType\"\r\n [scope]=\"scope\"\r\n [size]=\"size\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-parallel>\r\n", styles: [":host{padding:8px}.element{display:flex;flex-direction:column;align-items:center;flex:1 1 auto}\n"] }]
53
53
  }], ctorParameters: function () { return [{ type: i1.DocumentViewRef }, { type: i2.RouterImpl }, { type: i3.CubeService }, { type: i4.SessionService }]; } });
@@ -7,8 +7,8 @@ import * as i1 from "../../core/session.service";
7
7
  import * as i2 from "../document-view-ref";
8
8
  import * as i3 from "../../cube/cube.service";
9
9
  import * as i4 from "../../core/router";
10
- import * as i5 from "../../cube/pivot/pivot.component";
11
- import * as i6 from "@angular/common";
10
+ import * as i5 from "@angular/common";
11
+ import * as i6 from "../../cube/pivot/pivot.component";
12
12
  let CubePivotViewComponent = class CubePivotViewComponent extends CubeBase {
13
13
  constructor(session, viewRef, service, _router) {
14
14
  super(viewRef, service, session);
@@ -36,15 +36,15 @@ let CubePivotViewComponent = class CubePivotViewComponent extends CubeBase {
36
36
  });
37
37
  }
38
38
  };
39
- CubePivotViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubePivotViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.RouterImpl }], target: i0.ɵɵFactoryTarget.Component });
40
- CubePivotViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CubePivotViewComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-cube-pivot *ngIf=\"hasdata\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [cube]=\"cube.name\"\r\n [filters]=\"axes\"\r\n [chartType]=\"chartType\"\r\n [width]=\"width\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-pivot>\r\n", components: [{ type: i5.CubePivotComponent, selector: "bizdoc-cube-pivot", inputs: ["width", "height", "cube", "xAxis", "yAxis", "series", "indices", "filters", "chartType", "indicesChartType", "palettes", "loading"], outputs: ["explore", "loadingChange"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
39
+ CubePivotViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubePivotViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.RouterImpl }], target: i0.ɵɵFactoryTarget.Component });
40
+ CubePivotViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: CubePivotViewComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-cube-pivot *ngIf=\"hasdata\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [cube]=\"cube.name\"\r\n [filters]=\"axes\"\r\n [chartType]=\"chartType\"\r\n [width]=\"width\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-pivot>\r\n", dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.CubePivotComponent, selector: "bizdoc-cube-pivot", inputs: ["width", "height", "cube", "xAxis", "yAxis", "series", "indices", "filters", "chartType", "indicesChartType", "palettes", "loading"], outputs: ["explore", "loadingChange"] }] });
41
41
  CubePivotViewComponent = __decorate([
42
42
  BizDoc({
43
43
  selector: 'bizdoc-pivot-view'
44
44
  })
45
45
  ], CubePivotViewComponent);
46
46
  export { CubePivotViewComponent };
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubePivotViewComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubePivotViewComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{ template: "<bizdoc-cube-pivot *ngIf=\"hasdata\"\r\n [xAxis]=\"xAxis\"\r\n [series]=\"series\"\r\n [cube]=\"cube.name\"\r\n [filters]=\"axes\"\r\n [chartType]=\"chartType\"\r\n [width]=\"width\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-pivot>\r\n" }]
50
50
  }], ctorParameters: function () { return [{ type: i1.SessionService }, { type: i2.DocumentViewRef }, { type: i3.CubeService }, { type: i4.RouterImpl }]; } });
@@ -8,12 +8,12 @@ import * as i1 from "../document-view-ref";
8
8
  import * as i2 from "../../core/router";
9
9
  import * as i3 from "../../cube/cube.service";
10
10
  import * as i4 from "../../core/session.service";
11
- import * as i5 from "@angular/material/button";
12
- import * as i6 from "@angular/material/icon";
13
- import * as i7 from "@angular/material/menu";
14
- import * as i8 from "@angular/material/progress-spinner";
15
- import * as i9 from "../../cube/sum/sum.component";
16
- import * as i10 from "@angular/common";
11
+ import * as i5 from "@angular/common";
12
+ import * as i6 from "@angular/material/progress-spinner";
13
+ import * as i7 from "@angular/material/button";
14
+ import * as i8 from "@angular/material/icon";
15
+ import * as i9 from "@angular/material/menu";
16
+ import * as i10 from "../../cube/sum/sum.component";
17
17
  import * as i11 from "../../core/pipes/type-value.pipe";
18
18
  let CubeDocumentSumComponent = class CubeDocumentSumComponent extends CubeBase {
19
19
  constructor(viewRef, _router, service, session) {
@@ -49,16 +49,16 @@ let CubeDocumentSumComponent = class CubeDocumentSumComponent extends CubeBase {
49
49
  });
50
50
  }
51
51
  };
52
- CubeDocumentSumComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeDocumentSumComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component });
53
- CubeDocumentSumComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CubeDocumentSumComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata\">\r\n <div class=\"nav-toolbar\" *ngIf=\"alternate || selectedAxis\">\r\n <span class=\"divider\"></span>\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <ng-container *ngIf=\"selectedAxis\">\r\n <button mat-button [matMenuTriggerFor]=\"amenu\">{{selectedAxis| typeValue: primaryAxis.dataType | async }} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #amenu>\r\n <button mat-menu-item *ngFor=\"let a of originalAxes[primaryAxis.name]\"\r\n (click)=\"switchAxis(a)\">\r\n {{a | typeValue: primaryAxis.dataType | async}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-sum [xAxis]=\"primaryAxis.name\" [filters]=\"axes\" [parentAxis]=\"parentAxis\"\r\n [scope]=\"scope\" [periodPolicy]=\"periodPolicy\"\r\n [indices]=\"indices\" [cube]=\"cube.name\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-sum>\r\n</ng-container>\r\n", styles: [":host{padding:0 8px}\n"], components: [{ type: i5.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: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i7.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i7.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i8.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { type: i9.CubeSumComponent, selector: "bizdoc-cube-sum", inputs: ["xAxis", "periodPolicy", "parentAxis", "filters", "cube", "indices", "scope"], outputs: ["explore"] }], directives: [{ type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i10.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "async": i10.AsyncPipe, "typeValue": i11.TypeValuePipe } });
52
+ CubeDocumentSumComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeDocumentSumComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component });
53
+ CubeDocumentSumComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: CubeDocumentSumComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata\">\r\n <div class=\"nav-toolbar\" *ngIf=\"alternate || selectedAxis\">\r\n <span class=\"divider\"></span>\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <ng-container *ngIf=\"selectedAxis\">\r\n <button mat-button [matMenuTriggerFor]=\"amenu\">{{selectedAxis| typeValue: primaryAxis.dataType | async }} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #amenu>\r\n <button mat-menu-item *ngFor=\"let a of originalAxes[primaryAxis.name]\"\r\n (click)=\"switchAxis(a)\">\r\n {{a | typeValue: primaryAxis.dataType | async}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-sum [xAxis]=\"primaryAxis.name\" [filters]=\"axes\" [parentAxis]=\"parentAxis\"\r\n [scope]=\"scope\" [periodPolicy]=\"periodPolicy\"\r\n [indices]=\"indices\" [cube]=\"cube.name\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-sum>\r\n</ng-container>\r\n", styles: [":host{padding:0 8px}\n"], dependencies: [{ kind: "directive", type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", 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"] }, { kind: "component", type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i9.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i9.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i9.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: i10.CubeSumComponent, selector: "bizdoc-cube-sum", inputs: ["xAxis", "periodPolicy", "parentAxis", "filters", "cube", "indices", "scope"], outputs: ["explore"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i11.TypeValuePipe, name: "typeValue" }] });
54
54
  CubeDocumentSumComponent = __decorate([
55
55
  BizDoc({
56
56
  selector: 'bizdoc-cube-sum'
57
57
  })
58
58
  ], CubeDocumentSumComponent);
59
59
  export { CubeDocumentSumComponent };
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeDocumentSumComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeDocumentSumComponent, decorators: [{
61
61
  type: Component,
62
62
  args: [{ host: { class: 'view' }, template: "<ng-container *ngIf=\"hasdata\">\r\n <div class=\"nav-toolbar\" *ngIf=\"alternate || selectedAxis\">\r\n <span class=\"divider\"></span>\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <ng-container *ngIf=\"selectedAxis\">\r\n <button mat-button [matMenuTriggerFor]=\"amenu\">{{selectedAxis| typeValue: primaryAxis.dataType | async }} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #amenu>\r\n <button mat-menu-item *ngFor=\"let a of originalAxes[primaryAxis.name]\"\r\n (click)=\"switchAxis(a)\">\r\n {{a | typeValue: primaryAxis.dataType | async}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-sum [xAxis]=\"primaryAxis.name\" [filters]=\"axes\" [parentAxis]=\"parentAxis\"\r\n [scope]=\"scope\" [periodPolicy]=\"periodPolicy\"\r\n [indices]=\"indices\" [cube]=\"cube.name\"\r\n (explore)=\"explore($event)\"></bizdoc-cube-sum>\r\n</ng-container>\r\n", styles: [":host{padding:0 8px}\n"] }]
63
63
  }], ctorParameters: function () { return [{ type: i1.DocumentViewRef }, { type: i2.RouterImpl }, { type: i3.CubeService }, { type: i4.SessionService }]; } });
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvdmlld3MvY3ViZS9zdW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi92aWV3cy9jdWJlL3N1bS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUxQyxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFLL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUV2QyxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7Ozs7Ozs7Ozs7Ozs7SUFZbEMsd0JBQXdCLFNBQXhCLHdCQUF5QixTQUFRLFFBQWlCO0lBTzdELFlBQ0UsT0FBaUMsRUFDekIsT0FBbUIsRUFDM0IsT0FBb0IsRUFDcEIsT0FBdUI7UUFDdkIsS0FBSyxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFIekIsWUFBTyxHQUFQLE9BQU8sQ0FBWTtJQUk3QixDQUFDO0lBQ0QsS0FBSyxDQUFDLFVBQVU7UUFDZCxNQUFNLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDO1FBQzlFLElBQUksQ0FBQyxLQUFLO1lBQUUsTUFBTSx5QkFBeUIsQ0FBQztRQUM1QyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssS0FBSyxDQUFDLENBQUM7UUFDOUQsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMvQyxJQUFJLE9BQU8sQ0FBQyxhQUFhLENBQUM7WUFDeEIsSUFBSSxDQUFDLFlBQVksR0FBRyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDdkMsSUFBSSxDQUFDLFlBQVksR0FBRyxZQUFZLENBQUM7UUFDakMsSUFBSSxDQUFDLFVBQVUsR0FBRyxNQUFNLENBQUM7UUFDekIsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7UUFDdkIsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7SUFDckIsQ0FBQztJQUNELEtBQUssQ0FBQyxVQUFVLENBQUMsS0FBc0I7UUFDckMsTUFBTSxJQUFJLEdBQUcsRUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUM5QixJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsR0FBRyxLQUFLLENBQUM7UUFDcEMsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7UUFDMUIsS0FBSyxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDO0lBQ0QsT0FBTyxDQUFDLEdBQWlCO1FBQ3ZCLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxFQUFFO1lBQ3pELEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSztZQUNqQixXQUFXLEVBQUUsR0FBRyxDQUFDLElBQUk7WUFDckIsS0FBSyxFQUFFLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO2dCQUNqQixLQUFLLEVBQUUsR0FBRyxDQUFDLEtBQUs7YUFDakIsQ0FBQyxDQUFDLENBQUMsSUFBSTtTQUNULENBQUMsQ0FBQTtJQUNKLENBQUM7Q0FDRixDQUFBO3FIQXpDWSx3QkFBd0I7eUdBQXhCLHdCQUF3Qiw2R0NyQnJDLG04Q0E4QkE7QURUYSx3QkFBd0I7SUFIcEMsTUFBTSxDQUFDO1FBQ04sUUFBUSxFQUFFLGlCQUFpQjtLQUM1QixDQUFDO0dBQ1csd0JBQXdCLENBeUNwQztTQXpDWSx3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFScEMsU0FBUzsyQkFHRixFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEb2N1bWVudFZpZXdDb21wb25lbnQgfSBmcm9tIFwiLi4vLi4vY29yZS9iYXNlXCI7XHJcbmltcG9ydCB7IEJpekRvYyB9IGZyb20gXCIuLi8uLi9jb3JlL2RlY29yYXRvcnNcIjtcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vY29yZS9zZXNzaW9uLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgUm91dGVySW1wbCB9IGZyb20gXCIuLi8uLi9jb3JlL3JvdXRlclwiO1xyXG5pbXBvcnQgeyBDdWJlU2VydmljZSB9IGZyb20gXCIuLi8uLi9jdWJlL2N1YmUuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBEb2N1bWVudFZpZXdSZWYgfSBmcm9tIFwiLi4vZG9jdW1lbnQtdmlldy1yZWZcIjtcclxuaW1wb3J0IHsgQ3ViZUJhc2UgfSBmcm9tIFwiLi9jdWJlLWJhc2VcIjtcclxuaW1wb3J0IHsgQ3ViZUF4aXMgfSBmcm9tIFwiLi4vLi4vY29yZS9tb2RlbHNcIjtcclxuaW1wb3J0IHsgaXNBcnJheSB9IGZyb20gXCIuLi8uLi9jb3JlL2Z1bmN0aW9uc1wiO1xyXG5pbXBvcnQgeyBFeHBsb3JlRXZlbnQgfSBmcm9tIFwiLi4vLi4vY3ViZS9zdW0vc3VtLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBTY29wZVR5cGUgfSBmcm9tIFwiLi4vLi4vY29yZS9jb25maWd1cmF0aW9uXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICB0ZW1wbGF0ZVVybDogJ3N1bS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJ3N1bS5jb21wb25lbnQuc2NzcyddLFxyXG4gIGhvc3Q6IHsgY2xhc3M6ICd2aWV3JyB9XHJcbn0pXHJcbkBCaXpEb2Moe1xyXG4gIHNlbGVjdG9yOiAnYml6ZG9jLWN1YmUtc3VtJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ3ViZURvY3VtZW50U3VtQ29tcG9uZW50IGV4dGVuZHMgQ3ViZUJhc2U8T3B0aW9ucz4gaW1wbGVtZW50cyBEb2N1bWVudFZpZXdDb21wb25lbnQge1xyXG4gIHByaW1hcnlBeGlzITogQ3ViZUF4aXM7XHJcbiAgcGFyZW50QXhpcz86IHN0cmluZztcclxuICBwZXJpb2RQb2xpY3k6IHN0cmluZztcclxuICBpbmRpY2VzOiBzdHJpbmdbXSB8IHN0cmluZztcclxuICBzZWxlY3RlZEF4aXM6IHN0cmluZyB8IG51bWJlcjtcclxuICBzY29wZTogU2NvcGVUeXBlO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgdmlld1JlZjogRG9jdW1lbnRWaWV3UmVmPE9wdGlvbnM+LFxyXG4gICAgcHJpdmF0ZSBfcm91dGVyOiBSb3V0ZXJJbXBsLFxyXG4gICAgc2VydmljZTogQ3ViZVNlcnZpY2UsXHJcbiAgICBzZXNzaW9uOiBTZXNzaW9uU2VydmljZSkge1xyXG4gICAgc3VwZXIodmlld1JlZiwgc2VydmljZSwgc2Vzc2lvbik7XHJcbiAgfVxyXG4gIGFzeW5jIG9uVmlld0JpbmQoKSB7XHJcbiAgICBjb25zdCB7IHhBeGlzLCBpbmRpY2VzLCBzZXJpZXMsIHBlcmlvZFBvbGljeSwgc2NvcGUgfSA9IHRoaXMuX3ZpZXdSZWYub3B0aW9ucztcclxuICAgIGlmICgheEF4aXMpIHRocm93ICdzdW0gdmlldyByZXF1aXJlcyB4QXhpcyc7XHJcbiAgICB0aGlzLnByaW1hcnlBeGlzID0gdGhpcy5jdWJlLmF4ZXMuZmluZChhID0+IGEubmFtZSA9PT0geEF4aXMpO1xyXG4gICAgY29uc3Qgb3JpZ2luYWxWYWx1ZSA9IHRoaXMub3JpZ2luYWxBeGVzW3hBeGlzXTtcclxuICAgIGlmIChpc0FycmF5KG9yaWdpbmFsVmFsdWUpKVxyXG4gICAgICB0aGlzLnNlbGVjdGVkQXhpcyA9IG9yaWdpbmFsVmFsdWVbMF07XHJcbiAgICB0aGlzLnBlcmlvZFBvbGljeSA9IHBlcmlvZFBvbGljeTtcclxuICAgIHRoaXMucGFyZW50QXhpcyA9IHNlcmllcztcclxuICAgIHRoaXMuaW5kaWNlcyA9IGluZGljZXM7XHJcbiAgICB0aGlzLnNjb3BlID0gc2NvcGU7XHJcbiAgfVxyXG4gIGFzeW5jIHN3aXRjaEF4aXModmFsdWU6IHN0cmluZyB8IG51bWJlcikge1xyXG4gICAgY29uc3QgYXhlcyA9IHsgLi4udGhpcy5heGVzIH07XHJcbiAgICBheGVzW3RoaXMucHJpbWFyeUF4aXMubmFtZV0gPSB2YWx1ZTtcclxuICAgIHRoaXMuc2VsZWN0ZWRBeGlzID0gdmFsdWU7XHJcbiAgICBzdXBlci5zd2l0Y2hBeGVzKGF4ZXMpO1xyXG4gIH1cclxuICBleHBsb3JlKGV2dDogRXhwbG9yZUV2ZW50KSB7XHJcbiAgICB0aGlzLl9yb3V0ZXIubmF2aWdhdGUoWydjdWJlJywgdGhpcy5jdWJlLm5hbWUsICdleHBsb3JlJ10sIHtcclxuICAgICAgZ3JvdXA6IHRoaXMuZ3JvdXAsXHJcbiAgICAgIHF1ZXJ5UGFyYW1zOiBldnQuYXhlcyxcclxuICAgICAgc3RhdGU6IGV2dC5pbmRleCA/IHtcclxuICAgICAgICBpbmRleDogZXZ0LmluZGV4XHJcbiAgICAgIH0gOiBudWxsXHJcbiAgICB9KVxyXG4gIH1cclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIE9wdGlvbnMge1xyXG4gIGluZGljZXM6IHN0cmluZ1tdIHwgc3RyaW5nO1xyXG4gIGFnZ3JlZ2F0ZTogc3RyaW5nW107XHJcbiAgeEF4aXM6IHN0cmluZztcclxuICBzZXJpZXM/OiBzdHJpbmc7XHJcbiAgcGVyaW9kUG9saWN5PzogJ1N0cmljdCcgfCAnRmlzaCc7XHJcbiAgc2NvcGU/OiBTY29wZVR5cGU7XHJcbn1cclxuIiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cImhhc2RhdGFcIj5cclxuICA8ZGl2IGNsYXNzPVwibmF2LXRvb2xiYXJcIiAqbmdJZj1cImFsdGVybmF0ZSB8fCBzZWxlY3RlZEF4aXNcIj5cclxuICAgIDxzcGFuIGNsYXNzPVwiZGl2aWRlclwiPjwvc3Bhbj5cclxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJhbHRlcm5hdGVcIj5cclxuICAgICAgPGJ1dHRvbiBtYXQtYnV0dG9uIFttYXRNZW51VHJpZ2dlckZvcl09XCJjbWVudVwiPnt7Y3ViZS50aXRsZX19IDxtYXQtaWNvbj5hcnJvd19kcm9wX2Rvd248L21hdC1pY29uPjwvYnV0dG9uPlxyXG4gICAgICA8bWF0LW1lbnUgI2NtZW51PlxyXG4gICAgICAgIDxidXR0b24gbWF0LW1lbnUtaXRlbSAqbmdGb3I9XCJsZXQgYSBvZiBhbHRlcm5hdGVcIlxyXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cInN3aXRjaFRvKGEpXCI+XHJcbiAgICAgICAgICB7e2EudGl0bGV9fVxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L21hdC1tZW51PlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcbiAgICA8bmctY29udGFpbmVyICpuZ0lmPVwic2VsZWN0ZWRBeGlzXCI+XHJcbiAgICAgIDxidXR0b24gbWF0LWJ1dHRvbiBbbWF0TWVudVRyaWdnZXJGb3JdPVwiYW1lbnVcIj57e3NlbGVjdGVkQXhpc3wgdHlwZVZhbHVlOiBwcmltYXJ5QXhpcy5kYXRhVHlwZSB8IGFzeW5jIH19IDxtYXQtaWNvbj5hcnJvd19kcm9wX2Rvd248L21hdC1pY29uPjwvYnV0dG9uPlxyXG4gICAgICA8bWF0LW1lbnUgI2FtZW51PlxyXG4gICAgICAgIDxidXR0b24gbWF0LW1lbnUtaXRlbSAqbmdGb3I9XCJsZXQgYSBvZiBvcmlnaW5hbEF4ZXNbcHJpbWFyeUF4aXMubmFtZV1cIlxyXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cInN3aXRjaEF4aXMoYSlcIj5cclxuICAgICAgICAgIHt7YSB8IHR5cGVWYWx1ZTogcHJpbWFyeUF4aXMuZGF0YVR5cGUgfCBhc3luY319XHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgIDwvbWF0LW1lbnU+XHJcbiAgICA8L25nLWNvbnRhaW5lcj5cclxuICA8L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwibG9hZGluZy12aWV3XCIgKm5nSWY9XCJsb2FkaW5nXCI+XHJcbiAgICA8bWF0LXNwaW5uZXIgY29sb3I9XCJhY2NlbnRcIj48L21hdC1zcGlubmVyPlxyXG4gIDwvZGl2PlxyXG4gIDxiaXpkb2MtY3ViZS1zdW0gW3hBeGlzXT1cInByaW1hcnlBeGlzLm5hbWVcIiBbZmlsdGVyc109XCJheGVzXCIgW3BhcmVudEF4aXNdPVwicGFyZW50QXhpc1wiXHJcbiAgICAgICAgICAgICAgICAgICBbc2NvcGVdPVwic2NvcGVcIiBbcGVyaW9kUG9saWN5XT1cInBlcmlvZFBvbGljeVwiXHJcbiAgICAgICAgICAgICAgICAgICBbaW5kaWNlc109XCJpbmRpY2VzXCIgW2N1YmVdPVwiY3ViZS5uYW1lXCJcclxuICAgICAgICAgICAgICAgICAgIChleHBsb3JlKT1cImV4cGxvcmUoJGV2ZW50KVwiPjwvYml6ZG9jLWN1YmUtc3VtPlxyXG48L25nLWNvbnRhaW5lcj5cclxuIl19
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvdmlld3MvY3ViZS9zdW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi92aWV3cy9jdWJlL3N1bS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUxQyxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFLL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUV2QyxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7Ozs7Ozs7Ozs7Ozs7SUFZbEMsd0JBQXdCLFNBQXhCLHdCQUF5QixTQUFRLFFBQWlCO0lBTTdELFlBQ0UsT0FBaUMsRUFDekIsT0FBbUIsRUFDM0IsT0FBb0IsRUFDcEIsT0FBdUI7UUFDdkIsS0FBSyxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFIekIsWUFBTyxHQUFQLE9BQU8sQ0FBWTtJQUk3QixDQUFDO0lBQ0QsS0FBSyxDQUFDLFVBQVU7UUFDZCxNQUFNLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDO1FBQzlFLElBQUksQ0FBQyxLQUFLO1lBQUUsTUFBTSx5QkFBeUIsQ0FBQztRQUM1QyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssS0FBSyxDQUFDLENBQUM7UUFDOUQsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMvQyxJQUFJLE9BQU8sQ0FBQyxhQUFhLENBQUM7WUFDeEIsSUFBSSxDQUFDLFlBQVksR0FBRyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDdkMsSUFBSSxDQUFDLFlBQVksR0FBRyxZQUFZLENBQUM7UUFDakMsSUFBSSxDQUFDLFVBQVUsR0FBRyxNQUFNLENBQUM7UUFDekIsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7UUFDdkIsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7SUFDckIsQ0FBQztJQUNELEtBQUssQ0FBQyxVQUFVLENBQUMsS0FBc0I7UUFDckMsTUFBTSxJQUFJLEdBQUcsRUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUM5QixJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsR0FBRyxLQUFLLENBQUM7UUFDcEMsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7UUFDMUIsS0FBSyxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDO0lBQ0QsT0FBTyxDQUFDLEdBQWlCO1FBQ3ZCLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxFQUFFO1lBQ3pELEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSztZQUNqQixXQUFXLEVBQUUsR0FBRyxDQUFDLElBQUk7WUFDckIsS0FBSyxFQUFFLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO2dCQUNqQixLQUFLLEVBQUUsR0FBRyxDQUFDLEtBQUs7YUFDakIsQ0FBQyxDQUFDLENBQUMsSUFBSTtTQUNULENBQUMsQ0FBQTtJQUNKLENBQUM7Q0FDRixDQUFBO3FIQXhDWSx3QkFBd0I7eUdBQXhCLHdCQUF3Qiw2R0NyQnJDLG04Q0E4QkE7QURUYSx3QkFBd0I7SUFIcEMsTUFBTSxDQUFDO1FBQ04sUUFBUSxFQUFFLGlCQUFpQjtLQUM1QixDQUFDO0dBQ1csd0JBQXdCLENBd0NwQztTQXhDWSx3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFScEMsU0FBUzsyQkFHRixFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEb2N1bWVudFZpZXdDb21wb25lbnQgfSBmcm9tIFwiLi4vLi4vY29yZS9iYXNlXCI7XHJcbmltcG9ydCB7IEJpekRvYyB9IGZyb20gXCIuLi8uLi9jb3JlL2RlY29yYXRvcnNcIjtcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vY29yZS9zZXNzaW9uLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgUm91dGVySW1wbCB9IGZyb20gXCIuLi8uLi9jb3JlL3JvdXRlclwiO1xyXG5pbXBvcnQgeyBDdWJlU2VydmljZSB9IGZyb20gXCIuLi8uLi9jdWJlL2N1YmUuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBEb2N1bWVudFZpZXdSZWYgfSBmcm9tIFwiLi4vZG9jdW1lbnQtdmlldy1yZWZcIjtcclxuaW1wb3J0IHsgQ3ViZUJhc2UgfSBmcm9tIFwiLi9jdWJlLWJhc2VcIjtcclxuaW1wb3J0IHsgQ3ViZUF4aXMgfSBmcm9tIFwiLi4vLi4vY29yZS9tb2RlbHNcIjtcclxuaW1wb3J0IHsgaXNBcnJheSB9IGZyb20gXCIuLi8uLi9jb3JlL2Z1bmN0aW9uc1wiO1xyXG5pbXBvcnQgeyBFeHBsb3JlRXZlbnQgfSBmcm9tIFwiLi4vLi4vY3ViZS9zdW0vc3VtLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBTY29wZVR5cGUgfSBmcm9tIFwiLi4vLi4vY29yZS9jb25maWd1cmF0aW9uXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICB0ZW1wbGF0ZVVybDogJ3N1bS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJ3N1bS5jb21wb25lbnQuc2NzcyddLFxyXG4gIGhvc3Q6IHsgY2xhc3M6ICd2aWV3JyB9XHJcbn0pXHJcbkBCaXpEb2Moe1xyXG4gIHNlbGVjdG9yOiAnYml6ZG9jLWN1YmUtc3VtJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ3ViZURvY3VtZW50U3VtQ29tcG9uZW50IGV4dGVuZHMgQ3ViZUJhc2U8T3B0aW9ucz4gaW1wbGVtZW50cyBEb2N1bWVudFZpZXdDb21wb25lbnQge1xyXG4gIHByaW1hcnlBeGlzITogQ3ViZUF4aXM7XHJcbiAgcGFyZW50QXhpcz86IHN0cmluZztcclxuICBwZXJpb2RQb2xpY3k6IHN0cmluZztcclxuICBpbmRpY2VzOiBzdHJpbmdbXSB8IHN0cmluZztcclxuICBzZWxlY3RlZEF4aXM6IHN0cmluZyB8IG51bWJlcjtcclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHZpZXdSZWY6IERvY3VtZW50Vmlld1JlZjxPcHRpb25zPixcclxuICAgIHByaXZhdGUgX3JvdXRlcjogUm91dGVySW1wbCxcclxuICAgIHNlcnZpY2U6IEN1YmVTZXJ2aWNlLFxyXG4gICAgc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UpIHtcclxuICAgIHN1cGVyKHZpZXdSZWYsIHNlcnZpY2UsIHNlc3Npb24pO1xyXG4gIH1cclxuICBhc3luYyBvblZpZXdCaW5kKCkge1xyXG4gICAgY29uc3QgeyB4QXhpcywgaW5kaWNlcywgc2VyaWVzLCBwZXJpb2RQb2xpY3ksIHNjb3BlIH0gPSB0aGlzLl92aWV3UmVmLm9wdGlvbnM7XHJcbiAgICBpZiAoIXhBeGlzKSB0aHJvdyAnc3VtIHZpZXcgcmVxdWlyZXMgeEF4aXMnO1xyXG4gICAgdGhpcy5wcmltYXJ5QXhpcyA9IHRoaXMuY3ViZS5heGVzLmZpbmQoYSA9PiBhLm5hbWUgPT09IHhBeGlzKTtcclxuICAgIGNvbnN0IG9yaWdpbmFsVmFsdWUgPSB0aGlzLm9yaWdpbmFsQXhlc1t4QXhpc107XHJcbiAgICBpZiAoaXNBcnJheShvcmlnaW5hbFZhbHVlKSlcclxuICAgICAgdGhpcy5zZWxlY3RlZEF4aXMgPSBvcmlnaW5hbFZhbHVlWzBdO1xyXG4gICAgdGhpcy5wZXJpb2RQb2xpY3kgPSBwZXJpb2RQb2xpY3k7XHJcbiAgICB0aGlzLnBhcmVudEF4aXMgPSBzZXJpZXM7XHJcbiAgICB0aGlzLmluZGljZXMgPSBpbmRpY2VzO1xyXG4gICAgdGhpcy5zY29wZSA9IHNjb3BlO1xyXG4gIH1cclxuICBhc3luYyBzd2l0Y2hBeGlzKHZhbHVlOiBzdHJpbmcgfCBudW1iZXIpIHtcclxuICAgIGNvbnN0IGF4ZXMgPSB7IC4uLnRoaXMuYXhlcyB9O1xyXG4gICAgYXhlc1t0aGlzLnByaW1hcnlBeGlzLm5hbWVdID0gdmFsdWU7XHJcbiAgICB0aGlzLnNlbGVjdGVkQXhpcyA9IHZhbHVlO1xyXG4gICAgc3VwZXIuc3dpdGNoQXhlcyhheGVzKTtcclxuICB9XHJcbiAgZXhwbG9yZShldnQ6IEV4cGxvcmVFdmVudCkge1xyXG4gICAgdGhpcy5fcm91dGVyLm5hdmlnYXRlKFsnY3ViZScsIHRoaXMuY3ViZS5uYW1lLCAnZXhwbG9yZSddLCB7XHJcbiAgICAgIGdyb3VwOiB0aGlzLmdyb3VwLFxyXG4gICAgICBxdWVyeVBhcmFtczogZXZ0LmF4ZXMsXHJcbiAgICAgIHN0YXRlOiBldnQuaW5kZXggPyB7XHJcbiAgICAgICAgaW5kZXg6IGV2dC5pbmRleFxyXG4gICAgICB9IDogbnVsbFxyXG4gICAgfSlcclxuICB9XHJcbn1cclxuZXhwb3J0IGludGVyZmFjZSBPcHRpb25zIHtcclxuICBpbmRpY2VzOiBzdHJpbmdbXSB8IHN0cmluZztcclxuICBhZ2dyZWdhdGU6IHN0cmluZ1tdO1xyXG4gIHhBeGlzOiBzdHJpbmc7XHJcbiAgc2VyaWVzPzogc3RyaW5nO1xyXG4gIHBlcmlvZFBvbGljeT86ICdTdHJpY3QnIHwgJ0Zpc2gnO1xyXG4gIHNjb3BlPzogU2NvcGVUeXBlO1xyXG59XHJcbiIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJoYXNkYXRhXCI+XHJcbiAgPGRpdiBjbGFzcz1cIm5hdi10b29sYmFyXCIgKm5nSWY9XCJhbHRlcm5hdGUgfHwgc2VsZWN0ZWRBeGlzXCI+XHJcbiAgICA8c3BhbiBjbGFzcz1cImRpdmlkZXJcIj48L3NwYW4+XHJcbiAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiYWx0ZXJuYXRlXCI+XHJcbiAgICAgIDxidXR0b24gbWF0LWJ1dHRvbiBbbWF0TWVudVRyaWdnZXJGb3JdPVwiY21lbnVcIj57e2N1YmUudGl0bGV9fSA8bWF0LWljb24+YXJyb3dfZHJvcF9kb3duPC9tYXQtaWNvbj48L2J1dHRvbj5cclxuICAgICAgPG1hdC1tZW51ICNjbWVudT5cclxuICAgICAgICA8YnV0dG9uIG1hdC1tZW51LWl0ZW0gKm5nRm9yPVwibGV0IGEgb2YgYWx0ZXJuYXRlXCJcclxuICAgICAgICAgICAgICAgIChjbGljayk9XCJzd2l0Y2hUbyhhKVwiPlxyXG4gICAgICAgICAge3thLnRpdGxlfX1cclxuICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgPC9tYXQtbWVudT5cclxuICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInNlbGVjdGVkQXhpc1wiPlxyXG4gICAgICA8YnV0dG9uIG1hdC1idXR0b24gW21hdE1lbnVUcmlnZ2VyRm9yXT1cImFtZW51XCI+e3tzZWxlY3RlZEF4aXN8IHR5cGVWYWx1ZTogcHJpbWFyeUF4aXMuZGF0YVR5cGUgfCBhc3luYyB9fSA8bWF0LWljb24+YXJyb3dfZHJvcF9kb3duPC9tYXQtaWNvbj48L2J1dHRvbj5cclxuICAgICAgPG1hdC1tZW51ICNhbWVudT5cclxuICAgICAgICA8YnV0dG9uIG1hdC1tZW51LWl0ZW0gKm5nRm9yPVwibGV0IGEgb2Ygb3JpZ2luYWxBeGVzW3ByaW1hcnlBeGlzLm5hbWVdXCJcclxuICAgICAgICAgICAgICAgIChjbGljayk9XCJzd2l0Y2hBeGlzKGEpXCI+XHJcbiAgICAgICAgICB7e2EgfCB0eXBlVmFsdWU6IHByaW1hcnlBeGlzLmRhdGFUeXBlIHwgYXN5bmN9fVxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L21hdC1tZW51PlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcbiAgPC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cImxvYWRpbmctdmlld1wiICpuZ0lmPVwibG9hZGluZ1wiPlxyXG4gICAgPG1hdC1zcGlubmVyIGNvbG9yPVwiYWNjZW50XCI+PC9tYXQtc3Bpbm5lcj5cclxuICA8L2Rpdj5cclxuICA8Yml6ZG9jLWN1YmUtc3VtIFt4QXhpc109XCJwcmltYXJ5QXhpcy5uYW1lXCIgW2ZpbHRlcnNdPVwiYXhlc1wiIFtwYXJlbnRBeGlzXT1cInBhcmVudEF4aXNcIlxyXG4gICAgICAgICAgICAgICAgICAgW3Njb3BlXT1cInNjb3BlXCIgW3BlcmlvZFBvbGljeV09XCJwZXJpb2RQb2xpY3lcIlxyXG4gICAgICAgICAgICAgICAgICAgW2luZGljZXNdPVwiaW5kaWNlc1wiIFtjdWJlXT1cImN1YmUubmFtZVwiXHJcbiAgICAgICAgICAgICAgICAgICAoZXhwbG9yZSk9XCJleHBsb3JlKCRldmVudClcIj48L2JpemRvYy1jdWJlLXN1bT5cclxuPC9uZy1jb250YWluZXI+XHJcbiJdfQ==
@@ -12,13 +12,13 @@ import * as i3 from "../../cube/cube.service";
12
12
  import * as i4 from "../../core/popup/popup.service";
13
13
  import * as i5 from "../../core/router";
14
14
  import * as i6 from "../../core/guide/guide.service";
15
- import * as i7 from "@angular/material/button";
16
- import * as i8 from "@angular/material/icon";
17
- import * as i9 from "@angular/material/menu";
18
- import * as i10 from "@angular/material/progress-spinner";
19
- import * as i11 from "../../cube/cube-view.component";
15
+ import * as i7 from "@angular/common";
16
+ import * as i8 from "@angular/material/progress-spinner";
17
+ import * as i9 from "@angular/material/button";
18
+ import * as i10 from "@angular/material/icon";
19
+ import * as i11 from "@angular/material/menu";
20
20
  import * as i12 from "../../core/none.component";
21
- import * as i13 from "@angular/common";
21
+ import * as i13 from "../../cube/cube-view.component";
22
22
  import * as i14 from "../../core/popup/tooltip.directive";
23
23
  import * as i15 from "../../core/pipes/translate.pipe";
24
24
  let CubeDocumentViewComponent = class CubeDocumentViewComponent extends CubeBase {
@@ -84,15 +84,15 @@ let CubeDocumentViewComponent = class CubeDocumentViewComponent extends CubeBase
84
84
  }
85
85
  }
86
86
  };
87
- CubeDocumentViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeDocumentViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.Popup }, { token: i5.RouterImpl }, { token: i6.GuideService }], target: i0.ɵɵFactoryTarget.Component });
88
- CubeDocumentViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CubeDocumentViewComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "viewPane", first: true, predicate: CubeViewComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata; else none\">\r\n <div class=\"nav-toolbar\">\r\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"view.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button [matMenuTriggerFor]=\"pmenu\" [bizdocTooltip]=\"'Patterns' | translate\" [disabled]=\"!patterns?.length\" data-help=\"pattern\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #pmenu>\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"patternChange(p)\">\r\n {{p.title}}\r\n </button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"clearFilter()\" [bizdocTooltip]=\"'Clear' | translate\" [disabled]=\"!anyFilters\"><mat-icon>clear_all</mat-icon></button>\r\n <button mat-icon-button (click)=\"filterToggle($event)\" [bizdocTooltip]=\"'Filter' | translate\" [disabled]=\"!anyAxes\" data-help=\"filter\"><mat-icon>filter_list</mat-icon></button>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-view [filters]=\"axes\" #vp\r\n (explore)=\"explore($event)\"\r\n [cube]=\"cube\"\r\n [view]=\"view\"\r\n (loading)=\"loading = $event\"></bizdoc-cube-view>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"equalizer\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", styles: [":host{display:flex;flex-direction:column;height:100%;min-height:220px}:host ::ng-deep .cube-view{flex:1 auto}\n"], components: [{ 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.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i9.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i10.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { type: i11.CubeViewComponent, selector: "bizdoc-cube-view", inputs: ["filters", "cube", "view", "loading"], outputs: ["explore", "loadingChange"] }, { type: i12.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }], directives: [{ type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i9.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i13.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "translate": i15.TranslatePipe } });
87
+ CubeDocumentViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeDocumentViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.Popup }, { token: i5.RouterImpl }, { token: i6.GuideService }], target: i0.ɵɵFactoryTarget.Component });
88
+ CubeDocumentViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: CubeDocumentViewComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "viewPane", first: true, predicate: CubeViewComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"hasdata; else none\">\r\n <div class=\"nav-toolbar\">\r\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"view.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button [matMenuTriggerFor]=\"pmenu\" [bizdocTooltip]=\"'Patterns' | translate\" [disabled]=\"!patterns?.length\" data-help=\"pattern\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #pmenu>\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"patternChange(p)\">\r\n {{p.title}}\r\n </button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"clearFilter()\" [bizdocTooltip]=\"'Clear' | translate\" [disabled]=\"!anyFilters\"><mat-icon>clear_all</mat-icon></button>\r\n <button mat-icon-button (click)=\"filterToggle($event)\" [bizdocTooltip]=\"'Filter' | translate\" [disabled]=\"!anyAxes\" data-help=\"filter\"><mat-icon>filter_list</mat-icon></button>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-view [filters]=\"axes\" #vp\r\n (explore)=\"explore($event)\"\r\n [cube]=\"cube\"\r\n [view]=\"view\"\r\n (loading)=\"loading = $event\"></bizdoc-cube-view>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"equalizer\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", styles: [":host{display:flex;flex-direction:column;height:100%;min-height:220px}:host ::ng-deep .cube-view{flex:1 auto}\n"], dependencies: [{ kind: "directive", type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i9.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i10.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i11.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i11.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i11.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: i12.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }, { kind: "component", type: i13.CubeViewComponent, selector: "bizdoc-cube-view", inputs: ["filters", "cube", "view", "loading"], outputs: ["explore", "loadingChange"] }, { kind: "directive", type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }] });
89
89
  CubeDocumentViewComponent = __decorate([
90
90
  BizDoc({
91
91
  selector: 'bizdoc-cube-view'
92
92
  })
93
93
  ], CubeDocumentViewComponent);
94
94
  export { CubeDocumentViewComponent };
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CubeDocumentViewComponent, decorators: [{
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CubeDocumentViewComponent, decorators: [{
96
96
  type: Component,
97
97
  args: [{ host: { class: 'view' }, template: "<ng-container *ngIf=\"hasdata; else none\">\r\n <div class=\"nav-toolbar\">\r\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\" *ngIf=\"view.guide\"><mat-icon>help_outline</mat-icon></button>\r\n <ng-container *ngIf=\"alternate\">\r\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #cmenu>\r\n <button mat-menu-item *ngFor=\"let a of alternate\"\r\n (click)=\"switchTo(a)\">\r\n {{a.title}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button [matMenuTriggerFor]=\"pmenu\" [bizdocTooltip]=\"'Patterns' | translate\" [disabled]=\"!patterns?.length\" data-help=\"pattern\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #pmenu>\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"patternChange(p)\">\r\n {{p.title}}\r\n </button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"clearFilter()\" [bizdocTooltip]=\"'Clear' | translate\" [disabled]=\"!anyFilters\"><mat-icon>clear_all</mat-icon></button>\r\n <button mat-icon-button (click)=\"filterToggle($event)\" [bizdocTooltip]=\"'Filter' | translate\" [disabled]=\"!anyAxes\" data-help=\"filter\"><mat-icon>filter_list</mat-icon></button>\r\n </div>\r\n <div class=\"loading-view\" *ngIf=\"loading\">\r\n <mat-spinner color=\"accent\"></mat-spinner>\r\n </div>\r\n <bizdoc-cube-view [filters]=\"axes\" #vp\r\n (explore)=\"explore($event)\"\r\n [cube]=\"cube\"\r\n [view]=\"view\"\r\n (loading)=\"loading = $event\"></bizdoc-cube-view>\r\n</ng-container>\r\n<ng-template #none>\r\n <bizdoc-none icon=\"equalizer\" subtitle=\"NothingHere\"></bizdoc-none>\r\n</ng-template>\r\n", styles: [":host{display:flex;flex-direction:column;height:100%;min-height:220px}:host ::ng-deep .cube-view{flex:1 auto}\n"] }]
98
98
  }], ctorParameters: function () { return [{ type: i1.SessionService }, { type: i2.DocumentViewRef }, { type: i3.CubeService }, { type: i4.Popup }, { type: i5.RouterImpl }, { type: i6.GuideService }]; }, propDecorators: { viewPane: [{
@@ -294,14 +294,14 @@ let TimelineViewComponent = class TimelineViewComponent {
294
294
  this._router.navigate(['mailbox/d', this.item.documentId.encodeId(), 'version', task.time.valueOf().encodeId()], { state: { item: this.item } });
295
295
  }
296
296
  };
297
- TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1.PromptService }, { token: i2.DocumentViewRef }, { token: BIZDOC_CONFIG }, { token: i3.AccountService }, { token: i4.MailboxService }, { token: i5.SessionService }, { token: i6.TranslateService }, { token: i7.RouterImpl }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
298
- TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: TimelineViewComponent, selector: "bizdoc-timeline", host: { properties: { "dir": "this.dir" }, classAttribute: "view" }, providers: [SelectionService, DayMarkersService], ngImport: i0, template: '', isInline: true, styles: [":host{padding:8px}:host ::ng-deep .e-split-bar{display:none!important}\n"] });
297
+ TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1.PromptService }, { token: i2.DocumentViewRef }, { token: BIZDOC_CONFIG }, { token: i3.AccountService }, { token: i4.MailboxService }, { token: i5.SessionService }, { token: i6.TranslateService }, { token: i7.RouterImpl }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
298
+ TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: TimelineViewComponent, selector: "bizdoc-timeline", host: { properties: { "dir": "this.dir" }, classAttribute: "view" }, providers: [SelectionService, DayMarkersService], ngImport: i0, template: '', isInline: true, styles: [":host{padding:8px}:host ::ng-deep .e-split-bar{display:none!important}\n"] });
299
299
  TimelineViewComponent = __decorate([
300
300
  BizDoc({ selector: 'bizdoc-timeline' })
301
301
  /** timeline-view component*/
302
302
  ], TimelineViewComponent);
303
303
  export { TimelineViewComponent };
304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TimelineViewComponent, decorators: [{
304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: TimelineViewComponent, decorators: [{
305
305
  type: Component,
306
306
  args: [{ selector: 'bizdoc-timeline', template: '', host: { class: 'view' }, providers: [SelectionService, DayMarkersService], styles: [":host{padding:8px}:host ::ng-deep .e-split-bar{display:none!important}\n"] }]
307
307
  }], ctorParameters: function () { return [{ type: i1.PromptService }, { type: i2.DocumentViewRef }, { type: undefined, decorators: [{
@@ -47,9 +47,9 @@ export class ViewItemComponent {
47
47
  this._destroy.complete();
48
48
  }
49
49
  }
50
- ViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: ViewItemComponent, deps: [{ token: i1.HttpClient }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i2.BizDocComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
51
- ViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: ViewItemComponent, selector: "bizdoc-document-view-item", inputs: { model: "model", view: "view" }, host: { listeners: { "window:resize": "resize()" } }, ngImport: i0, template: '', isInline: true });
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: ViewItemComponent, decorators: [{
50
+ ViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ViewItemComponent, deps: [{ token: i1.HttpClient }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i2.BizDocComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
51
+ ViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: ViewItemComponent, selector: "bizdoc-document-view-item", inputs: { model: "model", view: "view" }, host: { listeners: { "window:resize": "resize()" } }, ngImport: i0, template: '', isInline: true });
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ViewItemComponent, decorators: [{
53
53
  type: Component,
54
54
  args: [{
55
55
  selector: 'bizdoc-document-view-item',
@@ -3,8 +3,8 @@ import { Component, Input } from "@angular/core";
3
3
  import { ViewItemComponent } from "./view-item.component";
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "../core/session.service";
6
- import * as i2 from "./view-item.component";
7
- import * as i3 from "@angular/common";
6
+ import * as i2 from "@angular/common";
7
+ import * as i3 from "./view-item.component";
8
8
  export class DocumentViewsComponent {
9
9
  constructor(_cd, _session) {
10
10
  this._cd = _cd;
@@ -19,9 +19,9 @@ export class DocumentViewsComponent {
19
19
  this.components.forEach(c => c.resize());
20
20
  }
21
21
  }
22
- DocumentViewsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: DocumentViewsComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.SessionService }], target: i0.ɵɵFactoryTarget.Component });
23
- DocumentViewsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: DocumentViewsComponent, selector: "bizdoc-document-views", inputs: { model: "model" }, viewQueries: [{ propertyName: "components", predicate: ViewItemComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ng-container *ngFor=\"let v of views; let last = last;\">\r\n <bizdoc-document-view-item [model]=\"model\" [view]=\"v\" #view></bizdoc-document-view-item>\r\n <!--<hr *ngIf=\"!view.hidden && !last\" />-->\r\n</ng-container>\r\n", styles: [":host{display:flex;flex-direction:column}hr{opacity:.4;margin:4px 8px}:host ::ng-deep .nav-toolbar{display:flex;flex-direction:row}:host ::ng-deep .view{display:flex;flex-direction:column;position:relative}:host ::ng-deep .loading-view{position:absolute;width:100%;height:100%;text-align:-webkit-center}\n"], components: [{ type: i2.ViewItemComponent, selector: "bizdoc-document-view-item", inputs: ["model", "view"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: DocumentViewsComponent, decorators: [{
22
+ DocumentViewsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DocumentViewsComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.SessionService }], target: i0.ɵɵFactoryTarget.Component });
23
+ DocumentViewsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: DocumentViewsComponent, selector: "bizdoc-document-views", inputs: { model: "model" }, viewQueries: [{ propertyName: "components", predicate: ViewItemComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ng-container *ngFor=\"let v of views; let last = last;\">\r\n <bizdoc-document-view-item [model]=\"model\" [view]=\"v\" #view></bizdoc-document-view-item>\r\n <!--<hr *ngIf=\"!view.hidden && !last\" />-->\r\n</ng-container>\r\n", styles: [":host{display:flex;flex-direction:column}hr{opacity:.4;margin:4px 8px}:host ::ng-deep .nav-toolbar{display:flex;flex-direction:row}:host ::ng-deep .view{display:flex;flex-direction:column;position:relative}:host ::ng-deep .loading-view{position:absolute;width:100%;height:100%;text-align:-webkit-center}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i3.ViewItemComponent, selector: "bizdoc-document-view-item", inputs: ["model", "view"] }] });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DocumentViewsComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ selector: 'bizdoc-document-views', template: "<ng-container *ngFor=\"let v of views; let last = last;\">\r\n <bizdoc-document-view-item [model]=\"model\" [view]=\"v\" #view></bizdoc-document-view-item>\r\n <!--<hr *ngIf=\"!view.hidden && !last\" />-->\r\n</ng-container>\r\n", styles: [":host{display:flex;flex-direction:column}hr{opacity:.4;margin:4px 8px}:host ::ng-deep .nav-toolbar{display:flex;flex-direction:row}:host ::ng-deep .view{display:flex;flex-direction:column;position:relative}:host ::ng-deep .loading-view{position:absolute;width:100%;height:100%;text-align:-webkit-center}\n"] }]
27
27
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.SessionService }]; }, propDecorators: { components: [{
@@ -11,9 +11,9 @@ export class DocumentViewMobileComponent {
11
11
  });
12
12
  }
13
13
  }
14
- DocumentViewMobileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: DocumentViewMobileComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.WindowTitleService }], target: i0.ɵɵFactoryTarget.Component });
15
- DocumentViewMobileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: DocumentViewMobileComponent, selector: "ng-component", ngImport: i0, template: '<bizdoc-document-views [model]=model></bizdoc-document-views>', isInline: true, components: [{ type: i3.DocumentViewsComponent, selector: "bizdoc-document-views", inputs: ["model"] }] });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: DocumentViewMobileComponent, decorators: [{
14
+ DocumentViewMobileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DocumentViewMobileComponent, deps: [{ token: i1.ActivatedRoute }, { token: i2.WindowTitleService }], target: i0.ɵɵFactoryTarget.Component });
15
+ DocumentViewMobileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: DocumentViewMobileComponent, selector: "ng-component", ngImport: i0, template: '<bizdoc-document-views [model]=model></bizdoc-document-views>', isInline: true, dependencies: [{ kind: "component", type: i3.DocumentViewsComponent, selector: "bizdoc-document-views", inputs: ["model"] }] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DocumentViewMobileComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ template: '<bizdoc-document-views [model]=model></bizdoc-document-views>' }]
19
19
  }], ctorParameters: function () { return [{ type: i1.ActivatedRoute }, { type: i2.WindowTitleService }]; } });