@bizdoc/core 1.16.31 → 1.16.32

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 (711) hide show
  1. package/assets/themes/brown.min.css +1 -1
  2. package/assets/themes/dark.min.css +7 -2
  3. package/assets/themes/deep-purple-light-blue.min.css +1 -1
  4. package/assets/themes/deep-purple-teal.min.css +1 -1
  5. package/assets/themes/default.min.css +1 -1
  6. package/assets/themes/green.min.css +1 -1
  7. package/assets/themes/indigo.min.css +1 -1
  8. package/bizdoc-core.d.ts.map +1 -0
  9. package/esm2020/lib/admin/admin-dismiss.service.mjs +4 -4
  10. package/esm2020/lib/admin/admin-menu.component.mjs +4 -4
  11. package/esm2020/lib/admin/configuration-designer/cube-axes-filter.component.mjs +4 -4
  12. package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +13 -13
  13. package/esm2020/lib/admin/configuration-designer/designer-privileges.component.mjs +4 -4
  14. package/esm2020/lib/admin/configuration-designer/designer.base.mjs +10 -10
  15. package/esm2020/lib/admin/configuration-designer/designer.component.mjs +7 -6
  16. package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +4 -4
  17. package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +4 -4
  18. package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +4 -4
  19. package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +4 -4
  20. package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +4 -4
  21. package/esm2020/lib/admin/configuration-designer/elements/configuration-datasource.component.mjs +4 -4
  22. package/esm2020/lib/admin/configuration-designer/elements/cube-index-utility.component.mjs +4 -4
  23. package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +4 -4
  24. package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +4 -4
  25. package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +4 -4
  26. package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +4 -4
  27. package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +4 -4
  28. package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +4 -4
  29. package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +4 -4
  30. package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +4 -4
  31. package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +4 -4
  32. package/esm2020/lib/admin/configuration-designer/elements/node.component.mjs +4 -4
  33. package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +4 -4
  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 +4 -4
  36. package/esm2020/lib/admin/configuration-designer/elements/policy.component.mjs +4 -4
  37. package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +4 -4
  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 +4 -4
  40. package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +4 -4
  41. package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +4 -4
  42. package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +4 -4
  43. package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +4 -4
  44. package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +4 -4
  45. package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +4 -4
  46. package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +4 -4
  47. package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +4 -4
  48. package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +4 -4
  49. package/esm2020/lib/admin/configuration-designer/icon-picker.component.mjs +4 -4
  50. package/esm2020/lib/admin/core/ace.input.mjs +4 -4
  51. package/esm2020/lib/admin/core/color-picker.input.mjs +4 -4
  52. package/esm2020/lib/admin/core/search.input.mjs +4 -4
  53. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +4 -4
  54. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +5 -5
  55. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +4 -4
  56. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +4 -4
  57. package/esm2020/lib/admin/form/designer/designer.component.mjs +4 -4
  58. package/esm2020/lib/admin/form/form.resolve.service.mjs +4 -4
  59. package/esm2020/lib/admin/form/workflow/node.component.mjs +4 -4
  60. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +4 -4
  61. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +4 -4
  62. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +4 -4
  63. package/esm2020/lib/admin/localized-string.component.mjs +4 -4
  64. package/esm2020/lib/admin/patterns/patterns.component.mjs +4 -4
  65. package/esm2020/lib/admin/permissions/permissions.component.mjs +4 -4
  66. package/esm2020/lib/admin/positions/positions-popup.component.mjs +4 -4
  67. package/esm2020/lib/admin/positions/positions.component.mjs +4 -4
  68. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +4 -4
  69. package/esm2020/lib/admin/profiler/profiler.component.mjs +4 -4
  70. package/esm2020/lib/admin/system.service.mjs +8 -5
  71. package/esm2020/lib/admin/utility-wrapper.component.mjs +4 -4
  72. package/esm2020/lib/admin/utility.pane.component.mjs +4 -4
  73. package/esm2020/lib/app.component.mjs +7 -7
  74. package/esm2020/lib/bizdoc.module.mjs +5 -5
  75. package/esm2020/lib/browse/browse-items.component.mjs +4 -4
  76. package/esm2020/lib/browse/browse.mobile.component.mjs +4 -4
  77. package/esm2020/lib/browse/browse.pane.component.mjs +4 -4
  78. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +4 -4
  79. package/esm2020/lib/browse/filter/filter.component.mjs +4 -4
  80. package/esm2020/lib/browse/folders-menu.component.mjs +4 -4
  81. package/esm2020/lib/chat/chat-info.mjs +4 -4
  82. package/esm2020/lib/chat/chat.mobile.component.mjs +4 -4
  83. package/esm2020/lib/chat/chat.service.mjs +4 -4
  84. package/esm2020/lib/chat/contacts.component.mjs +7 -7
  85. package/esm2020/lib/chat/contacts.pane.component.mjs +4 -4
  86. package/esm2020/lib/chat/conversation.component.mjs +4 -4
  87. package/esm2020/lib/chat/conversation.pane.component.mjs +4 -4
  88. package/esm2020/lib/compose/action/action-picker.component.mjs +4 -4
  89. package/esm2020/lib/compose/action/action.dialog.mjs +4 -4
  90. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +4 -4
  91. package/esm2020/lib/compose/action/assign-action.component.mjs +4 -4
  92. package/esm2020/lib/compose/action/moveto-action.component.mjs +4 -4
  93. package/esm2020/lib/compose/action/return-action.component.mjs +4 -4
  94. package/esm2020/lib/compose/attachments/attachments.component.mjs +4 -4
  95. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +4 -4
  96. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +4 -4
  97. package/esm2020/lib/compose/box/box.component.mjs +4 -4
  98. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +4 -4
  99. package/esm2020/lib/compose/comments/comment.component.mjs +4 -4
  100. package/esm2020/lib/compose/comments/comments.component.mjs +4 -4
  101. package/esm2020/lib/compose/comments/comments.pane.component.mjs +4 -4
  102. package/esm2020/lib/compose/comments/edit-comment.component.mjs +4 -4
  103. package/esm2020/lib/compose/comments/edits.component.mjs +4 -4
  104. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +4 -4
  105. package/esm2020/lib/compose/comments/votes.component.mjs +4 -4
  106. package/esm2020/lib/compose/compose-resolve.service.mjs +7 -7
  107. package/esm2020/lib/compose/compose.mobile.component.mjs +4 -4
  108. package/esm2020/lib/compose/compose.pane.component.mjs +4 -4
  109. package/esm2020/lib/compose/copy/copy.dialog.mjs +4 -4
  110. package/esm2020/lib/compose/dismiss.service.mjs +4 -4
  111. package/esm2020/lib/compose/document-resolver.service.mjs +4 -4
  112. package/esm2020/lib/compose/document.component.mjs +4 -4
  113. package/esm2020/lib/compose/document.mobile.component.mjs +4 -4
  114. package/esm2020/lib/compose/document.pane.component.mjs +4 -4
  115. package/esm2020/lib/compose/events/events.component.mjs +4 -4
  116. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +4 -4
  117. package/esm2020/lib/compose/form.component.mjs +4 -4
  118. package/esm2020/lib/compose/new-menu.component.mjs +4 -4
  119. package/esm2020/lib/compose/privilage.directive.mjs +7 -7
  120. package/esm2020/lib/compose/recipient-resolver.service.mjs +4 -4
  121. package/esm2020/lib/compose/state.component.mjs +4 -4
  122. package/esm2020/lib/compose/tag/tags.component.mjs +4 -4
  123. package/esm2020/lib/compose/trace/flow.component.mjs +4 -4
  124. package/esm2020/lib/compose/trace/people.component.mjs +4 -4
  125. package/esm2020/lib/compose/trace/trace.base.mjs +4 -4
  126. package/esm2020/lib/compose/trace/trace.component.mjs +4 -4
  127. package/esm2020/lib/compose/trace/trace.pane.component.mjs +4 -4
  128. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +4 -4
  129. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +10 -10
  130. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +4 -4
  131. package/esm2020/lib/core/NgComponentOutlet.mjs +4 -4
  132. package/esm2020/lib/core/account.service.mjs +4 -4
  133. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +4 -4
  134. package/esm2020/lib/core/avatar/avatar.component.mjs +4 -4
  135. package/esm2020/lib/core/component-factory-resolver.mjs +4 -4
  136. package/esm2020/lib/core/controls/address.input.mjs +4 -4
  137. package/esm2020/lib/core/controls/auto-complete.input.mjs +4 -4
  138. package/esm2020/lib/core/controls/combination-picker-body.mjs +4 -4
  139. package/esm2020/lib/core/controls/combination-picker.mjs +4 -4
  140. package/esm2020/lib/core/controls/combination-pool.mjs +4 -4
  141. package/esm2020/lib/core/controls/file.input.mjs +4 -4
  142. package/esm2020/lib/core/controls/select.input.mjs +4 -4
  143. package/esm2020/lib/core/controls/signature.input.mjs +4 -4
  144. package/esm2020/lib/core/controls/time-picker.mjs +4 -4
  145. package/esm2020/lib/core/controls/timespan.input.mjs +4 -4
  146. package/esm2020/lib/core/datasource.service.mjs +4 -4
  147. package/esm2020/lib/core/guide/guide.component.mjs +4 -4
  148. package/esm2020/lib/core/guide/guide.service.mjs +4 -4
  149. package/esm2020/lib/core/guide/help-tip.component.mjs +4 -4
  150. package/esm2020/lib/core/http.interceptor.mjs +4 -4
  151. package/esm2020/lib/core/hub.service.mjs +4 -4
  152. package/esm2020/lib/core/identity/identity.component.mjs +4 -4
  153. package/esm2020/lib/core/info/attachment-info.service.mjs +4 -4
  154. package/esm2020/lib/core/info/document-info.service.mjs +4 -4
  155. package/esm2020/lib/core/info/location-info.component.mjs +4 -4
  156. package/esm2020/lib/core/info/map-info.mjs +4 -4
  157. package/esm2020/lib/core/layout/autocomplete.field.mjs +4 -4
  158. package/esm2020/lib/core/layout/checkbox.field.mjs +4 -4
  159. package/esm2020/lib/core/layout/checkbox.mjs +4 -4
  160. package/esm2020/lib/core/layout/date-range.field.mjs +4 -4
  161. package/esm2020/lib/core/layout/date.field.mjs +4 -4
  162. package/esm2020/lib/core/layout/expression.field.mjs +4 -4
  163. package/esm2020/lib/core/layout/file.field.mjs +4 -4
  164. package/esm2020/lib/core/layout/html.field.mjs +4 -4
  165. package/esm2020/lib/core/layout/input.base.mjs +4 -4
  166. package/esm2020/lib/core/layout/input.field.mjs +4 -4
  167. package/esm2020/lib/core/layout/layout.component.mjs +4 -4
  168. package/esm2020/lib/core/layout/numeric.field.mjs +4 -4
  169. package/esm2020/lib/core/layout/select.field.mjs +4 -4
  170. package/esm2020/lib/core/layout/switch.field.mjs +4 -4
  171. package/esm2020/lib/core/layout/textarea.field.mjs +4 -4
  172. package/esm2020/lib/core/layout/timespan.field.mjs +4 -4
  173. package/esm2020/lib/core/lottie-animation.mjs +4 -4
  174. package/esm2020/lib/core/mailbox.service.mjs +4 -4
  175. package/esm2020/lib/core/none.component.mjs +4 -4
  176. package/esm2020/lib/core/pipes/action.pipe.mjs +4 -4
  177. package/esm2020/lib/core/pipes/calendar.pipe.mjs +4 -4
  178. package/esm2020/lib/core/pipes/date-format.pipe.mjs +4 -4
  179. package/esm2020/lib/core/pipes/daterange.pipe.mjs +7 -7
  180. package/esm2020/lib/core/pipes/difference.pipe.mjs +4 -4
  181. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +4 -4
  182. package/esm2020/lib/core/pipes/duration.pipe.mjs +4 -4
  183. package/esm2020/lib/core/pipes/form.pipe.mjs +4 -4
  184. package/esm2020/lib/core/pipes/join.pipe.mjs +4 -4
  185. package/esm2020/lib/core/pipes/localized-string.pipe.mjs +4 -4
  186. package/esm2020/lib/core/pipes/role.pipe.mjs +4 -4
  187. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +4 -4
  188. package/esm2020/lib/core/pipes/sort.pipe.mjs +7 -7
  189. package/esm2020/lib/core/pipes/state.pipe.mjs +4 -4
  190. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +7 -7
  191. package/esm2020/lib/core/pipes/translate.pipe.mjs +7 -7
  192. package/esm2020/lib/core/pipes/type-value.pipe.mjs +4 -4
  193. package/esm2020/lib/core/pipes/user-name.pipe.mjs +4 -4
  194. package/esm2020/lib/core/popup/popup.component.mjs +4 -4
  195. package/esm2020/lib/core/popup/popup.service.mjs +4 -4
  196. package/esm2020/lib/core/popup/tooltip.directive.mjs +7 -7
  197. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +4 -4
  198. package/esm2020/lib/core/prompt/mask/mask.component.mjs +4 -4
  199. package/esm2020/lib/core/prompt.service.mjs +4 -4
  200. package/esm2020/lib/core/router.mjs +7 -7
  201. package/esm2020/lib/core/save-changes.dialog.mjs +4 -4
  202. package/esm2020/lib/core/session.service.mjs +4 -4
  203. package/esm2020/lib/core/slots/router.directive.mjs +4 -4
  204. package/esm2020/lib/core/slots/router.service.mjs +4 -4
  205. package/esm2020/lib/core/slots/slots.component.mjs +4 -4
  206. package/esm2020/lib/core/tagging/documents.component.mjs +4 -4
  207. package/esm2020/lib/core/tagging/edit-input.component.mjs +4 -4
  208. package/esm2020/lib/core/tagging/emoji.component.mjs +4 -4
  209. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +4 -4
  210. package/esm2020/lib/core/tagging/tagging.component-base.mjs +4 -4
  211. package/esm2020/lib/core/tagging/tagging.directive.mjs +4 -4
  212. package/esm2020/lib/core/tagging/tagging.pipe.mjs +4 -4
  213. package/esm2020/lib/core/tagging/users.component.mjs +4 -4
  214. package/esm2020/lib/core/translate.service.mjs +4 -4
  215. package/esm2020/lib/core/window-title.service.mjs +4 -4
  216. package/esm2020/lib/cube/accum/accum.component.mjs +4 -4
  217. package/esm2020/lib/cube/chart/chart.component.mjs +4 -4
  218. package/esm2020/lib/cube/cube-info.service.mjs +4 -4
  219. package/esm2020/lib/cube/cube-menu.component.mjs +4 -4
  220. package/esm2020/lib/cube/cube-view.component.mjs +4 -4
  221. package/esm2020/lib/cube/cube.service.mjs +4 -4
  222. package/esm2020/lib/cube/explore/document-item.component.mjs +4 -4
  223. package/esm2020/lib/cube/explore/explore-item.component.mjs +4 -4
  224. package/esm2020/lib/cube/explore/explore-items.component.mjs +4 -4
  225. package/esm2020/lib/cube/explore/explore.pane.component.mjs +4 -4
  226. package/esm2020/lib/cube/explore/item-resolver.service.mjs +7 -7
  227. package/esm2020/lib/cube/explore/item.pane.component.mjs +4 -4
  228. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +4 -4
  229. package/esm2020/lib/cube/filter/filter.component.mjs +4 -4
  230. package/esm2020/lib/cube/grid/grid.component.mjs +4 -4
  231. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +4 -4
  232. package/esm2020/lib/cube/matrix/matrix.base.mjs +4 -4
  233. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +4 -4
  234. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +4 -4
  235. package/esm2020/lib/cube/matrix/popup.component.mjs +4 -4
  236. package/esm2020/lib/cube/matrix/table.component.mjs +4 -4
  237. package/esm2020/lib/cube/parallel/parallel.component.mjs +4 -4
  238. package/esm2020/lib/cube/pivot/pivot.component.mjs +4 -4
  239. package/esm2020/lib/cube/sum/sum.component.mjs +4 -4
  240. package/esm2020/lib/cube/view-base.mjs +4 -4
  241. package/esm2020/lib/cube/view.mobile.component.mjs +4 -4
  242. package/esm2020/lib/cube/view.pane.component.mjs +4 -4
  243. package/esm2020/lib/dashboard/actions/actions.widget.mjs +4 -4
  244. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +4 -4
  245. package/esm2020/lib/dashboard/cube/compare.widget.mjs +4 -4
  246. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +4 -4
  247. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
  248. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +4 -4
  249. package/esm2020/lib/dashboard/cube/documents.widget.mjs +4 -4
  250. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +4 -4
  251. package/esm2020/lib/dashboard/dashboard.component.mjs +4 -4
  252. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +4 -4
  253. package/esm2020/lib/dashboard/recents/recents.widget.mjs +4 -4
  254. package/esm2020/lib/dashboard/score/activity.widget.mjs +4 -4
  255. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +4 -4
  256. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +4 -4
  257. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +4 -4
  258. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +4 -4
  259. package/esm2020/lib/dashboard/widget-item.component.mjs +4 -4
  260. package/esm2020/lib/desktop.module.mjs +5 -5
  261. package/esm2020/lib/home/about/about.dialog.mjs +4 -4
  262. package/esm2020/lib/home/home-base.component.mjs +4 -4
  263. package/esm2020/lib/home/home.desktop.component.mjs +4 -4
  264. package/esm2020/lib/home/home.mobile.component.mjs +4 -4
  265. package/esm2020/lib/home/notifications/notifications.component.mjs +4 -4
  266. package/esm2020/lib/home/options/options.component.mjs +4 -4
  267. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +4 -4
  268. package/esm2020/lib/home/sign/sign.component.mjs +4 -4
  269. package/esm2020/lib/home/tools.component.mjs +4 -4
  270. package/esm2020/lib/impersonate/impersonate.component.mjs +4 -4
  271. package/esm2020/lib/mobile.module.mjs +5 -5
  272. package/esm2020/lib/modules/chart.module.mjs +5 -5
  273. package/esm2020/lib/modules/circular-gauge.module.mjs +5 -5
  274. package/esm2020/lib/modules/datepicker.intl.mjs +4 -4
  275. package/esm2020/lib/modules/dayjs.module.mjs +5 -5
  276. package/esm2020/lib/modules/diagram.module.mjs +5 -5
  277. package/esm2020/lib/modules/gantt.module.mjs +5 -5
  278. package/esm2020/lib/modules/grid.module.mjs +5 -5
  279. package/esm2020/lib/modules/material.module.mjs +5 -5
  280. package/esm2020/lib/modules/paginator.intl.mjs +4 -4
  281. package/esm2020/lib/modules/pivot.module.mjs +5 -5
  282. package/esm2020/lib/modules/schedule.module.mjs +5 -5
  283. package/esm2020/lib/modules/spreadsheet.module.mjs +5 -5
  284. package/esm2020/lib/modules/stepper.intl.mjs +4 -4
  285. package/esm2020/lib/modules/texteditor.module.mjs +5 -5
  286. package/esm2020/lib/notifications/filter.component.mjs +4 -4
  287. package/esm2020/lib/notifications/notifications-table.component.mjs +4 -4
  288. package/esm2020/lib/notifications/notifications.mobile.component.mjs +4 -4
  289. package/esm2020/lib/notifications/notifications.pane.component.mjs +4 -4
  290. package/esm2020/lib/notifications/notifications.service.mjs +4 -4
  291. package/esm2020/lib/notifications/types/commented.notification.mjs +4 -4
  292. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +4 -4
  293. package/esm2020/lib/notifications/types/escalated.notification.mjs +4 -4
  294. package/esm2020/lib/notifications/types/liked.notification.mjs +4 -4
  295. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +4 -4
  296. package/esm2020/lib/notifications/types/notification-base.mjs +4 -4
  297. package/esm2020/lib/notifications/types/nudge.notification.mjs +4 -4
  298. package/esm2020/lib/notifications/types/state-changed.notification.mjs +4 -4
  299. package/esm2020/lib/notifications/types/tagged.notification.mjs +4 -4
  300. package/esm2020/lib/notifications/types/text.notification.mjs +4 -4
  301. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +4 -4
  302. package/esm2020/lib/options/options.component.mjs +4 -4
  303. package/esm2020/lib/options/options.service.mjs +4 -4
  304. package/esm2020/lib/reports/arguments-component.mjs +4 -4
  305. package/esm2020/lib/reports/cube/documents.component.mjs +4 -4
  306. package/esm2020/lib/reports/cube/grid-documents.component.mjs +4 -4
  307. package/esm2020/lib/reports/cube/table-documents.component.mjs +4 -4
  308. package/esm2020/lib/reports/cube/usage-args.component.mjs +4 -4
  309. package/esm2020/lib/reports/cube/usage-base.mjs +4 -4
  310. package/esm2020/lib/reports/cube/usage-chart.component.mjs +4 -4
  311. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +4 -4
  312. package/esm2020/lib/reports/cube/usage.component.mjs +4 -4
  313. package/esm2020/lib/reports/report-viewer.component.mjs +4 -4
  314. package/esm2020/lib/reports/report.mobile.component.mjs +4 -4
  315. package/esm2020/lib/reports/report.pane.component.mjs +4 -4
  316. package/esm2020/lib/reports/reports-menu.component.mjs +4 -4
  317. package/esm2020/lib/reports/substitution/substitution.component.mjs +4 -4
  318. package/esm2020/lib/reports/table/table-view.component.mjs +4 -4
  319. package/esm2020/lib/reports/tasks/tasks.component.mjs +4 -4
  320. package/esm2020/lib/scheduler/schedule.component.mjs +4 -4
  321. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +4 -4
  322. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +4 -4
  323. package/esm2020/lib/search/cube.component.mjs +4 -4
  324. package/esm2020/lib/search/document.component.mjs +4 -4
  325. package/esm2020/lib/search/guide.component.mjs +4 -4
  326. package/esm2020/lib/search/path.component.mjs +4 -4
  327. package/esm2020/lib/search/search.service.mjs +4 -4
  328. package/esm2020/lib/shared.module.mjs +5 -5
  329. package/esm2020/lib/system.module.mjs +5 -5
  330. package/esm2020/lib/views/cube/chart.component.mjs +4 -4
  331. package/esm2020/lib/views/cube/cube-base.mjs +4 -4
  332. package/esm2020/lib/views/cube/explore.component.mjs +4 -4
  333. package/esm2020/lib/views/cube/matrix.component.mjs +4 -4
  334. package/esm2020/lib/views/cube/parallel.component.mjs +4 -4
  335. package/esm2020/lib/views/cube/pivot.component.mjs +4 -4
  336. package/esm2020/lib/views/cube/sum.component.mjs +4 -4
  337. package/esm2020/lib/views/cube/view.component.mjs +4 -4
  338. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +4 -4
  339. package/esm2020/lib/views/view-item.component.mjs +4 -4
  340. package/esm2020/lib/views/views.component.mjs +4 -4
  341. package/esm2020/lib/views/views.mobile.component.mjs +4 -4
  342. package/esm2020/lib/views/views.pane.component.mjs +4 -4
  343. package/fesm2015/bizdoc-core.mjs +1080 -1076
  344. package/fesm2015/bizdoc-core.mjs.map +1 -1
  345. package/fesm2020/bizdoc-core.mjs +1080 -1076
  346. package/fesm2020/bizdoc-core.mjs.map +1 -1
  347. package/lib/admin/admin-dismiss.service.d.ts.map +1 -0
  348. package/lib/admin/admin-menu.component.d.ts.map +1 -0
  349. package/lib/admin/configuration-designer/cube-axes-filter.component.d.ts.map +1 -0
  350. package/lib/admin/configuration-designer/declarations.d.ts.map +1 -0
  351. package/lib/admin/configuration-designer/designer-element.component.d.ts.map +1 -0
  352. package/lib/admin/configuration-designer/designer-privileges.component.d.ts.map +1 -0
  353. package/lib/admin/configuration-designer/designer.base.d.ts.map +1 -0
  354. package/lib/admin/configuration-designer/designer.component.d.ts.map +1 -0
  355. package/lib/admin/configuration-designer/elements/action.component.d.ts.map +1 -0
  356. package/lib/admin/configuration-designer/elements/analysis-view.component.d.ts.map +1 -0
  357. package/lib/admin/configuration-designer/elements/analysis-widget.component.d.ts.map +1 -0
  358. package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts.map +1 -0
  359. package/lib/admin/configuration-designer/elements/box-form.component.d.ts.map +1 -0
  360. package/lib/admin/configuration-designer/elements/configuration-datasource.component.d.ts.map +1 -0
  361. package/lib/admin/configuration-designer/elements/cube-index-utility.component.d.ts.map +1 -0
  362. package/lib/admin/configuration-designer/elements/cube-view.component.d.ts.map +1 -0
  363. package/lib/admin/configuration-designer/elements/cube.component.d.ts.map +1 -0
  364. package/lib/admin/configuration-designer/elements/documents-report.component.d.ts.map +1 -0
  365. package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts.map +1 -0
  366. package/lib/admin/configuration-designer/elements/explore-view.component.d.ts.map +1 -0
  367. package/lib/admin/configuration-designer/elements/folder.component.d.ts.map +1 -0
  368. package/lib/admin/configuration-designer/elements/form.component.d.ts.map +1 -0
  369. package/lib/admin/configuration-designer/elements/guide.component.d.ts.map +1 -0
  370. package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts.map +1 -0
  371. package/lib/admin/configuration-designer/elements/node.component.d.ts.map +1 -0
  372. package/lib/admin/configuration-designer/elements/parallel-view.component.d.ts.map +1 -0
  373. package/lib/admin/configuration-designer/elements/performance-widget.component.d.ts.map +1 -0
  374. package/lib/admin/configuration-designer/elements/pivot-view.component.d.ts.map +1 -0
  375. package/lib/admin/configuration-designer/elements/policy.component.d.ts.map +1 -0
  376. package/lib/admin/configuration-designer/elements/report.component.d.ts.map +1 -0
  377. package/lib/admin/configuration-designer/elements/return-to-role-action.component.d.ts.map +1 -0
  378. package/lib/admin/configuration-designer/elements/role.component.d.ts.map +1 -0
  379. package/lib/admin/configuration-designer/elements/rule.component.d.ts.map +1 -0
  380. package/lib/admin/configuration-designer/elements/state.component.d.ts.map +1 -0
  381. package/lib/admin/configuration-designer/elements/sum-view.component.d.ts.map +1 -0
  382. package/lib/admin/configuration-designer/elements/tasks-report.component.d.ts.map +1 -0
  383. package/lib/admin/configuration-designer/elements/type.component.d.ts.map +1 -0
  384. package/lib/admin/configuration-designer/elements/usage-report.component.d.ts.map +1 -0
  385. package/lib/admin/configuration-designer/elements/utility.component.d.ts.map +1 -0
  386. package/lib/admin/configuration-designer/elements/view.component.d.ts.map +1 -0
  387. package/lib/admin/configuration-designer/elements/widget.component.d.ts.map +1 -0
  388. package/lib/admin/configuration-designer/icon-picker.component.d.ts.map +1 -0
  389. package/lib/admin/core/ace.input.d.ts.map +1 -0
  390. package/lib/admin/core/color-picker.input.d.ts.map +1 -0
  391. package/lib/admin/core/search.input.d.ts.map +1 -0
  392. package/lib/admin/diff/configuration-diff.component.d.ts.map +1 -0
  393. package/lib/admin/document-trace/document-trace.component.d.ts.map +1 -0
  394. package/lib/admin/document-trace/reassign.dialog.d.ts.map +1 -0
  395. package/lib/admin/document-trace/timeline.d.ts.map +1 -0
  396. package/lib/admin/document-trace/trace-element.component.d.ts.map +1 -0
  397. package/lib/admin/form/designer/designer.component.d.ts.map +1 -0
  398. package/lib/admin/form/form.resolve.service.d.ts.map +1 -0
  399. package/lib/admin/form/workflow/node-ref.d.ts.map +1 -0
  400. package/lib/admin/form/workflow/node.component.d.ts.map +1 -0
  401. package/lib/admin/form/workflow/role-node.component.d.ts.map +1 -0
  402. package/lib/admin/form/workflow/workflow.component.d.ts.map +1 -0
  403. package/lib/admin/indices/manage-cube-index.component.d.ts.map +1 -0
  404. package/lib/admin/localized-string.component.d.ts.map +1 -0
  405. package/lib/admin/patterns/patterns.component.d.ts.map +1 -0
  406. package/lib/admin/permissions/permissions.component.d.ts.map +1 -0
  407. package/lib/admin/positions/positions-popup.component.d.ts.map +1 -0
  408. package/lib/admin/positions/positions.component.d.ts.map +1 -0
  409. package/lib/admin/profiler/outofoffice.component.d.ts.map +1 -0
  410. package/lib/admin/profiler/profiler.component.d.ts.map +1 -0
  411. package/lib/admin/system.service.d.ts.map +1 -0
  412. package/lib/admin/utility-ref.d.ts.map +1 -0
  413. package/lib/admin/utility-wrapper.component.d.ts.map +1 -0
  414. package/lib/admin/utility.pane.component.d.ts.map +1 -0
  415. package/lib/app.component.d.ts.map +1 -0
  416. package/lib/bizdoc.module.d.ts.map +1 -0
  417. package/lib/browse/browse-items.component.d.ts.map +1 -0
  418. package/lib/browse/browse.mobile.component.d.ts.map +1 -0
  419. package/lib/browse/browse.pane.component.d.ts.map +1 -0
  420. package/lib/browse/expanded-item/expanded-item.component.d.ts.map +1 -0
  421. package/lib/browse/filter/filter.component.d.ts.map +1 -0
  422. package/lib/browse/folders-menu.component.d.ts.map +1 -0
  423. package/lib/chat/chat-info.d.ts.map +1 -0
  424. package/lib/chat/chat.mobile.component.d.ts.map +1 -0
  425. package/lib/chat/chat.service.d.ts.map +1 -0
  426. package/lib/chat/contacts.component.d.ts.map +1 -0
  427. package/lib/chat/contacts.pane.component.d.ts.map +1 -0
  428. package/lib/chat/conversation.component.d.ts.map +1 -0
  429. package/lib/chat/conversation.pane.component.d.ts.map +1 -0
  430. package/lib/compose/action/action-picker.component.d.ts.map +1 -0
  431. package/lib/compose/action/action-ref.d.ts.map +1 -0
  432. package/lib/compose/action/action.base.d.ts.map +1 -0
  433. package/lib/compose/action/action.dialog.d.ts.map +1 -0
  434. package/lib/compose/action/action.pane.dialog.exp.d.ts.map +1 -0
  435. package/lib/compose/action/assign-action.component.d.ts.map +1 -0
  436. package/lib/compose/action/moveto-action.component.d.ts.map +1 -0
  437. package/lib/compose/action/return-action.component.d.ts.map +1 -0
  438. package/lib/compose/attachments/attachments.component.d.ts.map +1 -0
  439. package/lib/compose/attachments/preview/attachment-preview.component.d.ts.map +1 -0
  440. package/lib/compose/attachments/progress-button.directive.d.ts.map +1 -0
  441. package/lib/compose/box/box.component.d.ts.map +1 -0
  442. package/lib/compose/can-deactivate-changes.service.d.ts.map +1 -0
  443. package/lib/compose/comments/comment.component.d.ts.map +1 -0
  444. package/lib/compose/comments/comments.component.d.ts.map +1 -0
  445. package/lib/compose/comments/comments.pane.component.d.ts.map +1 -0
  446. package/lib/compose/comments/edit-comment.component.d.ts.map +1 -0
  447. package/lib/compose/comments/edits.component.d.ts.map +1 -0
  448. package/lib/compose/comments/quick-comment.component.exp.d.ts.map +1 -0
  449. package/lib/compose/comments/votes.component.d.ts.map +1 -0
  450. package/lib/compose/compose-resolve.service.d.ts.map +1 -0
  451. package/lib/compose/compose.mobile.component.d.ts.map +1 -0
  452. package/lib/compose/compose.pane.component.d.ts.map +1 -0
  453. package/lib/compose/copy/copy.dialog.d.ts.map +1 -0
  454. package/lib/compose/dismiss.service.d.ts.map +1 -0
  455. package/lib/compose/document-resolver.service.d.ts.map +1 -0
  456. package/lib/compose/document.component.d.ts.map +1 -0
  457. package/lib/compose/document.mobile.component.d.ts.map +1 -0
  458. package/lib/compose/document.pane.component.d.ts.map +1 -0
  459. package/lib/compose/events/events.component.d.ts.map +1 -0
  460. package/lib/compose/form-ref.d.ts.map +1 -0
  461. package/lib/compose/form-selector/form-selector.sheet.d.ts.map +1 -0
  462. package/lib/compose/form.component.d.ts.map +1 -0
  463. package/lib/compose/new-menu.component.d.ts.map +1 -0
  464. package/lib/compose/privilage.directive.d.ts.map +1 -0
  465. package/lib/compose/recipient-resolver.service.d.ts.map +1 -0
  466. package/lib/compose/state.component.d.ts.map +1 -0
  467. package/lib/compose/tag/tags.component.d.ts.map +1 -0
  468. package/lib/compose/trace/flow.component.d.ts.map +1 -0
  469. package/lib/compose/trace/people.component.d.ts.map +1 -0
  470. package/lib/compose/trace/trace.base.d.ts.map +1 -0
  471. package/lib/compose/trace/trace.component.d.ts.map +1 -0
  472. package/lib/compose/trace/trace.pane.component.d.ts.map +1 -0
  473. package/lib/compose/version-compare/version-compare.component.d.ts.map +1 -0
  474. package/lib/compose/version-compare/version-compare.directive.d.ts.map +1 -0
  475. package/lib/compose/version-compare/version.pane.component.d.ts.map +1 -0
  476. package/lib/core/NgComponentOutlet.d.ts.map +1 -0
  477. package/lib/core/account.service.d.ts.map +1 -0
  478. package/lib/core/animated-icon/animated-icon.directive.d.ts.map +1 -0
  479. package/lib/core/animations.d.ts.map +1 -0
  480. package/lib/core/authentication.d.ts.map +1 -0
  481. package/lib/core/avatar/avatar.component.d.ts.map +1 -0
  482. package/lib/core/base.d.ts.map +1 -0
  483. package/lib/core/colors.d.ts.map +1 -0
  484. package/lib/core/component-factory-resolver.d.ts.map +1 -0
  485. package/lib/core/configuration.d.ts.map +1 -0
  486. package/lib/core/controls/address.input.d.ts.map +1 -0
  487. package/lib/core/controls/auto-complete.input.d.ts.map +1 -0
  488. package/lib/core/controls/combination-picker-body.d.ts.map +1 -0
  489. package/lib/core/controls/combination-picker.d.ts.map +1 -0
  490. package/lib/core/controls/combination-pool.d.ts.map +1 -0
  491. package/lib/core/controls/file.input.d.ts.map +1 -0
  492. package/lib/core/controls/select.input.d.ts.map +1 -0
  493. package/lib/core/controls/signature.input.d.ts.map +1 -0
  494. package/lib/core/controls/time-picker.d.ts.map +1 -0
  495. package/lib/core/controls/timespan.input.d.ts.map +1 -0
  496. package/lib/core/datasource.service.d.ts.map +1 -0
  497. package/lib/core/decorators.d.ts.map +1 -0
  498. package/lib/core/firebase.service.d.ts.map +1 -0
  499. package/lib/core/functions.d.ts.map +1 -0
  500. package/lib/core/guide/guide.component.d.ts.map +1 -0
  501. package/lib/core/guide/guide.service.d.ts.map +1 -0
  502. package/lib/core/guide/help-tip.component.d.ts.map +1 -0
  503. package/lib/core/http.interceptor.d.ts.map +1 -0
  504. package/lib/core/hub.service.d.ts.map +1 -0
  505. package/lib/core/identity/identity.component.d.ts.map +1 -0
  506. package/lib/core/info/attachment-info.service.d.ts.map +1 -0
  507. package/lib/core/info/document-info.service.d.ts.map +1 -0
  508. package/lib/core/info/location-info.component.d.ts.map +1 -0
  509. package/lib/core/info/map-info.d.ts.map +1 -0
  510. package/lib/core/layout/autocomplete.field.d.ts.map +1 -0
  511. package/lib/core/layout/checkbox.d.ts.map +1 -0
  512. package/lib/core/layout/checkbox.field.d.ts.map +1 -0
  513. package/lib/core/layout/date-range.field.d.ts.map +1 -0
  514. package/lib/core/layout/date.field.d.ts.map +1 -0
  515. package/lib/core/layout/expression.field.d.ts.map +1 -0
  516. package/lib/core/layout/file.field.d.ts.map +1 -0
  517. package/lib/core/layout/html.field.d.ts.map +1 -0
  518. package/lib/core/layout/input.base.d.ts.map +1 -0
  519. package/lib/core/layout/input.field.d.ts.map +1 -0
  520. package/lib/core/layout/layout.component.d.ts.map +1 -0
  521. package/lib/core/layout/numeric.field.d.ts.map +1 -0
  522. package/lib/core/layout/select.field.d.ts.map +1 -0
  523. package/lib/core/layout/switch.field.d.ts.map +1 -0
  524. package/lib/core/layout/textarea.field.d.ts.map +1 -0
  525. package/lib/core/layout/timespan.field.d.ts.map +1 -0
  526. package/lib/core/lottie-animation.d.ts.map +1 -0
  527. package/lib/core/mailbox.service.d.ts.map +1 -0
  528. package/lib/core/models.d.ts.map +1 -0
  529. package/lib/core/none.component.d.ts.map +1 -0
  530. package/lib/core/pipes/action.pipe.d.ts.map +1 -0
  531. package/lib/core/pipes/calendar.pipe.d.ts.map +1 -0
  532. package/lib/core/pipes/date-format.pipe.d.ts.map +1 -0
  533. package/lib/core/pipes/daterange.pipe.d.ts.map +1 -0
  534. package/lib/core/pipes/difference.pipe.d.ts.map +1 -0
  535. package/lib/core/pipes/duration-format.pipe.d.ts.map +1 -0
  536. package/lib/core/pipes/duration.pipe.d.ts.map +1 -0
  537. package/lib/core/pipes/form.pipe.d.ts.map +1 -0
  538. package/lib/core/pipes/join.pipe.d.ts.map +1 -0
  539. package/lib/core/pipes/localized-string.pipe.d.ts.map +1 -0
  540. package/lib/core/pipes/role.pipe.d.ts.map +1 -0
  541. package/lib/core/pipes/sanitize-html.pipe.d.ts.map +1 -0
  542. package/lib/core/pipes/sort.pipe.d.ts.map +1 -0
  543. package/lib/core/pipes/state.pipe.d.ts.map +1 -0
  544. package/lib/core/pipes/time-ago.pipe.d.ts.map +1 -0
  545. package/lib/core/pipes/translate.pipe.d.ts.map +1 -0
  546. package/lib/core/pipes/type-value.pipe.d.ts.map +1 -0
  547. package/lib/core/pipes/user-name.pipe.d.ts.map +1 -0
  548. package/lib/core/popup/popup-ref.d.ts.map +1 -0
  549. package/lib/core/popup/popup.component.d.ts.map +1 -0
  550. package/lib/core/popup/popup.service.d.ts.map +1 -0
  551. package/lib/core/popup/tooltip.directive.d.ts.map +1 -0
  552. package/lib/core/prompt/ask/ask.dialog.d.ts.map +1 -0
  553. package/lib/core/prompt/mask/mask.component.d.ts.map +1 -0
  554. package/lib/core/prompt.service.d.ts.map +1 -0
  555. package/lib/core/router.d.ts.map +1 -0
  556. package/lib/core/save-changes.dialog.d.ts.map +1 -0
  557. package/lib/core/session.service.d.ts.map +1 -0
  558. package/lib/core/slots/pane-ref.d.ts.map +1 -0
  559. package/lib/core/slots/router.directive.d.ts.map +1 -0
  560. package/lib/core/slots/router.service.d.ts.map +1 -0
  561. package/lib/core/slots/slots.component.d.ts.map +1 -0
  562. package/lib/core/tagging/documents.component.d.ts.map +1 -0
  563. package/lib/core/tagging/edit-input.component.d.ts.map +1 -0
  564. package/lib/core/tagging/emoji.component.d.ts.map +1 -0
  565. package/lib/core/tagging/tagging-item.directive.d.ts.map +1 -0
  566. package/lib/core/tagging/tagging.component-base.d.ts.map +1 -0
  567. package/lib/core/tagging/tagging.directive.d.ts.map +1 -0
  568. package/lib/core/tagging/tagging.pipe.d.ts.map +1 -0
  569. package/lib/core/tagging/users.component.d.ts.map +1 -0
  570. package/lib/core/translate.service.d.ts.map +1 -0
  571. package/lib/core/translations.d.ts.map +1 -0
  572. package/lib/core/window-title.service.d.ts.map +1 -0
  573. package/lib/cube/accum/accum.component.d.ts.map +1 -0
  574. package/lib/cube/chart/chart.component.d.ts.map +1 -0
  575. package/lib/cube/cube-info.service.d.ts.map +1 -0
  576. package/lib/cube/cube-menu.component.d.ts.map +1 -0
  577. package/lib/cube/cube-view.component.d.ts.map +1 -0
  578. package/lib/cube/cube.service.d.ts.map +1 -0
  579. package/lib/cube/declarations.d.ts.map +1 -0
  580. package/lib/cube/explore/document-item.component.d.ts.map +1 -0
  581. package/lib/cube/explore/explore-item.component.d.ts.map +1 -0
  582. package/lib/cube/explore/explore-items.component.d.ts.map +1 -0
  583. package/lib/cube/explore/explore.pane.component.d.ts.map +1 -0
  584. package/lib/cube/explore/item-resolver.service.d.ts.map +1 -0
  585. package/lib/cube/explore/item.pane.component.d.ts.map +1 -0
  586. package/lib/cube/filter/filter-tags.component.exp.d.ts.map +1 -0
  587. package/lib/cube/filter/filter.component.d.ts.map +1 -0
  588. package/lib/cube/grid/grid.component.d.ts.map +1 -0
  589. package/lib/cube/grid/spreadsheet.component.d.ts.map +1 -0
  590. package/lib/cube/matrix/matrix.base.d.ts.map +1 -0
  591. package/lib/cube/matrix/matrix.mobile.component.d.ts.map +1 -0
  592. package/lib/cube/matrix/matrix.pane.component.d.ts.map +1 -0
  593. package/lib/cube/matrix/popup.component.d.ts.map +1 -0
  594. package/lib/cube/matrix/table.component.d.ts.map +1 -0
  595. package/lib/cube/parallel/item.d.ts.map +1 -0
  596. package/lib/cube/parallel/parallel.component.d.ts.map +1 -0
  597. package/lib/cube/pivot/pivot.component.d.ts.map +1 -0
  598. package/lib/cube/sum/sum.component.d.ts.map +1 -0
  599. package/lib/cube/view-base.d.ts.map +1 -0
  600. package/lib/cube/view.mobile.component.d.ts.map +1 -0
  601. package/lib/cube/view.pane.component.d.ts.map +1 -0
  602. package/lib/dashboard/actions/actions.widget.d.ts.map +1 -0
  603. package/lib/dashboard/cube/accum-cube.widget.d.ts.map +1 -0
  604. package/lib/dashboard/cube/compare.widget.d.ts.map +1 -0
  605. package/lib/dashboard/cube/cube-analysis.base.d.ts.map +1 -0
  606. package/lib/dashboard/cube/cube-analysis.widget.d.ts.map +1 -0
  607. package/lib/dashboard/cube/cube-chart.widget.d.ts.map +1 -0
  608. package/lib/dashboard/cube/documents.widget.d.ts.map +1 -0
  609. package/lib/dashboard/cube/filter/filter.component.d.ts.map +1 -0
  610. package/lib/dashboard/dashboard.component.d.ts.map +1 -0
  611. package/lib/dashboard/dashboard.pane.component.d.ts.map +1 -0
  612. package/lib/dashboard/recents/recents.widget.d.ts.map +1 -0
  613. package/lib/dashboard/score/activity.widget.d.ts.map +1 -0
  614. package/lib/dashboard/score/compare-groups.widget.d.ts.map +1 -0
  615. package/lib/dashboard/score/peers-performance.widget.d.ts.map +1 -0
  616. package/lib/dashboard/score/pending-results.widget.d.ts.map +1 -0
  617. package/lib/dashboard/score/personal-score.widget.d.ts.map +1 -0
  618. package/lib/dashboard/widget-item.component.d.ts.map +1 -0
  619. package/lib/dashboard/widget-ref.d.ts.map +1 -0
  620. package/lib/desktop.module.d.ts.map +1 -0
  621. package/lib/home/about/about.dialog.d.ts.map +1 -0
  622. package/lib/home/home-base.component.d.ts.map +1 -0
  623. package/lib/home/home.desktop.component.d.ts.map +1 -0
  624. package/lib/home/home.mobile.component.d.ts.map +1 -0
  625. package/lib/home/notifications/notifications.component.d.ts.map +1 -0
  626. package/lib/home/options/options.component.d.ts.map +1 -0
  627. package/lib/home/outofoffice/outofoffice.component.d.ts.map +1 -0
  628. package/lib/home/sign/sign.component.d.ts.map +1 -0
  629. package/lib/home/tools.component.d.ts.map +1 -0
  630. package/lib/impersonate/impersonate.component.d.ts.map +1 -0
  631. package/lib/mobile.module.d.ts.map +1 -0
  632. package/lib/modules/chart.module.d.ts.map +1 -0
  633. package/lib/modules/circular-gauge.module.d.ts.map +1 -0
  634. package/lib/modules/date.adapter.d.ts.map +1 -0
  635. package/lib/modules/datepicker.intl.d.ts.map +1 -0
  636. package/lib/modules/dayjs.module.d.ts.map +1 -0
  637. package/lib/modules/diagram.module.d.ts.map +1 -0
  638. package/lib/modules/gantt.module.d.ts.map +1 -0
  639. package/lib/modules/grid.module.d.ts.map +1 -0
  640. package/lib/modules/material.module.d.ts.map +1 -0
  641. package/lib/modules/paginator.intl.d.ts.map +1 -0
  642. package/lib/modules/pivot.module.d.ts.map +1 -0
  643. package/lib/modules/schedule.module.d.ts.map +1 -0
  644. package/lib/modules/spreadsheet.module.d.ts.map +1 -0
  645. package/lib/modules/stepper.intl.d.ts.map +1 -0
  646. package/lib/modules/texteditor.module.d.ts.map +1 -0
  647. package/lib/notifications/filter.component.d.ts.map +1 -0
  648. package/lib/notifications/notifications-table.component.d.ts.map +1 -0
  649. package/lib/notifications/notifications.component-base.d.ts.map +1 -0
  650. package/lib/notifications/notifications.mobile.component.d.ts.map +1 -0
  651. package/lib/notifications/notifications.pane.component.d.ts.map +1 -0
  652. package/lib/notifications/notifications.service.d.ts.map +1 -0
  653. package/lib/notifications/types/commented.notification.d.ts.map +1 -0
  654. package/lib/notifications/types/cube-anomaly.notification.d.ts.map +1 -0
  655. package/lib/notifications/types/escalated.notification.d.ts.map +1 -0
  656. package/lib/notifications/types/liked.notification.d.ts.map +1 -0
  657. package/lib/notifications/types/long-running-task.notification.d.ts.map +1 -0
  658. package/lib/notifications/types/notification-base.d.ts.map +1 -0
  659. package/lib/notifications/types/nudge.notification.d.ts.map +1 -0
  660. package/lib/notifications/types/state-changed.notification.d.ts.map +1 -0
  661. package/lib/notifications/types/tagged.notification.d.ts.map +1 -0
  662. package/lib/notifications/types/text.notification.d.ts.map +1 -0
  663. package/lib/notifications/types/upcoming-event.notification.d.ts.map +1 -0
  664. package/lib/options/options.component.d.ts.map +1 -0
  665. package/lib/options/options.service.d.ts.map +1 -0
  666. package/lib/reports/arguments-component.d.ts.map +1 -0
  667. package/lib/reports/cube/documents.component.d.ts.map +1 -0
  668. package/lib/reports/cube/grid-documents.component.d.ts.map +1 -0
  669. package/lib/reports/cube/table-documents.component.d.ts.map +1 -0
  670. package/lib/reports/cube/usage-args.component.d.ts.map +1 -0
  671. package/lib/reports/cube/usage-base.d.ts.map +1 -0
  672. package/lib/reports/cube/usage-chart.component.d.ts.map +1 -0
  673. package/lib/reports/cube/usage-pivot.component.d.ts.map +1 -0
  674. package/lib/reports/cube/usage.component.d.ts.map +1 -0
  675. package/lib/reports/report-ref.d.ts.map +1 -0
  676. package/lib/reports/report-viewer.component.d.ts.map +1 -0
  677. package/lib/reports/report.mobile.component.d.ts.map +1 -0
  678. package/lib/reports/report.pane.component.d.ts.map +1 -0
  679. package/lib/reports/reports-menu.component.d.ts.map +1 -0
  680. package/lib/reports/substitution/substitution.component.d.ts.map +1 -0
  681. package/lib/reports/table/table-view.component.d.ts.map +1 -0
  682. package/lib/reports/tasks/tasks.component.d.ts.map +1 -0
  683. package/lib/routes.desktop.d.ts.map +1 -0
  684. package/lib/routes.mobile.d.ts.map +1 -0
  685. package/lib/scheduler/schedule.component.d.ts.map +1 -0
  686. package/lib/scheduler/scheduler.mobile.component.d.ts.map +1 -0
  687. package/lib/scheduler/scheduler.pane.component.d.ts.map +1 -0
  688. package/lib/search/cube.component.d.ts.map +1 -0
  689. package/lib/search/declarations.d.ts.map +1 -0
  690. package/lib/search/document.component.d.ts.map +1 -0
  691. package/lib/search/guide.component.d.ts.map +1 -0
  692. package/lib/search/path.component.d.ts.map +1 -0
  693. package/lib/search/search.service.d.ts.map +1 -0
  694. package/lib/shared.module.d.ts.map +1 -0
  695. package/lib/system.module.d.ts.map +1 -0
  696. package/lib/views/cube/chart.component.d.ts.map +1 -0
  697. package/lib/views/cube/cube-base.d.ts.map +1 -0
  698. package/lib/views/cube/explore.component.d.ts.map +1 -0
  699. package/lib/views/cube/matrix.component.d.ts.map +1 -0
  700. package/lib/views/cube/parallel.component.d.ts.map +1 -0
  701. package/lib/views/cube/pivot.component.d.ts.map +1 -0
  702. package/lib/views/cube/sum.component.d.ts.map +1 -0
  703. package/lib/views/cube/view.component.d.ts.map +1 -0
  704. package/lib/views/document-view-ref.d.ts.map +1 -0
  705. package/lib/views/timeline/timeline.component.exp.d.ts.map +1 -0
  706. package/lib/views/view-item.component.d.ts.map +1 -0
  707. package/lib/views/views.component.d.ts.map +1 -0
  708. package/lib/views/views.mobile.component.d.ts.map +1 -0
  709. package/lib/views/views.pane.component.d.ts.map +1 -0
  710. package/package.json +1 -1
  711. package/public-api.d.ts.map +1 -0
@@ -51,14 +51,14 @@ let UsageReportDesignComponent = class UsageReportDesignComponent extends Design
51
51
  super.ngOnInit();
52
52
  }
53
53
  };
54
- UsageReportDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: UsageReportDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
55
- UsageReportDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: UsageReportDesignComponent, 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-radio-group [formControl]=\"type\" (change)=\"typechange($event)\">\r\n <mat-radio-button value=\"Chart\">{{'Chart'|translate}}</mat-radio-button>\r\n <mat-radio-button value=\"Pivot\">{{'Pivot'|translate}}</mat-radio-button>\r\n </mat-radio-group>\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>{{'Series'|translate}}</mat-label>\r\n <mat-select formControlName=\"series\" required multiple [sortComparator]=\"sortComparator\">\r\n <mat-option *ngFor=\"let a of cube?.axes\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </mat-select>\r\n <mat-error *ngIf=\"form.get('series').hasError('required')\" [innerHTML]=\"'RequiredErr'|translate:('Series'|translate)\"></mat-error>\r\n </mat-form-field>\r\n <ng-container [ngSwitch]=\"type.value\">\r\n <ng-container *ngSwitchCase=\"'Pivot'\">\r\n <mat-form-field>\r\n <mat-label>{{'XAxis'|translate}}</mat-label>\r\n <mat-select formControlName=\"xAxis\" multiple [sortComparator]=\"sortComparator\">\r\n <ng-container *ngFor=\"let a of cube?.axes\">\r\n <mat-option *ngIf=\"form.get('series').value?.indexOf(a.name) < 0\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </ng-container>\r\n </mat-select>\r\n </mat-form-field>\r\n </ng-container>\r\n <mat-form-field *ngIf=\"cube?.indices?.length\">\r\n <mat-label>{{'Indices'|translate}}</mat-label>\r\n <mat-select formControlName=\"indices\" multiple [sortComparator]=\"sortComparator\">\r\n <mat-option *ngFor=\"let x of cube?.indices\" [value]=\"x.name\">{{x.title }}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <ng-container *ngSwitchCase=\"'Chart'\">\r\n <mat-form-field>\r\n <mat-label>{{'ChartType'|translate}}</mat-label>\r\n <mat-select formControlName=\"chartType\">\r\n <mat-option value=\"Column\">{{'Column'|translate}}</mat-option>\r\n <mat-option value=\"Bar\">{{'Bar'|translate}}</mat-option>\r\n <mat-option value=\"Line\">{{'Line'|translate}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </ng-container>\r\n </ng-container>\r\n <bizdoc-designer-cube-filter *ngIf=\"cube\" [cube]=\"cube\" [form]=\"form.get('filters')\"></bizdoc-designer-cube-filter>\r\n </form>\r\n</ng-template>\r\n", styles: [""], 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: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { 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.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["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: "directive", type: i3.MatRadioGroup, selector: "mat-radio-group", exportAs: ["matRadioGroup"] }, { kind: "component", type: i3.MatRadioButton, selector: "mat-radio-button", inputs: ["disableRipple", "tabIndex"], exportAs: ["matRadioButton"] }, { kind: "component", type: i4.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "directive", type: i5.MatError, selector: "mat-error", inputs: ["id"] }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "component", type: i6.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i7.DesignerCubeFilterComponent, selector: "bizdoc-designer-cube-filter", inputs: ["cube", "form"] }, { kind: "pipe", type: i8.TranslatePipe, name: "translate" }] });
54
+ UsageReportDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: UsageReportDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
55
+ UsageReportDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: UsageReportDesignComponent, 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-radio-group [formControl]=\"type\" (change)=\"typechange($event)\">\r\n <mat-radio-button value=\"Chart\">{{'Chart'|translate}}</mat-radio-button>\r\n <mat-radio-button value=\"Pivot\">{{'Pivot'|translate}}</mat-radio-button>\r\n </mat-radio-group>\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>{{'Series'|translate}}</mat-label>\r\n <mat-select formControlName=\"series\" required multiple [sortComparator]=\"sortComparator\">\r\n <mat-option *ngFor=\"let a of cube?.axes\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </mat-select>\r\n <mat-error *ngIf=\"form.get('series').hasError('required')\" [innerHTML]=\"'RequiredErr'|translate:('Series'|translate)\"></mat-error>\r\n </mat-form-field>\r\n <ng-container [ngSwitch]=\"type.value\">\r\n <ng-container *ngSwitchCase=\"'Pivot'\">\r\n <mat-form-field>\r\n <mat-label>{{'XAxis'|translate}}</mat-label>\r\n <mat-select formControlName=\"xAxis\" multiple [sortComparator]=\"sortComparator\">\r\n <ng-container *ngFor=\"let a of cube?.axes\">\r\n <mat-option *ngIf=\"form.get('series').value?.indexOf(a.name) < 0\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </ng-container>\r\n </mat-select>\r\n </mat-form-field>\r\n </ng-container>\r\n <mat-form-field *ngIf=\"cube?.indices?.length\">\r\n <mat-label>{{'Indices'|translate}}</mat-label>\r\n <mat-select formControlName=\"indices\" multiple [sortComparator]=\"sortComparator\">\r\n <mat-option *ngFor=\"let x of cube?.indices\" [value]=\"x.name\">{{x.title }}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <ng-container *ngSwitchCase=\"'Chart'\">\r\n <mat-form-field>\r\n <mat-label>{{'ChartType'|translate}}</mat-label>\r\n <mat-select formControlName=\"chartType\">\r\n <mat-option value=\"Column\">{{'Column'|translate}}</mat-option>\r\n <mat-option value=\"Bar\">{{'Bar'|translate}}</mat-option>\r\n <mat-option value=\"Line\">{{'Line'|translate}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </ng-container>\r\n </ng-container>\r\n <bizdoc-designer-cube-filter *ngIf=\"cube\" [cube]=\"cube\" [form]=\"form.get('filters')\"></bizdoc-designer-cube-filter>\r\n </form>\r\n</ng-template>\r\n", styles: [""], 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: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { 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.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["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: "directive", type: i3.MatRadioGroup, selector: "mat-radio-group", exportAs: ["matRadioGroup"] }, { kind: "component", type: i3.MatRadioButton, selector: "mat-radio-button", inputs: ["disableRipple", "tabIndex"], exportAs: ["matRadioButton"] }, { kind: "component", type: i4.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "directive", type: i5.MatError, selector: "mat-error", inputs: ["id"] }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "component", type: i6.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i7.DesignerCubeFilterComponent, selector: "bizdoc-designer-cube-filter", inputs: ["cube", "form"] }, { kind: "pipe", type: i8.TranslatePipe, name: "translate" }] });
56
56
  UsageReportDesignComponent = __decorate([
57
57
  BizDoc({ selector: 'usage-report-designer' })
58
58
  ], UsageReportDesignComponent);
59
59
  export { UsageReportDesignComponent };
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: UsageReportDesignComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: UsageReportDesignComponent, decorators: [{
61
61
  type: Component,
62
62
  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-radio-group [formControl]=\"type\" (change)=\"typechange($event)\">\r\n <mat-radio-button value=\"Chart\">{{'Chart'|translate}}</mat-radio-button>\r\n <mat-radio-button value=\"Pivot\">{{'Pivot'|translate}}</mat-radio-button>\r\n </mat-radio-group>\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>{{'Series'|translate}}</mat-label>\r\n <mat-select formControlName=\"series\" required multiple [sortComparator]=\"sortComparator\">\r\n <mat-option *ngFor=\"let a of cube?.axes\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </mat-select>\r\n <mat-error *ngIf=\"form.get('series').hasError('required')\" [innerHTML]=\"'RequiredErr'|translate:('Series'|translate)\"></mat-error>\r\n </mat-form-field>\r\n <ng-container [ngSwitch]=\"type.value\">\r\n <ng-container *ngSwitchCase=\"'Pivot'\">\r\n <mat-form-field>\r\n <mat-label>{{'XAxis'|translate}}</mat-label>\r\n <mat-select formControlName=\"xAxis\" multiple [sortComparator]=\"sortComparator\">\r\n <ng-container *ngFor=\"let a of cube?.axes\">\r\n <mat-option *ngIf=\"form.get('series').value?.indexOf(a.name) < 0\" [value]=\"a.name\">{{a.title }}</mat-option>\r\n </ng-container>\r\n </mat-select>\r\n </mat-form-field>\r\n </ng-container>\r\n <mat-form-field *ngIf=\"cube?.indices?.length\">\r\n <mat-label>{{'Indices'|translate}}</mat-label>\r\n <mat-select formControlName=\"indices\" multiple [sortComparator]=\"sortComparator\">\r\n <mat-option *ngFor=\"let x of cube?.indices\" [value]=\"x.name\">{{x.title }}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <ng-container *ngSwitchCase=\"'Chart'\">\r\n <mat-form-field>\r\n <mat-label>{{'ChartType'|translate}}</mat-label>\r\n <mat-select formControlName=\"chartType\">\r\n <mat-option value=\"Column\">{{'Column'|translate}}</mat-option>\r\n <mat-option value=\"Bar\">{{'Bar'|translate}}</mat-option>\r\n <mat-option value=\"Line\">{{'Line'|translate}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </ng-container>\r\n </ng-container>\r\n <bizdoc-designer-cube-filter *ngIf=\"cube\" [cube]=\"cube\" [form]=\"form.get('filters')\"></bizdoc-designer-cube-filter>\r\n </form>\r\n</ng-template>\r\n" }]
63
63
  }] });
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNhZ2UtcmVwb3J0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy91c2FnZS1yZXBvcnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL3VzYWdlLXJlcG9ydC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFNUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWxELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7Ozs7O0FBT3pELElBQU0sMEJBQTBCLEdBQWhDLE1BQU0sMEJBQTJCLFNBQVEsNEJBQWdEO0lBQXpGOztRQUNJLFNBQUksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM5QixTQUFJLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUM7WUFDN0IsSUFBSSxFQUFFLElBQUk7WUFDVixNQUFNLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDbkQsS0FBSyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1lBQ2xELE9BQU8sRUFBRSxJQUFJO1lBQ2IsT0FBTyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQztZQUMzQixTQUFTLEVBQUUsSUFBSTtZQUNmLFFBQVEsRUFBRSxLQUFLO1lBQ2YsS0FBSyxFQUFFLElBQUk7U0FDWixDQUFDLENBQUM7S0F3Qko7SUF2QkMsVUFBVSxDQUFDLEdBQW1CO1FBQzVCLE1BQU0sR0FBRyxHQUFHLEdBQUcsQ0FBQyxLQUFLLENBQUM7UUFDdEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNsQixDQUFDO0lBQ08sS0FBSyxDQUFDLElBQWU7UUFDM0IsTUFBTSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztRQUNoRCxRQUFRLElBQUksRUFBRTtZQUNaLEtBQUssT0FBTztnQkFDVixTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO2dCQUN6QixLQUFLLENBQUMsTUFBTSxFQUFFLENBQUM7Z0JBQ2YsTUFBTTtZQUNSLEtBQUssT0FBTztnQkFDVixTQUFTLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDO2dCQUM3QixLQUFLLENBQUMsT0FBTyxFQUFFLENBQUM7Z0JBQ2hCLE1BQU07U0FDVDtJQUNILENBQUM7SUFDRCxRQUFRO1FBQ04sTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLE9BQU8sRUFBRSxTQUFTLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDO1FBQ3hELElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDaEIsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ25CLENBQUM7O3VIQWxDVSwwQkFBMEI7MkdBQTFCLDBCQUEwQiwyRUNadkMsMHpGQW9EQTtBRHhDYSwwQkFBMEI7SUFEdEMsTUFBTSxDQUFDLEVBQUUsUUFBUSxFQUFFLHVCQUF1QixFQUFFLENBQUM7R0FDakMsMEJBQTBCLENBbUN0QztTQW5DWSwwQkFBMEI7MkZBQTFCLDBCQUEwQjtrQkFMdEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVmFsaWRhdG9ycyB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xyXG5pbXBvcnQgeyBNYXRSYWRpb0NoYW5nZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9yYWRpb1wiO1xyXG5pbXBvcnQgeyBCaXpEb2MgfSBmcm9tIFwiLi4vLi4vLi4vY29yZS9kZWNvcmF0b3JzXCI7XHJcbmltcG9ydCB7IFVzYWdlU2V0dGluZ3NNb2RlbCwgVXNhZ2VUeXBlIH0gZnJvbSBcIi4uLy4uLy4uL3JlcG9ydHMvY3ViZS91c2FnZS1iYXNlXCI7XHJcbmltcG9ydCB7IERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQgfSBmcm9tIFwiLi4vZGVzaWduZXIuYmFzZVwiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgdGVtcGxhdGVVcmw6ICd1c2FnZS1yZXBvcnQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWyd1c2FnZS1yZXBvcnQuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5AQml6RG9jKHsgc2VsZWN0b3I6ICd1c2FnZS1yZXBvcnQtZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBVc2FnZVJlcG9ydERlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQ8VXNhZ2VTZXR0aW5nc01vZGVsPiBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgcmVhZG9ubHkgdHlwZSA9IHRoaXMuX2ZiLmNvbnRyb2wobnVsbCk7XHJcbiAgcmVhZG9ubHkgZm9ybSA9IHRoaXMuX2ZiLmdyb3VwKHtcclxuICAgIGN1YmU6IG51bGwsXHJcbiAgICBzZXJpZXM6IHRoaXMuX2ZiLmNvbnRyb2wobnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZCksXHJcbiAgICB4QXhpczogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICAgIGluZGljZXM6IG51bGwsXHJcbiAgICBmaWx0ZXJzOiB0aGlzLl9mYi5ncm91cCh7fSksXHJcbiAgICBjaGFydFR5cGU6IG51bGwsXHJcbiAgICBjb2xsYXBzZTogZmFsc2UsXHJcbiAgICBzY29wZTogbnVsbFxyXG4gIH0pO1xyXG4gIHR5cGVjaGFuZ2UoZXZ0OiBNYXRSYWRpb0NoYW5nZSkge1xyXG4gICAgY29uc3QgdmFsID0gZXZ0LnZhbHVlO1xyXG4gICAgdGhpcy5fdHlwZSh2YWwpO1xyXG4gIH1cclxuICBwcml2YXRlIF90eXBlKHR5cGU6IFVzYWdlVHlwZSkge1xyXG4gICAgY29uc3QgeyB4QXhpcywgY2hhcnRUeXBlIH0gPSB0aGlzLmZvcm0uY29udHJvbHM7XHJcbiAgICBzd2l0Y2ggKHR5cGUpIHtcclxuICAgICAgY2FzZSAnUGl2b3QnOlxyXG4gICAgICAgIGNoYXJ0VHlwZS5zZXRWYWx1ZShudWxsKTtcclxuICAgICAgICB4QXhpcy5lbmFibGUoKTtcclxuICAgICAgICBicmVhaztcclxuICAgICAgY2FzZSAnQ2hhcnQnOlxyXG4gICAgICAgIGNoYXJ0VHlwZS5zZXRWYWx1ZSgnQ29sdW1uJyk7XHJcbiAgICAgICAgeEF4aXMuZGlzYWJsZSgpO1xyXG4gICAgICAgIGJyZWFrO1xyXG4gICAgfVxyXG4gIH1cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIGNvbnN0IHR5cCA9IHRoaXMub3B0aW9ucz8uY2hhcnRUeXBlID8gJ0NoYXJ0JyA6ICdQaXZvdCc7XHJcbiAgICB0aGlzLnR5cGUuc2V0VmFsdWUodHlwKTtcclxuICAgIHRoaXMuX3R5cGUodHlwKTtcclxuICAgIHN1cGVyLm5nT25Jbml0KCk7XHJcbiAgfVxyXG59XHJcbiIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJtb2RlID09PSAnd2lkZ2V0JzsgZWxzZSBlZGl0XCI+XHJcbjwvbmctY29udGFpbmVyPlxyXG48bmctdGVtcGxhdGUgI2VkaXQ+XHJcbiAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDxtYXQtcmFkaW8tZ3JvdXAgW2Zvcm1Db250cm9sXT1cInR5cGVcIiAoY2hhbmdlKT1cInR5cGVjaGFuZ2UoJGV2ZW50KVwiPlxyXG4gICAgICA8bWF0LXJhZGlvLWJ1dHRvbiB2YWx1ZT1cIkNoYXJ0XCI+e3snQ2hhcnQnfHRyYW5zbGF0ZX19PC9tYXQtcmFkaW8tYnV0dG9uPlxyXG4gICAgICA8bWF0LXJhZGlvLWJ1dHRvbiB2YWx1ZT1cIlBpdm90XCI+e3snUGl2b3QnfHRyYW5zbGF0ZX19PC9tYXQtcmFkaW8tYnV0dG9uPlxyXG4gICAgPC9tYXQtcmFkaW8tZ3JvdXA+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQgKm5nSWY9XCJjdWJlcy5sZW5ndGg+MVwiPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0N1YmUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IHJlcXVpcmVkIChzZWxlY3Rpb25DaGFuZ2UpPVwiY3ViZVNlbGVjdGVkKCRldmVudClcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYyBvZiBjdWJlc1wiIFt2YWx1ZV09XCJjXCI+e3tjLnRpdGxlfX08L21hdC1vcHRpb24+XHJcbiAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snU2VyaWVzJ3x0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJzZXJpZXNcIiByZXF1aXJlZCBtdWx0aXBsZSBbc29ydENvbXBhcmF0b3JdPVwic29ydENvbXBhcmF0b3JcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYSBvZiBjdWJlPy5heGVzXCIgW3ZhbHVlXT1cImEubmFtZVwiPnt7YS50aXRsZSB9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybS5nZXQoJ3NlcmllcycpLmhhc0Vycm9yKCdyZXF1aXJlZCcpXCIgW2lubmVySFRNTF09XCInUmVxdWlyZWRFcnInfHRyYW5zbGF0ZTooJ1Nlcmllcyd8dHJhbnNsYXRlKVwiPjwvbWF0LWVycm9yPlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgIDxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInR5cGUudmFsdWVcIj5cclxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ1Bpdm90J1wiPlxyXG4gICAgICAgIDxtYXQtZm9ybS1maWVsZD5cclxuICAgICAgICAgIDxtYXQtbGFiZWw+e3snWEF4aXMnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJ4QXhpc1wiIG11bHRpcGxlIFtzb3J0Q29tcGFyYXRvcl09XCJzb3J0Q29tcGFyYXRvclwiPlxyXG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBhIG9mIGN1YmU/LmF4ZXNcIj5cclxuICAgICAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdJZj1cImZvcm0uZ2V0KCdzZXJpZXMnKS52YWx1ZT8uaW5kZXhPZihhLm5hbWUpIDwgMFwiIFt2YWx1ZV09XCJhLm5hbWVcIj57e2EudGl0bGUgfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8bWF0LWZvcm0tZmllbGQgKm5nSWY9XCJjdWJlPy5pbmRpY2VzPy5sZW5ndGhcIj5cclxuICAgICAgICA8bWF0LWxhYmVsPnt7J0luZGljZXMnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiaW5kaWNlc1wiIG11bHRpcGxlIFtzb3J0Q29tcGFyYXRvcl09XCJzb3J0Q29tcGFyYXRvclwiPlxyXG4gICAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IHggb2YgY3ViZT8uaW5kaWNlc1wiIFt2YWx1ZV09XCJ4Lm5hbWVcIj57e3gudGl0bGUgfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInQ2hhcnQnXCI+XHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkPlxyXG4gICAgICAgICAgPG1hdC1sYWJlbD57eydDaGFydFR5cGUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJjaGFydFR5cGVcIj5cclxuICAgICAgICAgICAgPG1hdC1vcHRpb24gdmFsdWU9XCJDb2x1bW5cIj57eydDb2x1bW4nfHRyYW5zbGF0ZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgICA8bWF0LW9wdGlvbiB2YWx1ZT1cIkJhclwiPnt7J0Jhcid8dHJhbnNsYXRlfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgICAgIDxtYXQtb3B0aW9uIHZhbHVlPVwiTGluZVwiPnt7J0xpbmUnfHRyYW5zbGF0ZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcbiAgICA8Yml6ZG9jLWRlc2lnbmVyLWN1YmUtZmlsdGVyICpuZ0lmPVwiY3ViZVwiIFtjdWJlXT1cImN1YmVcIiBbZm9ybV09XCJmb3JtLmdldCgnZmlsdGVycycpXCI+PC9iaXpkb2MtZGVzaWduZXItY3ViZS1maWx0ZXI+XHJcbiAgPC9mb3JtPlxyXG48L25nLXRlbXBsYXRlPlxyXG4iXX0=
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNhZ2UtcmVwb3J0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy91c2FnZS1yZXBvcnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL3VzYWdlLXJlcG9ydC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFNUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWxELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7Ozs7O0FBT3pELElBQU0sMEJBQTBCLEdBQWhDLE1BQU0sMEJBQTJCLFNBQVEsNEJBQWdEO0lBQXpGOztRQUNJLFNBQUksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM5QixTQUFJLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUM7WUFDN0IsSUFBSSxFQUFFLElBQUk7WUFDVixNQUFNLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDbkQsS0FBSyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1lBQ2xELE9BQU8sRUFBRSxJQUFJO1lBQ2IsT0FBTyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQztZQUMzQixTQUFTLEVBQUUsSUFBSTtZQUNmLFFBQVEsRUFBRSxLQUFLO1lBQ2YsS0FBSyxFQUFFLElBQUk7U0FDWixDQUFDLENBQUM7S0F3Qko7SUF2QkMsVUFBVSxDQUFDLEdBQW1CO1FBQzVCLE1BQU0sR0FBRyxHQUFHLEdBQUcsQ0FBQyxLQUFLLENBQUM7UUFDdEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNsQixDQUFDO0lBQ08sS0FBSyxDQUFDLElBQWU7UUFDM0IsTUFBTSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztRQUNoRCxRQUFRLElBQUksRUFBRTtZQUNaLEtBQUssT0FBTztnQkFDVixTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO2dCQUN6QixLQUFLLENBQUMsTUFBTSxFQUFFLENBQUM7Z0JBQ2YsTUFBTTtZQUNSLEtBQUssT0FBTztnQkFDVixTQUFTLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDO2dCQUM3QixLQUFLLENBQUMsT0FBTyxFQUFFLENBQUM7Z0JBQ2hCLE1BQU07U0FDVDtJQUNILENBQUM7SUFDRCxRQUFRO1FBQ04sTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLE9BQU8sRUFBRSxTQUFTLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDO1FBQ3hELElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDaEIsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ25CLENBQUM7O3dIQWxDVSwwQkFBMEI7NEdBQTFCLDBCQUEwQiwyRUNadkMsMHpGQW9EQTtBRHhDYSwwQkFBMEI7SUFEdEMsTUFBTSxDQUFDLEVBQUUsUUFBUSxFQUFFLHVCQUF1QixFQUFFLENBQUM7R0FDakMsMEJBQTBCLENBbUN0QztTQW5DWSwwQkFBMEI7NEZBQTFCLDBCQUEwQjtrQkFMdEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVmFsaWRhdG9ycyB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xyXG5pbXBvcnQgeyBNYXRSYWRpb0NoYW5nZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9yYWRpb1wiO1xyXG5pbXBvcnQgeyBCaXpEb2MgfSBmcm9tIFwiLi4vLi4vLi4vY29yZS9kZWNvcmF0b3JzXCI7XHJcbmltcG9ydCB7IFVzYWdlU2V0dGluZ3NNb2RlbCwgVXNhZ2VUeXBlIH0gZnJvbSBcIi4uLy4uLy4uL3JlcG9ydHMvY3ViZS91c2FnZS1iYXNlXCI7XHJcbmltcG9ydCB7IERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQgfSBmcm9tIFwiLi4vZGVzaWduZXIuYmFzZVwiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgdGVtcGxhdGVVcmw6ICd1c2FnZS1yZXBvcnQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWyd1c2FnZS1yZXBvcnQuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5AQml6RG9jKHsgc2VsZWN0b3I6ICd1c2FnZS1yZXBvcnQtZGVzaWduZXInIH0pXHJcbmV4cG9ydCBjbGFzcyBVc2FnZVJlcG9ydERlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyQ3ViZUVsZW1lbnRDb21wb25lbnQ8VXNhZ2VTZXR0aW5nc01vZGVsPiBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgcmVhZG9ubHkgdHlwZSA9IHRoaXMuX2ZiLmNvbnRyb2wobnVsbCk7XHJcbiAgcmVhZG9ubHkgZm9ybSA9IHRoaXMuX2ZiLmdyb3VwKHtcclxuICAgIGN1YmU6IG51bGwsXHJcbiAgICBzZXJpZXM6IHRoaXMuX2ZiLmNvbnRyb2wobnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZCksXHJcbiAgICB4QXhpczogdGhpcy5fZmIuY29udHJvbChudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICAgIGluZGljZXM6IG51bGwsXHJcbiAgICBmaWx0ZXJzOiB0aGlzLl9mYi5ncm91cCh7fSksXHJcbiAgICBjaGFydFR5cGU6IG51bGwsXHJcbiAgICBjb2xsYXBzZTogZmFsc2UsXHJcbiAgICBzY29wZTogbnVsbFxyXG4gIH0pO1xyXG4gIHR5cGVjaGFuZ2UoZXZ0OiBNYXRSYWRpb0NoYW5nZSkge1xyXG4gICAgY29uc3QgdmFsID0gZXZ0LnZhbHVlO1xyXG4gICAgdGhpcy5fdHlwZSh2YWwpO1xyXG4gIH1cclxuICBwcml2YXRlIF90eXBlKHR5cGU6IFVzYWdlVHlwZSkge1xyXG4gICAgY29uc3QgeyB4QXhpcywgY2hhcnRUeXBlIH0gPSB0aGlzLmZvcm0uY29udHJvbHM7XHJcbiAgICBzd2l0Y2ggKHR5cGUpIHtcclxuICAgICAgY2FzZSAnUGl2b3QnOlxyXG4gICAgICAgIGNoYXJ0VHlwZS5zZXRWYWx1ZShudWxsKTtcclxuICAgICAgICB4QXhpcy5lbmFibGUoKTtcclxuICAgICAgICBicmVhaztcclxuICAgICAgY2FzZSAnQ2hhcnQnOlxyXG4gICAgICAgIGNoYXJ0VHlwZS5zZXRWYWx1ZSgnQ29sdW1uJyk7XHJcbiAgICAgICAgeEF4aXMuZGlzYWJsZSgpO1xyXG4gICAgICAgIGJyZWFrO1xyXG4gICAgfVxyXG4gIH1cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIGNvbnN0IHR5cCA9IHRoaXMub3B0aW9ucz8uY2hhcnRUeXBlID8gJ0NoYXJ0JyA6ICdQaXZvdCc7XHJcbiAgICB0aGlzLnR5cGUuc2V0VmFsdWUodHlwKTtcclxuICAgIHRoaXMuX3R5cGUodHlwKTtcclxuICAgIHN1cGVyLm5nT25Jbml0KCk7XHJcbiAgfVxyXG59XHJcbiIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJtb2RlID09PSAnd2lkZ2V0JzsgZWxzZSBlZGl0XCI+XHJcbjwvbmctY29udGFpbmVyPlxyXG48bmctdGVtcGxhdGUgI2VkaXQ+XHJcbiAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDxtYXQtcmFkaW8tZ3JvdXAgW2Zvcm1Db250cm9sXT1cInR5cGVcIiAoY2hhbmdlKT1cInR5cGVjaGFuZ2UoJGV2ZW50KVwiPlxyXG4gICAgICA8bWF0LXJhZGlvLWJ1dHRvbiB2YWx1ZT1cIkNoYXJ0XCI+e3snQ2hhcnQnfHRyYW5zbGF0ZX19PC9tYXQtcmFkaW8tYnV0dG9uPlxyXG4gICAgICA8bWF0LXJhZGlvLWJ1dHRvbiB2YWx1ZT1cIlBpdm90XCI+e3snUGl2b3QnfHRyYW5zbGF0ZX19PC9tYXQtcmFkaW8tYnV0dG9uPlxyXG4gICAgPC9tYXQtcmFkaW8tZ3JvdXA+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQgKm5nSWY9XCJjdWJlcy5sZW5ndGg+MVwiPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7J0N1YmUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgIDxtYXQtc2VsZWN0IHJlcXVpcmVkIChzZWxlY3Rpb25DaGFuZ2UpPVwiY3ViZVNlbGVjdGVkKCRldmVudClcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYyBvZiBjdWJlc1wiIFt2YWx1ZV09XCJjXCI+e3tjLnRpdGxlfX08L21hdC1vcHRpb24+XHJcbiAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8bWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDxtYXQtbGFiZWw+e3snU2VyaWVzJ3x0cmFuc2xhdGV9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJzZXJpZXNcIiByZXF1aXJlZCBtdWx0aXBsZSBbc29ydENvbXBhcmF0b3JdPVwic29ydENvbXBhcmF0b3JcIj5cclxuICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgYSBvZiBjdWJlPy5heGVzXCIgW3ZhbHVlXT1cImEubmFtZVwiPnt7YS50aXRsZSB9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybS5nZXQoJ3NlcmllcycpLmhhc0Vycm9yKCdyZXF1aXJlZCcpXCIgW2lubmVySFRNTF09XCInUmVxdWlyZWRFcnInfHRyYW5zbGF0ZTooJ1Nlcmllcyd8dHJhbnNsYXRlKVwiPjwvbWF0LWVycm9yPlxyXG4gICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgIDxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInR5cGUudmFsdWVcIj5cclxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ1Bpdm90J1wiPlxyXG4gICAgICAgIDxtYXQtZm9ybS1maWVsZD5cclxuICAgICAgICAgIDxtYXQtbGFiZWw+e3snWEF4aXMnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJ4QXhpc1wiIG11bHRpcGxlIFtzb3J0Q29tcGFyYXRvcl09XCJzb3J0Q29tcGFyYXRvclwiPlxyXG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBhIG9mIGN1YmU/LmF4ZXNcIj5cclxuICAgICAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdJZj1cImZvcm0uZ2V0KCdzZXJpZXMnKS52YWx1ZT8uaW5kZXhPZihhLm5hbWUpIDwgMFwiIFt2YWx1ZV09XCJhLm5hbWVcIj57e2EudGl0bGUgfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8bWF0LWZvcm0tZmllbGQgKm5nSWY9XCJjdWJlPy5pbmRpY2VzPy5sZW5ndGhcIj5cclxuICAgICAgICA8bWF0LWxhYmVsPnt7J0luZGljZXMnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiaW5kaWNlc1wiIG11bHRpcGxlIFtzb3J0Q29tcGFyYXRvcl09XCJzb3J0Q29tcGFyYXRvclwiPlxyXG4gICAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IHggb2YgY3ViZT8uaW5kaWNlc1wiIFt2YWx1ZV09XCJ4Lm5hbWVcIj57e3gudGl0bGUgfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInQ2hhcnQnXCI+XHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkPlxyXG4gICAgICAgICAgPG1hdC1sYWJlbD57eydDaGFydFR5cGUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8bWF0LXNlbGVjdCBmb3JtQ29udHJvbE5hbWU9XCJjaGFydFR5cGVcIj5cclxuICAgICAgICAgICAgPG1hdC1vcHRpb24gdmFsdWU9XCJDb2x1bW5cIj57eydDb2x1bW4nfHRyYW5zbGF0ZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgICA8bWF0LW9wdGlvbiB2YWx1ZT1cIkJhclwiPnt7J0Jhcid8dHJhbnNsYXRlfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgICAgIDxtYXQtb3B0aW9uIHZhbHVlPVwiTGluZVwiPnt7J0xpbmUnfHRyYW5zbGF0ZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcbiAgICA8Yml6ZG9jLWRlc2lnbmVyLWN1YmUtZmlsdGVyICpuZ0lmPVwiY3ViZVwiIFtjdWJlXT1cImN1YmVcIiBbZm9ybV09XCJmb3JtLmdldCgnZmlsdGVycycpXCI+PC9iaXpkb2MtZGVzaWduZXItY3ViZS1maWx0ZXI+XHJcbiAgPC9mb3JtPlxyXG48L25nLXRlbXBsYXRlPlxyXG4iXX0=
@@ -9,10 +9,10 @@ export class UtilityDesignComponent extends DesignerTypeElementComponent {
9
9
  this.form = this._fb.group({});
10
10
  }
11
11
  }
12
- UtilityDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: UtilityDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
- UtilityDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: UtilityDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\" [icon]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\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.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: i2.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i2.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form"], outputs: ["continue", "save"] }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: UtilityDesignComponent, decorators: [{
12
+ UtilityDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: UtilityDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
+ UtilityDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: UtilityDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\" [icon]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\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.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: i2.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i2.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form"], outputs: ["continue", "save"] }] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: UtilityDesignComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\" [icon]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n" }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbGl0eS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdXRpbGl0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdXRpbGl0eS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7O0FBR2hFLE1BQU0sT0FBTyxzQkFBdUIsU0FBUSw0QkFBNEI7SUFEeEU7O1FBRVcsU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQzlCLENBQUMsQ0FBQztLQUNKOzttSEFIWSxzQkFBc0I7dUdBQXRCLHNCQUFzQiwyRUNKbkMsb1FBTUE7MkZERmEsc0JBQXNCO2tCQURsQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJUeXBlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICd1dGlsaXR5LmNvbXBvbmVudC5odG1sJyB9KVxyXG5leHBvcnQgY2xhc3MgVXRpbGl0eURlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyVHlwZUVsZW1lbnRDb21wb25lbnQge1xyXG4gIHJlYWRvbmx5IGZvcm0gPSB0aGlzLl9mYi5ncm91cCh7XHJcbiAgfSk7XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIiBbcHJpdmlsZWdlc109XCJ0cnVlXCIgW2ljb25dPVwidHJ1ZVwiPlxyXG4gIDxuZy10ZW1wbGF0ZSBiaXpkb2NFZGl0Q29udGVudD5cclxuICAgIDxmb3JtIGF1dG9jb21wbGV0ZT1cIm9mZlwiIFtmb3JtR3JvdXBdPVwiZm9ybVwiIGNsYXNzPVwiY29sdW1uXCI+XHJcbiAgICA8L2Zvcm0+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuPC9iaXpkb2MtZGVzaWduZXItZWxlbWVudD5cclxuIl19
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbGl0eS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdXRpbGl0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdXRpbGl0eS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7O0FBR2hFLE1BQU0sT0FBTyxzQkFBdUIsU0FBUSw0QkFBNEI7SUFEeEU7O1FBRVcsU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQzlCLENBQUMsQ0FBQztLQUNKOztvSEFIWSxzQkFBc0I7d0dBQXRCLHNCQUFzQiwyRUNKbkMsb1FBTUE7NEZERmEsc0JBQXNCO2tCQURsQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJUeXBlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICd1dGlsaXR5LmNvbXBvbmVudC5odG1sJyB9KVxyXG5leHBvcnQgY2xhc3MgVXRpbGl0eURlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyVHlwZUVsZW1lbnRDb21wb25lbnQge1xyXG4gIHJlYWRvbmx5IGZvcm0gPSB0aGlzLl9mYi5ncm91cCh7XHJcbiAgfSk7XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIiBbcHJpdmlsZWdlc109XCJ0cnVlXCIgW2ljb25dPVwidHJ1ZVwiPlxyXG4gIDxuZy10ZW1wbGF0ZSBiaXpkb2NFZGl0Q29udGVudD5cclxuICAgIDxmb3JtIGF1dG9jb21wbGV0ZT1cIm9mZlwiIFtmb3JtR3JvdXBdPVwiZm9ybVwiIGNsYXNzPVwiY29sdW1uXCI+XHJcbiAgICA8L2Zvcm0+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuPC9iaXpkb2MtZGVzaWduZXItZWxlbWVudD5cclxuIl19
@@ -9,10 +9,10 @@ export class ViewDesignComponent extends DesignerTypeElementComponent {
9
9
  this.form = this._fb.group({});
10
10
  }
11
11
  }
12
- ViewDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ViewDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
- ViewDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ViewDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\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.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: i2.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i2.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form"], outputs: ["continue", "save"] }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ViewDesignComponent, decorators: [{
12
+ ViewDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ViewDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
+ ViewDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: ViewDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\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.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: i2.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i2.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form"], outputs: ["continue", "save"] }] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ViewDesignComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n" }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlldy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdmlldy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7O0FBR2hFLE1BQU0sT0FBTyxtQkFBb0IsU0FBUSw0QkFBNEI7SUFEckU7O1FBRVcsU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQzlCLENBQUMsQ0FBQztLQUNKOztnSEFIWSxtQkFBbUI7b0dBQW5CLG1CQUFtQiwyRUNKaEMsb1BBTUE7MkZERmEsbUJBQW1CO2tCQUQvQixTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJUeXBlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICd2aWV3LmNvbXBvbmVudC5odG1sJyB9KVxyXG5leHBvcnQgY2xhc3MgVmlld0Rlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyVHlwZUVsZW1lbnRDb21wb25lbnQge1xyXG4gIHJlYWRvbmx5IGZvcm0gPSB0aGlzLl9mYi5ncm91cCh7XHJcbiAgfSk7XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIiBbcHJpdmlsZWdlc109XCJ0cnVlXCI+XHJcbiAgPG5nLXRlbXBsYXRlIGJpemRvY0VkaXRDb250ZW50PlxyXG4gICAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDwvZm9ybT5cclxuICA8L25nLXRlbXBsYXRlPlxyXG48L2JpemRvYy1kZXNpZ25lci1lbGVtZW50PlxyXG4iXX0=
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlldy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdmlldy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2NvbmZpZ3VyYXRpb24tZGVzaWduZXIvZWxlbWVudHMvdmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7O0FBR2hFLE1BQU0sT0FBTyxtQkFBb0IsU0FBUSw0QkFBNEI7SUFEckU7O1FBRVcsU0FBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQzlCLENBQUMsQ0FBQztLQUNKOztpSEFIWSxtQkFBbUI7cUdBQW5CLG1CQUFtQiwyRUNKaEMsb1BBTUE7NEZERmEsbUJBQW1CO2tCQUQvQixTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJUeXBlRWxlbWVudENvbXBvbmVudCB9IGZyb20gXCIuLi9kZXNpZ25lci5iYXNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICd2aWV3LmNvbXBvbmVudC5odG1sJyB9KVxyXG5leHBvcnQgY2xhc3MgVmlld0Rlc2lnbkNvbXBvbmVudCBleHRlbmRzIERlc2lnbmVyVHlwZUVsZW1lbnRDb21wb25lbnQge1xyXG4gIHJlYWRvbmx5IGZvcm0gPSB0aGlzLl9mYi5ncm91cCh7XHJcbiAgfSk7XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIiBbcHJpdmlsZWdlc109XCJ0cnVlXCI+XHJcbiAgPG5nLXRlbXBsYXRlIGJpemRvY0VkaXRDb250ZW50PlxyXG4gICAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgIDwvZm9ybT5cclxuICA8L25nLXRlbXBsYXRlPlxyXG48L2JpemRvYy1kZXNpZ25lci1lbGVtZW50PlxyXG4iXX0=
@@ -20,10 +20,10 @@ export class WidgetDesignComponent extends DesignerTypeElementComponent {
20
20
  super.ngOnInit();
21
21
  }
22
22
  }
23
- WidgetDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: WidgetDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
24
- WidgetDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: WidgetDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"guides.length\">\r\n <mat-label>{{'Guide'|translate}}</mat-label>\r\n <mat-select formControlName=\"guide\">\r\n <mat-option>{{'None'|translate}}</mat-option>\r\n <mat-option *ngFor=\"let g of guides\" [value]=\"g.name\">{{g.title || g.name}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\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: "directive", type: i6.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i6.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form"], outputs: ["continue", "save"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: WidgetDesignComponent, decorators: [{
23
+ WidgetDesignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: WidgetDesignComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
24
+ WidgetDesignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: WidgetDesignComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"guides.length\">\r\n <mat-label>{{'Guide'|translate}}</mat-label>\r\n <mat-select formControlName=\"guide\">\r\n <mat-option>{{'None'|translate}}</mat-option>\r\n <mat-option *ngFor=\"let g of guides\" [value]=\"g.name\">{{g.title || g.name}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\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: "directive", type: i6.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i6.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form"], outputs: ["continue", "save"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: WidgetDesignComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{ template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <form autocomplete=\"off\" [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngIf=\"guides.length\">\r\n <mat-label>{{'Guide'|translate}}</mat-label>\r\n <mat-select formControlName=\"guide\">\r\n <mat-option>{{'None'|translate}}</mat-option>\r\n <mat-option *ngFor=\"let g of guides\" [value]=\"g.name\">{{g.title || g.name}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </form>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n" }]
28
28
  }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy93aWRnZXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL3dpZGdldC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7Ozs7QUFJaEUsTUFBTSxPQUFPLHFCQUFzQixTQUFRLDRCQUE0QjtJQUR2RTs7UUFFVyxTQUFJLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUM7WUFDN0IsS0FBSyxFQUFFLElBQUk7U0FDWixDQUFDLENBQUM7S0FNSjtJQUpDLFFBQVE7UUFDTixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQztRQUN4QyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbkIsQ0FBQzs7a0hBUlUscUJBQXFCO3NHQUFyQixxQkFBcUIsMkVDTGxDLHltQkFhQTsyRkRSYSxxQkFBcUI7a0JBRGpDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEZXNpZ25lclR5cGVFbGVtZW50Q29tcG9uZW50IH0gZnJvbSBcIi4uL2Rlc2lnbmVyLmJhc2VcIjtcclxuaW1wb3J0IHsgRWxlbWVudEluZm8gfSBmcm9tIFwiLi4vZGVjbGFyYXRpb25zXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICd3aWRnZXQuY29tcG9uZW50Lmh0bWwnIH0pXHJcbmV4cG9ydCBjbGFzcyBXaWRnZXREZXNpZ25Db21wb25lbnQgZXh0ZW5kcyBEZXNpZ25lclR5cGVFbGVtZW50Q29tcG9uZW50IHtcclxuICByZWFkb25seSBmb3JtID0gdGhpcy5fZmIuZ3JvdXAoe1xyXG4gICAgZ3VpZGU6IG51bGwsXHJcbiAgfSk7XHJcbiAgZ3VpZGVzOiBFbGVtZW50SW5mb1tdO1xyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgdGhpcy5ndWlkZXMgPSB0aGlzLl9yZWYuZGVzaWduZXIuZ3VpZGVzO1xyXG4gICAgc3VwZXIubmdPbkluaXQoKTtcclxuICB9XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIiBbcHJpdmlsZWdlc109XCJ0cnVlXCI+XHJcbiAgPG5nLXRlbXBsYXRlIGJpemRvY0VkaXRDb250ZW50PlxyXG4gICAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgICAgPG1hdC1mb3JtLWZpZWxkICpuZ0lmPVwiZ3VpZGVzLmxlbmd0aFwiPlxyXG4gICAgICAgIDxtYXQtbGFiZWw+e3snR3VpZGUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiZ3VpZGVcIj5cclxuICAgICAgICAgIDxtYXQtb3B0aW9uPnt7J05vbmUnfHRyYW5zbGF0ZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGcgb2YgZ3VpZGVzXCIgW3ZhbHVlXT1cImcubmFtZVwiPnt7Zy50aXRsZSB8fCBnLm5hbWV9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8L2Zvcm0+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuPC9iaXpkb2MtZGVzaWduZXItZWxlbWVudD5cclxuIl19
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vY29uZmlndXJhdGlvbi1kZXNpZ25lci9lbGVtZW50cy93aWRnZXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9jb25maWd1cmF0aW9uLWRlc2lnbmVyL2VsZW1lbnRzL3dpZGdldC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7Ozs7Ozs7QUFJaEUsTUFBTSxPQUFPLHFCQUFzQixTQUFRLDRCQUE0QjtJQUR2RTs7UUFFVyxTQUFJLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUM7WUFDN0IsS0FBSyxFQUFFLElBQUk7U0FDWixDQUFDLENBQUM7S0FNSjtJQUpDLFFBQVE7UUFDTixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQztRQUN4QyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbkIsQ0FBQzs7bUhBUlUscUJBQXFCO3VHQUFyQixxQkFBcUIsMkVDTGxDLHltQkFhQTs0RkRSYSxxQkFBcUI7a0JBRGpDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEZXNpZ25lclR5cGVFbGVtZW50Q29tcG9uZW50IH0gZnJvbSBcIi4uL2Rlc2lnbmVyLmJhc2VcIjtcclxuaW1wb3J0IHsgRWxlbWVudEluZm8gfSBmcm9tIFwiLi4vZGVjbGFyYXRpb25zXCI7XHJcblxyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGVVcmw6ICd3aWRnZXQuY29tcG9uZW50Lmh0bWwnIH0pXHJcbmV4cG9ydCBjbGFzcyBXaWRnZXREZXNpZ25Db21wb25lbnQgZXh0ZW5kcyBEZXNpZ25lclR5cGVFbGVtZW50Q29tcG9uZW50IHtcclxuICByZWFkb25seSBmb3JtID0gdGhpcy5fZmIuZ3JvdXAoe1xyXG4gICAgZ3VpZGU6IG51bGwsXHJcbiAgfSk7XHJcbiAgZ3VpZGVzOiBFbGVtZW50SW5mb1tdO1xyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgdGhpcy5ndWlkZXMgPSB0aGlzLl9yZWYuZGVzaWduZXIuZ3VpZGVzO1xyXG4gICAgc3VwZXIubmdPbkluaXQoKTtcclxuICB9XHJcbn1cclxuIiwiPGJpemRvYy1kZXNpZ25lci1lbGVtZW50IFtmb3JtXT1cImZvcm1cIiBbcHJpdmlsZWdlc109XCJ0cnVlXCI+XHJcbiAgPG5nLXRlbXBsYXRlIGJpemRvY0VkaXRDb250ZW50PlxyXG4gICAgPGZvcm0gYXV0b2NvbXBsZXRlPVwib2ZmXCIgW2Zvcm1Hcm91cF09XCJmb3JtXCIgY2xhc3M9XCJjb2x1bW5cIj5cclxuICAgICAgPG1hdC1mb3JtLWZpZWxkICpuZ0lmPVwiZ3VpZGVzLmxlbmd0aFwiPlxyXG4gICAgICAgIDxtYXQtbGFiZWw+e3snR3VpZGUnfHRyYW5zbGF0ZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPG1hdC1zZWxlY3QgZm9ybUNvbnRyb2xOYW1lPVwiZ3VpZGVcIj5cclxuICAgICAgICAgIDxtYXQtb3B0aW9uPnt7J05vbmUnfHRyYW5zbGF0ZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgPG1hdC1vcHRpb24gKm5nRm9yPVwibGV0IGcgb2YgZ3VpZGVzXCIgW3ZhbHVlXT1cImcubmFtZVwiPnt7Zy50aXRsZSB8fCBnLm5hbWV9fTwvbWF0LW9wdGlvbj5cclxuICAgICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8L2Zvcm0+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuPC9iaXpkb2MtZGVzaWduZXItZWxlbWVudD5cclxuIl19