@bizdoc/core 1.14.14 → 1.15.0

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 (545) hide show
  1. package/assets/themes/brown.min.css +3 -3
  2. package/assets/themes/dark.min.css +3 -3
  3. package/assets/themes/deep-purple-light-blue.min.css +4 -4
  4. package/assets/themes/deep-purple-teal.min.css +4 -4
  5. package/assets/themes/default.min.css +4 -4
  6. package/assets/themes/green.min.css +3 -3
  7. package/assets/themes/indigo.min.css +3 -3
  8. package/esm2020/lib/admin/admin-dismiss.service.mjs +17 -11
  9. package/esm2020/lib/admin/admin-menu.component.mjs +9 -9
  10. package/esm2020/lib/admin/core/ace.input.mjs +5 -12
  11. package/esm2020/lib/admin/core/color-picker.input.mjs +7 -7
  12. package/esm2020/lib/admin/core/search.input.mjs +9 -16
  13. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +17 -17
  14. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +22 -22
  15. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +13 -13
  16. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +12 -12
  17. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  18. package/esm2020/lib/admin/form/form.service.mjs +4 -4
  19. package/esm2020/lib/admin/form/workflow/node.component.mjs +36 -36
  20. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +15 -15
  21. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +163 -120
  22. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +13 -13
  23. package/esm2020/lib/admin/patterns/patterns.component.mjs +19 -19
  24. package/esm2020/lib/admin/permissions/permissions.component.mjs +12 -12
  25. package/esm2020/lib/admin/positions/positions-popup.component.mjs +13 -13
  26. package/esm2020/lib/admin/positions/positions.component.mjs +21 -21
  27. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +21 -21
  28. package/esm2020/lib/admin/profiler/profiler.component.mjs +19 -19
  29. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  30. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  31. package/esm2020/lib/app.component.mjs +6 -6
  32. package/esm2020/lib/bizdoc.module.mjs +11 -13
  33. package/esm2020/lib/browse/browse-items.component.mjs +25 -25
  34. package/esm2020/lib/browse/browse.mobile.component.mjs +17 -17
  35. package/esm2020/lib/browse/browse.pane.component.mjs +17 -17
  36. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +13 -13
  37. package/esm2020/lib/browse/filter/filter.component.mjs +13 -13
  38. package/esm2020/lib/browse/folders-menu.component.mjs +12 -12
  39. package/esm2020/lib/chat/chat-info.mjs +3 -3
  40. package/esm2020/lib/chat/chat.mobile.component.mjs +7 -7
  41. package/esm2020/lib/chat/chat.service.mjs +3 -3
  42. package/esm2020/lib/chat/contacts.component.mjs +23 -23
  43. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  44. package/esm2020/lib/chat/conversation.component.mjs +11 -11
  45. package/esm2020/lib/chat/conversation.pane.component.mjs +6 -12
  46. package/esm2020/lib/compose/action/action-picker.component.mjs +9 -9
  47. package/esm2020/lib/compose/action/action.dialog.mjs +7 -7
  48. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +5 -5
  49. package/esm2020/lib/compose/action/assign-action.component.mjs +12 -12
  50. package/esm2020/lib/compose/action/moveto-action.component.mjs +10 -10
  51. package/esm2020/lib/compose/action/return-action.component.mjs +9 -9
  52. package/esm2020/lib/compose/attachments/attachments.component.mjs +10 -10
  53. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +8 -8
  54. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  55. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  56. package/esm2020/lib/compose/comments/comment.component.mjs +15 -15
  57. package/esm2020/lib/compose/comments/comments.component.mjs +7 -7
  58. package/esm2020/lib/compose/comments/{Comments.pane.component.mjs → comments.pane.component.mjs} +6 -14
  59. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  60. package/esm2020/lib/compose/comments/edits.component.mjs +10 -10
  61. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +5 -5
  62. package/esm2020/lib/compose/comments/votes.component.mjs +10 -10
  63. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  64. package/esm2020/lib/compose/compose.mobile.component.mjs +17 -17
  65. package/esm2020/lib/compose/compose.pane.component.mjs +13 -13
  66. package/esm2020/lib/compose/copy/copy.dialog.mjs +8 -8
  67. package/esm2020/lib/compose/dismiss.service.mjs +5 -5
  68. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  69. package/esm2020/lib/compose/document.component.mjs +3 -3
  70. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  71. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  72. package/esm2020/lib/compose/events/events.component.mjs +8 -8
  73. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +8 -8
  74. package/esm2020/lib/compose/form.component.mjs +7 -7
  75. package/esm2020/lib/compose/new-menu.component.mjs +9 -9
  76. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  77. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  78. package/esm2020/lib/compose/state.component.mjs +3 -3
  79. package/esm2020/lib/compose/tag/tags.component.mjs +8 -8
  80. package/esm2020/lib/compose/trace/flow.component.mjs +60 -73
  81. package/esm2020/lib/compose/trace/people.component.mjs +5 -5
  82. package/esm2020/lib/compose/trace/trace.base.mjs +16 -7
  83. package/esm2020/lib/compose/trace/trace.component.mjs +16 -24
  84. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  85. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  86. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  87. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +11 -11
  88. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  89. package/esm2020/lib/core/account.service.mjs +3 -3
  90. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  91. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  92. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  93. package/esm2020/lib/core/controls/address.input.mjs +11 -17
  94. package/esm2020/lib/core/controls/auto-complete.input.mjs +11 -11
  95. package/esm2020/lib/core/controls/combination-picker-body.mjs +11 -11
  96. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  97. package/esm2020/lib/core/controls/combination-pool.mjs +7 -7
  98. package/esm2020/lib/core/controls/file.input.mjs +10 -10
  99. package/esm2020/lib/core/controls/select.input.mjs +6 -6
  100. package/esm2020/lib/core/controls/time-picker.mjs +9 -9
  101. package/esm2020/lib/core/controls/timespan.input.mjs +8 -35
  102. package/esm2020/lib/core/datasource.service.mjs +3 -3
  103. package/esm2020/lib/core/guide/guide.component.mjs +10 -10
  104. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  105. package/esm2020/lib/core/guide/help-tip.component.mjs +11 -23
  106. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  107. package/esm2020/lib/core/hub.service.mjs +3 -3
  108. package/esm2020/lib/core/identity/identity.component.mjs +5 -5
  109. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  110. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  111. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  112. package/esm2020/lib/core/info/map-info.mjs +3 -3
  113. package/esm2020/lib/core/layout/autocomplete.field.mjs +8 -8
  114. package/esm2020/lib/core/layout/checkbox.field.mjs +7 -7
  115. package/esm2020/lib/core/layout/checkbox.mjs +6 -6
  116. package/esm2020/lib/core/layout/date-range.field.mjs +6 -6
  117. package/esm2020/lib/core/layout/date.field.mjs +9 -9
  118. package/esm2020/lib/core/layout/expression.field.mjs +8 -8
  119. package/esm2020/lib/core/layout/file.field.mjs +11 -9
  120. package/esm2020/lib/core/layout/html.field.mjs +8 -8
  121. package/esm2020/lib/core/layout/input.base.mjs +4 -5
  122. package/esm2020/lib/core/layout/input.field.mjs +8 -8
  123. package/esm2020/lib/core/layout/layout.component.mjs +3 -3
  124. package/esm2020/lib/core/layout/numeric.field.mjs +8 -8
  125. package/esm2020/lib/core/layout/select.field.mjs +10 -10
  126. package/esm2020/lib/core/layout/switch.field.mjs +7 -7
  127. package/esm2020/lib/core/layout/textarea.field.mjs +8 -8
  128. package/esm2020/lib/core/layout/timespan.field.mjs +9 -9
  129. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  130. package/esm2020/lib/core/mailbox.service.mjs +3 -3
  131. package/esm2020/lib/core/models.mjs +1 -1
  132. package/esm2020/lib/core/none.component.mjs +7 -7
  133. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  134. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  135. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  136. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  137. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  138. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  139. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  140. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  141. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  142. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  143. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  144. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  145. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  146. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
  147. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  148. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  149. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  150. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  151. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  152. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  153. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +5 -5
  154. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  155. package/esm2020/lib/core/prompt.service.mjs +3 -3
  156. package/esm2020/lib/core/router.mjs +6 -6
  157. package/esm2020/lib/core/save-changes.dialog.mjs +18 -0
  158. package/esm2020/lib/core/session.service.mjs +3 -3
  159. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  160. package/esm2020/lib/core/slots/router.service.mjs +4 -4
  161. package/esm2020/lib/core/slots/slots.component.mjs +14 -14
  162. package/esm2020/lib/core/tagging/documents.component.mjs +7 -7
  163. package/esm2020/lib/core/tagging/edit-input.component.mjs +10 -10
  164. package/esm2020/lib/core/tagging/emoji.component.mjs +4 -4
  165. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  166. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  167. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  168. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  169. package/esm2020/lib/core/tagging/users.component.mjs +7 -7
  170. package/esm2020/lib/core/translate.service.mjs +3 -3
  171. package/esm2020/lib/core/window-title.service.mjs +3 -3
  172. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  173. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  174. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  175. package/esm2020/lib/cube/cube-menu.component.mjs +10 -10
  176. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  177. package/esm2020/lib/cube/cube.service.mjs +3 -3
  178. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  179. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  180. package/esm2020/lib/cube/explore/explore-items.component.mjs +8 -8
  181. package/esm2020/lib/cube/explore/explore.pane.component.mjs +12 -15
  182. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  183. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  184. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +7 -7
  185. package/esm2020/lib/cube/filter/filter.component.mjs +11 -11
  186. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  187. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  188. package/esm2020/lib/cube/matrix/matrix.base.mjs +6 -10
  189. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +20 -16
  190. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +20 -16
  191. package/esm2020/lib/cube/matrix/popup.component.mjs +11 -11
  192. package/esm2020/lib/cube/matrix/table.component.mjs +4 -4
  193. package/esm2020/lib/cube/parallel/parallel.component.mjs +5 -5
  194. package/esm2020/lib/cube/pivot/pivot.component.mjs +6 -11
  195. package/esm2020/lib/cube/sum/sum.component.mjs +6 -6
  196. package/esm2020/lib/cube/view-base.mjs +6 -10
  197. package/esm2020/lib/cube/view.mobile.component.mjs +14 -14
  198. package/esm2020/lib/cube/view.pane.component.mjs +13 -13
  199. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  200. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +4 -4
  201. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  202. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  203. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  204. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +4 -4
  205. package/esm2020/lib/dashboard/cube/documents.widget.mjs +4 -4
  206. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  207. package/esm2020/lib/dashboard/dashboard.component.mjs +11 -11
  208. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +5 -11
  209. package/esm2020/lib/dashboard/recents/recents.widget.mjs +9 -9
  210. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  211. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  212. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  213. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +12 -12
  214. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  215. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  216. package/esm2020/lib/desktop.module.mjs +11 -13
  217. package/esm2020/lib/home/about/about.dialog.mjs +7 -7
  218. package/esm2020/lib/home/home-base.component.mjs +3 -3
  219. package/esm2020/lib/home/home.desktop.component.mjs +19 -19
  220. package/esm2020/lib/home/home.mobile.component.mjs +16 -16
  221. package/esm2020/lib/home/notifications/notifications.component.mjs +12 -12
  222. package/esm2020/lib/home/options/options.component.mjs +11 -11
  223. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +8 -8
  224. package/esm2020/lib/home/search.service.mjs +3 -3
  225. package/esm2020/lib/home/sign/sign.component.mjs +6 -6
  226. package/esm2020/lib/home/tools.component.mjs +13 -13
  227. package/esm2020/lib/impersonate/impersonate.component.mjs +10 -10
  228. package/esm2020/lib/mobile.module.mjs +11 -13
  229. package/esm2020/lib/modules/chart.module.mjs +6 -6
  230. package/esm2020/lib/modules/circular-gauge.module.mjs +5 -5
  231. package/esm2020/lib/modules/date.adapter.mjs +1 -1
  232. package/esm2020/lib/modules/datepicker.intl.mjs +4 -4
  233. package/esm2020/lib/modules/dayjs.module.mjs +5 -5
  234. package/esm2020/lib/modules/diagram.module.mjs +7 -9
  235. package/esm2020/lib/modules/gantt.module.mjs +5 -5
  236. package/esm2020/lib/modules/grid.module.mjs +6 -6
  237. package/esm2020/lib/modules/material.module.mjs +20 -22
  238. package/esm2020/lib/modules/paginator.intl.mjs +4 -4
  239. package/esm2020/lib/modules/pivot.module.mjs +5 -7
  240. package/esm2020/lib/modules/schedule.module.mjs +6 -6
  241. package/esm2020/lib/modules/spreadsheet.module.mjs +7 -9
  242. package/esm2020/lib/modules/stepper.intl.mjs +4 -4
  243. package/esm2020/lib/modules/texteditor.module.mjs +6 -8
  244. package/esm2020/lib/notifications/filter.component.mjs +8 -8
  245. package/esm2020/lib/notifications/notifications-table.component.mjs +16 -16
  246. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  247. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  248. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  249. package/esm2020/lib/notifications/types/commented.notification.mjs +5 -5
  250. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +5 -5
  251. package/esm2020/lib/notifications/types/escalated.notification.mjs +6 -6
  252. package/esm2020/lib/notifications/types/liked.notification.mjs +5 -5
  253. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  254. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  255. package/esm2020/lib/notifications/types/nudge.notification.mjs +6 -6
  256. package/esm2020/lib/notifications/types/state-changed.notification.mjs +6 -6
  257. package/esm2020/lib/notifications/types/tagged.notification.mjs +5 -5
  258. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  259. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +5 -5
  260. package/esm2020/lib/options/options.component.mjs +15 -15
  261. package/esm2020/lib/options/options.service.mjs +3 -3
  262. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  263. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  264. package/esm2020/lib/reports/cube/grid-documents.component.mjs +9 -9
  265. package/esm2020/lib/reports/cube/table-documents.component.mjs +10 -10
  266. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  267. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  268. package/esm2020/lib/reports/cube/usage-chart.component.mjs +4 -4
  269. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +4 -4
  270. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  271. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  272. package/esm2020/lib/reports/report.mobile.component.mjs +12 -12
  273. package/esm2020/lib/reports/report.pane.component.mjs +11 -11
  274. package/esm2020/lib/reports/reports-menu.component.mjs +9 -9
  275. package/esm2020/lib/reports/substitution/substitution.component.mjs +12 -12
  276. package/esm2020/lib/reports/table/table-view.component.mjs +8 -8
  277. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  278. package/esm2020/lib/routes.desktop.mjs +1 -1
  279. package/esm2020/lib/scheduler/schedule.component.mjs +13 -13
  280. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  281. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  282. package/esm2020/lib/shared.module.mjs +25 -27
  283. package/esm2020/lib/system.module.mjs +13 -15
  284. package/esm2020/lib/views/cube/chart.component.mjs +7 -7
  285. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  286. package/esm2020/lib/views/cube/explore.component.mjs +9 -9
  287. package/esm2020/lib/views/cube/matrix.component.mjs +12 -12
  288. package/esm2020/lib/views/cube/parallel.component.mjs +5 -5
  289. package/esm2020/lib/views/cube/pivot.component.mjs +5 -5
  290. package/esm2020/lib/views/cube/sum.component.mjs +10 -10
  291. package/esm2020/lib/views/cube/view.component.mjs +9 -9
  292. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  293. package/esm2020/lib/views/view-item.component.mjs +3 -3
  294. package/esm2020/lib/views/views.component.mjs +5 -5
  295. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  296. package/esm2020/lib/views/views.pane.component.mjs +5 -10
  297. package/esm2020/public-api.mjs +2 -2
  298. package/fesm2015/bizdoc-core.mjs +1809 -1881
  299. package/fesm2015/bizdoc-core.mjs.map +1 -1
  300. package/fesm2020/bizdoc-core.mjs +1777 -1853
  301. package/fesm2020/bizdoc-core.mjs.map +1 -1
  302. package/{bizdoc-core.d.ts → index.d.ts} +0 -0
  303. package/lib/admin/admin-dismiss.service.d.ts +3 -3
  304. package/lib/admin/admin-menu.component.d.ts +1 -1
  305. package/lib/admin/core/ace.input.d.ts +1 -1
  306. package/lib/admin/core/color-picker.input.d.ts +1 -1
  307. package/lib/admin/core/search.input.d.ts +2 -2
  308. package/lib/admin/diff/configuration-diff.component.d.ts +1 -1
  309. package/lib/admin/document-trace/document-trace.component.d.ts +5 -2
  310. package/lib/admin/document-trace/reassign.dialog.d.ts +6 -3
  311. package/lib/admin/document-trace/trace-element.component.d.ts +1 -1
  312. package/lib/admin/form/form.service.d.ts +1 -1
  313. package/lib/admin/form/workflow/node.component.d.ts +5 -2
  314. package/lib/admin/form/workflow/role-node.component.d.ts +14 -2
  315. package/lib/admin/form/workflow/workflow.component.d.ts +6 -5
  316. package/lib/admin/indices/manage-cube-index.component.d.ts +1 -1
  317. package/lib/admin/patterns/patterns.component.d.ts +7 -3
  318. package/lib/admin/permissions/permissions.component.d.ts +1 -1
  319. package/lib/admin/positions/positions-popup.component.d.ts +2 -2
  320. package/lib/admin/positions/positions.component.d.ts +14 -6
  321. package/lib/admin/profiler/outofoffice.component.d.ts +26 -7
  322. package/lib/admin/profiler/profiler.component.d.ts +3 -3
  323. package/lib/admin/utility-wrapper.component.d.ts +1 -1
  324. package/lib/admin/utility.pane.component.d.ts +1 -1
  325. package/lib/app.component.d.ts +2 -2
  326. package/lib/browse/browse-items.component.d.ts +1 -1
  327. package/lib/browse/browse.mobile.component.d.ts +1 -1
  328. package/lib/browse/browse.pane.component.d.ts +2 -2
  329. package/lib/browse/expanded-item/expanded-item.component.d.ts +1 -1
  330. package/lib/browse/filter/filter.component.d.ts +10 -3
  331. package/lib/browse/folders-menu.component.d.ts +1 -1
  332. package/lib/chat/chat.mobile.component.d.ts +1 -1
  333. package/lib/chat/contacts.component.d.ts +3 -3
  334. package/lib/chat/contacts.pane.component.d.ts +1 -1
  335. package/lib/chat/conversation.component.d.ts +1 -1
  336. package/lib/chat/conversation.pane.component.d.ts +1 -1
  337. package/lib/compose/action/action-picker.component.d.ts +1 -1
  338. package/lib/compose/action/action.dialog.d.ts +1 -1
  339. package/lib/compose/action/action.pane.dialog.exp.d.ts +1 -1
  340. package/lib/compose/action/assign-action.component.d.ts +8 -3
  341. package/lib/compose/action/moveto-action.component.d.ts +6 -3
  342. package/lib/compose/action/return-action.component.d.ts +5 -2
  343. package/lib/compose/attachments/attachments.component.d.ts +1 -1
  344. package/lib/compose/attachments/preview/attachment-preview.component.d.ts +1 -1
  345. package/lib/compose/attachments/progress-button.directive.d.ts +1 -1
  346. package/lib/compose/comments/comment.component.d.ts +1 -1
  347. package/lib/compose/comments/comments.component.d.ts +1 -1
  348. package/lib/compose/comments/{Comments.pane.component.d.ts → comments.pane.component.d.ts} +1 -1
  349. package/lib/compose/comments/edit-comment.component.d.ts +1 -1
  350. package/lib/compose/comments/edits.component.d.ts +1 -1
  351. package/lib/compose/comments/quick-comment.component.exp.d.ts +1 -1
  352. package/lib/compose/comments/votes.component.d.ts +1 -1
  353. package/lib/compose/compose.mobile.component.d.ts +1 -1
  354. package/lib/compose/compose.pane.component.d.ts +1 -1
  355. package/lib/compose/copy/copy.dialog.d.ts +2 -2
  356. package/lib/compose/document.component.d.ts +1 -1
  357. package/lib/compose/document.mobile.component.d.ts +1 -1
  358. package/lib/compose/document.pane.component.d.ts +1 -1
  359. package/lib/compose/events/events.component.d.ts +1 -1
  360. package/lib/compose/form-selector/form-selector.sheet.d.ts +1 -1
  361. package/lib/compose/form.component.d.ts +1 -1
  362. package/lib/compose/new-menu.component.d.ts +2 -2
  363. package/lib/compose/privilage.directive.d.ts +2 -2
  364. package/lib/compose/state.component.d.ts +1 -1
  365. package/lib/compose/tag/tags.component.d.ts +2 -2
  366. package/lib/compose/trace/flow.component.d.ts +11 -8
  367. package/lib/compose/trace/people.component.d.ts +1 -1
  368. package/lib/compose/trace/trace.base.d.ts +8 -3
  369. package/lib/compose/trace/trace.component.d.ts +5 -8
  370. package/lib/compose/trace/trace.pane.component.d.ts +1 -1
  371. package/lib/compose/version-compare/version-compare.component.d.ts +1 -1
  372. package/lib/compose/version-compare/version-compare.directive.d.ts +3 -3
  373. package/lib/compose/version-compare/version.pane.component.d.ts +1 -1
  374. package/lib/core/NgComponentOutlet.d.ts +1 -1
  375. package/lib/core/animated-icon/animated-icon.directive.d.ts +1 -1
  376. package/lib/core/avatar/avatar.component.d.ts +1 -1
  377. package/lib/core/controls/address.input.d.ts +2 -2
  378. package/lib/core/controls/auto-complete.input.d.ts +2 -2
  379. package/lib/core/controls/combination-picker-body.d.ts +2 -2
  380. package/lib/core/controls/combination-picker.d.ts +1 -1
  381. package/lib/core/controls/combination-pool.d.ts +1 -1
  382. package/lib/core/controls/file.input.d.ts +1 -1
  383. package/lib/core/controls/select.input.d.ts +2 -2
  384. package/lib/core/controls/time-picker.d.ts +2 -2
  385. package/lib/core/controls/timespan.input.d.ts +6 -2
  386. package/lib/core/guide/guide.component.d.ts +1 -1
  387. package/lib/core/guide/help-tip.component.d.ts +1 -1
  388. package/lib/core/identity/identity.component.d.ts +1 -1
  389. package/lib/core/info/location-info.component.d.ts +1 -1
  390. package/lib/core/layout/autocomplete.field.d.ts +2 -2
  391. package/lib/core/layout/checkbox.d.ts +1 -1
  392. package/lib/core/layout/checkbox.field.d.ts +2 -2
  393. package/lib/core/layout/date-range.field.d.ts +5 -2
  394. package/lib/core/layout/date.field.d.ts +2 -2
  395. package/lib/core/layout/expression.field.d.ts +2 -2
  396. package/lib/core/layout/file.field.d.ts +3 -2
  397. package/lib/core/layout/html.field.d.ts +2 -2
  398. package/lib/core/layout/input.base.d.ts +2 -2
  399. package/lib/core/layout/input.field.d.ts +2 -2
  400. package/lib/core/layout/layout.component.d.ts +1 -1
  401. package/lib/core/layout/numeric.field.d.ts +2 -2
  402. package/lib/core/layout/select.field.d.ts +2 -2
  403. package/lib/core/layout/switch.field.d.ts +2 -2
  404. package/lib/core/layout/textarea.field.d.ts +2 -2
  405. package/lib/core/layout/timespan.field.d.ts +2 -2
  406. package/lib/core/lottie-animation.d.ts +1 -1
  407. package/lib/core/none.component.d.ts +1 -1
  408. package/lib/core/pipes/action.pipe.d.ts +1 -1
  409. package/lib/core/pipes/calendar.pipe.d.ts +1 -1
  410. package/lib/core/pipes/date-format.pipe.d.ts +1 -1
  411. package/lib/core/pipes/daterange.pipe.d.ts +2 -2
  412. package/lib/core/pipes/difference.pipe.d.ts +1 -1
  413. package/lib/core/pipes/duration-format.pipe.d.ts +1 -1
  414. package/lib/core/pipes/duration.pipe.d.ts +1 -1
  415. package/lib/core/pipes/form.pipe.d.ts +1 -1
  416. package/lib/core/pipes/join.pipe.d.ts +1 -1
  417. package/lib/core/pipes/role.pipe.d.ts +1 -1
  418. package/lib/core/pipes/sanitize-html.pipe.d.ts +1 -1
  419. package/lib/core/pipes/sort.pipe.d.ts +2 -2
  420. package/lib/core/pipes/state.pipe.d.ts +1 -1
  421. package/lib/core/pipes/time-ago.pipe.d.ts +1 -1
  422. package/lib/core/pipes/translate.pipe.d.ts +2 -2
  423. package/lib/core/pipes/type-value.pipe.d.ts +1 -1
  424. package/lib/core/pipes/user-name.pipe.d.ts +1 -1
  425. package/lib/core/popup/popup.component.d.ts +1 -1
  426. package/lib/core/popup/tooltip.directive.d.ts +2 -2
  427. package/lib/core/prompt/ask/ask.dialog.d.ts +1 -1
  428. package/lib/core/prompt/mask/mask.component.d.ts +1 -1
  429. package/lib/{compose → core}/save-changes.dialog.d.ts +1 -1
  430. package/lib/core/slots/router.directive.d.ts +1 -1
  431. package/lib/core/slots/router.service.d.ts +1 -1
  432. package/lib/core/slots/slots.component.d.ts +2 -2
  433. package/lib/core/tagging/documents.component.d.ts +1 -1
  434. package/lib/core/tagging/edit-input.component.d.ts +1 -1
  435. package/lib/core/tagging/emoji.component.d.ts +1 -1
  436. package/lib/core/tagging/tagging-item.directive.d.ts +1 -1
  437. package/lib/core/tagging/tagging.component-base.d.ts +1 -1
  438. package/lib/core/tagging/tagging.directive.d.ts +1 -1
  439. package/lib/core/tagging/tagging.pipe.d.ts +1 -1
  440. package/lib/core/tagging/users.component.d.ts +1 -1
  441. package/lib/cube/accum/accum.component.d.ts +1 -1
  442. package/lib/cube/chart/chart.component.d.ts +1 -1
  443. package/lib/cube/cube-menu.component.d.ts +1 -1
  444. package/lib/cube/cube-view.component.d.ts +1 -1
  445. package/lib/cube/explore/document-item.component.d.ts +1 -1
  446. package/lib/cube/explore/explore-item.component.d.ts +1 -1
  447. package/lib/cube/explore/explore-items.component.d.ts +1 -1
  448. package/lib/cube/explore/explore.pane.component.d.ts +1 -1
  449. package/lib/cube/explore/item.pane.component.d.ts +1 -1
  450. package/lib/cube/filter/filter-tags.component.exp.d.ts +1 -1
  451. package/lib/cube/filter/filter.component.d.ts +1 -1
  452. package/lib/cube/grid/grid.component.d.ts +1 -1
  453. package/lib/cube/grid/spreadsheet.component.d.ts +1 -1
  454. package/lib/cube/matrix/matrix.base.d.ts +2 -2
  455. package/lib/cube/matrix/matrix.mobile.component.d.ts +3 -1
  456. package/lib/cube/matrix/matrix.pane.component.d.ts +3 -2
  457. package/lib/cube/matrix/popup.component.d.ts +1 -1
  458. package/lib/cube/matrix/table.component.d.ts +1 -1
  459. package/lib/cube/parallel/parallel.component.d.ts +1 -1
  460. package/lib/cube/pivot/pivot.component.d.ts +1 -1
  461. package/lib/cube/sum/sum.component.d.ts +1 -1
  462. package/lib/cube/view-base.d.ts +2 -2
  463. package/lib/cube/view.mobile.component.d.ts +1 -2
  464. package/lib/cube/view.pane.component.d.ts +1 -1
  465. package/lib/dashboard/actions/actions.widget.d.ts +1 -1
  466. package/lib/dashboard/cube/accum-cube.widget.d.ts +1 -1
  467. package/lib/dashboard/cube/compare.widget.d.ts +1 -1
  468. package/lib/dashboard/cube/cube-analysis.base.d.ts +1 -1
  469. package/lib/dashboard/cube/cube-analysis.widget.d.ts +1 -1
  470. package/lib/dashboard/cube/cube-chart.widget.d.ts +1 -1
  471. package/lib/dashboard/cube/documents.widget.d.ts +1 -1
  472. package/lib/dashboard/cube/filter/filter.component.d.ts +1 -1
  473. package/lib/dashboard/dashboard.component.d.ts +1 -1
  474. package/lib/dashboard/dashboard.pane.component.d.ts +1 -1
  475. package/lib/dashboard/recents/recents.widget.d.ts +2 -2
  476. package/lib/dashboard/score/activity.widget.d.ts +1 -1
  477. package/lib/dashboard/score/compare-groups.widget.d.ts +1 -1
  478. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
  479. package/lib/dashboard/score/pending-results.widget.d.ts +1 -1
  480. package/lib/dashboard/score/personal-score.widget.d.ts +1 -1
  481. package/lib/dashboard/widget-item.component.d.ts +1 -1
  482. package/lib/desktop.module.d.ts +1 -1
  483. package/lib/home/about/about.dialog.d.ts +1 -1
  484. package/lib/home/home-base.component.d.ts +1 -1
  485. package/lib/home/home.desktop.component.d.ts +1 -1
  486. package/lib/home/home.mobile.component.d.ts +1 -1
  487. package/lib/home/notifications/notifications.component.d.ts +1 -1
  488. package/lib/home/options/options.component.d.ts +1 -1
  489. package/lib/home/outofoffice/outofoffice.component.d.ts +1 -1
  490. package/lib/home/sign/sign.component.d.ts +1 -1
  491. package/lib/home/tools.component.d.ts +2 -2
  492. package/lib/impersonate/impersonate.component.d.ts +2 -2
  493. package/lib/notifications/filter.component.d.ts +5 -2
  494. package/lib/notifications/notifications-table.component.d.ts +1 -1
  495. package/lib/notifications/notifications.mobile.component.d.ts +1 -1
  496. package/lib/notifications/notifications.pane.component.d.ts +1 -1
  497. package/lib/notifications/types/commented.notification.d.ts +1 -1
  498. package/lib/notifications/types/cube-anomaly.notification.d.ts +1 -1
  499. package/lib/notifications/types/escalated.notification.d.ts +1 -1
  500. package/lib/notifications/types/liked.notification.d.ts +1 -1
  501. package/lib/notifications/types/long-running-task.notification.d.ts +1 -1
  502. package/lib/notifications/types/notification-base.d.ts +1 -1
  503. package/lib/notifications/types/nudge.notification.d.ts +1 -1
  504. package/lib/notifications/types/state-changed.notification.d.ts +1 -1
  505. package/lib/notifications/types/tagged.notification.d.ts +1 -1
  506. package/lib/notifications/types/text.notification.d.ts +1 -1
  507. package/lib/notifications/types/upcoming-event.notification.d.ts +1 -1
  508. package/lib/options/options.component.d.ts +37 -6
  509. package/lib/reports/arguments-component.d.ts +1 -1
  510. package/lib/reports/cube/documents.component.d.ts +1 -1
  511. package/lib/reports/cube/grid-documents.component.d.ts +1 -1
  512. package/lib/reports/cube/table-documents.component.d.ts +1 -1
  513. package/lib/reports/cube/usage-args.component.d.ts +1 -1
  514. package/lib/reports/cube/usage-base.d.ts +1 -1
  515. package/lib/reports/cube/usage-chart.component.d.ts +1 -1
  516. package/lib/reports/cube/usage-pivot.component.d.ts +1 -1
  517. package/lib/reports/cube/usage.component.d.ts +1 -1
  518. package/lib/reports/report-viewer.component.d.ts +1 -1
  519. package/lib/reports/report.mobile.component.d.ts +1 -1
  520. package/lib/reports/report.pane.component.d.ts +1 -1
  521. package/lib/reports/reports-menu.component.d.ts +1 -1
  522. package/lib/reports/substitution/substitution.component.d.ts +1 -1
  523. package/lib/reports/table/table-view.component.d.ts +1 -1
  524. package/lib/reports/tasks/tasks.component.d.ts +1 -1
  525. package/lib/scheduler/schedule.component.d.ts +1 -1
  526. package/lib/scheduler/scheduler.mobile.component.d.ts +1 -1
  527. package/lib/scheduler/scheduler.pane.component.d.ts +1 -1
  528. package/lib/shared.module.d.ts +1 -1
  529. package/lib/views/cube/chart.component.d.ts +1 -1
  530. package/lib/views/cube/cube-base.d.ts +1 -1
  531. package/lib/views/cube/explore.component.d.ts +1 -1
  532. package/lib/views/cube/matrix.component.d.ts +1 -1
  533. package/lib/views/cube/parallel.component.d.ts +1 -1
  534. package/lib/views/cube/pivot.component.d.ts +1 -1
  535. package/lib/views/cube/sum.component.d.ts +1 -2
  536. package/lib/views/cube/view.component.d.ts +1 -1
  537. package/lib/views/timeline/timeline.component.exp.d.ts +1 -1
  538. package/lib/views/view-item.component.d.ts +1 -1
  539. package/lib/views/views.component.d.ts +1 -1
  540. package/lib/views/views.mobile.component.d.ts +1 -1
  541. package/lib/views/views.pane.component.d.ts +1 -1
  542. package/package.json +28 -28
  543. package/public-api.d.ts +1 -1
  544. package/assets/.gitkeep +0 -0
  545. package/esm2020/lib/compose/save-changes.dialog.mjs +0 -18
@@ -40,8 +40,8 @@ export class SystemModule {
40
40
  };
41
41
  }
42
42
  }
43
- SystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
44
- SystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SystemModule, declarations: [PermissionsUtility, ManageCubeIndexUtility, ProfileSettingsDialog,
43
+ SystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: SystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
44
+ SystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: SystemModule, declarations: [PermissionsUtility, ManageCubeIndexUtility, ProfileSettingsDialog,
45
45
  UtilityWrapperComponent, UtilityPaneComponent,
46
46
  SearchInput,
47
47
  ReassignDialog,
@@ -63,19 +63,17 @@ SystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
63
63
  WorkflowComponent,
64
64
  RoleNodeComponent,
65
65
  PatternsComponent] });
66
- SystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SystemModule, providers: [
66
+ SystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: SystemModule, providers: [
67
67
  FormResolve, FormService
68
- ], imports: [[
69
- CommonModule,
70
- HttpClientModule,
71
- ReactiveFormsModule,
72
- FlexLayoutModule,
73
- RouterModule,
74
- SyncfusionDiagramModule,
75
- SyncfusionChartModule,
76
- SharedModule
77
- ]] });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SystemModule, decorators: [{
68
+ ], imports: [CommonModule,
69
+ HttpClientModule,
70
+ ReactiveFormsModule,
71
+ FlexLayoutModule,
72
+ RouterModule,
73
+ SyncfusionDiagramModule,
74
+ SyncfusionChartModule,
75
+ SharedModule] });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: SystemModule, decorators: [{
79
77
  type: NgModule,
80
78
  args: [{
81
79
  declarations: [
@@ -114,4 +112,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
114
112
  entryComponents: [ProfileSettingsDialog]
115
113
  }]
116
114
  }] });
117
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3lzdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvc3lzdGVtLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVCLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN4RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUN2RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDN0UsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQy9FLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQ3pGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOztBQUV2RSxNQUFNLGlCQUFpQixHQUFHLENBQUMsaUJBQWlCLEVBQUUsc0JBQXNCLEVBQUUsa0JBQWtCLEVBQUUsa0JBQWtCLEVBQUUsaUJBQWlCO0lBQzdILGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLHNCQUFzQixDQUFDLENBQUM7QUFFbEUsK0JBQStCO0FBcUMvQixNQUFNLE9BQU8sWUFBWTtJQUN2QixNQUFNLENBQUMsUUFBUTtRQUNiLGtCQUFrQixDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFDdEMsT0FBTztZQUNMLFFBQVEsRUFBRSxZQUFZO1lBQ3RCLFNBQVMsRUFBRSxFQUFFO1NBQ2QsQ0FBQTtJQUNILENBQUM7O3lHQVBVLFlBQVk7MEdBQVosWUFBWSxpQkFsQ3JCLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHFCQUFxQjtRQUNqRSx1QkFBdUIsRUFBRSxvQkFBb0I7UUFDN0MsV0FBVztRQUNYLGNBQWM7UUFDZCxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSxxQkFBcUIsRUFBRSxpQkFBaUI7UUFDckYsa0JBQWtCLEVBQUUsY0FBYztRQUNsQyxpQkFBaUIsRUFBRSxxQkFBcUIsRUFBRSxpQkFBaUI7UUFDM0QsaUJBQWlCLGFBTWpCLFlBQVk7UUFDWixnQkFBZ0I7UUFDaEIsbUJBQW1CO1FBQ25CLGdCQUFnQjtRQUNoQixZQUFZO1FBQ1osdUJBQXVCO1FBQ3ZCLHFCQUFxQjtRQUNyQixZQUFZLGFBR1osa0JBQWtCLEVBQUUsc0JBQXNCO1FBQzFDLHVCQUF1QixFQUFFLG9CQUFvQjtRQUM3QyxtQkFBbUIsRUFBRSxzQkFBc0I7UUFDM0MsaUJBQWlCO1FBQ2pCLGtCQUFrQjtRQUNsQixpQkFBaUI7UUFDakIsaUJBQWlCO1FBQ2pCLGlCQUFpQjswR0FJUixZQUFZLGFBekJaO1FBQ1QsV0FBVyxFQUFFLFdBQVc7S0FDekIsWUFDUTtZQUNQLFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsbUJBQW1CO1lBQ25CLGdCQUFnQjtZQUNoQixZQUFZO1lBQ1osdUJBQXVCO1lBQ3ZCLHFCQUFxQjtZQUNyQixZQUFZO1NBQ2I7MkZBYVUsWUFBWTtrQkFwQ3hCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHFCQUFxQjt3QkFDakUsdUJBQXVCLEVBQUUsb0JBQW9CO3dCQUM3QyxXQUFXO3dCQUNYLGNBQWM7d0JBQ2QsbUJBQW1CLEVBQUUsc0JBQXNCLEVBQUUscUJBQXFCLEVBQUUsaUJBQWlCO3dCQUNyRixrQkFBa0IsRUFBRSxjQUFjO3dCQUNsQyxpQkFBaUIsRUFBRSxxQkFBcUIsRUFBRSxpQkFBaUI7d0JBQzNELGlCQUFpQjtxQkFDbEI7b0JBQ0QsU0FBUyxFQUFFO3dCQUNULFdBQVcsRUFBRSxXQUFXO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLG1CQUFtQjt3QkFDbkIsZ0JBQWdCO3dCQUNoQixZQUFZO3dCQUNaLHVCQUF1Qjt3QkFDdkIscUJBQXFCO3dCQUNyQixZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxrQkFBa0IsRUFBRSxzQkFBc0I7d0JBQzFDLHVCQUF1QixFQUFFLG9CQUFvQjt3QkFDN0MsbUJBQW1CLEVBQUUsc0JBQXNCO3dCQUMzQyxpQkFBaUI7d0JBQ2pCLGtCQUFrQjt3QkFDbEIsaUJBQWlCO3dCQUNqQixpQkFBaUI7d0JBQ2pCLGlCQUFpQjtxQkFDbEI7b0JBQ0QsZUFBZSxFQUFFLENBQUMscUJBQXFCLENBQUM7aUJBQ3pDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgSHR0cENsaWVudE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcclxuaW1wb3J0IHsgRmxleExheW91dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2ZsZXgtbGF5b3V0JztcclxuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgU2hhcmVkTW9kdWxlIH0gZnJvbSAnLi9zaGFyZWQubW9kdWxlJztcclxuaW1wb3J0IHsgU3luY2Z1c2lvbkNoYXJ0TW9kdWxlIH0gZnJvbSAnLi9tb2R1bGVzL2NoYXJ0Lm1vZHVsZSc7XHJcbmltcG9ydCB7IFN5bmNmdXNpb25EaWFncmFtTW9kdWxlIH0gZnJvbSAnLi9tb2R1bGVzL2RpYWdyYW0ubW9kdWxlJztcclxuaW1wb3J0IHsgRm9ybVJlc29sdmUgfSBmcm9tICcuL2FkbWluL2Zvcm0vZm9ybS5yZXNvbHZlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBGb3JtU2VydmljZSB9IGZyb20gJy4vYWRtaW4vZm9ybS9mb3JtLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBSZWFzc2lnbkRpYWxvZyB9IGZyb20gJy4vYWRtaW4vZG9jdW1lbnQtdHJhY2UvcmVhc3NpZ24uZGlhbG9nJztcclxuaW1wb3J0IHsgVHJhY2VFbGVtZW50Q29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi9kb2N1bWVudC10cmFjZS90cmFjZS1lbGVtZW50LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFdvcmtmbG93Q29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi9mb3JtL3dvcmtmbG93L3dvcmtmbG93LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFBvc2l0aW9uc1BvcHVwIH0gZnJvbSAnLi9hZG1pbi9wb3NpdGlvbnMvcG9zaXRpb25zLXBvcHVwLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFNlYXJjaElucHV0IH0gZnJvbSAnLi9hZG1pbi9jb3JlL3NlYXJjaC5pbnB1dCc7XHJcbmltcG9ydCB7IFdvcmtmbG93Tm9kZUNvbXBvbmVudCB9IGZyb20gJy4vYWRtaW4vZm9ybS93b3JrZmxvdy9ub2RlLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFV0aWxpdHlQYW5lQ29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi91dGlsaXR5LnBhbmUuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTWFuYWdlQ3ViZUluZGV4VXRpbGl0eSB9IGZyb20gJy4vYWRtaW4vaW5kaWNlcy9tYW5hZ2UtY3ViZS1pbmRleC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBQZXJtaXNzaW9uc1V0aWxpdHkgfSBmcm9tICcuL2FkbWluL3Blcm1pc3Npb25zL3Blcm1pc3Npb25zLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFV0aWxpdHlXcmFwcGVyQ29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi91dGlsaXR5LXdyYXBwZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgU3lzdGVtRGlmZkNvbXBvbmVudCB9IGZyb20gJy4vYWRtaW4vZGlmZi9jb25maWd1cmF0aW9uLWRpZmYuY29tcG9uZW50JztcclxuaW1wb3J0IHsgRG9jdW1lbnRUcmFjZUNvbXBvbmVudCB9IGZyb20gJy4vYWRtaW4vZG9jdW1lbnQtdHJhY2UvZG9jdW1lbnQtdHJhY2UuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUm9sZU5vZGVDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL2Zvcm0vd29ya2Zsb3cvcm9sZS1ub2RlLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFBhdHRlcm5zQ29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi9wYXR0ZXJucy9wYXR0ZXJucy5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBQb3NpdGlvbnNDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL3Bvc2l0aW9ucy9wb3NpdGlvbnMuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUHJvZmlsZXJDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL3Byb2ZpbGVyL3Byb2ZpbGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFByb2ZpbGVTZXR0aW5nc0RpYWxvZyB9IGZyb20gJy4vYWRtaW4vcHJvZmlsZXIvb3V0b2ZvZmZpY2UuY29tcG9uZW50JztcclxuaW1wb3J0IHsgcmVnaXN0ZXJDb21wb25lbnRzIH0gZnJvbSAnLi9jb3JlL2NvbXBvbmVudC1mYWN0b3J5LXJlc29sdmVyJztcclxuXHJcbmNvbnN0IFNZU1RFTV9DT01QT05FTlRTID0gW1JvbGVOb2RlQ29tcG9uZW50LCBNYW5hZ2VDdWJlSW5kZXhVdGlsaXR5LCBQZXJtaXNzaW9uc1V0aWxpdHksIFBvc2l0aW9uc0NvbXBvbmVudCwgUHJvZmlsZXJDb21wb25lbnQsXHJcbiAgUGF0dGVybnNDb21wb25lbnQsIFN5c3RlbURpZmZDb21wb25lbnQsIERvY3VtZW50VHJhY2VDb21wb25lbnRdO1xyXG5cclxuLyoqIGFkbWluaXN0cmF0aXZlIHV0aWxpdGllcyAqL1xyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgUGVybWlzc2lvbnNVdGlsaXR5LCBNYW5hZ2VDdWJlSW5kZXhVdGlsaXR5LCBQcm9maWxlU2V0dGluZ3NEaWFsb2csXHJcbiAgICBVdGlsaXR5V3JhcHBlckNvbXBvbmVudCwgVXRpbGl0eVBhbmVDb21wb25lbnQsXHJcbiAgICBTZWFyY2hJbnB1dCxcclxuICAgIFJlYXNzaWduRGlhbG9nLFxyXG4gICAgU3lzdGVtRGlmZkNvbXBvbmVudCwgRG9jdW1lbnRUcmFjZUNvbXBvbmVudCwgVHJhY2VFbGVtZW50Q29tcG9uZW50LCBQcm9maWxlckNvbXBvbmVudCxcclxuICAgIFBvc2l0aW9uc0NvbXBvbmVudCwgUG9zaXRpb25zUG9wdXAsXHJcbiAgICBXb3JrZmxvd0NvbXBvbmVudCwgV29ya2Zsb3dOb2RlQ29tcG9uZW50LCBSb2xlTm9kZUNvbXBvbmVudCxcclxuICAgIFBhdHRlcm5zQ29tcG9uZW50XHJcbiAgXSxcclxuICBwcm92aWRlcnM6IFtcclxuICAgIEZvcm1SZXNvbHZlLCBGb3JtU2VydmljZVxyXG4gIF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgSHR0cENsaWVudE1vZHVsZSxcclxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXHJcbiAgICBGbGV4TGF5b3V0TW9kdWxlLFxyXG4gICAgUm91dGVyTW9kdWxlLFxyXG4gICAgU3luY2Z1c2lvbkRpYWdyYW1Nb2R1bGUsXHJcbiAgICBTeW5jZnVzaW9uQ2hhcnRNb2R1bGUsXHJcbiAgICBTaGFyZWRNb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFBlcm1pc3Npb25zVXRpbGl0eSwgTWFuYWdlQ3ViZUluZGV4VXRpbGl0eSxcclxuICAgIFV0aWxpdHlXcmFwcGVyQ29tcG9uZW50LCBVdGlsaXR5UGFuZUNvbXBvbmVudCxcclxuICAgIFN5c3RlbURpZmZDb21wb25lbnQsIERvY3VtZW50VHJhY2VDb21wb25lbnQsXHJcbiAgICBQcm9maWxlckNvbXBvbmVudCxcclxuICAgIFBvc2l0aW9uc0NvbXBvbmVudCxcclxuICAgIFdvcmtmbG93Q29tcG9uZW50LFxyXG4gICAgUm9sZU5vZGVDb21wb25lbnQsXHJcbiAgICBQYXR0ZXJuc0NvbXBvbmVudFxyXG4gIF0sXHJcbiAgZW50cnlDb21wb25lbnRzOiBbUHJvZmlsZVNldHRpbmdzRGlhbG9nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU3lzdGVtTW9kdWxlIHtcclxuICBzdGF0aWMgZm9yQ2hpbGQoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxTeXN0ZW1Nb2R1bGU+IHtcclxuICAgIHJlZ2lzdGVyQ29tcG9uZW50cyhTWVNURU1fQ09NUE9ORU5UUyk7XHJcbiAgICByZXR1cm4ge1xyXG4gICAgICBuZ01vZHVsZTogU3lzdGVtTW9kdWxlLFxyXG4gICAgICBwcm92aWRlcnM6IFtdXHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
115
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3lzdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvc3lzdGVtLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVCLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN4RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUN2RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDN0UsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQy9FLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQ3pGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOztBQUV2RSxNQUFNLGlCQUFpQixHQUFHLENBQUMsaUJBQWlCLEVBQUUsc0JBQXNCLEVBQUUsa0JBQWtCLEVBQUUsa0JBQWtCLEVBQUUsaUJBQWlCO0lBQzdILGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLHNCQUFzQixDQUFDLENBQUM7QUFFbEUsK0JBQStCO0FBcUMvQixNQUFNLE9BQU8sWUFBWTtJQUN2QixNQUFNLENBQUMsUUFBUTtRQUNiLGtCQUFrQixDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFDdEMsT0FBTztZQUNMLFFBQVEsRUFBRSxZQUFZO1lBQ3RCLFNBQVMsRUFBRSxFQUFFO1NBQ2QsQ0FBQTtJQUNILENBQUM7O3lHQVBVLFlBQVk7MEdBQVosWUFBWSxpQkFsQ3JCLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHFCQUFxQjtRQUNqRSx1QkFBdUIsRUFBRSxvQkFBb0I7UUFDN0MsV0FBVztRQUNYLGNBQWM7UUFDZCxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSxxQkFBcUIsRUFBRSxpQkFBaUI7UUFDckYsa0JBQWtCLEVBQUUsY0FBYztRQUNsQyxpQkFBaUIsRUFBRSxxQkFBcUIsRUFBRSxpQkFBaUI7UUFDM0QsaUJBQWlCLGFBTWpCLFlBQVk7UUFDWixnQkFBZ0I7UUFDaEIsbUJBQW1CO1FBQ25CLGdCQUFnQjtRQUNoQixZQUFZO1FBQ1osdUJBQXVCO1FBQ3ZCLHFCQUFxQjtRQUNyQixZQUFZLGFBR1osa0JBQWtCLEVBQUUsc0JBQXNCO1FBQzFDLHVCQUF1QixFQUFFLG9CQUFvQjtRQUM3QyxtQkFBbUIsRUFBRSxzQkFBc0I7UUFDM0MsaUJBQWlCO1FBQ2pCLGtCQUFrQjtRQUNsQixpQkFBaUI7UUFDakIsaUJBQWlCO1FBQ2pCLGlCQUFpQjswR0FJUixZQUFZLGFBekJaO1FBQ1QsV0FBVyxFQUFFLFdBQVc7S0FDekIsWUFFQyxZQUFZO1FBQ1osZ0JBQWdCO1FBQ2hCLG1CQUFtQjtRQUNuQixnQkFBZ0I7UUFDaEIsWUFBWTtRQUNaLHVCQUF1QjtRQUN2QixxQkFBcUI7UUFDckIsWUFBWTsyRkFjSCxZQUFZO2tCQXBDeEIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osa0JBQWtCLEVBQUUsc0JBQXNCLEVBQUUscUJBQXFCO3dCQUNqRSx1QkFBdUIsRUFBRSxvQkFBb0I7d0JBQzdDLFdBQVc7d0JBQ1gsY0FBYzt3QkFDZCxtQkFBbUIsRUFBRSxzQkFBc0IsRUFBRSxxQkFBcUIsRUFBRSxpQkFBaUI7d0JBQ3JGLGtCQUFrQixFQUFFLGNBQWM7d0JBQ2xDLGlCQUFpQixFQUFFLHFCQUFxQixFQUFFLGlCQUFpQjt3QkFDM0QsaUJBQWlCO3FCQUNsQjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1QsV0FBVyxFQUFFLFdBQVc7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsbUJBQW1CO3dCQUNuQixnQkFBZ0I7d0JBQ2hCLFlBQVk7d0JBQ1osdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGtCQUFrQixFQUFFLHNCQUFzQjt3QkFDMUMsdUJBQXVCLEVBQUUsb0JBQW9CO3dCQUM3QyxtQkFBbUIsRUFBRSxzQkFBc0I7d0JBQzNDLGlCQUFpQjt3QkFDakIsa0JBQWtCO3dCQUNsQixpQkFBaUI7d0JBQ2pCLGlCQUFpQjt3QkFDakIsaUJBQWlCO3FCQUNsQjtvQkFDRCxlQUFlLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztpQkFDekMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBIdHRwQ2xpZW50TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xyXG5pbXBvcnQgeyBGbGV4TGF5b3V0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZmxleC1sYXlvdXQnO1xyXG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBTaGFyZWRNb2R1bGUgfSBmcm9tICcuL3NoYXJlZC5tb2R1bGUnO1xyXG5pbXBvcnQgeyBTeW5jZnVzaW9uQ2hhcnRNb2R1bGUgfSBmcm9tICcuL21vZHVsZXMvY2hhcnQubW9kdWxlJztcclxuaW1wb3J0IHsgU3luY2Z1c2lvbkRpYWdyYW1Nb2R1bGUgfSBmcm9tICcuL21vZHVsZXMvZGlhZ3JhbS5tb2R1bGUnO1xyXG5pbXBvcnQgeyBGb3JtUmVzb2x2ZSB9IGZyb20gJy4vYWRtaW4vZm9ybS9mb3JtLnJlc29sdmUuc2VydmljZSc7XHJcbmltcG9ydCB7IEZvcm1TZXJ2aWNlIH0gZnJvbSAnLi9hZG1pbi9mb3JtL2Zvcm0uc2VydmljZSc7XHJcbmltcG9ydCB7IFJlYXNzaWduRGlhbG9nIH0gZnJvbSAnLi9hZG1pbi9kb2N1bWVudC10cmFjZS9yZWFzc2lnbi5kaWFsb2cnO1xyXG5pbXBvcnQgeyBUcmFjZUVsZW1lbnRDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL2RvY3VtZW50LXRyYWNlL3RyYWNlLWVsZW1lbnQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgV29ya2Zsb3dDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL2Zvcm0vd29ya2Zsb3cvd29ya2Zsb3cuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUG9zaXRpb25zUG9wdXAgfSBmcm9tICcuL2FkbWluL3Bvc2l0aW9ucy9wb3NpdGlvbnMtcG9wdXAuY29tcG9uZW50JztcclxuaW1wb3J0IHsgU2VhcmNoSW5wdXQgfSBmcm9tICcuL2FkbWluL2NvcmUvc2VhcmNoLmlucHV0JztcclxuaW1wb3J0IHsgV29ya2Zsb3dOb2RlQ29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi9mb3JtL3dvcmtmbG93L25vZGUuY29tcG9uZW50JztcclxuaW1wb3J0IHsgVXRpbGl0eVBhbmVDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL3V0aWxpdHkucGFuZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBNYW5hZ2VDdWJlSW5kZXhVdGlsaXR5IH0gZnJvbSAnLi9hZG1pbi9pbmRpY2VzL21hbmFnZS1jdWJlLWluZGV4LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFBlcm1pc3Npb25zVXRpbGl0eSB9IGZyb20gJy4vYWRtaW4vcGVybWlzc2lvbnMvcGVybWlzc2lvbnMuY29tcG9uZW50JztcclxuaW1wb3J0IHsgVXRpbGl0eVdyYXBwZXJDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL3V0aWxpdHktd3JhcHBlci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBTeXN0ZW1EaWZmQ29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi9kaWZmL2NvbmZpZ3VyYXRpb24tZGlmZi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBEb2N1bWVudFRyYWNlQ29tcG9uZW50IH0gZnJvbSAnLi9hZG1pbi9kb2N1bWVudC10cmFjZS9kb2N1bWVudC10cmFjZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBSb2xlTm9kZUNvbXBvbmVudCB9IGZyb20gJy4vYWRtaW4vZm9ybS93b3JrZmxvdy9yb2xlLW5vZGUuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUGF0dGVybnNDb21wb25lbnQgfSBmcm9tICcuL2FkbWluL3BhdHRlcm5zL3BhdHRlcm5zLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFBvc2l0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vYWRtaW4vcG9zaXRpb25zL3Bvc2l0aW9ucy5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBQcm9maWxlckNvbXBvbmVudCB9IGZyb20gJy4vYWRtaW4vcHJvZmlsZXIvcHJvZmlsZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUHJvZmlsZVNldHRpbmdzRGlhbG9nIH0gZnJvbSAnLi9hZG1pbi9wcm9maWxlci9vdXRvZm9mZmljZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyByZWdpc3RlckNvbXBvbmVudHMgfSBmcm9tICcuL2NvcmUvY29tcG9uZW50LWZhY3RvcnktcmVzb2x2ZXInO1xyXG5cclxuY29uc3QgU1lTVEVNX0NPTVBPTkVOVFMgPSBbUm9sZU5vZGVDb21wb25lbnQsIE1hbmFnZUN1YmVJbmRleFV0aWxpdHksIFBlcm1pc3Npb25zVXRpbGl0eSwgUG9zaXRpb25zQ29tcG9uZW50LCBQcm9maWxlckNvbXBvbmVudCxcclxuICBQYXR0ZXJuc0NvbXBvbmVudCwgU3lzdGVtRGlmZkNvbXBvbmVudCwgRG9jdW1lbnRUcmFjZUNvbXBvbmVudF07XHJcblxyXG4vKiogYWRtaW5pc3RyYXRpdmUgdXRpbGl0aWVzICovXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBQZXJtaXNzaW9uc1V0aWxpdHksIE1hbmFnZUN1YmVJbmRleFV0aWxpdHksIFByb2ZpbGVTZXR0aW5nc0RpYWxvZyxcclxuICAgIFV0aWxpdHlXcmFwcGVyQ29tcG9uZW50LCBVdGlsaXR5UGFuZUNvbXBvbmVudCxcclxuICAgIFNlYXJjaElucHV0LFxyXG4gICAgUmVhc3NpZ25EaWFsb2csXHJcbiAgICBTeXN0ZW1EaWZmQ29tcG9uZW50LCBEb2N1bWVudFRyYWNlQ29tcG9uZW50LCBUcmFjZUVsZW1lbnRDb21wb25lbnQsIFByb2ZpbGVyQ29tcG9uZW50LFxyXG4gICAgUG9zaXRpb25zQ29tcG9uZW50LCBQb3NpdGlvbnNQb3B1cCxcclxuICAgIFdvcmtmbG93Q29tcG9uZW50LCBXb3JrZmxvd05vZGVDb21wb25lbnQsIFJvbGVOb2RlQ29tcG9uZW50LFxyXG4gICAgUGF0dGVybnNDb21wb25lbnRcclxuICBdLFxyXG4gIHByb3ZpZGVyczogW1xyXG4gICAgRm9ybVJlc29sdmUsIEZvcm1TZXJ2aWNlXHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBIdHRwQ2xpZW50TW9kdWxlLFxyXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcclxuICAgIEZsZXhMYXlvdXRNb2R1bGUsXHJcbiAgICBSb3V0ZXJNb2R1bGUsXHJcbiAgICBTeW5jZnVzaW9uRGlhZ3JhbU1vZHVsZSxcclxuICAgIFN5bmNmdXNpb25DaGFydE1vZHVsZSxcclxuICAgIFNoYXJlZE1vZHVsZVxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgUGVybWlzc2lvbnNVdGlsaXR5LCBNYW5hZ2VDdWJlSW5kZXhVdGlsaXR5LFxyXG4gICAgVXRpbGl0eVdyYXBwZXJDb21wb25lbnQsIFV0aWxpdHlQYW5lQ29tcG9uZW50LFxyXG4gICAgU3lzdGVtRGlmZkNvbXBvbmVudCwgRG9jdW1lbnRUcmFjZUNvbXBvbmVudCxcclxuICAgIFByb2ZpbGVyQ29tcG9uZW50LFxyXG4gICAgUG9zaXRpb25zQ29tcG9uZW50LFxyXG4gICAgV29ya2Zsb3dDb21wb25lbnQsXHJcbiAgICBSb2xlTm9kZUNvbXBvbmVudCxcclxuICAgIFBhdHRlcm5zQ29tcG9uZW50XHJcbiAgXSxcclxuICBlbnRyeUNvbXBvbmVudHM6IFtQcm9maWxlU2V0dGluZ3NEaWFsb2ddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTeXN0ZW1Nb2R1bGUge1xyXG4gIHN0YXRpYyBmb3JDaGlsZCgpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFN5c3RlbU1vZHVsZT4ge1xyXG4gICAgcmVnaXN0ZXJDb21wb25lbnRzKFNZU1RFTV9DT01QT05FTlRTKTtcclxuICAgIHJldHVybiB7XHJcbiAgICAgIG5nTW9kdWxlOiBTeXN0ZW1Nb2R1bGUsXHJcbiAgICAgIHByb3ZpZGVyczogW11cclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
@@ -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.0", 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.0", 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.0", 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.0", ngImport: i0, type: CubeBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
92
+ CubeBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: CubeBase, ngImport: i0 });
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1iYXNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi92aWV3cy9jdWJlL2N1YmUtYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBTzFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7Ozs7O0FBVXpELE1BQU0sT0FBZ0IsUUFBUTtJQWM1QixZQUNZLFFBQTRCLEVBQzVCLFFBQXFCLEVBQ3JCLFFBQXdCLEVBQVUsS0FBZTtRQUZqRCxhQUFRLEdBQVIsUUFBUSxDQUFvQjtRQUM1QixhQUFRLEdBQVIsUUFBUSxDQUFhO1FBQ3JCLGFBQVEsR0FBUixRQUFRLENBQWdCO1FBQVUsVUFBSyxHQUFMLEtBQUssQ0FBVTtJQUM3RCxDQUFDO0lBQ0QsTUFBTSxDQUFDLEtBQXlCO1FBQzlCLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1FBQ25CLElBQUksS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLEVBQUU7WUFDdEIsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBRXBCLE1BQU0sR0FBRyxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7WUFFL0MsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFFdEUsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7WUFFcEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUNyQjthQUNJLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSztZQUNsQixJQUFJ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QUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxTQUFTO1lBQ2pDLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxPQUFPLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQy9ELE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUNELElBQUksS0FBSyxLQUFLLE9BQU8sSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sRUFBRSxDQUFBLENBQUMsQ0FBQzs7cUdBeEcxQixRQUFRO3lGQUFSLFFBQVE7MkZBQVIsUUFBUTtrQkFEN0IsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEF4ZXNNYXAsIEN1YmUsIERvY3VtZW50TW9kZWwgfSBmcm9tIFwiLi4vLi4vY29yZS9tb2RlbHNcIjtcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vY29yZS9zZXNzaW9uLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgRG9jdW1lbnRWaWV3UmVmIH0gZnJvbSBcIi4uL2RvY3VtZW50LXZpZXctcmVmXCI7XHJcblxyXG5pbXBvcnQgeyBDdWJlU2VydmljZSwgUGF0dGVybiB9IGZyb20gJy4uLy4uL2N1YmUvY3ViZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRG9jdW1lbnRWaWV3Q29tcG9uZW50IH0gZnJvbSBcIi4uLy4uL2NvcmUvYmFzZVwiO1xyXG5pbXBvcnQgeyBpc0FycmF5LCBpc1N0cmluZyB9IGZyb20gXCIuLi8uLi9jb3JlL2Z1bmN0aW9uc1wiO1xyXG5pbXBvcnQgeyBTY29wZVR5cGUgfSBmcm9tIFwiLi4vLi4vY29yZS9jb25maWd1cmF0aW9uXCI7XHJcblxyXG50eXBlIENvbnNvbGlkYXRlZE1vZGVsID0ge1xyXG4gIFtjdWJlOiBzdHJpbmddOiB7XHJcbiAgICBbYXhpczogc3RyaW5nXTogc3RyaW5nIHwgc3RyaW5nW107XHJcbiAgfTtcclxufTtcclxuXHJcbkBEaXJlY3RpdmUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQ3ViZUJhc2U8TyBleHRlbmRzIE9wdGlvbnM+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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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.0", 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: [{