@bizdoc/core 1.16.24 → 1.16.28

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