@bizdoc/core 1.14.12 → 1.14.15

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 (320) hide show
  1. package/assets/bizdoc-schema.json +146 -125
  2. package/assets/themes/brown.min.css +6 -6
  3. package/assets/themes/dark.min.css +6 -6
  4. package/assets/themes/deep-purple-light-blue.min.css +7 -7
  5. package/assets/themes/deep-purple-teal.min.css +7 -7
  6. package/assets/themes/default.min.css +7 -7
  7. package/assets/themes/green.min.css +6 -6
  8. package/assets/themes/indigo.min.css +6 -6
  9. package/esm2020/lib/admin/admin-dismiss.service.mjs +17 -11
  10. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  11. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  12. package/esm2020/lib/admin/core/color-picker.input.mjs +5 -5
  13. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  14. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
  15. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
  16. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  17. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
  18. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  19. package/esm2020/lib/admin/form/form.service.mjs +3 -3
  20. package/esm2020/lib/admin/form/workflow/node.component.mjs +65 -33
  21. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
  22. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +316 -168
  23. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  24. package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
  25. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  26. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  27. package/esm2020/lib/admin/positions/positions.component.mjs +8 -7
  28. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +3 -3
  29. package/esm2020/lib/admin/profiler/profiler.component.mjs +10 -9
  30. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  31. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  32. package/esm2020/lib/app.component.mjs +9 -16
  33. package/esm2020/lib/bizdoc.module.mjs +15 -11
  34. package/esm2020/lib/browse/browse-items.component.mjs +3 -3
  35. package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
  36. package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
  37. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  38. package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
  39. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  40. package/esm2020/lib/chat/chat-info.mjs +3 -3
  41. package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
  42. package/esm2020/lib/chat/chat.service.mjs +3 -3
  43. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  44. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  45. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  46. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  47. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  48. package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
  49. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  50. package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
  51. package/esm2020/lib/compose/action/moveto-action.component.mjs +3 -3
  52. package/esm2020/lib/compose/action/return-action.component.mjs +3 -3
  53. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  54. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  55. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  56. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  57. package/esm2020/lib/compose/comments/Comments.pane.component.mjs +3 -3
  58. package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
  59. package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
  60. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  61. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  62. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  63. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  64. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  65. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  66. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  67. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  68. package/esm2020/lib/compose/dismiss.service.mjs +5 -5
  69. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  70. package/esm2020/lib/compose/document.component.mjs +3 -3
  71. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  72. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  73. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  74. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  75. package/esm2020/lib/compose/form.component.mjs +5 -5
  76. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  77. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  78. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  79. package/esm2020/lib/compose/state.component.mjs +3 -3
  80. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  81. package/esm2020/lib/compose/trace/flow.component.mjs +5 -4
  82. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  83. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  84. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  85. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  86. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  87. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  88. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  89. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  90. package/esm2020/lib/core/account.service.mjs +3 -3
  91. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  92. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  93. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  94. package/esm2020/lib/core/controls/address.input.mjs +3 -3
  95. package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
  96. package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
  97. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  98. package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
  99. package/esm2020/lib/core/controls/file.input.mjs +3 -3
  100. package/esm2020/lib/core/controls/select.input.mjs +3 -3
  101. package/esm2020/lib/core/controls/time-picker.mjs +3 -3
  102. package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
  103. package/esm2020/lib/core/datasource.service.mjs +3 -3
  104. package/esm2020/lib/core/guide/guide.component.mjs +3 -3
  105. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  106. package/esm2020/lib/core/guide/help-tip.component.mjs +14 -14
  107. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  108. package/esm2020/lib/core/hub.service.mjs +3 -3
  109. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  110. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  111. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  112. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  113. package/esm2020/lib/core/info/map-info.mjs +3 -3
  114. package/esm2020/lib/core/layout/autocomplete.field.mjs +3 -3
  115. package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
  116. package/esm2020/lib/core/layout/checkbox.mjs +3 -3
  117. package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
  118. package/esm2020/lib/core/layout/date.field.mjs +3 -3
  119. package/esm2020/lib/core/layout/expression.field.mjs +3 -3
  120. package/esm2020/lib/core/layout/file.field.mjs +3 -3
  121. package/esm2020/lib/core/layout/html.field.mjs +3 -3
  122. package/esm2020/lib/core/layout/input.base.mjs +3 -3
  123. package/esm2020/lib/core/layout/input.field.mjs +3 -3
  124. package/esm2020/lib/core/layout/layout.component.mjs +3 -3
  125. package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
  126. package/esm2020/lib/core/layout/select.field.mjs +3 -3
  127. package/esm2020/lib/core/layout/switch.field.mjs +3 -3
  128. package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
  129. package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
  130. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  131. package/esm2020/lib/core/mailbox.service.mjs +36 -42
  132. package/esm2020/lib/core/none.component.mjs +3 -3
  133. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  134. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  135. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  136. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  137. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  138. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  139. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  140. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  141. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  142. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  143. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  144. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  145. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  146. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
  147. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  148. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  149. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  150. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  151. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  152. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  153. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  154. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  155. package/esm2020/lib/core/prompt.service.mjs +3 -3
  156. package/esm2020/lib/core/router.mjs +6 -6
  157. package/esm2020/lib/core/save-changes.dialog.mjs +18 -0
  158. package/esm2020/lib/core/session.service.mjs +13 -6
  159. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  160. package/esm2020/lib/core/slots/router.service.mjs +4 -4
  161. package/esm2020/lib/core/slots/slots.component.mjs +3 -3
  162. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  163. package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
  164. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  165. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  166. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  167. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  168. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  169. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  170. package/esm2020/lib/core/translate.service.mjs +3 -3
  171. package/esm2020/lib/core/translations.mjs +5 -5
  172. package/esm2020/lib/core/window-title.service.mjs +3 -3
  173. package/esm2020/lib/cube/accum/accum.component.mjs +5 -5
  174. package/esm2020/lib/cube/chart/chart.component.mjs +5 -5
  175. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  176. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  177. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  178. package/esm2020/lib/cube/cube.service.mjs +3 -3
  179. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  180. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  181. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  182. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  183. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  184. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  185. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  186. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  187. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  188. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  189. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  190. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  191. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  192. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  193. package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
  194. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  195. package/esm2020/lib/cube/pivot/pivot.component.mjs +25 -7
  196. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  197. package/esm2020/lib/cube/view-base.mjs +3 -3
  198. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  199. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  200. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  201. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  202. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  203. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  204. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  205. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  206. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  207. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  208. package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
  209. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  210. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  211. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  212. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  213. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  214. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  215. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  216. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  217. package/esm2020/lib/desktop.module.mjs +7 -6
  218. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  219. package/esm2020/lib/home/home-base.component.mjs +3 -3
  220. package/esm2020/lib/home/home.desktop.component.mjs +3 -3
  221. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  222. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  223. package/esm2020/lib/home/options/options.component.mjs +3 -3
  224. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  225. package/esm2020/lib/home/search.service.mjs +8 -8
  226. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  227. package/esm2020/lib/home/tools.component.mjs +28 -21
  228. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  229. package/esm2020/lib/mobile.module.mjs +15 -5
  230. package/esm2020/lib/modules/chart.module.mjs +4 -4
  231. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  232. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  233. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  234. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  235. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  236. package/esm2020/lib/modules/grid.module.mjs +4 -4
  237. package/esm2020/lib/modules/material.module.mjs +4 -4
  238. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  239. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  240. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  241. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  242. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  243. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  244. package/esm2020/lib/notifications/filter.component.mjs +3 -3
  245. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  246. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  247. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  248. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  249. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  250. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  251. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  252. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  253. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  254. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  255. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  256. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  257. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  258. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  259. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  260. package/esm2020/lib/options/options.component.mjs +3 -3
  261. package/esm2020/lib/options/options.service.mjs +3 -3
  262. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  263. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  264. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  265. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  266. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  267. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  268. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  269. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  270. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  271. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  272. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  273. package/esm2020/lib/reports/report.pane.component.mjs +3 -3
  274. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  275. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  276. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  277. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  278. package/esm2020/lib/routes.desktop.mjs +1 -8
  279. package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
  280. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  281. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  282. package/esm2020/lib/shared.module.mjs +179 -126
  283. package/esm2020/lib/system.module.mjs +13 -9
  284. package/esm2020/lib/views/cube/chart.component.mjs +4 -4
  285. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  286. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  287. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  288. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  289. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  290. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  291. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  292. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  293. package/esm2020/lib/views/view-item.component.mjs +3 -3
  294. package/esm2020/lib/views/views.component.mjs +3 -3
  295. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  296. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  297. package/esm2020/public-api.mjs +3 -3
  298. package/fesm2015/bizdoc-core.mjs +1872 -1601
  299. package/fesm2015/bizdoc-core.mjs.map +1 -1
  300. package/fesm2020/bizdoc-core.mjs +1869 -1597
  301. package/fesm2020/bizdoc-core.mjs.map +1 -1
  302. package/lib/admin/admin-dismiss.service.d.ts +3 -3
  303. package/lib/admin/core/color-picker.input.d.ts +1 -1
  304. package/lib/admin/form/workflow/node.component.d.ts +8 -7
  305. package/lib/admin/form/workflow/workflow.component.d.ts +13 -12
  306. package/lib/admin/positions/positions.component.d.ts +1 -0
  307. package/lib/admin/profiler/profiler.component.d.ts +1 -0
  308. package/lib/app.component.d.ts +1 -3
  309. package/lib/bizdoc.module.d.ts +10 -9
  310. package/lib/{compose → core}/save-changes.dialog.d.ts +0 -0
  311. package/lib/core/session.service.d.ts +3 -1
  312. package/lib/core/slots/router.service.d.ts +1 -1
  313. package/lib/cube/pivot/pivot.component.d.ts +2 -0
  314. package/lib/home/search.service.d.ts +1 -0
  315. package/lib/home/tools.component.d.ts +4 -3
  316. package/lib/shared.module.d.ts +162 -162
  317. package/lib/system.module.d.ts +1 -1
  318. package/package.json +17 -17
  319. package/public-api.d.ts +2 -2
  320. package/esm2020/lib/compose/save-changes.dialog.mjs +0 -18
@@ -45,9 +45,9 @@ export class VersionPaneComponent {
45
45
  this._router.navigate(['../', 'version', new Date(time).valueOf().encodeId()], { policy: OpenPolicy.Tab });
46
46
  }
47
47
  }
48
- VersionPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: VersionPaneComponent, deps: [{ token: i1.PaneRef }, { token: i2.TranslateService }, { token: i3.PanesRouter }], target: i0.ɵɵFactoryTarget.Component });
49
- VersionPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: VersionPaneComponent, selector: "bizdoc-version.pane", host: { classAttribute: "pane" }, ngImport: i0, template: "<div class=\"row\">\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button *ngIf=\"versions.length\" [matMenuTriggerFor]=\"menu\" [attr.aria-label]=\"'Version' | translate\">\r\n <mat-icon>filter_list</mat-icon>\r\n </button>\r\n <mat-menu #menu>\r\n <button mat-menu-item (click)=\"switch(l.time)\" *ngFor=\"let l of versions\">\r\n <bizdoc-identity-name [identity]=\"l.userId\" [by]=\"l.byId\" chating=\"none\"></bizdoc-identity-name>\r\n {{l.time | amCalendar : null : CALENDAR_SPEC}}\r\n </button>\r\n </mat-menu>\r\n</div>\r\n<div class=\"info mat-body-1\">\r\n <bizdoc-identity-name [identity]=\"log.userId\" [by]=\"log.byId\"></bizdoc-identity-name>\r\n | <span>{{log.time | amCalendar : null : CALENDAR_SPEC }}</span>\r\n</div>\r\n<div>\r\n <bizdoc-version-compare [model]=\"model\" [version]=\"log.time\"></bizdoc-version-compare>\r\n</div>\r\n", styles: [":host{padding:0 8px;display:block;min-width:350px}\n"], components: [{ type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i6.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i6.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i7.IdentityName, selector: "bizdoc-identity-name", inputs: ["identity", "by", "chating"] }, { type: i8.VersionCompareComponent, selector: "bizdoc-version-compare", inputs: ["model", "version"] }], directives: [{ type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i9.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "translate": i10.TranslatePipe, "amCalendar": i11.CalendarPipe } });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: VersionPaneComponent, decorators: [{
48
+ VersionPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: VersionPaneComponent, deps: [{ token: i1.PaneRef }, { token: i2.TranslateService }, { token: i3.PanesRouter }], target: i0.ɵɵFactoryTarget.Component });
49
+ VersionPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: VersionPaneComponent, selector: "bizdoc-version.pane", host: { classAttribute: "pane" }, ngImport: i0, template: "<div class=\"row\">\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button *ngIf=\"versions.length\" [matMenuTriggerFor]=\"menu\" [attr.aria-label]=\"'Version' | translate\">\r\n <mat-icon>filter_list</mat-icon>\r\n </button>\r\n <mat-menu #menu>\r\n <button mat-menu-item (click)=\"switch(l.time)\" *ngFor=\"let l of versions\">\r\n <bizdoc-identity-name [identity]=\"l.userId\" [by]=\"l.byId\" chating=\"none\"></bizdoc-identity-name>\r\n {{l.time | amCalendar : null : CALENDAR_SPEC}}\r\n </button>\r\n </mat-menu>\r\n</div>\r\n<div class=\"info mat-body-1\">\r\n <bizdoc-identity-name [identity]=\"log.userId\" [by]=\"log.byId\"></bizdoc-identity-name>\r\n | <span>{{log.time | amCalendar : null : CALENDAR_SPEC }}</span>\r\n</div>\r\n<div>\r\n <bizdoc-version-compare [model]=\"model\" [version]=\"log.time\"></bizdoc-version-compare>\r\n</div>\r\n", styles: [":host{padding:0 8px;display:block;min-width:350px}\n"], components: [{ type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i6.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i6.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i7.IdentityName, selector: "bizdoc-identity-name", inputs: ["identity", "by", "chating"] }, { type: i8.VersionCompareComponent, selector: "bizdoc-version-compare", inputs: ["model", "version"] }], directives: [{ type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i9.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "translate": i10.TranslatePipe, "amCalendar": i11.CalendarPipe } });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: VersionPaneComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ selector: 'bizdoc-version.pane', host: {
53
53
  class: 'pane'
@@ -18,9 +18,9 @@ export class NgxComponentOutlet {
18
18
  }
19
19
  }
20
20
  }
21
- NgxComponentOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: NgxComponentOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
22
- NgxComponentOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.1", type: NgxComponentOutlet, selector: "ngx-component-outlet", inputs: { ngxComponentOutlet: ["type", "ngxComponentOutlet"], ngxComponentOutletInjector: ["injector", "ngxComponentOutletInjector"], ngxComponentOutletContent: "ngxComponentOutletContent" }, outputs: { createEvents: "create" }, ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: NgxComponentOutlet, decorators: [{
21
+ NgxComponentOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: NgxComponentOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
22
+ NgxComponentOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.9", type: NgxComponentOutlet, selector: "ngx-component-outlet", inputs: { ngxComponentOutlet: ["type", "ngxComponentOutlet"], ngxComponentOutletInjector: ["injector", "ngxComponentOutletInjector"], ngxComponentOutletContent: "ngxComponentOutletContent" }, outputs: { createEvents: "create" }, ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: NgxComponentOutlet, decorators: [{
24
24
  type: Directive,
25
25
  args: [{ selector: 'ngx-component-outlet' }]
26
26
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { ngxComponentOutlet: [{
@@ -28,9 +28,9 @@ export class AccountService {
28
28
  });
29
29
  }
30
30
  }
31
- AccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AccountService, deps: [{ token: i1.HttpClient }, { token: i2.HubService }], target: i0.ɵɵFactoryTarget.Injectable });
32
- AccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AccountService, providedIn: "root" });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AccountService, decorators: [{
31
+ AccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AccountService, deps: [{ token: i1.HttpClient }, { token: i2.HubService }], target: i0.ɵɵFactoryTarget.Injectable });
32
+ AccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AccountService, providedIn: "root" });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AccountService, decorators: [{
34
34
  type: Injectable,
35
35
  args: [{ providedIn: "root" }]
36
36
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: i2.HubService }]; } });
@@ -8,9 +8,9 @@ export class MatIconAnimate {
8
8
  });
9
9
  }
10
10
  }
11
- MatIconAnimate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: MatIconAnimate, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
12
- MatIconAnimate.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.1", type: MatIconAnimate, selector: "[matAnimate]", ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: MatIconAnimate, decorators: [{
11
+ MatIconAnimate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: MatIconAnimate, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
12
+ MatIconAnimate.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.9", type: MatIconAnimate, selector: "[matAnimate]", ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: MatIconAnimate, decorators: [{
14
14
  type: Directive,
15
15
  args: [{ selector: '[matAnimate]' }]
16
16
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
@@ -85,9 +85,9 @@ export class AvatarComponent {
85
85
  }
86
86
  }
87
87
  AvatarComponent._userMap = {};
88
- AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.HubService }, { token: i0.ChangeDetectorRef }, { token: i2.ChatInfo }], target: i0.ɵɵFactoryTarget.Component });
89
- AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: AvatarComponent, selector: "bizdoc-avatar", inputs: { person: "person", interactive: "interactive", dense: "dense" }, host: { listeners: { "click": "chat()" } }, usesOnChanges: true, ngImport: i0, template: "<div class=\"avatar mat-elevation-z3\" [class.dense]=dense [class.interactive]=interactive\r\n [style.backgroundColor]='color' [style.borderColor]='borderColor' [style.backgroundImage]='image'>\r\n <div class=\"initials\">{{initials}}</div>\r\n <i class=\"material-icons filled mode\" [bizdocTooltip]=\"mode | translate\"\r\n [style.backgroundColor]='modeColor' *ngIf=modeIcon>{{modeIcon}}</i>\r\n</div>\r\n", directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }], pipes: { "translate": i5.TranslatePipe } });
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AvatarComponent, decorators: [{
88
+ AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.HubService }, { token: i0.ChangeDetectorRef }, { token: i2.ChatInfo }], target: i0.ɵɵFactoryTarget.Component });
89
+ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: AvatarComponent, selector: "bizdoc-avatar", inputs: { person: "person", interactive: "interactive", dense: "dense" }, host: { listeners: { "click": "chat()" } }, usesOnChanges: true, ngImport: i0, template: "<div class=\"avatar mat-elevation-z3\" [class.dense]=dense [class.interactive]=interactive\r\n [style.backgroundColor]='color' [style.borderColor]='borderColor' [style.backgroundImage]='image'>\r\n <div class=\"initials\">{{initials}}</div>\r\n <i class=\"material-icons filled mode\" [bizdocTooltip]=\"mode | translate\"\r\n [style.backgroundColor]='modeColor' *ngIf=modeIcon>{{modeIcon}}</i>\r\n</div>\r\n", directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }], pipes: { "translate": i5.TranslatePipe } });
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AvatarComponent, decorators: [{
91
91
  type: Component,
92
92
  args: [{ selector: 'bizdoc-avatar', template: "<div class=\"avatar mat-elevation-z3\" [class.dense]=dense [class.interactive]=interactive\r\n [style.backgroundColor]='color' [style.borderColor]='borderColor' [style.backgroundImage]='image'>\r\n <div class=\"initials\">{{initials}}</div>\r\n <i class=\"material-icons filled mode\" [bizdocTooltip]=\"mode | translate\"\r\n [style.backgroundColor]='modeColor' *ngIf=modeIcon>{{modeIcon}}</i>\r\n</div>\r\n" }]
93
93
  }], ctorParameters: function () { return [{ type: i1.HubService }, { type: i0.ChangeDetectorRef }, { type: i2.ChatInfo }]; }, propDecorators: { person: [{
@@ -56,9 +56,9 @@ export class BizDocComponentFactoryResolver {
56
56
  return factory;
57
57
  }
58
58
  }
59
- BizDocComponentFactoryResolver.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: BizDocComponentFactoryResolver, deps: [{ token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Injectable });
60
- BizDocComponentFactoryResolver.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: BizDocComponentFactoryResolver });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: BizDocComponentFactoryResolver, decorators: [{
59
+ BizDocComponentFactoryResolver.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: BizDocComponentFactoryResolver, deps: [{ token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Injectable });
60
+ BizDocComponentFactoryResolver.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: BizDocComponentFactoryResolver });
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: BizDocComponentFactoryResolver, decorators: [{
62
62
  type: Injectable
63
63
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }]; } });
64
64
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LWZhY3RvcnktcmVzb2x2ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2NvcmUvY29tcG9uZW50LWZhY3RvcnktcmVzb2x2ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFVBQVUsRUFBdUQsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFpQixRQUFRLEVBQUUsTUFBTSxjQUFjLENBQUM7O0FBRXZELE1BQU0sVUFBVSxrQkFBa0IsQ0FBQyxVQUFpQjtJQUNsRCxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0FBQ3ZELENBQUM7QUFFRDs7Ozs7R0FLRztBQUNILFNBQVMsZUFBZSxDQUFJLGFBQXdCLEVBQUUsYUFBc0I7SUFDMUUsOENBQThDO0lBQzlDLE9BQU8sT0FBTyxDQUFDLHdCQUF3QixDQUFDLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxVQUFlLEVBQUUsRUFBRTtJQUN2RyxvREFBb0Q7SUFDcEQsVUFBVSxZQUFZLGFBQWEsQ0FDcEMsQ0FBQztBQUNKLENBQUM7QUFFYSxNQUFNLE9BQU8sOEJBQThCO0lBRXZEO0lBQ0Usa0NBQWtDO0lBQzFCLHlCQUFtRDtRQUFuRCw4QkFBeUIsR0FBekIseUJBQXlCLENBQTBCO1FBQzNELFNBQVM7UUFDVCxrQ0FBa0M7UUFDbEMsa0RBQWtEO1FBQ2xELGtDQUFrQztRQUNsQyxPQUFPO1FBQ0gsK0VBQStFO0lBQ25GLENBQUM7SUFDSSxTQUFTLENBQUMsaUJBQXlCO1FBQ3RDLE1BQU0sSUFBSSxHQUFHLFFBQVEsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBQ3pDLElBQUksQ0FBQyxJQUFJO1lBQ1AsTUFBTSxDQUFDLGtEQUFrRCxpQkFBaUIsTUFBTSxDQUFDLENBQUM7UUFDcEYsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBQ00sT0FBTyxDQUFDLGlCQUF5QjtRQUN0QyxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFFckMsd0VBQXdFO1FBQzlFLG9EQUFvRDtRQUNwRCx1Q0FBdUM7UUFDdkMsd0NBQXdDO1FBQ3hDLFlBQVk7UUFDWixLQUFLO1FBQ0wsR0FBRztRQUVQLG9FQUFvRTtRQUVwRSx5RkFBeUY7UUFDekYsbUNBQW1DO1FBQ25DLDBFQUEwRTtRQUUxRSxzR0FBc0c7UUFDdEcsaUdBQWlHO1FBQ2pHLEtBQUs7UUFFTCx1REFBdUQ7UUFDdkQsOEdBQThHO1FBQzlHLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyx1QkFBdUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM3RSxPQUFPLE9BQU8sQ0FBQztJQUNqQixDQUFDOzsySEEzQ3NCLDhCQUE4QjsrSEFBOUIsOEJBQThCOzJGQUE5Qiw4QkFBOEI7a0JBQXhELFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBcHBsaWNhdGlvblJlZiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEluamVjdGFibGUsIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlciwgVHlwZSwgTmdNb2R1bGUsIENvbXBvbmVudCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IENvbXBvbmVudFR5cGUsIFJFR0lTVFJZIH0gZnJvbSAnLi9kZWNvcmF0b3JzJztcclxuXHJcbmV4cG9ydCBmdW5jdGlvbiByZWdpc3RlckNvbXBvbmVudHMoY29tcG9uZW50czogYW55W10pIHtcclxuICBjb21wb25lbnRzLmZvckVhY2goYyA9PiBSRUdJU1RSWVtjWydfX2JpemRvYyddXSA9IGMpO1xyXG59XHJcblxyXG4vKipcclxuICogZ2V0cyBhIGRlY29yYXRvciBvZiB0aGUgcmVxdWVzdGVkIHR5cGUgb2ZmIG9mIHRoZSBnaXZlbiBkZWNvcmF0ZWQgdHlwZVxyXG4gKiBAcGFyYW0gZGVjb3JhdGVkVHlwZSB0byBnZXQgZGVjb3JhdG9yIGFubm90YXRpb25zIG9mZiBvZlxyXG4gKiBAcGFyYW0gZGVjb3JhdG9yVHlwZSB0byBzZWFyY2ggZm9yIG91dCBvZiBhbGwgdGhlIGRlY29yYXRvcnMgb24gZGVjb3JhdGVkVHlwZVxyXG4gKiBAcmV0dXJucyBkZWNvcmF0b3IgZnJvbSB0aGUgZGVjb3JhdGVkVHlwZSBvZiB0aGUgZGVjb3JhdG9yVHlwZVxyXG4gKi9cclxuZnVuY3Rpb24gZGVjb3JhdG9yT2ZUeXBlPFQ+KGRlY29yYXRlZFR5cGU6IFR5cGU8YW55PiwgZGVjb3JhdG9yVHlwZTogVHlwZTxUPik6IFQge1xyXG4gIC8vIGdldCBhbGwgZGVjb3JhdG9ycyBvZmYgb2YgdGhlIHByb3ZpZGVkIHR5cGVcclxuICByZXR1cm4gUmVmbGVjdC5nZXRPd25Qcm9wZXJ0eURlc2NyaXB0b3IoZGVjb3JhdGVkVHlwZSwgJ19fYW5ub3RhdGlvbnNfXycpLnZhbHVlLmZpbmQoKGFubm90YXRpb246IGFueSkgPT5cclxuICAgIC8vIGdldCB0aGUgZGVjb3JhdG9yIHRoYXQgbWF0Y2hlcyB0aGUgcmVxdWVzdGVkIHR5cGVcclxuICAgIGFubm90YXRpb24gaW5zdGFuY2VvZiBkZWNvcmF0b3JUeXBlXHJcbiAgKTtcclxufVxyXG5cclxuQEluamVjdGFibGUoKSBleHBvcnQgY2xhc3MgQml6RG9jQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyIHtcclxuICAgIHByaXZhdGUgX2ZhY3RvcmllczogdW5rbm93bltdO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgLy9wcml2YXRlIF9hcHBSZWY6IEFwcGxpY2F0aW9uUmVmLFxyXG4gICAgcHJpdmF0ZSBfY29tcG9uZW50RmFjdG9yeVJlc29sdmVyOiBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIpIHtcclxuICAgIC8vX2FwcFJlZlxyXG4gICAgLy8gIC5jb21wb25lbnRUeXBlcy5mb3JFYWNoKHQgPT4ge1xyXG4gICAgLy8gICAgY29uc3QgdHlwZSA9IHRbJ19fYml6ZG9jJ10gYXMgQ29tcG9uZW50VHlwZTtcclxuICAgIC8vICAgIFJFR0lTVFJZW3R5cGUuc2VsZWN0b3JdID0gdDtcclxuICAgIC8vICB9KTtcclxuICAgICAgICAvL3RoaXMuX2ZhY3RvcmllcyA9IEFycmF5LmZyb20oX2NvbXBvbmVudEZhY3RvcnlSZXNvbHZlclsnX2ZhY3RvcmllcyddLmtleXMoKSk7XHJcbiAgICB9XHJcbiAgcHVibGljIGNvbXBvbmVudChjb21wb25lbnRTZWxlY3Rvcjogc3RyaW5nKSB7XHJcbiAgICAgIGNvbnN0IGNvbXAgPSBSRUdJU1RSWVtjb21wb25lbnRTZWxlY3Rvcl07XHJcbiAgICAgIGlmICghY29tcClcclxuICAgICAgICB0aHJvdyAoYE5vIGNvbXBvbmVudCByZWdpc3RlcmVkIGFzIEBCaXpEb2Moe3NlbGVjdG9yOiAnJHtjb21wb25lbnRTZWxlY3Rvcn0nfSkuYCk7XHJcbiAgICAgIHJldHVybiBjb21wO1xyXG4gICAgfVxyXG4gICAgcHVibGljIHJlc29sdmUoY29tcG9uZW50U2VsZWN0b3I6IHN0cmluZykge1xyXG4gICAgICBjb25zdCBjb21wID0gdGhpcy5jb21wb25lbnQoY29tcG9uZW50U2VsZWN0b3IpO1xyXG5cclxuICAgICAgICAgICAgICAgIC8vZm9yIChsZXQgYyBvZiAoPGFueT50aGlzLmNvbXBpbGVyKS5fZGVsZWdhdGUuX2NvbXBpbGVkVGVtcGxhdGVDYWNoZSkge1xyXG4gICAgICAgICAgLy8gIGxldCBtOiBDb21waWxlRGlyZWN0aXZlTWV0YWRhdGEgPSBjWzFdLmNvbXBNZXRhO1xyXG4gICAgICAgICAgLy8gIGlmIChtLnNlbGVjdG9yID09PSB0aGlzLnRlbXBsYXRlKSB7XHJcbiAgICAgICAgICAvLyAgICBmYWN0b3J5ID0gPGFueT5tLmNvbXBvbmVudEZhY3Rvcnk7XHJcbiAgICAgICAgICAvLyAgICBicmVhaztcclxuICAgICAgICAgIC8vICB9XHJcbiAgICAgICAgICAvL31cclxuXHJcbiAgICAgIC8vY29uc3QgbmdNb2R1bGVEZWNvcmF0b3IgPSBkZWNvcmF0b3JPZlR5cGUoQml6RG9jTW9kdWxlLCBOZ01vZHVsZSk7XHJcblxyXG4gICAgICAvL2NvbnN0IGNvbXBvbmVudFR5cGUgPSBuZ01vZHVsZURlY29yYXRvci5kZWNsYXJhdGlvbnMuZmluZCgoZGVjbGFyYXRpb246IFR5cGU8YW55PikgPT4ge1xyXG4gICAgICAvLyAgLy8gZ2V0IHRoZSBAQ29tcG9uZW50IGRlY29yYXRvclxyXG4gICAgICAvLyAgY29uc3QgZGVjbGFyYXRpb25Bbm5vdGF0aW9uID0gZGVjb3JhdG9yT2ZUeXBlKGRlY2xhcmF0aW9uLCBDb21wb25lbnQpO1xyXG5cclxuICAgICAgLy8gIC8vIGZpbmQgYSBkZWNsYXJhdGlvbiB3aXRoIHRoZSBAQ29tcG9uZW50IGRlY29yYXRvciAobm90IGEgQERpcmVjdGl2ZSkgd2l0aCB0aGUgcmVxdWVzdGVkIHNlbGVjdG9yXHJcbiAgICAgIC8vICByZXR1cm4gZGVjbGFyYXRpb25Bbm5vdGF0aW9uICE9IG51bGwgJiYgZGVjbGFyYXRpb25Bbm5vdGF0aW9uLnNlbGVjdG9yID09PSBjb21wb25lbnRTZWxlY3RvcjtcclxuICAgICAgLy99KTtcclxuXHJcbiAgICAgIC8vLy8gZ2V0IHRoZSBjb21wb25lbnQgZmFjdG9yeSB1c2luZyB0aGUgY29tcG9uZW50IHR5cGVcclxuICAgICAgLy9jb25zdCBjb21wb25lbnRGYWN0b3J5ID0gdGhpcy5fY29tcG9uZW50RmFjdG9yeVJlc29sdmVyLnJlc29sdmVDb21wb25lbnRGYWN0b3J5KGNvbXBvbmVudFR5cGUgYXMgVHlwZTxhbnk+KTtcclxuICAgICAgY29uc3QgZmFjdG9yeSA9IHRoaXMuX2NvbXBvbmVudEZhY3RvcnlSZXNvbHZlci5yZXNvbHZlQ29tcG9uZW50RmFjdG9yeShjb21wKTtcclxuICAgICAgcmV0dXJuIGZhY3Rvcnk7XHJcbiAgICB9XHJcbn1cclxuIl19
@@ -146,8 +146,8 @@ export class AddressInput {
146
146
  }
147
147
  }
148
148
  AddressInput.nextId = 0;
149
- AddressInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AddressInput, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
150
- AddressInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: AddressInput, selector: "bizdoc-address", inputs: { debounce: "debounce", location: "location", country: "country", placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, outputs: { optionSelected: "optionSelected" }, host: { properties: { "class.floating": "shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: AddressInput }], viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["input"], descendants: true, static: true }], ngImport: i0, template: `<div class="address-container">
149
+ AddressInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AddressInput, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
150
+ AddressInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: AddressInput, selector: "bizdoc-address", inputs: { debounce: "debounce", location: "location", country: "country", placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, outputs: { optionSelected: "optionSelected" }, host: { properties: { "class.floating": "shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: AddressInput }], viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["input"], descendants: true, static: true }], ngImport: i0, template: `<div class="address-container">
151
151
  <input matInput [matAutocomplete]="address" [formControl]="control" [placeholder]="placeholder" #input
152
152
  (focus)="onFocus()" (blur)="onBlur()"/>
153
153
  <mat-autocomplete #address (optionSelected)="selected($event)" [displayWith]="displayFn">
@@ -155,7 +155,7 @@ AddressInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
155
155
  <span matLine>{{a.description}}</span>
156
156
  </mat-option>
157
157
  </mat-autocomplete></div>`, isInline: true, styles: [".address-container{display:flex}\n"], components: [{ type: i3.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { type: i4.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i5.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i3.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.MatLine, selector: "[mat-line], [matLine]" }] });
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AddressInput, decorators: [{
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AddressInput, decorators: [{
159
159
  type: Component,
160
160
  args: [{
161
161
  selector: 'bizdoc-address',
@@ -181,8 +181,8 @@ export class TypeAutocomplete {
181
181
  }
182
182
  }
183
183
  TypeAutocomplete.nextId = 0;
184
- TypeAutocomplete.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TypeAutocomplete, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }, { token: i3.SessionService }, { token: i4.DatasourceService }], target: i0.ɵɵFactoryTarget.Component });
185
- TypeAutocomplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: TypeAutocomplete, selector: "bizdoc-autocomplete", inputs: { _type: ["type", "_type"], placeholder: "placeholder", text: "text", required: "required", disabled: "disabled", value: "value", minimumChars: "minimumChars", textFormControlName: "textFormControlName", textFormControl: "textFormControl" }, outputs: { textChange: "textChange", optionSelected: "optionSelected" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" }, classAttribute: "row" }, providers: [{ provide: MatFormFieldControl, useExisting: TypeAutocomplete }], viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["input"], descendants: true, static: true }, { propertyName: "trigger", first: true, predicate: ["input"], descendants: true, read: MatAutocompleteTrigger, static: true }], ngImport: i0, template: `<input matInput [matAutocomplete]="auto" [placeholder]="placeholder" [formControl]="_control" #input
184
+ TypeAutocomplete.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TypeAutocomplete, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }, { token: i3.SessionService }, { token: i4.DatasourceService }], target: i0.ɵɵFactoryTarget.Component });
185
+ TypeAutocomplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: TypeAutocomplete, selector: "bizdoc-autocomplete", inputs: { _type: ["type", "_type"], placeholder: "placeholder", text: "text", required: "required", disabled: "disabled", value: "value", minimumChars: "minimumChars", textFormControlName: "textFormControlName", textFormControl: "textFormControl" }, outputs: { textChange: "textChange", optionSelected: "optionSelected" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" }, classAttribute: "row" }, providers: [{ provide: MatFormFieldControl, useExisting: TypeAutocomplete }], viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["input"], descendants: true, static: true }, { propertyName: "trigger", first: true, predicate: ["input"], descendants: true, read: MatAutocompleteTrigger, static: true }], ngImport: i0, template: `<input matInput [matAutocomplete]="auto" [placeholder]="placeholder" [formControl]="_control" #input
186
186
  (focus)="_onFocus()" (blur)="_onBlur()" [required]="required"/>
187
187
  <mat-autocomplete #auto (optionSelected)="_optionSelected($event)" [displayWith]='displayFn'>
188
188
  <mat-option *ngFor="let v of _items$ | async" [value]="v">
@@ -191,7 +191,7 @@ TypeAutocomplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
191
191
  </mat-option>
192
192
  </mat-autocomplete>
193
193
  <button mat-icon-button matSuffix (click)="clear()" *ngIf="_control.value"><mat-icon>close</mat-icon></button>`, isInline: true, components: [{ type: i5.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { type: i7.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i9.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i5.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { type: i10.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.MatSuffix, selector: "[matSuffix]" }], pipes: { "async": i10.AsyncPipe } });
194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TypeAutocomplete, decorators: [{
194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TypeAutocomplete, decorators: [{
195
195
  type: Component,
196
196
  args: [{
197
197
  selector: 'bizdoc-autocomplete',
@@ -151,9 +151,9 @@ export class CombinationPickerBody {
151
151
  this.modeChange.complete();
152
152
  }
153
153
  }
154
- CombinationPickerBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: CombinationPickerBody, deps: [{ token: MAT_DIALOG_DATA, optional: true }, { token: COMBINATION_PICKER_BODY, optional: true }, { token: i1.FormBuilder }, { token: i2.PromptService }, { token: i3.CubeInfo }, { token: i4.DatasourceService }, { token: i0.ChangeDetectorRef }, { token: i5.SessionService }, { token: i6.CubeService }], target: i0.ɵɵFactoryTarget.Component });
155
- CombinationPickerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: CombinationPickerBody, selector: "bizdoc-combination-picker-body", viewQueries: [{ propertyName: "axes", predicate: MatSelect, descendants: true }], ngImport: i0, template: "<div [ngSwitch]=\"mode\" class=\"account-picker-popup\" cdkTrapFocus>\r\n <!--[@transformPanel]=\"enter\"-->\r\n <ng-container *ngSwitchCase=\"'filter'\">\r\n <mat-progress-bar mode=\"indeterminate\" [style.visibility]=\"_working ? 'visible':'hidden'\"></mat-progress-bar>\r\n <!-- filter -->\r\n <form [formGroup]=\"_form\">\r\n <mat-form-field *ngFor=\"let a of _axes; let i = index\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n <mat-option *ngIf=\"_keys[a.name].length>1\">{{'All'|translate}}</mat-option>\r\n <mat-option *ngFor=\"let key of _keys[a.name]\" [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n </mat-select>\r\n <mat-hint>{{_form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n </form>\r\n <div class=\"actions\">\r\n <button mat-icon-button (click)=\"_filter()\" [disabled]=\"_working\" [bizdocTooltip]=\"'Search'|translate\" class=\"mat-icon-rtl-mirror\" [tabIndex]=\"_axes.length\">\r\n <mat-icon>search</mat-icon>\r\n </button>\r\n </div>\r\n </ng-container>\r\n <!-- results -->\r\n <ng-container *ngSwitchCase=\"'results'\">\r\n <div class=\"actions\">\r\n <button mat-icon-button (click)=\"_switchMode('filter')\" [bizdocTooltip]=\"'Filter'|translate\"><mat-icon>filter_list</mat-icon></button>\r\n </div>\r\n <mat-action-list>\r\n <mat-list-item *ngFor=\"let codes of _combinations\" (click)=\"_select(codes)\">\r\n <h3 matLine>{{_nameOf(codes)}}</h3>\r\n <p matLine *ngIf=\"_explorable\"><a (click)=\"_info(codes, $event)\">{{_codeOf(codes)}}</a></p>\r\n </mat-list-item>\r\n </mat-action-list>\r\n </ng-container>\r\n</div>\r\n", styles: [".account-picker-popup{display:flex;flex-direction:column;width:100%}.account-picker-popup form{padding:8px;flex-flow:column wrap;box-sizing:border-box;display:flex}.account-picker-popup form>*{flex:1 1 100%;box-sizing:border-box;max-width:50%;padding:0 5px 5px 0}.account-picker-popup .actions{display:flex;flex-direction:row;place-content:center flex-end;align-items:center;padding:8px}.account-picker-popup ::ng-deep .mat-list-base{overflow:auto}.account-picker-popup ::ng-deep .mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}@media screen and (min-width: 600px){.account-picker-popup form{flex-flow:row wrap}}\n"], components: [{ type: i7.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { type: i8.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i9.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i10.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { type: i11.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i12.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i13.MatList, selector: "mat-list, mat-action-list", inputs: ["disableRipple", "disabled"], exportAs: ["matList"] }, { type: i13.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }], directives: [{ type: i14.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i14.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i14.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.MatLabel, selector: "mat-label" }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i14.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { type: i15.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i10.MatLine, selector: "[mat-line], [matLine]" }], pipes: { "translate": i16.TranslatePipe } });
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: CombinationPickerBody, decorators: [{
154
+ CombinationPickerBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CombinationPickerBody, deps: [{ token: MAT_DIALOG_DATA, optional: true }, { token: COMBINATION_PICKER_BODY, optional: true }, { token: i1.FormBuilder }, { token: i2.PromptService }, { token: i3.CubeInfo }, { token: i4.DatasourceService }, { token: i0.ChangeDetectorRef }, { token: i5.SessionService }, { token: i6.CubeService }], target: i0.ɵɵFactoryTarget.Component });
155
+ CombinationPickerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CombinationPickerBody, selector: "bizdoc-combination-picker-body", viewQueries: [{ propertyName: "axes", predicate: MatSelect, descendants: true }], ngImport: i0, template: "<div [ngSwitch]=\"mode\" class=\"account-picker-popup\" cdkTrapFocus>\r\n <!--[@transformPanel]=\"enter\"-->\r\n <ng-container *ngSwitchCase=\"'filter'\">\r\n <mat-progress-bar mode=\"indeterminate\" [style.visibility]=\"_working ? 'visible':'hidden'\"></mat-progress-bar>\r\n <!-- filter -->\r\n <form [formGroup]=\"_form\">\r\n <mat-form-field *ngFor=\"let a of _axes; let i = index\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n <mat-option *ngIf=\"_keys[a.name].length>1\">{{'All'|translate}}</mat-option>\r\n <mat-option *ngFor=\"let key of _keys[a.name]\" [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n </mat-select>\r\n <mat-hint>{{_form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n </form>\r\n <div class=\"actions\">\r\n <button mat-icon-button (click)=\"_filter()\" [disabled]=\"_working\" [bizdocTooltip]=\"'Search'|translate\" class=\"mat-icon-rtl-mirror\" [tabIndex]=\"_axes.length\">\r\n <mat-icon>search</mat-icon>\r\n </button>\r\n </div>\r\n </ng-container>\r\n <!-- results -->\r\n <ng-container *ngSwitchCase=\"'results'\">\r\n <div class=\"actions\">\r\n <button mat-icon-button (click)=\"_switchMode('filter')\" [bizdocTooltip]=\"'Filter'|translate\"><mat-icon>filter_list</mat-icon></button>\r\n </div>\r\n <mat-action-list>\r\n <mat-list-item *ngFor=\"let codes of _combinations\" (click)=\"_select(codes)\">\r\n <h3 matLine>{{_nameOf(codes)}}</h3>\r\n <p matLine *ngIf=\"_explorable\"><a (click)=\"_info(codes, $event)\">{{_codeOf(codes)}}</a></p>\r\n </mat-list-item>\r\n </mat-action-list>\r\n </ng-container>\r\n</div>\r\n", styles: [".account-picker-popup{display:flex;flex-direction:column;width:100%}.account-picker-popup form{padding:8px;flex-flow:column wrap;box-sizing:border-box;display:flex}.account-picker-popup form>*{flex:1 1 100%;box-sizing:border-box;max-width:50%;padding:0 5px 5px 0}.account-picker-popup .actions{display:flex;flex-direction:row;place-content:center flex-end;align-items:center;padding:8px}.account-picker-popup ::ng-deep .mat-list-base{overflow:auto}.account-picker-popup ::ng-deep .mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}@media screen and (min-width: 600px){.account-picker-popup form{flex-flow:row wrap}}\n"], components: [{ type: i7.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { type: i8.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i9.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i10.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { type: i11.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i12.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i13.MatList, selector: "mat-list, mat-action-list", inputs: ["disableRipple", "disabled"], exportAs: ["matList"] }, { type: i13.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }], directives: [{ type: i14.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i14.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i14.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.MatLabel, selector: "mat-label" }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i14.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { type: i15.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i10.MatLine, selector: "[mat-line], [matLine]" }], pipes: { "translate": i16.TranslatePipe } });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CombinationPickerBody, decorators: [{
157
157
  type: Component,
158
158
  args: [{ selector: 'bizdoc-combination-picker-body', template: "<div [ngSwitch]=\"mode\" class=\"account-picker-popup\" cdkTrapFocus>\r\n <!--[@transformPanel]=\"enter\"-->\r\n <ng-container *ngSwitchCase=\"'filter'\">\r\n <mat-progress-bar mode=\"indeterminate\" [style.visibility]=\"_working ? 'visible':'hidden'\"></mat-progress-bar>\r\n <!-- filter -->\r\n <form [formGroup]=\"_form\">\r\n <mat-form-field *ngFor=\"let a of _axes; let i = index\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n <mat-option *ngIf=\"_keys[a.name].length>1\">{{'All'|translate}}</mat-option>\r\n <mat-option *ngFor=\"let key of _keys[a.name]\" [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n </mat-select>\r\n <mat-hint>{{_form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n </form>\r\n <div class=\"actions\">\r\n <button mat-icon-button (click)=\"_filter()\" [disabled]=\"_working\" [bizdocTooltip]=\"'Search'|translate\" class=\"mat-icon-rtl-mirror\" [tabIndex]=\"_axes.length\">\r\n <mat-icon>search</mat-icon>\r\n </button>\r\n </div>\r\n </ng-container>\r\n <!-- results -->\r\n <ng-container *ngSwitchCase=\"'results'\">\r\n <div class=\"actions\">\r\n <button mat-icon-button (click)=\"_switchMode('filter')\" [bizdocTooltip]=\"'Filter'|translate\"><mat-icon>filter_list</mat-icon></button>\r\n </div>\r\n <mat-action-list>\r\n <mat-list-item *ngFor=\"let codes of _combinations\" (click)=\"_select(codes)\">\r\n <h3 matLine>{{_nameOf(codes)}}</h3>\r\n <p matLine *ngIf=\"_explorable\"><a (click)=\"_info(codes, $event)\">{{_codeOf(codes)}}</a></p>\r\n </mat-list-item>\r\n </mat-action-list>\r\n </ng-container>\r\n</div>\r\n", styles: [".account-picker-popup{display:flex;flex-direction:column;width:100%}.account-picker-popup form{padding:8px;flex-flow:column wrap;box-sizing:border-box;display:flex}.account-picker-popup form>*{flex:1 1 100%;box-sizing:border-box;max-width:50%;padding:0 5px 5px 0}.account-picker-popup .actions{display:flex;flex-direction:row;place-content:center flex-end;align-items:center;padding:8px}.account-picker-popup ::ng-deep .mat-list-base{overflow:auto}.account-picker-popup ::ng-deep .mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}@media screen and (min-width: 600px){.account-picker-popup form{flex-flow:row wrap}}\n"] }]
159
159
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -223,9 +223,9 @@ export class CombinationPicker {
223
223
  }
224
224
  }
225
225
  CombinationPicker.nextId = 0;
226
- CombinationPicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: CombinationPicker, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.MatFormField, optional: true }, { token: i3.Overlay }, { token: i4.MatDialog }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i5.FocusMonitor }, { token: i0.ElementRef }, { token: i6.Directionality }], target: i0.ɵɵFactoryTarget.Component });
227
- CombinationPicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: CombinationPicker, selector: "bizdoc-combination-picker", inputs: { _divider: ["divider", "_divider"], _displayDivider: ["displayDivider", "_displayDivider"], limit: "limit", cube: "cube", exploreSettings: "exploreSettings", description: "description", touchUi: "touchUi", placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, outputs: { optionSelected: "optionSelected", descriptionChange: "descriptionChange" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: CombinationPicker }], ngImport: i0, template: "<div class=\"account-picker-element\">\r\n <textarea class=\"mat-input-element\" [disabled]=\"disabled\" (keydown)=\"_keyDown($event)\" [value]=\"description\"></textarea>\r\n <div class=\"mat-form-field-suffix\">\r\n <button mat-icon-button [disableRipple]=true (click)=\"open($event)\" matSuffix [disabled]=\"disabled\" tabindex=\"-1\" [class.mat-warn]=\"errorState\"><mat-icon>arrow_drop_down</mat-icon></button>\r\n </div>\r\n</div>\r\n", styles: [".account-picker-element{display:flex;flex-direction:row}.account-picker-element textarea{resize:none;flex:auto}\n"], components: [{ type: i7.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.MatSuffix, selector: "[matSuffix]" }] });
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: CombinationPicker, decorators: [{
226
+ CombinationPicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CombinationPicker, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.MatFormField, optional: true }, { token: i3.Overlay }, { token: i4.MatDialog }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i5.FocusMonitor }, { token: i0.ElementRef }, { token: i6.Directionality }], target: i0.ɵɵFactoryTarget.Component });
227
+ CombinationPicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CombinationPicker, selector: "bizdoc-combination-picker", inputs: { _divider: ["divider", "_divider"], _displayDivider: ["displayDivider", "_displayDivider"], limit: "limit", cube: "cube", exploreSettings: "exploreSettings", description: "description", touchUi: "touchUi", placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, outputs: { optionSelected: "optionSelected", descriptionChange: "descriptionChange" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: CombinationPicker }], ngImport: i0, template: "<div class=\"account-picker-element\">\r\n <textarea class=\"mat-input-element\" [disabled]=\"disabled\" (keydown)=\"_keyDown($event)\" [value]=\"description\"></textarea>\r\n <div class=\"mat-form-field-suffix\">\r\n <button mat-icon-button [disableRipple]=true (click)=\"open($event)\" matSuffix [disabled]=\"disabled\" tabindex=\"-1\" [class.mat-warn]=\"errorState\"><mat-icon>arrow_drop_down</mat-icon></button>\r\n </div>\r\n</div>\r\n", styles: [".account-picker-element{display:flex;flex-direction:row}.account-picker-element textarea{resize:none;flex:auto}\n"], components: [{ type: i7.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.MatSuffix, selector: "[matSuffix]" }] });
228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CombinationPicker, decorators: [{
229
229
  type: Component,
230
230
  args: [{ selector: 'bizdoc-combination-picker', providers: [{ provide: MatFormFieldControl, useExisting: CombinationPicker }], host: {
231
231
  '[class.floating]': 'shouldLabelFloat',
@@ -83,9 +83,9 @@ export class CombinationPool {
83
83
  this._destroy.next();
84
84
  }
85
85
  }
86
- CombinationPool.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: CombinationPool, deps: [{ token: i1.CubeService }, { token: i2.FormBuilder }, { token: i3.SessionService }], target: i0.ɵɵFactoryTarget.Component });
87
- CombinationPool.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: CombinationPool, selector: "bizdoc-combination-pool", inputs: { form: ["formGroup", "form"], appearance: "appearance", cube: "cube", model: "model", source: "source" }, outputs: { modelChange: "modelChange" }, ngImport: i0, template: "<form [formGroup]=\"form\">\r\n <mat-form-field *ngFor=\"let a of _axes\" [appearance]=\"appearance\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n <mat-option *ngIf=\"form.controls[a.name].value\">{{'Dashes'|translate:('Clear'|translate)}}</mat-option>\r\n <mat-option *ngFor=\"let key of _keys[a.dataType]\" [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n </mat-select>\r\n <mat-hint>{{form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n</form>\r\n", styles: [":host{flex:1 1 auto}form{flex-flow:row wrap;box-sizing:border-box;display:flex;padding:0!important}form>*{flex:1 1 auto;box-sizing:border-box;width:50%;padding:0 5px 0 0}[dir=rtl] form>*{padding:0 0 5px}@media (max-width: 599px){form{flex-flow:column}form>*{width:unset}}\n"], components: [{ type: i4.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.MatLabel, selector: "mat-label" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.MatHint, selector: "mat-hint", inputs: ["align", "id"] }], pipes: { "translate": i8.TranslatePipe } });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: CombinationPool, decorators: [{
86
+ CombinationPool.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CombinationPool, deps: [{ token: i1.CubeService }, { token: i2.FormBuilder }, { token: i3.SessionService }], target: i0.ɵɵFactoryTarget.Component });
87
+ CombinationPool.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CombinationPool, selector: "bizdoc-combination-pool", inputs: { form: ["formGroup", "form"], appearance: "appearance", cube: "cube", model: "model", source: "source" }, outputs: { modelChange: "modelChange" }, ngImport: i0, template: "<form [formGroup]=\"form\">\r\n <mat-form-field *ngFor=\"let a of _axes\" [appearance]=\"appearance\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n <mat-option *ngIf=\"form.controls[a.name].value\">{{'Dashes'|translate:('Clear'|translate)}}</mat-option>\r\n <mat-option *ngFor=\"let key of _keys[a.dataType]\" [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n </mat-select>\r\n <mat-hint>{{form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n</form>\r\n", styles: [":host{flex:1 1 auto}form{flex-flow:row wrap;box-sizing:border-box;display:flex;padding:0!important}form>*{flex:1 1 auto;box-sizing:border-box;width:50%;padding:0 5px 0 0}[dir=rtl] form>*{padding:0 0 5px}@media (max-width: 599px){form{flex-flow:column}form>*{width:unset}}\n"], components: [{ type: i4.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.MatLabel, selector: "mat-label" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.MatHint, selector: "mat-hint", inputs: ["align", "id"] }], pipes: { "translate": i8.TranslatePipe } });
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CombinationPool, decorators: [{
89
89
  type: Component,
90
90
  args: [{ selector: 'bizdoc-combination-pool', template: "<form [formGroup]=\"form\">\r\n <mat-form-field *ngFor=\"let a of _axes\" [appearance]=\"appearance\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n <mat-option *ngIf=\"form.controls[a.name].value\">{{'Dashes'|translate:('Clear'|translate)}}</mat-option>\r\n <mat-option *ngFor=\"let key of _keys[a.dataType]\" [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n </mat-select>\r\n <mat-hint>{{form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n</form>\r\n", styles: [":host{flex:1 1 auto}form{flex-flow:row wrap;box-sizing:border-box;display:flex;padding:0!important}form>*{flex:1 1 auto;box-sizing:border-box;width:50%;padding:0 5px 0 0}[dir=rtl] form>*{padding:0 0 5px}@media (max-width: 599px){form{flex-flow:column}form>*{width:unset}}\n"] }]
91
91
  }], ctorParameters: function () { return [{ type: i1.CubeService }, { type: i2.FormBuilder }, { type: i3.SessionService }]; }, propDecorators: { form: [{
@@ -367,9 +367,9 @@ export class FileInput {
367
367
  }
368
368
  }
369
369
  FileInput.nextId = 0;
370
- FileInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: FileInput, deps: [{ token: i0.ElementRef }, { token: i1.MailboxService }, { token: i2.DomSanitizer }, { token: i3.AttachmentInfo }, { token: i4.TranslateService }, { token: i5.SessionService }, { token: i6.PromptService }, { token: i7.NgControl, optional: true, self: true }, { token: DOCUMENT_MODEL }], target: i0.ɵɵFactoryTarget.Component });
371
- FileInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: FileInput, selector: "bizdoc-file-upload", inputs: { multiple: "multiple", accept: "accept", icon: "icon", value: "value", placeholder: "placeholder", required: "required", disabled: "disabled" }, host: { listeners: { "document:drop": "handleDocumentDrop($event)", "drop": "handleDrop($event)", "dragenter": "handleEnter($event)", "dragleave": "handleLeave($event)", "dragover": "handleOver($event)" }, properties: { "id": "this.id", "attr.aria-describedby": "this.describedBy" }, classAttribute: "file-dropable" }, viewQueries: [{ propertyName: "_input", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: "<button mat-button *ngIf=\"!items.length; else preview\" (click)=\"open()\">\r\n <mat-icon class=\"filled\">{{icon}}</mat-icon>\r\n <span class=\"mat-h3\">{{placeholder}}</span>\r\n</button>\r\n<input type=\"file\" #input\r\n [accept]=accept [multiple]=multiple (change)='_change($event)' style=\"display: none\" />\r\n<ng-template #preview>\r\n <div *ngFor='let a of items' class=\"attachment-item\"\r\n [class.deleted]=\"a.deleted\" [class.failed]=\"a.failed\"\r\n [progressIndicator]=\"a.progress\">\r\n <div class=\"file-preview\">\r\n <img *ngIf=\"a.isImage\" [src]=\"a.url\" (click)=\"apreview(a)\" height=\"80\">\r\n <button mat-icon-button *ngIf=\"a.hasPreview && !a.isImage\" [bizdocTooltip]=\"'Preview'|translate\" (click)=\"apreview(a)\" [ngSwitch]=\"a.icon !== undefined\">\r\n <mat-icon *ngSwitchCase=\"true\" [svgIcon]=\"a.icon\" [inline]=\"false\"></mat-icon>\r\n <mat-icon *ngSwitchDefault class=\"mat-icon-rtl-mirror\">find_in_page</mat-icon>\r\n </button>\r\n <mat-icon *ngIf=\"!a.hasPreview && a.icon\" [svgIcon]=\"a.icon\" [inline]=\"false\"></mat-icon>\r\n </div>\r\n <div class=\"file-overlay row\">\r\n <span class=\"filename\">{{a.fileName}}</span>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button class=\"options\" [matMenuTriggerFor]=\"menu\" [bizdocTooltip]=\"'Options' | translate\">\r\n <mat-icon>more_vert</mat-icon>\r\n </button>\r\n </div>\r\n <mat-menu #menu>\r\n <ng-container *ngIf=\"!a.failed\">\r\n <ng-container *ngIf=\"canEdit(a) && !a.failed\">\r\n <ng-container *ngIf=\"!a.checkedOut\">\r\n <button mat-menu-item (click)=\"checkOut(a)\">{{\"CheckOut\" | translate}}</button>\r\n <button mat-menu-item *ngIf=\"multiple\" (click)=\"open()\">{{\"Add\" | translate}}</button>\r\n </ng-container>\r\n <button mat-menu-item (click)=\"checkIn(a)\" *ngIf=\"a.checkedOut\">{{\"CheckIn\" | translate}}</button>\r\n </ng-container>\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item (click)=\"download(a)\">{{\"Download\" | translate}}</button>\r\n <button mat-menu-item *ngIf=\"a.hasPreview\" (click)=\"apreview(a)\"><mat-icon>landscape</mat-icon> {{\"Preview\" | translate}}</button>\r\n <ng-container *ngIf=\"hasVersions(a)\">\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item *ngFor=\"let v of getVersions(a)\" (click)=\"previewOrDownload(v)\">{{v.time | amCalendar}}</button>\r\n </ng-container>\r\n <ng-container *ngIf=\"canEdit(a)\">\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item (click)=\"discard(a)\">{{\"Discard\" | translate}}</button>\r\n </ng-container>\r\n </ng-container>\r\n <button mat-menu-item (click)=\"cancel(a)\" *ngIf=\"a.failed\">{{\"Cancel\" | translate}}</button>\r\n </mat-menu>\r\n </div>\r\n</ng-template>\r\n", styles: [":host{display:flex}.attachment-item{height:80px;position:relative;display:inline-flex}.attachment-item img{cursor:zoom-in}.attachment-item .file-overlay{position:relative;height:inherit}.attachment-item .file-overlay .filename{font-size:x-small;cursor:pointer;background:rgba(255,255,255,.4);align-self:flex-end}.attachment-item .file-overlay:hover .filename{background:white;opacity:.5}\n"], components: [{ type: i8.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i9.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i10.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i10.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i11.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }], directives: [{ type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i13.ProgressDirective, selector: "[progressIndicator]", inputs: ["progressIndicator"] }, { type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i12.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i12.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i12.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i10.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }], pipes: { "translate": i15.TranslatePipe, "amCalendar": i16.CalendarPipe } });
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: FileInput, decorators: [{
370
+ FileInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: FileInput, deps: [{ token: i0.ElementRef }, { token: i1.MailboxService }, { token: i2.DomSanitizer }, { token: i3.AttachmentInfo }, { token: i4.TranslateService }, { token: i5.SessionService }, { token: i6.PromptService }, { token: i7.NgControl, optional: true, self: true }, { token: DOCUMENT_MODEL }], target: i0.ɵɵFactoryTarget.Component });
371
+ FileInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: FileInput, selector: "bizdoc-file-upload", inputs: { multiple: "multiple", accept: "accept", icon: "icon", value: "value", placeholder: "placeholder", required: "required", disabled: "disabled" }, host: { listeners: { "document:drop": "handleDocumentDrop($event)", "drop": "handleDrop($event)", "dragenter": "handleEnter($event)", "dragleave": "handleLeave($event)", "dragover": "handleOver($event)" }, properties: { "id": "this.id", "attr.aria-describedby": "this.describedBy" }, classAttribute: "file-dropable" }, viewQueries: [{ propertyName: "_input", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: "<button mat-button *ngIf=\"!items.length; else preview\" (click)=\"open()\">\r\n <mat-icon class=\"filled\">{{icon}}</mat-icon>\r\n <span class=\"mat-h3\">{{placeholder}}</span>\r\n</button>\r\n<input type=\"file\" #input\r\n [accept]=accept [multiple]=multiple (change)='_change($event)' style=\"display: none\" />\r\n<ng-template #preview>\r\n <div *ngFor='let a of items' class=\"attachment-item\"\r\n [class.deleted]=\"a.deleted\" [class.failed]=\"a.failed\"\r\n [progressIndicator]=\"a.progress\">\r\n <div class=\"file-preview\">\r\n <img *ngIf=\"a.isImage\" [src]=\"a.url\" (click)=\"apreview(a)\" height=\"80\">\r\n <button mat-icon-button *ngIf=\"a.hasPreview && !a.isImage\" [bizdocTooltip]=\"'Preview'|translate\" (click)=\"apreview(a)\" [ngSwitch]=\"a.icon !== undefined\">\r\n <mat-icon *ngSwitchCase=\"true\" [svgIcon]=\"a.icon\" [inline]=\"false\"></mat-icon>\r\n <mat-icon *ngSwitchDefault class=\"mat-icon-rtl-mirror\">find_in_page</mat-icon>\r\n </button>\r\n <mat-icon *ngIf=\"!a.hasPreview && a.icon\" [svgIcon]=\"a.icon\" [inline]=\"false\"></mat-icon>\r\n </div>\r\n <div class=\"file-overlay row\">\r\n <span class=\"filename\">{{a.fileName}}</span>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button class=\"options\" [matMenuTriggerFor]=\"menu\" [bizdocTooltip]=\"'Options' | translate\">\r\n <mat-icon>more_vert</mat-icon>\r\n </button>\r\n </div>\r\n <mat-menu #menu>\r\n <ng-container *ngIf=\"!a.failed\">\r\n <ng-container *ngIf=\"canEdit(a) && !a.failed\">\r\n <ng-container *ngIf=\"!a.checkedOut\">\r\n <button mat-menu-item (click)=\"checkOut(a)\">{{\"CheckOut\" | translate}}</button>\r\n <button mat-menu-item *ngIf=\"multiple\" (click)=\"open()\">{{\"Add\" | translate}}</button>\r\n </ng-container>\r\n <button mat-menu-item (click)=\"checkIn(a)\" *ngIf=\"a.checkedOut\">{{\"CheckIn\" | translate}}</button>\r\n </ng-container>\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item (click)=\"download(a)\">{{\"Download\" | translate}}</button>\r\n <button mat-menu-item *ngIf=\"a.hasPreview\" (click)=\"apreview(a)\"><mat-icon>landscape</mat-icon> {{\"Preview\" | translate}}</button>\r\n <ng-container *ngIf=\"hasVersions(a)\">\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item *ngFor=\"let v of getVersions(a)\" (click)=\"previewOrDownload(v)\">{{v.time | amCalendar}}</button>\r\n </ng-container>\r\n <ng-container *ngIf=\"canEdit(a)\">\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item (click)=\"discard(a)\">{{\"Discard\" | translate}}</button>\r\n </ng-container>\r\n </ng-container>\r\n <button mat-menu-item (click)=\"cancel(a)\" *ngIf=\"a.failed\">{{\"Cancel\" | translate}}</button>\r\n </mat-menu>\r\n </div>\r\n</ng-template>\r\n", styles: [":host{display:flex}.attachment-item{height:80px;position:relative;display:inline-flex}.attachment-item img{cursor:zoom-in}.attachment-item .file-overlay{position:relative;height:inherit}.attachment-item .file-overlay .filename{font-size:x-small;cursor:pointer;background:rgba(255,255,255,.4);align-self:flex-end}.attachment-item .file-overlay:hover .filename{background:white;opacity:.5}\n"], components: [{ type: i8.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i9.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i10.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i10.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i11.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }], directives: [{ type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i13.ProgressDirective, selector: "[progressIndicator]", inputs: ["progressIndicator"] }, { type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { type: i12.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i12.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i12.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i10.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }], pipes: { "translate": i15.TranslatePipe, "amCalendar": i16.CalendarPipe } });
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: FileInput, decorators: [{
373
373
  type: Component,
374
374
  args: [{ host: { class: 'file-dropable' }, selector: 'bizdoc-file-upload', template: "<button mat-button *ngIf=\"!items.length; else preview\" (click)=\"open()\">\r\n <mat-icon class=\"filled\">{{icon}}</mat-icon>\r\n <span class=\"mat-h3\">{{placeholder}}</span>\r\n</button>\r\n<input type=\"file\" #input\r\n [accept]=accept [multiple]=multiple (change)='_change($event)' style=\"display: none\" />\r\n<ng-template #preview>\r\n <div *ngFor='let a of items' class=\"attachment-item\"\r\n [class.deleted]=\"a.deleted\" [class.failed]=\"a.failed\"\r\n [progressIndicator]=\"a.progress\">\r\n <div class=\"file-preview\">\r\n <img *ngIf=\"a.isImage\" [src]=\"a.url\" (click)=\"apreview(a)\" height=\"80\">\r\n <button mat-icon-button *ngIf=\"a.hasPreview && !a.isImage\" [bizdocTooltip]=\"'Preview'|translate\" (click)=\"apreview(a)\" [ngSwitch]=\"a.icon !== undefined\">\r\n <mat-icon *ngSwitchCase=\"true\" [svgIcon]=\"a.icon\" [inline]=\"false\"></mat-icon>\r\n <mat-icon *ngSwitchDefault class=\"mat-icon-rtl-mirror\">find_in_page</mat-icon>\r\n </button>\r\n <mat-icon *ngIf=\"!a.hasPreview && a.icon\" [svgIcon]=\"a.icon\" [inline]=\"false\"></mat-icon>\r\n </div>\r\n <div class=\"file-overlay row\">\r\n <span class=\"filename\">{{a.fileName}}</span>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button class=\"options\" [matMenuTriggerFor]=\"menu\" [bizdocTooltip]=\"'Options' | translate\">\r\n <mat-icon>more_vert</mat-icon>\r\n </button>\r\n </div>\r\n <mat-menu #menu>\r\n <ng-container *ngIf=\"!a.failed\">\r\n <ng-container *ngIf=\"canEdit(a) && !a.failed\">\r\n <ng-container *ngIf=\"!a.checkedOut\">\r\n <button mat-menu-item (click)=\"checkOut(a)\">{{\"CheckOut\" | translate}}</button>\r\n <button mat-menu-item *ngIf=\"multiple\" (click)=\"open()\">{{\"Add\" | translate}}</button>\r\n </ng-container>\r\n <button mat-menu-item (click)=\"checkIn(a)\" *ngIf=\"a.checkedOut\">{{\"CheckIn\" | translate}}</button>\r\n </ng-container>\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item (click)=\"download(a)\">{{\"Download\" | translate}}</button>\r\n <button mat-menu-item *ngIf=\"a.hasPreview\" (click)=\"apreview(a)\"><mat-icon>landscape</mat-icon> {{\"Preview\" | translate}}</button>\r\n <ng-container *ngIf=\"hasVersions(a)\">\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item *ngFor=\"let v of getVersions(a)\" (click)=\"previewOrDownload(v)\">{{v.time | amCalendar}}</button>\r\n </ng-container>\r\n <ng-container *ngIf=\"canEdit(a)\">\r\n <mat-divider></mat-divider>\r\n <button mat-menu-item (click)=\"discard(a)\">{{\"Discard\" | translate}}</button>\r\n </ng-container>\r\n </ng-container>\r\n <button mat-menu-item (click)=\"cancel(a)\" *ngIf=\"a.failed\">{{\"Cancel\" | translate}}</button>\r\n </mat-menu>\r\n </div>\r\n</ng-template>\r\n", styles: [":host{display:flex}.attachment-item{height:80px;position:relative;display:inline-flex}.attachment-item img{cursor:zoom-in}.attachment-item .file-overlay{position:relative;height:inherit}.attachment-item .file-overlay .filename{font-size:x-small;cursor:pointer;background:rgba(255,255,255,.4);align-self:flex-end}.attachment-item .file-overlay:hover .filename{background:white;opacity:.5}\n"] }]
375
375
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.MailboxService }, { type: i2.DomSanitizer }, { type: i3.AttachmentInfo }, { type: i4.TranslateService }, { type: i5.SessionService }, { type: i6.PromptService }, { type: i7.NgControl, decorators: [{
@@ -167,8 +167,8 @@ export class TypeSelect {
167
167
  }
168
168
  }
169
169
  TypeSelect.nextId = 0;
170
- TypeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TypeSelect, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }, { token: i3.SessionService }, { token: i4.DatasourceService }], target: i0.ɵɵFactoryTarget.Component });
171
- TypeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: TypeSelect, selector: "bizdoc-select", inputs: { type: "type", scope: "scope", multiple: "multiple", placeholder: "placeholder", required: "required", disabled: "disabled", text: "text", value: "value" }, outputs: { selectionChange: "selectionChange", textChange: "textChange" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: TypeSelect }], viewQueries: [{ propertyName: "inputElement", first: true, predicate: MatSelect, descendants: true, static: true }], ngImport: i0, template: `<mat-select [placeholder]="placeholder" [formControl]="_control" [multiple]='multiple'
170
+ TypeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TypeSelect, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }, { token: i3.SessionService }, { token: i4.DatasourceService }], target: i0.ɵɵFactoryTarget.Component });
171
+ TypeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: TypeSelect, selector: "bizdoc-select", inputs: { type: "type", scope: "scope", multiple: "multiple", placeholder: "placeholder", required: "required", disabled: "disabled", text: "text", value: "value" }, outputs: { selectionChange: "selectionChange", textChange: "textChange" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: TypeSelect }], viewQueries: [{ propertyName: "inputElement", first: true, predicate: MatSelect, descendants: true, static: true }], ngImport: i0, template: `<mat-select [placeholder]="placeholder" [formControl]="_control" [multiple]='multiple'
172
172
  (focusin)="_onFocus()" (focusout)="_onBlur()" [compareWith]='_compareWithKey' [required]="required">
173
173
  <mat-option *ngIf="!required && !multiple" [value]="null">
174
174
  {{ 'None' | translate }}
@@ -178,7 +178,7 @@ TypeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "1
178
178
  <span *ngIf="_column">{{v.value[_column.name]}}</span>
179
179
  </mat-option>
180
180
  </mat-select>`, isInline: true, components: [{ type: i5.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "translate": i8.TranslatePipe, "async": i7.AsyncPipe } });
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TypeSelect, decorators: [{
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TypeSelect, decorators: [{
182
182
  type: Component,
183
183
  args: [{
184
184
  selector: 'bizdoc-select',
@@ -169,9 +169,9 @@ export class TimePicker {
169
169
  }
170
170
  }
171
171
  TimePicker.nextId = 0;
172
- TimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TimePicker, deps: [{ token: i1.FocusMonitor }, { token: i0.ElementRef }, { token: i2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
173
- TimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: TimePicker, selector: "mat-time-picker", inputs: { dateControlName: "dateControlName", placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, host: { properties: { "class.floating": "shouldLabelFloat", "id": "id", "attr.aria-describedby": "describedBy" } }, providers: [{ provide: MatFormFieldControl, useExisting: TimePicker }], ngImport: i0, template: "<input matInput type=\"text\" [matAutocomplete]=\"auto\" [formControl]=\"control\" [placeholder]=\"placeholder\">\r\n<mat-autocomplete #auto>\r\n <mat-option *ngFor=\"let o of options\" [value]=\"o\">{{o}}</mat-option>\r\n</mat-autocomplete>\r\n", components: [{ type: i3.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { type: i4.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i5.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i3.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TimePicker, decorators: [{
172
+ TimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TimePicker, deps: [{ token: i1.FocusMonitor }, { token: i0.ElementRef }, { token: i2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
173
+ TimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: TimePicker, selector: "mat-time-picker", inputs: { dateControlName: "dateControlName", placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, host: { properties: { "class.floating": "shouldLabelFloat", "id": "id", "attr.aria-describedby": "describedBy" } }, providers: [{ provide: MatFormFieldControl, useExisting: TimePicker }], ngImport: i0, template: "<input matInput type=\"text\" [matAutocomplete]=\"auto\" [formControl]=\"control\" [placeholder]=\"placeholder\">\r\n<mat-autocomplete #auto>\r\n <mat-option *ngFor=\"let o of options\" [value]=\"o\">{{o}}</mat-option>\r\n</mat-autocomplete>\r\n", components: [{ type: i3.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { type: i4.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i5.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i3.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TimePicker, decorators: [{
175
175
  type: Component,
176
176
  args: [{ selector: 'mat-time-picker', providers: [{ provide: MatFormFieldControl, useExisting: TimePicker }], host: {
177
177
  '[class.floating]': 'shouldLabelFloat',
@@ -134,8 +134,8 @@ export class TimespanInput {
134
134
  }
135
135
  }
136
136
  TimespanInput.nextId = 0;
137
- TimespanInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TimespanInput, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i1.FormBuilder }, { token: i2.FocusMonitor }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
138
- TimespanInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: TimespanInput, selector: "bizdoc-timespan-input", inputs: { placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: TimespanInput }], ngImport: i0, template: `<div [formGroup]="parts" class="ts-input-container">
137
+ TimespanInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TimespanInput, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i1.FormBuilder }, { token: i2.FocusMonitor }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
138
+ TimespanInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: TimespanInput, selector: "bizdoc-timespan-input", inputs: { placeholder: "placeholder", required: "required", disabled: "disabled", value: "value" }, host: { properties: { "class.floating": "this.shouldLabelFloat", "attr.aria-describedby": "this.describedBy", "id": "this.id" } }, providers: [{ provide: MatFormFieldControl, useExisting: TimespanInput }], ngImport: i0, template: `<div [formGroup]="parts" class="ts-input-container">
139
139
  <input class="ts-input-element" formControlName="days" size="2" pattern="\\d*" #inp>
140
140
  <span class="ts-input-spacer">{{'DaysPart' | translate}}</span>
141
141
  <input class="ts-input-element" formControlName="hours" size="2" max="24" min="0" pattern="\\d*">
@@ -143,7 +143,7 @@ TimespanInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
143
143
  <input class="ts-input-element" formControlName="minutes" size="2" max="60" min="0" pattern="\\d*">
144
144
  <span class="ts-input-spacer">{{'MinutesPart' | translate}}</span>
145
145
  </div>`, isInline: true, styles: [".ts-input-container{display:flex}.ts-input-element{border:none;background:none;padding:0;outline:none;font:inherit;text-align:center}.ts-input-spacer{opacity:0;font-size:x-small;text-transform:uppercase;transition:opacity .2s}:host.floating .ts-input-spacer{opacity:1}\n"], directives: [{ type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i1.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }], pipes: { "translate": i3.TranslatePipe } });
146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: TimespanInput, decorators: [{
146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: TimespanInput, decorators: [{
147
147
  type: Component,
148
148
  args: [{
149
149
  selector: 'bizdoc-timespan-input',
@@ -66,9 +66,9 @@ export class DatasourceService {
66
66
  return this.map(type, queryParams).pipe(map(mapToArray));
67
67
  }
68
68
  }
69
- DatasourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: DatasourceService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
70
- DatasourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: DatasourceService, providedIn: 'root' });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: DatasourceService, decorators: [{
69
+ DatasourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: DatasourceService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
70
+ DatasourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: DatasourceService, providedIn: 'root' });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: DatasourceService, decorators: [{
72
72
  type: Injectable,
73
73
  args: [{ providedIn: 'root' }]
74
74
  }], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
@@ -203,12 +203,12 @@ export class GuideComponent {
203
203
  this._clear();
204
204
  }
205
205
  }
206
- GuideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: GuideComponent, deps: [{ token: TOUR_TOKEN }, { token: i1.SessionService }, { token: i2.Overlay }, { token: i3.Router }, { token: i2.OverlayRef }], target: i0.ɵɵFactoryTarget.Component });
207
- GuideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: GuideComponent, selector: "ng-component", host: { listeners: { "window:keydown": "keydown($event)" } }, ngImport: i0, template: "<div class=\"container\" [style.display]=\"step ? '': 'none'\" cdkTrapFocus>\r\n <div fxLayout=\"column\" class=\"content\">\r\n <div fxLayout=\"row\">\r\n <h2 *ngIf=\"step?.title\" class=\"mat-h2\">{{step?.title}}</h2>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"close()\" *ngIf=\"index < count - 1\"><mat-icon>close</mat-icon></button>\r\n </div>\r\n <p class=\"mat-body\" [innerHTML]=\"step?.content | sanitizeHtml\">\r\n </p>\r\n <div fxLayout=\"row\">\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"prev()\" [disabled]=\"index < 1 || working\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <button mat-icon-button (click)=\"next()\" [disabled]=\"index >= count - 1 || working\" cdkFocusInitial><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n <button mat-button (click)=\"close()\" *ngIf=\"index >= count - 1\">{{'GuideFinish'|translate}}</button>\r\n </div>\r\n </div>\r\n <div class=\"tooltip-container\">\r\n <div class=\"tooltip\"></div>\r\n </div>\r\n</div>\r\n", components: [{ type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i6.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "sanitizeHtml": i8.SanitizeHtmlPipe, "translate": i9.TranslatePipe }, animations: [trigger('body', [
206
+ GuideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: GuideComponent, deps: [{ token: TOUR_TOKEN }, { token: i1.SessionService }, { token: i2.Overlay }, { token: i3.Router }, { token: i2.OverlayRef }], target: i0.ɵɵFactoryTarget.Component });
207
+ GuideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: GuideComponent, selector: "ng-component", host: { listeners: { "window:keydown": "keydown($event)" } }, ngImport: i0, template: "<div class=\"container\" [style.display]=\"step ? '': 'none'\" cdkTrapFocus>\r\n <div fxLayout=\"column\" class=\"content\">\r\n <div fxLayout=\"row\">\r\n <h2 *ngIf=\"step?.title\" class=\"mat-h2\">{{step?.title}}</h2>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"close()\" *ngIf=\"index < count - 1\"><mat-icon>close</mat-icon></button>\r\n </div>\r\n <p class=\"mat-body\" [innerHTML]=\"step?.content | sanitizeHtml\">\r\n </p>\r\n <div fxLayout=\"row\">\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"prev()\" [disabled]=\"index < 1 || working\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_left</mat-icon></button>\r\n <button mat-icon-button (click)=\"next()\" [disabled]=\"index >= count - 1 || working\" cdkFocusInitial><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_arrow_right</mat-icon></button>\r\n <button mat-button (click)=\"close()\" *ngIf=\"index >= count - 1\">{{'GuideFinish'|translate}}</button>\r\n </div>\r\n </div>\r\n <div class=\"tooltip-container\">\r\n <div class=\"tooltip\"></div>\r\n </div>\r\n</div>\r\n", components: [{ type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i6.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "sanitizeHtml": i8.SanitizeHtmlPipe, "translate": i9.TranslatePipe }, animations: [trigger('body', [
208
208
  state('here', style({ width: '*', height: '*' })),
209
209
  transition('*<=>*', animate('250ms', style({})))
210
210
  ])] });
211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: GuideComponent, decorators: [{
211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: GuideComponent, decorators: [{
212
212
  type: Component,
213
213
  args: [{ animations: [trigger('body', [
214
214
  state('here', style({ width: '*', height: '*' })),
@@ -106,9 +106,9 @@ export class GuideService {
106
106
  return gRef;
107
107
  }
108
108
  }
109
- GuideService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: GuideService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i2.SessionService }, { token: i3.TranslateService }, { token: BIZDOC_CONFIG }], target: i0.ɵɵFactoryTarget.Injectable });
110
- GuideService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: GuideService, providedIn: 'root' });
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: GuideService, decorators: [{
109
+ GuideService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: GuideService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i2.SessionService }, { token: i3.TranslateService }, { token: BIZDOC_CONFIG }], target: i0.ɵɵFactoryTarget.Injectable });
110
+ GuideService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: GuideService, providedIn: 'root' });
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: GuideService, decorators: [{
112
112
  type: Injectable,
113
113
  args: [{ providedIn: 'root' }]
114
114
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }, { type: i2.SessionService }, { type: i3.TranslateService }, { type: undefined, decorators: [{
@@ -25,23 +25,23 @@ export class HelpTipComponent {
25
25
  this.showTip = false;
26
26
  }
27
27
  }
28
- HelpTipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: HelpTipComponent, deps: [{ token: i1.GuideService }], target: i0.ɵɵFactoryTarget.Component });
29
- HelpTipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.1", type: HelpTipComponent, selector: "bizdoc-help-tip", inputs: { name: "name" }, ngImport: i0, template: `
30
- <p fxLayout="row" class="form-help-tip" *ngIf="showTip">
31
- <mat-icon>help_outline</mat-icon> &nbsp;<span (click)="open($event)" [innerHTML]="'HelpTip'|translate: _message" class="mat-body-1"></span>
32
- <button mat-icon-button (click)="dismiss()" [bizdocTooltip]="'Dismiss'|translate"><mat-icon inline>close</mat-icon></button>
33
- </p>
28
+ HelpTipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: HelpTipComponent, deps: [{ token: i1.GuideService }], target: i0.ɵɵFactoryTarget.Component });
29
+ HelpTipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: HelpTipComponent, selector: "bizdoc-help-tip", inputs: { name: "name" }, ngImport: i0, template: `
30
+ <p fxLayout="row" class="form-help-tip" *ngIf="showTip">
31
+ <mat-icon>help_outline</mat-icon> &nbsp;<span (click)="open($event)" [innerHTML]="'HelpTip'|translate: _message" class="mat-body-1"></span>
32
+ <button mat-icon-button (click)="dismiss()" [bizdocTooltip]="'Dismiss'|translate"><mat-icon inline>close</mat-icon></button>
33
+ </p>
34
34
  `, isInline: true, styles: [".form-help-tip{align-items:center;border:1px rgb(0 0 0 / 38%) solid;margin:10px;border-radius:3px;padding:0 8px}\n"], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i6.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }], pipes: { "translate": i7.TranslatePipe } });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: HelpTipComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: HelpTipComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{
38
- template: `
39
- <p fxLayout="row" class="form-help-tip" *ngIf="showTip">
40
- <mat-icon>help_outline</mat-icon> &nbsp;<span (click)="open($event)" [innerHTML]="'HelpTip'|translate: _message" class="mat-body-1"></span>
41
- <button mat-icon-button (click)="dismiss()" [bizdocTooltip]="'Dismiss'|translate"><mat-icon inline>close</mat-icon></button>
42
- </p>
38
+ template: `
39
+ <p fxLayout="row" class="form-help-tip" *ngIf="showTip">
40
+ <mat-icon>help_outline</mat-icon> &nbsp;<span (click)="open($event)" [innerHTML]="'HelpTip'|translate: _message" class="mat-body-1"></span>
41
+ <button mat-icon-button (click)="dismiss()" [bizdocTooltip]="'Dismiss'|translate"><mat-icon inline>close</mat-icon></button>
42
+ </p>
43
43
  `,
44
- styles: [`
44
+ styles: [`
45
45
  .form-help-tip {
46
46
  align-items: center;
47
47
  border: 1px rgb(0 0 0 / 38%) solid;
@@ -55,4 +55,4 @@ border: 1px rgb(0 0 0 / 38%) solid;
55
55
  }], ctorParameters: function () { return [{ type: i1.GuideService }]; }, propDecorators: { name: [{
56
56
  type: Input
57
57
  }] } });
58
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC10aXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9jb3JlL2d1aWRlL2hlbHAtdGlwLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7O0FBR3pELE9BQU87QUFtQlAsTUFBTSxPQUFPLGdCQUFnQjtJQUszQixZQUNVLE1BQW9CO1FBQXBCLFdBQU0sR0FBTixNQUFNLENBQWM7SUFDMUIsQ0FBQztJQUNMLFFBQVE7UUFDTixJQUFJLENBQUMsT0FBTyxHQUFHLFlBQVksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksR0FBRyxNQUFNLENBQUMsS0FBSyxHQUFHLENBQUM7UUFDaEUsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDakUsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzVDLENBQUM7SUFDRCxJQUFJLENBQUMsR0FBZTtRQUNsQixJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUNELE9BQU87UUFDTCxZQUFZLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLEdBQUcsS0FBSyxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQzdDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO0lBQ3ZCLENBQUM7OzZHQW5CVSxnQkFBZ0I7aUdBQWhCLGdCQUFnQixpRkFqQmpCOzs7OztDQUtYOzJGQVlZLGdCQUFnQjtrQkFsQjVCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFOzs7OztDQUtYO29CQUNDLE1BQU0sRUFBRSxDQUFDOzs7Ozs7OztDQVFWLENBQUM7b0JBQ0EsUUFBUSxFQUFFLGlCQUFpQjtpQkFDNUI7bUdBR0MsSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBHdWlkZVNlcnZpY2UgfSBmcm9tICcuL2d1aWRlLnNlcnZpY2UnO1xyXG5cbi8qKiAgKi9cbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZTogYFxuICA8cCBmeExheW91dD1cInJvd1wiIGNsYXNzPVwiZm9ybS1oZWxwLXRpcFwiICpuZ0lmPVwic2hvd1RpcFwiPlxuICAgIDxtYXQtaWNvbj5oZWxwX291dGxpbmU8L21hdC1pY29uPiAmbmJzcDs8c3BhbiAoY2xpY2spPVwib3BlbigkZXZlbnQpXCIgW2lubmVySFRNTF09XCInSGVscFRpcCd8dHJhbnNsYXRlOiBfbWVzc2FnZVwiIGNsYXNzPVwibWF0LWJvZHktMVwiPjwvc3Bhbj5cbiAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwiZGlzbWlzcygpXCIgW2JpemRvY1Rvb2x0aXBdPVwiJ0Rpc21pc3MnfHRyYW5zbGF0ZVwiPjxtYXQtaWNvbiBpbmxpbmU+Y2xvc2U8L21hdC1pY29uPjwvYnV0dG9uPlxuICA8L3A+XG5gLFxuICBzdHlsZXM6IFtgXG4uZm9ybS1oZWxwLXRpcCB7XHJcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuYm9yZGVyOiAxcHggcmdiKDAgMCAwIC8gMzglKSBzb2xpZDtcclxuICBtYXJnaW46IDEwcHg7XHJcbiAgYm9yZGVyLXJhZGl1czogM3B4IDNweDtcclxuICBwYWRkaW5nOiAwIDhweDtcclxufVxyXG5gXSxcbiAgc2VsZWN0b3I6ICdiaXpkb2MtaGVscC10aXAnXG59KVxuZXhwb3J0IGNsYXNzIEhlbHBUaXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKVxuICBuYW1lITogc3RyaW5nO1xuICBfbWVzc2FnZTogc3RyaW5nO1xyXG4gIHNob3dUaXA6IGJvb2xlYW47XHJcbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfZ3VpZGU6IEd1aWRlU2VydmljZSxcbiAgKSB7IH1cbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnNob3dUaXAgPSBsb2NhbFN0b3JhZ2UuZ2V0SXRlbSh0aGlzLm5hbWUgKyAnLXRpcCcpICE9PSAnMSc7XG4gICAgY29uc3QgZ3VpZGUgPSB0aGlzLl9ndWlkZS5ndWlkZXMuZmluZChnID0+IGcubmFtZSA9PT0gdGhpcy5uYW1lKTtcbiAgICB0aGlzLl9tZXNzYWdlID0gZ3VpZGUudGl0bGUudG9Mb3dlckNhc2UoKTtcbiAgfVxyXG4gIG9wZW4oZXZ0OiBNb3VzZUV2ZW50KSB7XG4gICAgdGhpcy5fZ3VpZGUuc3RhcnQodGhpcy5uYW1lKTtcbiAgfVxuICBkaXNtaXNzKCkge1xuICAgIGxvY2FsU3RvcmFnZS5zZXRJdGVtKHRoaXMubmFtZSArICd0aXAnLCAnMScpO1xuICAgIHRoaXMuc2hvd1RpcCA9IGZhbHNlO1xuICB9XG59XG4iXX0=
58
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC10aXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9jb3JlL2d1aWRlL2hlbHAtdGlwLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7O0FBR3pELE9BQU87QUFtQlAsTUFBTSxPQUFPLGdCQUFnQjtJQUszQixZQUNVLE1BQW9CO1FBQXBCLFdBQU0sR0FBTixNQUFNLENBQWM7SUFDMUIsQ0FBQztJQUNMLFFBQVE7UUFDTixJQUFJLENBQUMsT0FBTyxHQUFHLFlBQVksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksR0FBRyxNQUFNLENBQUMsS0FBSyxHQUFHLENBQUM7UUFDaEUsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDakUsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzVDLENBQUM7SUFDRCxJQUFJLENBQUMsR0FBZTtRQUNsQixJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUNELE9BQU87UUFDTCxZQUFZLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLEdBQUcsS0FBSyxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQzdDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO0lBQ3ZCLENBQUM7OzZHQW5CVSxnQkFBZ0I7aUdBQWhCLGdCQUFnQixpRkFqQmpCOzs7OztDQUtYOzJGQVlZLGdCQUFnQjtrQkFsQjVCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFOzs7OztDQUtYO29CQUNDLE1BQU0sRUFBRSxDQUFDOzs7Ozs7OztDQVFWLENBQUM7b0JBQ0EsUUFBUSxFQUFFLGlCQUFpQjtpQkFDNUI7bUdBR0MsSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEd1aWRlU2VydmljZSB9IGZyb20gJy4vZ3VpZGUuc2VydmljZSc7XHJcblxyXG4vKiogICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHRlbXBsYXRlOiBgXHJcbiAgPHAgZnhMYXlvdXQ9XCJyb3dcIiBjbGFzcz1cImZvcm0taGVscC10aXBcIiAqbmdJZj1cInNob3dUaXBcIj5cclxuICAgIDxtYXQtaWNvbj5oZWxwX291dGxpbmU8L21hdC1pY29uPiAmbmJzcDs8c3BhbiAoY2xpY2spPVwib3BlbigkZXZlbnQpXCIgW2lubmVySFRNTF09XCInSGVscFRpcCd8dHJhbnNsYXRlOiBfbWVzc2FnZVwiIGNsYXNzPVwibWF0LWJvZHktMVwiPjwvc3Bhbj5cclxuICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIChjbGljayk9XCJkaXNtaXNzKClcIiBbYml6ZG9jVG9vbHRpcF09XCInRGlzbWlzcyd8dHJhbnNsYXRlXCI+PG1hdC1pY29uIGlubGluZT5jbG9zZTwvbWF0LWljb24+PC9idXR0b24+XHJcbiAgPC9wPlxyXG5gLFxyXG4gIHN0eWxlczogW2BcclxuLmZvcm0taGVscC10aXAge1xyXG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbmJvcmRlcjogMXB4IHJnYigwIDAgMCAvIDM4JSkgc29saWQ7XHJcbiAgbWFyZ2luOiAxMHB4O1xyXG4gIGJvcmRlci1yYWRpdXM6IDNweCAzcHg7XHJcbiAgcGFkZGluZzogMCA4cHg7XHJcbn1cclxuYF0sXHJcbiAgc2VsZWN0b3I6ICdiaXpkb2MtaGVscC10aXAnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIZWxwVGlwQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBASW5wdXQoKVxyXG4gIG5hbWUhOiBzdHJpbmc7XHJcbiAgX21lc3NhZ2U6IHN0cmluZztcclxuICBzaG93VGlwOiBib29sZWFuO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBfZ3VpZGU6IEd1aWRlU2VydmljZSxcclxuICApIHsgfVxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5zaG93VGlwID0gbG9jYWxTdG9yYWdlLmdldEl0ZW0odGhpcy5uYW1lICsgJy10aXAnKSAhPT0gJzEnO1xyXG4gICAgY29uc3QgZ3VpZGUgPSB0aGlzLl9ndWlkZS5ndWlkZXMuZmluZChnID0+IGcubmFtZSA9PT0gdGhpcy5uYW1lKTtcclxuICAgIHRoaXMuX21lc3NhZ2UgPSBndWlkZS50aXRsZS50b0xvd2VyQ2FzZSgpO1xyXG4gIH1cclxuICBvcGVuKGV2dDogTW91c2VFdmVudCkge1xyXG4gICAgdGhpcy5fZ3VpZGUuc3RhcnQodGhpcy5uYW1lKTtcclxuICB9XHJcbiAgZGlzbWlzcygpIHtcclxuICAgIGxvY2FsU3RvcmFnZS5zZXRJdGVtKHRoaXMubmFtZSArICd0aXAnLCAnMScpO1xyXG4gICAgdGhpcy5zaG93VGlwID0gZmFsc2U7XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -65,9 +65,9 @@ export class AppHttpInterceptor {
65
65
  return forward();
66
66
  }
67
67
  }
68
- AppHttpInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AppHttpInterceptor, deps: [{ token: 'BASE_URL', optional: true }, { token: i1.SessionService }, { token: i2.RouterImpl }, { token: i3.AuthenticationImpl }, { token: i4.HubService }], target: i0.ɵɵFactoryTarget.Injectable });
69
- AppHttpInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AppHttpInterceptor, providedIn: 'root' });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AppHttpInterceptor, decorators: [{
68
+ AppHttpInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AppHttpInterceptor, deps: [{ token: 'BASE_URL', optional: true }, { token: i1.SessionService }, { token: i2.RouterImpl }, { token: i3.AuthenticationImpl }, { token: i4.HubService }], target: i0.ɵɵFactoryTarget.Injectable });
69
+ AppHttpInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AppHttpInterceptor, providedIn: 'root' });
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AppHttpInterceptor, decorators: [{
71
71
  type: Injectable,
72
72
  args: [{ providedIn: 'root' }]
73
73
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{