@bizdoc/core 1.16.23 → 1.16.27

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 (384) hide show
  1. package/assets/bizdoc-schema.json +11 -0
  2. package/assets/system/active-directory.svg +1 -0
  3. package/assets/system/amazon.svg +1 -0
  4. package/assets/system/{Azure.svg → azure.svg} +0 -0
  5. package/assets/system/okta.svg +31 -0
  6. package/assets/system/{QAD.svg → qad.svg} +0 -0
  7. package/assets/system/sap.svg +1 -1
  8. package/assets/system/windows.svg +4 -0
  9. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  10. package/esm2020/lib/admin/admin-menu.component.mjs +5 -5
  11. package/esm2020/lib/admin/configuration-designer/cube-axes-filter.component.mjs +6 -6
  12. package/esm2020/lib/admin/configuration-designer/declarations.mjs +8 -79
  13. package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +29 -25
  14. package/esm2020/lib/admin/configuration-designer/designer-privileges.component.mjs +3 -3
  15. package/esm2020/lib/admin/configuration-designer/designer.base.mjs +15 -13
  16. package/esm2020/lib/admin/configuration-designer/designer.component.mjs +54 -42
  17. package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +12 -13
  18. package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +5 -5
  19. package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +7 -7
  20. package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +4 -4
  21. package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +28 -14
  22. package/esm2020/lib/admin/configuration-designer/elements/configuration-datasource.component.mjs +4 -4
  23. package/esm2020/lib/admin/configuration-designer/elements/cube-index-utility.component.mjs +5 -5
  24. package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +4 -4
  25. package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +20 -28
  26. package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +4 -4
  27. package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +4 -4
  28. package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +4 -4
  29. package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +7 -9
  30. package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +10 -15
  31. package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +10 -6
  32. package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +4 -4
  33. package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +5 -5
  34. package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +4 -4
  35. package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +5 -5
  36. package/esm2020/lib/admin/configuration-designer/elements/policy.component.mjs +7 -11
  37. package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +7 -9
  38. package/esm2020/lib/admin/configuration-designer/elements/return-to-role-action.component.mjs +4 -4
  39. package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +5 -5
  40. package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +7 -11
  41. package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +11 -12
  42. package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +4 -4
  43. package/esm2020/lib/admin/configuration-designer/elements/survey-form.component.mjs +44 -0
  44. package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +4 -4
  45. package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +55 -15
  46. package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +5 -5
  47. package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +7 -10
  48. package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +5 -5
  49. package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +7 -8
  50. package/esm2020/lib/admin/configuration-designer/icon-picker.component.mjs +4 -4
  51. package/esm2020/lib/admin/core/ace.input.mjs +4 -4
  52. package/esm2020/lib/admin/core/color-picker.input.mjs +4 -4
  53. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  54. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +5 -5
  55. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +4 -4
  56. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  57. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
  58. package/esm2020/lib/admin/form/designer/designer.component.mjs +22 -23
  59. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  60. package/esm2020/lib/admin/form/survey/survey.component.mjs +180 -0
  61. package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
  62. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +4 -4
  63. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +3 -3
  64. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +4 -4
  65. package/esm2020/lib/admin/patterns/patterns.component.mjs +4 -4
  66. package/esm2020/lib/admin/permissions/permissions.component.mjs +4 -4
  67. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  68. package/esm2020/lib/admin/positions/positions.component.mjs +4 -4
  69. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +3 -3
  70. package/esm2020/lib/admin/profiler/profiler.component.mjs +5 -5
  71. package/esm2020/lib/admin/system.service.mjs +4 -4
  72. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  73. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  74. package/esm2020/lib/app.component.mjs +6 -6
  75. package/esm2020/lib/bizdoc.module.mjs +4 -4
  76. package/esm2020/lib/browse/browse-items.component.mjs +3 -3
  77. package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
  78. package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
  79. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  80. package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
  81. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  82. package/esm2020/lib/chat/chat-info.mjs +3 -3
  83. package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
  84. package/esm2020/lib/chat/chat.service.mjs +3 -3
  85. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  86. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  87. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  88. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  89. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  90. package/esm2020/lib/compose/action/action.dialog.mjs +5 -5
  91. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  92. package/esm2020/lib/compose/action/assign-action.component.mjs +13 -5
  93. package/esm2020/lib/compose/action/moveto-action.component.mjs +4 -4
  94. package/esm2020/lib/compose/action/return-action.component.mjs +4 -4
  95. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  96. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  97. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  98. package/esm2020/lib/compose/box/box.component.mjs +4 -4
  99. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  100. package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
  101. package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
  102. package/esm2020/lib/compose/comments/comments.pane.component.mjs +3 -3
  103. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  104. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  105. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  106. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  107. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  108. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  109. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  110. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  111. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  112. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  113. package/esm2020/lib/compose/document.component.mjs +3 -3
  114. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  115. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  116. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  117. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  118. package/esm2020/lib/compose/form.component.mjs +3 -3
  119. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  120. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  121. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  122. package/esm2020/lib/compose/state.component.mjs +4 -4
  123. package/esm2020/lib/compose/survey/survey.component.mjs +73 -0
  124. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  125. package/esm2020/lib/compose/trace/flow.component.mjs +3 -3
  126. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  127. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  128. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  129. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  130. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  131. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  132. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  133. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  134. package/esm2020/lib/core/account.service.mjs +3 -3
  135. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  136. package/esm2020/lib/core/avatar/avatar.component.mjs +4 -4
  137. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  138. package/esm2020/lib/core/controls/address.input.mjs +4 -4
  139. package/esm2020/lib/core/controls/auto-complete.input.mjs +4 -4
  140. package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
  141. package/esm2020/lib/core/controls/combination-picker.mjs +4 -4
  142. package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
  143. package/esm2020/lib/core/controls/file.input.mjs +4 -4
  144. package/esm2020/lib/core/controls/select.input.mjs +4 -4
  145. package/esm2020/lib/core/controls/time-picker.mjs +4 -4
  146. package/esm2020/lib/core/controls/timespan.input.mjs +4 -4
  147. package/esm2020/lib/core/datasource.service.mjs +3 -3
  148. package/esm2020/lib/core/guide/guide.component.mjs +3 -3
  149. package/esm2020/lib/core/guide/guide.service.mjs +5 -5
  150. package/esm2020/lib/core/guide/help-tip.component.mjs +3 -3
  151. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  152. package/esm2020/lib/core/hub.service.mjs +3 -3
  153. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  154. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  155. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  156. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  157. package/esm2020/lib/core/info/map-info.mjs +3 -3
  158. package/esm2020/lib/core/layout/autocomplete.field.mjs +3 -3
  159. package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
  160. package/esm2020/lib/core/layout/checkbox.mjs +3 -3
  161. package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
  162. package/esm2020/lib/core/layout/date.field.mjs +3 -3
  163. package/esm2020/lib/core/layout/expression.field.mjs +3 -3
  164. package/esm2020/lib/core/layout/file.field.mjs +3 -3
  165. package/esm2020/lib/core/layout/html.field.mjs +3 -3
  166. package/esm2020/lib/core/layout/input.base.mjs +6 -6
  167. package/esm2020/lib/core/layout/input.field.mjs +9 -9
  168. package/esm2020/lib/core/layout/layout.component.mjs +21 -21
  169. package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
  170. package/esm2020/lib/core/layout/select.field.mjs +3 -3
  171. package/esm2020/lib/core/layout/switch.field.mjs +3 -3
  172. package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
  173. package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
  174. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  175. package/esm2020/lib/core/mailbox.service.mjs +6 -6
  176. package/esm2020/lib/core/models.mjs +27 -27
  177. package/esm2020/lib/core/none.component.mjs +3 -3
  178. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  179. package/esm2020/lib/core/pipes/calendar.pipe.mjs +4 -4
  180. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  181. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  182. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  183. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  184. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  185. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  186. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  187. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  188. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  189. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  190. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  191. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +6 -6
  192. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  193. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  194. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  195. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  196. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  197. package/esm2020/lib/core/popup/tooltip.directive.mjs +7 -7
  198. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  199. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  200. package/esm2020/lib/core/prompt.service.mjs +3 -3
  201. package/esm2020/lib/core/router.mjs +6 -6
  202. package/esm2020/lib/core/save-changes.dialog.mjs +3 -3
  203. package/esm2020/lib/core/session.service.mjs +3 -3
  204. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  205. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  206. package/esm2020/lib/core/slots/slots.component.mjs +3 -3
  207. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  208. package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
  209. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  210. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  211. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  212. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  213. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  214. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  215. package/esm2020/lib/core/translate.service.mjs +4 -4
  216. package/esm2020/lib/core/translations.mjs +5 -36
  217. package/esm2020/lib/core/window-title.service.mjs +3 -3
  218. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  219. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  220. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  221. package/esm2020/lib/cube/cube-menu.component.mjs +5 -5
  222. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  223. package/esm2020/lib/cube/cube.service.mjs +3 -3
  224. package/esm2020/lib/cube/explore/document-item.component.mjs +4 -4
  225. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  226. package/esm2020/lib/cube/explore/explore-items.component.mjs +6 -6
  227. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  228. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  229. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  230. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  231. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  232. package/esm2020/lib/cube/grid/grid.component.mjs +4 -4
  233. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +4 -4
  234. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  235. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  236. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  237. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  238. package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
  239. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  240. package/esm2020/lib/cube/pivot/pivot.component.mjs +3 -3
  241. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  242. package/esm2020/lib/cube/view-base.mjs +3 -3
  243. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  244. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  245. package/esm2020/lib/dashboard/actions/actions.widget.mjs +4 -4
  246. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  247. package/esm2020/lib/dashboard/cube/compare.widget.mjs +4 -4
  248. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  249. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
  250. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  251. package/esm2020/lib/dashboard/cube/documents.widget.mjs +4 -4
  252. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +4 -4
  253. package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
  254. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  255. package/esm2020/lib/dashboard/recents/recents.widget.mjs +4 -4
  256. package/esm2020/lib/dashboard/score/activity.widget.mjs +4 -4
  257. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +4 -4
  258. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +4 -4
  259. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +4 -4
  260. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +4 -4
  261. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  262. package/esm2020/lib/desktop.module.mjs +16 -8
  263. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  264. package/esm2020/lib/home/home-base.component.mjs +5 -5
  265. package/esm2020/lib/home/home.desktop.component.mjs +3 -3
  266. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  267. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  268. package/esm2020/lib/home/options/options.component.mjs +3 -3
  269. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  270. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  271. package/esm2020/lib/home/tools.component.mjs +25 -31
  272. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  273. package/esm2020/lib/mobile.module.mjs +4 -4
  274. package/esm2020/lib/modules/chart.module.mjs +4 -4
  275. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  276. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  277. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  278. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  279. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  280. package/esm2020/lib/modules/grid.module.mjs +4 -4
  281. package/esm2020/lib/modules/material.module.mjs +4 -4
  282. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  283. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  284. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  285. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  286. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  287. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  288. package/esm2020/lib/notifications/filter.component.mjs +3 -3
  289. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  290. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  291. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  292. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  293. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  294. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  295. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  296. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  297. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  298. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  299. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  300. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  301. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  302. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  303. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  304. package/esm2020/lib/options/options.component.mjs +3 -3
  305. package/esm2020/lib/options/options.service.mjs +3 -3
  306. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  307. package/esm2020/lib/reports/cube/documents.component.mjs +4 -4
  308. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  309. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  310. package/esm2020/lib/reports/cube/usage-args.component.mjs +4 -4
  311. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  312. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  313. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  314. package/esm2020/lib/reports/cube/usage.component.mjs +4 -4
  315. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  316. package/esm2020/lib/reports/report.mobile.component.mjs +7 -7
  317. package/esm2020/lib/reports/report.pane.component.mjs +3 -3
  318. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  319. package/esm2020/lib/reports/substitution/substitution.component.mjs +4 -4
  320. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  321. package/esm2020/lib/reports/tasks/tasks.component.mjs +4 -4
  322. package/esm2020/lib/routes.desktop.mjs +2 -2
  323. package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
  324. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  325. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  326. package/esm2020/lib/search/cube.component.mjs +38 -0
  327. package/esm2020/lib/search/declarations.mjs +7 -0
  328. package/esm2020/lib/search/document.component.mjs +42 -0
  329. package/esm2020/lib/search/guide.component.mjs +27 -0
  330. package/esm2020/lib/search/path.component.mjs +45 -0
  331. package/esm2020/lib/search/search.service.mjs +143 -0
  332. package/esm2020/lib/shared.module.mjs +8 -7
  333. package/esm2020/lib/system.module.mjs +13 -7
  334. package/esm2020/lib/views/cube/chart.component.mjs +4 -4
  335. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  336. package/esm2020/lib/views/cube/explore.component.mjs +4 -4
  337. package/esm2020/lib/views/cube/matrix.component.mjs +4 -4
  338. package/esm2020/lib/views/cube/parallel.component.mjs +4 -4
  339. package/esm2020/lib/views/cube/pivot.component.mjs +4 -4
  340. package/esm2020/lib/views/cube/sum.component.mjs +4 -4
  341. package/esm2020/lib/views/cube/view.component.mjs +4 -4
  342. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +4 -4
  343. package/esm2020/lib/views/view-item.component.mjs +3 -3
  344. package/esm2020/lib/views/views.component.mjs +3 -3
  345. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  346. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  347. package/esm2020/public-api.mjs +3 -2
  348. package/fesm2015/bizdoc-core.mjs +2018 -1633
  349. package/fesm2015/bizdoc-core.mjs.map +1 -1
  350. package/fesm2020/bizdoc-core.mjs +2007 -1629
  351. package/fesm2020/bizdoc-core.mjs.map +1 -1
  352. package/lib/admin/configuration-designer/declarations.d.ts +3 -1
  353. package/lib/admin/configuration-designer/designer-element.component.d.ts +9 -5
  354. package/lib/admin/configuration-designer/designer.base.d.ts +1 -0
  355. package/lib/admin/configuration-designer/designer.component.d.ts +8 -4
  356. package/lib/admin/configuration-designer/elements/analysis-widget.component.d.ts +2 -2
  357. package/lib/admin/configuration-designer/elements/box-form.component.d.ts +10 -2
  358. package/lib/admin/configuration-designer/elements/cube.component.d.ts +6 -1
  359. package/lib/admin/configuration-designer/elements/folder.component.d.ts +0 -1
  360. package/lib/admin/configuration-designer/elements/form.component.d.ts +0 -2
  361. package/lib/admin/configuration-designer/elements/report.component.d.ts +0 -1
  362. package/lib/admin/configuration-designer/elements/survey-form.component.d.ts +18 -0
  363. package/lib/admin/configuration-designer/elements/type.component.d.ts +11 -0
  364. package/lib/admin/configuration-designer/elements/utility.component.d.ts +1 -3
  365. package/lib/admin/form/designer/designer.component.d.ts +5 -6
  366. package/lib/admin/form/survey/survey.component.d.ts +123 -0
  367. package/lib/compose/survey/survey.component.d.ts +17 -0
  368. package/lib/core/mailbox.service.d.ts +1 -1
  369. package/lib/core/models.d.ts +10 -2
  370. package/lib/core/translations.d.ts +3 -34
  371. package/lib/desktop.module.d.ts +11 -7
  372. package/lib/home/tools.component.d.ts +5 -7
  373. package/lib/search/cube.component.d.ts +24 -0
  374. package/lib/search/declarations.d.ts +9 -0
  375. package/lib/search/document.component.d.ts +16 -0
  376. package/lib/search/guide.component.d.ts +13 -0
  377. package/lib/search/path.component.d.ts +19 -0
  378. package/lib/search/search.service.d.ts +28 -0
  379. package/lib/shared.module.d.ts +184 -183
  380. package/lib/system.module.d.ts +32 -30
  381. package/package.json +17 -17
  382. package/public-api.d.ts +2 -1
  383. package/esm2020/lib/home/search.service.mjs +0 -75
  384. package/lib/home/search.service.d.ts +0 -24
@@ -19,14 +19,14 @@ let CubeIndexDesignComponent = class CubeIndexDesignComponent extends DesignerCu
19
19
  });
20
20
  }
21
21
  };
22
- CubeIndexDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CubeIndexDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
23
- CubeIndexDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", 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 (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c\">{{c.title}}</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.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: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
22
+ CubeIndexDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: CubeIndexDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
23
+ CubeIndexDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", 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 (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c\">{{c.title}}</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.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: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
24
24
  CubeIndexDesignComponent = __decorate([
25
25
  BizDoc({ selector: 'cube-index-designer' })
26
26
  ], CubeIndexDesignComponent);
27
27
  export { CubeIndexDesignComponent };
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CubeIndexDesignComponent, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: CubeIndexDesignComponent, decorators: [{
29
29
  type: Component,
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 (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c\">{{c.title}}</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" }]
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 (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c\">{{c.title}}</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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1pbmRleC11dGlsaXR5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy9jdWJlLWluZGV4LXV0aWxpdHkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL2N1YmUtaW5kZXgtdXRpbGl0eS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDNUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWxELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7OztJQUluRCx3QkFBd0IsU0FBeEIsd0JBQXlCLFNBQVEsNEJBQStDOzs7UUFDbEYsU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDO1lBQzdCLElBQUksRUFBRSxJQUFJO1lBQ1YsS0FBSyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1NBQ25ELENBQUMsQ0FBQztLQUNKO0NBQUEsQ0FBQTtxSEFMWSx3QkFBd0I7eUdBQXhCLHdCQUF3QiwyRUNSckMsK3hCQWtCQTtBRFZhLHdCQUF3QjtJQURwQyxNQUFNLENBQUMsRUFBRSxRQUFRLEVBQUUscUJBQXFCLEVBQUUsQ0FBQztHQUMvQix3QkFBd0IsQ0FLcEM7U0FMWSx3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFGcEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVmFsaWRhdG9ycyB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xyXG5pbXBvcnQgeyBCaXpEb2MgfSBmcm9tIFwiLi4vLi4vLi4vY29yZS9kZWNvcmF0b3JzXCI7XHJcbmltcG9ydCB7IFZpZXdTZXR0aW5nc01vZGVsIH0gZnJvbSBcIi4uLy4uLy4uL3ZpZXdzL2N1YmUvdmlldy5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJDdWJlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICdjdWJlLWluZGV4LXV0aWxpdHkuY29tcG9uZW50Lmh0bWwnIH0pXHJcbkBCaXpEb2MoeyBzZWxlY3RvcjogJ2N1YmUtaW5kZXgtZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBDdWJlSW5kZXhEZXNpZ25Db21wb25lbnQgZXh0ZW5kcyBEZXNpZ25lckN1YmVFbGVtZW50Q29tcG9uZW50PFZpZXdTZXR0aW5nc01vZGVsPiBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgcmVhZG9ubHkgZm9ybSA9IHRoaXMuX2ZiLmdyb3VwKHtcclxuICAgIGN1YmU6IG51bGwsXHJcbiAgICBpbmRleDogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICB9KTtcclxufVxyXG4iLCI8bmctY29udGFpbmVyICpuZ0lmPVwibW9kZSA9PT0gJ3dpZGdldCc7IGVsc2UgZWRpdFwiPlxyXG48L25nLWNvbnRhaW5lcj5cclxuPG5nLXRlbXBsYXRlICNlZGl0PlxyXG4gIDxmb3JtIGF1dG9jb21wbGV0ZT1cIm9mZlwiIFtmb3JtR3JvdXBdPVwiZm9ybVwiIGNsYXNzPVwiY29sdW1uXCI+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQgKm5nSWY9XCJjdWJlcy5sZW5ndGg+MVwiPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0N1YmUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IHJlcXVpcmVkIChzZWxlY3Rpb25DaGFuZ2UpPVwiY3ViZVNlbGVjdGVkKCRldmVudClcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYyBvZiBjdWJlc1wiIFt2YWx1ZV09XCJjXCI+e3tjLnRpdGxlfX08L21hdC1vcHRpb24+XHJcbiAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snSW5kZXgnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IGZvcm1Db250cm9sTmFtZT1cImluZGV4XCI+XHJcbiAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGkgb2YgY3ViZS5pbmRpY2VzXCIgW3ZhbHVlXT1cImkubmFtZVwiPnt7aS50aXRsZSB8fCBpLm5hbWV9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICA8L2Zvcm0+XHJcbjwvbmctdGVtcGxhdGU+XHJcbiJdfQ==
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS1pbmRleC11dGlsaXR5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy9jdWJlLWluZGV4LXV0aWxpdHkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL2N1YmUtaW5kZXgtdXRpbGl0eS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDNUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWxELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7OztBQUl6RCxJQUFNLHdCQUF3QixHQUE5QixNQUFNLHdCQUF5QixTQUFRLDRCQUErQztJQUF0Rjs7UUFDSSxTQUFJLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUM7WUFDN0IsSUFBSSxFQUFFLElBQUk7WUFDVixLQUFLLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7U0FDbkQsQ0FBQyxDQUFDO0tBQ0o7O3FIQUxZLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLDJFQ1JyQyxneUJBa0JBO0FEVmEsd0JBQXdCO0lBRHBDLE1BQU0sQ0FBQyxFQUFFLFFBQVEsRUFBRSxxQkFBcUIsRUFBRSxDQUFDO0dBQy9CLHdCQUF3QixDQUtwQztTQUxZLHdCQUF3QjsyRkFBeEIsd0JBQXdCO2tCQUZwQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBWYWxpZGF0b3JzIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IEJpekRvYyB9IGZyb20gXCIuLi8uLi8uLi9jb3JlL2RlY29yYXRvcnNcIjtcclxuaW1wb3J0IHsgVmlld1NldHRpbmdzTW9kZWwgfSBmcm9tIFwiLi4vLi4vLi4vdmlld3MvY3ViZS92aWV3LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBEZXNpZ25lckN1YmVFbGVtZW50Q29tcG9uZW50IH0gZnJvbSBcIi4uL2Rlc2lnbmVyLmJhc2VcIjtcclxuXHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZVVybDogJ2N1YmUtaW5kZXgtdXRpbGl0eS5jb21wb25lbnQuaHRtbCcgfSlcclxuQEJpekRvYyh7IHNlbGVjdG9yOiAnY3ViZS1pbmRleC1kZXNpZ25lcicgfSlcclxuZXhwb3J0IGNsYXNzIEN1YmVJbmRleERlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQ8Vmlld1NldHRpbmdzTW9kZWw+IGltcGxlbWVudHMgT25Jbml0IHtcclxuICByZWFkb25seSBmb3JtID0gdGhpcy5fZmIuZ3JvdXAoe1xyXG4gICAgY3ViZTogbnVsbCxcclxuICAgIGluZGV4OiB0aGlzLl9mYi5jb250cm9sKG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWQpLFxyXG4gIH0pO1xyXG59XHJcbiIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJtb2RlID09PSAnd2lkZ2V0JzsgZWxzZSBlZGl0XCI+XHJcbjwvbmctY29udGFpbmVyPlxyXG48bmctdGVtcGxhdGUgI2VkaXQ+XHJcbiAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDxtYXQtZm9ybS1maWVsZCAqbmdJZj1cImN1YmVzLmxlbmd0aD4xXCI+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snQ3ViZSd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgcmVxdWlyZWQgKHNlbGVjdGlvbkNoYW5nZSk9XCJjdWJlU2VsZWN0ZWQoJGV2ZW50KVwiPlxyXG4gICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBjIG9mIGN1YmVzXCIgW3ZhbHVlXT1cImNcIj57e2MudGl0bGV9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgIDxtYXQtZm9ybS1maWVsZD5cclxuICAgICAgPG1hdC1sYWJlbD57eydJbmRleCd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiaW5kZXhcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgaSBvZiBjdWJlPy5pbmRpY2VzXCIgW3ZhbHVlXT1cImkubmFtZVwiPnt7aS50aXRsZSB8fCBpLm5hbWV9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICA8L2Zvcm0+XHJcbjwvbmctdGVtcGxhdGU+XHJcbiJdfQ==
@@ -21,14 +21,14 @@ let CubeViewDesignComponent = class CubeViewDesignComponent extends DesignerCube
21
21
  });
22
22
  }
23
23
  };
24
- CubeViewDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CubeViewDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
- CubeViewDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", 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 (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c\">{{c.title}}</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.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: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
24
+ CubeViewDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: CubeViewDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
+ CubeViewDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", 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 (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c\">{{c.title}}</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.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: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
26
26
  CubeViewDesignComponent = __decorate([
27
27
  BizDoc({ selector: 'cube-view-designer' })
28
28
  ], CubeViewDesignComponent);
29
29
  export { CubeViewDesignComponent };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CubeViewDesignComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", 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 (selectionChange)=\"cubeSelected($event)\">\r\n <mat-option *ngFor=\"let c of cubes\" [value]=\"c\">{{c.title}}</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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy9jdWJlLXZpZXcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL2N1YmUtdmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDNUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWxELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7OztJQUluRCx1QkFBdUIsU0FBdkIsdUJBQXdCLFNBQVEsNEJBQStDOzs7UUFDakYsU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDO1lBQzdCLElBQUksRUFBRSxJQUFJO1lBQ1YsSUFBSSxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1lBQ2pELFNBQVMsRUFBRSxJQUFJO1lBQ2YsT0FBTyxFQUFFLElBQUk7U0FDZCxDQUFDLENBQUM7S0FDSjtDQUFBLENBQUE7b0hBUFksdUJBQXVCO3dHQUF2Qix1QkFBdUIsMkVDUnBDLGdzQ0EyQkE7QURuQmEsdUJBQXVCO0lBRGpDLE1BQU0sQ0FBQyxFQUFFLFFBQVEsRUFBRSxvQkFBb0IsRUFBRSxDQUFDO0dBQ2hDLHVCQUF1QixDQU9uQztTQVBZLHVCQUF1QjsyRkFBdkIsdUJBQXVCO2tCQUZuQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBWYWxpZGF0b3JzIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IEJpekRvYyB9IGZyb20gXCIuLi8uLi8uLi9jb3JlL2RlY29yYXRvcnNcIjtcclxuaW1wb3J0IHsgVmlld1NldHRpbmdzTW9kZWwgfSBmcm9tIFwiLi4vLi4vLi4vdmlld3MvY3ViZS92aWV3LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBEZXNpZ25lckN1YmVFbGVtZW50Q29tcG9uZW50IH0gZnJvbSBcIi4uL2Rlc2lnbmVyLmJhc2VcIjtcclxuXHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZVVybDogJ2N1YmUtdmlldy5jb21wb25lbnQuaHRtbCcgfSlcclxuICBAQml6RG9jKHsgc2VsZWN0b3I6ICdjdWJlLXZpZXctZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBDdWJlVmlld0Rlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQ8Vmlld1NldHRpbmdzTW9kZWw+IGltcGxlbWVudHMgT25Jbml0IHtcclxuICByZWFkb25seSBmb3JtID0gdGhpcy5fZmIuZ3JvdXAoe1xyXG4gICAgY3ViZTogbnVsbCxcclxuICAgIHZpZXc6IHRoaXMuX2ZiLmNvbnRyb2wobnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZCksXHJcbiAgICBhZ2dyZWdhdGU6IG51bGwsXHJcbiAgICBmaWx0ZXJzOiBudWxsLFxyXG4gIH0pO1xyXG59XHJcbiIsIjxkaXYgKm5nSWY9XCJtb2RlID09PSAnd2lkZ2V0JzsgZWxzZSBlZGl0XCI+XHJcbjwvZGl2PlxyXG48bmctdGVtcGxhdGUgI2VkaXQ+XHJcbiAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDxtYXQtZm9ybS1maWVsZCAqbmdJZj1cImN1YmVzLmxlbmd0aD4xXCI+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snQ3ViZSd8dHJhbnNsYXRlfX08L21hdC1sYWJlbD5cclxuICAgICAgPG1hdC1zZWxlY3QgcmVxdWlyZWQgKHNlbGVjdGlvbkNoYW5nZSk9XCJjdWJlU2VsZWN0ZWQoJGV2ZW50KVwiPlxyXG4gICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBjIG9mIGN1YmVzXCIgW3ZhbHVlXT1cImNcIj57e2MudGl0bGV9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgIDxtYXQtZm9ybS1maWVsZD5cclxuICAgICAgPG1hdC1sYWJlbD57eydGaWx0ZXJzJ3x0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJmaWx0ZXJzXCIgbXVsdGlwbGU+XHJcbiAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGEgb2YgY3ViZT8uYXhlc1wiIFt2YWx1ZV09XCJhLm5hbWVcIj57e2EudGl0bGUgfX08L21hdC1vcHRpb24+XHJcbiAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snQWdncmVnYXRlJ3x0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJhZ2dyZWdhdGVcIiBtdWx0aXBsZT5cclxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBhIG9mIGN1YmU/LmF4ZXNcIj5cclxuICAgICAgICAgIDxtYXQtb3B0aW9uICpuZ0lmPVwiZm9ybS5nZXQoJ2ZpbHRlcnMnKS52YWx1ZT8uaW5kZXhPZihhLm5hbWUpIDwgMFwiIFt2YWx1ZV09XCJhLm5hbWVcIj57e2EudGl0bGUgfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgICAgPG1hdC1oaW50PjwvbWF0LWhpbnQ+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gIDwvZm9ybT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuIl19
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3ViZS12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy9jdWJlLXZpZXcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL2N1YmUtdmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDNUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWxELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7OztBQUl6RCxJQUFNLHVCQUF1QixHQUE3QixNQUFNLHVCQUF3QixTQUFRLDRCQUErQztJQUFyRjs7UUFDSSxTQUFJLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUM7WUFDN0IsSUFBSSxFQUFFLElBQUk7WUFDVixJQUFJLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDakQsU0FBUyxFQUFFLElBQUk7WUFDZixPQUFPLEVBQUUsSUFBSTtTQUNkLENBQUMsQ0FBQztLQUNKOztvSEFQWSx1QkFBdUI7d0dBQXZCLHVCQUF1QiwyRUNScEMsZ3NDQTJCQTtBRG5CYSx1QkFBdUI7SUFEakMsTUFBTSxDQUFDLEVBQUUsUUFBUSxFQUFFLG9CQUFvQixFQUFFLENBQUM7R0FDaEMsdUJBQXVCLENBT25DO1NBUFksdUJBQXVCOzJGQUF2Qix1QkFBdUI7a0JBRm5DLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IFZhbGlkYXRvcnMgfSBmcm9tIFwiQGFuZ3VsYXIvZm9ybXNcIjtcclxuaW1wb3J0IHsgQml6RG9jIH0gZnJvbSBcIi4uLy4uLy4uL2NvcmUvZGVjb3JhdG9yc1wiO1xyXG5pbXBvcnQgeyBWaWV3U2V0dGluZ3NNb2RlbCB9IGZyb20gXCIuLi8uLi8uLi92aWV3cy9jdWJlL3ZpZXcuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQgfSBmcm9tIFwiLi4vZGVzaWduZXIuYmFzZVwiO1xyXG5cclxuQENvbXBvbmVudCh7IHRlbXBsYXRlVXJsOiAnY3ViZS12aWV3LmNvbXBvbmVudC5odG1sJyB9KVxyXG4gIEBCaXpEb2MoeyBzZWxlY3RvcjogJ2N1YmUtdmlldy1kZXNpZ25lcicgfSlcclxuZXhwb3J0IGNsYXNzIEN1YmVWaWV3RGVzaWduQ29tcG9uZW50IGV4dGVuZHMgRGVzaWduZXJDdWJlRWxlbWVudENvbXBvbmVudDxWaWV3U2V0dGluZ3NNb2RlbD4gaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIHJlYWRvbmx5IGZvcm0gPSB0aGlzLl9mYi5ncm91cCh7XHJcbiAgICBjdWJlOiBudWxsLFxyXG4gICAgdmlldzogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICAgIGFnZ3JlZ2F0ZTogbnVsbCxcclxuICAgIGZpbHRlcnM6IG51bGwsXHJcbiAgfSk7XHJcbn1cclxuIiwiPGRpdiAqbmdJZj1cIm1vZGUgPT09ICd3aWRnZXQnOyBlbHNlIGVkaXRcIj5cclxuPC9kaXY+XHJcbjxuZy10ZW1wbGF0ZSAjZWRpdD5cclxuICA8Zm9ybSBhdXRvY29tcGxldGU9XCJvZmZcIiBbZm9ybUdyb3VwXT1cImZvcm1cIiBjbGFzcz1cImNvbHVtblwiPlxyXG4gICAgPG1hdC1mb3JtLWZpZWxkICpuZ0lmPVwiY3ViZXMubGVuZ3RoPjFcIj5cclxuICAgICAgPG1hdC1sYWJlbD57eydDdWJlJ3x0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8bWF0LXNlbGVjdCByZXF1aXJlZCAoc2VsZWN0aW9uQ2hhbmdlKT1cImN1YmVTZWxlY3RlZCgkZXZlbnQpXCI+XHJcbiAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGMgb2YgY3ViZXNcIiBbdmFsdWVdPVwiY1wiPnt7Yy50aXRsZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgPG1hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0ZpbHRlcnMnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IGZvcm1Db250cm9sTmFtZT1cImZpbHRlcnNcIiBtdWx0aXBsZT5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYSBvZiBjdWJlPy5heGVzXCIgW3ZhbHVlXT1cImEubmFtZVwiPnt7YS50aXRsZSB9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgIDxtYXQtZm9ybS1maWVsZD5cclxuICAgICAgPG1hdC1sYWJlbD57eydBZ2dyZWdhdGUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IGZvcm1Db250cm9sTmFtZT1cImFnZ3JlZ2F0ZVwiIG11bHRpcGxlPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGEgb2YgY3ViZT8uYXhlc1wiPlxyXG4gICAgICAgICAgPG1hdC1vcHRpb24gKm5nSWY9XCJmb3JtLmdldCgnZmlsdGVycycpLnZhbHVlPy5pbmRleE9mKGEubmFtZSkgPCAwXCIgW3ZhbHVlXT1cImEubmFtZVwiPnt7YS50aXRsZSB9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICA8bWF0LWhpbnQ+PC9tYXQtaGludD5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgPC9mb3JtPlxyXG48L25nLXRlbXBsYXRlPlxyXG4iXX0=