@bizdoc/core 2.3.20 → 2.3.22

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 (411) hide show
  1. package/assets/system/icons.json +1 -1
  2. package/assets/themes/brown.min.css +1 -90
  3. package/assets/themes/dark.min.css +1 -90
  4. package/assets/themes/deep-purple-light-blue.min.css +1 -90
  5. package/assets/themes/deep-purple-teal.min.css +1 -90
  6. package/assets/themes/default.min.css +4 -4
  7. package/assets/themes/green.min.css +1 -90
  8. package/assets/themes/indigo.min.css +1 -90
  9. package/assets/themes/spreadsheet.min.css +15 -0
  10. package/esm2022/lib/admin/admin-dismiss.service.mjs +3 -3
  11. package/esm2022/lib/admin/admin-menu.component.mjs +3 -3
  12. package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +3 -3
  13. package/esm2022/lib/admin/architecture/designer-element.component.mjs +57 -59
  14. package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +3 -3
  15. package/esm2022/lib/admin/architecture/designer.base.mjs +19 -35
  16. package/esm2022/lib/admin/architecture/designer.component.mjs +18 -8
  17. package/esm2022/lib/admin/architecture/elements/action.component.mjs +5 -5
  18. package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +5 -5
  19. package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +3 -3
  20. package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +3 -3
  21. package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +5 -5
  22. package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +3 -3
  23. package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +3 -3
  24. package/esm2022/lib/admin/architecture/elements/control.component.mjs +5 -9
  25. package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +3 -3
  26. package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +5 -5
  27. package/esm2022/lib/admin/architecture/elements/cube.component.mjs +5 -5
  28. package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +3 -3
  29. package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +3 -3
  30. package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +3 -3
  31. package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +3 -3
  32. package/esm2022/lib/admin/architecture/elements/folder.component.mjs +5 -5
  33. package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +3 -3
  34. package/esm2022/lib/admin/architecture/elements/form.component.mjs +5 -5
  35. package/esm2022/lib/admin/architecture/elements/guide.component.mjs +5 -5
  36. package/esm2022/lib/admin/architecture/elements/job.component.mjs +5 -5
  37. package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +22 -5
  38. package/esm2022/lib/admin/architecture/elements/node.component.mjs +5 -5
  39. package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +5 -5
  40. package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +3 -3
  41. package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +3 -3
  42. package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +8 -7
  43. package/esm2022/lib/admin/architecture/elements/policy.component.mjs +5 -5
  44. package/esm2022/lib/admin/architecture/elements/report.component.mjs +5 -5
  45. package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +3 -3
  46. package/esm2022/lib/admin/architecture/elements/role.component.mjs +5 -5
  47. package/esm2022/lib/admin/architecture/elements/rule.component.mjs +5 -5
  48. package/esm2022/lib/admin/architecture/elements/source.component.mjs +5 -5
  49. package/esm2022/lib/admin/architecture/elements/state.component.mjs +5 -5
  50. package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +3 -3
  51. package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +3 -3
  52. package/esm2022/lib/admin/architecture/elements/type.component.mjs +5 -5
  53. package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +3 -3
  54. package/esm2022/lib/admin/architecture/elements/utility.component.mjs +5 -5
  55. package/esm2022/lib/admin/architecture/elements/view.component.mjs +5 -5
  56. package/esm2022/lib/admin/architecture/elements/widget.component.mjs +5 -5
  57. package/esm2022/lib/admin/architecture/icon-picker.component.mjs +3 -3
  58. package/esm2022/lib/admin/core/ace.input.mjs +3 -3
  59. package/esm2022/lib/admin/core/color-picker.input.mjs +3 -3
  60. package/esm2022/lib/admin/core/localized-string.component.mjs +3 -3
  61. package/esm2022/lib/admin/core/search.input.mjs +3 -3
  62. package/esm2022/lib/admin/diff/configuration-diff.component.mjs +3 -3
  63. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +3 -3
  64. package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  65. package/esm2022/lib/admin/document-trace/trace-element.component.mjs +3 -3
  66. package/esm2022/lib/admin/form/designer/box-designer.component.mjs +3 -3
  67. package/esm2022/lib/admin/form/designer/design-control.component.mjs +3 -3
  68. package/esm2022/lib/admin/form/designer/properties.component.mjs +3 -3
  69. package/esm2022/lib/admin/form/designer/section.component.mjs +3 -3
  70. package/esm2022/lib/admin/form/designer/settings.component.mjs +3 -3
  71. package/esm2022/lib/admin/form/form.resolve.service.mjs +3 -3
  72. package/esm2022/lib/admin/form/workflow/node.component.mjs +3 -3
  73. package/esm2022/lib/admin/form/workflow/role-node.component.mjs +3 -3
  74. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -3
  75. package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  76. package/esm2022/lib/admin/patterns/patterns.component.mjs +3 -3
  77. package/esm2022/lib/admin/permissions/permissions.component.mjs +3 -3
  78. package/esm2022/lib/admin/positions/positions-popup.component.mjs +3 -3
  79. package/esm2022/lib/admin/positions/positions.component.mjs +3 -3
  80. package/esm2022/lib/admin/profiler/outofoffice.component.mjs +3 -3
  81. package/esm2022/lib/admin/profiler/profiler.component.mjs +3 -3
  82. package/esm2022/lib/admin/system.service.mjs +3 -3
  83. package/esm2022/lib/admin/utility-wrapper.component.mjs +3 -3
  84. package/esm2022/lib/admin/utility.pane.component.mjs +3 -3
  85. package/esm2022/lib/app.component.mjs +6 -6
  86. package/esm2022/lib/bizdoc.module.mjs +4 -4
  87. package/esm2022/lib/browse/browse-items.component.mjs +11 -9
  88. package/esm2022/lib/browse/browse.mobile.component.mjs +5 -5
  89. package/esm2022/lib/browse/browse.pane.component.mjs +3 -3
  90. package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  91. package/esm2022/lib/browse/filter/filter.component.mjs +5 -5
  92. package/esm2022/lib/browse/folders-menu.component.mjs +3 -3
  93. package/esm2022/lib/chat/chat-info.mjs +3 -3
  94. package/esm2022/lib/chat/chat.mobile.component.mjs +3 -3
  95. package/esm2022/lib/chat/chat.service.mjs +3 -3
  96. package/esm2022/lib/chat/contacts.component.mjs +6 -6
  97. package/esm2022/lib/chat/contacts.pane.component.mjs +3 -3
  98. package/esm2022/lib/chat/conversation.component.mjs +3 -3
  99. package/esm2022/lib/chat/conversation.pane.component.mjs +3 -3
  100. package/esm2022/lib/compose/action/action-picker.component.mjs +3 -3
  101. package/esm2022/lib/compose/action/action.dialog.mjs +3 -3
  102. package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  103. package/esm2022/lib/compose/action/assign-action.component.mjs +3 -3
  104. package/esm2022/lib/compose/action/moveto-action.component.mjs +3 -3
  105. package/esm2022/lib/compose/action/return-action.component.mjs +3 -3
  106. package/esm2022/lib/compose/attachments/attachments.component.mjs +3 -3
  107. package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  108. package/esm2022/lib/compose/attachments/progress-button.directive.mjs +3 -3
  109. package/esm2022/lib/compose/box/box.component.mjs +3 -3
  110. package/esm2022/lib/compose/box/control.component.mjs +3 -3
  111. package/esm2022/lib/compose/box/row.component.mjs +3 -3
  112. package/esm2022/lib/compose/can-deactivate-changes.service.mjs +3 -3
  113. package/esm2022/lib/compose/comments/comment.component.mjs +3 -3
  114. package/esm2022/lib/compose/comments/comments.component.mjs +3 -3
  115. package/esm2022/lib/compose/comments/comments.pane.component.mjs +3 -3
  116. package/esm2022/lib/compose/comments/edit-comment.component.mjs +3 -3
  117. package/esm2022/lib/compose/comments/edits.component.mjs +3 -3
  118. package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  119. package/esm2022/lib/compose/comments/votes.component.mjs +3 -3
  120. package/esm2022/lib/compose/compose-resolve.service.mjs +6 -6
  121. package/esm2022/lib/compose/compose.mobile.component.mjs +7 -11
  122. package/esm2022/lib/compose/compose.pane.component.mjs +9 -12
  123. package/esm2022/lib/compose/copy/copy.dialog.mjs +3 -3
  124. package/esm2022/lib/compose/dismiss.service.mjs +3 -3
  125. package/esm2022/lib/compose/document-resolver.service.mjs +3 -3
  126. package/esm2022/lib/compose/document.component.mjs +3 -3
  127. package/esm2022/lib/compose/document.mobile.component.mjs +3 -3
  128. package/esm2022/lib/compose/document.pane.component.mjs +3 -3
  129. package/esm2022/lib/compose/events/events.component.mjs +3 -3
  130. package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  131. package/esm2022/lib/compose/form.component.mjs +3 -3
  132. package/esm2022/lib/compose/new-menu.component.mjs +3 -3
  133. package/esm2022/lib/compose/privilage.directive.mjs +6 -6
  134. package/esm2022/lib/compose/recipient-resolver.service.mjs +3 -3
  135. package/esm2022/lib/compose/state.component.mjs +3 -3
  136. package/esm2022/lib/compose/tag/tags.component.mjs +3 -3
  137. package/esm2022/lib/compose/trace/flow.component.mjs +3 -3
  138. package/esm2022/lib/compose/trace/people.component.mjs +3 -3
  139. package/esm2022/lib/compose/trace/trace.base.mjs +3 -3
  140. package/esm2022/lib/compose/trace/trace.component.mjs +3 -3
  141. package/esm2022/lib/compose/trace/trace.pane.component.mjs +3 -3
  142. package/esm2022/lib/compose/version-compare/version-compare.component.mjs +3 -3
  143. package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  144. package/esm2022/lib/compose/version-compare/version.pane.component.mjs +3 -3
  145. package/esm2022/lib/core/StickyToolbar.mjs +30 -0
  146. package/esm2022/lib/core/account.service.mjs +3 -3
  147. package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  148. package/esm2022/lib/core/animations.mjs +2 -2
  149. package/esm2022/lib/core/avatar/avatar.component.mjs +3 -3
  150. package/esm2022/lib/core/checkbox.mjs +3 -3
  151. package/esm2022/lib/core/component-factory-resolver.mjs +3 -3
  152. package/esm2022/lib/core/datasource.service.mjs +3 -3
  153. package/esm2022/lib/core/fields/address.designer.mjs +3 -3
  154. package/esm2022/lib/core/fields/address.field.mjs +3 -3
  155. package/esm2022/lib/core/fields/autocomplete.field.mjs +6 -6
  156. package/esm2022/lib/core/fields/checkbox.designer.mjs +3 -3
  157. package/esm2022/lib/core/fields/checkbox.field.mjs +3 -3
  158. package/esm2022/lib/core/fields/checklist.designer.mjs +3 -3
  159. package/esm2022/lib/core/fields/checklist.field.mjs +3 -3
  160. package/esm2022/lib/core/fields/date-range.designer.mjs +3 -3
  161. package/esm2022/lib/core/fields/date-range.field.mjs +3 -3
  162. package/esm2022/lib/core/fields/date.designer.mjs +3 -3
  163. package/esm2022/lib/core/fields/date.field.mjs +3 -3
  164. package/esm2022/lib/core/fields/expression.field.mjs +6 -6
  165. package/esm2022/lib/core/fields/file.designer.mjs +3 -3
  166. package/esm2022/lib/core/fields/file.field.mjs +3 -3
  167. package/esm2022/lib/core/fields/html.designer.mjs +3 -3
  168. package/esm2022/lib/core/fields/html.field.mjs +3 -3
  169. package/esm2022/lib/core/fields/input.designer.mjs +3 -3
  170. package/esm2022/lib/core/fields/input.field.mjs +3 -3
  171. package/esm2022/lib/core/fields/localized-string.field.mjs +6 -6
  172. package/esm2022/lib/core/fields/numeric.designer.mjs +3 -3
  173. package/esm2022/lib/core/fields/numeric.field.mjs +3 -3
  174. package/esm2022/lib/core/fields/options.base.mjs +6 -6
  175. package/esm2022/lib/core/fields/options.component.mjs +3 -3
  176. package/esm2022/lib/core/fields/radio-button.designer.mjs +3 -3
  177. package/esm2022/lib/core/fields/radio-button.field.mjs +3 -3
  178. package/esm2022/lib/core/fields/select.designer.mjs +3 -3
  179. package/esm2022/lib/core/fields/select.field.mjs +3 -3
  180. package/esm2022/lib/core/fields/signature.designer.mjs +3 -3
  181. package/esm2022/lib/core/fields/signature.field.mjs +3 -3
  182. package/esm2022/lib/core/fields/switch.field.mjs +3 -3
  183. package/esm2022/lib/core/fields/tags.designer.mjs +3 -3
  184. package/esm2022/lib/core/fields/tags.field.mjs +3 -3
  185. package/esm2022/lib/core/fields/textarea.designer.mjs +3 -3
  186. package/esm2022/lib/core/fields/textarea.field.mjs +3 -3
  187. package/esm2022/lib/core/fields/time.designer.mjs +3 -3
  188. package/esm2022/lib/core/fields/time.field.mjs +3 -3
  189. package/esm2022/lib/core/fields/timespan.field.mjs +6 -6
  190. package/esm2022/lib/core/fields/yesno.designer.mjs +3 -3
  191. package/esm2022/lib/core/fields/yesno.field.mjs +3 -3
  192. package/esm2022/lib/core/guide/guide.component.mjs +3 -3
  193. package/esm2022/lib/core/guide/guide.service.mjs +3 -3
  194. package/esm2022/lib/core/guide/help-tip.component.mjs +3 -3
  195. package/esm2022/lib/core/http.interceptor.mjs +3 -3
  196. package/esm2022/lib/core/hub.service.mjs +3 -3
  197. package/esm2022/lib/core/identity/identity.component.mjs +3 -3
  198. package/esm2022/lib/core/info/attachment-info.service.mjs +3 -3
  199. package/esm2022/lib/core/info/document-info.service.mjs +3 -3
  200. package/esm2022/lib/core/info/location-info.component.mjs +3 -3
  201. package/esm2022/lib/core/info/map-info.mjs +3 -3
  202. package/esm2022/lib/core/inputs/address.input.mjs +3 -3
  203. package/esm2022/lib/core/inputs/auto-complete.input.mjs +3 -3
  204. package/esm2022/lib/core/inputs/combination-picker-body.mjs +3 -3
  205. package/esm2022/lib/core/inputs/combination-picker.mjs +5 -5
  206. package/esm2022/lib/core/inputs/combination-pool.mjs +3 -3
  207. package/esm2022/lib/core/inputs/file.input.mjs +3 -3
  208. package/esm2022/lib/core/inputs/select.input.mjs +3 -3
  209. package/esm2022/lib/core/inputs/signature.input.mjs +3 -3
  210. package/esm2022/lib/core/inputs/time-picker.mjs +3 -3
  211. package/esm2022/lib/core/inputs/timespan.input.mjs +3 -3
  212. package/esm2022/lib/core/layout.component.mjs +3 -3
  213. package/esm2022/lib/core/lottie-animation.mjs +3 -3
  214. package/esm2022/lib/core/mailbox.service.mjs +3 -3
  215. package/esm2022/lib/core/none.component.mjs +3 -3
  216. package/esm2022/lib/core/pipes/action.pipe.mjs +3 -3
  217. package/esm2022/lib/core/pipes/calendar.pipe.mjs +3 -3
  218. package/esm2022/lib/core/pipes/date-format.pipe.mjs +3 -3
  219. package/esm2022/lib/core/pipes/daterange.pipe.mjs +6 -6
  220. package/esm2022/lib/core/pipes/difference.pipe.mjs +3 -3
  221. package/esm2022/lib/core/pipes/duration-format.pipe.mjs +3 -3
  222. package/esm2022/lib/core/pipes/duration.pipe.mjs +3 -3
  223. package/esm2022/lib/core/pipes/form.pipe.mjs +3 -3
  224. package/esm2022/lib/core/pipes/join.pipe.mjs +3 -3
  225. package/esm2022/lib/core/pipes/localized-string.pipe.mjs +3 -3
  226. package/esm2022/lib/core/pipes/role.pipe.mjs +3 -3
  227. package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  228. package/esm2022/lib/core/pipes/sort.pipe.mjs +6 -6
  229. package/esm2022/lib/core/pipes/state.pipe.mjs +3 -3
  230. package/esm2022/lib/core/pipes/time-ago.pipe.mjs +6 -6
  231. package/esm2022/lib/core/pipes/translate.pipe.mjs +9 -9
  232. package/esm2022/lib/core/pipes/type-value.pipe.mjs +3 -3
  233. package/esm2022/lib/core/pipes/user-name.pipe.mjs +3 -3
  234. package/esm2022/lib/core/popup/popup.component.mjs +3 -3
  235. package/esm2022/lib/core/popup/popup.service.mjs +3 -3
  236. package/esm2022/lib/core/popup/tooltip.directive.mjs +6 -6
  237. package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  238. package/esm2022/lib/core/prompt/mask/mask.component.mjs +3 -3
  239. package/esm2022/lib/core/prompt.service.mjs +3 -3
  240. package/esm2022/lib/core/router.mjs +6 -6
  241. package/esm2022/lib/core/save-changes.dialog.mjs +3 -3
  242. package/esm2022/lib/core/session.service.mjs +3 -3
  243. package/esm2022/lib/core/slots/router.directive.mjs +3 -3
  244. package/esm2022/lib/core/slots/router.service.mjs +3 -3
  245. package/esm2022/lib/core/slots/slots.component.mjs +5 -5
  246. package/esm2022/lib/core/tagging/documents.component.mjs +3 -3
  247. package/esm2022/lib/core/tagging/edit-input.component.mjs +3 -3
  248. package/esm2022/lib/core/tagging/emoji.component.mjs +3 -3
  249. package/esm2022/lib/core/tagging/tagging-item.directive.mjs +3 -3
  250. package/esm2022/lib/core/tagging/tagging.component-base.mjs +3 -3
  251. package/esm2022/lib/core/tagging/tagging.directive.mjs +3 -3
  252. package/esm2022/lib/core/tagging/tagging.pipe.mjs +3 -3
  253. package/esm2022/lib/core/tagging/users.component.mjs +3 -3
  254. package/esm2022/lib/core/translate.service.mjs +3 -3
  255. package/esm2022/lib/core/translations.mjs +4 -2
  256. package/esm2022/lib/core/window-title.service.mjs +3 -3
  257. package/esm2022/lib/cube/accum/accum.component.mjs +3 -3
  258. package/esm2022/lib/cube/chart/chart.component.mjs +3 -3
  259. package/esm2022/lib/cube/cube-info.service.mjs +3 -3
  260. package/esm2022/lib/cube/cube-menu.component.mjs +3 -3
  261. package/esm2022/lib/cube/cube-view.component.mjs +5 -5
  262. package/esm2022/lib/cube/cube.service.mjs +3 -3
  263. package/esm2022/lib/cube/explore/document-item.component.mjs +3 -3
  264. package/esm2022/lib/cube/explore/explore-item.component.mjs +3 -3
  265. package/esm2022/lib/cube/explore/explore-items.component.mjs +3 -3
  266. package/esm2022/lib/cube/explore/explore.pane.component.mjs +3 -3
  267. package/esm2022/lib/cube/explore/item-resolver.service.mjs +6 -6
  268. package/esm2022/lib/cube/explore/item.pane.component.mjs +3 -3
  269. package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  270. package/esm2022/lib/cube/filter/filter.component.mjs +3 -3
  271. package/esm2022/lib/cube/grid/grid.component.mjs +3 -3
  272. package/esm2022/lib/cube/matrix/matrix.base.mjs +3 -3
  273. package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  274. package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  275. package/esm2022/lib/cube/matrix/popup.component.mjs +3 -3
  276. package/esm2022/lib/cube/matrix/table.component.mjs +8 -5
  277. package/esm2022/lib/cube/parallel/parallel.component.mjs +3 -3
  278. package/esm2022/lib/cube/pivot/pivot.component.mjs +3 -3
  279. package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +391 -0
  280. package/esm2022/lib/cube/spreadsheet/spreadsheet.container.mjs +19 -0
  281. package/esm2022/lib/cube/sum/sum.component.mjs +11 -9
  282. package/esm2022/lib/cube/view-base.mjs +3 -3
  283. package/esm2022/lib/cube/view.mobile.component.mjs +3 -3
  284. package/esm2022/lib/cube/view.pane.component.mjs +3 -3
  285. package/esm2022/lib/dashboard/actions/actions.widget.mjs +3 -3
  286. package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  287. package/esm2022/lib/dashboard/cube/compare.widget.mjs +3 -3
  288. package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  289. package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  290. package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  291. package/esm2022/lib/dashboard/cube/document-state.widget.mjs +3 -3
  292. package/esm2022/lib/dashboard/cube/documents.widget.mjs +3 -3
  293. package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  294. package/esm2022/lib/dashboard/dashboard.component.mjs +3 -3
  295. package/esm2022/lib/dashboard/dashboard.pane.component.mjs +3 -3
  296. package/esm2022/lib/dashboard/recents/recents.widget.mjs +7 -5
  297. package/esm2022/lib/dashboard/score/activity.widget.mjs +3 -3
  298. package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  299. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  300. package/esm2022/lib/dashboard/score/pending-results.widget.mjs +3 -3
  301. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +3 -3
  302. package/esm2022/lib/dashboard/widget-item.component.mjs +3 -3
  303. package/esm2022/lib/designer.module.mjs +4 -4
  304. package/esm2022/lib/desktop.module.mjs +4 -4
  305. package/esm2022/lib/home/about/about.dialog.mjs +3 -3
  306. package/esm2022/lib/home/home-base.component.mjs +3 -3
  307. package/esm2022/lib/home/home.desktop.component.mjs +3 -3
  308. package/esm2022/lib/home/home.mobile.component.mjs +6 -6
  309. package/esm2022/lib/home/notifications/notifications.component.mjs +3 -3
  310. package/esm2022/lib/home/options/options.component.mjs +3 -3
  311. package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  312. package/esm2022/lib/home/sign/sign.component.mjs +3 -3
  313. package/esm2022/lib/home/tools.component.mjs +3 -3
  314. package/esm2022/lib/impersonate/impersonate.component.mjs +3 -3
  315. package/esm2022/lib/mobile.module.mjs +4 -4
  316. package/esm2022/lib/modules/chart.module.mjs +4 -4
  317. package/esm2022/lib/modules/circular-gauge.module.mjs +4 -4
  318. package/esm2022/lib/modules/datepicker.intl.mjs +3 -3
  319. package/esm2022/lib/modules/dayjs.module.mjs +4 -4
  320. package/esm2022/lib/modules/diagram.module.mjs +4 -4
  321. package/esm2022/lib/modules/gantt.module.mjs +7 -7
  322. package/esm2022/lib/modules/grid.module.mjs +4 -4
  323. package/esm2022/lib/modules/linear-gauge.module.mjs +4 -4
  324. package/esm2022/lib/modules/material.module.mjs +4 -4
  325. package/esm2022/lib/modules/paginator.intl.mjs +3 -3
  326. package/esm2022/lib/modules/pivot.module.mjs +4 -4
  327. package/esm2022/lib/modules/schedule.module.mjs +4 -4
  328. package/esm2022/lib/modules/spreadsheet.module.mjs +4 -4
  329. package/esm2022/lib/modules/stepper.intl.mjs +3 -3
  330. package/esm2022/lib/modules/texteditor.module.mjs +4 -4
  331. package/esm2022/lib/notifications/filter.component.mjs +3 -3
  332. package/esm2022/lib/notifications/notifications-table.component.mjs +3 -3
  333. package/esm2022/lib/notifications/notifications.mobile.component.mjs +3 -3
  334. package/esm2022/lib/notifications/notifications.pane.component.mjs +3 -3
  335. package/esm2022/lib/notifications/notifications.service.mjs +3 -3
  336. package/esm2022/lib/notifications/types/commented.notification.mjs +3 -3
  337. package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  338. package/esm2022/lib/notifications/types/escalated.notification.mjs +3 -3
  339. package/esm2022/lib/notifications/types/invite.notification.mjs +3 -3
  340. package/esm2022/lib/notifications/types/liked.notification.mjs +3 -3
  341. package/esm2022/lib/notifications/types/long-running-task.notification.mjs +3 -3
  342. package/esm2022/lib/notifications/types/notification-base.mjs +3 -3
  343. package/esm2022/lib/notifications/types/nudge.notification.mjs +3 -3
  344. package/esm2022/lib/notifications/types/state-changed.notification.mjs +3 -3
  345. package/esm2022/lib/notifications/types/tagged.notification.mjs +3 -3
  346. package/esm2022/lib/notifications/types/text.notification.mjs +3 -3
  347. package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  348. package/esm2022/lib/options/options.component.mjs +3 -3
  349. package/esm2022/lib/options/options.service.mjs +3 -3
  350. package/esm2022/lib/reports/arguments-component.mjs +3 -3
  351. package/esm2022/lib/reports/cube/documents.component.mjs +3 -3
  352. package/esm2022/lib/reports/cube/grid-documents.component.mjs +3 -3
  353. package/esm2022/lib/reports/cube/role-performance.component.mjs +3 -3
  354. package/esm2022/lib/reports/cube/table-documents.component.mjs +3 -3
  355. package/esm2022/lib/reports/cube/usage-args.component.mjs +3 -3
  356. package/esm2022/lib/reports/cube/usage-base.mjs +3 -3
  357. package/esm2022/lib/reports/cube/usage-chart.component.mjs +3 -3
  358. package/esm2022/lib/reports/cube/usage-pivot.component.mjs +3 -3
  359. package/esm2022/lib/reports/cube/usage.component.mjs +3 -3
  360. package/esm2022/lib/reports/report-viewer.component.mjs +3 -3
  361. package/esm2022/lib/reports/report.mobile.component.mjs +3 -3
  362. package/esm2022/lib/reports/report.pane.component.mjs +3 -3
  363. package/esm2022/lib/reports/reports-menu.component.mjs +3 -3
  364. package/esm2022/lib/reports/substitution/substitution.component.mjs +3 -3
  365. package/esm2022/lib/reports/table/table-view.component.mjs +3 -3
  366. package/esm2022/lib/reports/tasks/tasks.component.mjs +3 -3
  367. package/esm2022/lib/routes.mobile.mjs +4 -7
  368. package/esm2022/lib/scheduler/schedule.component.mjs +3 -3
  369. package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  370. package/esm2022/lib/scheduler/scheduler.pane.component.mjs +5 -5
  371. package/esm2022/lib/search/cube.component.mjs +3 -3
  372. package/esm2022/lib/search/document.component.mjs +3 -3
  373. package/esm2022/lib/search/guide.component.mjs +3 -3
  374. package/esm2022/lib/search/path.component.mjs +3 -3
  375. package/esm2022/lib/search/search.service.mjs +3 -3
  376. package/esm2022/lib/shared.module.mjs +24 -15
  377. package/esm2022/lib/system.module.mjs +17 -17
  378. package/esm2022/lib/views/cube/chart.component.mjs +3 -3
  379. package/esm2022/lib/views/cube/cube-base.mjs +14 -9
  380. package/esm2022/lib/views/cube/explore.component.mjs +3 -3
  381. package/esm2022/lib/views/cube/matrix.component.mjs +6 -4
  382. package/esm2022/lib/views/cube/parallel.component.mjs +3 -3
  383. package/esm2022/lib/views/cube/pivot.component.mjs +3 -3
  384. package/esm2022/lib/views/cube/sum.component.mjs +3 -3
  385. package/esm2022/lib/views/cube/view.component.mjs +3 -3
  386. package/esm2022/lib/views/timeline/timeline.component.exp.mjs +41 -41
  387. package/esm2022/lib/views/view-item.component.mjs +3 -3
  388. package/esm2022/lib/views/views.component.mjs +3 -3
  389. package/esm2022/lib/views/views.mobile.component.mjs +3 -3
  390. package/esm2022/lib/views/views.pane.component.mjs +5 -5
  391. package/esm2022/public-api.mjs +4 -2
  392. package/fesm2022/bizdoc-core.mjs +1510 -1429
  393. package/fesm2022/bizdoc-core.mjs.map +1 -1
  394. package/lib/admin/architecture/designer-element.component.d.ts +26 -22
  395. package/lib/admin/architecture/designer.base.d.ts +7 -12
  396. package/lib/admin/architecture/elements/control.component.d.ts +0 -1
  397. package/lib/admin/architecture/elements/matrix-view.component.d.ts +13 -3
  398. package/lib/browse/browse-items.component.d.ts +1 -1
  399. package/lib/compose/compose.mobile.component.d.ts +1 -2
  400. package/lib/compose/compose.pane.component.d.ts +1 -2
  401. package/lib/core/StickyToolbar.d.ts +13 -0
  402. package/lib/core/translations.d.ts +2 -0
  403. package/lib/cube/{grid → spreadsheet}/spreadsheet.component.d.ts +9 -2
  404. package/lib/cube/spreadsheet/spreadsheet.container.d.ts +5 -0
  405. package/lib/shared.module.d.ts +140 -138
  406. package/lib/system.module.d.ts +1 -1
  407. package/lib/views/cube/cube-base.d.ts +1 -1
  408. package/lib/views/timeline/timeline.component.exp.d.ts +10 -2
  409. package/package.json +17 -17
  410. package/public-api.d.ts +3 -1
  411. package/esm2022/lib/cube/grid/spreadsheet.component.mjs +0 -376
@@ -35,6 +35,8 @@ let CubeDocumentMatrixComponent = class CubeDocumentMatrixComponent extends Cube
35
35
  this.indices = indices;
36
36
  this.sum = sum;
37
37
  this.scope = scope;
38
+ delete this.axes[this.xAxis];
39
+ delete this.axes[this.series];
38
40
  this._service.patterns(this.cube.name).subscribe(p => this.patterns = p);
39
41
  /** one or more axis */
40
42
  this.filters = this.cube.axes.filter(a => isArray(filters) ?
@@ -78,8 +80,8 @@ let CubeDocumentMatrixComponent = class CubeDocumentMatrixComponent extends Cube
78
80
  this.pattern = null;
79
81
  this.title = null;
80
82
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubeDocumentMatrixComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component }); }
82
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: CubeDocumentMatrixComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "table", first: true, predicate: CubeMatrixComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <div class=\"nav-toolbar\">\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n <span class=\"divider\"></span>\n <!-- title -->\n @if (patterns && patterns.length) {\n <button mat-icon-button [matMenuTriggerFor]=\"patternsMenu\" [bizdocTooltip]=\"'Pattern'|translate\" [attr.aria-label]=\"'Pattern'|translate\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\n }\n <mat-menu #patternsMenu xPosition=\"before\">\n <!-- patterns -->\n @for (p of patterns; track p) {\n <button mat-menu-item (click)=\"patternChange(p)\">{{p.title}}</button>\n }\n </mat-menu>\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\n <mat-icon>clear_all</mat-icon>\n </button>\n <!-- filters -->\n @for (f of filters; track f) {\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #fmenu xPosition=\"before\">\n @for (kv of sources[f.name] | async; track kv) {\n <button mat-menu-item\n (click)=\"filter(f.name, kv.key, kv.value)\">\n {{kv.value}}\n </button>\n }\n </mat-menu>\n }\n </div>\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-matrix [cube]=\"cube.name\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=\"sum\"\n [filters]=\"axes\" [scope]=\"scope\" class=\"table\"\n (explore)='explore($event)' [(loading)]=\"loading\"></bizdoc-cube-matrix>\n} @else {\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\n}\n", styles: [".table{padding:0 8px}\n"], dependencies: [{ kind: "component", type: i5.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i6.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i8.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i8.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i9.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: i10.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }, { kind: "directive", type: i11.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i12.AsyncPipe, name: "async" }, { kind: "pipe", type: i13.TypeValuePipe, name: "typeValue" }, { kind: "pipe", type: i14.TranslatePipe, name: "translate" }] }); }
83
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubeDocumentMatrixComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component }); }
84
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: CubeDocumentMatrixComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "table", first: true, predicate: CubeMatrixComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <div class=\"nav-toolbar\">\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n <span class=\"divider\"></span>\n <!-- title -->\n @if (patterns && patterns.length) {\n <button mat-icon-button [matMenuTriggerFor]=\"patternsMenu\" [bizdocTooltip]=\"'Pattern'|translate\" [attr.aria-label]=\"'Pattern'|translate\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\n }\n <mat-menu #patternsMenu xPosition=\"before\">\n <!-- patterns -->\n @for (p of patterns; track p) {\n <button mat-menu-item (click)=\"patternChange(p)\">{{p.title}}</button>\n }\n </mat-menu>\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\n <mat-icon>clear_all</mat-icon>\n </button>\n <!-- filters -->\n @for (f of filters; track f) {\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #fmenu xPosition=\"before\">\n @for (kv of sources[f.name] | async; track kv) {\n <button mat-menu-item\n (click)=\"filter(f.name, kv.key, kv.value)\">\n {{kv.value}}\n </button>\n }\n </mat-menu>\n }\n </div>\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-matrix [cube]=\"cube.name\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=\"sum\"\n [filters]=\"axes\" [scope]=\"scope\" class=\"table\"\n (explore)='explore($event)' [(loading)]=\"loading\"></bizdoc-cube-matrix>\n} @else {\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\n}\n", styles: [".table{padding:0 8px}\n"], dependencies: [{ kind: "component", type: i5.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i6.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i8.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i8.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i9.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: i10.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }, { kind: "directive", type: i11.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i12.AsyncPipe, name: "async" }, { kind: "pipe", type: i13.TypeValuePipe, name: "typeValue" }, { kind: "pipe", type: i14.TranslatePipe, name: "translate" }] }); }
83
85
  };
84
86
  CubeDocumentMatrixComponent = __decorate([
85
87
  BizDoc({
@@ -87,11 +89,11 @@ CubeDocumentMatrixComponent = __decorate([
87
89
  })
88
90
  ], CubeDocumentMatrixComponent);
89
91
  export { CubeDocumentMatrixComponent };
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubeDocumentMatrixComponent, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubeDocumentMatrixComponent, decorators: [{
91
93
  type: Component,
92
94
  args: [{ host: { class: 'view' }, template: "@if (hasdata) {\n <div class=\"nav-toolbar\">\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n <span class=\"divider\"></span>\n <!-- title -->\n @if (patterns && patterns.length) {\n <button mat-icon-button [matMenuTriggerFor]=\"patternsMenu\" [bizdocTooltip]=\"'Pattern'|translate\" [attr.aria-label]=\"'Pattern'|translate\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\n }\n <mat-menu #patternsMenu xPosition=\"before\">\n <!-- patterns -->\n @for (p of patterns; track p) {\n <button mat-menu-item (click)=\"patternChange(p)\">{{p.title}}</button>\n }\n </mat-menu>\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\n <mat-icon>clear_all</mat-icon>\n </button>\n <!-- filters -->\n @for (f of filters; track f) {\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{axes[f.name] | typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #fmenu xPosition=\"before\">\n @for (kv of sources[f.name] | async; track kv) {\n <button mat-menu-item\n (click)=\"filter(f.name, kv.key, kv.value)\">\n {{kv.value}}\n </button>\n }\n </mat-menu>\n }\n </div>\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-matrix [cube]=\"cube.name\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=\"sum\"\n [filters]=\"axes\" [scope]=\"scope\" class=\"table\"\n (explore)='explore($event)' [(loading)]=\"loading\"></bizdoc-cube-matrix>\n} @else {\n <bizdoc-none icon=\"insert_chart_outlined\" subtitle=\"NothingHere\"></bizdoc-none>\n}\n", styles: [".table{padding:0 8px}\n"] }]
93
95
  }], ctorParameters: () => [{ type: i1.DocumentViewRef }, { type: i2.RouterImpl }, { type: i3.CubeService }, { type: i4.SessionService }], propDecorators: { table: [{
94
96
  type: ViewChild,
95
97
  args: [CubeMatrixComponent, { static: true }]
96
98
  }] } });
97
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvdmlld3MvY3ViZS9tYXRyaXguY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi92aWV3cy9jdWJlL21hdHJpeC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckQsT0FBTyxFQUFFLEdBQUcsRUFBYyxNQUFNLE1BQU0sQ0FBQztBQUN2QyxPQUFPLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzNELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQU0vQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQ3ZDLE9BQU8sRUFBRSxtQkFBbUIsRUFBZSxNQUFNLG1DQUFtQyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0FBWTlFLElBQU0sMkJBQTJCLEdBQWpDLE1BQU0sMkJBQTRCLFNBQVEsUUFBNkI7SUFRNUUsWUFDRSxPQUE2QyxFQUNyQyxPQUFtQixFQUMzQixPQUFvQixFQUNwQixPQUF1QjtRQUN2QixLQUFLLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFIL0IsWUFBTyxHQUFQLE9BQU8sQ0FBWTtRQVJwQixZQUFPLEdBQW9FLEVBQUUsQ0FBQztJQVl2RixDQUFDO0lBRUQsVUFBVTtRQUNSLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUM7UUFDaEcsSUFBSSxDQUFDLEtBQUssSUFBSSxDQUFDLE1BQU07WUFBRSxNQUFNLDBCQUEwQixDQUFDO1FBQ3hELElBQUksQ0FBQyxLQUFLLEdBQUcsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztRQUMvQyxJQUFJLENBQUMsTUFBTSxHQUFHLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUM7UUFDbkQsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7UUFDdkIsSUFBSSxDQUFDLEdBQUcsR0FBRyxHQUFHLENBQUM7UUFDZixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUVuQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLEdBQUcsQ0FBQyxDQUFDLENBQUM7UUFDekUsdUJBQXVCO1FBQ3ZCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7WUFDMUQsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUM5QixDQUFDLENBQUMsSUFBSSxLQUFLLE9BQU8sQ0FBQyxDQUFDO1FBQ3RCLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQ3ZCLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQzFGLENBQUM7SUFDSixDQUFDO0lBRUQsT0FBTyxDQUFDLEdBQW1CO1FBQ3pCLE1BQU0sRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxHQUFHLEdBQUcsQ0FBQztRQUN6QyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsRUFBRTtZQUN6RCxXQUFXO1lBQ1gsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLO1lBQ2pCLEtBQUssRUFBRSxFQUFFLEtBQUssRUFBRTtTQUNqQixDQUFDLENBQUM7SUFFTCxDQUFDO0lBQ0Q7OztLQUdDO0lBQ0QsTUFBTSxDQUFDLElBQVksRUFBRSxLQUFzQixFQUFFLEtBQWE7UUFDeEQsTUFBTSxJQUFJLEdBQUcsRUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUM5QixJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsS0FBSyxDQUFDO1FBQ25CLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO0lBQ25CLENBQUM7SUFDRDs7O1FBR0k7SUFDSixhQUFhLENBQUMsT0FBZ0I7UUFDNUIsTUFBTSxJQUFJLEdBQUcsRUFBRSxHQUFHLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNqQyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQzVELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxLQUFLLEdBQUcsT0FBTyxDQUFDLEtBQUssQ0FBQztRQUMzQixJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQztJQUN6QixDQUFDO0lBRUQsS0FBSztRQUNILElBQUksQ0FBQyxJQUFJLEdBQUcsS0FBSyxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDL0MsSUFBSSxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUM7UUFDeEIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7UUFDcEIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7SUFDcEIsQ0FBQzs4R0F4RVUsMkJBQTJCO2tHQUEzQiwyQkFBMkIsNkhBQzNCLG1CQUFtQixxRkN2QmhDLG1qRUFtREE7O0FEN0JhLDJCQUEyQjtJQUh2QyxNQUFNLENBQUM7UUFDTixRQUFRLEVBQUUsb0JBQW9CO0tBQy9CLENBQUM7R0FDVywyQkFBMkIsQ0F5RXZDOzsyRkF6RVksMkJBQTJCO2tCQVJ2QyxTQUFTOzJCQUdGLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRTtvS0FNMkIsS0FBSztzQkFBdEQsU0FBUzt1QkFBQyxtQkFBbUIsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IG1hcCwgT2JzZXJ2YWJsZSB9IGZyb20gXCJyeGpzXCI7XHJcbmltcG9ydCB7IGlzQXJyYXksIG1hcFRvQXJyYXkgfSBmcm9tIFwiLi4vLi4vY29yZS9mdW5jdGlvbnNcIjtcclxuaW1wb3J0IHsgQml6RG9jIH0gZnJvbSBcIi4uLy4uL2NvcmUvZGVjb3JhdG9yc1wiO1xyXG5pbXBvcnQgeyBDdWJlQXhpcyB9IGZyb20gXCIuLi8uLi9jb3JlL21vZGVsc1wiO1xyXG5pbXBvcnQgeyBTZXNzaW9uU2VydmljZSB9IGZyb20gXCIuLi8uLi9jb3JlL3Nlc3Npb24uc2VydmljZVwiO1xyXG5pbXBvcnQgeyBSb3V0ZXJJbXBsIH0gZnJvbSBcIi4uLy4uL2NvcmUvcm91dGVyXCI7XHJcbmltcG9ydCB7IEN1YmVTZXJ2aWNlLCBQYXR0ZXJuIH0gZnJvbSBcIi4uLy4uL2N1YmUvY3ViZS5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IERvY3VtZW50Vmlld1JlZiB9IGZyb20gXCIuLi9kb2N1bWVudC12aWV3LXJlZlwiO1xyXG5pbXBvcnQgeyBDdWJlQmFzZSB9IGZyb20gXCIuL2N1YmUtYmFzZVwiO1xyXG5pbXBvcnQgeyBDdWJlTWF0cml4Q29tcG9uZW50LCBTdW1TZXR0aW5ncyB9IGZyb20gXCIuLi8uLi9jdWJlL21hdHJpeC90YWJsZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgU2NvcGVUeXBlIH0gZnJvbSBcIi4uLy4uL2NvcmUvY29uZmlndXJhdGlvblwiO1xyXG5pbXBvcnQgeyBBeGlzQ2xpY2tFdmVudCwgQXhpc1BsYWNlLCBBeGlzVHlwZSB9IGZyb20gXCIuLi8uLi9jdWJlL2RlY2xhcmF0aW9uc1wiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgdGVtcGxhdGVVcmw6ICdtYXRyaXguY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWydtYXRyaXguY29tcG9uZW50LnNjc3MnXSxcclxuICBob3N0OiB7IGNsYXNzOiAndmlldycgfVxyXG59KVxyXG5AQml6RG9jKHtcclxuICBzZWxlY3RvcjogJ2JpemRvYy1jdWJlLW1hdHJpeCdcclxufSlcclxuZXhwb3J0IGNsYXNzIEN1YmVEb2N1bWVudE1hdHJpeENvbXBvbmVudCBleHRlbmRzIEN1YmVCYXNlPE1hdHJpeFNldHRpbmdzTW9kZWw+IHtcclxuICBAVmlld0NoaWxkKEN1YmVNYXRyaXhDb21wb25lbnQsIHsgc3RhdGljOiB0cnVlIH0pIHRhYmxlOiBDdWJlTWF0cml4Q29tcG9uZW50O1xyXG4gIHJlYWRvbmx5IHNvdXJjZXM6IHsgW2F4aXM6IHN0cmluZ106IE9ic2VydmFibGU8eyBrZXk6IHN0cmluZzsgdmFsdWU6IGFueTsgfVtdPjsgfSA9IHt9O1xyXG4gIGZpbHRlcnM6IEN1YmVBeGlzW107XHJcbiAgaW5kaWNlcz86IHN0cmluZyB8IHN0cmluZ1tdO1xyXG4gIHhBeGlzOiBzdHJpbmc7XHJcbiAgc2VyaWVzOiBzdHJpbmc7XHJcbiAgc3VtPzogU3VtU2V0dGluZ3MgfCBTdW1TZXR0aW5nc1tdO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgdmlld1JlZjogRG9jdW1lbnRWaWV3UmVmPE1hdHJpeFNldHRpbmdzTW9kZWw+LFxyXG4gICAgcHJpdmF0ZSBfcm91dGVyOiBSb3V0ZXJJbXBsLFxyXG4gICAgc2VydmljZTogQ3ViZVNlcnZpY2UsXHJcbiAgICBzZXNzaW9uOiBTZXNzaW9uU2VydmljZSkge1xyXG4gICAgc3VwZXIodmlld1JlZiwgc2VydmljZSwgc2Vzc2lvbiwgdHJ1ZSk7XHJcbiAgfVxyXG5cclxuICBvblZpZXdCaW5kKCkge1xyXG4gICAgY29uc3QgeyB4QXhpcywgc2VyaWVzLCBpbmRpY2VzLCBzdW0sIHNjb3BlLCBmaWx0ZXJzLCBpbmRleEF0LCBwbGFjZUF0IH0gPSB0aGlzLl92aWV3UmVmLm9wdGlvbnM7XHJcbiAgICBpZiAoIXhBeGlzIHx8ICFzZXJpZXMpIHRocm93ICd4QXhpcyBhbmQgc2VyaWUgcmVxdWlyZWQnO1xyXG4gICAgdGhpcy54QXhpcyA9IGlzQXJyYXkoeEF4aXMpID8geEF4aXNbMF0gOiB4QXhpcztcclxuICAgIHRoaXMuc2VyaWVzID0gaXNBcnJheShzZXJpZXMpID8gc2VyaWVzWzBdIDogc2VyaWVzO1xyXG4gICAgdGhpcy5pbmRpY2VzID0gaW5kaWNlcztcclxuICAgIHRoaXMuc3VtID0gc3VtO1xyXG4gICAgdGhpcy5zY29wZSA9IHNjb3BlO1xyXG5cclxuICAgIHRoaXMuX3NlcnZpY2UucGF0dGVybnModGhpcy5jdWJlLm5hbWUpLnN1YnNjcmliZShwID0+IHRoaXMucGF0dGVybnMgPSBwKTtcclxuICAgIC8qKiBvbmUgb3IgbW9yZSBheGlzICovXHJcbiAgICB0aGlzLmZpbHRlcnMgPSB0aGlzLmN1YmUuYXhlcy5maWx0ZXIoYSA9PiBpc0FycmF5KGZpbHRlcnMpID9cclxuICAgICAgZmlsdGVycy5pbmRleE9mKGEubmFtZSkgPiAtMSA6XHJcbiAgICAgIGEubmFtZSA9PT0gZmlsdGVycyk7XHJcbiAgICB0aGlzLmZpbHRlcnMuZm9yRWFjaChmID0+XHJcbiAgICAgIHRoaXMuc291cmNlc1tmLm5hbWVdID0gdGhpcy5fc2VydmljZS52YWx1ZXModGhpcy5jdWJlLm5hbWUsIGYubmFtZSkucGlwZShtYXAobWFwVG9BcnJheSkpXHJcbiAgICApO1xyXG4gIH1cclxuXHJcbiAgZXhwbG9yZShldnQ6IEF4aXNDbGlja0V2ZW50KSB7XHJcbiAgICBjb25zdCB7IGF4ZXM6IHF1ZXJ5UGFyYW1zLCBpbmRleCB9ID0gZXZ0O1xyXG4gICAgdGhpcy5fcm91dGVyLm5hdmlnYXRlKFsnY3ViZScsIHRoaXMuY3ViZS5uYW1lLCAnZXhwbG9yZSddLCB7XHJcbiAgICAgIHF1ZXJ5UGFyYW1zLFxyXG4gICAgICBncm91cDogdGhpcy5ncm91cCxcclxuICAgICAgc3RhdGU6IHsgaW5kZXggfVxyXG4gICAgfSk7XHJcblxyXG4gIH1cclxuICAvKipcclxuICpcclxuICogQHBhcmFtIHZhbHVlXHJcbiAqL1xyXG4gIGZpbHRlcihuYW1lOiBzdHJpbmcsIHZhbHVlOiBzdHJpbmcgfCBudW1iZXIsIHRpdGxlOiBzdHJpbmcpIHtcclxuICAgIGNvbnN0IGF4ZXMgPSB7IC4uLnRoaXMuYXhlcyB9O1xyXG4gICAgYXhlc1tuYW1lXSA9IHZhbHVlO1xyXG4gICAgdGhpcy5hbnlGaWx0ZXJzID0gdHJ1ZTtcclxuICAgIHRoaXMuYXhlcyA9IGF4ZXM7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAgKlxyXG4gICAgKiBAcGFyYW0gcGF0dGVyblxyXG4gICAgKi9cclxuICBwYXR0ZXJuQ2hhbmdlKHBhdHRlcm46IFBhdHRlcm4pIHtcclxuICAgIGNvbnN0IGF4ZXMgPSB7IC4uLnBhdHRlcm4uYXhlcyB9O1xyXG4gICAgdGhpcy5fc2VydmljZS5iYXNlKHRoaXMuY3ViZS5uYW1lLCBheGVzLCB0aGlzLm9yaWdpbmFsQXhlcyk7XHJcbiAgICB0aGlzLmF4ZXMgPSBheGVzO1xyXG4gICAgdGhpcy5hbnlGaWx0ZXJzID0gdHJ1ZTtcclxuICAgIHRoaXMudGl0bGUgPSBwYXR0ZXJuLnRpdGxlO1xyXG4gICAgdGhpcy5wYXR0ZXJuID0gcGF0dGVybjtcclxuICB9XHJcblxyXG4gIHJlc2V0KCkge1xyXG4gICAgdGhpcy5heGVzID0gc3VwZXIuYWdncmVnYXRlKHRoaXMub3JpZ2luYWxBeGVzKTtcclxuICAgIHRoaXMuYW55RmlsdGVycyA9IGZhbHNlO1xyXG4gICAgdGhpcy5wYXR0ZXJuID0gbnVsbDtcclxuICAgIHRoaXMudGl0bGUgPSBudWxsO1xyXG4gIH1cclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBNYXRyaXhTZXR0aW5nc01vZGVsIHtcclxuICBjdWJlPzogc3RyaW5nO1xyXG4gIHhBeGlzOiBzdHJpbmc7XHJcbiAgc2VyaWVzOiBzdHJpbmc7XHJcbiAgaW5kaWNlczogc3RyaW5nW10gfCBzdHJpbmc7XHJcbiAgc3VtOiBTdW1TZXR0aW5ncyB8IFN1bVNldHRpbmdzW107XHJcbiAgZmlsdGVyczogc3RyaW5nW10gfCBzdHJpbmc7XHJcbiAgYWdncmVnYXRlOiBzdHJpbmdbXTtcclxuICBzY29wZT86IFNjb3BlVHlwZTtcclxuICBpbmRleEF0PzogQXhpc1R5cGU7XHJcbiAgcGxhY2VBdD86IEF4aXNQbGFjZTtcclxufVxyXG4iLCJAaWYgKGhhc2RhdGEpIHtcbiAgPGRpdiBjbGFzcz1cIm5hdi10b29sYmFyXCI+XG4gICAgQGlmIChhbHRlcm5hdGUpIHtcbiAgICAgIDxidXR0b24gbWF0LWJ1dHRvbiBbbWF0TWVudVRyaWdnZXJGb3JdPVwiY21lbnVcIj57e2N1YmUudGl0bGV9fSA8bWF0LWljb24+YXJyb3dfZHJvcF9kb3duPC9tYXQtaWNvbj48L2J1dHRvbj5cbiAgICAgIDxtYXQtbWVudSAjY21lbnU+XG4gICAgICAgIEBmb3IgKGEgb2YgYWx0ZXJuYXRlOyB0cmFjayBhKSB7XG4gICAgICAgICAgPGJ1dHRvbiBtYXQtbWVudS1pdGVtXG4gICAgICAgICAgICAoY2xpY2spPVwic3dpdGNoVG8oYSlcIj5cbiAgICAgICAgICAgIHt7YS50aXRsZX19XG4gICAgICAgICAgPC9idXR0b24+XG4gICAgICAgIH1cbiAgICAgIDwvbWF0LW1lbnU+XG4gICAgfVxuICAgIDxzcGFuIGNsYXNzPVwiZGl2aWRlclwiPjwvc3Bhbj5cbiAgICA8IS0tIHRpdGxlIC0tPlxuICAgIEBpZiAocGF0dGVybnMgJiYgcGF0dGVybnMubGVuZ3RoKSB7XG4gICAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiBbbWF0TWVudVRyaWdnZXJGb3JdPVwicGF0dGVybnNNZW51XCIgW2JpemRvY1Rvb2x0aXBdPVwiJ1BhdHRlcm4nfHRyYW5zbGF0ZVwiIFthdHRyLmFyaWEtbGFiZWxdPVwiJ1BhdHRlcm4nfHRyYW5zbGF0ZVwiPjxtYXQtaWNvbiBbY2xhc3MuZmlsbGVkXT1cInBhdHRlcm5cIj5maWx0ZXJfYWx0PC9tYXQtaWNvbj48L2J1dHRvbj5cbiAgICB9XG4gICAgPG1hdC1tZW51ICNwYXR0ZXJuc01lbnUgeFBvc2l0aW9uPVwiYmVmb3JlXCI+XG4gICAgICA8IS0tIHBhdHRlcm5zIC0tPlxuICAgICAgQGZvciAocCBvZiBwYXR0ZXJuczsgdHJhY2sgcCkge1xuICAgICAgICA8YnV0dG9uIG1hdC1tZW51LWl0ZW0gKGNsaWNrKT1cInBhdHRlcm5DaGFuZ2UocClcIj57e3AudGl0bGV9fTwvYnV0dG9uPlxuICAgICAgfVxuICAgIDwvbWF0LW1lbnU+XG4gICAgPGJ1dHRvbiBtYXQtaWNvbi1idXR0b24gKGNsaWNrKT1cInJlc2V0KClcIiBbZGlzYWJsZWRdPVwiIXBhdHRlcm5cIiBbYml6ZG9jVG9vbHRpcF09XCInQ2xlYXInIHwgdHJhbnNsYXRlXCI+XG4gICAgICA8bWF0LWljb24+Y2xlYXJfYWxsPC9tYXQtaWNvbj5cbiAgICA8L2J1dHRvbj5cbiAgICA8IS0tIGZpbHRlcnMgLS0+XG4gICAgQGZvciAoZiBvZiBmaWx0ZXJzOyB0cmFjayBmKSB7XG4gICAgICA8YnV0dG9uIG1hdC1idXR0b24gW21hdE1lbnVUcmlnZ2VyRm9yXT1cImZtZW51XCI+e3theGVzW2YubmFtZV0gfCB0eXBlVmFsdWUgOiBmLmRhdGFUeXBlIHwgYXN5bmN9fSA8bWF0LWljb24+YXJyb3dfZHJvcF9kb3duPC9tYXQtaWNvbj48L2J1dHRvbj5cbiAgICAgIDxtYXQtbWVudSAjZm1lbnUgeFBvc2l0aW9uPVwiYmVmb3JlXCI+XG4gICAgICAgIEBmb3IgKGt2IG9mIHNvdXJjZXNbZi5uYW1lXSB8IGFzeW5jOyB0cmFjayBrdikge1xuICAgICAgICAgIDxidXR0b24gbWF0LW1lbnUtaXRlbVxuICAgICAgICAgICAgKGNsaWNrKT1cImZpbHRlcihmLm5hbWUsIGt2LmtleSwga3YudmFsdWUpXCI+XG4gICAgICAgICAgICB7e2t2LnZhbHVlfX1cbiAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgfVxuICAgICAgPC9tYXQtbWVudT5cbiAgICB9XG4gIDwvZGl2PlxuICBAaWYgKGxvYWRpbmcpIHtcbiAgICA8ZGl2IGNsYXNzPVwibG9hZGluZy12aWV3XCI+XG4gICAgICA8bWF0LXNwaW5uZXIgY29sb3I9XCJhY2NlbnRcIj48L21hdC1zcGlubmVyPlxuICAgIDwvZGl2PlxuICB9XG4gIDxiaXpkb2MtY3ViZS1tYXRyaXggW2N1YmVdPVwiY3ViZS5uYW1lXCIgW3hBeGlzXT1cInhBeGlzXCIgW3Nlcmllc109XCJzZXJpZXNcIiBbaW5kaWNlc109XCJpbmRpY2VzXCIgW3N1bV09XCJzdW1cIlxuICAgIFtmaWx0ZXJzXT1cImF4ZXNcIiBbc2NvcGVdPVwic2NvcGVcIiBjbGFzcz1cInRhYmxlXCJcbiAgKGV4cGxvcmUpPSdleHBsb3JlKCRldmVudCknIFsobG9hZGluZyldPVwibG9hZGluZ1wiPjwvYml6ZG9jLWN1YmUtbWF0cml4PlxufSBAZWxzZSB7XG4gIDxiaXpkb2Mtbm9uZSBpY29uPVwiaW5zZXJ0X2NoYXJ0X291dGxpbmVkXCIgc3VidGl0bGU9XCJOb3RoaW5nSGVyZVwiPjwvYml6ZG9jLW5vbmU+XG59XG4iXX0=
99
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvdmlld3MvY3ViZS9tYXRyaXguY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi92aWV3cy9jdWJlL21hdHJpeC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckQsT0FBTyxFQUFFLEdBQUcsRUFBYyxNQUFNLE1BQU0sQ0FBQztBQUN2QyxPQUFPLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzNELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQU0vQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQ3ZDLE9BQU8sRUFBRSxtQkFBbUIsRUFBZSxNQUFNLG1DQUFtQyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0FBWTlFLElBQU0sMkJBQTJCLEdBQWpDLE1BQU0sMkJBQTRCLFNBQVEsUUFBNkI7SUFRNUUsWUFDRSxPQUE2QyxFQUNyQyxPQUFtQixFQUMzQixPQUFvQixFQUNwQixPQUF1QjtRQUN2QixLQUFLLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFIL0IsWUFBTyxHQUFQLE9BQU8sQ0FBWTtRQVJwQixZQUFPLEdBQW9FLEVBQUUsQ0FBQztJQVl2RixDQUFDO0lBRUQsVUFBVTtRQUNSLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUM7UUFD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Q0FBQztRQUM1RCxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztRQUNqQixJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQztRQUN2QixJQUFJLENBQUMsS0FBSyxHQUFHLE9BQU8sQ0FBQyxLQUFLLENBQUM7UUFDM0IsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7SUFDekIsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsSUFBSSxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQy9DLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO1FBQ3hCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO0lBQ3BCLENBQUM7OEdBM0VVLDJCQUEyQjtrR0FBM0IsMkJBQTJCLDZIQUMzQixtQkFBbUIscUZDdkJoQyxtakVBbURBOztBRDdCYSwyQkFBMkI7SUFIdkMsTUFBTSxDQUFDO1FBQ04sUUFBUSxFQUFFLG9CQUFvQjtLQUMvQixDQUFDO0dBQ1csMkJBQTJCLENBNEV2Qzs7MkZBNUVZLDJCQUEyQjtrQkFSdkMsU0FBUzsyQkFHRixFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUU7b0tBTTJCLEtBQUs7c0JBQXRELFNBQVM7dUJBQUMsbUJBQW1CLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3Q2hpbGQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBtYXAsIE9ic2VydmFibGUgfSBmcm9tIFwicnhqc1wiO1xyXG5pbXBvcnQgeyBpc0FycmF5LCBtYXBUb0FycmF5IH0gZnJvbSBcIi4uLy4uL2NvcmUvZnVuY3Rpb25zXCI7XHJcbmltcG9ydCB7IEJpekRvYyB9IGZyb20gXCIuLi8uLi9jb3JlL2RlY29yYXRvcnNcIjtcclxuaW1wb3J0IHsgQ3ViZUF4aXMgfSBmcm9tIFwiLi4vLi4vY29yZS9tb2RlbHNcIjtcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vY29yZS9zZXNzaW9uLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgUm91dGVySW1wbCB9IGZyb20gXCIuLi8uLi9jb3JlL3JvdXRlclwiO1xyXG5pbXBvcnQgeyBDdWJlU2VydmljZSwgUGF0dGVybiB9IGZyb20gXCIuLi8uLi9jdWJlL2N1YmUuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBEb2N1bWVudFZpZXdSZWYgfSBmcm9tIFwiLi4vZG9jdW1lbnQtdmlldy1yZWZcIjtcclxuaW1wb3J0IHsgQ3ViZUJhc2UgfSBmcm9tIFwiLi9jdWJlLWJhc2VcIjtcclxuaW1wb3J0IHsgQ3ViZU1hdHJpeENvbXBvbmVudCwgU3VtU2V0dGluZ3MgfSBmcm9tIFwiLi4vLi4vY3ViZS9tYXRyaXgvdGFibGUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFNjb3BlVHlwZSB9IGZyb20gXCIuLi8uLi9jb3JlL2NvbmZpZ3VyYXRpb25cIjtcclxuaW1wb3J0IHsgQXhpc0NsaWNrRXZlbnQsIEF4aXNQbGFjZSwgQXhpc1R5cGUgfSBmcm9tIFwiLi4vLi4vY3ViZS9kZWNsYXJhdGlvbnNcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHRlbXBsYXRlVXJsOiAnbWF0cml4LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnbWF0cml4LmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgaG9zdDogeyBjbGFzczogJ3ZpZXcnIH1cclxufSlcclxuQEJpekRvYyh7XHJcbiAgc2VsZWN0b3I6ICdiaXpkb2MtY3ViZS1tYXRyaXgnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDdWJlRG9jdW1lbnRNYXRyaXhDb21wb25lbnQgZXh0ZW5kcyBDdWJlQmFzZTxNYXRyaXhTZXR0aW5nc01vZGVsPiB7XHJcbiAgQFZpZXdDaGlsZChDdWJlTWF0cml4Q29tcG9uZW50LCB7IHN0YXRpYzogdHJ1ZSB9KSB0YWJsZTogQ3ViZU1hdHJpeENvbXBvbmVudDtcclxuICByZWFkb25seSBzb3VyY2VzOiB7IFtheGlzOiBzdHJpbmddOiBPYnNlcnZhYmxlPHsga2V5OiBzdHJpbmc7IHZhbHVlOiBhbnk7IH1bXT47IH0gPSB7fTtcclxuICBmaWx0ZXJzOiBDdWJlQXhpc1tdO1xyXG4gIGluZGljZXM/OiBzdHJpbmcgfCBzdHJpbmdbXTtcclxuICB4QXhpczogc3RyaW5nO1xyXG4gIHNlcmllczogc3RyaW5nO1xyXG4gIHN1bT86IFN1bVNldHRpbmdzIHwgU3VtU2V0dGluZ3NbXTtcclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHZpZXdSZWY6IERvY3VtZW50Vmlld1JlZjxNYXRyaXhTZXR0aW5nc01vZGVsPixcclxuICAgIHByaXZhdGUgX3JvdXRlcjogUm91dGVySW1wbCxcclxuICAgIHNlcnZpY2U6IEN1YmVTZXJ2aWNlLFxyXG4gICAgc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UpIHtcclxuICAgIHN1cGVyKHZpZXdSZWYsIHNlcnZpY2UsIHNlc3Npb24sIHRydWUpO1xyXG4gIH1cclxuXHJcbiAgb25WaWV3QmluZCgpIHtcclxuICAgIGNvbnN0IHsgeEF4aXMsIHNlcmllcywgaW5kaWNlcywgc3VtLCBzY29wZSwgZmlsdGVycywgaW5kZXhBdCwgcGxhY2VBdCB9ID0gdGhpcy5fdmlld1JlZi5vcHRpb25zO1xyXG4gICAgaWYgKCF4QXhpcyB8fCAhc2VyaWVzKSB0aHJvdyAneEF4aXMgYW5kIHNlcmllIHJlcXVpcmVkJztcclxuICAgIHRoaXMueEF4aXMgPSBpc0FycmF5KHhBeGlzKSA/IHhBeGlzWzBdIDogeEF4aXM7XHJcbiAgICB0aGlzLnNlcmllcyA9IGlzQXJyYXkoc2VyaWVzKSA/IHNlcmllc1swXSA6IHNlcmllcztcclxuICAgIHRoaXMuaW5kaWNlcyA9IGluZGljZXM7XHJcbiAgICB0aGlzLnN1bSA9IHN1bTtcclxuICAgIHRoaXMuc2NvcGUgPSBzY29wZTtcclxuXHJcbiAgICBkZWxldGUgdGhpcy5heGVzW3RoaXMueEF4aXNdO1xyXG4gICAgZGVsZXRlIHRoaXMuYXhlc1t0aGlzLnNlcmllc107XHJcblxyXG4gICAgdGhpcy5fc2VydmljZS5wYXR0ZXJucyh0aGlzLmN1YmUubmFtZSkuc3Vic2NyaWJlKHAgPT4gdGhpcy5wYXR0ZXJucyA9IHApO1xyXG4gICAgLyoqIG9uZSBvciBtb3JlIGF4aXMgKi9cclxuICAgIHRoaXMuZmlsdGVycyA9IHRoaXMuY3ViZS5heGVzLmZpbHRlcihhID0+IGlzQXJyYXkoZmlsdGVycykgP1xyXG4gICAgICBmaWx0ZXJzLmluZGV4T2YoYS5uYW1lKSA+IC0xIDpcclxuICAgICAgYS5uYW1lID09PSBmaWx0ZXJzKTtcclxuICAgIHRoaXMuZmlsdGVycy5mb3JFYWNoKGYgPT5cclxuICAgICAgdGhpcy5zb3VyY2VzW2YubmFtZV0gPSB0aGlzLl9zZXJ2aWNlLnZhbHVlcyh0aGlzLmN1YmUubmFtZSwgZi5uYW1lKS5waXBlKG1hcChtYXBUb0FycmF5KSlcclxuICAgICk7XHJcbiAgfVxyXG5cclxuICBleHBsb3JlKGV2dDogQXhpc0NsaWNrRXZlbnQpIHtcclxuICAgIGNvbnN0IHsgYXhlczogcXVlcnlQYXJhbXMsIGluZGV4IH0gPSBldnQ7XHJcbiAgICB0aGlzLl9yb3V0ZXIubmF2aWdhdGUoWydjdWJlJywgdGhpcy5jdWJlLm5hbWUsICdleHBsb3JlJ10sIHtcclxuICAgICAgcXVlcnlQYXJhbXMsXHJcbiAgICAgIGdyb3VwOiB0aGlzLmdyb3VwLFxyXG4gICAgICBzdGF0ZTogeyBpbmRleCB9XHJcbiAgICB9KTtcclxuXHJcbiAgfVxyXG4gIC8qKlxyXG4gKlxyXG4gKiBAcGFyYW0gdmFsdWVcclxuICovXHJcbiAgZmlsdGVyKG5hbWU6IHN0cmluZywgdmFsdWU6IHN0cmluZyB8IG51bWJlciwgdGl0bGU6IHN0cmluZykge1xyXG4gICAgY29uc3QgYXhlcyA9IHsgLi4udGhpcy5heGVzIH07XHJcbiAgICBheGVzW25hbWVdID0gdmFsdWU7XHJcbiAgICB0aGlzLmFueUZpbHRlcnMgPSB0cnVlO1xyXG4gICAgdGhpcy5heGVzID0gYXhlcztcclxuICB9XHJcbiAgLyoqXHJcbiAgICAqXHJcbiAgICAqIEBwYXJhbSBwYXR0ZXJuXHJcbiAgICAqL1xyXG4gIHBhdHRlcm5DaGFuZ2UocGF0dGVybjogUGF0dGVybikge1xyXG4gICAgY29uc3QgYXhlcyA9IHsgLi4ucGF0dGVybi5heGVzIH07XHJcbiAgICB0aGlzLl9zZXJ2aWNlLmJhc2UodGhpcy5jdWJlLm5hbWUsIGF4ZXMsIHRoaXMub3JpZ2luYWxBeGVzKTtcclxuICAgIHRoaXMuYXhlcyA9IGF4ZXM7XHJcbiAgICB0aGlzLmFueUZpbHRlcnMgPSB0cnVlO1xyXG4gICAgdGhpcy50aXRsZSA9IHBhdHRlcm4udGl0bGU7XHJcbiAgICB0aGlzLnBhdHRlcm4gPSBwYXR0ZXJuO1xyXG4gIH1cclxuXHJcbiAgcmVzZXQoKSB7XHJcbiAgICB0aGlzLmF4ZXMgPSBzdXBlci5hZ2dyZWdhdGUodGhpcy5vcmlnaW5hbEF4ZXMpO1xyXG4gICAgdGhpcy5hbnlGaWx0ZXJzID0gZmFsc2U7XHJcbiAgICB0aGlzLnBhdHRlcm4gPSBudWxsO1xyXG4gICAgdGhpcy50aXRsZSA9IG51bGw7XHJcbiAgfVxyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIE1hdHJpeFNldHRpbmdzTW9kZWwge1xyXG4gIGN1YmU/OiBzdHJpbmc7XHJcbiAgeEF4aXM6IHN0cmluZztcclxuICBzZXJpZXM6IHN0cmluZztcclxuICBpbmRpY2VzOiBzdHJpbmdbXSB8IHN0cmluZztcclxuICBzdW06IFN1bVNldHRpbmdzIHwgU3VtU2V0dGluZ3NbXTtcclxuICBmaWx0ZXJzOiBzdHJpbmdbXSB8IHN0cmluZztcclxuICBhZ2dyZWdhdGU6IHN0cmluZ1tdO1xyXG4gIHNjb3BlPzogU2NvcGVUeXBlO1xyXG4gIGluZGV4QXQ/OiBBeGlzVHlwZTtcclxuICBwbGFjZUF0PzogQXhpc1BsYWNlO1xyXG59XHJcbiIsIkBpZiAoaGFzZGF0YSkge1xuICA8ZGl2IGNsYXNzPVwibmF2LXRvb2xiYXJcIj5cbiAgICBAaWYgKGFsdGVybmF0ZSkge1xuICAgICAgPGJ1dHRvbiBtYXQtYnV0dG9uIFttYXRNZW51VHJpZ2dlckZvcl09XCJjbWVudVwiPnt7Y3ViZS50aXRsZX19IDxtYXQtaWNvbj5hcnJvd19kcm9wX2Rvd248L21hdC1pY29uPjwvYnV0dG9uPlxuICAgICAgPG1hdC1tZW51ICNjbWVudT5cbiAgICAgICAgQGZvciAoYSBvZiBhbHRlcm5hdGU7IHRyYWNrIGEpIHtcbiAgICAgICAgICA8YnV0dG9uIG1hdC1tZW51LWl0ZW1cbiAgICAgICAgICAgIChjbGljayk9XCJzd2l0Y2hUbyhhKVwiPlxuICAgICAgICAgICAge3thLnRpdGxlfX1cbiAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgfVxuICAgICAgPC9tYXQtbWVudT5cbiAgICB9XG4gICAgPHNwYW4gY2xhc3M9XCJkaXZpZGVyXCI+PC9zcGFuPlxuICAgIDwhLS0gdGl0bGUgLS0+XG4gICAgQGlmIChwYXR0ZXJucyAmJiBwYXR0ZXJucy5sZW5ndGgpIHtcbiAgICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIFttYXRNZW51VHJpZ2dlckZvcl09XCJwYXR0ZXJuc01lbnVcIiBbYml6ZG9jVG9vbHRpcF09XCInUGF0dGVybid8dHJhbnNsYXRlXCIgW2F0dHIuYXJpYS1sYWJlbF09XCInUGF0dGVybid8dHJhbnNsYXRlXCI+PG1hdC1pY29uIFtjbGFzcy5maWxsZWRdPVwicGF0dGVyblwiPmZpbHRlcl9hbHQ8L21hdC1pY29uPjwvYnV0dG9uPlxuICAgIH1cbiAgICA8bWF0LW1lbnUgI3BhdHRlcm5zTWVudSB4UG9zaXRpb249XCJiZWZvcmVcIj5cbiAgICAgIDwhLS0gcGF0dGVybnMgLS0+XG4gICAgICBAZm9yIChwIG9mIHBhdHRlcm5zOyB0cmFjayBwKSB7XG4gICAgICAgIDxidXR0b24gbWF0LW1lbnUtaXRlbSAoY2xpY2spPVwicGF0dGVybkNoYW5nZShwKVwiPnt7cC50aXRsZX19PC9idXR0b24+XG4gICAgICB9XG4gICAgPC9tYXQtbWVudT5cbiAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwicmVzZXQoKVwiIFtkaXNhYmxlZF09XCIhcGF0dGVyblwiIFtiaXpkb2NUb29sdGlwXT1cIidDbGVhcicgfCB0cmFuc2xhdGVcIj5cbiAgICAgIDxtYXQtaWNvbj5jbGVhcl9hbGw8L21hdC1pY29uPlxuICAgIDwvYnV0dG9uPlxuICAgIDwhLS0gZmlsdGVycyAtLT5cbiAgICBAZm9yIChmIG9mIGZpbHRlcnM7IHRyYWNrIGYpIHtcbiAgICAgIDxidXR0b24gbWF0LWJ1dHRvbiBbbWF0TWVudVRyaWdnZXJGb3JdPVwiZm1lbnVcIj57e2F4ZXNbZi5uYW1lXSB8IHR5cGVWYWx1ZSA6IGYuZGF0YVR5cGUgfCBhc3luY319IDxtYXQtaWNvbj5hcnJvd19kcm9wX2Rvd248L21hdC1pY29uPjwvYnV0dG9uPlxuICAgICAgPG1hdC1tZW51ICNmbWVudSB4UG9zaXRpb249XCJiZWZvcmVcIj5cbiAgICAgICAgQGZvciAoa3Ygb2Ygc291cmNlc1tmLm5hbWVdIHwgYXN5bmM7IHRyYWNrIGt2KSB7XG4gICAgICAgICAgPGJ1dHRvbiBtYXQtbWVudS1pdGVtXG4gICAgICAgICAgICAoY2xpY2spPVwiZmlsdGVyKGYubmFtZSwga3Yua2V5LCBrdi52YWx1ZSlcIj5cbiAgICAgICAgICAgIHt7a3YudmFsdWV9fVxuICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICB9XG4gICAgICA8L21hdC1tZW51PlxuICAgIH1cbiAgPC9kaXY+XG4gIEBpZiAobG9hZGluZykge1xuICAgIDxkaXYgY2xhc3M9XCJsb2FkaW5nLXZpZXdcIj5cbiAgICAgIDxtYXQtc3Bpbm5lciBjb2xvcj1cImFjY2VudFwiPjwvbWF0LXNwaW5uZXI+XG4gICAgPC9kaXY+XG4gIH1cbiAgPGJpemRvYy1jdWJlLW1hdHJpeCBbY3ViZV09XCJjdWJlLm5hbWVcIiBbeEF4aXNdPVwieEF4aXNcIiBbc2VyaWVzXT1cInNlcmllc1wiIFtpbmRpY2VzXT1cImluZGljZXNcIiBbc3VtXT1cInN1bVwiXG4gICAgW2ZpbHRlcnNdPVwiYXhlc1wiIFtzY29wZV09XCJzY29wZVwiIGNsYXNzPVwidGFibGVcIlxuICAoZXhwbG9yZSk9J2V4cGxvcmUoJGV2ZW50KScgWyhsb2FkaW5nKV09XCJsb2FkaW5nXCI+PC9iaXpkb2MtY3ViZS1tYXRyaXg+XG59IEBlbHNlIHtcbiAgPGJpemRvYy1ub25lIGljb249XCJpbnNlcnRfY2hhcnRfb3V0bGluZWRcIiBzdWJ0aXRsZT1cIk5vdGhpbmdIZXJlXCI+PC9iaXpkb2Mtbm9uZT5cbn1cbiJdfQ==
@@ -37,8 +37,8 @@ let CubeParallelViewComponent = class CubeParallelViewComponent extends CubeBase
37
37
  state: { index: evt.index }
38
38
  });
39
39
  }
40
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubeParallelViewComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component }); }
41
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: CubeParallelViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <bizdoc-cube-parallel\n [cube]=\"cube.name\"\n [xAxis]=\"xAxis\"\n [series]=\"series\"\n [indices]=\"indices\"\n [filters]=\"axes\"\n [chartType]=\"chartType\"\n [scope]=\"scope\"\n [size]=\"size\"\n (explore)=\"explore($event)\"></bizdoc-cube-parallel>\n}\n", styles: [":host{padding:8px}.element{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;flex:1 1 auto}\n"], dependencies: [{ kind: "component", type: i5.CubeParallelComponent, selector: "bizdoc-cube-parallel", inputs: ["filters", "xAxis", "series", "indices", "cube", "size", "chartType", "scope", "palettes"], outputs: ["explore"] }] }); }
40
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubeParallelViewComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component }); }
41
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: CubeParallelViewComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <bizdoc-cube-parallel\n [cube]=\"cube.name\"\n [xAxis]=\"xAxis\"\n [series]=\"series\"\n [indices]=\"indices\"\n [filters]=\"axes\"\n [chartType]=\"chartType\"\n [scope]=\"scope\"\n [size]=\"size\"\n (explore)=\"explore($event)\"></bizdoc-cube-parallel>\n}\n", styles: [":host{padding:8px}.element{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;flex:1 1 auto}\n"], dependencies: [{ kind: "component", type: i5.CubeParallelComponent, selector: "bizdoc-cube-parallel", inputs: ["filters", "xAxis", "series", "indices", "cube", "size", "chartType", "scope", "palettes"], outputs: ["explore"] }] }); }
42
42
  };
43
43
  CubeParallelViewComponent = __decorate([
44
44
  BizDoc({
@@ -46,7 +46,7 @@ CubeParallelViewComponent = __decorate([
46
46
  })
47
47
  ], CubeParallelViewComponent);
48
48
  export { CubeParallelViewComponent };
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubeParallelViewComponent, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubeParallelViewComponent, decorators: [{
50
50
  type: Component,
51
51
  args: [{ host: { class: 'view' }, template: "@if (hasdata) {\n <bizdoc-cube-parallel\n [cube]=\"cube.name\"\n [xAxis]=\"xAxis\"\n [series]=\"series\"\n [indices]=\"indices\"\n [filters]=\"axes\"\n [chartType]=\"chartType\"\n [scope]=\"scope\"\n [size]=\"size\"\n (explore)=\"explore($event)\"></bizdoc-cube-parallel>\n}\n", styles: [":host{padding:8px}.element{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;flex:1 1 auto}\n"] }]
52
52
  }], ctorParameters: () => [{ type: i1.DocumentViewRef }, { type: i2.RouterImpl }, { type: i3.CubeService }, { type: i4.SessionService }] });
@@ -34,8 +34,8 @@ let CubePivotViewComponent = class CubePivotViewComponent extends CubeBase {
34
34
  state: { index }
35
35
  });
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubePivotViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.RouterImpl }], target: i0.ɵɵFactoryTarget.Component }); }
38
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: CubePivotViewComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <bizdoc-cube-pivot\n [xAxis]=\"xAxis\"\n [series]=\"series\"\n [cube]=\"cube.name\"\n [filters]=\"axes\"\n [chartType]=\"chartType\"\n [width]=\"width\"\n (explore)=\"explore($event)\"></bizdoc-cube-pivot>\n}\n", dependencies: [{ kind: "component", type: i5.CubePivotComponent, selector: "bizdoc-cube-pivot", inputs: ["width", "height", "cube", "xAxis", "yAxis", "series", "indices", "filters", "chartType", "indicesChartType", "palettes", "loading"], outputs: ["explore", "loadingChange"] }] }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubePivotViewComponent, deps: [{ token: i1.SessionService }, { token: i2.DocumentViewRef }, { token: i3.CubeService }, { token: i4.RouterImpl }], target: i0.ɵɵFactoryTarget.Component }); }
38
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: CubePivotViewComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <bizdoc-cube-pivot\n [xAxis]=\"xAxis\"\n [series]=\"series\"\n [cube]=\"cube.name\"\n [filters]=\"axes\"\n [chartType]=\"chartType\"\n [width]=\"width\"\n (explore)=\"explore($event)\"></bizdoc-cube-pivot>\n}\n", dependencies: [{ kind: "component", type: i5.CubePivotComponent, selector: "bizdoc-cube-pivot", inputs: ["width", "height", "cube", "xAxis", "yAxis", "series", "indices", "filters", "chartType", "indicesChartType", "palettes", "loading"], outputs: ["explore", "loadingChange"] }] }); }
39
39
  };
40
40
  CubePivotViewComponent = __decorate([
41
41
  BizDoc({
@@ -43,7 +43,7 @@ CubePivotViewComponent = __decorate([
43
43
  })
44
44
  ], CubePivotViewComponent);
45
45
  export { CubePivotViewComponent };
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubePivotViewComponent, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubePivotViewComponent, decorators: [{
47
47
  type: Component,
48
48
  args: [{ template: "@if (hasdata) {\n <bizdoc-cube-pivot\n [xAxis]=\"xAxis\"\n [series]=\"series\"\n [cube]=\"cube.name\"\n [filters]=\"axes\"\n [chartType]=\"chartType\"\n [width]=\"width\"\n (explore)=\"explore($event)\"></bizdoc-cube-pivot>\n}\n" }]
49
49
  }], ctorParameters: () => [{ type: i1.SessionService }, { type: i2.DocumentViewRef }, { type: i3.CubeService }, { type: i4.RouterImpl }] });
@@ -50,8 +50,8 @@ let CubeDocumentSumComponent = class CubeDocumentSumComponent extends CubeBase {
50
50
  } : null
51
51
  });
52
52
  }
53
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubeDocumentSumComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component }); }
54
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: CubeDocumentSumComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n @if (alternate || selectedAxis) {\n <div class=\"nav-toolbar\">\n <span class=\"divider\"></span>\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n @if (selectedAxis) {\n <button mat-button [matMenuTriggerFor]=\"amenu\">{{selectedAxis| typeValue: primaryAxis.dataType | async }} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #amenu>\n @for (a of alternateAxes; track a) {\n <button mat-menu-item\n (click)=\"switchAxis(a)\">\n {{a | typeValue: primaryAxis.dataType | async}}\n </button>\n }\n </mat-menu>\n }\n </div>\n }\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-sum [xAxis]=\"primaryAxis.name\" [filters]=\"axes\" [parentAxis]=\"parentAxis\"\n [scope]=\"scope\" [periodPolicy]=\"periodPolicy\"\n [indices]=\"indices\" [cube]=\"cube.name\"\n (explore)=\"explore($event)\"></bizdoc-cube-sum>\n}\n", styles: [":host{padding:0 8px}\n"], dependencies: [{ kind: "component", type: i5.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i8.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i8.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i9.CubeSumComponent, selector: "bizdoc-cube-sum", inputs: ["xAxis", "periodPolicy", "parentAxis", "filters", "cube", "indices", "scope"], outputs: ["explore"] }, { kind: "pipe", type: i10.AsyncPipe, name: "async" }, { kind: "pipe", type: i11.TypeValuePipe, name: "typeValue" }] }); }
53
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubeDocumentSumComponent, deps: [{ token: i1.DocumentViewRef }, { token: i2.RouterImpl }, { token: i3.CubeService }, { token: i4.SessionService }], target: i0.ɵɵFactoryTarget.Component }); }
54
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: CubeDocumentSumComponent, selector: "ng-component", host: { classAttribute: "view" }, usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n @if (alternate || selectedAxis) {\n <div class=\"nav-toolbar\">\n <span class=\"divider\"></span>\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n @if (selectedAxis) {\n <button mat-button [matMenuTriggerFor]=\"amenu\">{{selectedAxis| typeValue: primaryAxis.dataType | async }} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #amenu>\n @for (a of alternateAxes; track a) {\n <button mat-menu-item\n (click)=\"switchAxis(a)\">\n {{a | typeValue: primaryAxis.dataType | async}}\n </button>\n }\n </mat-menu>\n }\n </div>\n }\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-sum [xAxis]=\"primaryAxis.name\" [filters]=\"axes\" [parentAxis]=\"parentAxis\"\n [scope]=\"scope\" [periodPolicy]=\"periodPolicy\"\n [indices]=\"indices\" [cube]=\"cube.name\"\n (explore)=\"explore($event)\"></bizdoc-cube-sum>\n}\n", styles: [":host{padding:0 8px}\n"], dependencies: [{ kind: "component", type: i5.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i8.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i8.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i9.CubeSumComponent, selector: "bizdoc-cube-sum", inputs: ["xAxis", "periodPolicy", "parentAxis", "filters", "cube", "indices", "scope"], outputs: ["explore"] }, { kind: "pipe", type: i10.AsyncPipe, name: "async" }, { kind: "pipe", type: i11.TypeValuePipe, name: "typeValue" }] }); }
55
55
  };
56
56
  CubeDocumentSumComponent = __decorate([
57
57
  BizDoc({
@@ -59,7 +59,7 @@ CubeDocumentSumComponent = __decorate([
59
59
  })
60
60
  ], CubeDocumentSumComponent);
61
61
  export { CubeDocumentSumComponent };
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubeDocumentSumComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubeDocumentSumComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{ host: { class: 'view' }, template: "@if (hasdata) {\n @if (alternate || selectedAxis) {\n <div class=\"nav-toolbar\">\n <span class=\"divider\"></span>\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n @if (selectedAxis) {\n <button mat-button [matMenuTriggerFor]=\"amenu\">{{selectedAxis| typeValue: primaryAxis.dataType | async }} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #amenu>\n @for (a of alternateAxes; track a) {\n <button mat-menu-item\n (click)=\"switchAxis(a)\">\n {{a | typeValue: primaryAxis.dataType | async}}\n </button>\n }\n </mat-menu>\n }\n </div>\n }\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-sum [xAxis]=\"primaryAxis.name\" [filters]=\"axes\" [parentAxis]=\"parentAxis\"\n [scope]=\"scope\" [periodPolicy]=\"periodPolicy\"\n [indices]=\"indices\" [cube]=\"cube.name\"\n (explore)=\"explore($event)\"></bizdoc-cube-sum>\n}\n", styles: [":host{padding:0 8px}\n"] }]
65
65
  }], ctorParameters: () => [{ type: i1.DocumentViewRef }, { type: i2.RouterImpl }, { type: i3.CubeService }, { type: i4.SessionService }] });
@@ -82,8 +82,8 @@ let CubeDocumentViewComponent = class CubeDocumentViewComponent extends CubeBase
82
82
  evt && evt.preventDefault();
83
83
  }
84
84
  }
85
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", 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 }); }
86
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: CubeDocumentViewComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "viewPane", first: true, predicate: CubeViewComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <div class=\"nav-toolbar\">\n @if (view.guide) {\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\"><mat-icon>help_outline</mat-icon></button>\n }\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n <span class=\"divider\"></span>\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>\n <mat-menu #pmenu>\n @for (p of patterns; track p) {\n <button mat-menu-item (click)=\"patternChange(p)\">\n {{p.title}}\n </button>\n }\n </mat-menu>\n <button mat-icon-button (click)=\"clearFilter()\" [bizdocTooltip]=\"'Clear' | translate\" [disabled]=\"!anyFilters\"><mat-icon>clear_all</mat-icon></button>\n <button mat-icon-button (click)=\"filterToggle($event)\" [bizdocTooltip]=\"'Filter' | translate\" [disabled]=\"!anyAxes\" data-help=\"filter\"><mat-icon>filter_list</mat-icon></button>\n </div>\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-view [filters]=\"axes\" #vp\n (explore)=\"explore($event)\"\n [cube]=\"cube\"\n [view]=\"view\"\n (loading)=\"loading = $event\"></bizdoc-cube-view>\n} @else {\n <bizdoc-none icon=\"equalizer\" subtitle=\"NothingHere\"></bizdoc-none>\n}\n", styles: [":host{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%;min-height:220px}:host ::ng-deep .cube-view{flex:1 auto}\n"], dependencies: [{ kind: "component", type: i7.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i8.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i8.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i9.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i10.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i10.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i10.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i11.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }, { kind: "component", type: i12.CubeViewComponent, selector: "bizdoc-cube-view", inputs: ["filters", "cube", "view", "loading"], outputs: ["explore", "loadingChange"] }, { kind: "directive", type: i13.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i14.TranslatePipe, name: "translate" }] }); }
85
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", 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 }); }
86
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: CubeDocumentViewComponent, selector: "ng-component", host: { classAttribute: "view" }, viewQueries: [{ propertyName: "viewPane", first: true, predicate: CubeViewComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "@if (hasdata) {\n <div class=\"nav-toolbar\">\n @if (view.guide) {\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\"><mat-icon>help_outline</mat-icon></button>\n }\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n <span class=\"divider\"></span>\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>\n <mat-menu #pmenu>\n @for (p of patterns; track p) {\n <button mat-menu-item (click)=\"patternChange(p)\">\n {{p.title}}\n </button>\n }\n </mat-menu>\n <button mat-icon-button (click)=\"clearFilter()\" [bizdocTooltip]=\"'Clear' | translate\" [disabled]=\"!anyFilters\"><mat-icon>clear_all</mat-icon></button>\n <button mat-icon-button (click)=\"filterToggle($event)\" [bizdocTooltip]=\"'Filter' | translate\" [disabled]=\"!anyAxes\" data-help=\"filter\"><mat-icon>filter_list</mat-icon></button>\n </div>\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-view [filters]=\"axes\" #vp\n (explore)=\"explore($event)\"\n [cube]=\"cube\"\n [view]=\"view\"\n (loading)=\"loading = $event\"></bizdoc-cube-view>\n} @else {\n <bizdoc-none icon=\"equalizer\" subtitle=\"NothingHere\"></bizdoc-none>\n}\n", styles: [":host{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%;min-height:220px}:host ::ng-deep .cube-view{flex:1 auto}\n"], dependencies: [{ kind: "component", type: i7.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i8.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i8.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i9.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i10.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i10.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i10.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i11.NoneComponent, selector: "bizdoc-none", inputs: ["title", "subtitle", "icon"] }, { kind: "component", type: i12.CubeViewComponent, selector: "bizdoc-cube-view", inputs: ["filters", "cube", "view", "loading"], outputs: ["explore", "loadingChange"] }, { kind: "directive", type: i13.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i14.TranslatePipe, name: "translate" }] }); }
87
87
  };
88
88
  CubeDocumentViewComponent = __decorate([
89
89
  BizDoc({
@@ -91,7 +91,7 @@ CubeDocumentViewComponent = __decorate([
91
91
  })
92
92
  ], CubeDocumentViewComponent);
93
93
  export { CubeDocumentViewComponent };
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: CubeDocumentViewComponent, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CubeDocumentViewComponent, decorators: [{
95
95
  type: Component,
96
96
  args: [{ host: { class: 'view' }, template: "@if (hasdata) {\n <div class=\"nav-toolbar\">\n @if (view.guide) {\n <button mat-icon-button (click)=\"guide()\" [bizdocTooltip]=\"'Help' | translate\"><mat-icon>help_outline</mat-icon></button>\n }\n @if (alternate) {\n <button mat-button [matMenuTriggerFor]=\"cmenu\">{{cube.title}} <mat-icon>arrow_drop_down</mat-icon></button>\n <mat-menu #cmenu>\n @for (a of alternate; track a) {\n <button mat-menu-item\n (click)=\"switchTo(a)\">\n {{a.title}}\n </button>\n }\n </mat-menu>\n }\n <span class=\"divider\"></span>\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>\n <mat-menu #pmenu>\n @for (p of patterns; track p) {\n <button mat-menu-item (click)=\"patternChange(p)\">\n {{p.title}}\n </button>\n }\n </mat-menu>\n <button mat-icon-button (click)=\"clearFilter()\" [bizdocTooltip]=\"'Clear' | translate\" [disabled]=\"!anyFilters\"><mat-icon>clear_all</mat-icon></button>\n <button mat-icon-button (click)=\"filterToggle($event)\" [bizdocTooltip]=\"'Filter' | translate\" [disabled]=\"!anyAxes\" data-help=\"filter\"><mat-icon>filter_list</mat-icon></button>\n </div>\n @if (loading) {\n <div class=\"loading-view\">\n <mat-spinner color=\"accent\"></mat-spinner>\n </div>\n }\n <bizdoc-cube-view [filters]=\"axes\" #vp\n (explore)=\"explore($event)\"\n [cube]=\"cube\"\n [view]=\"view\"\n (loading)=\"loading = $event\"></bizdoc-cube-view>\n} @else {\n <bizdoc-none icon=\"equalizer\" subtitle=\"NothingHere\"></bizdoc-none>\n}\n", styles: [":host{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%;min-height:220px}:host ::ng-deep .cube-view{flex:1 auto}\n"] }]
97
97
  }], ctorParameters: () => [{ type: i1.SessionService }, { type: i2.DocumentViewRef }, { type: i3.CubeService }, { type: i4.Popup }, { type: i5.RouterImpl }, { type: i6.GuideService }], propDecorators: { viewPane: [{