@bizdoc/core 1.17.13 → 1.17.14

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 (787) hide show
  1. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  2. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  3. package/esm2020/lib/admin/architecture/cube-axes-filter.component.mjs +3 -3
  4. package/esm2020/lib/admin/architecture/designer-element.component.mjs +15 -15
  5. package/esm2020/lib/admin/architecture/designer-privileges.component.mjs +3 -3
  6. package/esm2020/lib/admin/architecture/designer.base.mjs +17 -13
  7. package/esm2020/lib/admin/architecture/designer.component.mjs +3 -3
  8. package/esm2020/lib/admin/architecture/elements/action.component.mjs +3 -3
  9. package/esm2020/lib/admin/architecture/elements/analysis-view.component.mjs +5 -5
  10. package/esm2020/lib/admin/architecture/elements/analysis-widget.component.mjs +5 -5
  11. package/esm2020/lib/admin/architecture/elements/anomaly-rule.component.mjs +3 -3
  12. package/esm2020/lib/admin/architecture/elements/attribute.component.mjs +3 -3
  13. package/esm2020/lib/admin/architecture/elements/box-form.component.mjs +3 -3
  14. package/esm2020/lib/admin/architecture/elements/configuration-datasource.component.mjs +3 -3
  15. package/esm2020/lib/admin/architecture/elements/control.component.mjs +3 -3
  16. package/esm2020/lib/admin/architecture/elements/cube-index-utility.component.mjs +5 -5
  17. package/esm2020/lib/admin/architecture/elements/cube-view.component.mjs +5 -5
  18. package/esm2020/lib/admin/architecture/elements/cube.component.mjs +4 -4
  19. package/esm2020/lib/admin/architecture/elements/document-state-widget.component.mjs +43 -0
  20. package/esm2020/lib/admin/architecture/elements/documents-report.component.mjs +3 -3
  21. package/esm2020/lib/admin/architecture/elements/documents-widget.component.mjs +3 -3
  22. package/esm2020/lib/admin/architecture/elements/explore-view.component.mjs +5 -5
  23. package/esm2020/lib/admin/architecture/elements/folder.component.mjs +6 -7
  24. package/esm2020/lib/admin/architecture/elements/form-invite.dialog.mjs +3 -3
  25. package/esm2020/lib/admin/architecture/elements/form.component.mjs +7 -7
  26. package/esm2020/lib/admin/architecture/elements/guide.component.mjs +3 -3
  27. package/esm2020/lib/admin/architecture/elements/matrix-view.component.mjs +5 -10
  28. package/esm2020/lib/admin/architecture/elements/node.component.mjs +3 -3
  29. package/esm2020/lib/admin/architecture/elements/parallel-view.component.mjs +5 -5
  30. package/esm2020/lib/admin/architecture/elements/performance-report.component.mjs +5 -5
  31. package/esm2020/lib/admin/architecture/elements/performance-widget.component.mjs +5 -5
  32. package/esm2020/lib/admin/architecture/elements/pivot-view.component.mjs +5 -5
  33. package/esm2020/lib/admin/architecture/elements/policy.component.mjs +3 -3
  34. package/esm2020/lib/admin/architecture/elements/report.component.mjs +3 -3
  35. package/esm2020/lib/admin/architecture/elements/return-to-role-action.component.mjs +3 -3
  36. package/esm2020/lib/admin/architecture/elements/role.component.mjs +3 -3
  37. package/esm2020/lib/admin/architecture/elements/rule.component.mjs +3 -3
  38. package/esm2020/lib/admin/architecture/elements/state.component.mjs +3 -3
  39. package/esm2020/lib/admin/architecture/elements/sum-view.component.mjs +5 -5
  40. package/esm2020/lib/admin/architecture/elements/tasks-report.component.mjs +5 -5
  41. package/esm2020/lib/admin/architecture/elements/type.component.mjs +3 -3
  42. package/esm2020/lib/admin/architecture/elements/usage-report.component.mjs +5 -5
  43. package/esm2020/lib/admin/architecture/elements/utility.component.mjs +3 -3
  44. package/esm2020/lib/admin/architecture/elements/view.component.mjs +3 -3
  45. package/esm2020/lib/admin/architecture/elements/widget.component.mjs +3 -3
  46. package/esm2020/lib/admin/architecture/icon-picker.component.mjs +3 -3
  47. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  48. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  49. package/esm2020/lib/admin/core/localized-string.component.mjs +17 -9
  50. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  51. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
  52. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
  53. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  54. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
  55. package/esm2020/lib/admin/form/designer/box-designer.component.mjs +6 -6
  56. package/esm2020/lib/admin/form/designer/properties.component.mjs +3 -3
  57. package/esm2020/lib/admin/form/designer/section.component.mjs +3 -3
  58. package/esm2020/lib/admin/form/designer/settings.component.mjs +3 -3
  59. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  60. package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
  61. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
  62. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +3 -3
  63. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  64. package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
  65. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  66. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  67. package/esm2020/lib/admin/positions/positions.component.mjs +3 -3
  68. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +3 -3
  69. package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
  70. package/esm2020/lib/admin/system.service.mjs +3 -3
  71. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  72. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  73. package/esm2020/lib/app.component.mjs +6 -6
  74. package/esm2020/lib/bizdoc.module.mjs +4 -4
  75. package/esm2020/lib/browse/browse-items.component.mjs +3 -3
  76. package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
  77. package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
  78. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  79. package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
  80. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  81. package/esm2020/lib/chat/chat-info.mjs +3 -3
  82. package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
  83. package/esm2020/lib/chat/chat.service.mjs +3 -3
  84. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  85. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  86. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  87. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  88. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  89. package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
  90. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  91. package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
  92. package/esm2020/lib/compose/action/moveto-action.component.mjs +3 -3
  93. package/esm2020/lib/compose/action/return-action.component.mjs +3 -3
  94. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  95. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  96. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  97. package/esm2020/lib/compose/box/box.component.mjs +3 -3
  98. package/esm2020/lib/compose/box/control.component.mjs +8 -5
  99. package/esm2020/lib/compose/box/row.component.mjs +3 -3
  100. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  101. package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
  102. package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
  103. package/esm2020/lib/compose/comments/comments.pane.component.mjs +3 -3
  104. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  105. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  106. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  107. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  108. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  109. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  110. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  111. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  112. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  113. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  114. package/esm2020/lib/compose/document.component.mjs +3 -3
  115. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  116. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  117. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  118. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  119. package/esm2020/lib/compose/form.component.mjs +7 -7
  120. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  121. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  122. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  123. package/esm2020/lib/compose/state.component.mjs +3 -3
  124. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  125. package/esm2020/lib/compose/trace/flow.component.mjs +3 -3
  126. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  127. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  128. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  129. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  130. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  131. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  132. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  133. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  134. package/esm2020/lib/core/account.service.mjs +3 -3
  135. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  136. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  137. package/esm2020/lib/core/checkbox.mjs +3 -3
  138. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  139. package/esm2020/lib/core/datasource.service.mjs +3 -3
  140. package/esm2020/lib/core/fields/address.designer.mjs +3 -3
  141. package/esm2020/lib/core/fields/address.field.mjs +3 -3
  142. package/esm2020/lib/core/fields/autocomplete.field.mjs +8 -8
  143. package/esm2020/lib/core/fields/checkbox.designer.mjs +3 -3
  144. package/esm2020/lib/core/fields/checkbox.field.mjs +3 -3
  145. package/esm2020/lib/core/fields/checklist.designer.mjs +3 -3
  146. package/esm2020/lib/core/fields/checklist.field.mjs +3 -3
  147. package/esm2020/lib/core/fields/date-range.designer.mjs +3 -3
  148. package/esm2020/lib/core/fields/date-range.field.mjs +3 -3
  149. package/esm2020/lib/core/fields/date.designer.mjs +3 -3
  150. package/esm2020/lib/core/fields/date.field.mjs +3 -3
  151. package/esm2020/lib/core/fields/expression.field.mjs +6 -6
  152. package/esm2020/lib/core/fields/file.designer.mjs +3 -3
  153. package/esm2020/lib/core/fields/file.field.mjs +3 -3
  154. package/esm2020/lib/core/fields/html.designer.mjs +3 -3
  155. package/esm2020/lib/core/fields/html.field.mjs +5 -5
  156. package/esm2020/lib/core/fields/input.designer.mjs +3 -3
  157. package/esm2020/lib/core/fields/input.field.mjs +3 -3
  158. package/esm2020/lib/core/fields/localized-string.field.mjs +6 -6
  159. package/esm2020/lib/core/fields/numeric.designer.mjs +3 -3
  160. package/esm2020/lib/core/fields/numeric.field.mjs +3 -3
  161. package/esm2020/lib/core/fields/options.base.mjs +6 -6
  162. package/esm2020/lib/core/fields/options.component.mjs +3 -3
  163. package/esm2020/lib/core/fields/radio-button.designer.mjs +3 -3
  164. package/esm2020/lib/core/fields/radio-button.field.mjs +3 -3
  165. package/esm2020/lib/core/fields/select.designer.mjs +3 -3
  166. package/esm2020/lib/core/fields/select.field.mjs +3 -3
  167. package/esm2020/lib/core/fields/signature.designer.mjs +3 -3
  168. package/esm2020/lib/core/fields/signature.field.mjs +19 -16
  169. package/esm2020/lib/core/fields/switch.field.mjs +3 -3
  170. package/esm2020/lib/core/fields/textarea.designer.mjs +3 -3
  171. package/esm2020/lib/core/fields/textarea.field.mjs +3 -3
  172. package/esm2020/lib/core/fields/time.designer.mjs +3 -3
  173. package/esm2020/lib/core/fields/time.field.mjs +3 -3
  174. package/esm2020/lib/core/fields/timespan.field.mjs +6 -6
  175. package/esm2020/lib/core/fields/yesno.designer.mjs +3 -3
  176. package/esm2020/lib/core/fields/yesno.field.mjs +3 -3
  177. package/esm2020/lib/core/guide/guide.component.mjs +3 -3
  178. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  179. package/esm2020/lib/core/guide/help-tip.component.mjs +3 -3
  180. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  181. package/esm2020/lib/core/hub.service.mjs +3 -3
  182. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  183. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  184. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  185. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  186. package/esm2020/lib/core/info/map-info.mjs +3 -3
  187. package/esm2020/lib/core/inputs/address.input.mjs +3 -3
  188. package/esm2020/lib/core/inputs/auto-complete.input.mjs +3 -3
  189. package/esm2020/lib/core/inputs/combination-picker-body.mjs +3 -3
  190. package/esm2020/lib/core/inputs/combination-picker.mjs +3 -3
  191. package/esm2020/lib/core/inputs/combination-pool.mjs +3 -3
  192. package/esm2020/lib/core/inputs/file.input.mjs +3 -3
  193. package/esm2020/lib/core/inputs/select.input.mjs +3 -3
  194. package/esm2020/lib/core/inputs/signature.input.mjs +3 -3
  195. package/esm2020/lib/core/inputs/time-picker.mjs +3 -3
  196. package/esm2020/lib/core/inputs/timespan.input.mjs +3 -3
  197. package/esm2020/lib/core/layout.component.mjs +3 -3
  198. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  199. package/esm2020/lib/core/mailbox.service.mjs +3 -3
  200. package/esm2020/lib/core/none.component.mjs +3 -3
  201. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  202. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  203. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  204. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  205. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  206. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  207. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  208. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  209. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  210. package/esm2020/lib/core/pipes/localized-string.pipe.mjs +3 -3
  211. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  212. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  213. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  214. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  215. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +6 -6
  216. package/esm2020/lib/core/pipes/translate.pipe.mjs +9 -9
  217. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  218. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  219. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  220. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  221. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  222. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  223. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  224. package/esm2020/lib/core/prompt.service.mjs +3 -3
  225. package/esm2020/lib/core/router.mjs +6 -6
  226. package/esm2020/lib/core/save-changes.dialog.mjs +3 -3
  227. package/esm2020/lib/core/session.service.mjs +3 -3
  228. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  229. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  230. package/esm2020/lib/core/slots/slots.component.mjs +3 -3
  231. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  232. package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
  233. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  234. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  235. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  236. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  237. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  238. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  239. package/esm2020/lib/core/translate.service.mjs +3 -3
  240. package/esm2020/lib/core/window-title.service.mjs +3 -3
  241. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  242. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  243. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  244. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  245. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  246. package/esm2020/lib/cube/cube.service.mjs +3 -3
  247. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  248. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  249. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  250. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  251. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  252. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  253. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  254. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  255. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  256. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  257. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  258. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  259. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  260. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  261. package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
  262. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  263. package/esm2020/lib/cube/pivot/pivot.component.mjs +3 -3
  264. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  265. package/esm2020/lib/cube/view-base.mjs +3 -3
  266. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  267. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  268. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  269. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  270. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  271. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  272. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  273. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  274. package/esm2020/lib/dashboard/cube/document-state.widget.mjs +3 -3
  275. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  276. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  277. package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
  278. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  279. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  280. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  281. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  282. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  283. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  284. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  285. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  286. package/esm2020/lib/designer.module.mjs +4 -4
  287. package/esm2020/lib/desktop.module.mjs +4 -4
  288. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  289. package/esm2020/lib/home/home-base.component.mjs +3 -3
  290. package/esm2020/lib/home/home.desktop.component.mjs +3 -3
  291. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  292. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  293. package/esm2020/lib/home/options/options.component.mjs +3 -3
  294. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  295. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  296. package/esm2020/lib/home/tools.component.mjs +3 -3
  297. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  298. package/esm2020/lib/mobile.module.mjs +4 -4
  299. package/esm2020/lib/modules/chart.module.mjs +4 -4
  300. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  301. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  302. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  303. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  304. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  305. package/esm2020/lib/modules/grid.module.mjs +4 -4
  306. package/esm2020/lib/modules/material.module.mjs +4 -4
  307. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  308. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  309. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  310. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  311. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  312. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  313. package/esm2020/lib/notifications/filter.component.mjs +3 -3
  314. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  315. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  316. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  317. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  318. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  319. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  320. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  321. package/esm2020/lib/notifications/types/invite.notification.mjs +3 -3
  322. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  323. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  324. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  325. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  326. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  327. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  328. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  329. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  330. package/esm2020/lib/options/options.component.mjs +3 -3
  331. package/esm2020/lib/options/options.service.mjs +3 -3
  332. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  333. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  334. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  335. package/esm2020/lib/reports/cube/role-performance.component.mjs +3 -3
  336. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  337. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  338. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  339. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  340. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  341. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  342. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  343. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  344. package/esm2020/lib/reports/report.pane.component.mjs +3 -3
  345. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  346. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  347. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  348. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  349. package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
  350. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  351. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  352. package/esm2020/lib/search/cube.component.mjs +3 -3
  353. package/esm2020/lib/search/document.component.mjs +3 -3
  354. package/esm2020/lib/search/guide.component.mjs +3 -3
  355. package/esm2020/lib/search/path.component.mjs +3 -3
  356. package/esm2020/lib/search/search.service.mjs +3 -3
  357. package/esm2020/lib/shared.module.mjs +4 -4
  358. package/esm2020/lib/system.module.mjs +6 -6
  359. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  360. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  361. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  362. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  363. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  364. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  365. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  366. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  367. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  368. package/esm2020/lib/views/view-item.component.mjs +3 -3
  369. package/esm2020/lib/views/views.component.mjs +3 -3
  370. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  371. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  372. package/fesm2015/bizdoc-core.mjs +1431 -1430
  373. package/fesm2015/bizdoc-core.mjs.map +1 -1
  374. package/fesm2020/bizdoc-core.mjs +1429 -1430
  375. package/fesm2020/bizdoc-core.mjs.map +1 -1
  376. package/lib/admin/architecture/designer.base.d.ts +2 -1
  377. package/lib/admin/architecture/elements/{feedback-widget.component.d.ts → document-state-widget.component.d.ts} +5 -14
  378. package/lib/admin/architecture/elements/form.component.d.ts +2 -2
  379. package/lib/admin/architecture/elements/matrix-view.component.d.ts +0 -1
  380. package/lib/admin/core/localized-string.component.d.ts +4 -3
  381. package/lib/core/fields/signature.field.d.ts +3 -1
  382. package/lib/system.module.d.ts +1 -1
  383. package/package.json +1 -1
  384. package/bizdoc-core.d.ts.map +0 -1
  385. package/esm2020/lib/admin/architecture/elements/feedback-widget.component.mjs +0 -53
  386. package/lib/admin/admin-dismiss.service.d.ts.map +0 -1
  387. package/lib/admin/admin-menu.component.d.ts.map +0 -1
  388. package/lib/admin/architecture/cube-axes-filter.component.d.ts.map +0 -1
  389. package/lib/admin/architecture/declarations.d.ts.map +0 -1
  390. package/lib/admin/architecture/designer-element.component.d.ts.map +0 -1
  391. package/lib/admin/architecture/designer-privileges.component.d.ts.map +0 -1
  392. package/lib/admin/architecture/designer.base.d.ts.map +0 -1
  393. package/lib/admin/architecture/designer.component.d.ts.map +0 -1
  394. package/lib/admin/architecture/elements/action.component.d.ts.map +0 -1
  395. package/lib/admin/architecture/elements/analysis-view.component.d.ts.map +0 -1
  396. package/lib/admin/architecture/elements/analysis-widget.component.d.ts.map +0 -1
  397. package/lib/admin/architecture/elements/anomaly-rule.component.d.ts.map +0 -1
  398. package/lib/admin/architecture/elements/attribute.component.d.ts.map +0 -1
  399. package/lib/admin/architecture/elements/box-form.component.d.ts.map +0 -1
  400. package/lib/admin/architecture/elements/configuration-datasource.component.d.ts.map +0 -1
  401. package/lib/admin/architecture/elements/control.component.d.ts.map +0 -1
  402. package/lib/admin/architecture/elements/cube-index-utility.component.d.ts.map +0 -1
  403. package/lib/admin/architecture/elements/cube-view.component.d.ts.map +0 -1
  404. package/lib/admin/architecture/elements/cube.component.d.ts.map +0 -1
  405. package/lib/admin/architecture/elements/documents-report.component.d.ts.map +0 -1
  406. package/lib/admin/architecture/elements/documents-widget.component.d.ts.map +0 -1
  407. package/lib/admin/architecture/elements/explore-view.component.d.ts.map +0 -1
  408. package/lib/admin/architecture/elements/feedback-widget.component.d.ts.map +0 -1
  409. package/lib/admin/architecture/elements/folder.component.d.ts.map +0 -1
  410. package/lib/admin/architecture/elements/form-invite.dialog.d.ts.map +0 -1
  411. package/lib/admin/architecture/elements/form.component.d.ts.map +0 -1
  412. package/lib/admin/architecture/elements/guide.component.d.ts.map +0 -1
  413. package/lib/admin/architecture/elements/matrix-view.component.d.ts.map +0 -1
  414. package/lib/admin/architecture/elements/node.component.d.ts.map +0 -1
  415. package/lib/admin/architecture/elements/parallel-view.component.d.ts.map +0 -1
  416. package/lib/admin/architecture/elements/performance-report.component.d.ts.map +0 -1
  417. package/lib/admin/architecture/elements/performance-widget.component.d.ts.map +0 -1
  418. package/lib/admin/architecture/elements/pivot-view.component.d.ts.map +0 -1
  419. package/lib/admin/architecture/elements/policy.component.d.ts.map +0 -1
  420. package/lib/admin/architecture/elements/report.component.d.ts.map +0 -1
  421. package/lib/admin/architecture/elements/return-to-role-action.component.d.ts.map +0 -1
  422. package/lib/admin/architecture/elements/role.component.d.ts.map +0 -1
  423. package/lib/admin/architecture/elements/rule.component.d.ts.map +0 -1
  424. package/lib/admin/architecture/elements/state.component.d.ts.map +0 -1
  425. package/lib/admin/architecture/elements/sum-view.component.d.ts.map +0 -1
  426. package/lib/admin/architecture/elements/tasks-report.component.d.ts.map +0 -1
  427. package/lib/admin/architecture/elements/type.component.d.ts.map +0 -1
  428. package/lib/admin/architecture/elements/usage-report.component.d.ts.map +0 -1
  429. package/lib/admin/architecture/elements/utility.component.d.ts.map +0 -1
  430. package/lib/admin/architecture/elements/view.component.d.ts.map +0 -1
  431. package/lib/admin/architecture/elements/widget.component.d.ts.map +0 -1
  432. package/lib/admin/architecture/icon-picker.component.d.ts.map +0 -1
  433. package/lib/admin/core/ace.input.d.ts.map +0 -1
  434. package/lib/admin/core/color-picker.input.d.ts.map +0 -1
  435. package/lib/admin/core/localized-string.component.d.ts.map +0 -1
  436. package/lib/admin/core/search.input.d.ts.map +0 -1
  437. package/lib/admin/diff/configuration-diff.component.d.ts.map +0 -1
  438. package/lib/admin/document-trace/document-trace.component.d.ts.map +0 -1
  439. package/lib/admin/document-trace/reassign.dialog.d.ts.map +0 -1
  440. package/lib/admin/document-trace/timeline.d.ts.map +0 -1
  441. package/lib/admin/document-trace/trace-element.component.d.ts.map +0 -1
  442. package/lib/admin/form/designer/box-designer.component.d.ts.map +0 -1
  443. package/lib/admin/form/designer/declarations.d.ts.map +0 -1
  444. package/lib/admin/form/designer/properties.component.d.ts.map +0 -1
  445. package/lib/admin/form/designer/section.component.d.ts.map +0 -1
  446. package/lib/admin/form/designer/settings.component.d.ts.map +0 -1
  447. package/lib/admin/form/form.resolve.service.d.ts.map +0 -1
  448. package/lib/admin/form/workflow/node-ref.d.ts.map +0 -1
  449. package/lib/admin/form/workflow/node.component.d.ts.map +0 -1
  450. package/lib/admin/form/workflow/role-node.component.d.ts.map +0 -1
  451. package/lib/admin/form/workflow/workflow.component.d.ts.map +0 -1
  452. package/lib/admin/indices/manage-cube-index.component.d.ts.map +0 -1
  453. package/lib/admin/patterns/patterns.component.d.ts.map +0 -1
  454. package/lib/admin/permissions/permissions.component.d.ts.map +0 -1
  455. package/lib/admin/positions/positions-popup.component.d.ts.map +0 -1
  456. package/lib/admin/positions/positions.component.d.ts.map +0 -1
  457. package/lib/admin/profiler/outofoffice.component.d.ts.map +0 -1
  458. package/lib/admin/profiler/profiler.component.d.ts.map +0 -1
  459. package/lib/admin/system.service.d.ts.map +0 -1
  460. package/lib/admin/utility-ref.d.ts.map +0 -1
  461. package/lib/admin/utility-wrapper.component.d.ts.map +0 -1
  462. package/lib/admin/utility.pane.component.d.ts.map +0 -1
  463. package/lib/app.component.d.ts.map +0 -1
  464. package/lib/bizdoc.module.d.ts.map +0 -1
  465. package/lib/browse/browse-items.component.d.ts.map +0 -1
  466. package/lib/browse/browse.mobile.component.d.ts.map +0 -1
  467. package/lib/browse/browse.pane.component.d.ts.map +0 -1
  468. package/lib/browse/expanded-item/expanded-item.component.d.ts.map +0 -1
  469. package/lib/browse/filter/filter.component.d.ts.map +0 -1
  470. package/lib/browse/folders-menu.component.d.ts.map +0 -1
  471. package/lib/chat/chat-info.d.ts.map +0 -1
  472. package/lib/chat/chat.mobile.component.d.ts.map +0 -1
  473. package/lib/chat/chat.service.d.ts.map +0 -1
  474. package/lib/chat/contacts.component.d.ts.map +0 -1
  475. package/lib/chat/contacts.pane.component.d.ts.map +0 -1
  476. package/lib/chat/conversation.component.d.ts.map +0 -1
  477. package/lib/chat/conversation.pane.component.d.ts.map +0 -1
  478. package/lib/compose/action/action-picker.component.d.ts.map +0 -1
  479. package/lib/compose/action/action-ref.d.ts.map +0 -1
  480. package/lib/compose/action/action.base.d.ts.map +0 -1
  481. package/lib/compose/action/action.dialog.d.ts.map +0 -1
  482. package/lib/compose/action/action.pane.dialog.exp.d.ts.map +0 -1
  483. package/lib/compose/action/assign-action.component.d.ts.map +0 -1
  484. package/lib/compose/action/moveto-action.component.d.ts.map +0 -1
  485. package/lib/compose/action/return-action.component.d.ts.map +0 -1
  486. package/lib/compose/attachments/attachments.component.d.ts.map +0 -1
  487. package/lib/compose/attachments/preview/attachment-preview.component.d.ts.map +0 -1
  488. package/lib/compose/attachments/progress-button.directive.d.ts.map +0 -1
  489. package/lib/compose/box/box.component.d.ts.map +0 -1
  490. package/lib/compose/box/control.component.d.ts.map +0 -1
  491. package/lib/compose/box/row.component.d.ts.map +0 -1
  492. package/lib/compose/can-deactivate-changes.service.d.ts.map +0 -1
  493. package/lib/compose/comments/comment.component.d.ts.map +0 -1
  494. package/lib/compose/comments/comments.component.d.ts.map +0 -1
  495. package/lib/compose/comments/comments.pane.component.d.ts.map +0 -1
  496. package/lib/compose/comments/edit-comment.component.d.ts.map +0 -1
  497. package/lib/compose/comments/edits.component.d.ts.map +0 -1
  498. package/lib/compose/comments/quick-comment.component.exp.d.ts.map +0 -1
  499. package/lib/compose/comments/votes.component.d.ts.map +0 -1
  500. package/lib/compose/compose-resolve.service.d.ts.map +0 -1
  501. package/lib/compose/compose.mobile.component.d.ts.map +0 -1
  502. package/lib/compose/compose.pane.component.d.ts.map +0 -1
  503. package/lib/compose/copy/copy.dialog.d.ts.map +0 -1
  504. package/lib/compose/dismiss.service.d.ts.map +0 -1
  505. package/lib/compose/document-resolver.service.d.ts.map +0 -1
  506. package/lib/compose/document.component.d.ts.map +0 -1
  507. package/lib/compose/document.mobile.component.d.ts.map +0 -1
  508. package/lib/compose/document.pane.component.d.ts.map +0 -1
  509. package/lib/compose/events/events.component.d.ts.map +0 -1
  510. package/lib/compose/form-ref.d.ts.map +0 -1
  511. package/lib/compose/form-selector/form-selector.sheet.d.ts.map +0 -1
  512. package/lib/compose/form.component.d.ts.map +0 -1
  513. package/lib/compose/new-menu.component.d.ts.map +0 -1
  514. package/lib/compose/privilage.directive.d.ts.map +0 -1
  515. package/lib/compose/recipient-resolver.service.d.ts.map +0 -1
  516. package/lib/compose/state.component.d.ts.map +0 -1
  517. package/lib/compose/tag/tags.component.d.ts.map +0 -1
  518. package/lib/compose/trace/flow.component.d.ts.map +0 -1
  519. package/lib/compose/trace/people.component.d.ts.map +0 -1
  520. package/lib/compose/trace/trace.base.d.ts.map +0 -1
  521. package/lib/compose/trace/trace.component.d.ts.map +0 -1
  522. package/lib/compose/trace/trace.pane.component.d.ts.map +0 -1
  523. package/lib/compose/version-compare/version-compare.component.d.ts.map +0 -1
  524. package/lib/compose/version-compare/version-compare.directive.d.ts.map +0 -1
  525. package/lib/compose/version-compare/version.pane.component.d.ts.map +0 -1
  526. package/lib/core/NgComponentOutlet.d.ts.map +0 -1
  527. package/lib/core/account.service.d.ts.map +0 -1
  528. package/lib/core/animated-icon/animated-icon.directive.d.ts.map +0 -1
  529. package/lib/core/animations.d.ts.map +0 -1
  530. package/lib/core/authentication.d.ts.map +0 -1
  531. package/lib/core/avatar/avatar.component.d.ts.map +0 -1
  532. package/lib/core/base.d.ts.map +0 -1
  533. package/lib/core/checkbox.d.ts.map +0 -1
  534. package/lib/core/colors.d.ts.map +0 -1
  535. package/lib/core/component-factory-resolver.d.ts.map +0 -1
  536. package/lib/core/configuration.d.ts.map +0 -1
  537. package/lib/core/datasource.service.d.ts.map +0 -1
  538. package/lib/core/decorators.d.ts.map +0 -1
  539. package/lib/core/fields/address.designer.d.ts.map +0 -1
  540. package/lib/core/fields/address.field.d.ts.map +0 -1
  541. package/lib/core/fields/autocomplete.field.d.ts.map +0 -1
  542. package/lib/core/fields/checkbox.designer.d.ts.map +0 -1
  543. package/lib/core/fields/checkbox.field.d.ts.map +0 -1
  544. package/lib/core/fields/checklist.designer.d.ts.map +0 -1
  545. package/lib/core/fields/checklist.field.d.ts.map +0 -1
  546. package/lib/core/fields/date-range.designer.d.ts.map +0 -1
  547. package/lib/core/fields/date-range.field.d.ts.map +0 -1
  548. package/lib/core/fields/date.designer.d.ts.map +0 -1
  549. package/lib/core/fields/date.field.d.ts.map +0 -1
  550. package/lib/core/fields/expression.field.d.ts.map +0 -1
  551. package/lib/core/fields/file.designer.d.ts.map +0 -1
  552. package/lib/core/fields/file.field.d.ts.map +0 -1
  553. package/lib/core/fields/html.designer.d.ts.map +0 -1
  554. package/lib/core/fields/html.field.d.ts.map +0 -1
  555. package/lib/core/fields/input.designer.d.ts.map +0 -1
  556. package/lib/core/fields/input.field.d.ts.map +0 -1
  557. package/lib/core/fields/localized-string.field.d.ts.map +0 -1
  558. package/lib/core/fields/numeric.designer.d.ts.map +0 -1
  559. package/lib/core/fields/numeric.field.d.ts.map +0 -1
  560. package/lib/core/fields/options.base.d.ts.map +0 -1
  561. package/lib/core/fields/options.component.d.ts.map +0 -1
  562. package/lib/core/fields/radio-button.designer.d.ts.map +0 -1
  563. package/lib/core/fields/radio-button.field.d.ts.map +0 -1
  564. package/lib/core/fields/select.designer.d.ts.map +0 -1
  565. package/lib/core/fields/select.field.d.ts.map +0 -1
  566. package/lib/core/fields/signature.designer.d.ts.map +0 -1
  567. package/lib/core/fields/signature.field.d.ts.map +0 -1
  568. package/lib/core/fields/switch.field.d.ts.map +0 -1
  569. package/lib/core/fields/textarea.designer.d.ts.map +0 -1
  570. package/lib/core/fields/textarea.field.d.ts.map +0 -1
  571. package/lib/core/fields/time.designer.d.ts.map +0 -1
  572. package/lib/core/fields/time.field.d.ts.map +0 -1
  573. package/lib/core/fields/timespan.field.d.ts.map +0 -1
  574. package/lib/core/fields/yesno.designer.d.ts.map +0 -1
  575. package/lib/core/fields/yesno.field.d.ts.map +0 -1
  576. package/lib/core/firebase.service.d.ts.map +0 -1
  577. package/lib/core/functions.d.ts.map +0 -1
  578. package/lib/core/guide/guide.component.d.ts.map +0 -1
  579. package/lib/core/guide/guide.service.d.ts.map +0 -1
  580. package/lib/core/guide/help-tip.component.d.ts.map +0 -1
  581. package/lib/core/http.interceptor.d.ts.map +0 -1
  582. package/lib/core/hub.service.d.ts.map +0 -1
  583. package/lib/core/identity/identity.component.d.ts.map +0 -1
  584. package/lib/core/info/attachment-info.service.d.ts.map +0 -1
  585. package/lib/core/info/document-info.service.d.ts.map +0 -1
  586. package/lib/core/info/location-info.component.d.ts.map +0 -1
  587. package/lib/core/info/map-info.d.ts.map +0 -1
  588. package/lib/core/inputs/address.input.d.ts.map +0 -1
  589. package/lib/core/inputs/auto-complete.input.d.ts.map +0 -1
  590. package/lib/core/inputs/combination-picker-body.d.ts.map +0 -1
  591. package/lib/core/inputs/combination-picker.d.ts.map +0 -1
  592. package/lib/core/inputs/combination-pool.d.ts.map +0 -1
  593. package/lib/core/inputs/file.input.d.ts.map +0 -1
  594. package/lib/core/inputs/select.input.d.ts.map +0 -1
  595. package/lib/core/inputs/signature.input.d.ts.map +0 -1
  596. package/lib/core/inputs/time-picker.d.ts.map +0 -1
  597. package/lib/core/inputs/timespan.input.d.ts.map +0 -1
  598. package/lib/core/layout.component.d.ts.map +0 -1
  599. package/lib/core/lottie-animation.d.ts.map +0 -1
  600. package/lib/core/mailbox.service.d.ts.map +0 -1
  601. package/lib/core/models.d.ts.map +0 -1
  602. package/lib/core/none.component.d.ts.map +0 -1
  603. package/lib/core/pipes/action.pipe.d.ts.map +0 -1
  604. package/lib/core/pipes/calendar.pipe.d.ts.map +0 -1
  605. package/lib/core/pipes/date-format.pipe.d.ts.map +0 -1
  606. package/lib/core/pipes/daterange.pipe.d.ts.map +0 -1
  607. package/lib/core/pipes/difference.pipe.d.ts.map +0 -1
  608. package/lib/core/pipes/duration-format.pipe.d.ts.map +0 -1
  609. package/lib/core/pipes/duration.pipe.d.ts.map +0 -1
  610. package/lib/core/pipes/form.pipe.d.ts.map +0 -1
  611. package/lib/core/pipes/join.pipe.d.ts.map +0 -1
  612. package/lib/core/pipes/localized-string.pipe.d.ts.map +0 -1
  613. package/lib/core/pipes/role.pipe.d.ts.map +0 -1
  614. package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
  615. package/lib/core/pipes/sort.pipe.d.ts.map +0 -1
  616. package/lib/core/pipes/state.pipe.d.ts.map +0 -1
  617. package/lib/core/pipes/time-ago.pipe.d.ts.map +0 -1
  618. package/lib/core/pipes/translate.pipe.d.ts.map +0 -1
  619. package/lib/core/pipes/type-value.pipe.d.ts.map +0 -1
  620. package/lib/core/pipes/user-name.pipe.d.ts.map +0 -1
  621. package/lib/core/popup/popup-ref.d.ts.map +0 -1
  622. package/lib/core/popup/popup.component.d.ts.map +0 -1
  623. package/lib/core/popup/popup.service.d.ts.map +0 -1
  624. package/lib/core/popup/tooltip.directive.d.ts.map +0 -1
  625. package/lib/core/prompt/ask/ask.dialog.d.ts.map +0 -1
  626. package/lib/core/prompt/mask/mask.component.d.ts.map +0 -1
  627. package/lib/core/prompt.service.d.ts.map +0 -1
  628. package/lib/core/router.d.ts.map +0 -1
  629. package/lib/core/save-changes.dialog.d.ts.map +0 -1
  630. package/lib/core/session.service.d.ts.map +0 -1
  631. package/lib/core/slots/pane-ref.d.ts.map +0 -1
  632. package/lib/core/slots/router.directive.d.ts.map +0 -1
  633. package/lib/core/slots/router.service.d.ts.map +0 -1
  634. package/lib/core/slots/slots.component.d.ts.map +0 -1
  635. package/lib/core/tagging/documents.component.d.ts.map +0 -1
  636. package/lib/core/tagging/edit-input.component.d.ts.map +0 -1
  637. package/lib/core/tagging/emoji.component.d.ts.map +0 -1
  638. package/lib/core/tagging/tagging-item.directive.d.ts.map +0 -1
  639. package/lib/core/tagging/tagging.component-base.d.ts.map +0 -1
  640. package/lib/core/tagging/tagging.directive.d.ts.map +0 -1
  641. package/lib/core/tagging/tagging.pipe.d.ts.map +0 -1
  642. package/lib/core/tagging/users.component.d.ts.map +0 -1
  643. package/lib/core/translate.service.d.ts.map +0 -1
  644. package/lib/core/translations.d.ts.map +0 -1
  645. package/lib/core/window-title.service.d.ts.map +0 -1
  646. package/lib/cube/accum/accum.component.d.ts.map +0 -1
  647. package/lib/cube/chart/chart.component.d.ts.map +0 -1
  648. package/lib/cube/cube-info.service.d.ts.map +0 -1
  649. package/lib/cube/cube-menu.component.d.ts.map +0 -1
  650. package/lib/cube/cube-view.component.d.ts.map +0 -1
  651. package/lib/cube/cube.service.d.ts.map +0 -1
  652. package/lib/cube/declarations.d.ts.map +0 -1
  653. package/lib/cube/explore/document-item.component.d.ts.map +0 -1
  654. package/lib/cube/explore/explore-item.component.d.ts.map +0 -1
  655. package/lib/cube/explore/explore-items.component.d.ts.map +0 -1
  656. package/lib/cube/explore/explore.pane.component.d.ts.map +0 -1
  657. package/lib/cube/explore/item-resolver.service.d.ts.map +0 -1
  658. package/lib/cube/explore/item.pane.component.d.ts.map +0 -1
  659. package/lib/cube/filter/filter-tags.component.exp.d.ts.map +0 -1
  660. package/lib/cube/filter/filter.component.d.ts.map +0 -1
  661. package/lib/cube/grid/grid.component.d.ts.map +0 -1
  662. package/lib/cube/grid/spreadsheet.component.d.ts.map +0 -1
  663. package/lib/cube/matrix/matrix.base.d.ts.map +0 -1
  664. package/lib/cube/matrix/matrix.mobile.component.d.ts.map +0 -1
  665. package/lib/cube/matrix/matrix.pane.component.d.ts.map +0 -1
  666. package/lib/cube/matrix/popup.component.d.ts.map +0 -1
  667. package/lib/cube/matrix/table.component.d.ts.map +0 -1
  668. package/lib/cube/parallel/item.d.ts.map +0 -1
  669. package/lib/cube/parallel/parallel.component.d.ts.map +0 -1
  670. package/lib/cube/pivot/pivot.component.d.ts.map +0 -1
  671. package/lib/cube/sum/sum.component.d.ts.map +0 -1
  672. package/lib/cube/view-base.d.ts.map +0 -1
  673. package/lib/cube/view.mobile.component.d.ts.map +0 -1
  674. package/lib/cube/view.pane.component.d.ts.map +0 -1
  675. package/lib/dashboard/actions/actions.widget.d.ts.map +0 -1
  676. package/lib/dashboard/cube/accum-cube.widget.d.ts.map +0 -1
  677. package/lib/dashboard/cube/compare.widget.d.ts.map +0 -1
  678. package/lib/dashboard/cube/cube-analysis.base.d.ts.map +0 -1
  679. package/lib/dashboard/cube/cube-analysis.widget.d.ts.map +0 -1
  680. package/lib/dashboard/cube/cube-chart.widget.d.ts.map +0 -1
  681. package/lib/dashboard/cube/document-state.widget.d.ts.map +0 -1
  682. package/lib/dashboard/cube/documents.widget.d.ts.map +0 -1
  683. package/lib/dashboard/cube/filter/filter.component.d.ts.map +0 -1
  684. package/lib/dashboard/dashboard.component.d.ts.map +0 -1
  685. package/lib/dashboard/dashboard.pane.component.d.ts.map +0 -1
  686. package/lib/dashboard/recents/recents.widget.d.ts.map +0 -1
  687. package/lib/dashboard/score/activity.widget.d.ts.map +0 -1
  688. package/lib/dashboard/score/compare-groups.widget.d.ts.map +0 -1
  689. package/lib/dashboard/score/peers-performance.widget.d.ts.map +0 -1
  690. package/lib/dashboard/score/pending-results.widget.d.ts.map +0 -1
  691. package/lib/dashboard/score/personal-score.widget.d.ts.map +0 -1
  692. package/lib/dashboard/widget-item.component.d.ts.map +0 -1
  693. package/lib/dashboard/widget-ref.d.ts.map +0 -1
  694. package/lib/designer.module.d.ts.map +0 -1
  695. package/lib/desktop.module.d.ts.map +0 -1
  696. package/lib/home/about/about.dialog.d.ts.map +0 -1
  697. package/lib/home/home-base.component.d.ts.map +0 -1
  698. package/lib/home/home.desktop.component.d.ts.map +0 -1
  699. package/lib/home/home.mobile.component.d.ts.map +0 -1
  700. package/lib/home/notifications/notifications.component.d.ts.map +0 -1
  701. package/lib/home/options/options.component.d.ts.map +0 -1
  702. package/lib/home/outofoffice/outofoffice.component.d.ts.map +0 -1
  703. package/lib/home/sign/sign.component.d.ts.map +0 -1
  704. package/lib/home/tools.component.d.ts.map +0 -1
  705. package/lib/impersonate/impersonate.component.d.ts.map +0 -1
  706. package/lib/mobile.module.d.ts.map +0 -1
  707. package/lib/modules/chart.module.d.ts.map +0 -1
  708. package/lib/modules/circular-gauge.module.d.ts.map +0 -1
  709. package/lib/modules/date.adapter.d.ts.map +0 -1
  710. package/lib/modules/datepicker.intl.d.ts.map +0 -1
  711. package/lib/modules/dayjs.module.d.ts.map +0 -1
  712. package/lib/modules/diagram.module.d.ts.map +0 -1
  713. package/lib/modules/gantt.module.d.ts.map +0 -1
  714. package/lib/modules/grid.module.d.ts.map +0 -1
  715. package/lib/modules/material.module.d.ts.map +0 -1
  716. package/lib/modules/paginator.intl.d.ts.map +0 -1
  717. package/lib/modules/pivot.module.d.ts.map +0 -1
  718. package/lib/modules/schedule.module.d.ts.map +0 -1
  719. package/lib/modules/spreadsheet.module.d.ts.map +0 -1
  720. package/lib/modules/stepper.intl.d.ts.map +0 -1
  721. package/lib/modules/texteditor.module.d.ts.map +0 -1
  722. package/lib/notifications/filter.component.d.ts.map +0 -1
  723. package/lib/notifications/notifications-table.component.d.ts.map +0 -1
  724. package/lib/notifications/notifications.component-base.d.ts.map +0 -1
  725. package/lib/notifications/notifications.mobile.component.d.ts.map +0 -1
  726. package/lib/notifications/notifications.pane.component.d.ts.map +0 -1
  727. package/lib/notifications/notifications.service.d.ts.map +0 -1
  728. package/lib/notifications/types/commented.notification.d.ts.map +0 -1
  729. package/lib/notifications/types/cube-anomaly.notification.d.ts.map +0 -1
  730. package/lib/notifications/types/escalated.notification.d.ts.map +0 -1
  731. package/lib/notifications/types/invite.notification.d.ts.map +0 -1
  732. package/lib/notifications/types/liked.notification.d.ts.map +0 -1
  733. package/lib/notifications/types/long-running-task.notification.d.ts.map +0 -1
  734. package/lib/notifications/types/notification-base.d.ts.map +0 -1
  735. package/lib/notifications/types/nudge.notification.d.ts.map +0 -1
  736. package/lib/notifications/types/state-changed.notification.d.ts.map +0 -1
  737. package/lib/notifications/types/tagged.notification.d.ts.map +0 -1
  738. package/lib/notifications/types/text.notification.d.ts.map +0 -1
  739. package/lib/notifications/types/upcoming-event.notification.d.ts.map +0 -1
  740. package/lib/options/options.component.d.ts.map +0 -1
  741. package/lib/options/options.service.d.ts.map +0 -1
  742. package/lib/reports/arguments-component.d.ts.map +0 -1
  743. package/lib/reports/cube/documents.component.d.ts.map +0 -1
  744. package/lib/reports/cube/grid-documents.component.d.ts.map +0 -1
  745. package/lib/reports/cube/role-performance.component.d.ts.map +0 -1
  746. package/lib/reports/cube/table-documents.component.d.ts.map +0 -1
  747. package/lib/reports/cube/usage-args.component.d.ts.map +0 -1
  748. package/lib/reports/cube/usage-base.d.ts.map +0 -1
  749. package/lib/reports/cube/usage-chart.component.d.ts.map +0 -1
  750. package/lib/reports/cube/usage-pivot.component.d.ts.map +0 -1
  751. package/lib/reports/cube/usage.component.d.ts.map +0 -1
  752. package/lib/reports/report-ref.d.ts.map +0 -1
  753. package/lib/reports/report-viewer.component.d.ts.map +0 -1
  754. package/lib/reports/report.mobile.component.d.ts.map +0 -1
  755. package/lib/reports/report.pane.component.d.ts.map +0 -1
  756. package/lib/reports/reports-menu.component.d.ts.map +0 -1
  757. package/lib/reports/substitution/substitution.component.d.ts.map +0 -1
  758. package/lib/reports/table/table-view.component.d.ts.map +0 -1
  759. package/lib/reports/tasks/tasks.component.d.ts.map +0 -1
  760. package/lib/routes.desktop.d.ts.map +0 -1
  761. package/lib/routes.mobile.d.ts.map +0 -1
  762. package/lib/scheduler/schedule.component.d.ts.map +0 -1
  763. package/lib/scheduler/scheduler.mobile.component.d.ts.map +0 -1
  764. package/lib/scheduler/scheduler.pane.component.d.ts.map +0 -1
  765. package/lib/search/cube.component.d.ts.map +0 -1
  766. package/lib/search/declarations.d.ts.map +0 -1
  767. package/lib/search/document.component.d.ts.map +0 -1
  768. package/lib/search/guide.component.d.ts.map +0 -1
  769. package/lib/search/path.component.d.ts.map +0 -1
  770. package/lib/search/search.service.d.ts.map +0 -1
  771. package/lib/shared.module.d.ts.map +0 -1
  772. package/lib/system.module.d.ts.map +0 -1
  773. package/lib/views/cube/chart.component.d.ts.map +0 -1
  774. package/lib/views/cube/cube-base.d.ts.map +0 -1
  775. package/lib/views/cube/explore.component.d.ts.map +0 -1
  776. package/lib/views/cube/matrix.component.d.ts.map +0 -1
  777. package/lib/views/cube/parallel.component.d.ts.map +0 -1
  778. package/lib/views/cube/pivot.component.d.ts.map +0 -1
  779. package/lib/views/cube/sum.component.d.ts.map +0 -1
  780. package/lib/views/cube/view.component.d.ts.map +0 -1
  781. package/lib/views/document-view-ref.d.ts.map +0 -1
  782. package/lib/views/timeline/timeline.component.exp.d.ts.map +0 -1
  783. package/lib/views/view-item.component.d.ts.map +0 -1
  784. package/lib/views/views.component.d.ts.map +0 -1
  785. package/lib/views/views.mobile.component.d.ts.map +0 -1
  786. package/lib/views/views.pane.component.d.ts.map +0 -1
  787. package/public-api.d.ts.map +0 -1
@@ -20,9 +20,9 @@ export class AdminDismiss {
20
20
  return true;
21
21
  }
22
22
  }
23
- AdminDismiss.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: AdminDismiss, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
24
- AdminDismiss.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: AdminDismiss });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: AdminDismiss, decorators: [{
23
+ AdminDismiss.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AdminDismiss, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
24
+ AdminDismiss.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AdminDismiss });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AdminDismiss, decorators: [{
26
26
  type: Injectable
27
27
  }], ctorParameters: function () { return [{ type: i1.MatDialog }]; } });
28
28
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRtaW4tZGlzbWlzcy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9hZG1pbi1kaXNtaXNzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUczQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7O0FBSWhFLE1BQU0sT0FBTyxZQUFZO0lBQ3ZCLFlBQ1UsT0FBa0I7UUFBbEIsWUFBTyxHQUFQLE9BQU8sQ0FBVztJQUM1QixDQUFDO0lBQ0QsU0FBUyxDQUFDLFNBQXlCO1FBQ2pDLElBQUksU0FBUyxDQUFDLEtBQUs7WUFDakIsT0FBTyxJQUFJLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsRUFBRSxDQUNyQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQztnQkFDbEMsV0FBVyxFQUFFO2dCQUNiLFNBQVMsQ0FBQyxFQUFFLENBQUMsRUFBRTtnQkFDYixJQUFJLEVBQUU7b0JBQUUsU0FBUyxDQUFDLElBQUksRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsTUFBTSxDQUFDLENBQUM7O29CQUN0RCxPQUFPLENBQUMsRUFBRSxLQUFLLEtBQUssQ0FBQyxDQUFDO1lBQzdCLENBQUMsQ0FBQyxDQUFDLENBQUM7O1lBRVIsT0FBTyxJQUFJLENBQUM7SUFDaEIsQ0FBQzs7eUdBZlUsWUFBWTs2R0FBWixZQUFZOzJGQUFaLFlBQVk7a0JBRHhCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgTWF0RGlhbG9nIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL2RpYWxvZ1wiO1xyXG5pbXBvcnQgeyBDYW5EaXNtaXNzIH0gZnJvbSBcIi4uL2NvcmUvY29uZmlndXJhdGlvblwiO1xyXG5pbXBvcnQgeyBTYXZlQ2hhbmdlc0RpYWxvZyB9IGZyb20gXCIuLi9jb3JlL3NhdmUtY2hhbmdlcy5kaWFsb2dcIjtcclxuXHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBBZG1pbkRpc21pc3MgaW1wbGVtZW50cyBDYW5EaXNtaXNzPEFkbWluQ29tcG9uZW50PiB7XHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIF9kaWFsb2c6IE1hdERpYWxvZykge1xyXG4gIH1cclxuICBvbkRpc21pc3MoY29tcG9uZW50OiBBZG1pbkNvbXBvbmVudCk6IFByb21pc2U8Ym9vbGVhbj4gfCBib29sZWFuIHtcclxuICAgIGlmIChjb21wb25lbnQuZGlydHkpXHJcbiAgICAgIHJldHVybiBuZXcgUHJvbWlzZSgocmVzb2x2ZSwgcmVqZWN0KSA9PlxyXG4gICAgICAgIHRoaXMuX2RpYWxvZy5vcGVuKFNhdmVDaGFuZ2VzRGlhbG9nKS5cclxuICAgICAgICAgIGFmdGVyQ2xvc2VkKCkuXHJcbiAgICAgICAgICBzdWJzY3JpYmUob2sgPT4ge1xyXG4gICAgICAgICAgICBpZiAob2spIGNvbXBvbmVudC5zYXZlKCkudGhlbigoKSA9PiByZXNvbHZlKHRydWUpLCByZWplY3QpO1xyXG4gICAgICAgICAgICBlbHNlIHJlc29sdmUob2sgIT09IGZhbHNlKTtcclxuICAgICAgICAgIH0pKTsgXHJcbiAgICBlbHNlXHJcbiAgICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxuXHJcbn1cclxuZXhwb3J0IGludGVyZmFjZSBBZG1pbkNvbXBvbmVudCB7XHJcbiAgc2F2ZSgpOiBQcm9taXNlPGFueT47XHJcbiAgZGlydHk6IGJvb2xlYW47XHJcbn1cclxuIl19
@@ -16,9 +16,9 @@ export class AdminMenuComponent {
16
16
  ngOnInit() {
17
17
  }
18
18
  }
19
- AdminMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: AdminMenuComponent, deps: [{ token: i1.SessionService }], target: i0.ɵɵFactoryTarget.Component });
20
- AdminMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: AdminMenuComponent, selector: "bizdoc-admin-menu", inputs: { collapsed: "collapsed" }, ngImport: i0, template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'System'|translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Workflow'|translate}}</h3>\r\n <mat-list-item *ngFor=\"let f of profile.forms\" [slotRouterLink]='[\"admin/forms\", f.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"f.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{f.icon|| 'description'}}</mat-icon>\r\n <span matLine>{{f.title}}</span>\r\n </mat-list-item>\r\n <mat-divider></mat-divider>\r\n\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Tools'|translate}}</h3>\r\n\r\n <mat-list-item *ngFor=\"let u of profile.utilities\" [slotRouterLink]='[\"admin/tools\", u.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"u.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{u.icon || 'build'}}</mat-icon>\r\n <span matLine>{{u.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.MatLine, selector: "[mat-line], [matLine]" }, { kind: "component", type: i4.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i4.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i4.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "directive", type: i4.MatListSubheaderCssMatStyler, selector: "[mat-subheader], [matSubheader]" }, { kind: "component", type: i5.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i7.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "directive", type: i8.SlotRouterDirective, selector: "[slotRouterLink]", inputs: ["slotRouterLink", "slotRouterLinkActive", "slotRouterLinkDisabled", "slotRouterLinkPolicy", "slotRouterLinkOptions"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: AdminMenuComponent, decorators: [{
19
+ AdminMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AdminMenuComponent, deps: [{ token: i1.SessionService }], target: i0.ɵɵFactoryTarget.Component });
20
+ AdminMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: AdminMenuComponent, selector: "bizdoc-admin-menu", inputs: { collapsed: "collapsed" }, ngImport: i0, template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'System'|translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Workflow'|translate}}</h3>\r\n <mat-list-item *ngFor=\"let f of profile.forms\" [slotRouterLink]='[\"admin/forms\", f.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"f.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{f.icon|| 'description'}}</mat-icon>\r\n <span matLine>{{f.title}}</span>\r\n </mat-list-item>\r\n <mat-divider></mat-divider>\r\n\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Tools'|translate}}</h3>\r\n\r\n <mat-list-item *ngFor=\"let u of profile.utilities\" [slotRouterLink]='[\"admin/tools\", u.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"u.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{u.icon || 'build'}}</mat-icon>\r\n <span matLine>{{u.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.MatLine, selector: "[mat-line], [matLine]" }, { kind: "component", type: i4.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i4.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i4.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "directive", type: i4.MatListSubheaderCssMatStyler, selector: "[mat-subheader], [matSubheader]" }, { kind: "component", type: i5.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i7.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "directive", type: i8.SlotRouterDirective, selector: "[slotRouterLink]", inputs: ["slotRouterLink", "slotRouterLinkActive", "slotRouterLinkDisabled", "slotRouterLinkPolicy", "slotRouterLinkOptions"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AdminMenuComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'bizdoc-admin-menu', template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'System'|translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Workflow'|translate}}</h3>\r\n <mat-list-item *ngFor=\"let f of profile.forms\" [slotRouterLink]='[\"admin/forms\", f.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"f.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{f.icon|| 'description'}}</mat-icon>\r\n <span matLine>{{f.title}}</span>\r\n </mat-list-item>\r\n <mat-divider></mat-divider>\r\n\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Tools'|translate}}</h3>\r\n\r\n <mat-list-item *ngFor=\"let u of profile.utilities\" [slotRouterLink]='[\"admin/tools\", u.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"u.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{u.icon || 'build'}}</mat-icon>\r\n <span matLine>{{u.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n" }]
24
24
  }], ctorParameters: function () { return [{ type: i1.SessionService }]; }, propDecorators: { collapsed: [{
@@ -80,9 +80,9 @@ export class DesignerCubeFilterComponent {
80
80
  this._destroy.complete();
81
81
  }
82
82
  }
83
- DesignerCubeFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerCubeFilterComponent, deps: [{ token: i1.CubeService }, { token: i2.DesignerRef }, { token: i3.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
84
- DesignerCubeFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: DesignerCubeFilterComponent, selector: "bizdoc-designer-cube-filter", inputs: { cube: "cube", form: "form" }, usesOnChanges: true, ngImport: i0, template: "<h2 class=\"mat-title\">{{'Filters'|translate}}</h2>\r\n<div [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngFor=\"let a of cube.axes\" [ngSwitch]=\"a.selectionMode\" [attr.data-help]=\"'axis-'+a.name\">\r\n <ng-container *ngSwitchCase=\"'Pattern'\">\r\n <input matInput autocomplete=\"off\"\r\n [pattern]=\"pattern\" [autofocus]\r\n [formControlName]=\"a.name\" [placeholder]=\"a.title||a.name\" />\r\n <mat-error *ngIf=\"form.controls[a.name].invalid\">{{'AxisPatternErr' |translate}}</mat-error>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'Search'\">\r\n <input matInput autocomplete=\"off\" type=\"search\"\r\n [matAutocomplete]=\"segment\" #inp\r\n [placeholder]=\"a.title||a.name\" />\r\n <mat-autocomplete #segment [displayWith]=\"display\"\r\n (optionSelected)=\"change(a.name, $event)\">\r\n <mat-option *ngFor=\"let r of sources[a.name] | async | filter : 'value' : inp.value | slice:0:50\" [value]=\"r\">{{r.value}}</mat-option>\r\n </mat-autocomplete>\r\n <button mat-icon-button *ngIf=\"inp.value\" matSuffix aria-label=\"\" (click)=\"inp.value = ''; form.controls[a.name].setValue(null)\"><mat-icon>close</mat-icon></button>\r\n <mat-error *ngIf=\"form.controls[a.name].invalid\">{{'AxisPatternErr' |translate}}</mat-error>\r\n </ng-container>\r\n <mat-select [formControlName]=\"a.name\" [placeholder]=\"a.title||a.name\" [multiple]=\"a.selectionMode === 'Multiple'\" *ngSwitchDefault>\r\n <mat-option *ngIf=\"a.selectionMode !== 'Multiple'\">{{'All' | translate}}</mat-option>\r\n <mat-option *ngFor=\"let r of sources[a.name] | async\" [value]=\"r.key\">{{r.value}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n</div>\r\n", styles: ["form{padding:8px}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i3.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: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i5.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { kind: "directive", type: i5.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { kind: "component", type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "directive", type: i7.MatError, selector: "mat-error", inputs: ["id"] }, { kind: "component", type: i7.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i7.MatSuffix, selector: "[matSuffix]" }, { kind: "component", type: i8.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i9.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i10.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: i11.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.SlicePipe, name: "slice" }, { kind: "pipe", type: i12.FilterPipe, name: "filter" }, { kind: "pipe", type: i13.TranslatePipe, name: "translate" }] });
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerCubeFilterComponent, decorators: [{
83
+ DesignerCubeFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerCubeFilterComponent, deps: [{ token: i1.CubeService }, { token: i2.DesignerRef }, { token: i3.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
84
+ DesignerCubeFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: DesignerCubeFilterComponent, selector: "bizdoc-designer-cube-filter", inputs: { cube: "cube", form: "form" }, usesOnChanges: true, ngImport: i0, template: "<h2 class=\"mat-title\">{{'Filters'|translate}}</h2>\r\n<div [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngFor=\"let a of cube.axes\" [ngSwitch]=\"a.selectionMode\" [attr.data-help]=\"'axis-'+a.name\">\r\n <ng-container *ngSwitchCase=\"'Pattern'\">\r\n <input matInput autocomplete=\"off\"\r\n [pattern]=\"pattern\" [autofocus]\r\n [formControlName]=\"a.name\" [placeholder]=\"a.title||a.name\" />\r\n <mat-error *ngIf=\"form.controls[a.name].invalid\">{{'AxisPatternErr' |translate}}</mat-error>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'Search'\">\r\n <input matInput autocomplete=\"off\" type=\"search\"\r\n [matAutocomplete]=\"segment\" #inp\r\n [placeholder]=\"a.title||a.name\" />\r\n <mat-autocomplete #segment [displayWith]=\"display\"\r\n (optionSelected)=\"change(a.name, $event)\">\r\n <mat-option *ngFor=\"let r of sources[a.name] | async | filter : 'value' : inp.value | slice:0:50\" [value]=\"r\">{{r.value}}</mat-option>\r\n </mat-autocomplete>\r\n <button mat-icon-button *ngIf=\"inp.value\" matSuffix aria-label=\"\" (click)=\"inp.value = ''; form.controls[a.name].setValue(null)\"><mat-icon>close</mat-icon></button>\r\n <mat-error *ngIf=\"form.controls[a.name].invalid\">{{'AxisPatternErr' |translate}}</mat-error>\r\n </ng-container>\r\n <mat-select [formControlName]=\"a.name\" [placeholder]=\"a.title||a.name\" [multiple]=\"a.selectionMode === 'Multiple'\" *ngSwitchDefault>\r\n <mat-option *ngIf=\"a.selectionMode !== 'Multiple'\">{{'All' | translate}}</mat-option>\r\n <mat-option *ngFor=\"let r of sources[a.name] | async\" [value]=\"r.key\">{{r.value}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n</div>\r\n", styles: ["form{padding:8px}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i3.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: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i5.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { kind: "directive", type: i5.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { kind: "component", type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "directive", type: i7.MatError, selector: "mat-error", inputs: ["id"] }, { kind: "component", type: i7.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i7.MatSuffix, selector: "[matSuffix]" }, { kind: "component", type: i8.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i9.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i10.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: i11.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.SlicePipe, name: "slice" }, { kind: "pipe", type: i12.FilterPipe, name: "filter" }, { kind: "pipe", type: i13.TranslatePipe, name: "translate" }] });
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerCubeFilterComponent, decorators: [{
86
86
  type: Component,
87
87
  args: [{ selector: 'bizdoc-designer-cube-filter', template: "<h2 class=\"mat-title\">{{'Filters'|translate}}</h2>\r\n<div [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field *ngFor=\"let a of cube.axes\" [ngSwitch]=\"a.selectionMode\" [attr.data-help]=\"'axis-'+a.name\">\r\n <ng-container *ngSwitchCase=\"'Pattern'\">\r\n <input matInput autocomplete=\"off\"\r\n [pattern]=\"pattern\" [autofocus]\r\n [formControlName]=\"a.name\" [placeholder]=\"a.title||a.name\" />\r\n <mat-error *ngIf=\"form.controls[a.name].invalid\">{{'AxisPatternErr' |translate}}</mat-error>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'Search'\">\r\n <input matInput autocomplete=\"off\" type=\"search\"\r\n [matAutocomplete]=\"segment\" #inp\r\n [placeholder]=\"a.title||a.name\" />\r\n <mat-autocomplete #segment [displayWith]=\"display\"\r\n (optionSelected)=\"change(a.name, $event)\">\r\n <mat-option *ngFor=\"let r of sources[a.name] | async | filter : 'value' : inp.value | slice:0:50\" [value]=\"r\">{{r.value}}</mat-option>\r\n </mat-autocomplete>\r\n <button mat-icon-button *ngIf=\"inp.value\" matSuffix aria-label=\"\" (click)=\"inp.value = ''; form.controls[a.name].setValue(null)\"><mat-icon>close</mat-icon></button>\r\n <mat-error *ngIf=\"form.controls[a.name].invalid\">{{'AxisPatternErr' |translate}}</mat-error>\r\n </ng-container>\r\n <mat-select [formControlName]=\"a.name\" [placeholder]=\"a.title||a.name\" [multiple]=\"a.selectionMode === 'Multiple'\" *ngSwitchDefault>\r\n <mat-option *ngIf=\"a.selectionMode !== 'Multiple'\">{{'All' | translate}}</mat-option>\r\n <mat-option *ngFor=\"let r of sources[a.name] | async\" [value]=\"r.key\">{{r.value}}</mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n</div>\r\n", styles: ["form{padding:8px}\n"] }]
88
88
  }], ctorParameters: function () { return [{ type: i1.CubeService }, { type: i2.DesignerRef }, { type: i3.FormBuilder }]; }, propDecorators: { cube: [{
@@ -27,9 +27,9 @@ export class EditContentDirective {
27
27
  this.templateRef = templateRef;
28
28
  }
29
29
  }
30
- EditContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: EditContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
31
- EditContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: EditContentDirective, selector: "[bizdocEditContent]", ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: EditContentDirective, decorators: [{
30
+ EditContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: EditContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
31
+ EditContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.8", type: EditContentDirective, selector: "[bizdocEditContent]", ngImport: i0 });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: EditContentDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: '[bizdocEditContent]'
@@ -40,9 +40,9 @@ export class WidgetContentDirective {
40
40
  this.templateRef = templateRef;
41
41
  }
42
42
  }
43
- WidgetContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: WidgetContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
44
- WidgetContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: WidgetContentDirective, selector: "[bizdocContent]", ngImport: i0 });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: WidgetContentDirective, decorators: [{
43
+ WidgetContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: WidgetContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
44
+ WidgetContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.8", type: WidgetContentDirective, selector: "[bizdocContent]", ngImport: i0 });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: WidgetContentDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  selector: '[bizdocContent]'
@@ -53,9 +53,9 @@ export class AddContentDirective {
53
53
  this.templateRef = templateRef;
54
54
  }
55
55
  }
56
- AddContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: AddContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
57
- AddContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: AddContentDirective, selector: "[bizdocAddContent]", ngImport: i0 });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: AddContentDirective, decorators: [{
56
+ AddContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AddContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
57
+ AddContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.8", type: AddContentDirective, selector: "[bizdocAddContent]", ngImport: i0 });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AddContentDirective, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  selector: '[bizdocAddContent]'
@@ -72,9 +72,9 @@ export class DesignerItemOptionsComponent {
72
72
  }
73
73
  }
74
74
  }
75
- DesignerItemOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerItemOptionsComponent, deps: [{ token: DesignerItemComponent, host: true }], target: i0.ɵɵFactoryTarget.Directive });
76
- DesignerItemOptionsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: DesignerItemOptionsComponent, selector: "bizdoc-designer-options", ngImport: i0 });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerItemOptionsComponent, decorators: [{
75
+ DesignerItemOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerItemOptionsComponent, deps: [{ token: DesignerItemComponent, host: true }], target: i0.ɵɵFactoryTarget.Directive });
76
+ DesignerItemOptionsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.8", type: DesignerItemOptionsComponent, selector: "bizdoc-designer-options", ngImport: i0 });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerItemOptionsComponent, decorators: [{
78
78
  type: Directive,
79
79
  args: [{
80
80
  selector: 'bizdoc-designer-options'
@@ -216,9 +216,9 @@ export class DesignerItemComponent {
216
216
  this._destroy?.complete();
217
217
  }
218
218
  }
219
- DesignerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerItemComponent, deps: [{ token: i0.ElementRef }, { token: i1.FormBuilder }, { token: i2.DomSanitizer }, { token: DesignerRef }, { token: i3.BizDocComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
220
- DesignerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: DesignerItemComponent, selector: "bizdoc-designer-element", inputs: { privileges: "privileges", icon: "icon", form: "form", view: "view", context: "context" }, outputs: { onContinue: "continue", back: "back", onSave: "save" }, queries: [{ propertyName: "editContent", first: true, predicate: EditContentDirective, descendants: true }, { propertyName: "widgetContent", first: true, predicate: WidgetContentDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: " <!--widget mode -->\r\n<ng-container *ngIf=\"mode === 'widget'; else editing\">\r\n <ng-container *ngIf=\"model.family\">\r\n <img *ngIf=\"svg[model.family]\" class=\"logo\" [src]=\"resource(svg[model.family])\" [bizdocTooltip]=\"model.family\" />\r\n <div *ngIf=\"!svg[model.family]\">{{model.family}}</div>\r\n </ng-container>\r\n <!--options-->\r\n <ng-container (attached)=\"optionsattached($event)\" [cdkPortalOutlet]=\"options\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"widgetContent?.templateRef\"></ng-container>\r\n</ng-container>\r\n<!--add or edit mode-->\r\n<ng-template #editing>\r\n <ng-container *ngIf=\"mode === 'edit'\">\r\n <mat-toolbar>\r\n <button mat-icon-button (click)=\"save()\" [disabled]=\"!form.valid || !form.dirty\" *ngIf=\"!view\"><mat-icon>save</mat-icon></button>\r\n <button mat-icon-button (click)=\"viewoff()\" [bizdocTooltip]=\"'Back'|translate\" *ngIf=\"view\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_backspace</mat-icon></button>\r\n </mat-toolbar>\r\n <p *ngIf=\"model.resourceType\" class=\"message\" (click)=\"unlock($event)\" [innerHTML]=\"'UnlockMultilang'|translate\"></p>\r\n </ng-container>\r\n <form autocomplete=\"off\" class=\"column\" (keydown)=\"handleKeyboardEvent($event)\">\r\n <ng-container *ngIf=\"view; else main\">\r\n <h2 class=\"mat-title\">{{context.title|translate}}</h2>\r\n <div class=\"column\">\r\n <ng-container *ngTemplateOutlet=\"view; context: context\"></ng-container>\r\n </div>\r\n </ng-container>\r\n </form>\r\n</ng-template>\r\n<ng-template #main>\r\n <ng-container *ngIf=\"mode === 'edit'\" [formGroup]=\"form\">\r\n <div class=\"row\">\r\n <bizdoc-localized-string #title formControlName=\"title\" [placeholder]=\"'Title'|translate\" required class=\"flex column\"></bizdoc-localized-string>\r\n &nbsp;\r\n <mat-form-field class=\"flex\">\r\n <mat-label>{{'Name'|translate}}</mat-label>\r\n <input matInput formControlName=\"name\" required />\r\n <mat-error *ngIf=\"form.get('name').hasError('required')\" [innerHTML]=\"'RequiredErr'|translate:('Name'|translate)\"></mat-error>\r\n </mat-form-field>\r\n </div>\r\n <bizdoc-icon-picker *ngIf=\"icon\" formControlName=\"icon\" required></bizdoc-icon-picker>\r\n </ng-container>\r\n <ng-container *ngIf=\"mode === 'edit'\" [ngTemplateOutlet]=\"editContent?.templateRef\"></ng-container>\r\n <!--arguments-->\r\n <ng-container *ngIf=\"arguments\" (attached)=\"argumentsattached($event)\" [cdkPortalOutlet]=\"arguments\"></ng-container>\r\n <!--options-->\r\n <ng-container *ngIf=\"options\" (attached)=\"optionsattached($event)\" [cdkPortalOutlet]=\"options\"></ng-container>\r\n <!--privileges-->\r\n <bizdoc-designer-privileges *ngIf=\"form.contains('privileges')\" [form]=\"form.get('privileges')\"></bizdoc-designer-privileges>\r\n <div class=\"row actions\" *ngIf=\"mode === 'add'\">\r\n <span class=\"divider\"></span>\r\n <button mat-stroked-button [disabled]=\"!form.valid\" (click)=\"continue()\" type=\"button\">{{'Continue'|translate}}&nbsp;<mat-icon class=\"mat-icon-rtl-mirror\">double_arrow</mat-icon></button>\r\n </div>\r\n</ng-template>\r\n", styles: ["img.logo{display:block;height:26px}:host{flex:1}form{padding:8px}p.message{margin:5px}:host ::ng-deep .cdk-drag-handle{cursor:move}\n"], dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { 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.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { 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.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i5.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "component", type: i6.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "directive", type: i7.MatError, selector: "mat-error", inputs: ["id"] }, { kind: "component", type: i7.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i7.MatLabel, selector: "mat-label" }, { kind: "component", type: i8.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { 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: "directive", type: i11.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "component", type: i12.LocalizedStringComponent, selector: "bizdoc-localized-string", inputs: ["class", "floatLabel", "value", "placeholder", "required", "disabled", "maxlength"] }, { kind: "component", type: i13.DesignerPrivilegesComponent, selector: "bizdoc-designer-privileges", inputs: ["form"] }, { kind: "component", type: i14.IconPickerComponent, selector: "bizdoc-icon-picker", inputs: ["value", "required", "disabled"], outputs: ["valueChanges"] }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }] });
221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerItemComponent, decorators: [{
219
+ DesignerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerItemComponent, deps: [{ token: i0.ElementRef }, { token: i1.FormBuilder }, { token: i2.DomSanitizer }, { token: DesignerRef }, { token: i3.BizDocComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
220
+ DesignerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: DesignerItemComponent, selector: "bizdoc-designer-element", inputs: { privileges: "privileges", icon: "icon", form: "form", view: "view", context: "context" }, outputs: { onContinue: "continue", back: "back", onSave: "save" }, queries: [{ propertyName: "editContent", first: true, predicate: EditContentDirective, descendants: true }, { propertyName: "widgetContent", first: true, predicate: WidgetContentDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: " <!--widget mode -->\r\n<ng-container *ngIf=\"mode === 'widget'; else editing\">\r\n <ng-container *ngIf=\"model.family\">\r\n <img *ngIf=\"svg[model.family]\" class=\"logo\" [src]=\"resource(svg[model.family])\" [bizdocTooltip]=\"model.family\" />\r\n <div *ngIf=\"!svg[model.family]\">{{model.family}}</div>\r\n </ng-container>\r\n <!--options-->\r\n <ng-container (attached)=\"optionsattached($event)\" [cdkPortalOutlet]=\"options\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"widgetContent?.templateRef\"></ng-container>\r\n</ng-container>\r\n<!--add or edit mode-->\r\n<ng-template #editing>\r\n <ng-container *ngIf=\"mode === 'edit'\">\r\n <mat-toolbar>\r\n <button mat-icon-button (click)=\"save()\" [disabled]=\"!form.valid || !form.dirty\" *ngIf=\"!view\"><mat-icon>save</mat-icon></button>\r\n <button mat-icon-button (click)=\"viewoff()\" [bizdocTooltip]=\"'Back'|translate\" *ngIf=\"view\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_backspace</mat-icon></button>\r\n </mat-toolbar>\r\n <p *ngIf=\"model.resourceType\" class=\"message\" (click)=\"unlock($event)\" [innerHTML]=\"'UnlockMultilang'|translate\"></p>\r\n </ng-container>\r\n <form autocomplete=\"off\" class=\"column\" (keydown)=\"handleKeyboardEvent($event)\">\r\n <ng-container *ngIf=\"view; else main\">\r\n <h2 class=\"mat-title\">{{context.title|translate}}</h2>\r\n <div class=\"column\">\r\n <ng-container *ngTemplateOutlet=\"view; context: context\"></ng-container>\r\n </div>\r\n </ng-container>\r\n </form>\r\n</ng-template>\r\n<ng-template #main>\r\n <ng-container *ngIf=\"mode === 'edit'\" [formGroup]=\"form\">\r\n <div class=\"row\">\r\n <bizdoc-localized-string #title formControlName=\"title\" [placeholder]=\"'Title'|translate\" required class=\"flex column\"></bizdoc-localized-string>\r\n &nbsp;\r\n <mat-form-field class=\"flex\">\r\n <mat-label>{{'Name'|translate}}</mat-label>\r\n <input matInput formControlName=\"name\" required />\r\n <mat-error *ngIf=\"form.get('name').hasError('required')\" [innerHTML]=\"'RequiredErr'|translate:('Name'|translate)\"></mat-error>\r\n </mat-form-field>\r\n </div>\r\n <bizdoc-icon-picker *ngIf=\"icon\" formControlName=\"icon\" required></bizdoc-icon-picker>\r\n </ng-container>\r\n <ng-container *ngIf=\"mode === 'edit'\" [ngTemplateOutlet]=\"editContent?.templateRef\"></ng-container>\r\n <!--arguments-->\r\n <ng-container *ngIf=\"arguments\" (attached)=\"argumentsattached($event)\" [cdkPortalOutlet]=\"arguments\"></ng-container>\r\n <!--options-->\r\n <ng-container *ngIf=\"options\" (attached)=\"optionsattached($event)\" [cdkPortalOutlet]=\"options\"></ng-container>\r\n <!--privileges-->\r\n <bizdoc-designer-privileges *ngIf=\"form.contains('privileges')\" [form]=\"form.get('privileges')\"></bizdoc-designer-privileges>\r\n <div class=\"row actions\" *ngIf=\"mode === 'add'\">\r\n <span class=\"divider\"></span>\r\n <button mat-stroked-button [disabled]=\"!form.valid\" (click)=\"continue()\" type=\"button\">{{'Continue'|translate}}&nbsp;<mat-icon class=\"mat-icon-rtl-mirror\">double_arrow</mat-icon></button>\r\n </div>\r\n</ng-template>\r\n", styles: ["img.logo{display:block;height:26px}:host{flex:1}form{padding:8px}p.message{margin:5px}:host ::ng-deep .cdk-drag-handle{cursor:move}\n"], dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { 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.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { 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.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i5.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "component", type: i6.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "directive", type: i7.MatError, selector: "mat-error", inputs: ["id"] }, { kind: "component", type: i7.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i7.MatLabel, selector: "mat-label" }, { kind: "component", type: i8.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { 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: "directive", type: i11.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "component", type: i12.LocalizedStringComponent, selector: "bizdoc-localized-string", inputs: ["class", "floatLabel", "value", "placeholder", "required", "disabled", "maxlength"] }, { kind: "component", type: i13.DesignerPrivilegesComponent, selector: "bizdoc-designer-privileges", inputs: ["form"] }, { kind: "component", type: i14.IconPickerComponent, selector: "bizdoc-icon-picker", inputs: ["value", "required", "disabled"], outputs: ["valueChanges"] }, { kind: "pipe", type: i15.TranslatePipe, name: "translate" }] });
221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerItemComponent, decorators: [{
222
222
  type: Component,
223
223
  args: [{ selector: 'bizdoc-designer-element', template: " <!--widget mode -->\r\n<ng-container *ngIf=\"mode === 'widget'; else editing\">\r\n <ng-container *ngIf=\"model.family\">\r\n <img *ngIf=\"svg[model.family]\" class=\"logo\" [src]=\"resource(svg[model.family])\" [bizdocTooltip]=\"model.family\" />\r\n <div *ngIf=\"!svg[model.family]\">{{model.family}}</div>\r\n </ng-container>\r\n <!--options-->\r\n <ng-container (attached)=\"optionsattached($event)\" [cdkPortalOutlet]=\"options\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"widgetContent?.templateRef\"></ng-container>\r\n</ng-container>\r\n<!--add or edit mode-->\r\n<ng-template #editing>\r\n <ng-container *ngIf=\"mode === 'edit'\">\r\n <mat-toolbar>\r\n <button mat-icon-button (click)=\"save()\" [disabled]=\"!form.valid || !form.dirty\" *ngIf=\"!view\"><mat-icon>save</mat-icon></button>\r\n <button mat-icon-button (click)=\"viewoff()\" [bizdocTooltip]=\"'Back'|translate\" *ngIf=\"view\"><mat-icon class=\"mat-icon-rtl-mirror\">keyboard_backspace</mat-icon></button>\r\n </mat-toolbar>\r\n <p *ngIf=\"model.resourceType\" class=\"message\" (click)=\"unlock($event)\" [innerHTML]=\"'UnlockMultilang'|translate\"></p>\r\n </ng-container>\r\n <form autocomplete=\"off\" class=\"column\" (keydown)=\"handleKeyboardEvent($event)\">\r\n <ng-container *ngIf=\"view; else main\">\r\n <h2 class=\"mat-title\">{{context.title|translate}}</h2>\r\n <div class=\"column\">\r\n <ng-container *ngTemplateOutlet=\"view; context: context\"></ng-container>\r\n </div>\r\n </ng-container>\r\n </form>\r\n</ng-template>\r\n<ng-template #main>\r\n <ng-container *ngIf=\"mode === 'edit'\" [formGroup]=\"form\">\r\n <div class=\"row\">\r\n <bizdoc-localized-string #title formControlName=\"title\" [placeholder]=\"'Title'|translate\" required class=\"flex column\"></bizdoc-localized-string>\r\n &nbsp;\r\n <mat-form-field class=\"flex\">\r\n <mat-label>{{'Name'|translate}}</mat-label>\r\n <input matInput formControlName=\"name\" required />\r\n <mat-error *ngIf=\"form.get('name').hasError('required')\" [innerHTML]=\"'RequiredErr'|translate:('Name'|translate)\"></mat-error>\r\n </mat-form-field>\r\n </div>\r\n <bizdoc-icon-picker *ngIf=\"icon\" formControlName=\"icon\" required></bizdoc-icon-picker>\r\n </ng-container>\r\n <ng-container *ngIf=\"mode === 'edit'\" [ngTemplateOutlet]=\"editContent?.templateRef\"></ng-container>\r\n <!--arguments-->\r\n <ng-container *ngIf=\"arguments\" (attached)=\"argumentsattached($event)\" [cdkPortalOutlet]=\"arguments\"></ng-container>\r\n <!--options-->\r\n <ng-container *ngIf=\"options\" (attached)=\"optionsattached($event)\" [cdkPortalOutlet]=\"options\"></ng-container>\r\n <!--privileges-->\r\n <bizdoc-designer-privileges *ngIf=\"form.contains('privileges')\" [form]=\"form.get('privileges')\"></bizdoc-designer-privileges>\r\n <div class=\"row actions\" *ngIf=\"mode === 'add'\">\r\n <span class=\"divider\"></span>\r\n <button mat-stroked-button [disabled]=\"!form.valid\" (click)=\"continue()\" type=\"button\">{{'Continue'|translate}}&nbsp;<mat-icon class=\"mat-icon-rtl-mirror\">double_arrow</mat-icon></button>\r\n </div>\r\n</ng-template>\r\n", styles: ["img.logo{display:block;height:26px}:host{flex:1}form{padding:8px}p.message{margin:5px}:host ::ng-deep .cdk-drag-handle{cursor:move}\n"] }]
224
224
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.FormBuilder }, { type: i2.DomSanitizer }, { type: i16.DesignerRef, decorators: [{
@@ -83,9 +83,9 @@ export class DesignerPrivilegesComponent {
83
83
  this.search.setValue(null);
84
84
  }
85
85
  }
86
- DesignerPrivilegesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerPrivilegesComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SystemService }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Component });
87
- DesignerPrivilegesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: DesignerPrivilegesComponent, selector: "bizdoc-designer-privileges", inputs: { form: "form" }, ngImport: i0, template: "<h2 class=\"mat-title\">{{'Privileges'|translate}}</h2>\r\n<div [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field class=\"flex\">\r\n <mat-chip-list #chips [attr.aria-label]=\"''\">\r\n <mat-chip *ngFor=\"let r of form.get('roles').value\"\r\n [removable]=\"true\"\r\n (removed)=\"remove(r)\">\r\n {{titleOf(r)}}\r\n <mat-icon matChipRemove>cancel</mat-icon>\r\n </mat-chip>\r\n <input [placeholder]=\"'Roles'|translate\"\r\n [formControl]=search\r\n #inputrole\r\n [matAutocomplete]=\"nametype\"\r\n [matChipInputFor]=\"chips\"\r\n [matChipInputSeparatorKeyCodes]=\"separatorKeysCodes\">\r\n </mat-chip-list>\r\n <mat-autocomplete #nametype=\"matAutocomplete\" (optionSelected)=\"add(inputrole, $event)\">\r\n <ng-container *ngFor=\"let r of roles\">\r\n <mat-option *ngIf=\"!form.get('roles').value || form.get('roles').value.indexOf(r.name)<0\" [value]=\"r.name\">\r\n {{r.title || r.name}}\r\n </mat-option>\r\n </ng-container>\r\n </mat-autocomplete>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <bizdoc-ace-input [placeholder]=\"'Condition'|translate\" formControlName=\"rule\"></bizdoc-ace-input>\r\n <mat-hint> {{ 'ProgrammableExpression'|translate }}</mat-hint>\r\n </mat-form-field>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["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: i4.MatChipList, selector: "mat-chip-list", inputs: ["role", "aria-describedby", "errorStateMatcher", "multiple", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["matChipList"] }, { kind: "directive", type: i4.MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["color", "disableRipple", "tabIndex", "role", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"], exportAs: ["matChip"] }, { kind: "directive", type: i4.MatChipInput, selector: "input[matChipInputFor]", inputs: ["matChipInputFor", "matChipInputAddOnBlur", "matChipInputSeparatorKeyCodes", "placeholder", "id", "disabled"], outputs: ["matChipInputTokenEnd"], exportAs: ["matChipInput", "matChipInputFor"] }, { kind: "directive", type: i4.MatChipRemove, selector: "[matChipRemove]" }, { kind: "component", type: i5.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { kind: "directive", type: i5.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { kind: "component", type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i7.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i7.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "component", type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i9.AceInput, selector: "bizdoc-ace-input", inputs: ["params", "placeholder", "required", "disabled", "value"] }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }] });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerPrivilegesComponent, decorators: [{
86
+ DesignerPrivilegesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerPrivilegesComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SystemService }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Component });
87
+ DesignerPrivilegesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: DesignerPrivilegesComponent, selector: "bizdoc-designer-privileges", inputs: { form: "form" }, ngImport: i0, template: "<h2 class=\"mat-title\">{{'Privileges'|translate}}</h2>\r\n<div [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field class=\"flex\">\r\n <mat-chip-list #chips [attr.aria-label]=\"''\">\r\n <mat-chip *ngFor=\"let r of form.get('roles').value\"\r\n [removable]=\"true\"\r\n (removed)=\"remove(r)\">\r\n {{titleOf(r)}}\r\n <mat-icon matChipRemove>cancel</mat-icon>\r\n </mat-chip>\r\n <input [placeholder]=\"'Roles'|translate\"\r\n [formControl]=search\r\n #inputrole\r\n [matAutocomplete]=\"nametype\"\r\n [matChipInputFor]=\"chips\"\r\n [matChipInputSeparatorKeyCodes]=\"separatorKeysCodes\">\r\n </mat-chip-list>\r\n <mat-autocomplete #nametype=\"matAutocomplete\" (optionSelected)=\"add(inputrole, $event)\">\r\n <ng-container *ngFor=\"let r of roles\">\r\n <mat-option *ngIf=\"!form.get('roles').value || form.get('roles').value.indexOf(r.name)<0\" [value]=\"r.name\">\r\n {{r.title || r.name}}\r\n </mat-option>\r\n </ng-container>\r\n </mat-autocomplete>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <bizdoc-ace-input [placeholder]=\"'Condition'|translate\" formControlName=\"rule\"></bizdoc-ace-input>\r\n <mat-hint> {{ 'ProgrammableExpression'|translate }}</mat-hint>\r\n </mat-form-field>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["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: i4.MatChipList, selector: "mat-chip-list", inputs: ["role", "aria-describedby", "errorStateMatcher", "multiple", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["matChipList"] }, { kind: "directive", type: i4.MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["color", "disableRipple", "tabIndex", "role", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"], exportAs: ["matChip"] }, { kind: "directive", type: i4.MatChipInput, selector: "input[matChipInputFor]", inputs: ["matChipInputFor", "matChipInputAddOnBlur", "matChipInputSeparatorKeyCodes", "placeholder", "id", "disabled"], outputs: ["matChipInputTokenEnd"], exportAs: ["matChipInput", "matChipInputFor"] }, { kind: "directive", type: i4.MatChipRemove, selector: "[matChipRemove]" }, { kind: "component", type: i5.MatAutocomplete, selector: "mat-autocomplete", inputs: ["disableRipple"], exportAs: ["matAutocomplete"] }, { kind: "directive", type: i5.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", exportAs: ["matAutocompleteTrigger"] }, { kind: "component", type: i6.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i7.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i7.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "component", type: i8.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i9.AceInput, selector: "bizdoc-ace-input", inputs: ["params", "placeholder", "required", "disabled", "value"] }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }] });
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerPrivilegesComponent, decorators: [{
89
89
  type: Component,
90
90
  args: [{ selector: 'bizdoc-designer-privileges', template: "<h2 class=\"mat-title\">{{'Privileges'|translate}}</h2>\r\n<div [formGroup]=\"form\" class=\"column\">\r\n <mat-form-field class=\"flex\">\r\n <mat-chip-list #chips [attr.aria-label]=\"''\">\r\n <mat-chip *ngFor=\"let r of form.get('roles').value\"\r\n [removable]=\"true\"\r\n (removed)=\"remove(r)\">\r\n {{titleOf(r)}}\r\n <mat-icon matChipRemove>cancel</mat-icon>\r\n </mat-chip>\r\n <input [placeholder]=\"'Roles'|translate\"\r\n [formControl]=search\r\n #inputrole\r\n [matAutocomplete]=\"nametype\"\r\n [matChipInputFor]=\"chips\"\r\n [matChipInputSeparatorKeyCodes]=\"separatorKeysCodes\">\r\n </mat-chip-list>\r\n <mat-autocomplete #nametype=\"matAutocomplete\" (optionSelected)=\"add(inputrole, $event)\">\r\n <ng-container *ngFor=\"let r of roles\">\r\n <mat-option *ngIf=\"!form.get('roles').value || form.get('roles').value.indexOf(r.name)<0\" [value]=\"r.name\">\r\n {{r.title || r.name}}\r\n </mat-option>\r\n </ng-container>\r\n </mat-autocomplete>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <bizdoc-ace-input [placeholder]=\"'Condition'|translate\" formControlName=\"rule\"></bizdoc-ace-input>\r\n <mat-hint> {{ 'ProgrammableExpression'|translate }}</mat-hint>\r\n </mat-form-field>\r\n</div>\r\n" }]
91
91
  }], ctorParameters: function () { return [{ type: i1.FormBuilder }, { type: i2.SystemService }, { type: i11.DesignerRef, decorators: [{
@@ -10,6 +10,12 @@ export class DesignerElementComponentBase {
10
10
  this._fb = _fb;
11
11
  this._element = _element;
12
12
  this._ref = _ref;
13
+ this.sortComparator = (a, b) => 0;
14
+ }
15
+ closeView(evt) {
16
+ this.view = null;
17
+ evt?.preventDefault();
18
+ evt?.stopPropagation();
13
19
  }
14
20
  get options() { return this.model.options; }
15
21
  disable(...names) {
@@ -44,9 +50,9 @@ export class DesignerElementComponentBase {
44
50
  setTimeout(() => this._element.nativeElement.querySelector('input')?.focus());
45
51
  }
46
52
  }
47
- DesignerElementComponentBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerElementComponentBase, deps: [{ token: i1.FormBuilder }, { token: i0.ElementRef }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Directive });
48
- DesignerElementComponentBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: DesignerElementComponentBase, ngImport: i0 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerElementComponentBase, decorators: [{
53
+ DesignerElementComponentBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerElementComponentBase, deps: [{ token: i1.FormBuilder }, { token: i0.ElementRef }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Directive });
54
+ DesignerElementComponentBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.8", type: DesignerElementComponentBase, ngImport: i0 });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerElementComponentBase, decorators: [{
50
56
  type: Directive
51
57
  }], ctorParameters: function () { return [{ type: i1.FormBuilder }, { type: i0.ElementRef }, { type: i2.DesignerRef, decorators: [{
52
58
  type: Inject,
@@ -91,9 +97,9 @@ export class DesignerTypeElementComponent extends DesignerElementComponentBase {
91
97
  types.find(t => t.name == name)?.title;
92
98
  }
93
99
  }
94
- DesignerTypeElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerTypeElementComponent, deps: [{ token: i1.FormBuilder }, { token: i0.ElementRef }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Directive });
95
- DesignerTypeElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: DesignerTypeElementComponent, viewQueries: [{ propertyName: "designer", first: true, predicate: DesignerItemComponent, descendants: true }], usesInheritance: true, ngImport: i0 });
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerTypeElementComponent, decorators: [{
100
+ DesignerTypeElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerTypeElementComponent, deps: [{ token: i1.FormBuilder }, { token: i0.ElementRef }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Directive });
101
+ DesignerTypeElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.8", type: DesignerTypeElementComponent, viewQueries: [{ propertyName: "designer", first: true, predicate: DesignerItemComponent, descendants: true }], usesInheritance: true, ngImport: i0 });
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerTypeElementComponent, decorators: [{
97
103
  type: Directive
98
104
  }], ctorParameters: function () { return [{ type: i1.FormBuilder }, { type: i0.ElementRef }, { type: i2.DesignerRef, decorators: [{
99
105
  type: Inject,
@@ -114,12 +120,10 @@ function applyMixins(derivedCtor, constructors) {
114
120
  export class DesignerCubeElementComponent extends DesignerElementComponentBase {
115
121
  constructor(fb, element, ref) {
116
122
  super(fb, element, ref);
117
- this.sortComparator = (a, b) => 0;
118
123
  this.cubes = ref.designer.cubes;
119
124
  }
120
125
  cubeSelected(evt) {
121
- this.cube = evt.value;
122
- this.form.get('cube').setValue(evt.value.name);
126
+ this.cube = this.cubes.find(c => c.name === evt.value);
123
127
  }
124
128
  ngOnInit() {
125
129
  const cubeId = this.options['cube'];
@@ -129,9 +133,9 @@ export class DesignerCubeElementComponent extends DesignerElementComponentBase {
129
133
  this.cube = this.cubes[0];
130
134
  }
131
135
  }
132
- DesignerCubeElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerCubeElementComponent, deps: [{ token: i1.FormBuilder }, { token: i0.ElementRef }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Directive });
133
- DesignerCubeElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: DesignerCubeElementComponent, usesInheritance: true, ngImport: i0 });
134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: DesignerCubeElementComponent, decorators: [{
136
+ DesignerCubeElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerCubeElementComponent, deps: [{ token: i1.FormBuilder }, { token: i0.ElementRef }, { token: DesignerRef }], target: i0.ɵɵFactoryTarget.Directive });
137
+ DesignerCubeElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.8", type: DesignerCubeElementComponent, usesInheritance: true, ngImport: i0 });
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DesignerCubeElementComponent, decorators: [{
135
139
  type: Directive
136
140
  }], ctorParameters: function () { return [{ type: i1.FormBuilder }, { type: i0.ElementRef }, { type: i2.DesignerRef, decorators: [{
137
141
  type: Inject,
@@ -146,4 +150,4 @@ export function isAccum(chartType) {
146
150
  return true;
147
151
  }
148
152
  }
149
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzaWduZXIuYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2Rlc2lnbmVyLmJhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxNQUFNLEVBQXVCLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUk5RixPQUFPLEVBQXNELFdBQVcsRUFBaUIsTUFBTSxnQkFBZ0IsQ0FBQztBQUNoSCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7OztBQUNyRSxNQUFNO0FBRU4sTUFBTSxPQUFnQiw0QkFBNEI7SUFVaEQsWUFBc0IsR0FBZ0IsRUFDNUIsUUFBeUIsRUFDRixJQUFvQjtRQUYvQixRQUFHLEdBQUgsR0FBRyxDQUFhO1FBQzVCLGFBQVEsR0FBUixRQUFRLENBQWlCO1FBQ0YsU0FBSSxHQUFKLElBQUksQ0FBZ0I7SUFDckQsQ0FBQztJQUxELElBQUksT0FBTyxLQUFRLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUEsQ0FBQyxDQUFDO0lBTTlDLE9BQU8sQ0FBQyxHQUFHLEtBQWU7UUFDeEIsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDckUsQ0FBQztJQUNELE1BQU0sQ0FBQyxHQUFHLEtBQWU7UUFDdkIsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFD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IFRlbXBsYXRlUmVmLCBWaWV3Q2hpbGQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBGb3JtQXJyYXksIEZvcm1CdWlsZGVyLCBGb3JtR3JvdXAgfSBmcm9tIFwiQGFuZ3VsYXIvZm9ybXNcIjtcclxuaW1wb3J0IHsgQ2RrRHJhZ0Ryb3AgfSBmcm9tIFwiQGFuZ3VsYXIvY2RrL2RyYWctZHJvcFwiO1xyXG5pbXBvcnQgeyBNYXRTZWxlY3RDaGFuZ2UgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvc2VsZWN0XCI7XHJcbmltcG9ydCB7IERlc2lnbmVyRWxlbWVudENvbXBvbmVudCwgRGVzaWduTW9kZSwgRWxlbWVudE1vZGVsLCBEZXNpZ25lclJlZiwgRWxlbWVudEZhbWlseSB9IGZyb20gXCIuL2RlY2xhcmF0aW9uc1wiO1xyXG5pbXBvcnQgeyBEZXNpZ25lckl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi9kZXNpZ25lci1lbGVtZW50LmNvbXBvbmVudFwiO1xyXG4vKiogKi9cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBEZXNpZ25lckVsZW1lbnRDb21wb25lbnRCYXNlPFQgPSBhbnk+IGltcGxlbWVudHMgRGVzaWduZXJFbGVtZW50Q29tcG9uZW50PFQ+IHtcclxuICBtb2RlOiBEZXNpZ25Nb2RlO1xyXG4gIG1vZGVsOiBFbGVtZW50TW9kZWw8VD47XHJcbiAgdmlldzogVGVtcGxhdGVSZWY8YW55PjtcclxuICBjb250ZXh0OiB7XHJcbiAgICB0aXRsZTogc3RyaW5nO1xyXG4gICAgJGltcGxpY2l0OiBGb3JtR3JvdXA7XHJcbiAgfTtcclxuICBnZXQgb3B0aW9ucygpOiBUIHsgcmV0dXJuIHRoaXMubW9kZWwub3B0aW9ucyB9XHJcbiAgYWJzdHJhY3QgZm9ybTogRm9ybUdyb3VwO1xyXG4gIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBfZmI6IEZvcm1CdWlsZGVyLFxyXG4gICAgcHJpdmF0ZSBfZWxlbWVudDogRWxlbWVudFJlZjxhbnk+LFxyXG4gICAgQEluamVjdChEZXNpZ25lclJlZikgcHJvdGVjdGVkIF9yZWY6IERlc2lnbmVyUmVmPFQ+KSB7XHJcbiAgfVxyXG4gIGRpc2FibGUoLi4ubmFtZXM6IHN0cmluZ1tdKSB7XHJcbiAgICBuYW1lcy5mb3JFYWNoKG4gPT4gdGhpcy5mb3JtLmdldChuKS5kaXNhYmxlKHsgZW1pdEV2ZW50OiBmYWxzZSB9KSk7XHJcbiAgfVxyXG4gIGVuYWJsZSguLi5uYW1lczogc3RyaW5nW10pIHtcclxuICAgIG5hbWVzLmZvckVhY2gobiA9PiB0aGlzLmZvcm0uZ2V0KG4pLmVuYWJsZSh7IGVtaXRFdmVudDogZmFsc2UgfSkpO1xyXG4gIH1cclxuICBkcm9wKGV2ZW50OiBDZGtEcmFnRHJvcDxGb3JtR3JvdXA+LCBjb2xsZWN0aW9uOiBGb3JtQXJyYXkpIHtcclxuICAgIGNvbnN0IGVsZW1lbnQgPSBjb2xsZWN0aW9uLmF0KGV2ZW50LnByZXZpb3VzSW5kZXgpO1xyXG4gICAgY29sbGVjdGlvbi5yZW1vdmVBdChldmVudC5wcmV2aW91c0luZGV4KTtcclxuICAgIGNvbGxlY3Rpb24uaW5zZXJ0KGV2ZW50LmN1cnJlbnRJbmRleCwgZWxlbWVudCk7XHJcbiAgfVxyXG4gIGFkZChjb2xsZWN0aW9uOiBGb3JtQXJyYXksIGdyb3VwOiBGb3JtR3JvdXAsIHRpdGxlOiBzdHJpbmcsXHJcbiAgICB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55Pikge1xyXG4gICAgY29sbGVjdGlvbi5wdXNoKGdyb3VwKTtcclxuICAgIHRoaXMudmlldyA9IHRlbXBsYXRlO1xyXG4gICAgdGhpcy5jb250ZXh0ID0ge1xyXG4gICAgICB0aXRsZSxcclxuICAgICAgJGltcGxpY2l0OiBncm91cFxyXG4gICAgfTtcclxuICAgIHRoaXMuX2ZvY3VzKCk7XHJcbiAgfVxyXG4gIGVkaXQoZ3JvdXA6IEZvcm1Hcm91cCwgdGl0bGU6IHN0cmluZywgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT4pIHtcclxuICAgIHRoaXMudmlldyA9IHRlbXBsYXRlO1xyXG4gICAgdGhpcy5jb250ZXh0ID0ge1xyXG4gICAgICB0aXRsZSxcclxuICAgICAgJGltcGxpY2l0OiBncm91cCxcclxuICAgIH07XHJcbiAgICB0aGlzLl9mb2N1cygpO1xyXG4gIH1cclxuICBwcml2YXRlIF9mb2N1cygpIHtcclxuICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy5fZWxlbWVudC5uYXRpdmVFbGVtZW50LnF1ZXJ5U2VsZWN0b3IoJ2lucHV0Jyk/LmZvY3VzKCkpO1xyXG4gIH1cclxufVxyXG5ARGlyZWN0aXZlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIERlc2lnbmVyVHlwZUVsZW1lbnRDb21wb25lbnQ8VCA9IGFueT4gZXh0ZW5kcyBEZXNpZ25lckVsZW1lbnRDb21wb25lbnRCYXNlIHtcclxuICBAVmlld0NoaWxkKERlc2lnbmVySXRlbUNvbXBvbmVudCkgZGVzaWduZXI6IERlc2lnbmVySXRlbUNvbXBvbmVudDtcclxuICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgX2ZiOiBGb3JtQnVpbGRlcixcclxuICAgIGVsZW1lbnQ6IEVsZW1lbnRSZWY8YW55PixcclxuICAgIEBJbmplY3QoRGVzaWduZXJSZWYpIHByb3RlY3RlZCBfcmVmOiBEZXNpZ25lclJlZjxUPikge1xyXG4gICAgc3VwZXIoX2ZiLCBlbGVtZW50LCBfcmVmKVxyXG4gICAgdGhpcy5tb2RlID0gX3JlZi5tb2RlO1xyXG4gICAgdGhpcy5tb2RlbCA9IF9yZWYubW9kZWwgYXMgRWxlbWVudE1vZGVsO1xyXG4gIH1cclxuICBuZ09uSW5pdCgpIHtcclxuICB9XHJcbiAgcHJvdGVjdGVkIGdldCBfdHlwZWdyb3VwcygpIHtcclxuICAgIGNvbnN0XHJcbiAgICAgIGRlZmF1bHRncm91cCA9IHtlbGVtZW50czogW119LFxyXG4gICAgICBncm91cHMgPSBbXSBhcyBFbGVtZW50RmFtaWx5W107XHJcbiAgICBncm91cHNbJ18nXSA9IGRlZmF1bHRncm91cDtcclxuICAgIHRoaXMuX3JlZi5kZXNpZ25lci50eXBlcy5cclxuICAgICAgLy9maWx0ZXIodCA9PiAhdC5kaXNhYmxlZCkuXHJcbiAgICAgIGZvckVhY2godCA9PiB7XHJcbiAgICAgICAgaWYgKHQuZmFtaWx5KSB7XHJcbiAgICAgICAgICBsZXQgZ3JvdXAgPSBncm91cHNbdC5mYW1pbHldO1xyXG4gICAgICAgICAgaWYgKCFncm91cCkge1xyXG4gICAgICAgICAgICBncm91cCA9IHtcclxuICAgICAgICAgICAgICB0aXRsZTogdC5mYW1pbHksXHJcbiAgICAgICAgICAgICAgZWxlbWVudHM6IFt0XVxyXG4gICAgICAgICAgICB9O1xyXG4gICAgICAgICAgICBncm91cHMucHVzaChncm91cCk7XHJcbiAgICAgICAgICAgIGdyb3Vwc1t0LmZhbWlseV0gPSBncm91cDtcclxuICAgICAgICAgIH1cclxuICAgICAgICAgIGVsc2UgZ3JvdXAuZWxlbWVudHMucHVzaCh0KTtcclxuICAgICAgICB9XHJcbiAgICAgICAgZWxzZSBkZWZhdWx0Z3JvdXAuZWxlbWVudHMucHVzaCh0KTtcclxuICAgICAgfSk7XHJcbiAgICByZXR1cm4gZ3JvdXBzO1xyXG4gIH1cclxuICBkYXRhdHlwZU9mKG5hbWU6IHN0cmluZykge1xyXG4gICAgcmV0dXJuIHRoaXMuX3JlZi5kZXNpZ25lci5cclxuICAgICAgdHlwZXMuZmluZCh0ID0+IHQubmFtZSA9PSBuYW1lKT8udGl0bGU7XHJcbiAgfVxyXG59XHJcbmZ1bmN0aW9uIGFwcGx5TWl4aW5zKGRlcml2ZWRDdG9yOiBhbnksIGNvbnN0cnVjdG9yczogYW55W10pIHtcclxuICBjb25zdHJ1Y3RvcnMuZm9yRWFjaCgoYmFzZUN0b3IpID0+IHtcclxuICAgIE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKGJhc2VDdG9yLnByb3RvdHlwZSkuZm9yRWFjaCgobmFtZSkgPT4ge1xyXG4gICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkoXHJcbiAgICAgICAgZGVyaXZlZEN0b3IucHJvdG90eXBlLFxyXG4gICAgICAgIG5hbWUsXHJcbiAgICAgICAgT2JqZWN0LmdldE93blByb3BlcnR5RGVzY3JpcHRvcihiYXNlQ3Rvci5wcm90b3R5cGUsIG5hbWUpIHx8XHJcbiAgICAgICAgT2JqZWN0LmNyZWF0ZShudWxsKVxyXG4gICAgICApO1xyXG4gICAgfSk7XHJcbiAgfSk7XHJcbn1cclxuLyoqICovXHJcbkBEaXJlY3RpdmUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgRGVzaWduZXJDdWJlRWxlbWVudENvbXBvbmVudDxUID0gYW55PiBleHRlbmRzIERlc2lnbmVyRWxlbWVudENvbXBvbmVudEJhc2U8VD4gaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIHJlYWRvbmx5IGN1YmVzOiBFbGVtZW50TW9kZWxbXTtcclxuICBjdWJlOiBFbGVtZW50TW9kZWw7XHJcbiAgc29ydENvbXBhcmF0b3IgPSAoYSwgYikgPT4gMDtcclxuICBjdWJlU2VsZWN0ZWQoZXZ0OiBNYXRTZWxlY3RDaGFuZ2UpIHtcclxuICAgIHRoaXMuY3ViZSA9IGV2dC52YWx1ZTtcclxuICAgIHRoaXMuZm9ybS5nZXQoJ2N1YmUnKS5zZXRWYWx1ZSgoZXZ0LnZhbHVlIGFzIEVsZW1lbnRNb2RlbCkubmFtZSk7XHJcbiAgfVxyXG4gIGNvbnN0cnVjdG9yKGZiOiBGb3JtQnVpbGRlcixcclxuICAgIGVsZW1lbnQ6IEVsZW1lbnRSZWY8YW55PixcclxuICAgIEBJbmplY3QoRGVzaWduZXJSZWYpIHJlZjogRGVzaWduZXJSZWYpIHtcclxuICAgIHN1cGVyKGZiLCBlbGVtZW50LCByZWYpO1xyXG4gICAgdGhpcy5jdWJlcyA9IHJlZi5kZXNpZ25lci5jdWJlcyBhcyBFbGVtZW50TW9kZWxbXTtcclxuICB9XHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICBjb25zdCBjdWJlSWQgPSB0aGlzLm9wdGlvbnNbJ2N1YmUnXTtcclxuICAgIGlmIChjdWJlSWQpIHRoaXMuY3ViZSA9IHRoaXMuY3ViZXMuZmluZChjID0+IGMubmFtZSA9PT0gY3ViZUlkKSBhcyBFbGVtZW50TW9kZWw7XHJcbiAgICBlbHNlXHJcbiAgICAgIGlmICh0aGlzLmN1YmVzLmxlbmd0aCA9PT0gMSkgdGhpcy5jdWJlID0gdGhpcy5jdWJlc1swXSBhcyBFbGVtZW50TW9kZWw7XHJcbiAgfVxyXG59XHJcbmV4cG9ydCBmdW5jdGlvbiBpc0FjY3VtKGNoYXJ0VHlwZSkge1xyXG4gIHN3aXRjaCAoY2hhcnRUeXBlKSB7XHJcbiAgICBjYXNlICdQaWUnOlxyXG4gICAgY2FzZSAnRG91Z2hudXQnOlxyXG4gICAgY2FzZSAnSGFsZkRvdWdobnV0JzpcclxuICAgIGNhc2UgJ0Z1bm5lbCc6XHJcbiAgICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxufVxyXG4iXX0=
153
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzaWduZXIuYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvYWRtaW4vYXJjaGl0ZWN0dXJlL2Rlc2lnbmVyLmJhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxNQUFNLEVBQXVCLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUk5RixPQUFPLEVBQXNELFdBQVcsRUFBaUIsTUFBTSxnQkFBZ0IsQ0FBQztBQUNoSCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7OztBQUNyRSxNQUFNO0FBRU4sTUFBTSxPQUFnQiw0QkFBNEI7SUFnQmhELFlBQXNCLEdBQWdCLEVBQzVCLFFBQXlCLEVBQ0YsSUFBb0I7UUFGL0IsUUFBRyxHQUFILEdBQUcsQ0FBYTtRQUM1QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQUNGLFNBQUksR0FBSixJQUFJLENBQWdCO1FBakJyRCxtQkFBYyxHQUFHLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBa0I3QixDQUFDO0lBVkQsU0FBUyxDQUFDLEdBQVc7UUFDbkIsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7UUFDakIsR0FBRyxFQUFFLGNBQWMsRUFBRSxDQUFDO1FBQ3RCLEdBQUcsRUFBRSxlQUFlLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBQ0QsSUFBSSxPQUFPLEtBQVEsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQSxDQUFDLENBQUM7SUFNOUMsT0FBTyxDQUFDLEdBQUcsS0FBZTtRQUN4QixLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxD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LEtBQUssUUFBUTtZQUNYLE9BQU8sSUFBSSxDQUFDO0tBQ2Y7QUFDSCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbmplY3QsIE9uSW5pdCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEZvcm1BcnJheSwgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xyXG5pbXBvcnQgeyBDZGtEcmFnRHJvcCB9IGZyb20gXCJAYW5ndWxhci9jZGsvZHJhZy1kcm9wXCI7XHJcbmltcG9ydCB7IE1hdFNlbGVjdENoYW5nZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3RcIjtcclxuaW1wb3J0IHsgRGVzaWduZXJFbGVtZW50Q29tcG9uZW50LCBEZXNpZ25Nb2RlLCBFbGVtZW50TW9kZWwsIERlc2lnbmVyUmVmLCBFbGVtZW50RmFtaWx5IH0gZnJvbSBcIi4vZGVjbGFyYXRpb25zXCI7XHJcbmltcG9ydCB7IERlc2lnbmVySXRlbUNvbXBvbmVudCB9IGZyb20gXCIuL2Rlc2lnbmVyLWVsZW1lbnQuY29tcG9uZW50XCI7XHJcbi8qKiAqL1xyXG5ARGlyZWN0aXZlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIERlc2lnbmVyRWxlbWVudENvbXBvbmVudEJhc2U8VCA9IGFueT4gaW1wbGVtZW50cyBEZXNpZ25lckVsZW1lbnRDb21wb25lbnQ8VD4ge1xyXG4gIHNvcnRDb21wYXJhdG9yID0gKGEsIGIpID0+IDA7XHJcbiAgbW9kZTogRGVzaWduTW9kZTtcclxuICBtb2RlbDogRWxlbWVudE1vZGVsPFQ+O1xyXG4gIHZpZXc6IFRlbXBsYXRlUmVmPGFueT47XHJcbiAgY29udGV4dDoge1xyXG4gICAgdGl0bGU6IHN0cmluZztcclxuICAgICRpbXBsaWNpdDogRm9ybUdyb3VwO1xyXG4gIH07XHJcbiAgY2xvc2VWaWV3KGV2dD86IEV2ZW50KSB7XHJcbiAgICB0aGlzLnZpZXcgPSBudWxsO1xyXG4gICAgZXZ0Py5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgZXZ0Py5zdG9wUHJvcGFnYXRpb24oKTtcclxuICB9XHJcbiAgZ2V0IG9wdGlvbnMoKTogVCB7IHJldHVybiB0aGlzLm1vZGVsLm9wdGlvbnMgfVxyXG4gIGFic3RyYWN0IGZvcm06IEZvcm1Hcm91cDtcclxuICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgX2ZiOiBGb3JtQnVpbGRlcixcclxuICAgIHByaXZhdGUgX2VsZW1lbnQ6IEVsZW1lbnRSZWY8YW55PixcclxuICAgIEBJbmplY3QoRGVzaWduZXJSZWYpIHByb3RlY3RlZCBfcmVmOiBEZXNpZ25lclJlZjxUPikge1xyXG4gIH1cclxuICBkaXNhYmxlKC4uLm5hbWVzOiBzdHJpbmdbXSkge1xyXG4gICAgbmFtZXMuZm9yRWFjaChuID0+IHRoaXMuZm9ybS5nZXQobikuZGlzYWJsZSh7IGVtaXRFdmVudDogZmFsc2UgfSkpO1xyXG4gIH1cclxuICBlbmFibGUoLi4ubmFtZXM6IHN0cmluZ1tdKSB7XHJcbiAgICBuYW1lcy5mb3JFYWNoKG4gPT4gdGhpcy5mb3JtLmdldChuKS5lbmFibGUoeyBlbWl0RXZlbnQ6IGZhbHNlIH0pKTtcclxuICB9XHJcbiAgZHJvcChldmVudDogQ2RrRHJhZ0Ryb3A8Rm9ybUdyb3VwPiwgY29sbGVjdGlvbjogRm9ybUFycmF5KSB7XHJcbiAgICBjb25zdCBlbGVtZW50ID0gY29sbGVjdGlvbi5hdChldmVudC5wcmV2aW91c0luZGV4KTtcclxuICAgIGNvbGxlY3Rpb24ucmVtb3ZlQXQoZXZlbnQucHJldmlvdXNJbmRleCk7XHJcbiAgICBjb2xsZWN0aW9uLmluc2VydChldmVudC5jdXJyZW50SW5kZXgsIGVsZW1lbnQpO1xyXG4gIH1cclxuICBhZGQoY29sbGVjdGlvbjogRm9ybUFycmF5LCBncm91cDogRm9ybUdyb3VwLCB0aXRsZTogc3RyaW5nLFxyXG4gICAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT4pIHtcclxuICAgIGNvbGxlY3Rpb24ucHVzaChncm91cCk7XHJcbiAgICB0aGlzLnZpZXcgPSB0ZW1wbGF0ZTtcclxuICAgIHRoaXMuY29udGV4dCA9IHtcclxuICAgICAgdGl0bGUsXHJcbiAgICAgICRpbXBsaWNpdDogZ3JvdXBcclxuICAgIH07XHJcbiAgICB0aGlzLl9mb2N1cygpO1xyXG4gIH1cclxuICBlZGl0KGdyb3VwOiBGb3JtR3JvdXAsIHRpdGxlOiBzdHJpbmcsIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+KSB7XHJcbiAgICB0aGlzLnZpZXcgPSB0ZW1wbGF0ZTtcclxuICAgIHRoaXMuY29udGV4dCA9IHtcclxuICAgICAgdGl0bGUsXHJcbiAgICAgICRpbXBsaWNpdDogZ3JvdXAsXHJcbiAgICB9O1xyXG4gICAgdGhpcy5fZm9jdXMoKTtcclxuICB9XHJcbiAgcHJpdmF0ZSBfZm9jdXMoKSB7XHJcbiAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMuX2VsZW1lbnQubmF0aXZlRWxlbWVudC5xdWVyeVNlbGVjdG9yKCdpbnB1dCcpPy5mb2N1cygpKTtcclxuICB9XHJcbn1cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBEZXNpZ25lclR5cGVFbGVtZW50Q29tcG9uZW50PFQgPSBhbnk+IGV4dGVuZHMgRGVzaWduZXJFbGVtZW50Q29tcG9uZW50QmFzZSB7XHJcbiAgQFZpZXdDaGlsZChEZXNpZ25lckl0ZW1Db21wb25lbnQpIGRlc2lnbmVyOiBEZXNpZ25lckl0ZW1Db21wb25lbnQ7XHJcbiAgY29uc3RydWN0b3IocHJvdGVjdGVkIF9mYjogRm9ybUJ1aWxkZXIsXHJcbiAgICBlbGVtZW50OiBFbGVtZW50UmVmPGFueT4sXHJcbiAgICBASW5qZWN0KERlc2lnbmVyUmVmKSBwcm90ZWN0ZWQgX3JlZjogRGVzaWduZXJSZWY8VD4pIHtcclxuICAgIHN1cGVyKF9mYiwgZWxlbWVudCwgX3JlZilcclxuICAgIHRoaXMubW9kZSA9IF9yZWYubW9kZTtcclxuICAgIHRoaXMubW9kZWwgPSBfcmVmLm1vZGVsIGFzIEVsZW1lbnRNb2RlbDtcclxuICB9XHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgfVxyXG4gIHByb3RlY3RlZCBnZXQgX3R5cGVncm91cHMoKSB7XHJcbiAgICBjb25zdFxyXG4gICAgICBkZWZhdWx0Z3JvdXAgPSB7IGVsZW1lbnRzOiBbXSB9LFxyXG4gICAgICBncm91cHMgPSBbXSBhcyBFbGVtZW50RmFtaWx5W107XHJcbiAgICBncm91cHNbJ18nXSA9IGRlZmF1bHRncm91cDtcclxuICAgIHRoaXMuX3JlZi5kZXNpZ25lci50eXBlcy5cclxuICAgICAgLy9maWx0ZXIodCA9PiAhdC5kaXNhYmxlZCkuXHJcbiAgICAgIGZvckVhY2godCA9PiB7XHJcbiAgICAgICAgaWYgKHQuZmFtaWx5KSB7XHJcbiAgICAgICAgICBsZXQgZ3JvdXAgPSBncm91cHNbdC5mYW1pbHldO1xyXG4gICAgICAgICAgaWYgKCFncm91cCkge1xyXG4gICAgICAgICAgICBncm91cCA9IHtcclxuICAgICAgICAgICAgICB0aXRsZTogdC5mYW1pbHksXHJcbiAgICAgICAgICAgICAgZWxlbWVudHM6IFt0XVxyXG4gICAgICAgICAgICB9O1xyXG4gICAgICAgICAgICBncm91cHMucHVzaChncm91cCk7XHJcbiAgICAgICAgICAgIGdyb3Vwc1t0LmZhbWlseV0gPSBncm91cDtcclxuICAgICAgICAgIH1cclxuICAgICAgICAgIGVsc2UgZ3JvdXAuZWxlbWVudHMucHVzaCh0KTtcclxuICAgICAgICB9XHJcbiAgICAgICAgZWxzZSBkZWZhdWx0Z3JvdXAuZWxlbWVudHMucHVzaCh0KTtcclxuICAgICAgfSk7XHJcbiAgICByZXR1cm4gZ3JvdXBzO1xyXG4gIH1cclxuICBkYXRhdHlwZU9mKG5hbWU6IHN0cmluZykge1xyXG4gICAgcmV0dXJuIHRoaXMuX3JlZi5kZXNpZ25lci5cclxuICAgICAgdHlwZXMuZmluZCh0ID0+IHQubmFtZSA9PSBuYW1lKT8udGl0bGU7XHJcbiAgfVxyXG59XHJcbmZ1bmN0aW9uIGFwcGx5TWl4aW5zKGRlcml2ZWRDdG9yOiBhbnksIGNvbnN0cnVjdG9yczogYW55W10pIHtcclxuICBjb25zdHJ1Y3RvcnMuZm9yRWFjaCgoYmFzZUN0b3IpID0+IHtcclxuICAgIE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKGJhc2VDdG9yLnByb3RvdHlwZSkuZm9yRWFjaCgobmFtZSkgPT4ge1xyXG4gICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkoXHJcbiAgICAgICAgZGVyaXZlZEN0b3IucHJvdG90eXBlLFxyXG4gICAgICAgIG5hbWUsXHJcbiAgICAgICAgT2JqZWN0LmdldE93blByb3BlcnR5RGVzY3JpcHRvcihiYXNlQ3Rvci5wcm90b3R5cGUsIG5hbWUpIHx8XHJcbiAgICAgICAgT2JqZWN0LmNyZWF0ZShudWxsKVxyXG4gICAgICApO1xyXG4gICAgfSk7XHJcbiAgfSk7XHJcbn1cclxuLyoqICovXHJcbkBEaXJlY3RpdmUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgRGVzaWduZXJDdWJlRWxlbWVudENvbXBvbmVudDxUID0gYW55PiBleHRlbmRzIERlc2lnbmVyRWxlbWVudENvbXBvbmVudEJhc2U8VD4gaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIHJlYWRvbmx5IGN1YmVzOiBFbGVtZW50TW9kZWxbXTtcclxuICBjdWJlOiBFbGVtZW50TW9kZWw7XHJcbiAgY3ViZVNlbGVjdGVkKGV2dDogTWF0U2VsZWN0Q2hhbmdlKSB7XHJcbiAgICB0aGlzLmN1YmUgPSB0aGlzLmN1YmVzLmZpbmQoYyA9PiBjLm5hbWUgPT09IGV2dC52YWx1ZSk7XHJcbiAgfVxyXG4gIGNvbnN0cnVjdG9yKGZiOiBGb3JtQnVpbGRlcixcclxuICAgIGVsZW1lbnQ6IEVsZW1lbnRSZWY8YW55PixcclxuICAgIEBJbmplY3QoRGVzaWduZXJSZWYpIHJlZjogRGVzaWduZXJSZWYpIHtcclxuICAgIHN1cGVyKGZiLCBlbGVtZW50LCByZWYpO1xyXG4gICAgdGhpcy5jdWJlcyA9IHJlZi5kZXNpZ25lci5jdWJlcyBhcyBFbGVtZW50TW9kZWxbXTtcclxuICB9XHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICBjb25zdCBjdWJlSWQgPSB0aGlzLm9wdGlvbnNbJ2N1YmUnXTtcclxuICAgIGlmIChjdWJlSWQpIHRoaXMuY3ViZSA9IHRoaXMuY3ViZXMuZmluZChjID0+IGMubmFtZSA9PT0gY3ViZUlkKSBhcyBFbGVtZW50TW9kZWw7XHJcbiAgICBlbHNlXHJcbiAgICAgIGlmICh0aGlzLmN1YmVzLmxlbmd0aCA9PT0gMSkgdGhpcy5jdWJlID0gdGhpcy5jdWJlc1swXSBhcyBFbGVtZW50TW9kZWw7XHJcbiAgfVxyXG59XHJcbmV4cG9ydCBmdW5jdGlvbiBpc0FjY3VtKGNoYXJ0VHlwZSkge1xyXG4gIHN3aXRjaCAoY2hhcnRUeXBlKSB7XHJcbiAgICBjYXNlICdQaWUnOlxyXG4gICAgY2FzZSAnRG91Z2hudXQnOlxyXG4gICAgY2FzZSAnSGFsZkRvdWdobnV0JzpcclxuICAgIGNhc2UgJ0Z1bm5lbCc6XHJcbiAgICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -271,13 +271,13 @@ let ConfigurationDesignerComponent = class ConfigurationDesignerComponent {
271
271
  }
272
272
  }
273
273
  };
274
- ConfigurationDesignerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ConfigurationDesignerComponent, deps: [{ token: i1.PanesRouter }, { token: i2.TranslateService }, { token: i3.PromptService }, { token: i4.SessionService }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i5.UtilityRef }], target: i0.ɵɵFactoryTarget.Component });
275
- ConfigurationDesignerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ConfigurationDesignerComponent, selector: "ng-component", host: { attributes: { "tabindex": "0" }, listeners: { "keydown": "handleKeyboardEvent($event)" } }, ngImport: i0, template: "<mat-toolbar>\r\n <button mat-icon-button (click)=\"save()\" [disabled]=\"!dirty || loading || saving\" [bizdocTooltip]=\"'Save'|translate\"><mat-icon>save</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"clearSearch()\" [disabled]=\"!searchBy\" [bizdocTooltip]=\"'Clear'|translate\"><mat-icon>search_off</mat-icon></button>\r\n</mat-toolbar>\r\n<mat-progress-bar [mode]=\"loading ? 'buffer' : 'indeterminate'\" [style.visibility]=\"loading ? 'visible':'hidden'\"></mat-progress-bar>\r\n<bizdoc-none *ngIf=\"loading\" title=\"SettingThingsUp\" [subtitle]=\"PleaseWait\" icon=\"architecture\"></bizdoc-none>\r\n<section *ngFor=\"let s of sections\">\r\n <h2 class=\"mat-title\">{{s.type | translate}}</h2>\r\n <!--<hr />-->\r\n <div class=\"elements\" cdkDropList cdkDropListOrientation=\"horizontal\" [cdkDropListData]=\"s.elements\" (cdkDropListDropped)=\"drop($event)\">\r\n <mat-card *ngFor=\"let e of s.elements\" [class.disabled]=\"e.disabled\" cdkDrag cdkDragRootElement=\".mat-card-title\">\r\n <!-- @item-->\r\n <mat-card-title>\r\n {{e.title|localizedString}}\r\n <span class=\"divider\"></span>\r\n <mat-icon [bizdocTooltip]=\"e.help\" [bizdocTooltipDuration]=\"6000\" *ngIf=\"e.help\">help_outline</mat-icon>\r\n </mat-card-title>\r\n <mat-card-subtitle>\r\n {{e.name}}\r\n </mat-card-subtitle>\r\n <mat-card-content>\r\n <ng-container *ngComponentOutlet=\"s.comp; injector: e.injector\"></ng-container>\r\n </mat-card-content>\r\n <mat-card-actions class=\"row\">\r\n <button mat-icon-button (click)=\"copy(s, e)\" *ngIf=\"!e.copyOf\" [bizdocTooltip]=\"'Copy'|translate\"><mat-icon>file_copy</mat-icon></button>\r\n <button mat-icon-button (click)=\"remove(s, e)\" *ngIf=\"e.draft || e.empty\" [bizdocTooltip]=\"'Discard'|translate\"><mat-icon>delete</mat-icon></button>\r\n <button mat-icon-button (click)=\"toggleDisabled(e)\" [bizdocTooltip]=\"(e.disabled ? 'Enable' : 'Disable')|translate\"><mat-icon>{{e.disabled ? 'visibility' : 'visibility_off'}}</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"edit(e, s)\" [bizdocTooltip]=\"'Settings'|translate\"><mat-icon>settings</mat-icon></button>\r\n </mat-card-actions>\r\n </mat-card>\r\n <div class=\"add-element\" matRipple (click)=\"add(s, menuTrigger, $event)\" *ngIf=\"s.templates?.length\">\r\n <span [matMenuTriggerFor]=\"templateMenu\" #menuTrigger=\"matMenuTrigger\"></span>\r\n <button mat-icon-button><mat-icon [bizdocTooltip]=\"'New'|translate\" disableRipple=\"true\">add</mat-icon></button>\r\n <mat-menu #templateMenu>\r\n <button mat-menu-item *ngFor=\"let t of s.templates\" (click)=\"create(s, t)\">\r\n <span *ngIf=\"t.family\">\r\n {{t.family}}\r\n &nbsp;-&nbsp;\r\n </span>\r\n <span>\r\n {{t.title}}\r\n </span>\r\n </button>\r\n </mat-menu>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [":host{outline:none}section h2{margin:10px 8px;font-size:28px;position:sticky}section .elements{display:flex;flex-wrap:wrap}section .elements .disabled{opacity:.5;background-color:transparent}section .add-element{border:2px dashed gray;min-width:126px;min-height:126px;border-radius:3px;margin:1px 0 6px;text-align:center}section .add-element button{top:50%;transform:translateY(-50%)}:host ::ng-deep .mat-card{margin:0 6px 6px;display:flex;flex-direction:column}:host ::ng-deep .mat-card button{opacity:.1}:host ::ng-deep .mat-card:hover button{opacity:1}:host ::ng-deep .mat-card-header-text{width:100%}:host ::ng-deep .mat-card-title{display:flex;flex-direction:row;align-items:center}.divider{min-width:3px}:host ::ng-deep .mat-card-content{flex:1}\n"], dependencies: [{ kind: "directive", type: i6.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "cdkDropListData", "cdkDropListOrientation", "id", "cdkDropListLockAxis", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListAutoScrollDisabled", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { kind: "directive", type: i7.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "component", type: i8.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i8.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "directive", type: i8.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "directive", type: i8.MatCardSubtitle, selector: "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]" }, { kind: "directive", type: i8.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i9.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "component", type: i10.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { kind: "component", type: i11.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "component", type: i12.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i13.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i14.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i14.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i14.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "directive", type: i15.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i16.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i17.TranslatePipe, name: "translate" }], animations: [itemAnimation] });
274
+ ConfigurationDesignerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: ConfigurationDesignerComponent, deps: [{ token: i1.PanesRouter }, { token: i2.TranslateService }, { token: i3.PromptService }, { token: i4.SessionService }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i5.UtilityRef }], target: i0.ɵɵFactoryTarget.Component });
275
+ ConfigurationDesignerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: ConfigurationDesignerComponent, selector: "ng-component", host: { attributes: { "tabindex": "0" }, listeners: { "keydown": "handleKeyboardEvent($event)" } }, ngImport: i0, template: "<mat-toolbar>\r\n <button mat-icon-button (click)=\"save()\" [disabled]=\"!dirty || loading || saving\" [bizdocTooltip]=\"'Save'|translate\"><mat-icon>save</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"clearSearch()\" [disabled]=\"!searchBy\" [bizdocTooltip]=\"'Clear'|translate\"><mat-icon>search_off</mat-icon></button>\r\n</mat-toolbar>\r\n<mat-progress-bar [mode]=\"loading ? 'buffer' : 'indeterminate'\" [style.visibility]=\"loading ? 'visible':'hidden'\"></mat-progress-bar>\r\n<bizdoc-none *ngIf=\"loading\" title=\"SettingThingsUp\" [subtitle]=\"PleaseWait\" icon=\"architecture\"></bizdoc-none>\r\n<section *ngFor=\"let s of sections\">\r\n <h2 class=\"mat-title\">{{s.type | translate}}</h2>\r\n <!--<hr />-->\r\n <div class=\"elements\" cdkDropList cdkDropListOrientation=\"horizontal\" [cdkDropListData]=\"s.elements\" (cdkDropListDropped)=\"drop($event)\">\r\n <mat-card *ngFor=\"let e of s.elements\" [class.disabled]=\"e.disabled\" cdkDrag cdkDragRootElement=\".mat-card-title\">\r\n <!-- @item-->\r\n <mat-card-title>\r\n {{e.title|localizedString}}\r\n <span class=\"divider\"></span>\r\n <mat-icon [bizdocTooltip]=\"e.help\" [bizdocTooltipDuration]=\"6000\" *ngIf=\"e.help\">help_outline</mat-icon>\r\n </mat-card-title>\r\n <mat-card-subtitle>\r\n {{e.name}}\r\n </mat-card-subtitle>\r\n <mat-card-content>\r\n <ng-container *ngComponentOutlet=\"s.comp; injector: e.injector\"></ng-container>\r\n </mat-card-content>\r\n <mat-card-actions class=\"row\">\r\n <button mat-icon-button (click)=\"copy(s, e)\" *ngIf=\"!e.copyOf\" [bizdocTooltip]=\"'Copy'|translate\"><mat-icon>file_copy</mat-icon></button>\r\n <button mat-icon-button (click)=\"remove(s, e)\" *ngIf=\"e.draft || e.empty\" [bizdocTooltip]=\"'Discard'|translate\"><mat-icon>delete</mat-icon></button>\r\n <button mat-icon-button (click)=\"toggleDisabled(e)\" [bizdocTooltip]=\"(e.disabled ? 'Enable' : 'Disable')|translate\"><mat-icon>{{e.disabled ? 'visibility' : 'visibility_off'}}</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"edit(e, s)\" [bizdocTooltip]=\"'Settings'|translate\"><mat-icon>settings</mat-icon></button>\r\n </mat-card-actions>\r\n </mat-card>\r\n <div class=\"add-element\" matRipple (click)=\"add(s, menuTrigger, $event)\" *ngIf=\"s.templates?.length\">\r\n <span [matMenuTriggerFor]=\"templateMenu\" #menuTrigger=\"matMenuTrigger\"></span>\r\n <button mat-icon-button><mat-icon [bizdocTooltip]=\"'New'|translate\" disableRipple=\"true\">add</mat-icon></button>\r\n <mat-menu #templateMenu>\r\n <button mat-menu-item *ngFor=\"let t of s.templates\" (click)=\"create(s, t)\">\r\n <span *ngIf=\"t.family\">\r\n {{t.family}}\r\n &nbsp;-&nbsp;\r\n </span>\r\n <span>\r\n {{t.title}}\r\n </span>\r\n </button>\r\n </mat-menu>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [":host{outline:none}section h2{margin:10px 8px;font-size:28px;position:sticky}section .elements{display:flex;flex-wrap:wrap}section .elements .disabled{opacity:.5;background-color:transparent}section .add-element{border:2px dashed gray;min-width:126px;min-height:126px;border-radius:3px;margin:1px 0 6px;text-align:center}section .add-element button{top:50%;transform:translateY(-50%)}:host ::ng-deep .mat-card{margin:0 6px 6px;display:flex;flex-direction:column}:host ::ng-deep .mat-card button{opacity:.1}:host ::ng-deep .mat-card:hover button{opacity:1}:host ::ng-deep .mat-card-header-text{width:100%}:host ::ng-deep .mat-card-title{display:flex;flex-direction:row;align-items:center}.divider{min-width:3px}:host ::ng-deep .mat-card-content{flex:1}\n"], dependencies: [{ kind: "directive", type: i6.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "cdkDropListData", "cdkDropListOrientation", "id", "cdkDropListLockAxis", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListAutoScrollDisabled", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { kind: "directive", type: i7.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "component", type: i8.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i8.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "directive", type: i8.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "directive", type: i8.MatCardSubtitle, selector: "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]" }, { kind: "directive", type: i8.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i9.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "component", type: i10.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { kind: "component", type: i11.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "component", type: i12.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i13.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i14.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i14.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i14.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "directive", type: i15.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i16.LocalizedStringPipe, name: "localizedString" }, { kind: "pipe", type: i17.TranslatePipe, name: "translate" }], animations: [itemAnimation] });
276
276
  ConfigurationDesignerComponent = __decorate([
277
277
  BizDoc({ selector: 'bizdoc-configuration-designer' })
278
278
  ], ConfigurationDesignerComponent);
279
279
  export { ConfigurationDesignerComponent };
280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ConfigurationDesignerComponent, decorators: [{
280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: ConfigurationDesignerComponent, decorators: [{
281
281
  type: Component,
282
282
  args: [{ animations: [itemAnimation], host: { tabindex: '0' }, template: "<mat-toolbar>\r\n <button mat-icon-button (click)=\"save()\" [disabled]=\"!dirty || loading || saving\" [bizdocTooltip]=\"'Save'|translate\"><mat-icon>save</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"clearSearch()\" [disabled]=\"!searchBy\" [bizdocTooltip]=\"'Clear'|translate\"><mat-icon>search_off</mat-icon></button>\r\n</mat-toolbar>\r\n<mat-progress-bar [mode]=\"loading ? 'buffer' : 'indeterminate'\" [style.visibility]=\"loading ? 'visible':'hidden'\"></mat-progress-bar>\r\n<bizdoc-none *ngIf=\"loading\" title=\"SettingThingsUp\" [subtitle]=\"PleaseWait\" icon=\"architecture\"></bizdoc-none>\r\n<section *ngFor=\"let s of sections\">\r\n <h2 class=\"mat-title\">{{s.type | translate}}</h2>\r\n <!--<hr />-->\r\n <div class=\"elements\" cdkDropList cdkDropListOrientation=\"horizontal\" [cdkDropListData]=\"s.elements\" (cdkDropListDropped)=\"drop($event)\">\r\n <mat-card *ngFor=\"let e of s.elements\" [class.disabled]=\"e.disabled\" cdkDrag cdkDragRootElement=\".mat-card-title\">\r\n <!-- @item-->\r\n <mat-card-title>\r\n {{e.title|localizedString}}\r\n <span class=\"divider\"></span>\r\n <mat-icon [bizdocTooltip]=\"e.help\" [bizdocTooltipDuration]=\"6000\" *ngIf=\"e.help\">help_outline</mat-icon>\r\n </mat-card-title>\r\n <mat-card-subtitle>\r\n {{e.name}}\r\n </mat-card-subtitle>\r\n <mat-card-content>\r\n <ng-container *ngComponentOutlet=\"s.comp; injector: e.injector\"></ng-container>\r\n </mat-card-content>\r\n <mat-card-actions class=\"row\">\r\n <button mat-icon-button (click)=\"copy(s, e)\" *ngIf=\"!e.copyOf\" [bizdocTooltip]=\"'Copy'|translate\"><mat-icon>file_copy</mat-icon></button>\r\n <button mat-icon-button (click)=\"remove(s, e)\" *ngIf=\"e.draft || e.empty\" [bizdocTooltip]=\"'Discard'|translate\"><mat-icon>delete</mat-icon></button>\r\n <button mat-icon-button (click)=\"toggleDisabled(e)\" [bizdocTooltip]=\"(e.disabled ? 'Enable' : 'Disable')|translate\"><mat-icon>{{e.disabled ? 'visibility' : 'visibility_off'}}</mat-icon></button>\r\n <span class=\"divider\"></span>\r\n <button mat-icon-button (click)=\"edit(e, s)\" [bizdocTooltip]=\"'Settings'|translate\"><mat-icon>settings</mat-icon></button>\r\n </mat-card-actions>\r\n </mat-card>\r\n <div class=\"add-element\" matRipple (click)=\"add(s, menuTrigger, $event)\" *ngIf=\"s.templates?.length\">\r\n <span [matMenuTriggerFor]=\"templateMenu\" #menuTrigger=\"matMenuTrigger\"></span>\r\n <button mat-icon-button><mat-icon [bizdocTooltip]=\"'New'|translate\" disableRipple=\"true\">add</mat-icon></button>\r\n <mat-menu #templateMenu>\r\n <button mat-menu-item *ngFor=\"let t of s.templates\" (click)=\"create(s, t)\">\r\n <span *ngIf=\"t.family\">\r\n {{t.family}}\r\n &nbsp;-&nbsp;\r\n </span>\r\n <span>\r\n {{t.title}}\r\n </span>\r\n </button>\r\n </mat-menu>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [":host{outline:none}section h2{margin:10px 8px;font-size:28px;position:sticky}section .elements{display:flex;flex-wrap:wrap}section .elements .disabled{opacity:.5;background-color:transparent}section .add-element{border:2px dashed gray;min-width:126px;min-height:126px;border-radius:3px;margin:1px 0 6px;text-align:center}section .add-element button{top:50%;transform:translateY(-50%)}:host ::ng-deep .mat-card{margin:0 6px 6px;display:flex;flex-direction:column}:host ::ng-deep .mat-card button{opacity:.1}:host ::ng-deep .mat-card:hover button{opacity:1}:host ::ng-deep .mat-card-header-text{width:100%}:host ::ng-deep .mat-card-title{display:flex;flex-direction:row;align-items:center}.divider{min-width:3px}:host ::ng-deep .mat-card-content{flex:1}\n"] }]
283
283
  }], ctorParameters: function () { return [{ type: i1.PanesRouter }, { type: i2.TranslateService }, { type: i3.PromptService }, { type: i4.SessionService }, { type: i0.ElementRef }, { type: i0.Injector }, { type: i5.UtilityRef }]; }, propDecorators: { handleKeyboardEvent: [{
@@ -35,9 +35,9 @@ export class ActionDesignerComponent extends DesignerTypeElementComponent {
35
35
  super.ngOnInit();
36
36
  }
37
37
  }
38
- ActionDesignerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ActionDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
39
- ActionDesignerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ActionDesignerComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <div [formGroup]=\"form\" class=\"column\">\r\n <div>\r\n <mat-checkbox formControlName=\"multiple\">{{'EnableMultipleSelection'|translate}}</mat-checkbox>\r\n </div>\r\n <h2 class=\"mat-title\">{{'Labels'|translate}}</h2>\r\n <bizdoc-localized-string formControlName=\"past\" [placeholder]=\"Past\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"verb\" [placeholder]=\"Verb\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"adjective\" [placeholder]=\"Adjective\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"adjectivePlural\" [placeholder]=\"AdjectivePlural\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"you\" [placeholder]=\"You\" required class=\"flex column\"></bizdoc-localized-string>\r\n <div>\r\n <bizdoc-color-picker formControlName=\"color\" [label]=\"'Color'|translate\" class=\"flex\"></bizdoc-color-picker>\r\n </div>\r\n </div>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n", dependencies: [{ 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.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { 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: i2.MatCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }, { kind: "component", type: i3.LocalizedStringComponent, selector: "bizdoc-localized-string", inputs: ["class", "floatLabel", "value", "placeholder", "required", "disabled", "maxlength"] }, { kind: "directive", type: i4.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i4.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form", "view", "context"], outputs: ["continue", "back", "save"] }, { kind: "component", type: i5.ColorPicker, selector: "bizdoc-color-picker", inputs: ["label", "value", "required", "disabled"], outputs: ["valueChanges"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ActionDesignerComponent, decorators: [{
38
+ ActionDesignerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: ActionDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
39
+ ActionDesignerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: ActionDesignerComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <div [formGroup]=\"form\" class=\"column\">\r\n <div>\r\n <mat-checkbox formControlName=\"multiple\">{{'EnableMultipleSelection'|translate}}</mat-checkbox>\r\n </div>\r\n <h2 class=\"mat-title\">{{'Labels'|translate}}</h2>\r\n <bizdoc-localized-string formControlName=\"past\" [placeholder]=\"Past\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"verb\" [placeholder]=\"Verb\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"adjective\" [placeholder]=\"Adjective\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"adjectivePlural\" [placeholder]=\"AdjectivePlural\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"you\" [placeholder]=\"You\" required class=\"flex column\"></bizdoc-localized-string>\r\n <div>\r\n <bizdoc-color-picker formControlName=\"color\" [label]=\"'Color'|translate\" class=\"flex\"></bizdoc-color-picker>\r\n </div>\r\n </div>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n", dependencies: [{ 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.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { 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: i2.MatCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }, { kind: "component", type: i3.LocalizedStringComponent, selector: "bizdoc-localized-string", inputs: ["class", "floatLabel", "value", "placeholder", "required", "disabled", "maxlength"] }, { kind: "directive", type: i4.EditContentDirective, selector: "[bizdocEditContent]" }, { kind: "component", type: i4.DesignerItemComponent, selector: "bizdoc-designer-element", inputs: ["privileges", "icon", "form", "view", "context"], outputs: ["continue", "back", "save"] }, { kind: "component", type: i5.ColorPicker, selector: "bizdoc-color-picker", inputs: ["label", "value", "required", "disabled"], outputs: ["valueChanges"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: ActionDesignerComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ template: "<bizdoc-designer-element [form]=\"form\" [privileges]=\"true\">\r\n <ng-template bizdocEditContent>\r\n <div [formGroup]=\"form\" class=\"column\">\r\n <div>\r\n <mat-checkbox formControlName=\"multiple\">{{'EnableMultipleSelection'|translate}}</mat-checkbox>\r\n </div>\r\n <h2 class=\"mat-title\">{{'Labels'|translate}}</h2>\r\n <bizdoc-localized-string formControlName=\"past\" [placeholder]=\"Past\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"verb\" [placeholder]=\"Verb\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"adjective\" [placeholder]=\"Adjective\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"adjectivePlural\" [placeholder]=\"AdjectivePlural\" required class=\"flex column\"></bizdoc-localized-string>\r\n <bizdoc-localized-string formControlName=\"you\" [placeholder]=\"You\" required class=\"flex column\"></bizdoc-localized-string>\r\n <div>\r\n <bizdoc-color-picker formControlName=\"color\" [label]=\"'Color'|translate\" class=\"flex\"></bizdoc-color-picker>\r\n </div>\r\n </div>\r\n </ng-template>\r\n</bizdoc-designer-element>\r\n" }]
43
43
  }] });