@bizdoc/core 3.2.1 → 3.2.3

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 (404) hide show
  1. package/esm2022/lib/admin/admin-dismiss.service.mjs +3 -3
  2. package/esm2022/lib/admin/admin-menu.component.mjs +3 -3
  3. package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +3 -3
  4. package/esm2022/lib/admin/architecture/designer-element.component.mjs +15 -15
  5. package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +3 -3
  6. package/esm2022/lib/admin/architecture/designer.base.mjs +9 -9
  7. package/esm2022/lib/admin/architecture/designer.component.mjs +3 -3
  8. package/esm2022/lib/admin/architecture/elements/action.component.mjs +3 -3
  9. package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +3 -3
  10. package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +3 -3
  11. package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +3 -3
  12. package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +3 -3
  13. package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +3 -3
  14. package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +3 -3
  15. package/esm2022/lib/admin/architecture/elements/control.component.mjs +3 -3
  16. package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +3 -3
  17. package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +3 -3
  18. package/esm2022/lib/admin/architecture/elements/cube.component.mjs +3 -3
  19. package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +3 -3
  20. package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +3 -3
  21. package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +3 -3
  22. package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +3 -3
  23. package/esm2022/lib/admin/architecture/elements/folder.component.mjs +3 -3
  24. package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +3 -3
  25. package/esm2022/lib/admin/architecture/elements/form.component.mjs +3 -3
  26. package/esm2022/lib/admin/architecture/elements/guide.component.mjs +3 -3
  27. package/esm2022/lib/admin/architecture/elements/job.component.mjs +3 -3
  28. package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +3 -3
  29. package/esm2022/lib/admin/architecture/elements/node.component.mjs +3 -3
  30. package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +3 -3
  31. package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +3 -3
  32. package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +3 -3
  33. package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +3 -3
  34. package/esm2022/lib/admin/architecture/elements/policy.component.mjs +3 -3
  35. package/esm2022/lib/admin/architecture/elements/report.component.mjs +3 -3
  36. package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +3 -3
  37. package/esm2022/lib/admin/architecture/elements/role.component.mjs +3 -3
  38. package/esm2022/lib/admin/architecture/elements/rule.component.mjs +3 -3
  39. package/esm2022/lib/admin/architecture/elements/source.component.mjs +3 -3
  40. package/esm2022/lib/admin/architecture/elements/state.component.mjs +3 -3
  41. package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +3 -3
  42. package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +3 -3
  43. package/esm2022/lib/admin/architecture/elements/type.component.mjs +3 -3
  44. package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +3 -3
  45. package/esm2022/lib/admin/architecture/elements/utility.component.mjs +3 -3
  46. package/esm2022/lib/admin/architecture/elements/view.component.mjs +3 -3
  47. package/esm2022/lib/admin/architecture/elements/widget.component.mjs +3 -3
  48. package/esm2022/lib/admin/architecture/icon-picker.component.mjs +3 -3
  49. package/esm2022/lib/admin/core/ace.input.mjs +3 -3
  50. package/esm2022/lib/admin/core/color-picker.input.mjs +3 -3
  51. package/esm2022/lib/admin/core/localized-string.component.mjs +3 -3
  52. package/esm2022/lib/admin/core/search.input.mjs +3 -3
  53. package/esm2022/lib/admin/diff/configuration-diff.component.mjs +3 -3
  54. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +3 -3
  55. package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  56. package/esm2022/lib/admin/document-trace/trace-element.component.mjs +3 -3
  57. package/esm2022/lib/admin/form/designer/box-designer.component.mjs +6 -6
  58. package/esm2022/lib/admin/form/designer/design-control.component.mjs +3 -3
  59. package/esm2022/lib/admin/form/designer/properties.component.mjs +3 -3
  60. package/esm2022/lib/admin/form/designer/section.component.mjs +3 -3
  61. package/esm2022/lib/admin/form/designer/settings.component.mjs +3 -3
  62. package/esm2022/lib/admin/form/form.resolve.service.mjs +3 -3
  63. package/esm2022/lib/admin/form/workflow/node.component.mjs +3 -3
  64. package/esm2022/lib/admin/form/workflow/role-node.component.mjs +3 -3
  65. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +30 -28
  66. package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  67. package/esm2022/lib/admin/patterns/patterns.component.mjs +3 -3
  68. package/esm2022/lib/admin/permissions/permissions.component.mjs +3 -3
  69. package/esm2022/lib/admin/positions/positions-popup.component.mjs +3 -3
  70. package/esm2022/lib/admin/positions/positions.component.mjs +3 -3
  71. package/esm2022/lib/admin/profiler/outofoffice.component.mjs +3 -3
  72. package/esm2022/lib/admin/profiler/profiler.component.mjs +3 -3
  73. package/esm2022/lib/admin/system.service.mjs +3 -3
  74. package/esm2022/lib/admin/utility-wrapper.component.mjs +3 -3
  75. package/esm2022/lib/admin/utility.pane.component.mjs +3 -3
  76. package/esm2022/lib/app.component.mjs +6 -6
  77. package/esm2022/lib/bizdoc.module.mjs +4 -4
  78. package/esm2022/lib/browse/browse-items.component.mjs +3 -3
  79. package/esm2022/lib/browse/browse.mobile.component.mjs +3 -3
  80. package/esm2022/lib/browse/browse.pane.component.mjs +3 -3
  81. package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  82. package/esm2022/lib/browse/filter/filter.component.mjs +3 -3
  83. package/esm2022/lib/browse/folders-menu.component.mjs +3 -3
  84. package/esm2022/lib/chat/chat-info.mjs +3 -3
  85. package/esm2022/lib/chat/chat.mobile.component.mjs +3 -3
  86. package/esm2022/lib/chat/chat.service.mjs +3 -3
  87. package/esm2022/lib/chat/contacts.component.mjs +6 -6
  88. package/esm2022/lib/chat/contacts.pane.component.mjs +3 -3
  89. package/esm2022/lib/chat/conversation.component.mjs +3 -3
  90. package/esm2022/lib/chat/conversation.pane.component.mjs +3 -3
  91. package/esm2022/lib/compose/action/action-picker.component.mjs +3 -3
  92. package/esm2022/lib/compose/action/action.dialog.mjs +3 -3
  93. package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  94. package/esm2022/lib/compose/action/assign-action.component.mjs +3 -3
  95. package/esm2022/lib/compose/action/moveto-action.component.mjs +3 -3
  96. package/esm2022/lib/compose/action/return-action.component.mjs +3 -3
  97. package/esm2022/lib/compose/attachments/attachments.component.mjs +3 -3
  98. package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  99. package/esm2022/lib/compose/attachments/progress-button.directive.mjs +3 -3
  100. package/esm2022/lib/compose/box/box.component.mjs +3 -3
  101. package/esm2022/lib/compose/box/control.component.mjs +3 -3
  102. package/esm2022/lib/compose/box/row.component.mjs +3 -3
  103. package/esm2022/lib/compose/can-deactivate-changes.service.mjs +3 -3
  104. package/esm2022/lib/compose/comments/comment.component.mjs +3 -3
  105. package/esm2022/lib/compose/comments/comments.component.mjs +3 -3
  106. package/esm2022/lib/compose/comments/comments.pane.component.mjs +3 -3
  107. package/esm2022/lib/compose/comments/edit-comment.component.mjs +3 -3
  108. package/esm2022/lib/compose/comments/edits.component.mjs +3 -3
  109. package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  110. package/esm2022/lib/compose/comments/votes.component.mjs +3 -3
  111. package/esm2022/lib/compose/compose-resolve.service.mjs +3 -3
  112. package/esm2022/lib/compose/compose.mobile.component.mjs +3 -3
  113. package/esm2022/lib/compose/compose.pane.component.mjs +3 -3
  114. package/esm2022/lib/compose/copy/copy.dialog.mjs +3 -3
  115. package/esm2022/lib/compose/dismiss.service.mjs +3 -3
  116. package/esm2022/lib/compose/document-resolve.service.mjs +3 -3
  117. package/esm2022/lib/compose/document-resolver.service.mjs +3 -3
  118. package/esm2022/lib/compose/document.component.mjs +3 -3
  119. package/esm2022/lib/compose/document.mobile.component.mjs +3 -3
  120. package/esm2022/lib/compose/document.pane.component.mjs +3 -3
  121. package/esm2022/lib/compose/events/events.component.mjs +3 -3
  122. package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  123. package/esm2022/lib/compose/form.component.mjs +3 -3
  124. package/esm2022/lib/compose/new-menu.component.mjs +3 -3
  125. package/esm2022/lib/compose/overlay.component.exp.mjs +3 -3
  126. package/esm2022/lib/compose/privilage.directive.mjs +6 -6
  127. package/esm2022/lib/compose/recipient-resolver.service.mjs +3 -3
  128. package/esm2022/lib/compose/state.component.mjs +3 -3
  129. package/esm2022/lib/compose/tag/tags.component.mjs +3 -3
  130. package/esm2022/lib/compose/trace/flow.component.mjs +3 -3
  131. package/esm2022/lib/compose/trace/people.component.mjs +3 -3
  132. package/esm2022/lib/compose/trace/trace.base.mjs +3 -3
  133. package/esm2022/lib/compose/trace/trace.component.mjs +3 -3
  134. package/esm2022/lib/compose/trace/trace.pane.component.mjs +3 -3
  135. package/esm2022/lib/compose/version-compare/version-compare.component.mjs +3 -3
  136. package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  137. package/esm2022/lib/compose/version-compare/version.pane.component.mjs +3 -3
  138. package/esm2022/lib/core/account.service.mjs +3 -3
  139. package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  140. package/esm2022/lib/core/authentication.mjs +1 -4
  141. package/esm2022/lib/core/avatar/avatar.component.mjs +3 -3
  142. package/esm2022/lib/core/checkbox.mjs +3 -3
  143. package/esm2022/lib/core/colors.mjs +1 -1
  144. package/esm2022/lib/core/component-factory-resolver.mjs +3 -3
  145. package/esm2022/lib/core/configuration.mjs +1 -1
  146. package/esm2022/lib/core/datasource.service.mjs +3 -3
  147. package/esm2022/lib/core/document-factory.service.mjs +3 -3
  148. package/esm2022/lib/core/fields/address.designer.mjs +3 -3
  149. package/esm2022/lib/core/fields/address.field.mjs +3 -3
  150. package/esm2022/lib/core/fields/autocomplete.field.mjs +6 -6
  151. package/esm2022/lib/core/fields/axes-picker.designer.mjs +3 -3
  152. package/esm2022/lib/core/fields/axes-picker.field.mjs +3 -3
  153. package/esm2022/lib/core/fields/checkbox.designer.mjs +3 -3
  154. package/esm2022/lib/core/fields/checkbox.field.mjs +3 -3
  155. package/esm2022/lib/core/fields/checklist.designer.mjs +3 -3
  156. package/esm2022/lib/core/fields/checklist.field.mjs +3 -3
  157. package/esm2022/lib/core/fields/date-range.designer.mjs +3 -3
  158. package/esm2022/lib/core/fields/date-range.field.mjs +3 -3
  159. package/esm2022/lib/core/fields/date.designer.mjs +3 -3
  160. package/esm2022/lib/core/fields/date.field.mjs +3 -3
  161. package/esm2022/lib/core/fields/expression.field.mjs +6 -6
  162. package/esm2022/lib/core/fields/file.designer.mjs +3 -3
  163. package/esm2022/lib/core/fields/file.field.mjs +3 -3
  164. package/esm2022/lib/core/fields/html.designer.mjs +3 -3
  165. package/esm2022/lib/core/fields/html.field.mjs +3 -3
  166. package/esm2022/lib/core/fields/input.designer.mjs +3 -3
  167. package/esm2022/lib/core/fields/input.field.mjs +3 -3
  168. package/esm2022/lib/core/fields/localized-string.field.mjs +6 -6
  169. package/esm2022/lib/core/fields/numeric.designer.mjs +3 -3
  170. package/esm2022/lib/core/fields/numeric.field.mjs +3 -3
  171. package/esm2022/lib/core/fields/options.base.mjs +6 -6
  172. package/esm2022/lib/core/fields/options.component.mjs +3 -3
  173. package/esm2022/lib/core/fields/radio-button.designer.mjs +3 -3
  174. package/esm2022/lib/core/fields/radio-button.field.mjs +3 -3
  175. package/esm2022/lib/core/fields/select.designer.mjs +3 -3
  176. package/esm2022/lib/core/fields/select.field.mjs +3 -3
  177. package/esm2022/lib/core/fields/signature.designer.mjs +3 -3
  178. package/esm2022/lib/core/fields/signature.field.mjs +3 -3
  179. package/esm2022/lib/core/fields/switch.field.mjs +3 -3
  180. package/esm2022/lib/core/fields/tags.designer.mjs +3 -3
  181. package/esm2022/lib/core/fields/tags.field.mjs +3 -3
  182. package/esm2022/lib/core/fields/textarea.designer.mjs +3 -3
  183. package/esm2022/lib/core/fields/textarea.field.mjs +3 -3
  184. package/esm2022/lib/core/fields/time.designer.mjs +3 -3
  185. package/esm2022/lib/core/fields/time.field.mjs +3 -3
  186. package/esm2022/lib/core/fields/timespan.field.mjs +6 -6
  187. package/esm2022/lib/core/fields/yesno.designer.mjs +3 -3
  188. package/esm2022/lib/core/fields/yesno.field.mjs +3 -3
  189. package/esm2022/lib/core/guide/guide.component.mjs +3 -3
  190. package/esm2022/lib/core/guide/guide.service.mjs +3 -3
  191. package/esm2022/lib/core/guide/help-tip.component.mjs +3 -3
  192. package/esm2022/lib/core/http.interceptor.mjs +3 -3
  193. package/esm2022/lib/core/hub.service.mjs +3 -3
  194. package/esm2022/lib/core/identity/identity.component.mjs +3 -3
  195. package/esm2022/lib/core/info/attachment-info.service.mjs +3 -3
  196. package/esm2022/lib/core/info/document-info.service.mjs +3 -3
  197. package/esm2022/lib/core/info/location-info.component.mjs +3 -3
  198. package/esm2022/lib/core/info/map-info.mjs +3 -3
  199. package/esm2022/lib/core/inputs/address.input.mjs +3 -3
  200. package/esm2022/lib/core/inputs/auto-complete.input.mjs +3 -3
  201. package/esm2022/lib/core/inputs/combination-picker-body.mjs +5 -5
  202. package/esm2022/lib/core/inputs/combination-picker.mjs +4 -4
  203. package/esm2022/lib/core/inputs/combination-pool.mjs +3 -3
  204. package/esm2022/lib/core/inputs/file.input.mjs +3 -3
  205. package/esm2022/lib/core/inputs/select.input.mjs +3 -3
  206. package/esm2022/lib/core/inputs/signature.input.mjs +3 -3
  207. package/esm2022/lib/core/inputs/time-picker.mjs +3 -3
  208. package/esm2022/lib/core/inputs/timespan.input.mjs +3 -3
  209. package/esm2022/lib/core/layout.component.mjs +3 -3
  210. package/esm2022/lib/core/lottie-animation.exp.mjs +3 -3
  211. package/esm2022/lib/core/mailbox.service.mjs +3 -3
  212. package/esm2022/lib/core/none.component.mjs +3 -3
  213. package/esm2022/lib/core/pipes/action.pipe.mjs +3 -3
  214. package/esm2022/lib/core/pipes/calendar.pipe.mjs +3 -3
  215. package/esm2022/lib/core/pipes/date-format.pipe.mjs +3 -3
  216. package/esm2022/lib/core/pipes/daterange.pipe.mjs +6 -6
  217. package/esm2022/lib/core/pipes/difference.pipe.mjs +3 -3
  218. package/esm2022/lib/core/pipes/duration-format.pipe.mjs +3 -3
  219. package/esm2022/lib/core/pipes/duration.pipe.mjs +3 -3
  220. package/esm2022/lib/core/pipes/filter.pipe.mjs +3 -3
  221. package/esm2022/lib/core/pipes/form.pipe.mjs +3 -3
  222. package/esm2022/lib/core/pipes/join.pipe.mjs +3 -3
  223. package/esm2022/lib/core/pipes/localized-string.pipe.mjs +3 -3
  224. package/esm2022/lib/core/pipes/role.pipe.mjs +3 -3
  225. package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  226. package/esm2022/lib/core/pipes/sort.pipe.mjs +6 -6
  227. package/esm2022/lib/core/pipes/state.pipe.mjs +3 -3
  228. package/esm2022/lib/core/pipes/time-ago.pipe.mjs +3 -3
  229. package/esm2022/lib/core/pipes/to-now.pipe.mjs +3 -3
  230. package/esm2022/lib/core/pipes/translate.pipe.mjs +9 -9
  231. package/esm2022/lib/core/pipes/type-value.pipe.mjs +3 -3
  232. package/esm2022/lib/core/pipes/user-name.pipe.mjs +3 -3
  233. package/esm2022/lib/core/popup/popup.component.mjs +3 -3
  234. package/esm2022/lib/core/popup/popup.service.mjs +3 -3
  235. package/esm2022/lib/core/popup/tooltip.directive.mjs +6 -6
  236. package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  237. package/esm2022/lib/core/prompt/mask/mask.component.mjs +3 -3
  238. package/esm2022/lib/core/prompt.service.mjs +3 -3
  239. package/esm2022/lib/core/router.mjs +6 -6
  240. package/esm2022/lib/core/save-changes.dialog.mjs +3 -3
  241. package/esm2022/lib/core/session.service.mjs +33 -31
  242. package/esm2022/lib/core/slots/router.directive.mjs +3 -3
  243. package/esm2022/lib/core/slots/router.service.mjs +3 -3
  244. package/esm2022/lib/core/slots/slots.component.mjs +3 -3
  245. package/esm2022/lib/core/sticky-toolbar.exp.mjs +3 -3
  246. package/esm2022/lib/core/tagging/documents.component.mjs +3 -3
  247. package/esm2022/lib/core/tagging/edit-input.component.mjs +3 -3
  248. package/esm2022/lib/core/tagging/emoji.component.mjs +3 -3
  249. package/esm2022/lib/core/tagging/tagging-item.directive.mjs +3 -3
  250. package/esm2022/lib/core/tagging/tagging.component-base.mjs +3 -3
  251. package/esm2022/lib/core/tagging/tagging.directive.mjs +3 -3
  252. package/esm2022/lib/core/tagging/tagging.pipe.mjs +3 -3
  253. package/esm2022/lib/core/tagging/users.component.mjs +3 -3
  254. package/esm2022/lib/core/translate.service.mjs +3 -3
  255. package/esm2022/lib/core/virtual-tabs.component.exp.mjs +6 -6
  256. package/esm2022/lib/core/window-title.service.mjs +3 -3
  257. package/esm2022/lib/cube/accum/accum.component.mjs +3 -3
  258. package/esm2022/lib/cube/chart/chart.component.mjs +3 -3
  259. package/esm2022/lib/cube/cube-info.service.mjs +3 -3
  260. package/esm2022/lib/cube/cube-menu.component.mjs +3 -3
  261. package/esm2022/lib/cube/cube-view.component.mjs +3 -3
  262. package/esm2022/lib/cube/cube.service.mjs +3 -3
  263. package/esm2022/lib/cube/explore/document-item.component.mjs +3 -3
  264. package/esm2022/lib/cube/explore/explore-item.component.mjs +3 -3
  265. package/esm2022/lib/cube/explore/explore-items.component.mjs +3 -3
  266. package/esm2022/lib/cube/explore/explore.pane.component.mjs +3 -3
  267. package/esm2022/lib/cube/explore/item-resolver.service.mjs +6 -6
  268. package/esm2022/lib/cube/explore/item.pane.component.mjs +3 -3
  269. package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  270. package/esm2022/lib/cube/filter/filter.component.mjs +3 -3
  271. package/esm2022/lib/cube/grid/grid.component.mjs +3 -3
  272. package/esm2022/lib/cube/matrix/matrix.base.mjs +3 -3
  273. package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  274. package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  275. package/esm2022/lib/cube/matrix/popup.component.mjs +3 -3
  276. package/esm2022/lib/cube/matrix/table.component.mjs +3 -3
  277. package/esm2022/lib/cube/parallel/parallel.component.mjs +3 -3
  278. package/esm2022/lib/cube/pivot/pivot.component.mjs +3 -3
  279. package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +3 -3
  280. package/esm2022/lib/cube/spreadsheet/spreadsheet.container.exp.mjs +3 -3
  281. package/esm2022/lib/cube/sum/sum.component.mjs +3 -3
  282. package/esm2022/lib/cube/view-base.mjs +3 -3
  283. package/esm2022/lib/cube/view.mobile.component.mjs +3 -3
  284. package/esm2022/lib/cube/view.pane.component.mjs +3 -3
  285. package/esm2022/lib/dashboard/actions/actions.widget.mjs +3 -3
  286. package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  287. package/esm2022/lib/dashboard/cube/compare.widget.mjs +3 -3
  288. package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  289. package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  290. package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  291. package/esm2022/lib/dashboard/cube/document-state.widget.mjs +3 -3
  292. package/esm2022/lib/dashboard/cube/documents.widget.mjs +3 -3
  293. package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  294. package/esm2022/lib/dashboard/dashboard.component.mjs +3 -3
  295. package/esm2022/lib/dashboard/dashboard.pane.component.mjs +3 -3
  296. package/esm2022/lib/dashboard/recents/recents.widget.mjs +3 -3
  297. package/esm2022/lib/dashboard/score/activity.widget.mjs +3 -3
  298. package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  299. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  300. package/esm2022/lib/dashboard/score/pending-results.widget.mjs +3 -3
  301. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +3 -3
  302. package/esm2022/lib/dashboard/widget-item.component.mjs +3 -3
  303. package/esm2022/lib/designer.module.mjs +4 -4
  304. package/esm2022/lib/desktop.module.mjs +4 -4
  305. package/esm2022/lib/home/about/about.dialog.mjs +3 -3
  306. package/esm2022/lib/home/home-base.component.mjs +3 -3
  307. package/esm2022/lib/home/home.desktop.component.mjs +6 -6
  308. package/esm2022/lib/home/home.mobile.component.mjs +3 -3
  309. package/esm2022/lib/home/notifications/notifications.component.mjs +3 -3
  310. package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  311. package/esm2022/lib/home/sign/sign.component.mjs +7 -7
  312. package/esm2022/lib/impersonate/impersonate.component.mjs +3 -3
  313. package/esm2022/lib/mobile.module.mjs +4 -4
  314. package/esm2022/lib/modules/chart.module.mjs +4 -4
  315. package/esm2022/lib/modules/circular-gauge.module.mjs +4 -4
  316. package/esm2022/lib/modules/datepicker.intl.mjs +3 -3
  317. package/esm2022/lib/modules/dayjs.module.mjs +4 -4
  318. package/esm2022/lib/modules/diagram.module.mjs +4 -4
  319. package/esm2022/lib/modules/gantt.module.mjs +4 -4
  320. package/esm2022/lib/modules/grid.module.mjs +4 -4
  321. package/esm2022/lib/modules/linear-gauge.module.mjs +4 -4
  322. package/esm2022/lib/modules/material.module.mjs +4 -4
  323. package/esm2022/lib/modules/paginator.intl.mjs +3 -3
  324. package/esm2022/lib/modules/pivot.module.mjs +4 -4
  325. package/esm2022/lib/modules/schedule.module.mjs +4 -4
  326. package/esm2022/lib/modules/spreadsheet.module.mjs +4 -4
  327. package/esm2022/lib/modules/stepper.intl.mjs +3 -3
  328. package/esm2022/lib/modules/texteditor.module.mjs +4 -4
  329. package/esm2022/lib/notifications/filter.component.mjs +3 -3
  330. package/esm2022/lib/notifications/notifications-table.component.mjs +3 -3
  331. package/esm2022/lib/notifications/notifications.mobile.component.mjs +3 -3
  332. package/esm2022/lib/notifications/notifications.pane.component.mjs +3 -3
  333. package/esm2022/lib/notifications/notifications.service.mjs +3 -3
  334. package/esm2022/lib/notifications/types/commented.notification.mjs +3 -3
  335. package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  336. package/esm2022/lib/notifications/types/escalated.notification.mjs +3 -3
  337. package/esm2022/lib/notifications/types/invite.notification.mjs +3 -3
  338. package/esm2022/lib/notifications/types/liked.notification.mjs +3 -3
  339. package/esm2022/lib/notifications/types/long-running-task.notification.mjs +3 -3
  340. package/esm2022/lib/notifications/types/notification-base.mjs +3 -3
  341. package/esm2022/lib/notifications/types/nudge.notification.mjs +3 -3
  342. package/esm2022/lib/notifications/types/state-changed.notification.mjs +3 -3
  343. package/esm2022/lib/notifications/types/tagged.notification.mjs +3 -3
  344. package/esm2022/lib/notifications/types/text.notification.mjs +3 -3
  345. package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  346. package/esm2022/lib/options/options.component.mjs +3 -3
  347. package/esm2022/lib/options/options.desktop.component.mjs +3 -3
  348. package/esm2022/lib/options/options.mobile.component.mjs +3 -3
  349. package/esm2022/lib/reports/arguments-component.mjs +3 -3
  350. package/esm2022/lib/reports/cube/documents.component.mjs +3 -3
  351. package/esm2022/lib/reports/cube/grid-documents.component.mjs +3 -3
  352. package/esm2022/lib/reports/cube/performance-hilo.component.mjs +3 -3
  353. package/esm2022/lib/reports/cube/performance-wind.component.mjs +3 -3
  354. package/esm2022/lib/reports/cube/table-documents.component.mjs +3 -3
  355. package/esm2022/lib/reports/cube/usage-args.component.mjs +3 -3
  356. package/esm2022/lib/reports/cube/usage-base.mjs +3 -3
  357. package/esm2022/lib/reports/cube/usage-chart.component.mjs +5 -5
  358. package/esm2022/lib/reports/cube/usage-pivot.component.mjs +3 -3
  359. package/esm2022/lib/reports/cube/usage.component.mjs +3 -3
  360. package/esm2022/lib/reports/report-viewer.component.mjs +3 -3
  361. package/esm2022/lib/reports/report.mobile.component.mjs +3 -3
  362. package/esm2022/lib/reports/report.pane.component.mjs +3 -3
  363. package/esm2022/lib/reports/reports-menu.component.mjs +3 -3
  364. package/esm2022/lib/reports/substitution/substitution.component.mjs +3 -3
  365. package/esm2022/lib/reports/table/table-view.component.mjs +3 -3
  366. package/esm2022/lib/reports/tasks/tasks.component.mjs +3 -3
  367. package/esm2022/lib/scheduler/schedule.component.mjs +3 -3
  368. package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  369. package/esm2022/lib/scheduler/scheduler.pane.component.mjs +3 -3
  370. package/esm2022/lib/search/cube.component.mjs +3 -3
  371. package/esm2022/lib/search/document.component.mjs +3 -3
  372. package/esm2022/lib/search/guide.component.mjs +3 -3
  373. package/esm2022/lib/search/path.component.mjs +3 -3
  374. package/esm2022/lib/search/search.service.mjs +3 -3
  375. package/esm2022/lib/shared.module.mjs +7 -7
  376. package/esm2022/lib/system.module.mjs +4 -4
  377. package/esm2022/lib/views/cube/chart.component.mjs +3 -3
  378. package/esm2022/lib/views/cube/cube-base.mjs +3 -3
  379. package/esm2022/lib/views/cube/explore.component.mjs +3 -3
  380. package/esm2022/lib/views/cube/matrix.component.mjs +3 -3
  381. package/esm2022/lib/views/cube/parallel.component.mjs +3 -3
  382. package/esm2022/lib/views/cube/pivot.component.mjs +3 -3
  383. package/esm2022/lib/views/cube/sum.component.mjs +3 -3
  384. package/esm2022/lib/views/cube/view.component.mjs +3 -3
  385. package/esm2022/lib/views/timeline/timeline.component.mjs +3 -3
  386. package/esm2022/lib/views/view-item.component.mjs +3 -3
  387. package/esm2022/lib/views/views.component.mjs +3 -3
  388. package/esm2022/lib/views/views.mobile.component.mjs +3 -3
  389. package/esm2022/lib/views/views.pane.component.mjs +3 -3
  390. package/fesm2022/bizdoc-core.mjs +1315 -1315
  391. package/fesm2022/bizdoc-core.mjs.map +1 -1
  392. package/lib/admin/form/designer/box-designer.component.d.ts +2 -2
  393. package/lib/admin/form/workflow/workflow.component.d.ts +6 -9
  394. package/lib/admin/system.service.d.ts +3 -3
  395. package/lib/core/authentication.d.ts +2 -2
  396. package/lib/core/avatar/avatar.component.d.ts +0 -1
  397. package/lib/core/colors.d.ts +1 -0
  398. package/lib/core/configuration.d.ts +3 -2
  399. package/lib/core/inputs/address.input.d.ts +0 -1
  400. package/lib/core/session.service.d.ts +2 -2
  401. package/lib/core/slots/pane-ref.d.ts +2 -2
  402. package/lib/core/slots/router.service.d.ts +2 -2
  403. package/lib/reports/cube/usage-chart.component.d.ts +1 -1
  404. package/package.json +16 -16
@@ -18,8 +18,8 @@ let TimespanField = class TimespanField {
18
18
  ngOnInit() {
19
19
  this.required && this.control.addValidators(Validators.required);
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: TimespanField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", type: TimespanField, selector: "ng-component", host: { classAttribute: "field" }, viewQueries: [{ propertyName: "input", first: true, predicate: TimespanInput, descendants: true }], ngImport: i0, template: `<mat-form-field [appearance]=appearance>
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: TimespanField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: TimespanField, selector: "ng-component", host: { classAttribute: "field" }, viewQueries: [{ propertyName: "input", first: true, predicate: TimespanInput, descendants: true }], ngImport: i0, template: `<mat-form-field [appearance]=appearance>
23
23
  <mat-label >{{label |localizedString}}</mat-label>
24
24
  <bizdoc-timespan-input
25
25
  [placeholder]="placeholder|localizedString" [formControl]=control
@@ -37,7 +37,7 @@ TimespanField = __decorate([
37
37
  BizDoc({ selector: 'timespan-control' })
38
38
  ], TimespanField);
39
39
  export { TimespanField };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: TimespanField, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: TimespanField, decorators: [{
41
41
  type: Component,
42
42
  args: [{
43
43
  template: `<mat-form-field [appearance]=appearance>
@@ -65,14 +65,14 @@ let TimespanControlDesigner = class TimespanControlDesigner {
65
65
  }
66
66
  ngOnInit() {
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: TimespanControlDesigner, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
69
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.4", type: TimespanControlDesigner, selector: "bizdoc-timespan-control-designer", ngImport: i0, template: ``, isInline: true }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: TimespanControlDesigner, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
69
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: TimespanControlDesigner, selector: "bizdoc-timespan-control-designer", ngImport: i0, template: ``, isInline: true }); }
70
70
  };
71
71
  TimespanControlDesigner = __decorate([
72
72
  BizDoc({ selector: 'timespan-control-designer' })
73
73
  ], TimespanControlDesigner);
74
74
  export { TimespanControlDesigner };
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: TimespanControlDesigner, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: TimespanControlDesigner, decorators: [{
76
76
  type: Component,
77
77
  args: [{
78
78
  template: ``,
@@ -16,8 +16,8 @@ let YesNoControlDesigner = class YesNoControlDesigner {
16
16
  defaultValue: null,
17
17
  });
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: YesNoControlDesigner, deps: [{ token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.4", type: YesNoControlDesigner, selector: "ng-component", ngImport: i0, template: `
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: YesNoControlDesigner, deps: [{ token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: YesNoControlDesigner, selector: "ng-component", ngImport: i0, template: `
21
21
  <form autocomplete="off" [formGroup]="form" class="column">
22
22
  <mat-form-field>
23
23
  <mat-label>{{'DefaultValue'|translate}}</mat-label>
@@ -33,7 +33,7 @@ YesNoControlDesigner = __decorate([
33
33
  BizDoc({ selector: 'yesno-control-designer' })
34
34
  ], YesNoControlDesigner);
35
35
  export { YesNoControlDesigner };
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: YesNoControlDesigner, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: YesNoControlDesigner, decorators: [{
37
37
  type: Component,
38
38
  args: [{
39
39
  template: `
@@ -17,14 +17,14 @@ let YesNoField = class YesNoField {
17
17
  ngOnInit() {
18
18
  this.required && this.control.addValidators(Validators.requiredTrue);
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: YesNoField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", type: YesNoField, selector: "ng-component", host: { classAttribute: "field" }, viewQueries: [{ propertyName: "input", first: true, predicate: MatRadioButton, descendants: true }], ngImport: i0, template: "@if (mode==='compose') {\r\n <div>\r\n <!-- @if (label)<mat-label>{{label|localizedString}}</mat-label>}-->\r\n @if (hint) {\r\n <mat-hint> {{ hint |localizedString}}</mat-hint>\r\n }\r\n <mat-radio-group [formControl]=control>\r\n <mat-radio-button [value]=\"true\">{{'Yes'|translate}}</mat-radio-button>\r\n <mat-radio-button [value]=\"false\">{{'No'|translate}}</mat-radio-button>\r\n </mat-radio-group>\r\n @if (control.hasError('requiredTrue')) {\r\n <mat-error [innerHTML]=\"'RequiredErr'|translate:(label|localizedString)\"></mat-error>\r\n }\r\n </div>\r\n} @else {\r\n {{(control.value?'Yes':'No')|translate}}\r\n}\r\n", dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.MatRadioGroup, selector: "mat-radio-group", inputs: ["color", "name", "labelPosition", "value", "selected", "disabled", "required", "disabledInteractive"], outputs: ["change"], exportAs: ["matRadioGroup"] }, { kind: "component", type: i2.MatRadioButton, selector: "mat-radio-button", inputs: ["id", "name", "aria-label", "aria-labelledby", "aria-describedby", "disableRipple", "tabIndex", "checked", "value", "labelPosition", "disabled", "required", "color", "disabledInteractive"], outputs: ["change"], exportAs: ["matRadioButton"] }, { kind: "directive", type: i3.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "pipe", type: i4.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: YesNoField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: YesNoField, selector: "ng-component", host: { classAttribute: "field" }, viewQueries: [{ propertyName: "input", first: true, predicate: MatRadioButton, descendants: true }], ngImport: i0, template: "@if (mode==='compose') {\r\n <div>\r\n <!-- @if (label)<mat-label>{{label|localizedString}}</mat-label>}-->\r\n @if (hint) {\r\n <mat-hint> {{ hint |localizedString}}</mat-hint>\r\n }\r\n <mat-radio-group [formControl]=control>\r\n <mat-radio-button [value]=\"true\">{{'Yes'|translate}}</mat-radio-button>\r\n <mat-radio-button [value]=\"false\">{{'No'|translate}}</mat-radio-button>\r\n </mat-radio-group>\r\n @if (control.hasError('requiredTrue')) {\r\n <mat-error [innerHTML]=\"'RequiredErr'|translate:(label|localizedString)\"></mat-error>\r\n }\r\n </div>\r\n} @else {\r\n {{(control.value?'Yes':'No')|translate}}\r\n}\r\n", dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.MatRadioGroup, selector: "mat-radio-group", inputs: ["color", "name", "labelPosition", "value", "selected", "disabled", "required", "disabledInteractive"], outputs: ["change"], exportAs: ["matRadioGroup"] }, { kind: "component", type: i2.MatRadioButton, selector: "mat-radio-button", inputs: ["id", "name", "aria-label", "aria-labelledby", "aria-describedby", "disableRipple", "tabIndex", "checked", "value", "labelPosition", "disabled", "required", "color", "disabledInteractive"], outputs: ["change"], exportAs: ["matRadioButton"] }, { kind: "directive", type: i3.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "pipe", type: i4.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] }); }
22
22
  };
23
23
  YesNoField = __decorate([
24
24
  BizDoc({ selector: 'yesno-control' })
25
25
  ], YesNoField);
26
26
  export { YesNoField };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: YesNoField, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: YesNoField, decorators: [{
28
28
  type: Component,
29
29
  args: [{ host: { class: 'field' }, template: "@if (mode==='compose') {\r\n <div>\r\n <!-- @if (label)<mat-label>{{label|localizedString}}</mat-label>}-->\r\n @if (hint) {\r\n <mat-hint> {{ hint |localizedString}}</mat-hint>\r\n }\r\n <mat-radio-group [formControl]=control>\r\n <mat-radio-button [value]=\"true\">{{'Yes'|translate}}</mat-radio-button>\r\n <mat-radio-button [value]=\"false\">{{'No'|translate}}</mat-radio-button>\r\n </mat-radio-group>\r\n @if (control.hasError('requiredTrue')) {\r\n <mat-error [innerHTML]=\"'RequiredErr'|translate:(label|localizedString)\"></mat-error>\r\n }\r\n </div>\r\n} @else {\r\n {{(control.value?'Yes':'No')|translate}}\r\n}\r\n" }]
30
30
  }], propDecorators: { input: [{
@@ -198,13 +198,13 @@ export class GuideComponent {
198
198
  this._overlayRef.detach();
199
199
  done && this._clear();
200
200
  }
201
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: GuideComponent, deps: [{ token: TOUR_TOKEN }, { token: i1.SessionService }, { token: i2.Overlay }, { token: i3.Router }, { token: i2.OverlayRef }], target: i0.ɵɵFactoryTarget.Component }); }
202
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", 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 class=\"column content\">\r\n <div class=\"row\">\r\n @if (step?.title) {\r\n <h2 class=\"mat-h2\">{{step?.title}}</h2>\r\n }\r\n <span class=\"divider\"></span>\r\n @if (index < count - 1) {\r\n <button mat-icon-button (click)=\"close()\"><mat-icon>close</mat-icon></button>\r\n }\r\n </div>\r\n <p class=\"mat-body\" [innerHTML]=\"step?.content | sanitizeHtml\">\r\n </p>\r\n <div class=\"row center\">\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 @if (index >= count - 1) {\r\n <button mat-button (click)=\"close(true)\">{{'GuideFinish'|translate}}</button>\r\n }\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", dependencies: [{ kind: "component", type: i4.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }, { kind: "pipe", type: i7.SanitizeHtmlPipe, name: "sanitizeHtml" }], animations: [trigger('body', [
201
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GuideComponent, deps: [{ token: TOUR_TOKEN }, { token: i1.SessionService }, { token: i2.Overlay }, { token: i3.Router }, { token: i2.OverlayRef }], target: i0.ɵɵFactoryTarget.Component }); }
202
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", 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 class=\"column content\">\r\n <div class=\"row\">\r\n @if (step?.title) {\r\n <h2 class=\"mat-h2\">{{step?.title}}</h2>\r\n }\r\n <span class=\"divider\"></span>\r\n @if (index < count - 1) {\r\n <button mat-icon-button (click)=\"close()\"><mat-icon>close</mat-icon></button>\r\n }\r\n </div>\r\n <p class=\"mat-body\" [innerHTML]=\"step?.content | sanitizeHtml\">\r\n </p>\r\n <div class=\"row center\">\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 @if (index >= count - 1) {\r\n <button mat-button (click)=\"close(true)\">{{'GuideFinish'|translate}}</button>\r\n }\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", dependencies: [{ kind: "component", type: i4.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }, { kind: "pipe", type: i7.SanitizeHtmlPipe, name: "sanitizeHtml" }], animations: [trigger('body', [
203
203
  state('here', style({ width: '*', height: '*' })),
204
204
  transition('*<=>*', animate('250ms', style({})))
205
205
  ])] }); }
206
206
  }
207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: GuideComponent, decorators: [{
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GuideComponent, decorators: [{
208
208
  type: Component,
209
209
  args: [{ animations: [trigger('body', [
210
210
  state('here', style({ width: '*', height: '*' })),
@@ -111,10 +111,10 @@ export class GuideService {
111
111
  !this.seen(guide.name) && this._session.guide(guide.name).subscribe();
112
112
  return gRef;
113
113
  }
114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: GuideService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i2.SessionService }, { token: i3.TranslateService }, { token: BIZDOC_CONFIG }], target: i0.ɵɵFactoryTarget.Injectable }); }
115
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: GuideService, providedIn: 'root' }); }
114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GuideService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i2.SessionService }, { token: i3.TranslateService }, { token: BIZDOC_CONFIG }], target: i0.ɵɵFactoryTarget.Injectable }); }
115
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GuideService, providedIn: 'root' }); }
116
116
  }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: GuideService, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GuideService, decorators: [{
118
118
  type: Injectable,
119
119
  args: [{ providedIn: 'root' }]
120
120
  }], ctorParameters: () => [{ type: i1.Overlay }, { type: i0.Injector }, { type: i2.SessionService }, { type: i3.TranslateService }, { type: undefined, decorators: [{
@@ -22,8 +22,8 @@ export class HelpTipComponent {
22
22
  localStorage.setItem(this.name + '-tip', '1');
23
23
  this.showTip = false;
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: HelpTipComponent, deps: [{ token: i1.GuideService }], target: i0.ɵɵFactoryTarget.Component }); }
26
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", type: HelpTipComponent, selector: "bizdoc-help-tip", inputs: { name: "name" }, ngImport: i0, template: `
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: HelpTipComponent, deps: [{ token: i1.GuideService }], target: i0.ɵɵFactoryTarget.Component }); }
26
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: HelpTipComponent, selector: "bizdoc-help-tip", inputs: { name: "name" }, ngImport: i0, template: `
27
27
  @if (showTip) {
28
28
  <p class="row form-help-tip">
29
29
  <mat-icon>help_outline</mat-icon> &nbsp;
@@ -34,7 +34,7 @@ export class HelpTipComponent {
34
34
  }
35
35
  `, isInline: true, styles: [".form-help-tip{align-items:center;border:1px rgb(0 0 0 / 38%) solid;border-radius:3px;padding:0 8px}\n"], dependencies: [{ kind: "component", type: i2.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i4.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: HelpTipComponent, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: HelpTipComponent, decorators: [{
38
38
  type: Component,
39
39
  args: [{ template: `
40
40
  @if (showTip) {
@@ -53,10 +53,10 @@ export class AppHttpInterceptor {
53
53
  this._ongoingCounter$ = new Subject();
54
54
  this.active$ = this._ongoingCounter$.asObservable().pipe(map(c => c > 0));
55
55
  }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AppHttpInterceptor, deps: [{ token: i1.SessionService }, { token: i2.AuthenticationImpl }, { token: i3.HubService }], target: i0.ɵɵFactoryTarget.Injectable }); }
57
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AppHttpInterceptor, providedIn: 'root' }); }
56
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AppHttpInterceptor, deps: [{ token: i1.SessionService }, { token: i2.AuthenticationImpl }, { token: i3.HubService }], target: i0.ɵɵFactoryTarget.Injectable }); }
57
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AppHttpInterceptor, providedIn: 'root' }); }
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AppHttpInterceptor, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AppHttpInterceptor, decorators: [{
60
60
  type: Injectable,
61
61
  args: [{ providedIn: 'root' }]
62
62
  }], ctorParameters: () => [{ type: i1.SessionService }, { type: i2.AuthenticationImpl }, { type: i3.HubService }] });
@@ -105,10 +105,10 @@ export class HubService {
105
105
  await this._connection.stop();
106
106
  this._state.next(HubConnectionState.Disconnected);
107
107
  }
108
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: HubService, deps: [{ token: i1.AuthenticationImpl }], target: i0.ɵɵFactoryTarget.Injectable }); }
109
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: HubService, providedIn: "root" }); }
108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: HubService, deps: [{ token: i1.AuthenticationImpl }], target: i0.ɵɵFactoryTarget.Injectable }); }
109
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: HubService, providedIn: "root" }); }
110
110
  }
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: HubService, decorators: [{
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: HubService, decorators: [{
112
112
  type: Injectable,
113
113
  args: [{
114
114
  providedIn: "root"
@@ -47,10 +47,10 @@ export class IdentityName {
47
47
  userId &&
48
48
  this._chat.open(userId, { mode: this.chating });
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IdentityName, deps: [{ token: i1.SessionService }, { token: i2.TranslateService }, { token: BIZDOC_CONFIG }, { token: i3.ChatInfo }, { token: i4.AccountService }], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", type: IdentityName, selector: "bizdoc-identity-name", inputs: { identity: "identity", by: "by", chating: "chating" }, usesOnChanges: true, ngImport: i0, template: "@if (!isMe) {\r\n <span class=\"name\" [innerHTML]=\"name | sanitizeHtml\" (click)=\"chat($event)\"></span>\r\n} @else {\r\n {{'You' | translate }}\r\n}\r\n", dependencies: [{ kind: "pipe", type: i5.TranslatePipe, name: "translate" }, { kind: "pipe", type: i6.SanitizeHtmlPipe, name: "sanitizeHtml" }] }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: IdentityName, deps: [{ token: i1.SessionService }, { token: i2.TranslateService }, { token: BIZDOC_CONFIG }, { token: i3.ChatInfo }, { token: i4.AccountService }], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: IdentityName, selector: "bizdoc-identity-name", inputs: { identity: "identity", by: "by", chating: "chating" }, usesOnChanges: true, ngImport: i0, template: "@if (!isMe) {\r\n <span class=\"name\" [innerHTML]=\"name | sanitizeHtml\" (click)=\"chat($event)\"></span>\r\n} @else {\r\n {{'You' | translate }}\r\n}\r\n", dependencies: [{ kind: "pipe", type: i5.TranslatePipe, name: "translate" }, { kind: "pipe", type: i6.SanitizeHtmlPipe, name: "sanitizeHtml" }] }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: IdentityName, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: IdentityName, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'bizdoc-identity-name', template: "@if (!isMe) {\r\n <span class=\"name\" [innerHTML]=\"name | sanitizeHtml\" (click)=\"chat($event)\"></span>\r\n} @else {\r\n {{'You' | translate }}\r\n}\r\n" }]
56
56
  }], ctorParameters: () => [{ type: i1.SessionService }, { type: i2.TranslateService }, { type: undefined, decorators: [{
@@ -44,10 +44,10 @@ export class AttachmentInfo {
44
44
  this._injector = _injector;
45
45
  this._dir = _dir;
46
46
  }
47
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AttachmentInfo, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i2.Directionality }], target: i0.ɵɵFactoryTarget.Injectable }); }
48
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AttachmentInfo }); }
47
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AttachmentInfo, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i2.Directionality }], target: i0.ɵɵFactoryTarget.Injectable }); }
48
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AttachmentInfo }); }
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AttachmentInfo, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AttachmentInfo, decorators: [{
51
51
  type: Injectable
52
52
  }], ctorParameters: () => [{ type: i1.Overlay }, { type: i0.Injector }, { type: i2.Directionality }] });
53
53
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0YWNobWVudC1pbmZvLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL3NyYy9saWIvY29yZS9pbmZvL2F0dGFjaG1lbnQtaW5mby5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JELE9BQU8sRUFBVyxVQUFVLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUUzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLHdCQUF3QixFQUFlLE1BQU0sZ0VBQWdFLENBQUM7QUFFMUksT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLGNBQWMsQ0FBQzs7OztBQUd2QyxNQUFNLE9BQU8sY0FBYztJQUN6QixNQUFNLENBQUMsTUFBTSxDQUFDLFdBQW1CO1FBQy9CLE9BQU8sT0FBTyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLFNBQVMsSUFBSSxTQUFTLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxXQUFXLENBQUMsSUFBSSxJQUFJLENBQUMsQ0FBQztJQUM3RyxDQUFDO0lBQ0QsTUFBTSxDQUFDLE9BQU8sQ0FBQyxXQUFtQjtRQUNoQyxPQUFPLE9BQU8sQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBQ00sTUFBTSxDQUFDLE9BQU8sQ0FBQyxRQUFnQjtRQUNwQyxPQUFPLFFBQVEsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQztJQUMzRCxDQUFDO0lBQ00sT0FBTyxDQUFVLElBQXNCLEVBQUUsTUFBYztRQUM1RCxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLEtBQUssTUFBTSxDQUFDLENBQUM7UUFDekQsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUM7WUFDaEMsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLGdCQUFnQixFQUFFO1lBQzNGLGFBQWEsRUFBRSxlQUFlO1lBQzlCLFdBQVcsRUFBRSxJQUFJO1lBQ2pCLFNBQVMsRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUs7U0FDM0IsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxRQUFRLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQztZQUMvQixTQUFTLEVBQUU7Z0JBQ1Q7b0JBQ0UsT0FBTyxFQUFFLHdCQUF3QixFQUFFLFFBQVEsRUFBRTt3QkFDM0MsSUFBSTt3QkFDSixRQUFRLEVBQUUsSUFBSTtxQkFDQTtpQkFDakI7Z0JBQ0QsRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUU7YUFDeEMsRUFBRSxNQUFNLEVBQUUsSUFBSSxDQUFDLFNBQVM7U0FDMUIsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxNQUFNLEdBQUcsSUFBSSxlQUFlLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLFFBQVEsQ0FBQyxDQUFDO1FBQ3RFLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDcEIsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFDRCxZQUNVLFFBQWlCLEVBQ2pCLFNBQW1CLEVBQ25CLElBQW9CO1FBRnBCLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQUNuQixTQUFJLEdBQUosSUFBSSxDQUFnQjtJQUM5QixDQUFDOzhHQXJDVSxjQUFjO2tIQUFkLGNBQWM7OzJGQUFkLGNBQWM7a0JBRDFCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBPdmVybGF5LCBPdmVybGF5UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5pbXBvcnQgeyBEaXJlY3Rpb25hbGl0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9iaWRpJztcclxuaW1wb3J0IHsgQ29tcG9uZW50UG9ydGFsIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BvcnRhbCc7XHJcbmltcG9ydCB7IEF0dGFjaG1lbnRQcmV2aWV3LCBGSUxFX1BSRVZJRVdfRElBTE9HX0RBVEEsIFByZXZpZXdEYXRhIH0gZnJvbSAnLi4vLi4vY29tcG9zZS9hdHRhY2htZW50cy9wcmV2aWV3L2F0dGFjaG1lbnQtcHJldmlldy5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBEb2N1bWVudE1vZGVsIH0gZnJvbSAnLi4vLi4vY29yZS9tb2RlbHMnO1xyXG5pbXBvcnQgeyBpc0ltYWdlIH0gZnJvbSAnLi4vZnVuY3Rpb25zJztcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEF0dGFjaG1lbnRJbmZvIHtcclxuICBzdGF0aWMgZXhpc3RzKGNvbnRlbnRUeXBlOiBzdHJpbmcpOiBib29sZWFuIHtcclxuICAgIHJldHVybiBpc0ltYWdlKGNvbnRlbnRUeXBlKSB8fCAobmF2aWdhdG9yLm1pbWVUeXBlcyAmJiBuYXZpZ2F0b3IubWltZVR5cGVzLm5hbWVkSXRlbShjb250ZW50VHlwZSkgIT0gbnVsbCk7XHJcbiAgfVxyXG4gIHN0YXRpYyBpc0ltYWdlKGNvbnRlbnRUeXBlOiBzdHJpbmcpOiBib29sZWFuIHtcclxuICAgIHJldHVybiBpc0ltYWdlKGNvbnRlbnRUeXBlKTtcclxuICB9XHJcbiAgcHVibGljIHN0YXRpYyBmaWxlRXh0KGZpbGVOYW1lOiBzdHJpbmcpIHtcclxuICAgIHJldHVybiBmaWxlTmFtZS5zdWJzdHJpbmcoZmlsZU5hbWUubGFzdEluZGV4T2YoJy4nKSArIDEpO1xyXG4gIH1cclxuICBwdWJsaWMgcHJldmlldzxUID0gYW55PihpdGVtOiBEb2N1bWVudE1vZGVsPFQ+LCBmaWxlSWQ6IG51bWJlcikge1xyXG4gICAgY29uc3QgZmlsZSA9IGl0ZW0uYXR0YWNobWVudHMuZmluZChhID0+IGEuaWQgPT09IGZpbGVJZCk7XHJcbiAgICBjb25zdCBvUmVmID0gdGhpcy5fb3ZlcmxheS5jcmVhdGUoe1xyXG4gICAgICBwb3NpdGlvblN0cmF0ZWd5OiB0aGlzLl9vdmVybGF5LnBvc2l0aW9uKCkuZ2xvYmFsKCkuY2VudGVySG9yaXpvbnRhbGx5KCkuY2VudGVyVmVydGljYWxseSgpLFxyXG4gICAgICBiYWNrZHJvcENsYXNzOiAnZGFyay1iYWNrZHJvcCcsXHJcbiAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxyXG4gICAgICBkaXJlY3Rpb246IHRoaXMuX2Rpci52YWx1ZVxyXG4gICAgfSk7XHJcbiAgICBjb25zdCBpbmplY3RvciA9IEluamVjdG9yLmNyZWF0ZSh7XHJcbiAgICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgIHtcclxuICAgICAgICAgIHByb3ZpZGU6IEZJTEVfUFJFVklFV19ESUFMT0dfREFUQSwgdXNlVmFsdWU6IHtcclxuICAgICAgICAgICAgZmlsZSxcclxuICAgICAgICAgICAgZG9jdW1lbnQ6IGl0ZW1cclxuICAgICAgICAgIH0gYXMgUHJldmlld0RhdGFcclxuICAgICAgICB9LFxyXG4gICAgICAgIHsgcHJvdmlkZTogT3ZlcmxheVJlZiwgdXNlVmFsdWU6IG9SZWYgfVxyXG4gICAgICBdLCBwYXJlbnQ6IHRoaXMuX2luamVjdG9yXHJcbiAgICB9KTtcclxuICAgIGNvbnN0IHBvcnRhbCA9IG5ldyBDb21wb25lbnRQb3J0YWwoQXR0YWNobWVudFByZXZpZXcsIG51bGwsIGluamVjdG9yKTtcclxuICAgIG9SZWYuYXR0YWNoKHBvcnRhbCk7XHJcbiAgICBpdGVtLnZpZXdlZCA9IG5ldyBEYXRlKCk7XHJcbiAgfVxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBfb3ZlcmxheTogT3ZlcmxheSxcclxuICAgIHByaXZhdGUgX2luamVjdG9yOiBJbmplY3RvcixcclxuICAgIHByaXZhdGUgX2RpcjogRGlyZWN0aW9uYWxpdHkpIHtcclxuICB9XHJcbn1cclxuIl19
@@ -12,10 +12,10 @@ export class DocumentInfo {
12
12
  open(id, policy) {
13
13
  return this._router.navigate(['mailbox/d', id.encodeId()], { policy });
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: DocumentInfo, deps: [{ token: i1.RouterImpl }], target: i0.ɵɵFactoryTarget.Injectable }); }
16
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: DocumentInfo }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DocumentInfo, deps: [{ token: i1.RouterImpl }], target: i0.ɵɵFactoryTarget.Injectable }); }
16
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DocumentInfo }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: DocumentInfo, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DocumentInfo, decorators: [{
19
19
  type: Injectable
20
20
  }], ctorParameters: () => [{ type: i1.RouterImpl }] });
21
21
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnQtaW5mby5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2NvcmUvaW5mby9kb2N1bWVudC1pbmZvLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBSzNDLE1BQU0sT0FBTyxZQUFZO0lBQ3ZCLFlBQ1UsT0FBbUI7UUFBbkIsWUFBTyxHQUFQLE9BQU8sQ0FBWTtJQUFJLENBQUM7SUFDbEM7OztPQUdHO0lBQ0gsSUFBSSxDQUFDLEVBQVUsRUFBRSxNQUFtQjtRQUNsQyxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxFQUFFLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQztJQUN6RSxDQUFDOzhHQVRVLFlBQVk7a0hBQVosWUFBWTs7MkZBQVosWUFBWTtrQkFEeEIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVySW1wbCB9IGZyb20gJy4uLy4uL2NvcmUvcm91dGVyJztcclxuaW1wb3J0IHsgT3BlblBvbGljeSB9IGZyb20gJy4uL2NvbmZpZ3VyYXRpb24nO1xyXG5cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgY2xhc3MgRG9jdW1lbnRJbmZvIHtcclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgX3JvdXRlcjogUm91dGVySW1wbCkgeyB9XHJcbiAgLyoqXHJcbiAgICogcHJldmlldyBmb3JtXHJcbiAgICogQHBhcmFtIGlkIGRvY3VtZW50SWRcclxuICAgKi9cclxuICBvcGVuKGlkOiBudW1iZXIsIHBvbGljeT86IE9wZW5Qb2xpY3kpOiBQcm9taXNlPGFueT4ge1xyXG4gICAgcmV0dXJuIHRoaXMuX3JvdXRlci5uYXZpZ2F0ZShbJ21haWxib3gvZCcsIGlkLmVuY29kZUlkKCldLCB7IHBvbGljeSB9KTtcclxuICB9XHJcbn1cclxuIl19
@@ -45,10 +45,10 @@ export class MapComponent {
45
45
  this._ref.keydownEvents().pipe(filter(k => k.key === 'Escape')).subscribe(() => this._ref.detach());
46
46
  this._ref.backdropClick().pipe().subscribe(() => this._ref.detach());
47
47
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: MapComponent, deps: [{ token: i1.OverlayRef }, { token: LOCATION_DATA }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.4", type: MapComponent, selector: "bizdoc-map", host: { classAttribute: "mat-elevation-z4" }, ngImport: i0, template: '', isInline: true, styles: [":host{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;min-width:50vw;min-height:50vh;display:block!important}@media (max-width: 599px){:host{width:90vw;height:90vh}}\n"] }); }
48
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: MapComponent, deps: [{ token: i1.OverlayRef }, { token: LOCATION_DATA }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
49
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: MapComponent, selector: "bizdoc-map", host: { classAttribute: "mat-elevation-z4" }, ngImport: i0, template: '', isInline: true, styles: [":host{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;min-width:50vw;min-height:50vh;display:block!important}@media (max-width: 599px){:host{width:90vw;height:90vh}}\n"] }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: MapComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: MapComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{ template: '', selector: 'bizdoc-map', host: {
54
54
  class: 'mat-elevation-z4'
@@ -33,10 +33,10 @@ export class MapInfo {
33
33
  oRef.attach(portal);
34
34
  return new MapRef(oRef);
35
35
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: MapInfo, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
37
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: MapInfo }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: MapInfo, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
37
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: MapInfo }); }
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: MapInfo, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: MapInfo, decorators: [{
40
40
  type: Injectable
41
41
  }], ctorParameters: () => [{ type: i1.Overlay }, { type: i0.Injector }] });
42
42
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwLWluZm8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL3NyYy9saWIvY29yZS9pbmZvL21hcC1pbmZvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JELE9BQU8sRUFBRSxVQUFVLEVBQVcsTUFBTSxzQkFBc0IsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFZLE1BQU0sRUFBRSxhQUFhLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7OztBQUcxRixpQ0FBaUM7QUFFakMsTUFBTSxPQUFPLE9BQU87SUFDbEIsWUFBb0IsUUFBaUIsRUFBVSxTQUFtQjtRQUE5QyxhQUFRLEdBQVIsUUFBUSxDQUFTO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBVTtJQUNsRSxDQUFDO0lBQ0QsZUFBZTtJQUNmLElBQUksQ0FBQyxRQUEyQjtRQUM5QixNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQztZQUNoQyxnQkFBZ0IsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDLGtCQUFrQixFQUFFLENBQUMsZ0JBQWdCLEVBQUU7WUFDM0YsV0FBVyxFQUFFLElBQUk7WUFDakIsbUJBQW1CLEVBQUUsSUFBSTtZQUN6QixhQUFhLEVBQUUsa0NBQWtDO1lBQ2pELFVBQVUsRUFBRSxZQUFZO1NBQ3pCLENBQUMsQ0FBQztRQUNILE1BQU0sUUFBUSxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUM7WUFDL0IsU0FBUyxFQUFFLENBQUM7b0JBQ1YsT0FBTyxFQUFFLFVBQVU7b0JBQ25CLFFBQVEsRUFBRSxJQUFJO2lCQUNmO2dCQUNEO29CQUNFLE9BQU8sRUFBRSxhQUFhO29CQUN0QixRQUFRLEVBQUcsUUFBcUIsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsRUFBRSxRQUFRLEVBQUU7aUJBQ3BFLENBQUMsRUFBRSxNQUFNLEVBQUUsSUFBSSxDQUFDLFNBQVM7U0FDM0IsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxNQUFNLEdBQUcsSUFBSSxlQUFlLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxRQUFRLENBQUMsQ0FBQztRQUNqRSxJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3BCLE9BQU8sSUFBSSxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDMUIsQ0FBQzs4R0F6QlUsT0FBTztrSEFBUCxPQUFPOzsyRkFBUCxPQUFPO2tCQURuQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSwgSW5qZWN0b3IgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBPdmVybGF5UmVmLCBPdmVybGF5IH0gZnJvbSBcIkBhbmd1bGFyL2Nkay9vdmVybGF5XCI7XHJcbmltcG9ydCB7IENvbXBvbmVudFBvcnRhbCB9IGZyb20gXCJAYW5ndWxhci9jZGsvcG9ydGFsXCI7XHJcbmltcG9ydCB7IExvY2F0aW9uLCBNYXBSZWYsIExPQ0FUSU9OX0RBVEEsIE1hcENvbXBvbmVudCB9IGZyb20gXCIuL2xvY2F0aW9uLWluZm8uY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IExhdExuZyB9IGZyb20gXCIuLi8uLi9jb3JlL21vZGVsc1wiO1xyXG5cclxuLyoqIGhlbHBlciBzZXJ2aWNlIG9wZW5zIGEgbWFwICovXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIE1hcEluZm8ge1xyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgX292ZXJsYXk6IE92ZXJsYXksIHByaXZhdGUgX2luamVjdG9yOiBJbmplY3Rvcikge1xyXG4gIH1cclxuICAvKiogb3BlbiBtYXAgKi9cclxuICBvcGVuKGxvY2F0aW9uOiBMb2NhdGlvbiB8IExhdExuZyk6IE1hcFJlZiB7XHJcbiAgICBjb25zdCBvUmVmID0gdGhpcy5fb3ZlcmxheS5jcmVhdGUoe1xyXG4gICAgICBwb3NpdGlvblN0cmF0ZWd5OiB0aGlzLl9vdmVybGF5LnBvc2l0aW9uKCkuZ2xvYmFsKCkuY2VudGVySG9yaXpvbnRhbGx5KCkuY2VudGVyVmVydGljYWxseSgpLFxyXG4gICAgICBoYXNCYWNrZHJvcDogdHJ1ZSxcclxuICAgICAgZGlzcG9zZU9uTmF2aWdhdGlvbjogdHJ1ZSxcclxuICAgICAgYmFja2Ryb3BDbGFzczogJ2Nkay1vdmVybGF5LXRyYW5zcGFyZW50LWJhY2tkcm9wJyxcclxuICAgICAgcGFuZWxDbGFzczogJ2luZm8tcGFuZWwnXHJcbiAgICB9KTtcclxuICAgIGNvbnN0IGluamVjdG9yID0gSW5qZWN0b3IuY3JlYXRlKHtcclxuICAgICAgcHJvdmlkZXJzOiBbe1xyXG4gICAgICAgIHByb3ZpZGU6IE92ZXJsYXlSZWYsXHJcbiAgICAgICAgdXNlVmFsdWU6IG9SZWZcclxuICAgICAgfSxcclxuICAgICAge1xyXG4gICAgICAgIHByb3ZpZGU6IExPQ0FUSU9OX0RBVEEsXHJcbiAgICAgICAgdXNlVmFsdWU6IChsb2NhdGlvbiBhcyBMb2NhdGlvbikubG9jYXRpb24gPyBsb2NhdGlvbiA6IHsgbG9jYXRpb24gfVxyXG4gICAgICB9XSwgcGFyZW50OiB0aGlzLl9pbmplY3RvclxyXG4gICAgfSk7XHJcbiAgICBjb25zdCBwb3J0YWwgPSBuZXcgQ29tcG9uZW50UG9ydGFsKE1hcENvbXBvbmVudCwgbnVsbCwgaW5qZWN0b3IpO1xyXG4gICAgb1JlZi5hdHRhY2gocG9ydGFsKTtcclxuICAgIHJldHVybiBuZXcgTWFwUmVmKG9SZWYpO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -144,8 +144,8 @@ export class AddressInput {
144
144
  this._fm.stopMonitoring(this._elRef.nativeElement);
145
145
  this.stateChanges.complete();
146
146
  }
147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AddressInput, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
148
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", 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">
147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AddressInput, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.FocusMonitor }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
148
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", 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
149
  <input matInput [matAutocomplete]="address" [formControl]="control" [placeholder]="placeholder" #input
150
150
  (focus)="onFocus()" (blur)="onBlur()"/>
151
151
  <mat-autocomplete #address (optionSelected)="selected($event)" [displayWith]="displayFn">
@@ -156,7 +156,7 @@ export class AddressInput {
156
156
  }
157
157
  </mat-autocomplete></div>`, isInline: true, styles: [".address-container{display:flex}\n"], dependencies: [{ kind: "directive", 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]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.MatAutocomplete, selector: "mat-autocomplete", inputs: ["aria-label", "aria-labelledby", "displayWith", "autoActiveFirstOption", "autoSelectActiveOption", "requireSelection", "panelWidth", "disableRipple", "class", "hideSingleSelectionIndicator"], outputs: ["optionSelected", "opened", "closed", "optionActivated"], exportAs: ["matAutocomplete"] }, { kind: "component", type: i4.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i3.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: ["matAutocomplete", "matAutocompletePosition", "matAutocompleteConnectedTo", "autocomplete", "matAutocompleteDisabled"], exportAs: ["matAutocompleteTrigger"] }, { kind: "directive", 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"] }] }); }
158
158
  }
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AddressInput, decorators: [{
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AddressInput, decorators: [{
160
160
  type: Component,
161
161
  args: [{ selector: 'bizdoc-address', providers: [{ provide: MatFormFieldControl, useExisting: AddressInput }], template: `<div class="address-container">
162
162
  <input matInput [matAutocomplete]="address" [formControl]="control" [placeholder]="placeholder" #input
@@ -181,8 +181,8 @@ export class TypeAutocomplete {
181
181
  this.textChange.complete();
182
182
  this.optionSelected.complete();
183
183
  }
184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", 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
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", 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
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", 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
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", 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
  @for (v of _items$ | async; track v) {
@@ -200,7 +200,7 @@ export class TypeAutocomplete {
200
200
  <button mat-icon-button matSuffix (click)="clear()"><mat-icon>close</mat-icon></button>
201
201
  }`, isInline: true, dependencies: [{ kind: "directive", 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]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i5.MatAutocomplete, selector: "mat-autocomplete", inputs: ["aria-label", "aria-labelledby", "displayWith", "autoActiveFirstOption", "autoSelectActiveOption", "requireSelection", "panelWidth", "disableRipple", "class", "hideSingleSelectionIndicator"], outputs: ["optionSelected", "opened", "closed", "optionActivated"], exportAs: ["matAutocomplete"] }, { kind: "component", type: i6.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i5.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: ["matAutocomplete", "matAutocompletePosition", "matAutocompleteConnectedTo", "autocomplete", "matAutocompleteDisabled"], exportAs: ["matAutocompleteTrigger"] }, { kind: "directive", type: i7.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "component", type: i8.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "directive", 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"] }, { kind: "component", type: i10.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i11.AsyncPipe, name: "async" }] }); }
202
202
  }
203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: TypeAutocomplete, decorators: [{
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: TypeAutocomplete, decorators: [{
204
204
  type: Component,
205
205
  args: [{
206
206
  selector: 'bizdoc-autocomplete',
@@ -148,12 +148,12 @@ export class CombinationPickerBody {
148
148
  this.selectionChange.complete();
149
149
  this.modeChange.complete();
150
150
  }
151
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", 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 }); }
152
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.4", type: CombinationPickerBody, selector: "bizdoc-combination-picker-body", viewQueries: [{ propertyName: "axes", predicate: MatSelect, descendants: true }], ngImport: i0, template: "<div class=\"account-picker-popup\" cdkTrapFocus>\r\n @switch (mode) {\r\n <!--[@transformPanel]=\"enter\"-->\r\n @case ('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 @for (a of _axes; track a; let i = $index) {\r\n <mat-form-field subscriptSizing=\"dynamic\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n @if (_keys[a.name].length>1) {\r\n <mat-option>{{'All'|translate}}</mat-option>\r\n }\r\n @for (key of _keys[a.name]; track key) {\r\n <mat-option [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n }\r\n </mat-select>\r\n <mat-hint>{{_form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n }\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 }\r\n <!-- results -->\r\n @case ('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 @for (codes of _combinations; track codes) {\r\n <mat-list-item (click)=\"_select(codes)\">\r\n <h3 matListItemTitle>{{_nameOf(codes)}}</h3>\r\n @if (_explorable) {\r\n <p matListItemLine><a (click)=\"_info(codes, $event)\">{{_codeOf(codes)}}</a></p>\r\n }\r\n </mat-list-item>\r\n }\r\n </mat-action-list>\r\n }\r\n }\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;gap:6px;display:flex}.account-picker-popup form>*{flex:1 1 100%;box-sizing:border-box;max-width:calc(50% - 4px)}.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-mdc-list-base{overflow:auto}.account-picker-popup ::ng-deep .mat-mdc-list-base .mat-mdc-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"], dependencies: [{ kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i7.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { kind: "component", type: i8.MatActionList, selector: "mat-action-list", exportAs: ["matActionList"] }, { kind: "component", type: i8.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "directive", type: i8.MatListItemLine, selector: "[matListItemLine]" }, { kind: "directive", type: i8.MatListItemTitle, selector: "[matListItemTitle]" }, { kind: "component", type: i9.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "component", type: i10.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i10.MatLabel, selector: "mat-label" }, { kind: "directive", type: i10.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "component", type: i11.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i12.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i13.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }] }); }
151
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", 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 }); }
152
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: CombinationPickerBody, selector: "bizdoc-combination-picker-body", viewQueries: [{ propertyName: "axes", predicate: MatSelect, descendants: true }], ngImport: i0, template: "<div class=\"picker-popup\" cdkTrapFocus>\r\n @switch (mode) {\r\n <!--[@transformPanel]=\"enter\"-->\r\n @case ('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 @for (a of _axes; track a; let i = $index) {\r\n <mat-form-field subscriptSizing=\"dynamic\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n @if (_keys[a.name].length>1) {\r\n <mat-option>{{'All'|translate}}</mat-option>\r\n }\r\n @for (key of _keys[a.name]; track key) {\r\n <mat-option [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n }\r\n </mat-select>\r\n <mat-hint>{{_form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n }\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 }\r\n <!-- results -->\r\n @case ('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 @for (codes of _combinations; track codes) {\r\n <mat-list-item (click)=\"_select(codes)\">\r\n <h3 matListItemTitle>{{_nameOf(codes)}}</h3>\r\n @if (_explorable) {\r\n <p matListItemLine><a (click)=\"_info(codes, $event)\">{{_codeOf(codes)}}</a></p>\r\n }\r\n </mat-list-item>\r\n }\r\n </mat-action-list>\r\n }\r\n }\r\n</div>\r\n", styles: [".picker-popup{color:var(--sys-on-surface);display:flex;flex-direction:column;width:100%}.picker-popup form{padding:8px;flex-flow:column wrap;box-sizing:border-box;gap:6px;display:flex}.picker-popup form>*{flex:1 1 100%;box-sizing:border-box;max-width:calc(50% - 4px)}.picker-popup .actions{display:flex;flex-direction:row;place-content:center flex-end;align-items:center;padding:8px}.picker-popup ::ng-deep .mat-mdc-list-base{overflow:auto}.picker-popup ::ng-deep .mat-mdc-list-base .mat-mdc-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"], dependencies: [{ kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i7.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { kind: "component", type: i8.MatActionList, selector: "mat-action-list", exportAs: ["matActionList"] }, { kind: "component", type: i8.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "directive", type: i8.MatListItemLine, selector: "[matListItemLine]" }, { kind: "directive", type: i8.MatListItemTitle, selector: "[matListItemTitle]" }, { kind: "component", type: i9.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "component", type: i10.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i10.MatLabel, selector: "mat-label" }, { kind: "directive", type: i10.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "component", type: i11.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i12.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i13.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i14.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }] }); }
153
153
  }
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: CombinationPickerBody, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: CombinationPickerBody, decorators: [{
155
155
  type: Component,
156
- args: [{ selector: 'bizdoc-combination-picker-body', template: "<div class=\"account-picker-popup\" cdkTrapFocus>\r\n @switch (mode) {\r\n <!--[@transformPanel]=\"enter\"-->\r\n @case ('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 @for (a of _axes; track a; let i = $index) {\r\n <mat-form-field subscriptSizing=\"dynamic\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n @if (_keys[a.name].length>1) {\r\n <mat-option>{{'All'|translate}}</mat-option>\r\n }\r\n @for (key of _keys[a.name]; track key) {\r\n <mat-option [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n }\r\n </mat-select>\r\n <mat-hint>{{_form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n }\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 }\r\n <!-- results -->\r\n @case ('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 @for (codes of _combinations; track codes) {\r\n <mat-list-item (click)=\"_select(codes)\">\r\n <h3 matListItemTitle>{{_nameOf(codes)}}</h3>\r\n @if (_explorable) {\r\n <p matListItemLine><a (click)=\"_info(codes, $event)\">{{_codeOf(codes)}}</a></p>\r\n }\r\n </mat-list-item>\r\n }\r\n </mat-action-list>\r\n }\r\n }\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;gap:6px;display:flex}.account-picker-popup form>*{flex:1 1 100%;box-sizing:border-box;max-width:calc(50% - 4px)}.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-mdc-list-base{overflow:auto}.account-picker-popup ::ng-deep .mat-mdc-list-base .mat-mdc-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"] }]
156
+ args: [{ selector: 'bizdoc-combination-picker-body', template: "<div class=\"picker-popup\" cdkTrapFocus>\r\n @switch (mode) {\r\n <!--[@transformPanel]=\"enter\"-->\r\n @case ('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 @for (a of _axes; track a; let i = $index) {\r\n <mat-form-field subscriptSizing=\"dynamic\">\r\n <mat-label>{{a.title}}</mat-label>\r\n <mat-select [formControlName]=\"a.name\">\r\n @if (_keys[a.name].length>1) {\r\n <mat-option>{{'All'|translate}}</mat-option>\r\n }\r\n @for (key of _keys[a.name]; track key) {\r\n <mat-option [value]=\"key\">{{_values[a.dataType][key]}}</mat-option>\r\n }\r\n </mat-select>\r\n <mat-hint>{{_form.controls[a.name].value}}</mat-hint>\r\n </mat-form-field>\r\n }\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 }\r\n <!-- results -->\r\n @case ('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 @for (codes of _combinations; track codes) {\r\n <mat-list-item (click)=\"_select(codes)\">\r\n <h3 matListItemTitle>{{_nameOf(codes)}}</h3>\r\n @if (_explorable) {\r\n <p matListItemLine><a (click)=\"_info(codes, $event)\">{{_codeOf(codes)}}</a></p>\r\n }\r\n </mat-list-item>\r\n }\r\n </mat-action-list>\r\n }\r\n }\r\n</div>\r\n", styles: [".picker-popup{color:var(--sys-on-surface);display:flex;flex-direction:column;width:100%}.picker-popup form{padding:8px;flex-flow:column wrap;box-sizing:border-box;gap:6px;display:flex}.picker-popup form>*{flex:1 1 100%;box-sizing:border-box;max-width:calc(50% - 4px)}.picker-popup .actions{display:flex;flex-direction:row;place-content:center flex-end;align-items:center;padding:8px}.picker-popup ::ng-deep .mat-mdc-list-base{overflow:auto}.picker-popup ::ng-deep .mat-mdc-list-base .mat-mdc-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"] }]
157
157
  }], ctorParameters: () => [{ type: undefined, decorators: [{
158
158
  type: Optional
159
159
  }, {
@@ -168,4 +168,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImpor
168
168
  type: ViewChildren,
169
169
  args: [MatSelect]
170
170
  }] } });
171
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tYmluYXRpb24tcGlja2VyLWJvZHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL3NyYy9saWIvY29yZS9pbnB1dHMvY29tYmluYXRpb24tcGlja2VyLWJvZHkudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL3NyYy9saWIvY29yZS9pbnB1dHMvY29tYmluYXRpb24tcGlja2VyLWJvZHkuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFxQixjQUFjLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFnQyxNQUFNLGVBQWUsQ0FBQztBQUV6SixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFTMUMsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUcsSUFBSSxjQUFjLENBQXNCLGtCQUFrQixDQUFDLENBQUM7QUErQm5HLE1BQU07QUFNTixNQUFNLE9BQU8scUJBQXFCO0lBZWhDLFlBQ3VDLFVBQStCLEVBQ3ZCLFdBQWdDLEVBQ3JFLEdBQWdCLEVBQ2hCLFNBQXdCLEVBQ3hCLFlBQXNCLEVBQ3RCLEdBQXNCLEVBQ3RCLEdBQXNCLEVBQ3RCLFFBQXdCLEVBQ3hCLFFBQXFCO1FBTnJCLFFBQUcsR0FBSCxHQUFHLENBQWE7UUFDaEIsY0FBUyxHQUFULFNBQVMsQ0FBZTtRQUN4QixpQkFBWSxHQUFaLFlBQVksQ0FBVTtRQUN0QixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUN0QixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUN0QixhQUFRLEdBQVIsUUFBUSxDQUFnQjtRQUN4QixhQUFRLEdBQVIsUUFBUSxDQUFh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QUFDO1FBQ2hDLElBQUksQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDN0IsQ0FBQzs4R0ExSVUscUJBQXFCLGtCQWdCVixlQUFlLDZCQUNmLHVCQUF1QjtrR0FqQmxDLHFCQUFxQiwrRkFJbEIsU0FBUyxnREN0RHpCLG85REE4Q0E7OzJGRElhLHFCQUFxQjtrQkFMakMsU0FBUzsrQkFDRSxnQ0FBZ0M7OzBCQW9CdkMsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyxlQUFlOzswQkFDbEMsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyx1QkFBdUI7Nk9BYnBCLElBQUk7c0JBQTVCLFlBQVk7dUJBQUMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25EZXN0cm95LCBPbkluaXQsIEluamVjdGlvblRva2VuLCBPcHRpb25hbCwgSW5qZWN0LCBFdmVudEVtaXR0ZXIsIFZpZXdDaGlsZHJlbiwgUXVlcnlMaXN0LCBDaGFuZ2VEZXRlY3RvclJlZiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEZvcm1CdWlsZGVyIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IE1hdFNlbGVjdCB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3RcIjtcclxuaW1wb3J0IHsgTUFUX0RJQUxPR19EQVRBIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL2RpYWxvZ1wiO1xyXG5pbXBvcnQgeyBmaW5hbGl6ZSB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xyXG5pbXBvcnQgeyBDdWJlQXhpcywgQ3ViZSB9IGZyb20gXCIuLi9tb2RlbHNcIjtcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tIFwiLi4vc2Vzc2lvbi5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IEN1YmVTZXJ2aWNlIH0gZnJvbSBcIi4uLy4uL2N1YmUvY3ViZS5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IERhdGFzb3VyY2VTZXJ2aWNlIH0gZnJvbSBcIi4uL2RhdGFzb3VyY2Uuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBQcm9tcHRTZXJ2aWNlIH0gZnJvbSBcIi4uL3Byb21wdC5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IEN1YmVJbmZvIH0gZnJvbSBcIi4uLy4uL2N1YmUvY3ViZS1pbmZvLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgU3VtU2V0dGluZ3MgfSBmcm9tIFwiLi4vLi4vY3ViZS9tYXRyaXgvdGFibGUuY29tcG9uZW50XCI7XHJcblxyXG5leHBvcnQgY29uc3QgQ09NQklOQVRJT05fUElDS0VSX0JPRFkgPSBuZXcgSW5qZWN0aW9uVG9rZW48Q29tYmluYXRpb25Cb2R5RGF0YT4oJ2NvbWJpbmF0aW9uX2JvZHknKTtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ29tYmluYXRpb25Cb2R5RGF0YSB7XHJcbiAgY3ViZTogc3RyaW5nO1xyXG4gIHZhbHVlOiBzdHJpbmc7XHJcbiAgbGltaXQ6IG51bWJlcjtcclxuICBkaXZpZGVyOiBzdHJpbmc7XHJcbiAgZGlzcGxheURpdmlkZXI6IHN0cmluZztcclxuICBleHBsb3JlU2V0dGluZ3M6IEV4cGxvcmVTZXR0aW5ncztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBFeHBsb3JlU2V0dGluZ3Mge1xyXG4gIGVuYWJsZT86IGJvb2xlYW47XHJcbiAgLyoqIGN1YmUgdmlldyBuYW1lICovXHJcbiAgdmlldz86IHN0cmluZztcclxuICBkZWZhdWx0cz86IHtcclxuICAgIFtheGlzOiBzdHJpbmddOiAoc3RyaW5nIHwgbnVtYmVyKTtcclxuICB9O1xyXG4gIGluZGljZXM/OiBzdHJpbmdbXSB8IHN0cmluZztcclxuICAvKiogb25lIG9yIG1vcmUgYXhpcyAqL1xyXG4gIGZpbHRlcnM/OiBzdHJpbmdbXSB8IHN0cmluZztcclxuICB4QXhpczogc3RyaW5nO1xyXG4gIHNlcmllczogc3RyaW5nO1xyXG4gIHN1bT86IFN1bVNldHRpbmdzIHwgU3VtU2V0dGluZ3NbXSxcclxuICAvKiogKi9cclxuICBhZ2dyZWdhdGU/OiBzdHJpbmdbXSB8IHN0cmluZztcclxuICBzZXJpZXNUb3RhbExhYmVsPzogc3RyaW5nO1xyXG4gIHhBeGlzVG90YWxMYWJlbD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IHR5cGUgTW9kZSA9ICdmaWx0ZXInIHwgJ3Jlc3VsdHMnO1xyXG4vKiogKi9cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdiaXpkb2MtY29tYmluYXRpb24tcGlja2VyLWJvZHknLFxyXG4gIHRlbXBsYXRlVXJsOiAnY29tYmluYXRpb24tcGlja2VyLWJvZHkuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJ2NvbWJpbmF0aW9uLXBpY2tlci1ib2R5LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ29tYmluYXRpb25QaWNrZXJCb2R5IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xyXG4gIHJlYWRvbmx5IHNlbGVjdGlvbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Q29tYmluYXRpb25TZWxlY3RlZEV2ZW50PigpO1xyXG4gIHJlYWRvbmx5IG1vZGVDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPE1vZGU+KCk7XHJcbiAgbW9kZTogTW9kZTtcclxuICBAVmlld0NoaWxkcmVuKE1hdFNlbGVjdCkgYXhlczogUXVlcnlMaXN0PE1hdFNlbGVjdD47XHJcbiAgcmVhZG9ubHkgX2V4cGxvcmFibGU6IGJvb2xlYW47XHJcbiAgX3dvcmtpbmcgPSBmYWxzZTtcclxuICByZWFkb25seSBfYXhlczogQ3ViZUF4aXNbXTtcclxuICByZWFkb25seSBfZm9ybSA9IHRoaXMuX2ZiLmdyb3VwKHtcclxuICB9KTtcclxuICByZWFkb25seSBfa2V5czogeyBbdHlwZTogc3RyaW5nXTogKHN0cmluZyB8IG51bWJlcilbXSB9ID0ge307XHJcbiAgcmVhZG9ubHkgX2RhdGF0eXBlczogeyBbdHlwZTogc3RyaW5nXTogeyBba2V5OiBzdHJpbmddOiBhbnkgfSB8IHsgW2tleTogc3RyaW5nXTogYW55IH0gfSA9IHt9O1xyXG4gIF9jb21iaW5hdGlvbnM6IHN0cmluZ1tdW107XHJcbiAgcHJpdmF0ZSBfZGF0YTogQ29tYmluYXRpb25Cb2R5RGF0YTtcclxuICBwcml2YXRlIF9jdWJlOiBDdWJlO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChNQVRfRElBTE9HX0RBVEEpIGRpYWxvZ0RhdGE6IENvbWJpbmF0aW9uQm9keURhdGEsXHJcbiAgICBAT3B0aW9uYWwoKSBASW5qZWN0KENPTUJJTkFUSU9OX1BJQ0tFUl9CT0RZKSBvdmVybGF5RGF0YTogQ29tYmluYXRpb25Cb2R5RGF0YSxcclxuICAgIHByaXZhdGUgX2ZiOiBGb3JtQnVpbGRlcixcclxuICAgIHByaXZhdGUgX3NuYWNrYmFyOiBQcm9tcHRTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBfYWNjb3VudEluZm86IEN1YmVJbmZvLFxyXG4gICAgcHJpdmF0ZSBfZHM6IERhdGFzb3VyY2VTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBfY2Q6IENoYW5nZURldGVjdG9yUmVmLFxyXG4gICAgcHJpdmF0ZSBfc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UsXHJcbiAgICBwcml2YXRlIF9zZXJ2aWNlOiBDdWJlU2VydmljZSkge1xyXG4gICAgdGhpcy5fZGF0YSA9IG92ZXJsYXlEYXRhIHx8IGRpYWxvZ0RhdGE7XHJcbiAgICBjb25zdCB7IGN1YmUsIGV4cGxvcmVTZXR0aW5ncyB9ID0gdGhpcy5fZGF0YTtcclxuICAgIHRoaXMuX2V4cGxvcmFibGUgPSBleHBsb3JlU2V0dGluZ3MgIT09IHVuZGVmaW5lZDtcclxuICAgIHRoaXMuX2N1YmUgPSBjdWJlID8gdGhpcy5fc2Vzc2lvbi5wcm9maWxlLmN1YmVzLmZpbmQoYyA9PiBjLm5hbWUgPT09IGN1YmUpIVxyXG4gICAgICA6IHRoaXMuX3Nlc3Npb24ucHJvZmlsZS5jdWJlc1swXTtcclxuICAgIGlmICghdGhpcy5fY3ViZSkgdGhyb3cgJ05vIGN1YmUnO1xyXG4gICAgdGhpcy5fYXhlcyA9IHRoaXMuX2N1YmUuYXhlcy5maWx0ZXIoYSA9PiBhLmNvbWJpbmF0aW9uKTtcclxuICAgIGlmICghdGhpcy5fYXhlcy5sZW5ndGgpIHRocm93ICdObyBheGlzIHdpdGggY29tYmluYXRpb24nO1xyXG4gIH1cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuX2F4ZXMuZm9yRWFjaChhID0+IHtcclxuICAgICAgY29uc3QgY29udHJvbCA9IHRoaXMuX2ZiLmNvbnRyb2w8c3RyaW5nIHwgbnVsbD4obnVsbCk7XHJcbiAgICAgIHRoaXMuX2tleXNbYS5uYW1lXSA9IFtdO1xyXG4gICAgICB0aGlzLl9mb3JtLmFkZENvbnRyb2woYS5uYW1lLCBjb250cm9sKTtcclxuICAgICAgdGhpcy5fZHMubWFwKGEuZGF0YVR5cGUpLnN1YnNjcmliZShtID0+IHtcclxuICAgICAgICB0aGlzLl9kYXRhdHlwZXNbYS5kYXRhVHlwZV0gPSBtO1xyXG4gICAgICAgIGNvbnN0IGtleXMgPSB0aGlzLl9rZXlzW2EubmFtZV0gPSBPYmplY3Qua2V5cyhtKTtcclxuICAgICAgICBpZiAoa2V5cy5sZW5ndGggPCAyKSB7XHJcbiAgICAgICAgICBpZiAoa2V5cy5sZW5ndGggPT09IDEpIGNvbnRyb2wuc2V0VmFsdWUoa2V5c1swXSk7XHJcbiAgICAgICAgICBjb250cm9sLmRpc2FibGUoKTtcclxuICAgICAgICB9XHJcbiAgICAgIH0pO1xyXG4gICAgfSk7XHJcbiAgICB0aGlzLl9mb3JtLnVwZGF0ZVZhbHVlQW5kVmFsaWRpdHkoKTtcclxuICAgIHRoaXMuX2RhdGEudmFsdWUgJiYgdGhpcy5fcGF0Y2hGb3JtKHRoaXMuX2RhdGEudmFsdWUpO1xyXG4gICAgdGhpcy5fc3dpdGNoTW9kZSgnZmlsdGVyJyk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIFxyXG4gICAqIEBwYXJhbSBjb2RlXHJcbiAgICovXHJcbiAgcHJpdmF0ZSBfcGF0Y2hGb3JtKGNvZGU6IHN0cmluZykge1xyXG4gICAgY29uc3QgY29kZXMgPSBjb2RlLnNwbGl0KHRoaXMuX2RhdGEuZGl2aWRlciksXHJcbiAgICAgIHZhbHVlcyA9IHt9IGFzIHsgW2tleTogc3RyaW5nXTogYW55IH07XHJcbiAgICB0aGlzLl9heGVzLmZvckVhY2goKGEsIGkpID0+IGNvZGVzW2ldICYmICh2YWx1ZXNbYS5uYW1lXSA9IGNvZGVzW2ldKSk7XHJcbiAgICB0aGlzLl9mb3JtLnBhdGNoVmFsdWUodmFsdWVzKTtcclxuICB9XHJcbiAgLyoqXHJcbiAgICogXHJcbiAgICogQHBhcmFtIHZhbFxyXG4gICAqL1xyXG4gIF9zd2l0Y2hNb2RlKHZhbDogTW9kZSkge1xyXG4gICAgdGhpcy5tb2RlID0gdmFsO1xyXG4gICAgdGhpcy5tb2RlQ2hhbmdlLmVtaXQodmFsKTtcclxuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICBpZiAodmFsID09PSAnZmlsdGVyJykgdGhpcy5heGVzLmZpcnN0LmZvY3VzKCk7XHJcbiAgICAgIHRoaXMuX2NkLmRldGVjdENoYW5nZXMoKTtcclxuICAgIH0sIDApXHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIGZpbHRlciAqL1xyXG4gIF9maWx0ZXIoKSB7XHJcbiAgICB0aGlzLl93b3JraW5nID0gdHJ1ZTtcclxuICAgIGNvbnN0IHZhbHVlcyA9IHRoaXMuX2Zvcm0udmFsdWUgYXMgeyBba2V5OiBzdHJpbmddOiBhbnkgfSxcclxuICAgICAgYXJncyA9IHt9IGFzIHsgW2tleTogc3RyaW5nXTogYW55IH07XHJcbiAgICB0aGlzLl9heGVzLmZvckVhY2goYSA9PiB2YWx1ZXNbYS5uYW1lXSAmJiAoYXJnc1thLm5hbWVdID0gdmFsdWVzW2EubmFtZV0pKTtcclxuICAgIHRoaXMuX3NlcnZpY2UuY29tYmluYXRpb25zKHRoaXMuX2N1YmUubmFtZSwgYXJncywgeyB0YWtlOiB0aGlzLl9kYXRhLmxpbWl0LCBwcm9ncmVzczogZmFsc2UgfSkuXHJcbiAgICAgIHBpcGUoZmluYWxpemUoKCkgPT4gdGhpcy5fd29ya2luZyA9IGZhbHNlKSkuXHJcbiAgICAgIHN1YnNjcmliZSh7XHJcbiAgICAgICAgbmV4dDogciA9PiB7XHJcbiAgICAgICAgICB0aGlzLl9jb21iaW5hdGlvbnMgPSByO1xyXG4gICAgICAgICAgdGhpcy5fc3dpdGNoTW9kZSgncmVzdWx0cycpO1xyXG4gICAgICAgICAgci5sZW5ndGggPT09IHRoaXMuX2RhdGEubGltaXQgJiYgdGhpcy5fc25hY2tiYXIudG9hc3QoJ1Rha2VNb3JlJyk7XHJcbiAgICAgICAgfSwgZXJyb3I6ICgpID0+IHRoaXMuX3NuYWNrYmFyLmVycm9yKClcclxuICAgICAgfSk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIGl0ZW0gc2VsZWN0XHJcbiAgICogQHBhcmFtIGNvZGVcclxuICAgKi9cclxuICBfc2VsZWN0KGF4ZXM6IHN0cmluZ1tdKSB7XHJcbiAgICBjb25zdCBkZXNjcmlwdGlvbiA9IHRoaXMuX25hbWVPZihheGVzKSxcclxuICAgICAgdmFsdWUgPSB0aGlzLl9jb2RlT2YoYXhlcyk7XHJcbiAgICB0aGlzLnNlbGVjdGlvbkNoYW5nZS5lbWl0KHsgdmFsdWUsIGRlc2NyaXB0aW9uLCBheGVzIH0pO1xyXG4gIH1cclxuICAvKipcclxuICAgKiBcclxuICAgKiBAcGFyYW0gY29kZXNcclxuICAgKi9cclxuICBfY29kZU9mKGNvZGVzOiBzdHJpbmdbXSk6IHN0cmluZyB7XHJcbiAgICByZXR1cm4gY29kZXMuam9pbih0aGlzLl9kYXRhLmRpdmlkZXIpO1xyXG4gIH1cclxuICAvKipcclxuICAgKiB0cmFuc2xhdGUgY29kZSBzZWdtZW50cyB0byBuYW1lc1xyXG4gICAqIEBwYXJhbSBjb2RlXHJcbiAgICovXHJcbiAgX25hbWVPZihjb2Rlczogc3RyaW5nW10pOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIHRoaXMuX2F4ZXMubWFwKChhLCBpKSA9PiB0aGlzLl9kYXRhdHlwZXNbYS5kYXRhVHlwZV1bY29kZXNbaV1dIHx8IGNvZGVzW2ldKS5cclxuICAgICAgam9pbih0aGlzLl9kYXRhLmRpc3BsYXlEaXZpZGVyIHx8ICcgJyk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIG9wZW4gaW5mb1xyXG4gICAqIEBwYXJhbSBjb2RlXHJcbiAgICogQHBhcmFtIGV2dFxyXG4gICAqL1xyXG4gIF9pbmZvKGNvZGVzOiBzdHJpbmdbXSwgZXZ0OiBFdmVudCkge1xyXG4gICAgY29uc3QgeyBkZWZhdWx0cyB9ID0gdGhpcy5fZGF0YS5leHBsb3JlU2V0dGluZ3MgfHwge307XHJcbiAgICBjb25zdCBheGVzID0ge1xyXG4gICAgICAuLi5kZWZhdWx0c1xyXG4gICAgfTtcclxuICAgIGNvZGVzLnNsaWNlKDAsIHRoaXMuX2F4ZXMubGVuZ3RoKS5mb3JFYWNoKChhLCBpKSA9PiBheGVzW3RoaXMuX2F4ZXNbaV0ubmFtZV0gPSBhKTtcclxuXHJcbiAgICB0aGlzLl9hY2NvdW50SW5mby5wb3B1cChheGVzLCBldnQudGFyZ2V0IGFzIEhUTUxFbGVtZW50LCB7XHJcbiAgICAgIC4uLnRoaXMuX2RhdGEuZXhwbG9yZVNldHRpbmdzLFxyXG4gICAgICBjdWJlOiB0aGlzLl9jdWJlLm5hbWVcclxuICAgIH0pO1xyXG5cclxuICAgIGV2dC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgZXZ0LnN0b3BQcm9wYWdhdGlvbigpO1xyXG4gIH1cclxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcclxuICAgIHRoaXMuc2VsZWN0aW9uQ2hhbmdlLmNvbXBsZXRlKCk7XHJcbiAgICB0aGlzLm1vZGVDaGFuZ2UuY29tcGxldGUoKTtcclxuICB9XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ29tYmluYXRpb25TZWxlY3RlZEV2ZW50IHtcclxuICByZWFkb25seSB2YWx1ZTogc3RyaW5nOyByZWFkb25seSBkZXNjcmlwdGlvbjogc3RyaW5nOyByZWFkb25seSBheGVzOiBzdHJpbmdbXTtcclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiYWNjb3VudC1waWNrZXItcG9wdXBcIiBjZGtUcmFwRm9jdXM+XHJcbiAgQHN3aXRjaCAobW9kZSkge1xyXG4gICAgPCEtLVtAdHJhbnNmb3JtUGFuZWxdPVwiZW50ZXJcIi0tPlxyXG4gICAgQGNhc2UgKCdmaWx0ZXInKSB7XHJcbiAgICAgIDxtYXQtcHJvZ3Jlc3MtYmFyIG1vZGU9XCJpbmRldGVybWluYXRlXCIgW3N0eWxlLnZpc2liaWxpdHldPVwiX3dvcmtpbmcgPyAndmlzaWJsZSc6J2hpZGRlbidcIj48L21hdC1wcm9ncmVzcy1iYXI+XHJcbiAgICAgIDwhLS0gZmlsdGVyIC0tPlxyXG4gICAgICA8Zm9ybSBbZm9ybUdyb3VwXT1cIl9mb3JtXCI+XHJcbiAgICAgICAgQGZvciAoYSBvZiBfYXhlczsgdHJhY2sgYTsgbGV0IGkgPSAkaW5kZXgpIHtcclxuICAgICAgICAgIDxtYXQtZm9ybS1maWVsZCBzdWJzY3JpcHRTaXppbmc9XCJkeW5hbWljXCI+XHJcbiAgICAgICAgICAgIDxtYXQtbGFiZWw+e3thLnRpdGxlfX08L21hdC1sYWJlbD5cclxuICAgICAgICAgICAgPG1hdC1zZWxlY3QgW2Zvcm1Db250cm9sTmFtZV09XCJhLm5hbWVcIj5cclxuICAgICAgICAgICAgICBAaWYgKF9rZXlzW2EubmFtZV0ubGVuZ3RoPjEpIHtcclxuICAgICAgICAgICAgICAgIDxtYXQtb3B0aW9uPnt7J0FsbCd8dHJhbnNsYXRlfX08L21hdC1vcHRpb24+XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgIEBmb3IgKGtleSBvZiBfa2V5c1thLm5hbWVdOyB0cmFjayBrZXkpIHtcclxuICAgICAgICAgICAgICAgIDxtYXQtb3B0aW9uIFt2YWx1ZV09XCJrZXlcIj57e192YWx1ZXNbYS5kYXRhVHlwZV1ba2V5XX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgICAgICA8bWF0LWhpbnQ+e3tfZm9ybS5jb250cm9sc1thLm5hbWVdLnZhbHVlfX08L21hdC1oaW50PlxyXG4gICAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgICB9XHJcbiAgICAgIDwvZm9ybT5cclxuICAgICAgPGRpdiBjbGFzcz1cImFjdGlvbnNcIj5cclxuICAgICAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwiX2ZpbHRlcigpXCIgW2Rpc2FibGVkXT1cIl93b3JraW5nXCIgW2JpemRvY1Rvb2x0aXBdPVwiJ1NlYXJjaCd8dHJhbnNsYXRlXCIgY2xhc3M9XCJtYXQtaWNvbi1ydGwtbWlycm9yXCIgW3RhYkluZGV4XT1cIl9heGVzLmxlbmd0aFwiPlxyXG4gICAgICAgICAgPG1hdC1pY29uPnNlYXJjaDwvbWF0LWljb24+XHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgfVxyXG4gICAgPCEtLSByZXN1bHRzIC0tPlxyXG4gICAgQGNhc2UgKCdyZXN1bHRzJykge1xyXG4gICAgICA8ZGl2IGNsYXNzPVwiYWN0aW9uc1wiPlxyXG4gICAgICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIChjbGljayk9XCJfc3dpdGNoTW9kZSgnZmlsdGVyJylcIiBbYml6ZG9jVG9vbHRpcF09XCInRmlsdGVyJ3x0cmFuc2xhdGVcIj48bWF0LWljb24+ZmlsdGVyX2xpc3Q8L21hdC1pY29uPjwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPG1hdC1hY3Rpb24tbGlzdD5cclxuICAgICAgICBAZm9yIChjb2RlcyBvZiBfY29tYmluYXRpb25zOyB0cmFjayBjb2Rlcykge1xyXG4gICAgICAgICAgPG1hdC1saXN0LWl0ZW0gKGNsaWNrKT1cIl9zZWxlY3QoY29kZXMpXCI+XHJcbiAgICAgICAgICAgIDxoMyBtYXRMaXN0SXRlbVRpdGxlPnt7X25hbWVPZihjb2Rlcyl9fTwvaDM+XHJcbiAgICAgICAgICAgIEBpZiAoX2V4cGxvcmFibGUpIHtcclxuICAgICAgICAgICAgICA8cCBtYXRMaXN0SXRlbUxpbmU+PGEgKGNsaWNrKT1cIl9pbmZvKGNvZGVzLCAkZXZlbnQpXCI+e3tfY29kZU9mKGNvZGVzKX19PC9hPjwvcD5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgPC9tYXQtbGlzdC1pdGVtPlxyXG4gICAgICAgIH1cclxuICAgICAgPC9tYXQtYWN0aW9uLWxpc3Q+XHJcbiAgICB9XHJcbiAgfVxyXG48L2Rpdj5cclxuIl19
171
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tYmluYXRpb24tcGlja2VyLWJvZHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL3NyYy9saWIvY29yZS9pbnB1dHMvY29tYmluYXRpb24tcGlja2VyLWJvZHkudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL3NyYy9saWIvY29yZS9pbnB1dHMvY29tYmluYXRpb24tcGlja2VyLWJvZHkuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFxQixjQUFjLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFnQyxNQUFNLGVBQWUsQ0FBQztBQUV6SixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFTMUMsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUcsSUFBSSxjQUFjLENBQXNCLGtCQUFrQixDQUFDLENBQUM7QUErQm5HLE1BQU07QUFNTixNQUFNLE9BQU8scUJBQXFCO0lBZWhDLFlBQ3VDLFVBQStCLEVBQ3ZCLFdBQWdDLEVBQ3JFLEdBQWdCLEVBQ2hCLFNBQXdCLEVBQ3hCLFlBQXNCLEVBQ3RCLEdBQXNCLEVBQ3RCLEdBQXNCLEVBQ3RCLFFBQXdCLEVBQ3hCLFFBQXFCO1FBTnJCLFFBQUcsR0FBSCxHQUFHLENBQWE7UUFDaEIsY0FBUyxHQUFULFNBQVMsQ0FBZTtRQUN4QixpQkFBWSxHQUFaLFlBQVksQ0FBVTtRQUN0QixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUN0QixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUN0QixhQUFRLEdBQVIsUUFBUSxDQUFnQjtRQUN4QixhQUFRLEdBQVIsUUFBUSxDQUFh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QUFDO1FBQ2hDLElBQUksQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDN0IsQ0FBQzs4R0ExSVUscUJBQXFCLGtCQWdCVixlQUFlLDZCQUNmLHVCQUF1QjtrR0FqQmxDLHFCQUFxQiwrRkFJbEIsU0FBUyxnREN0RHpCLDQ4REE4Q0E7OzJGRElhLHFCQUFxQjtrQkFMakMsU0FBUzsrQkFDRSxnQ0FBZ0M7OzBCQW9CdkMsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyxlQUFlOzswQkFDbEMsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyx1QkFBdUI7Nk9BYnBCLElBQUk7c0JBQTVCLFlBQVk7dUJBQUMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25EZXN0cm95LCBPbkluaXQsIEluamVjdGlvblRva2VuLCBPcHRpb25hbCwgSW5qZWN0LCBFdmVudEVtaXR0ZXIsIFZpZXdDaGlsZHJlbiwgUXVlcnlMaXN0LCBDaGFuZ2VEZXRlY3RvclJlZiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEZvcm1CdWlsZGVyIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IE1hdFNlbGVjdCB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3RcIjtcclxuaW1wb3J0IHsgTUFUX0RJQUxPR19EQVRBIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL2RpYWxvZ1wiO1xyXG5pbXBvcnQgeyBmaW5hbGl6ZSB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xyXG5pbXBvcnQgeyBDdWJlQXhpcywgQ3ViZSB9IGZyb20gXCIuLi9tb2RlbHNcIjtcclxuaW1wb3J0IHsgU2Vzc2lvblNlcnZpY2UgfSBmcm9tIFwiLi4vc2Vzc2lvbi5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IEN1YmVTZXJ2aWNlIH0gZnJvbSBcIi4uLy4uL2N1YmUvY3ViZS5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IERhdGFzb3VyY2VTZXJ2aWNlIH0gZnJvbSBcIi4uL2RhdGFzb3VyY2Uuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBQcm9tcHRTZXJ2aWNlIH0gZnJvbSBcIi4uL3Byb21wdC5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IEN1YmVJbmZvIH0gZnJvbSBcIi4uLy4uL2N1YmUvY3ViZS1pbmZvLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgU3VtU2V0dGluZ3MgfSBmcm9tIFwiLi4vLi4vY3ViZS9tYXRyaXgvdGFibGUuY29tcG9uZW50XCI7XHJcblxyXG5leHBvcnQgY29uc3QgQ09NQklOQVRJT05fUElDS0VSX0JPRFkgPSBuZXcgSW5qZWN0aW9uVG9rZW48Q29tYmluYXRpb25Cb2R5RGF0YT4oJ2NvbWJpbmF0aW9uX2JvZHknKTtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ29tYmluYXRpb25Cb2R5RGF0YSB7XHJcbiAgY3ViZTogc3RyaW5nO1xyXG4gIHZhbHVlOiBzdHJpbmc7XHJcbiAgbGltaXQ6IG51bWJlcjtcclxuICBkaXZpZGVyOiBzdHJpbmc7XHJcbiAgZGlzcGxheURpdmlkZXI6IHN0cmluZztcclxuICBleHBsb3JlU2V0dGluZ3M6IEV4cGxvcmVTZXR0aW5ncztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBFeHBsb3JlU2V0dGluZ3Mge1xyXG4gIGVuYWJsZT86IGJvb2xlYW47XHJcbiAgLyoqIGN1YmUgdmlldyBuYW1lICovXHJcbiAgdmlldz86IHN0cmluZztcclxuICBkZWZhdWx0cz86IHtcclxuICAgIFtheGlzOiBzdHJpbmddOiAoc3RyaW5nIHwgbnVtYmVyKTtcclxuICB9O1xyXG4gIGluZGljZXM/OiBzdHJpbmdbXSB8IHN0cmluZztcclxuICAvKiogb25lIG9yIG1vcmUgYXhpcyAqL1xyXG4gIGZpbHRlcnM/OiBzdHJpbmdbXSB8IHN0cmluZztcclxuICB4QXhpczogc3RyaW5nO1xyXG4gIHNlcmllczogc3RyaW5nO1xyXG4gIHN1bT86IFN1bVNldHRpbmdzIHwgU3VtU2V0dGluZ3NbXSxcclxuICAvKiogKi9cclxuICBhZ2dyZWdhdGU/OiBzdHJpbmdbXSB8IHN0cmluZztcclxuICBzZXJpZXNUb3RhbExhYmVsPzogc3RyaW5nO1xyXG4gIHhBeGlzVG90YWxMYWJlbD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IHR5cGUgTW9kZSA9ICdmaWx0ZXInIHwgJ3Jlc3VsdHMnO1xyXG4vKiogKi9cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdiaXpkb2MtY29tYmluYXRpb24tcGlja2VyLWJvZHknLFxyXG4gIHRlbXBsYXRlVXJsOiAnY29tYmluYXRpb24tcGlja2VyLWJvZHkuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJ2NvbWJpbmF0aW9uLXBpY2tlci1ib2R5LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ29tYmluYXRpb25QaWNrZXJCb2R5IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xyXG4gIHJlYWRvbmx5IHNlbGVjdGlvbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Q29tYmluYXRpb25TZWxlY3RlZEV2ZW50PigpO1xyXG4gIHJlYWRvbmx5IG1vZGVDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPE1vZGU+KCk7XHJcbiAgbW9kZTogTW9kZTtcclxuICBAVmlld0NoaWxkcmVuKE1hdFNlbGVjdCkgYXhlczogUXVlcnlMaXN0PE1hdFNlbGVjdD47XHJcbiAgcmVhZG9ubHkgX2V4cGxvcmFibGU6IGJvb2xlYW47XHJcbiAgX3dvcmtpbmcgPSBmYWxzZTtcclxuICByZWFkb25seSBfYXhlczogQ3ViZUF4aXNbXTtcclxuICByZWFkb25seSBfZm9ybSA9IHRoaXMuX2ZiLmdyb3VwKHtcclxuICB9KTtcclxuICByZWFkb25seSBfa2V5czogeyBbdHlwZTogc3RyaW5nXTogKHN0cmluZyB8IG51bWJlcilbXSB9ID0ge307XHJcbiAgcmVhZG9ubHkgX2RhdGF0eXBlczogeyBbdHlwZTogc3RyaW5nXTogeyBba2V5OiBzdHJpbmddOiBhbnkgfSB8IHsgW2tleTogc3RyaW5nXTogYW55IH0gfSA9IHt9O1xyXG4gIF9jb21iaW5hdGlvbnM6IHN0cmluZ1tdW107XHJcbiAgcHJpdmF0ZSBfZGF0YTogQ29tYmluYXRpb25Cb2R5RGF0YTtcclxuICBwcml2YXRlIF9jdWJlOiBDdWJlO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChNQVRfRElBTE9HX0RBVEEpIGRpYWxvZ0RhdGE6IENvbWJpbmF0aW9uQm9keURhdGEsXHJcbiAgICBAT3B0aW9uYWwoKSBASW5qZWN0KENPTUJJTkFUSU9OX1BJQ0tFUl9CT0RZKSBvdmVybGF5RGF0YTogQ29tYmluYXRpb25Cb2R5RGF0YSxcclxuICAgIHByaXZhdGUgX2ZiOiBGb3JtQnVpbGRlcixcclxuICAgIHByaXZhdGUgX3NuYWNrYmFyOiBQcm9tcHRTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBfYWNjb3VudEluZm86IEN1YmVJbmZvLFxyXG4gICAgcHJpdmF0ZSBfZHM6IERhdGFzb3VyY2VTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBfY2Q6IENoYW5nZURldGVjdG9yUmVmLFxyXG4gICAgcHJpdmF0ZSBfc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UsXHJcbiAgICBwcml2YXRlIF9zZXJ2aWNlOiBDdWJlU2VydmljZSkge1xyXG4gICAgdGhpcy5fZGF0YSA9IG92ZXJsYXlEYXRhIHx8IGRpYWxvZ0RhdGE7XHJcbiAgICBjb25zdCB7IGN1YmUsIGV4cGxvcmVTZXR0aW5ncyB9ID0gdGhpcy5fZGF0YTtcclxuICAgIHRoaXMuX2V4cGxvcmFibGUgPSBleHBsb3JlU2V0dGluZ3MgIT09IHVuZGVmaW5lZDtcclxuICAgIHRoaXMuX2N1YmUgPSBjdWJlID8gdGhpcy5fc2Vzc2lvbi5wcm9maWxlLmN1YmVzLmZpbmQoYyA9PiBjLm5hbWUgPT09IGN1YmUpIVxyXG4gICAgICA6IHRoaXMuX3Nlc3Npb24ucHJvZmlsZS5jdWJlc1swXTtcclxuICAgIGlmICghdGhpcy5fY3ViZSkgdGhyb3cgJ05vIGN1YmUnO1xyXG4gICAgdGhpcy5fYXhlcyA9IHRoaXMuX2N1YmUuYXhlcy5maWx0ZXIoYSA9PiBhLmNvbWJpbmF0aW9uKTtcclxuICAgIGlmICghdGhpcy5fYXhlcy5sZW5ndGgpIHRocm93ICdObyBheGlzIHdpdGggY29tYmluYXRpb24nO1xyXG4gIH1cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuX2F4ZXMuZm9yRWFjaChhID0+IHtcclxuICAgICAgY29uc3QgY29udHJvbCA9IHRoaXMuX2ZiLmNvbnRyb2w8c3RyaW5nIHwgbnVsbD4obnVsbCk7XHJcbiAgICAgIHRoaXMuX2tleXNbYS5uYW1lXSA9IFtdO1xyXG4gICAgICB0aGlzLl9mb3JtLmFkZENvbnRyb2woYS5uYW1lLCBjb250cm9sKTtcclxuICAgICAgdGhpcy5fZHMubWFwKGEuZGF0YVR5cGUpLnN1YnNjcmliZShtID0+IHtcclxuICAgICAgICB0aGlzLl9kYXRhdHlwZXNbYS5kYXRhVHlwZV0gPSBtO1xyXG4gICAgICAgIGNvbnN0IGtleXMgPSB0aGlzLl9rZXlzW2EubmFtZV0gPSBPYmplY3Qua2V5cyhtKTtcclxuICAgICAgICBpZiAoa2V5cy5sZW5ndGggPCAyKSB7XHJcbiAgICAgICAgICBpZiAoa2V5cy5sZW5ndGggPT09IDEpIGNvbnRyb2wuc2V0VmFsdWUoa2V5c1swXSk7XHJcbiAgICAgICAgICBjb250cm9sLmRpc2FibGUoKTtcclxuICAgICAgICB9XHJcbiAgICAgIH0pO1xyXG4gICAgfSk7XHJcbiAgICB0aGlzLl9mb3JtLnVwZGF0ZVZhbHVlQW5kVmFsaWRpdHkoKTtcclxuICAgIHRoaXMuX2RhdGEudmFsdWUgJiYgdGhpcy5fcGF0Y2hGb3JtKHRoaXMuX2RhdGEudmFsdWUpO1xyXG4gICAgdGhpcy5fc3dpdGNoTW9kZSgnZmlsdGVyJyk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIFxyXG4gICAqIEBwYXJhbSBjb2RlXHJcbiAgICovXHJcbiAgcHJpdmF0ZSBfcGF0Y2hGb3JtKGNvZGU6IHN0cmluZykge1xyXG4gICAgY29uc3QgY29kZXMgPSBjb2RlLnNwbGl0KHRoaXMuX2RhdGEuZGl2aWRlciksXHJcbiAgICAgIHZhbHVlcyA9IHt9IGFzIHsgW2tleTogc3RyaW5nXTogYW55IH07XHJcbiAgICB0aGlzLl9heGVzLmZvckVhY2goKGEsIGkpID0+IGNvZGVzW2ldICYmICh2YWx1ZXNbYS5uYW1lXSA9IGNvZGVzW2ldKSk7XHJcbiAgICB0aGlzLl9mb3JtLnBhdGNoVmFsdWUodmFsdWVzKTtcclxuICB9XHJcbiAgLyoqXHJcbiAgICogXHJcbiAgICogQHBhcmFtIHZhbFxyXG4gICAqL1xyXG4gIF9zd2l0Y2hNb2RlKHZhbDogTW9kZSkge1xyXG4gICAgdGhpcy5tb2RlID0gdmFsO1xyXG4gICAgdGhpcy5tb2RlQ2hhbmdlLmVtaXQodmFsKTtcclxuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICBpZiAodmFsID09PSAnZmlsdGVyJykgdGhpcy5heGVzLmZpcnN0LmZvY3VzKCk7XHJcbiAgICAgIHRoaXMuX2NkLmRldGVjdENoYW5nZXMoKTtcclxuICAgIH0sIDApXHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIGZpbHRlciAqL1xyXG4gIF9maWx0ZXIoKSB7XHJcbiAgICB0aGlzLl93b3JraW5nID0gdHJ1ZTtcclxuICAgIGNvbnN0IHZhbHVlcyA9IHRoaXMuX2Zvcm0udmFsdWUgYXMgeyBba2V5OiBzdHJpbmddOiBhbnkgfSxcclxuICAgICAgYXJncyA9IHt9IGFzIHsgW2tleTogc3RyaW5nXTogYW55IH07XHJcbiAgICB0aGlzLl9heGVzLmZvckVhY2goYSA9PiB2YWx1ZXNbYS5uYW1lXSAmJiAoYXJnc1thLm5hbWVdID0gdmFsdWVzW2EubmFtZV0pKTtcclxuICAgIHRoaXMuX3NlcnZpY2UuY29tYmluYXRpb25zKHRoaXMuX2N1YmUubmFtZSwgYXJncywgeyB0YWtlOiB0aGlzLl9kYXRhLmxpbWl0LCBwcm9ncmVzczogZmFsc2UgfSkuXHJcbiAgICAgIHBpcGUoZmluYWxpemUoKCkgPT4gdGhpcy5fd29ya2luZyA9IGZhbHNlKSkuXHJcbiAgICAgIHN1YnNjcmliZSh7XHJcbiAgICAgICAgbmV4dDogciA9PiB7XHJcbiAgICAgICAgICB0aGlzLl9jb21iaW5hdGlvbnMgPSByO1xyXG4gICAgICAgICAgdGhpcy5fc3dpdGNoTW9kZSgncmVzdWx0cycpO1xyXG4gICAgICAgICAgci5sZW5ndGggPT09IHRoaXMuX2RhdGEubGltaXQgJiYgdGhpcy5fc25hY2tiYXIudG9hc3QoJ1Rha2VNb3JlJyk7XHJcbiAgICAgICAgfSwgZXJyb3I6ICgpID0+IHRoaXMuX3NuYWNrYmFyLmVycm9yKClcclxuICAgICAgfSk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIGl0ZW0gc2VsZWN0XHJcbiAgICogQHBhcmFtIGNvZGVcclxuICAgKi9cclxuICBfc2VsZWN0KGF4ZXM6IHN0cmluZ1tdKSB7XHJcbiAgICBjb25zdCBkZXNjcmlwdGlvbiA9IHRoaXMuX25hbWVPZihheGVzKSxcclxuICAgICAgdmFsdWUgPSB0aGlzLl9jb2RlT2YoYXhlcyk7XHJcbiAgICB0aGlzLnNlbGVjdGlvbkNoYW5nZS5lbWl0KHsgdmFsdWUsIGRlc2NyaXB0aW9uLCBheGVzIH0pO1xyXG4gIH1cclxuICAvKipcclxuICAgKiBcclxuICAgKiBAcGFyYW0gY29kZXNcclxuICAgKi9cclxuICBfY29kZU9mKGNvZGVzOiBzdHJpbmdbXSk6IHN0cmluZyB7XHJcbiAgICByZXR1cm4gY29kZXMuam9pbih0aGlzLl9kYXRhLmRpdmlkZXIpO1xyXG4gIH1cclxuICAvKipcclxuICAgKiB0cmFuc2xhdGUgY29kZSBzZWdtZW50cyB0byBuYW1lc1xyXG4gICAqIEBwYXJhbSBjb2RlXHJcbiAgICovXHJcbiAgX25hbWVPZihjb2Rlczogc3RyaW5nW10pOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIHRoaXMuX2F4ZXMubWFwKChhLCBpKSA9PiB0aGlzLl9kYXRhdHlwZXNbYS5kYXRhVHlwZV1bY29kZXNbaV1dIHx8IGNvZGVzW2ldKS5cclxuICAgICAgam9pbih0aGlzLl9kYXRhLmRpc3BsYXlEaXZpZGVyIHx8ICcgJyk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIG9wZW4gaW5mb1xyXG4gICAqIEBwYXJhbSBjb2RlXHJcbiAgICogQHBhcmFtIGV2dFxyXG4gICAqL1xyXG4gIF9pbmZvKGNvZGVzOiBzdHJpbmdbXSwgZXZ0OiBFdmVudCkge1xyXG4gICAgY29uc3QgeyBkZWZhdWx0cyB9ID0gdGhpcy5fZGF0YS5leHBsb3JlU2V0dGluZ3MgfHwge307XHJcbiAgICBjb25zdCBheGVzID0ge1xyXG4gICAgICAuLi5kZWZhdWx0c1xyXG4gICAgfTtcclxuICAgIGNvZGVzLnNsaWNlKDAsIHRoaXMuX2F4ZXMubGVuZ3RoKS5mb3JFYWNoKChhLCBpKSA9PiBheGVzW3RoaXMuX2F4ZXNbaV0ubmFtZV0gPSBhKTtcclxuXHJcbiAgICB0aGlzLl9hY2NvdW50SW5mby5wb3B1cChheGVzLCBldnQudGFyZ2V0IGFzIEhUTUxFbGVtZW50LCB7XHJcbiAgICAgIC4uLnRoaXMuX2RhdGEuZXhwbG9yZVNldHRpbmdzLFxyXG4gICAgICBjdWJlOiB0aGlzLl9jdWJlLm5hbWVcclxuICAgIH0pO1xyXG5cclxuICAgIGV2dC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgZXZ0LnN0b3BQcm9wYWdhdGlvbigpO1xyXG4gIH1cclxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcclxuICAgIHRoaXMuc2VsZWN0aW9uQ2hhbmdlLmNvbXBsZXRlKCk7XHJcbiAgICB0aGlzLm1vZGVDaGFuZ2UuY29tcGxldGUoKTtcclxuICB9XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ29tYmluYXRpb25TZWxlY3RlZEV2ZW50IHtcclxuICByZWFkb25seSB2YWx1ZTogc3RyaW5nOyByZWFkb25seSBkZXNjcmlwdGlvbjogc3RyaW5nOyByZWFkb25seSBheGVzOiBzdHJpbmdbXTtcclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwicGlja2VyLXBvcHVwXCIgY2RrVHJhcEZvY3VzPlxyXG4gIEBzd2l0Y2ggKG1vZGUpIHtcclxuICAgIDwhLS1bQHRyYW5zZm9ybVBhbmVsXT1cImVudGVyXCItLT5cclxuICAgIEBjYXNlICgnZmlsdGVyJykge1xyXG4gICAgICA8bWF0LXByb2dyZXNzLWJhciBtb2RlPVwiaW5kZXRlcm1pbmF0ZVwiIFtzdHlsZS52aXNpYmlsaXR5XT1cIl93b3JraW5nID8gJ3Zpc2libGUnOidoaWRkZW4nXCI+PC9tYXQtcHJvZ3Jlc3MtYmFyPlxyXG4gICAgICA8IS0tIGZpbHRlciAtLT5cclxuICAgICAgPGZvcm0gW2Zvcm1Hcm91cF09XCJfZm9ybVwiPlxyXG4gICAgICAgIEBmb3IgKGEgb2YgX2F4ZXM7IHRyYWNrIGE7IGxldCBpID0gJGluZGV4KSB7XHJcbiAgICAgICAgICA8bWF0LWZvcm0tZmllbGQgc3Vic2NyaXB0U2l6aW5nPVwiZHluYW1pY1wiPlxyXG4gICAgICAgICAgICA8bWF0LWxhYmVsPnt7YS50aXRsZX19PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICAgIDxtYXQtc2VsZWN0IFtmb3JtQ29udHJvbE5hbWVdPVwiYS5uYW1lXCI+XHJcbiAgICAgICAgICAgICAgQGlmIChfa2V5c1thLm5hbWVdLmxlbmd0aD4xKSB7XHJcbiAgICAgICAgICAgICAgICA8bWF0LW9wdGlvbj57eydBbGwnfHRyYW5zbGF0ZX19PC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICBAZm9yIChrZXkgb2YgX2tleXNbYS5uYW1lXTsgdHJhY2sga2V5KSB7XHJcbiAgICAgICAgICAgICAgICA8bWF0LW9wdGlvbiBbdmFsdWVdPVwia2V5XCI+e3tfdmFsdWVzW2EuZGF0YVR5cGVdW2tleV19fTwvbWF0LW9wdGlvbj5cclxuICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgICAgICAgICAgPG1hdC1oaW50Pnt7X2Zvcm0uY29udHJvbHNbYS5uYW1lXS52YWx1ZX19PC9tYXQtaGludD5cclxuICAgICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgICAgfVxyXG4gICAgICA8L2Zvcm0+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJhY3Rpb25zXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtaWNvbi1idXR0b24gKGNsaWNrKT1cIl9maWx0ZXIoKVwiIFtkaXNhYmxlZF09XCJfd29ya2luZ1wiIFtiaXpkb2NUb29sdGlwXT1cIidTZWFyY2gnfHRyYW5zbGF0ZVwiIGNsYXNzPVwibWF0LWljb24tcnRsLW1pcnJvclwiIFt0YWJJbmRleF09XCJfYXhlcy5sZW5ndGhcIj5cclxuICAgICAgICAgIDxtYXQtaWNvbj5zZWFyY2g8L21hdC1pY29uPlxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIH1cclxuICAgIDwhLS0gcmVzdWx0cyAtLT5cclxuICAgIEBjYXNlICgncmVzdWx0cycpIHtcclxuICAgICAgPGRpdiBjbGFzcz1cImFjdGlvbnNcIj5cclxuICAgICAgICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwiX3N3aXRjaE1vZGUoJ2ZpbHRlcicpXCIgW2JpemRvY1Rvb2x0aXBdPVwiJ0ZpbHRlcid8dHJhbnNsYXRlXCI+PG1hdC1pY29uPmZpbHRlcl9saXN0PC9tYXQtaWNvbj48L2J1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxtYXQtYWN0aW9uLWxpc3Q+XHJcbiAgICAgICAgQGZvciAoY29kZXMgb2YgX2NvbWJpbmF0aW9uczsgdHJhY2sgY29kZXMpIHtcclxuICAgICAgICAgIDxtYXQtbGlzdC1pdGVtIChjbGljayk9XCJfc2VsZWN0KGNvZGVzKVwiPlxyXG4gICAgICAgICAgICA8aDMgbWF0TGlzdEl0ZW1UaXRsZT57e19uYW1lT2YoY29kZXMpfX08L2gzPlxyXG4gICAgICAgICAgICBAaWYgKF9leHBsb3JhYmxlKSB7XHJcbiAgICAgICAgICAgICAgPHAgbWF0TGlzdEl0ZW1MaW5lPjxhIChjbGljayk9XCJfaW5mbyhjb2RlcywgJGV2ZW50KVwiPnt7X2NvZGVPZihjb2Rlcyl9fTwvYT48L3A+XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvbWF0LWxpc3QtaXRlbT5cclxuICAgICAgICB9XHJcbiAgICAgIDwvbWF0LWFjdGlvbi1saXN0PlxyXG4gICAgfVxyXG4gIH1cclxuPC9kaXY+XHJcbiJdfQ==
@@ -224,15 +224,15 @@ export class CombinationPicker {
224
224
  this.descriptionChange.complete();
225
225
  this.stateChanges.complete();
226
226
  }
227
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", 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 }); }
228
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.4", 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 }], viewQueries: [{ propertyName: "_input", first: true, predicate: MatInput, descendants: true }, { propertyName: "_template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<textarea matInput [disabled]=\"disabled\" (keydown)=\"_keyDown($event)\" [value]=\"description\" [placeholder]=\"placeholder\"></textarea>\r\n<mat-icon matSuffix tabindex=\"-1\" [ngClass]=\"{'mat-warn-text':errorState, 'disabled': disabled}\">arrow_drop_down</mat-icon>\r\n", styles: [":host{display:flex;flex-direction:row}:host textarea{resize:none;cursor:pointer;flex:1}.mat-warn-text{color:var(--color-sf-primary)}\n"], dependencies: [{ kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "directive", type: i8.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"] }, { kind: "component", type: i9.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
227
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", 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 }); }
228
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", 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 }], viewQueries: [{ propertyName: "_input", first: true, predicate: MatInput, descendants: true }, { propertyName: "_template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<textarea matInput [disabled]=\"disabled\" (keydown)=\"_keyDown($event)\" [value]=\"description\" [placeholder]=\"placeholder\"></textarea>\r\n<mat-icon matSuffix tabindex=\"-1\" [ngClass]=\"{'mat-warn-text':errorState, 'disabled': disabled}\">arrow_drop_down</mat-icon>\r\n", styles: [":host{display:flex;flex-direction:row}:host textarea{resize:none;cursor:pointer;flex:1}.mat-warn-text{color:var(--sys-primary)}\n"], dependencies: [{ kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "directive", type: i8.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"] }, { kind: "component", type: i9.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
229
229
  }
230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: CombinationPicker, decorators: [{
230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: CombinationPicker, decorators: [{
231
231
  type: Component,
232
232
  args: [{ selector: 'bizdoc-combination-picker', providers: [{ provide: MatFormFieldControl, useExisting: CombinationPicker }], host: {
233
233
  '[class.floating]': 'shouldLabelFloat',
234
234
  '[attr.aria-describedby]': 'describedBy'
235
- }, template: "<textarea matInput [disabled]=\"disabled\" (keydown)=\"_keyDown($event)\" [value]=\"description\" [placeholder]=\"placeholder\"></textarea>\r\n<mat-icon matSuffix tabindex=\"-1\" [ngClass]=\"{'mat-warn-text':errorState, 'disabled': disabled}\">arrow_drop_down</mat-icon>\r\n", styles: [":host{display:flex;flex-direction:row}:host textarea{resize:none;cursor:pointer;flex:1}.mat-warn-text{color:var(--color-sf-primary)}\n"] }]
235
+ }, template: "<textarea matInput [disabled]=\"disabled\" (keydown)=\"_keyDown($event)\" [value]=\"description\" [placeholder]=\"placeholder\"></textarea>\r\n<mat-icon matSuffix tabindex=\"-1\" [ngClass]=\"{'mat-warn-text':errorState, 'disabled': disabled}\">arrow_drop_down</mat-icon>\r\n", styles: [":host{display:flex;flex-direction:row}:host textarea{resize:none;cursor:pointer;flex:1}.mat-warn-text{color:var(--sys-primary)}\n"] }]
236
236
  }], ctorParameters: () => [{ type: i1.NgControl, decorators: [{
237
237
  type: Optional
238
238
  }, {