@bizdoc/core 2.1.11 → 2.1.12

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 (375) hide show
  1. package/esm2022/lib/admin/admin-dismiss.service.mjs +4 -4
  2. package/esm2022/lib/admin/admin-menu.component.mjs +4 -4
  3. package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +4 -4
  4. package/esm2022/lib/admin/architecture/designer-element.component.mjs +16 -16
  5. package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +4 -4
  6. package/esm2022/lib/admin/architecture/designer.base.mjs +10 -10
  7. package/esm2022/lib/admin/architecture/designer.component.mjs +4 -4
  8. package/esm2022/lib/admin/architecture/elements/action.component.mjs +4 -4
  9. package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +4 -4
  10. package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +4 -4
  11. package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +4 -4
  12. package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +4 -4
  13. package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +4 -4
  14. package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +4 -4
  15. package/esm2022/lib/admin/architecture/elements/control.component.mjs +4 -4
  16. package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +4 -4
  17. package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +4 -4
  18. package/esm2022/lib/admin/architecture/elements/cube.component.mjs +4 -4
  19. package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +4 -4
  20. package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +4 -4
  21. package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +4 -4
  22. package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +4 -4
  23. package/esm2022/lib/admin/architecture/elements/folder.component.mjs +4 -4
  24. package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +4 -4
  25. package/esm2022/lib/admin/architecture/elements/form.component.mjs +4 -4
  26. package/esm2022/lib/admin/architecture/elements/guide.component.mjs +4 -4
  27. package/esm2022/lib/admin/architecture/elements/job.component.mjs +4 -4
  28. package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +4 -4
  29. package/esm2022/lib/admin/architecture/elements/node.component.mjs +4 -4
  30. package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +4 -4
  31. package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +4 -4
  32. package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +4 -4
  33. package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +4 -4
  34. package/esm2022/lib/admin/architecture/elements/policy.component.mjs +4 -4
  35. package/esm2022/lib/admin/architecture/elements/report.component.mjs +4 -4
  36. package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +4 -4
  37. package/esm2022/lib/admin/architecture/elements/role.component.mjs +4 -4
  38. package/esm2022/lib/admin/architecture/elements/rule.component.mjs +4 -4
  39. package/esm2022/lib/admin/architecture/elements/state.component.mjs +4 -4
  40. package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +4 -4
  41. package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +4 -4
  42. package/esm2022/lib/admin/architecture/elements/type.component.mjs +4 -4
  43. package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +4 -4
  44. package/esm2022/lib/admin/architecture/elements/utility.component.mjs +4 -4
  45. package/esm2022/lib/admin/architecture/elements/view.component.mjs +4 -4
  46. package/esm2022/lib/admin/architecture/elements/widget.component.mjs +4 -4
  47. package/esm2022/lib/admin/architecture/icon-picker.component.mjs +4 -4
  48. package/esm2022/lib/admin/core/ace.input.mjs +4 -4
  49. package/esm2022/lib/admin/core/color-picker.input.mjs +4 -4
  50. package/esm2022/lib/admin/core/localized-string.component.mjs +4 -4
  51. package/esm2022/lib/admin/core/search.input.mjs +4 -4
  52. package/esm2022/lib/admin/diff/configuration-diff.component.mjs +4 -4
  53. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +4 -4
  54. package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +4 -4
  55. package/esm2022/lib/admin/document-trace/trace-element.component.mjs +4 -4
  56. package/esm2022/lib/admin/form/designer/box-designer.component.mjs +7 -7
  57. package/esm2022/lib/admin/form/designer/properties.component.mjs +4 -4
  58. package/esm2022/lib/admin/form/designer/section.component.mjs +4 -4
  59. package/esm2022/lib/admin/form/designer/settings.component.mjs +4 -4
  60. package/esm2022/lib/admin/form/form.resolve.service.mjs +4 -4
  61. package/esm2022/lib/admin/form/workflow/node.component.mjs +4 -4
  62. package/esm2022/lib/admin/form/workflow/role-node.component.mjs +4 -4
  63. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +4 -4
  64. package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +4 -4
  65. package/esm2022/lib/admin/patterns/patterns.component.mjs +4 -4
  66. package/esm2022/lib/admin/permissions/permissions.component.mjs +4 -4
  67. package/esm2022/lib/admin/positions/positions-popup.component.mjs +4 -4
  68. package/esm2022/lib/admin/positions/positions.component.mjs +5 -5
  69. package/esm2022/lib/admin/profiler/outofoffice.component.mjs +4 -4
  70. package/esm2022/lib/admin/profiler/profiler.component.mjs +4 -4
  71. package/esm2022/lib/admin/system.service.mjs +4 -4
  72. package/esm2022/lib/admin/utility-wrapper.component.mjs +4 -4
  73. package/esm2022/lib/admin/utility.pane.component.mjs +4 -4
  74. package/esm2022/lib/app.component.mjs +7 -7
  75. package/esm2022/lib/bizdoc.module.mjs +5 -5
  76. package/esm2022/lib/browse/browse-items.component.mjs +4 -4
  77. package/esm2022/lib/browse/browse.mobile.component.mjs +4 -4
  78. package/esm2022/lib/browse/browse.pane.component.mjs +4 -4
  79. package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +4 -4
  80. package/esm2022/lib/browse/filter/filter.component.mjs +4 -4
  81. package/esm2022/lib/browse/folders-menu.component.mjs +4 -4
  82. package/esm2022/lib/chat/chat-info.mjs +4 -4
  83. package/esm2022/lib/chat/chat.mobile.component.mjs +4 -4
  84. package/esm2022/lib/chat/chat.service.mjs +4 -4
  85. package/esm2022/lib/chat/contacts.component.mjs +7 -7
  86. package/esm2022/lib/chat/contacts.pane.component.mjs +4 -4
  87. package/esm2022/lib/chat/conversation.component.mjs +4 -4
  88. package/esm2022/lib/chat/conversation.pane.component.mjs +4 -4
  89. package/esm2022/lib/compose/action/action-picker.component.mjs +4 -4
  90. package/esm2022/lib/compose/action/action.dialog.mjs +4 -4
  91. package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +4 -4
  92. package/esm2022/lib/compose/action/assign-action.component.mjs +4 -4
  93. package/esm2022/lib/compose/action/moveto-action.component.mjs +4 -4
  94. package/esm2022/lib/compose/action/return-action.component.mjs +4 -4
  95. package/esm2022/lib/compose/attachments/attachments.component.mjs +4 -4
  96. package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +4 -4
  97. package/esm2022/lib/compose/attachments/progress-button.directive.mjs +4 -4
  98. package/esm2022/lib/compose/box/box.component.mjs +4 -4
  99. package/esm2022/lib/compose/box/control.component.mjs +4 -4
  100. package/esm2022/lib/compose/box/row.component.mjs +4 -4
  101. package/esm2022/lib/compose/can-deactivate-changes.service.mjs +4 -4
  102. package/esm2022/lib/compose/comments/comment.component.mjs +4 -4
  103. package/esm2022/lib/compose/comments/comments.component.mjs +4 -4
  104. package/esm2022/lib/compose/comments/comments.pane.component.mjs +4 -4
  105. package/esm2022/lib/compose/comments/edit-comment.component.mjs +4 -4
  106. package/esm2022/lib/compose/comments/edits.component.mjs +4 -4
  107. package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +4 -4
  108. package/esm2022/lib/compose/comments/votes.component.mjs +4 -4
  109. package/esm2022/lib/compose/compose-resolve.service.mjs +7 -7
  110. package/esm2022/lib/compose/compose.mobile.component.mjs +4 -4
  111. package/esm2022/lib/compose/compose.pane.component.mjs +4 -4
  112. package/esm2022/lib/compose/copy/copy.dialog.mjs +4 -4
  113. package/esm2022/lib/compose/dismiss.service.mjs +4 -4
  114. package/esm2022/lib/compose/document-resolver.service.mjs +4 -4
  115. package/esm2022/lib/compose/document.component.mjs +4 -4
  116. package/esm2022/lib/compose/document.mobile.component.mjs +4 -4
  117. package/esm2022/lib/compose/document.pane.component.mjs +4 -4
  118. package/esm2022/lib/compose/events/events.component.mjs +4 -4
  119. package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +4 -4
  120. package/esm2022/lib/compose/form.component.mjs +4 -4
  121. package/esm2022/lib/compose/new-menu.component.mjs +4 -4
  122. package/esm2022/lib/compose/privilage.directive.mjs +7 -7
  123. package/esm2022/lib/compose/recipient-resolver.service.mjs +4 -4
  124. package/esm2022/lib/compose/state.component.mjs +4 -4
  125. package/esm2022/lib/compose/tag/tags.component.mjs +4 -4
  126. package/esm2022/lib/compose/trace/flow.component.mjs +4 -4
  127. package/esm2022/lib/compose/trace/people.component.mjs +4 -4
  128. package/esm2022/lib/compose/trace/trace.base.mjs +4 -4
  129. package/esm2022/lib/compose/trace/trace.component.mjs +4 -4
  130. package/esm2022/lib/compose/trace/trace.pane.component.mjs +4 -4
  131. package/esm2022/lib/compose/version-compare/version-compare.component.mjs +4 -4
  132. package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +10 -10
  133. package/esm2022/lib/compose/version-compare/version.pane.component.mjs +4 -4
  134. package/esm2022/lib/core/account.service.mjs +4 -4
  135. package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +4 -4
  136. package/esm2022/lib/core/avatar/avatar.component.mjs +4 -4
  137. package/esm2022/lib/core/checkbox.mjs +4 -4
  138. package/esm2022/lib/core/component-factory-resolver.mjs +4 -4
  139. package/esm2022/lib/core/datasource.service.mjs +4 -4
  140. package/esm2022/lib/core/fields/address.designer.mjs +4 -4
  141. package/esm2022/lib/core/fields/address.field.mjs +4 -4
  142. package/esm2022/lib/core/fields/autocomplete.field.mjs +7 -7
  143. package/esm2022/lib/core/fields/checkbox.designer.mjs +4 -4
  144. package/esm2022/lib/core/fields/checkbox.field.mjs +4 -4
  145. package/esm2022/lib/core/fields/checklist.designer.mjs +4 -4
  146. package/esm2022/lib/core/fields/checklist.field.mjs +4 -4
  147. package/esm2022/lib/core/fields/date-range.designer.mjs +4 -4
  148. package/esm2022/lib/core/fields/date-range.field.mjs +4 -4
  149. package/esm2022/lib/core/fields/date.designer.mjs +4 -4
  150. package/esm2022/lib/core/fields/date.field.mjs +4 -4
  151. package/esm2022/lib/core/fields/expression.field.mjs +7 -7
  152. package/esm2022/lib/core/fields/file.designer.mjs +4 -4
  153. package/esm2022/lib/core/fields/file.field.mjs +4 -4
  154. package/esm2022/lib/core/fields/html.designer.mjs +4 -4
  155. package/esm2022/lib/core/fields/html.field.mjs +4 -4
  156. package/esm2022/lib/core/fields/input.designer.mjs +4 -4
  157. package/esm2022/lib/core/fields/input.field.mjs +4 -4
  158. package/esm2022/lib/core/fields/localized-string.field.mjs +7 -7
  159. package/esm2022/lib/core/fields/numeric.designer.mjs +4 -4
  160. package/esm2022/lib/core/fields/numeric.field.mjs +4 -4
  161. package/esm2022/lib/core/fields/options.base.mjs +7 -7
  162. package/esm2022/lib/core/fields/options.component.mjs +4 -4
  163. package/esm2022/lib/core/fields/radio-button.designer.mjs +4 -4
  164. package/esm2022/lib/core/fields/radio-button.field.mjs +4 -4
  165. package/esm2022/lib/core/fields/select.designer.mjs +4 -4
  166. package/esm2022/lib/core/fields/select.field.mjs +4 -4
  167. package/esm2022/lib/core/fields/signature.designer.mjs +4 -4
  168. package/esm2022/lib/core/fields/signature.field.mjs +4 -4
  169. package/esm2022/lib/core/fields/switch.field.mjs +4 -4
  170. package/esm2022/lib/core/fields/textarea.designer.mjs +4 -4
  171. package/esm2022/lib/core/fields/textarea.field.mjs +4 -4
  172. package/esm2022/lib/core/fields/time.designer.mjs +4 -4
  173. package/esm2022/lib/core/fields/time.field.mjs +4 -4
  174. package/esm2022/lib/core/fields/timespan.field.mjs +7 -7
  175. package/esm2022/lib/core/fields/yesno.designer.mjs +4 -4
  176. package/esm2022/lib/core/fields/yesno.field.mjs +4 -4
  177. package/esm2022/lib/core/guide/guide.component.mjs +4 -4
  178. package/esm2022/lib/core/guide/guide.service.mjs +4 -4
  179. package/esm2022/lib/core/guide/help-tip.component.mjs +4 -4
  180. package/esm2022/lib/core/http.interceptor.mjs +4 -4
  181. package/esm2022/lib/core/hub.service.mjs +4 -4
  182. package/esm2022/lib/core/identity/identity.component.mjs +4 -4
  183. package/esm2022/lib/core/info/attachment-info.service.mjs +4 -4
  184. package/esm2022/lib/core/info/document-info.service.mjs +4 -4
  185. package/esm2022/lib/core/info/location-info.component.mjs +4 -4
  186. package/esm2022/lib/core/info/map-info.mjs +4 -4
  187. package/esm2022/lib/core/inputs/address.input.mjs +4 -4
  188. package/esm2022/lib/core/inputs/auto-complete.input.mjs +4 -4
  189. package/esm2022/lib/core/inputs/combination-picker-body.mjs +4 -4
  190. package/esm2022/lib/core/inputs/combination-picker.mjs +4 -4
  191. package/esm2022/lib/core/inputs/combination-pool.mjs +4 -4
  192. package/esm2022/lib/core/inputs/file.input.mjs +4 -4
  193. package/esm2022/lib/core/inputs/select.input.mjs +4 -4
  194. package/esm2022/lib/core/inputs/signature.input.mjs +4 -4
  195. package/esm2022/lib/core/inputs/time-picker.mjs +4 -4
  196. package/esm2022/lib/core/inputs/timespan.input.mjs +4 -4
  197. package/esm2022/lib/core/layout.component.mjs +4 -4
  198. package/esm2022/lib/core/lottie-animation.mjs +4 -4
  199. package/esm2022/lib/core/mailbox.service.mjs +4 -4
  200. package/esm2022/lib/core/none.component.mjs +4 -4
  201. package/esm2022/lib/core/pipes/action.pipe.mjs +4 -4
  202. package/esm2022/lib/core/pipes/calendar.pipe.mjs +4 -4
  203. package/esm2022/lib/core/pipes/date-format.pipe.mjs +4 -4
  204. package/esm2022/lib/core/pipes/daterange.pipe.mjs +7 -7
  205. package/esm2022/lib/core/pipes/difference.pipe.mjs +4 -4
  206. package/esm2022/lib/core/pipes/duration-format.pipe.mjs +4 -4
  207. package/esm2022/lib/core/pipes/duration.pipe.mjs +4 -4
  208. package/esm2022/lib/core/pipes/form.pipe.mjs +4 -4
  209. package/esm2022/lib/core/pipes/join.pipe.mjs +4 -4
  210. package/esm2022/lib/core/pipes/localized-string.pipe.mjs +4 -4
  211. package/esm2022/lib/core/pipes/role.pipe.mjs +4 -4
  212. package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +4 -4
  213. package/esm2022/lib/core/pipes/sort.pipe.mjs +7 -7
  214. package/esm2022/lib/core/pipes/state.pipe.mjs +4 -4
  215. package/esm2022/lib/core/pipes/time-ago.pipe.mjs +7 -7
  216. package/esm2022/lib/core/pipes/translate.pipe.mjs +10 -10
  217. package/esm2022/lib/core/pipes/type-value.pipe.mjs +4 -4
  218. package/esm2022/lib/core/pipes/user-name.pipe.mjs +4 -4
  219. package/esm2022/lib/core/popup/popup.component.mjs +4 -4
  220. package/esm2022/lib/core/popup/popup.service.mjs +4 -4
  221. package/esm2022/lib/core/popup/tooltip.directive.mjs +7 -7
  222. package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +4 -4
  223. package/esm2022/lib/core/prompt/mask/mask.component.mjs +4 -4
  224. package/esm2022/lib/core/prompt.service.mjs +4 -4
  225. package/esm2022/lib/core/router.mjs +7 -7
  226. package/esm2022/lib/core/save-changes.dialog.mjs +4 -4
  227. package/esm2022/lib/core/session.service.mjs +4 -4
  228. package/esm2022/lib/core/slots/router.directive.mjs +4 -4
  229. package/esm2022/lib/core/slots/router.service.mjs +4 -4
  230. package/esm2022/lib/core/slots/slots.component.mjs +4 -4
  231. package/esm2022/lib/core/tagging/documents.component.mjs +4 -4
  232. package/esm2022/lib/core/tagging/edit-input.component.mjs +4 -4
  233. package/esm2022/lib/core/tagging/emoji.component.mjs +4 -4
  234. package/esm2022/lib/core/tagging/tagging-item.directive.mjs +4 -4
  235. package/esm2022/lib/core/tagging/tagging.component-base.mjs +4 -4
  236. package/esm2022/lib/core/tagging/tagging.directive.mjs +4 -4
  237. package/esm2022/lib/core/tagging/tagging.pipe.mjs +4 -4
  238. package/esm2022/lib/core/tagging/users.component.mjs +4 -4
  239. package/esm2022/lib/core/translate.service.mjs +4 -4
  240. package/esm2022/lib/core/window-title.service.mjs +4 -4
  241. package/esm2022/lib/cube/accum/accum.component.mjs +4 -4
  242. package/esm2022/lib/cube/chart/chart.component.mjs +4 -4
  243. package/esm2022/lib/cube/cube-info.service.mjs +4 -4
  244. package/esm2022/lib/cube/cube-menu.component.mjs +4 -4
  245. package/esm2022/lib/cube/cube-view.component.mjs +4 -4
  246. package/esm2022/lib/cube/cube.service.mjs +4 -4
  247. package/esm2022/lib/cube/explore/document-item.component.mjs +4 -4
  248. package/esm2022/lib/cube/explore/explore-item.component.mjs +4 -4
  249. package/esm2022/lib/cube/explore/explore-items.component.mjs +4 -4
  250. package/esm2022/lib/cube/explore/explore.pane.component.mjs +4 -4
  251. package/esm2022/lib/cube/explore/item-resolver.service.mjs +7 -7
  252. package/esm2022/lib/cube/explore/item.pane.component.mjs +4 -4
  253. package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +4 -4
  254. package/esm2022/lib/cube/filter/filter.component.mjs +4 -4
  255. package/esm2022/lib/cube/grid/grid.component.mjs +4 -4
  256. package/esm2022/lib/cube/grid/spreadsheet.component.mjs +4 -4
  257. package/esm2022/lib/cube/matrix/matrix.base.mjs +4 -4
  258. package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +4 -4
  259. package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +4 -4
  260. package/esm2022/lib/cube/matrix/popup.component.mjs +4 -4
  261. package/esm2022/lib/cube/matrix/table.component.mjs +4 -4
  262. package/esm2022/lib/cube/parallel/parallel.component.mjs +4 -4
  263. package/esm2022/lib/cube/pivot/pivot.component.mjs +4 -4
  264. package/esm2022/lib/cube/sum/sum.component.mjs +4 -4
  265. package/esm2022/lib/cube/view-base.mjs +4 -4
  266. package/esm2022/lib/cube/view.mobile.component.mjs +4 -4
  267. package/esm2022/lib/cube/view.pane.component.mjs +4 -4
  268. package/esm2022/lib/dashboard/actions/actions.widget.mjs +4 -4
  269. package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +4 -4
  270. package/esm2022/lib/dashboard/cube/compare.widget.mjs +4 -4
  271. package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +4 -4
  272. package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
  273. package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +4 -4
  274. package/esm2022/lib/dashboard/cube/document-state.widget.mjs +4 -4
  275. package/esm2022/lib/dashboard/cube/documents.widget.mjs +4 -4
  276. package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +4 -4
  277. package/esm2022/lib/dashboard/dashboard.component.mjs +4 -4
  278. package/esm2022/lib/dashboard/dashboard.pane.component.mjs +4 -4
  279. package/esm2022/lib/dashboard/recents/recents.widget.mjs +4 -4
  280. package/esm2022/lib/dashboard/score/activity.widget.mjs +4 -4
  281. package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +4 -4
  282. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +4 -4
  283. package/esm2022/lib/dashboard/score/pending-results.widget.mjs +4 -4
  284. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +4 -4
  285. package/esm2022/lib/dashboard/widget-item.component.mjs +4 -4
  286. package/esm2022/lib/designer.module.mjs +5 -5
  287. package/esm2022/lib/desktop.module.mjs +5 -5
  288. package/esm2022/lib/home/about/about.dialog.mjs +4 -4
  289. package/esm2022/lib/home/home-base.component.mjs +4 -4
  290. package/esm2022/lib/home/home.desktop.component.mjs +4 -4
  291. package/esm2022/lib/home/home.mobile.component.mjs +4 -4
  292. package/esm2022/lib/home/notifications/notifications.component.mjs +4 -4
  293. package/esm2022/lib/home/options/options.component.mjs +4 -4
  294. package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +4 -4
  295. package/esm2022/lib/home/sign/sign.component.mjs +4 -4
  296. package/esm2022/lib/home/tools.component.mjs +4 -4
  297. package/esm2022/lib/impersonate/impersonate.component.mjs +4 -4
  298. package/esm2022/lib/mobile.module.mjs +5 -5
  299. package/esm2022/lib/modules/chart.module.mjs +5 -5
  300. package/esm2022/lib/modules/circular-gauge.module.mjs +5 -5
  301. package/esm2022/lib/modules/datepicker.intl.mjs +4 -4
  302. package/esm2022/lib/modules/dayjs.module.mjs +5 -5
  303. package/esm2022/lib/modules/diagram.module.mjs +5 -5
  304. package/esm2022/lib/modules/gantt.module.mjs +5 -5
  305. package/esm2022/lib/modules/grid.module.mjs +5 -5
  306. package/esm2022/lib/modules/linear-gauge.module.mjs +5 -5
  307. package/esm2022/lib/modules/material.module.mjs +5 -5
  308. package/esm2022/lib/modules/paginator.intl.mjs +4 -4
  309. package/esm2022/lib/modules/pivot.module.mjs +5 -5
  310. package/esm2022/lib/modules/schedule.module.mjs +5 -5
  311. package/esm2022/lib/modules/spreadsheet.module.mjs +5 -5
  312. package/esm2022/lib/modules/stepper.intl.mjs +4 -4
  313. package/esm2022/lib/modules/texteditor.module.mjs +5 -5
  314. package/esm2022/lib/notifications/filter.component.mjs +4 -4
  315. package/esm2022/lib/notifications/notifications-table.component.mjs +4 -4
  316. package/esm2022/lib/notifications/notifications.mobile.component.mjs +4 -4
  317. package/esm2022/lib/notifications/notifications.pane.component.mjs +4 -4
  318. package/esm2022/lib/notifications/notifications.service.mjs +4 -4
  319. package/esm2022/lib/notifications/types/commented.notification.mjs +4 -4
  320. package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +4 -4
  321. package/esm2022/lib/notifications/types/escalated.notification.mjs +4 -4
  322. package/esm2022/lib/notifications/types/invite.notification.mjs +4 -4
  323. package/esm2022/lib/notifications/types/liked.notification.mjs +4 -4
  324. package/esm2022/lib/notifications/types/long-running-task.notification.mjs +4 -4
  325. package/esm2022/lib/notifications/types/notification-base.mjs +4 -4
  326. package/esm2022/lib/notifications/types/nudge.notification.mjs +4 -4
  327. package/esm2022/lib/notifications/types/state-changed.notification.mjs +4 -4
  328. package/esm2022/lib/notifications/types/tagged.notification.mjs +4 -4
  329. package/esm2022/lib/notifications/types/text.notification.mjs +4 -4
  330. package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +4 -4
  331. package/esm2022/lib/options/options.component.mjs +4 -4
  332. package/esm2022/lib/options/options.service.mjs +4 -4
  333. package/esm2022/lib/reports/arguments-component.mjs +4 -4
  334. package/esm2022/lib/reports/cube/documents.component.mjs +4 -4
  335. package/esm2022/lib/reports/cube/grid-documents.component.mjs +4 -4
  336. package/esm2022/lib/reports/cube/role-performance.component.mjs +4 -4
  337. package/esm2022/lib/reports/cube/table-documents.component.mjs +4 -4
  338. package/esm2022/lib/reports/cube/usage-args.component.mjs +4 -4
  339. package/esm2022/lib/reports/cube/usage-base.mjs +4 -4
  340. package/esm2022/lib/reports/cube/usage-chart.component.mjs +4 -4
  341. package/esm2022/lib/reports/cube/usage-pivot.component.mjs +4 -4
  342. package/esm2022/lib/reports/cube/usage.component.mjs +4 -4
  343. package/esm2022/lib/reports/report-viewer.component.mjs +4 -4
  344. package/esm2022/lib/reports/report.mobile.component.mjs +4 -4
  345. package/esm2022/lib/reports/report.pane.component.mjs +4 -4
  346. package/esm2022/lib/reports/reports-menu.component.mjs +4 -4
  347. package/esm2022/lib/reports/substitution/substitution.component.mjs +4 -4
  348. package/esm2022/lib/reports/table/table-view.component.mjs +4 -4
  349. package/esm2022/lib/reports/tasks/tasks.component.mjs +4 -4
  350. package/esm2022/lib/scheduler/schedule.component.mjs +4 -4
  351. package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +4 -4
  352. package/esm2022/lib/scheduler/scheduler.pane.component.mjs +4 -4
  353. package/esm2022/lib/search/cube.component.mjs +4 -4
  354. package/esm2022/lib/search/document.component.mjs +4 -4
  355. package/esm2022/lib/search/guide.component.mjs +4 -4
  356. package/esm2022/lib/search/path.component.mjs +4 -4
  357. package/esm2022/lib/search/search.service.mjs +4 -4
  358. package/esm2022/lib/shared.module.mjs +5 -5
  359. package/esm2022/lib/system.module.mjs +5 -5
  360. package/esm2022/lib/views/cube/chart.component.mjs +4 -4
  361. package/esm2022/lib/views/cube/cube-base.mjs +4 -4
  362. package/esm2022/lib/views/cube/explore.component.mjs +4 -4
  363. package/esm2022/lib/views/cube/matrix.component.mjs +4 -4
  364. package/esm2022/lib/views/cube/parallel.component.mjs +4 -4
  365. package/esm2022/lib/views/cube/pivot.component.mjs +4 -4
  366. package/esm2022/lib/views/cube/sum.component.mjs +4 -4
  367. package/esm2022/lib/views/cube/view.component.mjs +4 -4
  368. package/esm2022/lib/views/timeline/timeline.component.exp.mjs +4 -4
  369. package/esm2022/lib/views/view-item.component.mjs +4 -4
  370. package/esm2022/lib/views/views.component.mjs +4 -4
  371. package/esm2022/lib/views/views.mobile.component.mjs +4 -4
  372. package/esm2022/lib/views/views.pane.component.mjs +4 -4
  373. package/fesm2022/bizdoc-core.mjs +1213 -1213
  374. package/fesm2022/bizdoc-core.mjs.map +1 -1
  375. package/package.json +11 -11
@@ -18,11 +18,11 @@ export class ControlDesignComponent extends DesignerTypeElementComponent {
18
18
  this.datatypes = super._typegroups;
19
19
  super.ngOnInit();
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: ControlDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: ControlDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <div><mat-checkbox formControlName=\"visible\">{{'Visible'}}</mat-checkbox></div>\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n", dependencies: [{ kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i2.MatCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }, { kind: "directive", type: i3.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i3.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form", "view", "context"], outputs: ["continue", "back", "save"] }] }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ControlDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ControlDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <div><mat-checkbox formControlName=\"visible\">{{'Visible'}}</mat-checkbox></div>\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n", dependencies: [{ kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i2.MatCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }, { kind: "directive", type: i3.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i3.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form", "view", "context"], outputs: ["continue", "back", "save"] }] }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: ControlDesignComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ControlDesignComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ template: "<bizdoc-designer-element [form]=\"form\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <div><mat-checkbox formControlName=\"visible\">{{'Visible'}}</mat-checkbox></div>\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n" }]
27
27
  }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJvbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FyY2hpdGVjdHVyZS9lbGVtZW50cy9jb250cm9sLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2VsZW1lbnRzL2NvbnRyb2wuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFNUMsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7O0FBR2hFLE1BQU0sT0FBTyxzQkFBdUIsU0FBUSw0QkFBNEI7SUFEeEU7O1FBR1csU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDO1lBQzdCLFFBQVEsRUFBRSxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNyRCxPQUFPLEVBQUUsSUFBSTtTQUNkLENBQUMsQ0FBQztLQU1KO0lBTEMsUUFBUTtRQUNOLElBQUksSUFBSSxDQUFDLElBQUksS0FBSyxRQUFRO1lBQ3hCLElBQUksQ0FBQyxTQUFTLEdBQUcsS0FBSyxDQUFDLFdBQVcsQ0FBQztRQUNyQyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbkIsQ0FBQzs4R0FWVSxzQkFBc0I7a0dBQXRCLHNCQUFzQiwyRUNObkMseVRBT0E7OzJGRERhLHNCQUFzQjtrQkFEbEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IFZhbGlkYXRvcnMgfSBmcm9tIFwiQGFuZ3VsYXIvZm9ybXNcIjtcclxuaW1wb3J0IHsgRWxlbWVudEZhbWlseSB9IGZyb20gXCIuLi9kZWNsYXJhdGlvbnNcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJUeXBlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICdjb250cm9sLmNvbXBvbmVudC5odG1sJyB9KVxyXG5leHBvcnQgY2xhc3MgQ29udHJvbERlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyVHlwZUVsZW1lbnRDb21wb25lbnQge1xyXG4gIGRhdGF0eXBlczogRWxlbWVudEZhbWlseVtdO1xyXG4gIHJlYWRvbmx5IGZvcm0gPSB0aGlzLl9mYi5ncm91cCh7XHJcbiAgICBkYXRhVHlwZTogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICAgIHZpc2libGU6IG51bGxcclxuICB9KTtcclxuICBuZ09uSW5pdCgpIHtcclxuICAgIGlmICh0aGlzLm1vZGUgIT09ICd3aWRnZXQnKVxyXG4gICAgICB0aGlzLmRhdGF0eXBlcyA9IHN1cGVyLl90eXBlZ3JvdXBzO1xyXG4gICAgc3VwZXIubmdPbkluaXQoKTtcclxuICB9XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIj5cclxuICA8bmctdGVtcGxhdGUgYml6ZG9jRWRpdENvbnRlbnQ+XHJcbiAgICA8Zm9ybSBhdXRvY29tcGxldGU9XCJvZmZcIiBbZm9ybUdyb3VwXT1cImZvcm1cIiBjbGFzcz1cImNvbHVtblwiPlxyXG4gICAgICA8ZGl2PjxtYXQtY2hlY2tib3ggZm9ybUNvbnRyb2xOYW1lPVwidmlzaWJsZVwiPnt7J1Zpc2libGUnfX08L21hdC1jaGVja2JveD48L2Rpdj5cclxuICAgIDwvZm9ybT5cclxuICA8L25nLXRlbXBsYXRlPlxyXG48L2JpemRvYy1kZXNpZ25lci1lbGVtZW50PlxyXG4iXX0=
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJvbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FyY2hpdGVjdHVyZS9lbGVtZW50cy9jb250cm9sLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2VsZW1lbnRzL2NvbnRyb2wuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFNUMsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7O0FBR2hFLE1BQU0sT0FBTyxzQkFBdUIsU0FBUSw0QkFBNEI7SUFEeEU7O1FBR1csU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDO1lBQzdCLFFBQVEsRUFBRSxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNyRCxPQUFPLEVBQUUsSUFBSTtTQUNkLENBQUMsQ0FBQztLQU1KO0lBTEMsUUFBUTtRQUNOLElBQUksSUFBSSxDQUFDLElBQUksS0FBSyxRQUFRO1lBQ3hCLElBQUksQ0FBQyxTQUFTLEdBQUcsS0FBSyxDQUFDLFdBQVcsQ0FBQztRQUNyQyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbkIsQ0FBQzsrR0FWVSxzQkFBc0I7bUdBQXRCLHNCQUFzQiwyRUNObkMseVRBT0E7OzRGRERhLHNCQUFzQjtrQkFEbEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IFZhbGlkYXRvcnMgfSBmcm9tIFwiQGFuZ3VsYXIvZm9ybXNcIjtcclxuaW1wb3J0IHsgRWxlbWVudEZhbWlseSB9IGZyb20gXCIuLi9kZWNsYXJhdGlvbnNcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJUeXBlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICdjb250cm9sLmNvbXBvbmVudC5odG1sJyB9KVxyXG5leHBvcnQgY2xhc3MgQ29udHJvbERlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyVHlwZUVsZW1lbnRDb21wb25lbnQge1xyXG4gIGRhdGF0eXBlczogRWxlbWVudEZhbWlseVtdO1xyXG4gIHJlYWRvbmx5IGZvcm0gPSB0aGlzLl9mYi5ncm91cCh7XHJcbiAgICBkYXRhVHlwZTogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICAgIHZpc2libGU6IG51bGxcclxuICB9KTtcclxuICBuZ09uSW5pdCgpIHtcclxuICAgIGlmICh0aGlzLm1vZGUgIT09ICd3aWRnZXQnKVxyXG4gICAgICB0aGlzLmRhdGF0eXBlcyA9IHN1cGVyLl90eXBlZ3JvdXBzO1xyXG4gICAgc3VwZXIubmdPbkluaXQoKTtcclxuICB9XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIj5cclxuICA8bmctdGVtcGxhdGUgYml6ZG9jRWRpdENvbnRlbnQ+XHJcbiAgICA8Zm9ybSBhdXRvY29tcGxldGU9XCJvZmZcIiBbZm9ybUdyb3VwXT1cImZvcm1cIiBjbGFzcz1cImNvbHVtblwiPlxyXG4gICAgICA8ZGl2PjxtYXQtY2hlY2tib3ggZm9ybUNvbnRyb2xOYW1lPVwidmlzaWJsZVwiPnt7J1Zpc2libGUnfX08L21hdC1jaGVja2JveD48L2Rpdj5cclxuICAgIDwvZm9ybT5cclxuICA8L25nLXRlbXBsYXRlPlxyXG48L2JpemRvYy1kZXNpZ25lci1lbGVtZW50PlxyXG4iXX0=
@@ -19,14 +19,14 @@ export let CubeIndexDesignComponent = class CubeIndexDesignComponent extends Des
19
19
  index: this._fb.control(null, Validators.required),
20
20
  });
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: CubeIndexDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: CubeIndexDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"mode === 'widget'; else edit\">\r\n</ng-container>\r\n<ng-template #edit>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"cubes.length>1\">\r\n <mat-label>{{'Cube'|translate}}</mat-label>\r\n <mat-select required formControlName=\"cube\" (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c.name\">{{c.title|localizedString}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Index'|translate}}</mat-label>\r\n <mat-select formControlName=\"index\">\r\n <mat-option *ngFor=\"let i of cube?.indices\" [value]=\"i.name\">{{i.title || i.name}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </form>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex", "panelWidth", "hideSingleSelectionIndicator"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CubeIndexDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CubeIndexDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"mode === 'widget'; else edit\">\r\n</ng-container>\r\n<ng-template #edit>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"cubes.length>1\">\r\n <mat-label>{{'Cube'|translate}}</mat-label>\r\n <mat-select required formControlName=\"cube\" (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c.name\">{{c.title|localizedString}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Index'|translate}}</mat-label>\r\n <mat-select formControlName=\"index\">\r\n <mat-option *ngFor=\"let i of cube?.indices\" [value]=\"i.name\">{{i.title || i.name}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </form>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex", "panelWidth", "hideSingleSelectionIndicator"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] }); }
24
24
  };
25
25
  CubeIndexDesignComponent = __decorate([
26
26
  BizDoc({ selector: 'cube-index-designer' })
27
27
  ], CubeIndexDesignComponent);
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: CubeIndexDesignComponent, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CubeIndexDesignComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{ template: "<ng-container *ngIf=\"mode === 'widget'; else edit\">\r\n</ng-container>\r\n<ng-template #edit>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"cubes.length>1\">\r\n <mat-label>{{'Cube'|translate}}</mat-label>\r\n <mat-select required formControlName=\"cube\" (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c.name\">{{c.title|localizedString}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Index'|translate}}</mat-label>\r\n <mat-select formControlName=\"index\">\r\n <mat-option *ngFor=\"let i of cube?.indices\" [value]=\"i.name\">{{i.title || i.name}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </form>\r\n</ng-template>\r\n" }]
31
31
  }] });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1pbmRleC11dGlsaXR5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2VsZW1lbnRzL2N1YmUtaW5kZXgtdXRpbGl0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FyY2hpdGVjdHVyZS9lbGVtZW50cy9jdWJlLWluZGV4LXV0aWxpdHkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzVDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUVsRCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7Ozs7O0FBSXpELFdBQU0sd0JBQXdCLEdBQTlCLE1BQU0sd0JBQXlCLFNBQVEsNEJBQStDO0lBQXRGOztRQUNJLFNBQUksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQztZQUM3QixJQUFJLEVBQUUsSUFBSTtZQUNWLEtBQUssRUFBRSxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztTQUNuRCxDQUFDLENBQUM7S0FDSjs4R0FMWSx3QkFBd0I7a0dBQXhCLHdCQUF3QiwyRUNSckMsODBCQWtCQTs7QURWYSx3QkFBd0I7SUFEcEMsTUFBTSxDQUFDLEVBQUUsUUFBUSxFQUFFLHFCQUFxQixFQUFFLENBQUM7R0FDL0Isd0JBQXdCLENBS3BDOzJGQUxZLHdCQUF3QjtrQkFGcEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVmFsaWRhdG9ycyB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xyXG5pbXBvcnQgeyBCaXpEb2MgfSBmcm9tIFwiLi4vLi4vLi4vY29yZS9kZWNvcmF0b3JzXCI7XHJcbmltcG9ydCB7IFZpZXdTZXR0aW5nc01vZGVsIH0gZnJvbSBcIi4uLy4uLy4uL3ZpZXdzL2N1YmUvdmlldy5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJDdWJlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICdjdWJlLWluZGV4LXV0aWxpdHkuY29tcG9uZW50Lmh0bWwnIH0pXHJcbkBCaXpEb2MoeyBzZWxlY3RvcjogJ2N1YmUtaW5kZXgtZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBDdWJlSW5kZXhEZXNpZ25Db21wb25lbnQgZXh0ZW5kcyBEZXNpZ25lckN1YmVFbGVtZW50Q29tcG9uZW50PFZpZXdTZXR0aW5nc01vZGVsPiBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgcmVhZG9ubHkgZm9ybSA9IHRoaXMuX2ZiLmdyb3VwKHtcclxuICAgIGN1YmU6IG51bGwsXHJcbiAgICBpbmRleDogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICB9KTtcclxufVxyXG4iLCI8bmctY29udGFpbmVyICpuZ0lmPVwibW9kZSA9PT0gJ3dpZGdldCc7IGVsc2UgZWRpdFwiPlxyXG48L25nLWNvbnRhaW5lcj5cclxuPG5nLXRlbXBsYXRlICNlZGl0PlxyXG4gIDxmb3JtIGF1dG9jb21wbGV0ZT1cIm9mZlwiIFtmb3JtR3JvdXBdPVwiZm9ybVwiIGNsYXNzPVwiY29sdW1uXCI+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQgKm5nSWY9XCJjdWJlcy5sZW5ndGg+MVwiPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0N1YmUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IHJlcXVpcmVkIGZvcm1Db250cm9sTmFtZT1cImN1YmVcIiAoc2VsZWN0aW9uQ2hhbmdlKT1cImN1YmVTZWxlY3RlZCgkZXZlbnQpXCI+XHJcbiAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGMgb2YgY3ViZXNcIiBbdmFsdWVdPVwiYy5uYW1lXCI+e3tjLnRpdGxlfGxvY2FsaXplZFN0cmluZ319PC9tYXQtb3B0aW9uPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgPG1hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0luZGV4J3x0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJpbmRleFwiPlxyXG4gICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBpIG9mIGN1YmU/LmluZGljZXNcIiBbdmFsdWVdPVwiaS5uYW1lXCI+e3tpLnRpdGxlIHx8IGkubmFtZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gIDwvZm9ybT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuIl19
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1pbmRleC11dGlsaXR5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2VsZW1lbnRzL2N1YmUtaW5kZXgtdXRpbGl0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FyY2hpdGVjdHVyZS9lbGVtZW50cy9jdWJlLWluZGV4LXV0aWxpdHkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzVDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUVsRCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7Ozs7O0FBSXpELFdBQU0sd0JBQXdCLEdBQTlCLE1BQU0sd0JBQXlCLFNBQVEsNEJBQStDO0lBQXRGOztRQUNJLFNBQUksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQztZQUM3QixJQUFJLEVBQUUsSUFBSTtZQUNWLEtBQUssRUFBRSxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztTQUNuRCxDQUFDLENBQUM7S0FDSjsrR0FMWSx3QkFBd0I7bUdBQXhCLHdCQUF3QiwyRUNSckMsODBCQWtCQTs7QURWYSx3QkFBd0I7SUFEcEMsTUFBTSxDQUFDLEVBQUUsUUFBUSxFQUFFLHFCQUFxQixFQUFFLENBQUM7R0FDL0Isd0JBQXdCLENBS3BDOzRGQUxZLHdCQUF3QjtrQkFGcEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVmFsaWRhdG9ycyB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xyXG5pbXBvcnQgeyBCaXpEb2MgfSBmcm9tIFwiLi4vLi4vLi4vY29yZS9kZWNvcmF0b3JzXCI7XHJcbmltcG9ydCB7IFZpZXdTZXR0aW5nc01vZGVsIH0gZnJvbSBcIi4uLy4uLy4uL3ZpZXdzL2N1YmUvdmlldy5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJDdWJlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICdjdWJlLWluZGV4LXV0aWxpdHkuY29tcG9uZW50Lmh0bWwnIH0pXHJcbkBCaXpEb2MoeyBzZWxlY3RvcjogJ2N1YmUtaW5kZXgtZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBDdWJlSW5kZXhEZXNpZ25Db21wb25lbnQgZXh0ZW5kcyBEZXNpZ25lckN1YmVFbGVtZW50Q29tcG9uZW50PFZpZXdTZXR0aW5nc01vZGVsPiBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgcmVhZG9ubHkgZm9ybSA9IHRoaXMuX2ZiLmdyb3VwKHtcclxuICAgIGN1YmU6IG51bGwsXHJcbiAgICBpbmRleDogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICB9KTtcclxufVxyXG4iLCI8bmctY29udGFpbmVyICpuZ0lmPVwibW9kZSA9PT0gJ3dpZGdldCc7IGVsc2UgZWRpdFwiPlxyXG48L25nLWNvbnRhaW5lcj5cclxuPG5nLXRlbXBsYXRlICNlZGl0PlxyXG4gIDxmb3JtIGF1dG9jb21wbGV0ZT1cIm9mZlwiIFtmb3JtR3JvdXBdPVwiZm9ybVwiIGNsYXNzPVwiY29sdW1uXCI+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQgKm5nSWY9XCJjdWJlcy5sZW5ndGg+MVwiPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0N1YmUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IHJlcXVpcmVkIGZvcm1Db250cm9sTmFtZT1cImN1YmVcIiAoc2VsZWN0aW9uQ2hhbmdlKT1cImN1YmVTZWxlY3RlZCgkZXZlbnQpXCI+XHJcbiAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGMgb2YgY3ViZXNcIiBbdmFsdWVdPVwiYy5uYW1lXCI+e3tjLnRpdGxlfGxvY2FsaXplZFN0cmluZ319PC9tYXQtb3B0aW9uPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgPG1hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0luZGV4J3x0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJpbmRleFwiPlxyXG4gICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBpIG9mIGN1YmU/LmluZGljZXNcIiBbdmFsdWVdPVwiaS5uYW1lXCI+e3tpLnRpdGxlIHx8IGkubmFtZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gIDwvZm9ybT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuIl19
@@ -21,14 +21,14 @@ export let CubeViewDesignComponent = class CubeViewDesignComponent extends Desig
21
21
  filters: null,
22
22
  });
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: CubeViewDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
25
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: CubeViewDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<div *ngIf=\"mode === 'widget'; else edit\">\r\n</div>\r\n<ng-template #edit>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"cubes.length>1\">\r\n <mat-label>{{'Cube'|translate}}</mat-label>\r\n <mat-select required formControlName=\"cube\" (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c.name\">{{c.title|localizedString}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Filters'|translate}}</mat-label>\r\n <mat-select formControlName=\"filters\" multiple>\r\n <mat-option *ngFor=\"let a of cube?.axes\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Aggregate'|translate}}</mat-label>\r\n <mat-select formControlName=\"aggregate\" multiple>\r\n <ng-container *ngFor=\"let a of cube?.axes\">\r\n <mat-option *ngIf=\"form.get('filters').value?.indexOf(a.name) < 0\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </ng-container>\r\n </mat-select>\r\n <mat-hint></mat-hint>\r\n </mat-form-field>\r\n </form>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i4.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex", "panelWidth", "hideSingleSelectionIndicator"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CubeViewDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
25
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CubeViewDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<div *ngIf=\"mode === 'widget'; else edit\">\r\n</div>\r\n<ng-template #edit>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"cubes.length>1\">\r\n <mat-label>{{'Cube'|translate}}</mat-label>\r\n <mat-select required formControlName=\"cube\" (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c.name\">{{c.title|localizedString}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Filters'|translate}}</mat-label>\r\n <mat-select formControlName=\"filters\" multiple>\r\n <mat-option *ngFor=\"let a of cube?.axes\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Aggregate'|translate}}</mat-label>\r\n <mat-select formControlName=\"aggregate\" multiple>\r\n <ng-container *ngFor=\"let a of cube?.axes\">\r\n <mat-option *ngIf=\"form.get('filters').value?.indexOf(a.name) < 0\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </ng-container>\r\n </mat-select>\r\n <mat-hint></mat-hint>\r\n </mat-form-field>\r\n </form>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i4.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex", "panelWidth", "hideSingleSelectionIndicator"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] }); }
26
26
  };
27
27
  CubeViewDesignComponent = __decorate([
28
28
  BizDoc({ selector: 'cube-view-designer' })
29
29
  ], CubeViewDesignComponent);
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: CubeViewDesignComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CubeViewDesignComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ template: "<div *ngIf=\"mode === 'widget'; else edit\">\r\n</div>\r\n<ng-template #edit>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"cubes.length>1\">\r\n <mat-label>{{'Cube'|translate}}</mat-label>\r\n <mat-select required formControlName=\"cube\" (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c.name\">{{c.title|localizedString}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Filters'|translate}}</mat-label>\r\n <mat-select formControlName=\"filters\" multiple>\r\n <mat-option *ngFor=\"let a of cube?.axes\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>{{'Aggregate'|translate}}</mat-label>\r\n <mat-select formControlName=\"aggregate\" multiple>\r\n <ng-container *ngFor=\"let a of cube?.axes\">\r\n <mat-option *ngIf=\"form.get('filters').value?.indexOf(a.name) < 0\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </ng-container>\r\n </mat-select>\r\n <mat-hint></mat-hint>\r\n </mat-form-field>\r\n </form>\r\n</ng-template>\r\n" }]
33
33
  }] });
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2VsZW1lbnRzL2N1YmUtdmlldy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FyY2hpdGVjdHVyZS9lbGVtZW50cy9jdWJlLXZpZXcuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzVDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUVsRCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7Ozs7O0FBSXpELFdBQU0sdUJBQXVCLEdBQTdCLE1BQU0sdUJBQXdCLFNBQVEsNEJBQStDO0lBQXJGOztRQUNJLFNBQUksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQztZQUM3QixJQUFJLEVBQUUsSUFBSTtZQUNWLElBQUksRUFBRSxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNqRCxTQUFTLEVBQUUsSUFBSTtZQUNmLE9BQU8sRUFBRSxJQUFJO1NBQ2QsQ0FBQyxDQUFDO0tBQ0o7OEdBUFksdUJBQXVCO2tHQUF2Qix1QkFBdUIsMkVDUnBDLDh1Q0EyQkE7O0FEbkJhLHVCQUF1QjtJQURqQyxNQUFNLENBQUMsRUFBRSxRQUFRLEVBQUUsb0JBQW9CLEVBQUUsQ0FBQztHQUNoQyx1QkFBdUIsQ0FPbkM7MkZBUFksdUJBQXVCO2tCQUZuQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBWYWxpZGF0b3JzIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IEJpekRvYyB9IGZyb20gXCIuLi8uLi8uLi9jb3JlL2RlY29yYXRvcnNcIjtcclxuaW1wb3J0IHsgVmlld1NldHRpbmdzTW9kZWwgfSBmcm9tIFwiLi4vLi4vLi4vdmlld3MvY3ViZS92aWV3LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBEZXNpZ25lckN1YmVFbGVtZW50Q29tcG9uZW50IH0gZnJvbSBcIi4uL2Rlc2lnbmVyLmJhc2VcIjtcclxuXHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZVVybDogJ2N1YmUtdmlldy5jb21wb25lbnQuaHRtbCcgfSlcclxuICBAQml6RG9jKHsgc2VsZWN0b3I6ICdjdWJlLXZpZXctZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBDdWJlVmlld0Rlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQ8Vmlld1NldHRpbmdzTW9kZWw+IGltcGxlbWVudHMgT25Jbml0IHtcclxuICByZWFkb25seSBmb3JtID0gdGhpcy5fZmIuZ3JvdXAoe1xyXG4gICAgY3ViZTogbnVsbCxcclxuICAgIHZpZXc6IHRoaXMuX2ZiLmNvbnRyb2wobnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZCksXHJcbiAgICBhZ2dyZWdhdGU6IG51bGwsXHJcbiAgICBmaWx0ZXJzOiBudWxsLFxyXG4gIH0pO1xyXG59XHJcbiIsIjxkaXYgKm5nSWY9XCJtb2RlID09PSAnd2lkZ2V0JzsgZWxzZSBlZGl0XCI+XHJcbjwvZGl2PlxyXG48bmctdGVtcGxhdGUgI2VkaXQ+XHJcbiAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDxtYXQtZm9ybS1maWVsZCAqbmdJZj1cImN1YmVzLmxlbmd0aD4xXCI+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snQ3ViZSd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgcmVxdWlyZWQgZm9ybUNvbnRyb2xOYW1lPVwiY3ViZVwiIChzZWxlY3Rpb25DaGFuZ2UpPVwiY3ViZVNlbGVjdGVkKCRldmVudClcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYyBvZiBjdWJlc1wiIFt2YWx1ZV09XCJjLm5hbWVcIj57e2MudGl0bGV8bG9jYWxpemVkU3RyaW5nfX08L21hdC1vcHRpb24+XHJcbiAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snRmlsdGVycyd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiZmlsdGVyc1wiIG11bHRpcGxlPlxyXG4gICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBhIG9mIGN1YmU/LmF4ZXNcIiBbdmFsdWVdPVwiYS5uYW1lXCI+e3thLnRpdGxlIH19PC9tYXQtb3B0aW9uPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgPG1hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0FnZ3JlZ2F0ZSd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiYWdncmVnYXRlXCIgbXVsdGlwbGU+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgYSBvZiBjdWJlPy5heGVzXCI+XHJcbiAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdJZj1cImZvcm0uZ2V0KCdmaWx0ZXJzJykudmFsdWU/LmluZGV4T2YoYS5uYW1lKSA8IDBcIiBbdmFsdWVdPVwiYS5uYW1lXCI+e3thLnRpdGxlIH19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgIDxtYXQtaGludD48L21hdC1oaW50PlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICA8L2Zvcm0+XHJcbjwvbmctdGVtcGxhdGU+XHJcbiJdfQ==
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2VsZW1lbnRzL2N1YmUtdmlldy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FyY2hpdGVjdHVyZS9lbGVtZW50cy9jdWJlLXZpZXcuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzVDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUVsRCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7Ozs7O0FBSXpELFdBQU0sdUJBQXVCLEdBQTdCLE1BQU0sdUJBQXdCLFNBQVEsNEJBQStDO0lBQXJGOztRQUNJLFNBQUksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQztZQUM3QixJQUFJLEVBQUUsSUFBSTtZQUNWLElBQUksRUFBRSxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNqRCxTQUFTLEVBQUUsSUFBSTtZQUNmLE9BQU8sRUFBRSxJQUFJO1NBQ2QsQ0FBQyxDQUFDO0tBQ0o7K0dBUFksdUJBQXVCO21HQUF2Qix1QkFBdUIsMkVDUnBDLDh1Q0EyQkE7O0FEbkJhLHVCQUF1QjtJQURqQyxNQUFNLENBQUMsRUFBRSxRQUFRLEVBQUUsb0JBQW9CLEVBQUUsQ0FBQztHQUNoQyx1QkFBdUIsQ0FPbkM7NEZBUFksdUJBQXVCO2tCQUZuQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBWYWxpZGF0b3JzIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IEJpekRvYyB9IGZyb20gXCIuLi8uLi8uLi9jb3JlL2RlY29yYXRvcnNcIjtcclxuaW1wb3J0IHsgVmlld1NldHRpbmdzTW9kZWwgfSBmcm9tIFwiLi4vLi4vLi4vdmlld3MvY3ViZS92aWV3LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBEZXNpZ25lckN1YmVFbGVtZW50Q29tcG9uZW50IH0gZnJvbSBcIi4uL2Rlc2lnbmVyLmJhc2VcIjtcclxuXHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZVVybDogJ2N1YmUtdmlldy5jb21wb25lbnQuaHRtbCcgfSlcclxuICBAQml6RG9jKHsgc2VsZWN0b3I6ICdjdWJlLXZpZXctZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBDdWJlVmlld0Rlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQ8Vmlld1NldHRpbmdzTW9kZWw+IGltcGxlbWVudHMgT25Jbml0IHtcclxuICByZWFkb25seSBmb3JtID0gdGhpcy5fZmIuZ3JvdXAoe1xyXG4gICAgY3ViZTogbnVsbCxcclxuICAgIHZpZXc6IHRoaXMuX2ZiLmNvbnRyb2wobnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZCksXHJcbiAgICBhZ2dyZWdhdGU6IG51bGwsXHJcbiAgICBmaWx0ZXJzOiBudWxsLFxyXG4gIH0pO1xyXG59XHJcbiIsIjxkaXYgKm5nSWY9XCJtb2RlID09PSAnd2lkZ2V0JzsgZWxzZSBlZGl0XCI+XHJcbjwvZGl2PlxyXG48bmctdGVtcGxhdGUgI2VkaXQ+XHJcbiAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDxtYXQtZm9ybS1maWVsZCAqbmdJZj1cImN1YmVzLmxlbmd0aD4xXCI+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snQ3ViZSd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgcmVxdWlyZWQgZm9ybUNvbnRyb2xOYW1lPVwiY3ViZVwiIChzZWxlY3Rpb25DaGFuZ2UpPVwiY3ViZVNlbGVjdGVkKCRldmVudClcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYyBvZiBjdWJlc1wiIFt2YWx1ZV09XCJjLm5hbWVcIj57e2MudGl0bGV8bG9jYWxpemVkU3RyaW5nfX08L21hdC1vcHRpb24+XHJcbiAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snRmlsdGVycyd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiZmlsdGVyc1wiIG11bHRpcGxlPlxyXG4gICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBhIG9mIGN1YmU/LmF4ZXNcIiBbdmFsdWVdPVwiYS5uYW1lXCI+e3thLnRpdGxlIH19PC9tYXQtb3B0aW9uPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgPG1hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0FnZ3JlZ2F0ZSd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiYWdncmVnYXRlXCIgbXVsdGlwbGU+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgYSBvZiBjdWJlPy5heGVzXCI+XHJcbiAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdJZj1cImZvcm0uZ2V0KCdmaWx0ZXJzJykudmFsdWU/LmluZGV4T2YoYS5uYW1lKSA8IDBcIiBbdmFsdWVdPVwiYS5uYW1lXCI+e3thLnRpdGxlIH19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgIDxtYXQtaGludD48L21hdC1oaW50PlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICA8L2Zvcm0+XHJcbjwvbmctdGVtcGxhdGU+XHJcbiJdfQ==