@bizdoc/core 3.0.5 → 3.2.1

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 (651) hide show
  1. package/assets/system/Workday.svg +37 -37
  2. package/assets/themes/brown.min.css +1 -1
  3. package/assets/themes/dark.min.css +1 -1
  4. package/assets/themes/deep-purple-light-blue.min.css +1 -1
  5. package/assets/themes/deep-purple-teal.min.css +1 -1
  6. package/assets/themes/default.min.css +44 -1
  7. package/assets/themes/green.min.css +1 -1
  8. package/assets/themes/indigo-amber.min.css +1 -1
  9. package/assets/themes/indigo.min.css +1 -1
  10. package/esm2022/bizdoc-core.mjs +1 -1
  11. package/esm2022/lib/admin/admin-dismiss.service.mjs +4 -4
  12. package/esm2022/lib/admin/admin-menu.component.mjs +5 -5
  13. package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +10 -10
  14. package/esm2022/lib/admin/architecture/declarations.mjs +3 -2
  15. package/esm2022/lib/admin/architecture/designer-element.component.mjs +25 -22
  16. package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +6 -6
  17. package/esm2022/lib/admin/architecture/designer.base.mjs +11 -14
  18. package/esm2022/lib/admin/architecture/designer.component.mjs +9 -8
  19. package/esm2022/lib/admin/architecture/elements/action.component.mjs +4 -5
  20. package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +5 -5
  21. package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +5 -5
  22. package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +5 -5
  23. package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +5 -6
  24. package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +5 -5
  25. package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +5 -5
  26. package/esm2022/lib/admin/architecture/elements/control.component.mjs +4 -7
  27. package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +5 -5
  28. package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +5 -5
  29. package/esm2022/lib/admin/architecture/elements/cube.component.mjs +14 -15
  30. package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +6 -8
  31. package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +5 -5
  32. package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +5 -5
  33. package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +5 -5
  34. package/esm2022/lib/admin/architecture/elements/folder.component.mjs +5 -6
  35. package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +9 -11
  36. package/esm2022/lib/admin/architecture/elements/form.component.mjs +13 -14
  37. package/esm2022/lib/admin/architecture/elements/guide.component.mjs +5 -6
  38. package/esm2022/lib/admin/architecture/elements/job.component.mjs +5 -6
  39. package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +6 -6
  40. package/esm2022/lib/admin/architecture/elements/node.component.mjs +4 -4
  41. package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +5 -5
  42. package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +5 -5
  43. package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +5 -5
  44. package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +5 -5
  45. package/esm2022/lib/admin/architecture/elements/policy.component.mjs +4 -4
  46. package/esm2022/lib/admin/architecture/elements/report.component.mjs +5 -6
  47. package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +5 -5
  48. package/esm2022/lib/admin/architecture/elements/role.component.mjs +5 -6
  49. package/esm2022/lib/admin/architecture/elements/rule.component.mjs +4 -4
  50. package/esm2022/lib/admin/architecture/elements/source.component.mjs +4 -4
  51. package/esm2022/lib/admin/architecture/elements/state.component.mjs +4 -5
  52. package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +5 -5
  53. package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +5 -5
  54. package/esm2022/lib/admin/architecture/elements/type.component.mjs +7 -8
  55. package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +6 -6
  56. package/esm2022/lib/admin/architecture/elements/utility.component.mjs +4 -4
  57. package/esm2022/lib/admin/architecture/elements/view.component.mjs +4 -4
  58. package/esm2022/lib/admin/architecture/elements/widget.component.mjs +5 -6
  59. package/esm2022/lib/admin/architecture/icon-picker.component.mjs +12 -7
  60. package/esm2022/lib/admin/core/ace.input.mjs +14 -13
  61. package/esm2022/lib/admin/core/color-picker.input.mjs +5 -5
  62. package/esm2022/lib/admin/core/localized-string.component.mjs +8 -7
  63. package/esm2022/lib/admin/core/search.input.mjs +5 -5
  64. package/esm2022/lib/admin/diff/configuration-diff.component.mjs +8 -7
  65. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +19 -13
  66. package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +5 -5
  67. package/esm2022/lib/admin/document-trace/timeline.mjs +1 -1
  68. package/esm2022/lib/admin/document-trace/trace-element.component.mjs +6 -6
  69. package/esm2022/lib/admin/form/designer/box-designer.component.mjs +6 -6
  70. package/esm2022/lib/admin/form/designer/declarations.mjs +1 -1
  71. package/esm2022/lib/admin/form/designer/design-control.component.mjs +4 -4
  72. package/esm2022/lib/admin/form/designer/properties.component.mjs +5 -5
  73. package/esm2022/lib/admin/form/designer/section.component.mjs +5 -5
  74. package/esm2022/lib/admin/form/designer/settings.component.mjs +4 -4
  75. package/esm2022/lib/admin/form/form.resolve.service.mjs +4 -4
  76. package/esm2022/lib/admin/form/workflow/node-ref.mjs +1 -1
  77. package/esm2022/lib/admin/form/workflow/node.component.mjs +35 -35
  78. package/esm2022/lib/admin/form/workflow/role-node.component.mjs +5 -5
  79. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +10 -12
  80. package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +9 -9
  81. package/esm2022/lib/admin/patterns/patterns.component.mjs +5 -5
  82. package/esm2022/lib/admin/permissions/permissions.component.mjs +5 -5
  83. package/esm2022/lib/admin/positions/positions-popup.component.mjs +8 -7
  84. package/esm2022/lib/admin/positions/positions.component.mjs +9 -9
  85. package/esm2022/lib/admin/profiler/outofoffice.component.mjs +6 -6
  86. package/esm2022/lib/admin/profiler/profiler.component.mjs +7 -7
  87. package/esm2022/lib/admin/system.service.mjs +15 -11
  88. package/esm2022/lib/admin/utility-ref.mjs +7 -5
  89. package/esm2022/lib/admin/utility-wrapper.component.mjs +4 -4
  90. package/esm2022/lib/admin/utility.pane.component.mjs +4 -4
  91. package/esm2022/lib/app.component.mjs +7 -7
  92. package/esm2022/lib/bizdoc.module.mjs +5 -5
  93. package/esm2022/lib/browse/browse-items.component.mjs +34 -33
  94. package/esm2022/lib/browse/browse.mobile.component.mjs +11 -8
  95. package/esm2022/lib/browse/browse.pane.component.mjs +9 -9
  96. package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +12 -12
  97. package/esm2022/lib/browse/filter/filter.component.mjs +27 -39
  98. package/esm2022/lib/browse/folders-menu.component.mjs +5 -5
  99. package/esm2022/lib/chat/chat-info.mjs +9 -8
  100. package/esm2022/lib/chat/chat.mobile.component.mjs +5 -5
  101. package/esm2022/lib/chat/chat.service.mjs +6 -6
  102. package/esm2022/lib/chat/contacts.component.mjs +10 -9
  103. package/esm2022/lib/chat/contacts.pane.component.mjs +4 -4
  104. package/esm2022/lib/chat/conversation.component.mjs +8 -8
  105. package/esm2022/lib/chat/conversation.pane.component.mjs +4 -4
  106. package/esm2022/lib/compose/action/action-picker.component.mjs +7 -10
  107. package/esm2022/lib/compose/action/action-ref.mjs +1 -1
  108. package/esm2022/lib/compose/action/action.base.mjs +1 -1
  109. package/esm2022/lib/compose/action/action.dialog.mjs +5 -5
  110. package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +7 -7
  111. package/esm2022/lib/compose/action/assign-action.component.mjs +5 -5
  112. package/esm2022/lib/compose/action/moveto-action.component.mjs +6 -6
  113. package/esm2022/lib/compose/action/return-action.component.mjs +5 -5
  114. package/esm2022/lib/compose/attachments/attachments.component.mjs +5 -5
  115. package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +5 -5
  116. package/esm2022/lib/compose/attachments/progress-button.directive.mjs +4 -4
  117. package/esm2022/lib/compose/box/box.component.mjs +5 -5
  118. package/esm2022/lib/compose/box/control.component.mjs +4 -4
  119. package/esm2022/lib/compose/box/row.component.mjs +4 -4
  120. package/esm2022/lib/compose/can-deactivate-changes.service.mjs +4 -4
  121. package/esm2022/lib/compose/comments/comment.component.mjs +18 -15
  122. package/esm2022/lib/compose/comments/comments.component.mjs +7 -7
  123. package/esm2022/lib/compose/comments/comments.pane.component.mjs +5 -5
  124. package/esm2022/lib/compose/comments/edit-comment.component.mjs +4 -4
  125. package/esm2022/lib/compose/comments/edits.component.mjs +5 -5
  126. package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +6 -6
  127. package/esm2022/lib/compose/comments/votes.component.mjs +5 -5
  128. package/esm2022/lib/compose/compose-resolve.service.mjs +4 -4
  129. package/esm2022/lib/compose/compose.mobile.component.mjs +8 -8
  130. package/esm2022/lib/compose/compose.pane.component.mjs +11 -11
  131. package/esm2022/lib/compose/copy/copy.dialog.mjs +5 -5
  132. package/esm2022/lib/compose/dismiss.service.mjs +4 -4
  133. package/esm2022/lib/compose/document-resolve.service.mjs +7 -7
  134. package/esm2022/lib/compose/document-resolver.service.mjs +4 -4
  135. package/esm2022/lib/compose/document.component.mjs +4 -4
  136. package/esm2022/lib/compose/document.mobile.component.mjs +4 -4
  137. package/esm2022/lib/compose/document.pane.component.mjs +4 -4
  138. package/esm2022/lib/compose/events/events.component.mjs +5 -5
  139. package/esm2022/lib/compose/form-ref.mjs +1 -1
  140. package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +5 -5
  141. package/esm2022/lib/compose/form.component.mjs +59 -23
  142. package/esm2022/lib/compose/new-menu.component.mjs +8 -7
  143. package/esm2022/lib/compose/overlay.component.exp.mjs +4 -4
  144. package/esm2022/lib/compose/privilage.directive.mjs +7 -7
  145. package/esm2022/lib/compose/recipient-resolver.service.mjs +4 -4
  146. package/esm2022/lib/compose/state.component.mjs +4 -4
  147. package/esm2022/lib/compose/tag/tags.component.mjs +5 -5
  148. package/esm2022/lib/compose/trace/flow.component.mjs +16 -17
  149. package/esm2022/lib/compose/trace/people.component.mjs +14 -9
  150. package/esm2022/lib/compose/trace/trace.base.mjs +6 -7
  151. package/esm2022/lib/compose/trace/trace.component.mjs +5 -5
  152. package/esm2022/lib/compose/trace/trace.pane.component.mjs +4 -4
  153. package/esm2022/lib/compose/version-compare/version-compare.component.mjs +5 -4
  154. package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +14 -14
  155. package/esm2022/lib/compose/version-compare/version.pane.component.mjs +5 -5
  156. package/esm2022/lib/core/account.service.mjs +4 -4
  157. package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +4 -4
  158. package/esm2022/lib/core/animations.mjs +1 -1
  159. package/esm2022/lib/core/authentication.mjs +1 -1
  160. package/esm2022/lib/core/avatar/avatar.component.mjs +52 -43
  161. package/esm2022/lib/core/base.mjs +1 -1
  162. package/esm2022/lib/core/checkbox.mjs +19 -19
  163. package/esm2022/lib/core/colors.mjs +1 -1
  164. package/esm2022/lib/core/component-factory-resolver.mjs +5 -5
  165. package/esm2022/lib/core/configuration.mjs +1 -1
  166. package/esm2022/lib/core/datasource.service.mjs +4 -4
  167. package/esm2022/lib/core/decorators.mjs +1 -1
  168. package/esm2022/lib/core/document-factory.service.mjs +4 -11
  169. package/esm2022/lib/core/fields/address.designer.mjs +4 -4
  170. package/esm2022/lib/core/fields/address.field.mjs +31 -31
  171. package/esm2022/lib/core/fields/autocomplete.field.mjs +65 -65
  172. package/esm2022/lib/core/fields/axes-picker.designer.mjs +25 -25
  173. package/esm2022/lib/core/fields/axes-picker.field.mjs +5 -5
  174. package/esm2022/lib/core/fields/checkbox.designer.mjs +4 -4
  175. package/esm2022/lib/core/fields/checkbox.field.mjs +5 -5
  176. package/esm2022/lib/core/fields/checklist.designer.mjs +59 -59
  177. package/esm2022/lib/core/fields/checklist.field.mjs +5 -5
  178. package/esm2022/lib/core/fields/date-range.designer.mjs +4 -4
  179. package/esm2022/lib/core/fields/date-range.field.mjs +5 -5
  180. package/esm2022/lib/core/fields/date.designer.mjs +4 -4
  181. package/esm2022/lib/core/fields/date.field.mjs +5 -5
  182. package/esm2022/lib/core/fields/expression.field.mjs +30 -30
  183. package/esm2022/lib/core/fields/file.designer.mjs +4 -4
  184. package/esm2022/lib/core/fields/file.field.mjs +5 -5
  185. package/esm2022/lib/core/fields/html.designer.mjs +4 -4
  186. package/esm2022/lib/core/fields/html.field.mjs +5 -5
  187. package/esm2022/lib/core/fields/input.designer.mjs +4 -4
  188. package/esm2022/lib/core/fields/input.field.mjs +5 -5
  189. package/esm2022/lib/core/fields/localized-string.field.mjs +7 -7
  190. package/esm2022/lib/core/fields/numeric.designer.mjs +4 -4
  191. package/esm2022/lib/core/fields/numeric.field.mjs +5 -5
  192. package/esm2022/lib/core/fields/options.base.mjs +8 -8
  193. package/esm2022/lib/core/fields/options.component.mjs +5 -5
  194. package/esm2022/lib/core/fields/radio-button.designer.mjs +5 -5
  195. package/esm2022/lib/core/fields/radio-button.field.mjs +5 -5
  196. package/esm2022/lib/core/fields/select.designer.mjs +63 -63
  197. package/esm2022/lib/core/fields/select.field.mjs +5 -5
  198. package/esm2022/lib/core/fields/signature.designer.mjs +4 -4
  199. package/esm2022/lib/core/fields/signature.field.mjs +5 -5
  200. package/esm2022/lib/core/fields/switch.field.mjs +5 -5
  201. package/esm2022/lib/core/fields/tags.designer.mjs +4 -4
  202. package/esm2022/lib/core/fields/tags.field.mjs +5 -5
  203. package/esm2022/lib/core/fields/textarea.designer.mjs +4 -4
  204. package/esm2022/lib/core/fields/textarea.field.mjs +5 -5
  205. package/esm2022/lib/core/fields/time.designer.mjs +4 -4
  206. package/esm2022/lib/core/fields/time.field.mjs +5 -5
  207. package/esm2022/lib/core/fields/timespan.field.mjs +30 -30
  208. package/esm2022/lib/core/fields/yesno.designer.mjs +23 -23
  209. package/esm2022/lib/core/fields/yesno.field.mjs +5 -5
  210. package/esm2022/lib/core/firebase.service.mjs +1 -1
  211. package/esm2022/lib/core/functions.mjs +4 -1
  212. package/esm2022/lib/core/guide/guide.component.mjs +5 -5
  213. package/esm2022/lib/core/guide/guide.service.mjs +11 -7
  214. package/esm2022/lib/core/guide/help-tip.component.mjs +22 -22
  215. package/esm2022/lib/core/http.interceptor.mjs +6 -6
  216. package/esm2022/lib/core/hub.service.mjs +4 -4
  217. package/esm2022/lib/core/identity/identity.component.mjs +5 -5
  218. package/esm2022/lib/core/info/attachment-info.service.mjs +4 -4
  219. package/esm2022/lib/core/info/document-info.service.mjs +4 -4
  220. package/esm2022/lib/core/info/location-info.component.mjs +4 -4
  221. package/esm2022/lib/core/info/map-info.mjs +4 -4
  222. package/esm2022/lib/core/inputs/address.input.mjs +21 -21
  223. package/esm2022/lib/core/inputs/auto-complete.input.mjs +38 -37
  224. package/esm2022/lib/core/inputs/combination-picker-body.mjs +10 -12
  225. package/esm2022/lib/core/inputs/combination-picker.mjs +4 -5
  226. package/esm2022/lib/core/inputs/combination-pool.mjs +7 -6
  227. package/esm2022/lib/core/inputs/file.input.mjs +30 -24
  228. package/esm2022/lib/core/inputs/select.input.mjs +37 -37
  229. package/esm2022/lib/core/inputs/signature.input.mjs +4 -4
  230. package/esm2022/lib/core/inputs/time-picker.mjs +8 -8
  231. package/esm2022/lib/core/inputs/timespan.input.mjs +7 -7
  232. package/esm2022/lib/core/layout.component.mjs +11 -5
  233. package/esm2022/lib/core/lottie-animation.exp.mjs +49 -0
  234. package/esm2022/lib/core/mailbox.service.mjs +20 -14
  235. package/esm2022/lib/core/models.mjs +2 -1
  236. package/esm2022/lib/core/none.component.mjs +15 -15
  237. package/esm2022/lib/core/pipes/action.pipe.mjs +4 -4
  238. package/esm2022/lib/core/pipes/calendar.pipe.mjs +4 -4
  239. package/esm2022/lib/core/pipes/date-format.pipe.mjs +4 -4
  240. package/esm2022/lib/core/pipes/daterange.pipe.mjs +7 -7
  241. package/esm2022/lib/core/pipes/difference.pipe.mjs +4 -4
  242. package/esm2022/lib/core/pipes/duration-format.pipe.mjs +4 -4
  243. package/esm2022/lib/core/pipes/duration.pipe.mjs +4 -4
  244. package/esm2022/lib/core/pipes/filter.pipe.mjs +25 -0
  245. package/esm2022/lib/core/pipes/form.pipe.mjs +4 -4
  246. package/esm2022/lib/core/pipes/join.pipe.mjs +4 -4
  247. package/esm2022/lib/core/pipes/localized-string.pipe.mjs +4 -4
  248. package/esm2022/lib/core/pipes/role.pipe.mjs +4 -4
  249. package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +4 -4
  250. package/esm2022/lib/core/pipes/sort.pipe.mjs +8 -30
  251. package/esm2022/lib/core/pipes/state.pipe.mjs +4 -4
  252. package/esm2022/lib/core/pipes/time-ago.pipe.mjs +4 -4
  253. package/esm2022/lib/core/pipes/to-now.pipe.mjs +4 -4
  254. package/esm2022/lib/core/pipes/translate.pipe.mjs +10 -10
  255. package/esm2022/lib/core/pipes/type-value.pipe.mjs +4 -4
  256. package/esm2022/lib/core/pipes/user-name.pipe.mjs +4 -4
  257. package/esm2022/lib/core/popup/popup-ref.mjs +1 -1
  258. package/esm2022/lib/core/popup/popup.component.mjs +4 -4
  259. package/esm2022/lib/core/popup/popup.service.mjs +7 -5
  260. package/esm2022/lib/core/popup/tooltip.directive.mjs +10 -11
  261. package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +4 -4
  262. package/esm2022/lib/core/prompt/mask/mask.component.mjs +4 -4
  263. package/esm2022/lib/core/prompt.service.mjs +6 -6
  264. package/esm2022/lib/core/router.mjs +9 -9
  265. package/esm2022/lib/core/save-changes.dialog.mjs +4 -4
  266. package/esm2022/lib/core/session.service.mjs +18 -9
  267. package/esm2022/lib/core/slots/pane-ref.mjs +2 -2
  268. package/esm2022/lib/core/slots/router.directive.mjs +4 -4
  269. package/esm2022/lib/core/slots/router.service.mjs +6 -5
  270. package/esm2022/lib/core/slots/slots.component.mjs +26 -23
  271. package/esm2022/lib/core/sticky-toolbar.exp.mjs +9 -6
  272. package/esm2022/lib/core/tagging/documents.component.mjs +5 -5
  273. package/esm2022/lib/core/tagging/edit-input.component.mjs +17 -14
  274. package/esm2022/lib/core/tagging/emoji.component.mjs +4 -4
  275. package/esm2022/lib/core/tagging/tagging-item.directive.mjs +4 -4
  276. package/esm2022/lib/core/tagging/tagging.component-base.mjs +4 -4
  277. package/esm2022/lib/core/tagging/tagging.directive.mjs +5 -5
  278. package/esm2022/lib/core/tagging/tagging.pipe.mjs +4 -4
  279. package/esm2022/lib/core/tagging/users.component.mjs +5 -5
  280. package/esm2022/lib/core/translate.service.mjs +5 -4
  281. package/esm2022/lib/core/translations.mjs +8 -6
  282. package/esm2022/lib/core/virtual-tabs.component.exp.mjs +7 -7
  283. package/esm2022/lib/core/window-title.service.mjs +14 -6
  284. package/esm2022/lib/cube/accum/accum.component.mjs +4 -4
  285. package/esm2022/lib/cube/chart/chart.component.mjs +8 -7
  286. package/esm2022/lib/cube/cube-info.service.mjs +13 -10
  287. package/esm2022/lib/cube/cube-menu.component.mjs +5 -5
  288. package/esm2022/lib/cube/cube-view.component.mjs +5 -5
  289. package/esm2022/lib/cube/cube.service.mjs +21 -19
  290. package/esm2022/lib/cube/declarations.mjs +1 -1
  291. package/esm2022/lib/cube/explore/document-item.component.mjs +4 -4
  292. package/esm2022/lib/cube/explore/explore-item.component.mjs +4 -4
  293. package/esm2022/lib/cube/explore/explore-items.component.mjs +8 -8
  294. package/esm2022/lib/cube/explore/explore.pane.component.mjs +5 -5
  295. package/esm2022/lib/cube/explore/item-resolver.service.mjs +7 -7
  296. package/esm2022/lib/cube/explore/item.pane.component.mjs +5 -5
  297. package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +5 -5
  298. package/esm2022/lib/cube/filter/filter.component.mjs +14 -13
  299. package/esm2022/lib/cube/grid/grid.component.mjs +9 -8
  300. package/esm2022/lib/cube/matrix/matrix.base.mjs +20 -18
  301. package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +5 -5
  302. package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +6 -6
  303. package/esm2022/lib/cube/matrix/popup.component.mjs +5 -5
  304. package/esm2022/lib/cube/matrix/table.component.mjs +10 -9
  305. package/esm2022/lib/cube/parallel/item.mjs +1 -2
  306. package/esm2022/lib/cube/parallel/parallel.component.mjs +5 -5
  307. package/esm2022/lib/cube/pivot/pivot.component.mjs +16 -7
  308. package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +6 -6
  309. package/esm2022/lib/cube/spreadsheet/spreadsheet.container.exp.mjs +4 -4
  310. package/esm2022/lib/cube/sum/sum.component.mjs +20 -19
  311. package/esm2022/lib/cube/view-base.mjs +5 -5
  312. package/esm2022/lib/cube/view.mobile.component.mjs +6 -6
  313. package/esm2022/lib/cube/view.pane.component.mjs +5 -5
  314. package/esm2022/lib/dashboard/actions/actions.widget.mjs +7 -6
  315. package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +4 -8
  316. package/esm2022/lib/dashboard/cube/compare.widget.mjs +5 -7
  317. package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +8 -6
  318. package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
  319. package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +5 -4
  320. package/esm2022/lib/dashboard/cube/document-state.widget.mjs +6 -5
  321. package/esm2022/lib/dashboard/cube/documents.widget.mjs +4 -4
  322. package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +4 -4
  323. package/esm2022/lib/dashboard/dashboard.component.mjs +5 -5
  324. package/esm2022/lib/dashboard/dashboard.pane.component.mjs +4 -4
  325. package/esm2022/lib/dashboard/recents/recents.widget.mjs +13 -16
  326. package/esm2022/lib/dashboard/score/activity.widget.mjs +7 -6
  327. package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +12 -5
  328. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +9 -8
  329. package/esm2022/lib/dashboard/score/pending-results.widget.mjs +5 -5
  330. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +19 -18
  331. package/esm2022/lib/dashboard/widget-item.component.mjs +4 -4
  332. package/esm2022/lib/dashboard/widget-ref.mjs +1 -1
  333. package/esm2022/lib/designer.module.mjs +5 -5
  334. package/esm2022/lib/desktop.module.mjs +8 -12
  335. package/esm2022/lib/home/about/about.dialog.mjs +6 -6
  336. package/esm2022/lib/home/home-base.component.mjs +18 -10
  337. package/esm2022/lib/home/home.desktop.component.mjs +12 -22
  338. package/esm2022/lib/home/home.mobile.component.mjs +29 -32
  339. package/esm2022/lib/home/notifications/notifications.component.mjs +22 -24
  340. package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +10 -10
  341. package/esm2022/lib/home/sign/sign.component.mjs +17 -21
  342. package/esm2022/lib/impersonate/impersonate.component.mjs +36 -34
  343. package/esm2022/lib/mobile.module.mjs +8 -11
  344. package/esm2022/lib/modules/chart.module.mjs +13 -11
  345. package/esm2022/lib/modules/circular-gauge.module.mjs +9 -7
  346. package/esm2022/lib/modules/date.adapter.mjs +1 -1
  347. package/esm2022/lib/modules/datepicker.intl.mjs +4 -4
  348. package/esm2022/lib/modules/dayjs.module.mjs +5 -5
  349. package/esm2022/lib/modules/diagram.module.mjs +9 -7
  350. package/esm2022/lib/modules/gantt.module.mjs +11 -9
  351. package/esm2022/lib/modules/grid.module.mjs +9 -7
  352. package/esm2022/lib/modules/linear-gauge.module.mjs +5 -5
  353. package/esm2022/lib/modules/material.module.mjs +5 -5
  354. package/esm2022/lib/modules/paginator.intl.mjs +4 -4
  355. package/esm2022/lib/modules/pivot.module.mjs +9 -7
  356. package/esm2022/lib/modules/schedule.module.mjs +9 -7
  357. package/esm2022/lib/modules/spreadsheet.module.mjs +5 -5
  358. package/esm2022/lib/modules/stepper.intl.mjs +4 -4
  359. package/esm2022/lib/modules/texteditor.module.mjs +7 -6
  360. package/esm2022/lib/notifications/filter.component.mjs +4 -4
  361. package/esm2022/lib/notifications/notifications-table.component.mjs +7 -8
  362. package/esm2022/lib/notifications/notifications.component-base.mjs +1 -1
  363. package/esm2022/lib/notifications/notifications.mobile.component.mjs +4 -4
  364. package/esm2022/lib/notifications/notifications.pane.component.mjs +4 -4
  365. package/esm2022/lib/notifications/notifications.service.mjs +13 -6
  366. package/esm2022/lib/notifications/types/commented.notification.mjs +17 -17
  367. package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +4 -4
  368. package/esm2022/lib/notifications/types/escalated.notification.mjs +4 -4
  369. package/esm2022/lib/notifications/types/invite.notification.mjs +4 -4
  370. package/esm2022/lib/notifications/types/liked.notification.mjs +17 -17
  371. package/esm2022/lib/notifications/types/long-running-task.notification.mjs +4 -4
  372. package/esm2022/lib/notifications/types/notification-base.mjs +4 -4
  373. package/esm2022/lib/notifications/types/nudge.notification.mjs +4 -4
  374. package/esm2022/lib/notifications/types/state-changed.notification.mjs +4 -4
  375. package/esm2022/lib/notifications/types/tagged.notification.mjs +7 -7
  376. package/esm2022/lib/notifications/types/text.notification.mjs +4 -4
  377. package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +4 -4
  378. package/esm2022/lib/options/options.component.mjs +91 -49
  379. package/esm2022/lib/options/options.desktop.component.mjs +26 -0
  380. package/esm2022/lib/options/options.mobile.component.mjs +23 -0
  381. package/esm2022/lib/reports/arguments-component.mjs +4 -4
  382. package/esm2022/lib/reports/cube/documents.component.mjs +4 -4
  383. package/esm2022/lib/reports/cube/grid-documents.component.mjs +4 -4
  384. package/esm2022/lib/reports/cube/performance-hilo.component.mjs +5 -5
  385. package/esm2022/lib/reports/cube/performance-wind.component.mjs +4 -4
  386. package/esm2022/lib/reports/cube/table-documents.component.mjs +7 -6
  387. package/esm2022/lib/reports/cube/usage-args.component.mjs +6 -5
  388. package/esm2022/lib/reports/cube/usage-base.mjs +8 -8
  389. package/esm2022/lib/reports/cube/usage-chart.component.mjs +5 -5
  390. package/esm2022/lib/reports/cube/usage-pivot.component.mjs +5 -5
  391. package/esm2022/lib/reports/cube/usage.component.mjs +4 -4
  392. package/esm2022/lib/reports/report-ref.mjs +1 -1
  393. package/esm2022/lib/reports/report-viewer.component.mjs +5 -5
  394. package/esm2022/lib/reports/report.mobile.component.mjs +5 -5
  395. package/esm2022/lib/reports/report.pane.component.mjs +5 -5
  396. package/esm2022/lib/reports/reports-menu.component.mjs +5 -5
  397. package/esm2022/lib/reports/substitution/substitution.component.mjs +5 -5
  398. package/esm2022/lib/reports/table/table-view.component.mjs +5 -5
  399. package/esm2022/lib/reports/tasks/tasks.component.mjs +4 -4
  400. package/esm2022/lib/routes.desktop.mjs +24 -5
  401. package/esm2022/lib/routes.mobile.mjs +12 -2
  402. package/esm2022/lib/scheduler/schedule.component.mjs +5 -5
  403. package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +4 -4
  404. package/esm2022/lib/scheduler/scheduler.pane.component.mjs +4 -4
  405. package/esm2022/lib/search/cube.component.mjs +8 -9
  406. package/esm2022/lib/search/declarations.mjs +1 -1
  407. package/esm2022/lib/search/document.component.mjs +4 -4
  408. package/esm2022/lib/search/guide.component.mjs +4 -4
  409. package/esm2022/lib/search/path.component.mjs +15 -15
  410. package/esm2022/lib/search/search.service.mjs +5 -5
  411. package/esm2022/lib/shared.module.mjs +17 -17
  412. package/esm2022/lib/system.module.mjs +5 -5
  413. package/esm2022/lib/views/cube/chart.component.mjs +5 -5
  414. package/esm2022/lib/views/cube/cube-base.mjs +4 -4
  415. package/esm2022/lib/views/cube/explore.component.mjs +6 -6
  416. package/esm2022/lib/views/cube/matrix.component.mjs +7 -7
  417. package/esm2022/lib/views/cube/parallel.component.mjs +5 -5
  418. package/esm2022/lib/views/cube/pivot.component.mjs +5 -5
  419. package/esm2022/lib/views/cube/sum.component.mjs +5 -5
  420. package/esm2022/lib/views/cube/view.component.mjs +7 -7
  421. package/esm2022/lib/views/document-view-ref.mjs +1 -1
  422. package/esm2022/lib/views/timeline/timeline.component.mjs +7 -8
  423. package/esm2022/lib/views/view-item.component.mjs +4 -4
  424. package/esm2022/lib/views/views.component.mjs +5 -5
  425. package/esm2022/lib/views/views.mobile.component.mjs +6 -6
  426. package/esm2022/lib/views/views.pane.component.mjs +8 -8
  427. package/esm2022/public-api.mjs +4 -3
  428. package/fesm2022/bizdoc-core.mjs +3819 -3701
  429. package/fesm2022/bizdoc-core.mjs.map +1 -1
  430. package/lib/admin/architecture/cube-axes-filter.component.d.ts +4 -1
  431. package/lib/admin/architecture/declarations.d.ts +14 -9
  432. package/lib/admin/architecture/designer-element.component.d.ts +1 -0
  433. package/lib/admin/architecture/designer-privileges.component.d.ts +4 -2
  434. package/lib/admin/architecture/designer.base.d.ts +1 -4
  435. package/lib/admin/architecture/designer.component.d.ts +3 -3
  436. package/lib/admin/architecture/elements/action.component.d.ts +13 -13
  437. package/lib/admin/architecture/elements/analysis-view.component.d.ts +8 -8
  438. package/lib/admin/architecture/elements/analysis-widget.component.d.ts +7 -7
  439. package/lib/admin/architecture/elements/anomaly-rule.component.d.ts +3 -3
  440. package/lib/admin/architecture/elements/attribute.component.d.ts +1 -1
  441. package/lib/admin/architecture/elements/box-form.component.d.ts +5 -5
  442. package/lib/admin/architecture/elements/configuration-datasource.component.d.ts +1 -1
  443. package/lib/admin/architecture/elements/control.component.d.ts +1 -2
  444. package/lib/admin/architecture/elements/cube-index-utility.component.d.ts +3 -4
  445. package/lib/admin/architecture/elements/cube-view.component.d.ts +4 -4
  446. package/lib/admin/architecture/elements/cube.component.d.ts +9 -10
  447. package/lib/admin/architecture/elements/document-state-widget.component.d.ts +3 -6
  448. package/lib/admin/architecture/elements/documents-report.component.d.ts +4 -5
  449. package/lib/admin/architecture/elements/documents-widget.component.d.ts +5 -5
  450. package/lib/admin/architecture/elements/explore-view.component.d.ts +4 -4
  451. package/lib/admin/architecture/elements/folder.component.d.ts +2 -2
  452. package/lib/admin/architecture/elements/form-invite.dialog.d.ts +7 -7
  453. package/lib/admin/architecture/elements/form.component.d.ts +10 -9
  454. package/lib/admin/architecture/elements/guide.component.d.ts +1 -1
  455. package/lib/admin/architecture/elements/matrix-view.component.d.ts +16 -16
  456. package/lib/admin/architecture/elements/parallel-view.component.d.ts +9 -10
  457. package/lib/admin/architecture/elements/performance-report.component.d.ts +2 -3
  458. package/lib/admin/architecture/elements/performance-widget.component.d.ts +4 -5
  459. package/lib/admin/architecture/elements/pivot-view.component.d.ts +9 -10
  460. package/lib/admin/architecture/elements/report.component.d.ts +1 -1
  461. package/lib/admin/architecture/elements/return-to-role-action.component.d.ts +1 -1
  462. package/lib/admin/architecture/elements/role.component.d.ts +4 -4
  463. package/lib/admin/architecture/elements/source.component.d.ts +2 -3
  464. package/lib/admin/architecture/elements/state.component.d.ts +4 -4
  465. package/lib/admin/architecture/elements/sum-view.component.d.ts +7 -8
  466. package/lib/admin/architecture/elements/tasks-report.component.d.ts +4 -4
  467. package/lib/admin/architecture/elements/type.component.d.ts +8 -4
  468. package/lib/admin/architecture/elements/usage-report.component.d.ts +7 -7
  469. package/lib/admin/architecture/elements/widget.component.d.ts +1 -1
  470. package/lib/admin/architecture/icon-picker.component.d.ts +5 -3
  471. package/lib/admin/core/ace.input.d.ts +2 -5
  472. package/lib/admin/core/localized-string.component.d.ts +3 -2
  473. package/lib/admin/document-trace/document-trace.component.d.ts +6 -5
  474. package/lib/admin/document-trace/reassign.dialog.d.ts +2 -2
  475. package/lib/admin/document-trace/timeline.d.ts +2 -2
  476. package/lib/admin/form/designer/box-designer.component.d.ts +11 -11
  477. package/lib/admin/form/designer/section.component.d.ts +5 -5
  478. package/lib/admin/form/workflow/node-ref.d.ts +1 -1
  479. package/lib/admin/form/workflow/node.component.d.ts +3 -2
  480. package/lib/admin/form/workflow/role-node.component.d.ts +11 -11
  481. package/lib/admin/form/workflow/workflow.component.d.ts +5 -4
  482. package/lib/admin/indices/manage-cube-index.component.d.ts +3 -3
  483. package/lib/admin/patterns/patterns.component.d.ts +2 -2
  484. package/lib/admin/positions/positions-popup.component.d.ts +1 -1
  485. package/lib/admin/positions/positions.component.d.ts +6 -6
  486. package/lib/admin/profiler/outofoffice.component.d.ts +15 -15
  487. package/lib/admin/profiler/profiler.component.d.ts +3 -3
  488. package/lib/admin/system.service.d.ts +11 -12
  489. package/lib/admin/utility-ref.d.ts +2 -2
  490. package/lib/browse/browse-items.component.d.ts +6 -7
  491. package/lib/browse/browse.mobile.component.d.ts +2 -2
  492. package/lib/browse/browse.pane.component.d.ts +2 -2
  493. package/lib/browse/filter/filter.component.d.ts +10 -11
  494. package/lib/chat/chat-info.d.ts +1 -1
  495. package/lib/chat/chat.service.d.ts +1 -1
  496. package/lib/chat/conversation.component.d.ts +2 -2
  497. package/lib/compose/action/action.base.d.ts +2 -1
  498. package/lib/compose/action/assign-action.component.d.ts +5 -5
  499. package/lib/compose/action/moveto-action.component.d.ts +3 -3
  500. package/lib/compose/action/return-action.component.d.ts +4 -4
  501. package/lib/compose/box/box.component.d.ts +1 -1
  502. package/lib/compose/comments/comments.component.d.ts +4 -4
  503. package/lib/compose/compose.mobile.component.d.ts +5 -5
  504. package/lib/compose/compose.pane.component.d.ts +3 -3
  505. package/lib/compose/copy/copy.dialog.d.ts +1 -1
  506. package/lib/compose/form-ref.d.ts +5 -5
  507. package/lib/compose/form.component.d.ts +36 -2
  508. package/lib/compose/new-menu.component.d.ts +2 -1
  509. package/lib/compose/privilage.directive.d.ts +1 -1
  510. package/lib/compose/tag/tags.component.d.ts +1 -1
  511. package/lib/compose/trace/flow.component.d.ts +1 -0
  512. package/lib/compose/trace/people.component.d.ts +5 -2
  513. package/lib/compose/trace/trace.base.d.ts +1 -1
  514. package/lib/compose/version-compare/version-compare.directive.d.ts +1 -1
  515. package/lib/core/account.service.d.ts +1 -1
  516. package/lib/core/authentication.d.ts +1 -1
  517. package/lib/core/avatar/avatar.component.d.ts +14 -11
  518. package/lib/core/base.d.ts +9 -9
  519. package/lib/core/datasource.service.d.ts +1 -1
  520. package/lib/core/document-factory.service.d.ts +0 -1
  521. package/lib/core/fields/address.designer.d.ts +3 -3
  522. package/lib/core/fields/address.field.d.ts +1 -1
  523. package/lib/core/fields/autocomplete.field.d.ts +5 -5
  524. package/lib/core/fields/axes-picker.designer.d.ts +3 -3
  525. package/lib/core/fields/axes-picker.field.d.ts +1 -1
  526. package/lib/core/fields/checkbox.designer.d.ts +2 -2
  527. package/lib/core/fields/checkbox.field.d.ts +1 -1
  528. package/lib/core/fields/checklist.designer.d.ts +4 -4
  529. package/lib/core/fields/checklist.field.d.ts +1 -2
  530. package/lib/core/fields/date-range.designer.d.ts +6 -6
  531. package/lib/core/fields/date-range.field.d.ts +2 -2
  532. package/lib/core/fields/date.designer.d.ts +5 -5
  533. package/lib/core/fields/file.designer.d.ts +3 -3
  534. package/lib/core/fields/html.designer.d.ts +4 -4
  535. package/lib/core/fields/input.designer.d.ts +8 -9
  536. package/lib/core/fields/numeric.designer.d.ts +7 -7
  537. package/lib/core/fields/options.base.d.ts +1 -1
  538. package/lib/core/fields/radio-button.designer.d.ts +3 -3
  539. package/lib/core/fields/radio-button.field.d.ts +2 -3
  540. package/lib/core/fields/select.designer.d.ts +5 -5
  541. package/lib/core/fields/select.field.d.ts +1 -2
  542. package/lib/core/fields/signature.designer.d.ts +2 -2
  543. package/lib/core/fields/switch.field.d.ts +1 -1
  544. package/lib/core/fields/textarea.designer.d.ts +6 -6
  545. package/lib/core/fields/time.designer.d.ts +5 -5
  546. package/lib/core/fields/yesno.designer.d.ts +3 -3
  547. package/lib/core/fields/yesno.field.d.ts +1 -1
  548. package/lib/core/firebase.service.d.ts +1 -1
  549. package/lib/core/functions.d.ts +7 -4
  550. package/lib/core/guide/help-tip.component.d.ts +1 -1
  551. package/lib/core/http.interceptor.d.ts +1 -1
  552. package/lib/core/hub.service.d.ts +2 -2
  553. package/lib/core/inputs/address.input.d.ts +5 -4
  554. package/lib/core/inputs/auto-complete.input.d.ts +4 -4
  555. package/lib/core/inputs/combination-picker-body.d.ts +2 -2
  556. package/lib/core/inputs/file.input.d.ts +4 -4
  557. package/lib/core/inputs/time-picker.d.ts +2 -2
  558. package/lib/core/inputs/timespan.input.d.ts +7 -7
  559. package/lib/core/{lottie-animation.d.ts → lottie-animation.exp.d.ts} +0 -1
  560. package/lib/core/mailbox.service.d.ts +2 -3
  561. package/lib/core/models.d.ts +6 -5
  562. package/lib/core/pipes/filter.pipe.d.ts +7 -0
  563. package/lib/core/pipes/localized-string.pipe.d.ts +1 -1
  564. package/lib/core/pipes/sort.pipe.d.ts +1 -6
  565. package/lib/core/pipes/time-ago.pipe.d.ts +1 -1
  566. package/lib/core/pipes/user-name.pipe.d.ts +1 -1
  567. package/lib/core/popup/popup-ref.d.ts +4 -4
  568. package/lib/core/popup/tooltip.directive.d.ts +2 -3
  569. package/lib/core/router.d.ts +3 -3
  570. package/lib/core/session.service.d.ts +10 -7
  571. package/lib/core/slots/pane-ref.d.ts +18 -18
  572. package/lib/core/slots/router.directive.d.ts +2 -2
  573. package/lib/core/slots/router.service.d.ts +3 -3
  574. package/lib/core/slots/slots.component.d.ts +3 -3
  575. package/lib/core/sticky-toolbar.exp.d.ts +1 -0
  576. package/lib/core/tagging/edit-input.component.d.ts +5 -5
  577. package/lib/core/tagging/emoji.component.d.ts +1 -1
  578. package/lib/core/tagging/tagging.component-base.d.ts +1 -1
  579. package/lib/core/tagging/tagging.directive.d.ts +1 -1
  580. package/lib/core/tagging/tagging.pipe.d.ts +1 -1
  581. package/lib/core/translate.service.d.ts +2 -2
  582. package/lib/core/translations.d.ts +2 -1049
  583. package/lib/core/virtual-tabs.component.exp.d.ts +2 -2
  584. package/lib/core/window-title.service.d.ts +2 -1
  585. package/lib/cube/accum/accum.component.d.ts +1 -1
  586. package/lib/cube/chart/chart.component.d.ts +5 -5
  587. package/lib/cube/cube-info.service.d.ts +1 -1
  588. package/lib/cube/cube.service.d.ts +2 -2
  589. package/lib/cube/declarations.d.ts +3 -3
  590. package/lib/cube/explore/explore-items.component.d.ts +2 -2
  591. package/lib/cube/filter/filter.component.d.ts +1 -1
  592. package/lib/cube/grid/grid.component.d.ts +4 -4
  593. package/lib/cube/matrix/matrix.base.d.ts +9 -8
  594. package/lib/cube/matrix/matrix.pane.component.d.ts +2 -1
  595. package/lib/cube/matrix/table.component.d.ts +3 -3
  596. package/lib/cube/pivot/pivot.component.d.ts +6 -7
  597. package/lib/cube/spreadsheet/spreadsheet.component.d.ts +3 -3
  598. package/lib/cube/sum/sum.component.d.ts +5 -5
  599. package/lib/cube/view-base.d.ts +3 -2
  600. package/lib/cube/view.mobile.component.d.ts +1 -1
  601. package/lib/dashboard/cube/accum-cube.widget.d.ts +0 -1
  602. package/lib/dashboard/cube/cube-analysis.base.d.ts +9 -6
  603. package/lib/dashboard/cube/filter/filter.component.d.ts +3 -2
  604. package/lib/dashboard/recents/recents.widget.d.ts +5 -6
  605. package/lib/dashboard/score/activity.widget.d.ts +1 -0
  606. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -0
  607. package/lib/dashboard/score/personal-score.widget.d.ts +2 -4
  608. package/lib/desktop.module.d.ts +5 -6
  609. package/lib/home/about/about.dialog.d.ts +2 -2
  610. package/lib/home/home-base.component.d.ts +2 -0
  611. package/lib/home/home.desktop.component.d.ts +6 -9
  612. package/lib/home/home.mobile.component.d.ts +4 -6
  613. package/lib/home/notifications/notifications.component.d.ts +3 -5
  614. package/lib/home/outofoffice/outofoffice.component.d.ts +3 -3
  615. package/lib/home/sign/sign.component.d.ts +4 -2
  616. package/lib/impersonate/impersonate.component.d.ts +11 -12
  617. package/lib/mobile.module.d.ts +3 -3
  618. package/lib/modules/chart.module.d.ts +1 -0
  619. package/lib/modules/circular-gauge.module.d.ts +1 -0
  620. package/lib/modules/diagram.module.d.ts +1 -0
  621. package/lib/modules/gantt.module.d.ts +1 -0
  622. package/lib/modules/grid.module.d.ts +1 -0
  623. package/lib/modules/pivot.module.d.ts +1 -0
  624. package/lib/modules/schedule.module.d.ts +1 -0
  625. package/lib/notifications/filter.component.d.ts +2 -2
  626. package/lib/options/options.component.d.ts +54 -31
  627. package/lib/options/options.desktop.component.d.ts +10 -0
  628. package/lib/options/options.mobile.component.d.ts +9 -0
  629. package/lib/reports/arguments-component.d.ts +2 -2
  630. package/lib/reports/cube/performance-hilo.component.d.ts +1 -1
  631. package/lib/reports/cube/performance-wind.component.d.ts +2 -2
  632. package/lib/reports/cube/usage-args.component.d.ts +3 -1
  633. package/lib/reports/cube/usage-base.d.ts +9 -7
  634. package/lib/reports/cube/usage-pivot.component.d.ts +1 -1
  635. package/lib/reports/report.mobile.component.d.ts +3 -1
  636. package/lib/search/cube.component.d.ts +1 -1
  637. package/lib/search/declarations.d.ts +2 -2
  638. package/lib/shared.module.d.ts +154 -153
  639. package/lib/views/cube/chart.component.d.ts +2 -2
  640. package/lib/views/cube/cube-base.d.ts +6 -6
  641. package/lib/views/cube/sum.component.d.ts +2 -2
  642. package/lib/views/timeline/timeline.component.d.ts +3 -2
  643. package/lib/views/views.component.d.ts +1 -1
  644. package/package.json +7 -7
  645. package/public-api.d.ts +3 -2
  646. package/assets/themes/readme.md +0 -0
  647. package/esm2022/lib/core/lottie-animation.mjs +0 -48
  648. package/esm2022/lib/home/options/options.component.mjs +0 -97
  649. package/esm2022/lib/options/options.service.mjs +0 -42
  650. package/lib/home/options/options.component.d.ts +0 -45
  651. package/lib/options/options.service.d.ts +0 -14
@@ -1,97 +0,0 @@
1
- import { Component, Inject, Optional } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
- import { takeUntil, startWith } from 'rxjs/operators';
4
- import { HubConnectionState } from '@microsoft/signalr';
5
- import { AboutDialog } from '../about/about.dialog';
6
- import { BIZDOC_CONFIG } from '../../core/configuration';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "../../core/prompt.service";
9
- import * as i2 from "@angular/forms";
10
- import * as i3 from "../../core/guide/guide.service";
11
- import * as i4 from "../../core/popup/popup-ref";
12
- import * as i5 from "../../core/hub.service";
13
- import * as i6 from "../../core/session.service";
14
- import * as i7 from "@angular/material/dialog";
15
- import * as i8 from "@angular/common";
16
- import * as i9 from "../../options/options.component";
17
- import * as i10 from "@angular/material/badge";
18
- import * as i11 from "@angular/material/list";
19
- import * as i12 from "@angular/material/divider";
20
- import * as i13 from "@angular/material/button";
21
- import * as i14 from "@angular/material/icon";
22
- import * as i15 from "@angular/material/menu";
23
- import * as i16 from "../../core/popup/tooltip.directive";
24
- import * as i17 from "../../core/pipes/translate.pipe";
25
- const Modes = ['Offline', 'Online', 'OutOfOffice', 'Vacation', 'WorkingHome'];
26
- /** options component*/
27
- export class QuickOptionsComponent {
28
- /** options ctor */
29
- constructor(_ps, _fb, _guide, _popupRef, _hub, _session, _dialog, config) {
30
- this._ps = _ps;
31
- this._fb = _fb;
32
- this._guide = _guide;
33
- this._popupRef = _popupRef;
34
- this._hub = _hub;
35
- this._session = _session;
36
- this._dialog = _dialog;
37
- this.saveing = false;
38
- this.languages = this._session.languages;
39
- this.themes = this._session.Themes;
40
- this.modes = Modes;
41
- this._destroy = new Subject();
42
- this.guides = this._guide.guides.filter(g => g.mode !== 'Private');
43
- this.languages = this._session.languages;
44
- this.currentLanguage = this._session.language;
45
- this.available = this._session.state;
46
- this.theme = this._session.theme.name;
47
- this.profile = this._session.profile;
48
- }
49
- ngOnInit() {
50
- this._hub.state$.pipe(startWith(this._hub.state), takeUntil(this._destroy)).subscribe(s => this.online = s === HubConnectionState.Connected);
51
- if (!this._session.isImpersonating) {
52
- this.guidesCount = this.guides.filter(w => w.mode === 'Eager').length || null;
53
- }
54
- }
55
- revive() {
56
- this._hub.start();
57
- }
58
- about() {
59
- this._close();
60
- this._dialog.open(AboutDialog);
61
- }
62
- guide(guide) {
63
- this._close();
64
- this._guide.start(guide);
65
- }
66
- _close() {
67
- this._popupRef?.close();
68
- }
69
- setAvailable(val) {
70
- this._close();
71
- this._session.state = val;
72
- }
73
- changeTheme(name) {
74
- this._session.theme = name;
75
- }
76
- changeLanguage(code) {
77
- this._session.language = code;
78
- this._ps.mask('Refreshing');
79
- location.reload();
80
- }
81
- ngOnDestroy() {
82
- this._destroy.next();
83
- this._destroy.complete();
84
- }
85
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: QuickOptionsComponent, deps: [{ token: i1.PromptService }, { token: i2.FormBuilder }, { token: i3.GuideService }, { token: i4.PopupRef, optional: true }, { token: i5.HubService }, { token: i6.SessionService }, { token: i7.MatDialog }, { token: BIZDOC_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
86
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.3", type: QuickOptionsComponent, selector: "bizdoc-quick-options", ngImport: i0, template: "<div class=\"column\">\n <div class=\"profile-name\">\n <span class=\"mat-headline-6\">\n @if (profile.byName) {\n {{profile.byName}} \\\n }\n {{profile.name}}\n </span>\n </div>\n <mat-divider />\n <bizdoc-options section=\"notifications\"></bizdoc-options>\n <mat-divider />\n <!--keys-->\n <div *ngTemplateOutlet=\"keysTmpl\"></div>\n <!--themes-->\n @if (themes.length > 1) {\n <div class=\"row center\">\n @for (t of themes; track t) {\n <button (click)=\"changeTheme(t)\" mat-icon-button class=\"theme\" [style.background]=\"t.color\" [class.active]=\"t.name === theme\" [class.dark]=\"t.dark\" [bizdocTooltip]=\"'Theme'|translate\"></button>\n }\n </div>\n }\n</div>\n<!--guide-->\n<mat-nav-list role=\"list\">\n <mat-divider></mat-divider>\n <h3 mat-subheader [matBadge]=\"guidesCount\" matBadgeColor=\"accent\" matBadgeOverlap=\"false\" matBadgeSize=\"small\">{{'Help'|translate}}</h3>\n @for (g of guides; track g) {\n <button mat-menu-item (click)=\"guide(g.name)\">{{g.title}}</button>\n }\n</mat-nav-list>\n<mat-divider></mat-divider>\n<!--footer-->\n<div class=\"row\">\n <button mat-button role=\"listitem\" [matMenuTriggerFor]=\"language\">\n {{currentLanguage | translate}}\n <mat-icon>arrow_drop_down</mat-icon>\n <!--'ChangeLanguage'-->\n </button>\n <mat-menu #language>\n @for (l of languages; track l) {\n <button mat-menu-item (click)=\"changeLanguage(l)\">{{l | translate}}</button>\n }\n </mat-menu>\n @if (online) {\n <button mat-button [matMenuTriggerFor]=\"availability\">\n {{'ShowAs' | translate : (available | translate | lowercase)}}\n <mat-icon>arrow_drop_down</mat-icon>\n </button>\n }\n <mat-menu #availability>\n @for (m of modes; track m) {\n <button mat-menu-item (click)=\"setAvailable(m)\">{{m | translate}}</button>\n }\n </mat-menu>\n <span class=\"divider\"></span>\n <button mat-button role=\"listitem\" (click)=\"about()\">{{ 'About' | translate}}</button>\n @if (!online) {\n <button mat-icon-button (click)=\"revive()\" [bizdocTooltip]=\"'Connect'|translate\">\n <mat-icon>wifi_off</mat-icon>\n </button>\n }\n</div>\n<!---->\n<ng-template #keysTmpl>\n <dl class=\"keys mat-body-2\">\n <dt>Alt+n</dt>\n <dd>{{'AltNHelp'|translate}}</dd>\n <dt>Ctrl+s</dt>\n <dd>{{'CtrlSHelp'|translate}}</dd>\n <dt>Alt+s</dt>\n <dd>{{'AltSHelp'|translate}}</dd>\n <dt>Alt+q</dt>\n <dd>{{'AltQHelp'|translate}}</dd>\n <dt>Alt+a</dt>\n <dd>{{'AltAHelp'|translate}}</dd>\n <dt>Alt+h</dt>\n <dd>{{'AltHHelp'|translate}}</dd>\n <dt>Ctrl+.</dt>\n <dd>{{'CtrlDotHelp'|translate}}</dd>\n </dl>\n</ng-template>\n", styles: [".profile-name{margin:8px;color:var(--mat-app-text-color)}.theme{height:22px!important;width:22px!important;-moz-border-radius:13px 13px!important;-webkit-border-radius:13px 13px!important;border-radius:13px!important;margin:4px!important}.theme.active.dark{border:2px solid #f4f4f4}button{font-weight:300!important}.keys dt{width:72px;float:inline-start;clear:both;font-variant-caps:all-small-caps}.keys dd{float:inline-end;font-size:small;margin:0}\n"], dependencies: [{ kind: "directive", type: i8.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i9.OptionsComponent, selector: "bizdoc-options", inputs: ["section"] }, { kind: "directive", type: i10.MatBadge, selector: "[matBadge]", inputs: ["matBadgeColor", "matBadgeOverlap", "matBadgeDisabled", "matBadgePosition", "matBadge", "matBadgeDescription", "matBadgeSize", "matBadgeHidden"] }, { kind: "component", type: i11.MatNavList, selector: "mat-nav-list", exportAs: ["matNavList"] }, { kind: "directive", type: i11.MatListSubheaderCssMatStyler, selector: "[mat-subheader], [matSubheader]" }, { kind: "component", type: i12.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "component", type: i13.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i13.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i14.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i15.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i15.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i15.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "directive", type: i16.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "pipe", type: i8.LowerCasePipe, name: "lowercase" }, { kind: "pipe", type: i17.TranslatePipe, name: "translate" }] }); }
87
- }
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: QuickOptionsComponent, decorators: [{
89
- type: Component,
90
- args: [{ selector: 'bizdoc-quick-options', template: "<div class=\"column\">\n <div class=\"profile-name\">\n <span class=\"mat-headline-6\">\n @if (profile.byName) {\n {{profile.byName}} \\\n }\n {{profile.name}}\n </span>\n </div>\n <mat-divider />\n <bizdoc-options section=\"notifications\"></bizdoc-options>\n <mat-divider />\n <!--keys-->\n <div *ngTemplateOutlet=\"keysTmpl\"></div>\n <!--themes-->\n @if (themes.length > 1) {\n <div class=\"row center\">\n @for (t of themes; track t) {\n <button (click)=\"changeTheme(t)\" mat-icon-button class=\"theme\" [style.background]=\"t.color\" [class.active]=\"t.name === theme\" [class.dark]=\"t.dark\" [bizdocTooltip]=\"'Theme'|translate\"></button>\n }\n </div>\n }\n</div>\n<!--guide-->\n<mat-nav-list role=\"list\">\n <mat-divider></mat-divider>\n <h3 mat-subheader [matBadge]=\"guidesCount\" matBadgeColor=\"accent\" matBadgeOverlap=\"false\" matBadgeSize=\"small\">{{'Help'|translate}}</h3>\n @for (g of guides; track g) {\n <button mat-menu-item (click)=\"guide(g.name)\">{{g.title}}</button>\n }\n</mat-nav-list>\n<mat-divider></mat-divider>\n<!--footer-->\n<div class=\"row\">\n <button mat-button role=\"listitem\" [matMenuTriggerFor]=\"language\">\n {{currentLanguage | translate}}\n <mat-icon>arrow_drop_down</mat-icon>\n <!--'ChangeLanguage'-->\n </button>\n <mat-menu #language>\n @for (l of languages; track l) {\n <button mat-menu-item (click)=\"changeLanguage(l)\">{{l | translate}}</button>\n }\n </mat-menu>\n @if (online) {\n <button mat-button [matMenuTriggerFor]=\"availability\">\n {{'ShowAs' | translate : (available | translate | lowercase)}}\n <mat-icon>arrow_drop_down</mat-icon>\n </button>\n }\n <mat-menu #availability>\n @for (m of modes; track m) {\n <button mat-menu-item (click)=\"setAvailable(m)\">{{m | translate}}</button>\n }\n </mat-menu>\n <span class=\"divider\"></span>\n <button mat-button role=\"listitem\" (click)=\"about()\">{{ 'About' | translate}}</button>\n @if (!online) {\n <button mat-icon-button (click)=\"revive()\" [bizdocTooltip]=\"'Connect'|translate\">\n <mat-icon>wifi_off</mat-icon>\n </button>\n }\n</div>\n<!---->\n<ng-template #keysTmpl>\n <dl class=\"keys mat-body-2\">\n <dt>Alt+n</dt>\n <dd>{{'AltNHelp'|translate}}</dd>\n <dt>Ctrl+s</dt>\n <dd>{{'CtrlSHelp'|translate}}</dd>\n <dt>Alt+s</dt>\n <dd>{{'AltSHelp'|translate}}</dd>\n <dt>Alt+q</dt>\n <dd>{{'AltQHelp'|translate}}</dd>\n <dt>Alt+a</dt>\n <dd>{{'AltAHelp'|translate}}</dd>\n <dt>Alt+h</dt>\n <dd>{{'AltHHelp'|translate}}</dd>\n <dt>Ctrl+.</dt>\n <dd>{{'CtrlDotHelp'|translate}}</dd>\n </dl>\n</ng-template>\n", styles: [".profile-name{margin:8px;color:var(--mat-app-text-color)}.theme{height:22px!important;width:22px!important;-moz-border-radius:13px 13px!important;-webkit-border-radius:13px 13px!important;border-radius:13px!important;margin:4px!important}.theme.active.dark{border:2px solid #f4f4f4}button{font-weight:300!important}.keys dt{width:72px;float:inline-start;clear:both;font-variant-caps:all-small-caps}.keys dd{float:inline-end;font-size:small;margin:0}\n"] }]
91
- }], ctorParameters: () => [{ type: i1.PromptService }, { type: i2.FormBuilder }, { type: i3.GuideService }, { type: i4.PopupRef, decorators: [{
92
- type: Optional
93
- }] }, { type: i5.HubService }, { type: i6.SessionService }, { type: i7.MatDialog }, { type: undefined, decorators: [{
94
- type: Inject,
95
- args: [BIZDOC_CONFIG]
96
- }] }] });
97
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2hvbWUvb3B0aW9ucy9vcHRpb25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvaG9tZS9vcHRpb25zL29wdGlvbnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQXFCLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUvRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFNeEQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBRXBELE9BQU8sRUFBRSxhQUFhLEVBQXVCLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFHOUUsTUFBTSxLQUFLLEdBQUcsQ0FBQyxTQUFTLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxVQUFVLEVBQUUsYUFBYSxDQUF3QixDQUFDO0FBT3JHLHVCQUF1QjtBQUN2QixNQUFNLE9BQU8scUJBQXFCO0lBYWhDLG1CQUFtQjtJQUNuQixZQUFvQixHQUFrQixFQUM1QixHQUFnQixFQUNoQixNQUFvQixFQUNSLFNBQTBDLEVBQ3RELElBQWdCLEVBQ2hCLFFBQXdCLEVBQ3hCLE9BQWtCLEVBQ0gsTUFBb0I7UUFQekIsUUFBRyxHQUFILEdBQUcsQ0FBZTtRQUM1QixRQUFHLEdBQUgsR0FBRyxDQUFhO1FBQ2hCLFdBQU0sR0FBTixNQUFNLENBQWM7UUFDUixjQUFTLEdBQVQsU0FBUyxDQUFpQztRQUN0RCxTQUFJLEdBQUosSUFBSSxDQUFZO1FBQ2hCLGFBQVEsR0FBUixRQUFRLENBQWdCO1FBQ3hCLFlBQU8sR0FBUCxPQUFPLENBQVc7UUFmNUIsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUNQLGNBQVMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQztRQUNwQyxXQUFNLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUM7UUFJOUIsVUFBSyxHQUFHLEtBQUssQ0FBQztRQUNOLGFBQVEsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBVTlDLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxTQUFTLENBQUMsQ0FBQztRQUNuRSxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDO1FBQ3pDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUM7UUFDOUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQztRQUNyQyxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQztRQUN0QyxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDO0lBQ3ZDLENBQUM7SUFDRCxRQUFRO1FBQ04sSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxFQUFFLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FDeEYsSUFBSSxDQUFDLE1BQU0sR0FBRyxDQUFDLEtBQUssa0JBQWtCLENBQUMsU0FBUyxDQUNqRCxDQUFDO1FBQ0YsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsZUFBZSxFQUFFLENBQUM7WUFDbkMsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssT0FBTyxDQUFDLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQztRQUNoRixDQUFDO0lBQ0gsQ0FBQztJQUNELE1BQU07UUFDSixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3BCLENBQUM7SUFDRCxLQUFLO1FBQ0gsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ2QsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUM7SUFDakMsQ0FBQztJQUNELEtBQUssQ0FBQyxLQUFhO1FBQ2pCLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNkLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFDTyxNQUFNO1FBQ1osSUFBSSxDQUFDLFNBQVMsRUFBRSxLQUFLLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBQ0QsWUFBWSxDQUFDLEdBQXNCO1FBQ2pDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNkLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxHQUFHLEdBQUcsQ0FBQztJQUM1QixDQUFDO0lBQ0QsV0FBVyxDQUFDLElBQVc7UUFDckIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO0lBQzdCLENBQUM7SUFDRCxjQUFjLENBQUMsSUFBWTtRQUN6QixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDOUIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDNUIsUUFBUSxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BCLENBQUM7SUFDRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzNCLENBQUM7OEdBbEVVLHFCQUFxQiwrTkFxQnRCLGFBQWE7a0dBckJaLHFCQUFxQiw0REN2QmxDLDRuRkFrRkE7OzJGRDNEYSxxQkFBcUI7a0JBTmpDLFNBQVM7K0JBQ0Usc0JBQXNCOzswQkFzQjdCLFFBQVE7OzBCQUlSLE1BQU07MkJBQUMsYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5qZWN0LCBPbkRlc3Ryb3ksIE9uSW5pdCwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTWF0RGlhbG9nIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcclxuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyB0YWtlVW50aWwsIHN0YXJ0V2l0aCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcclxuaW1wb3J0IHsgSHViQ29ubmVjdGlvblN0YXRlIH0gZnJvbSAnQG1pY3Jvc29mdC9zaWduYWxyJztcclxuaW1wb3J0IHsgQXZhaWxhYmlsaXR5U3RhdGUsIEd1aWRlLCBQcm9maWxlIH0gZnJvbSAnLi4vLi4vY29yZS9tb2RlbHMnO1xyXG5pbXBvcnQgeyBTZXNzaW9uU2VydmljZSB9IGZyb20gJy4uLy4uL2NvcmUvc2Vzc2lvbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgUHJvbXB0U2VydmljZSB9IGZyb20gJy4uLy4uL2NvcmUvcHJvbXB0LnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBHdWlkZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL2d1aWRlL2d1aWRlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBIdWJTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vY29yZS9odWIuc2VydmljZSc7XHJcbmltcG9ydCB7IEFib3V0RGlhbG9nIH0gZnJvbSAnLi4vYWJvdXQvYWJvdXQuZGlhbG9nJztcclxuaW1wb3J0IHsgUG9wdXBSZWYgfSBmcm9tIFwiLi4vLi4vY29yZS9wb3B1cC9wb3B1cC1yZWZcIjtcclxuaW1wb3J0IHsgQklaRE9DX0NPTkZJRywgQml6RG9jQ29uZmlnLCBUaGVtZSB9IGZyb20gJy4uLy4uL2NvcmUvY29uZmlndXJhdGlvbic7XHJcbmltcG9ydCB7IEZvcm1CdWlsZGVyIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5cclxuY29uc3QgTW9kZXMgPSBbJ09mZmxpbmUnLCAnT25saW5lJywgJ091dE9mT2ZmaWNlJywgJ1ZhY2F0aW9uJywgJ1dvcmtpbmdIb21lJ10gYXMgQXZhaWxhYmlsaXR5U3RhdGVbXTtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYml6ZG9jLXF1aWNrLW9wdGlvbnMnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9vcHRpb25zLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9vcHRpb25zLmNvbXBvbmVudC5zY3NzJ10sXHJcbn0pXHJcbi8qKiBvcHRpb25zIGNvbXBvbmVudCovXHJcbmV4cG9ydCBjbGFzcyBRdWlja09wdGlvbnNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XHJcbiAgb25saW5lOiBib29sZWFuO1xyXG4gIHRoZW1lOiBzdHJpbmc7XHJcbiAgYXZhaWxhYmxlOiBBdmFpbGFiaWxpdHlTdGF0ZTtcclxuICBndWlkZXNDb3VudDogbnVtYmVyO1xyXG4gIHNhdmVpbmcgPSBmYWxzZTtcclxuICByZWFkb25seSBsYW5ndWFnZXMgPSB0aGlzLl9zZXNzaW9uLmxhbmd1YWdlcztcclxuICByZWFkb25seSB0aGVtZXMgPSB0aGlzLl9zZXNzaW9uLlRoZW1lcztcclxuICByZWFkb25seSBndWlkZXM6IEd1aWRlW107XHJcbiAgcmVhZG9ubHkgY3VycmVudExhbmd1YWdlOiBzdHJpbmc7XHJcbiAgcmVhZG9ubHkgcHJvZmlsZTogUHJvZmlsZTtcclxuICByZWFkb25seSBtb2RlcyA9IE1vZGVzO1xyXG4gIHByaXZhdGUgcmVhZG9ubHkgX2Rlc3Ryb3kgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xyXG4gIC8qKiBvcHRpb25zIGN0b3IgKi9cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIF9wczogUHJvbXB0U2VydmljZSxcclxuICAgIHByaXZhdGUgX2ZiOiBGb3JtQnVpbGRlcixcclxuICAgIHByaXZhdGUgX2d1aWRlOiBHdWlkZVNlcnZpY2UsXHJcbiAgICBAT3B0aW9uYWwoKSBwcml2YXRlIF9wb3B1cFJlZjogUG9wdXBSZWY8UXVpY2tPcHRpb25zQ29tcG9uZW50PixcclxuICAgIHByaXZhdGUgX2h1YjogSHViU2VydmljZSxcclxuICAgIHByaXZhdGUgX3Nlc3Npb246IFNlc3Npb25TZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBfZGlhbG9nOiBNYXREaWFsb2csXHJcbiAgICBASW5qZWN0KEJJWkRPQ19DT05GSUcpIGNvbmZpZzogQml6RG9jQ29uZmlnKSB7XHJcbiAgICB0aGlzLmd1aWRlcyA9IHRoaXMuX2d1aWRlLmd1aWRlcy5maWx0ZXIoZyA9PiBnLm1vZGUgIT09ICdQcml2YXRlJyk7XHJcbiAgICB0aGlzLmxhbmd1YWdlcyA9IHRoaXMuX3Nlc3Npb24ubGFuZ3VhZ2VzO1xyXG4gICAgdGhpcy5jdXJyZW50TGFuZ3VhZ2UgPSB0aGlzLl9zZXNzaW9uLmxhbmd1YWdlO1xyXG4gICAgdGhpcy5hdmFpbGFibGUgPSB0aGlzLl9zZXNzaW9uLnN0YXRlO1xyXG4gICAgdGhpcy50aGVtZSA9IHRoaXMuX3Nlc3Npb24udGhlbWUubmFtZTtcclxuICAgIHRoaXMucHJvZmlsZSA9IHRoaXMuX3Nlc3Npb24ucHJvZmlsZTtcclxuICB9XHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLl9odWIuc3RhdGUkLnBpcGUoc3RhcnRXaXRoKHRoaXMuX2h1Yi5zdGF0ZSksIHRha2VVbnRpbCh0aGlzLl9kZXN0cm95KSkuc3Vic2NyaWJlKHMgPT5cclxuICAgICAgdGhpcy5vbmxpbmUgPSBzID09PSBIdWJDb25uZWN0aW9uU3RhdGUuQ29ubmVjdGVkXHJcbiAgICApO1xyXG4gICAgaWYgKCF0aGlzLl9zZXNzaW9uLmlzSW1wZXJzb25hdGluZykge1xyXG4gICAgICB0aGlzLmd1aWRlc0NvdW50ID0gdGhpcy5ndWlkZXMuZmlsdGVyKHcgPT4gdy5tb2RlID09PSAnRWFnZXInKS5sZW5ndGggfHwgbnVsbDtcclxuICAgIH1cclxuICB9XHJcbiAgcmV2aXZlKCkge1xyXG4gICAgdGhpcy5faHViLnN0YXJ0KCk7XHJcbiAgfVxyXG4gIGFib3V0KCkge1xyXG4gICAgdGhpcy5fY2xvc2UoKTtcclxuICAgIHRoaXMuX2RpYWxvZy5vcGVuKEFib3V0RGlhbG9nKTtcclxuICB9XHJcbiAgZ3VpZGUoZ3VpZGU6IHN0cmluZykge1xyXG4gICAgdGhpcy5fY2xvc2UoKTtcclxuICAgIHRoaXMuX2d1aWRlLnN0YXJ0KGd1aWRlKTtcclxuICB9XHJcbiAgcHJpdmF0ZSBfY2xvc2UoKSB7XHJcbiAgICB0aGlzLl9wb3B1cFJlZj8uY2xvc2UoKTtcclxuICB9XHJcbiAgc2V0QXZhaWxhYmxlKHZhbDogQXZhaWxhYmlsaXR5U3RhdGUpIHtcclxuICAgIHRoaXMuX2Nsb3NlKCk7XHJcbiAgICB0aGlzLl9zZXNzaW9uLnN0YXRlID0gdmFsO1xyXG4gIH1cclxuICBjaGFuZ2VUaGVtZShuYW1lOiBUaGVtZSkge1xyXG4gICAgdGhpcy5fc2Vzc2lvbi50aGVtZSA9IG5hbWU7XHJcbiAgfVxyXG4gIGNoYW5nZUxhbmd1YWdlKGNvZGU6IHN0cmluZykge1xyXG4gICAgdGhpcy5fc2Vzc2lvbi5sYW5ndWFnZSA9IGNvZGU7XHJcbiAgICB0aGlzLl9wcy5tYXNrKCdSZWZyZXNoaW5nJyk7XHJcbiAgICBsb2NhdGlvbi5yZWxvYWQoKTtcclxuICB9XHJcbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XHJcbiAgICB0aGlzLl9kZXN0cm95Lm5leHQoKTtcclxuICAgIHRoaXMuX2Rlc3Ryb3kuY29tcGxldGUoKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImNvbHVtblwiPlxuICA8ZGl2IGNsYXNzPVwicHJvZmlsZS1uYW1lXCI+XG4gICAgPHNwYW4gY2xhc3M9XCJtYXQtaGVhZGxpbmUtNlwiPlxuICAgICAgQGlmIChwcm9maWxlLmJ5TmFtZSkge1xuICAgICAge3twcm9maWxlLmJ5TmFtZX19IFxcXG4gICAgICB9XG4gICAgICB7e3Byb2ZpbGUubmFtZX19XG4gICAgPC9zcGFuPlxuICA8L2Rpdj5cbiAgPG1hdC1kaXZpZGVyIC8+XG4gIDxiaXpkb2Mtb3B0aW9ucyBzZWN0aW9uPVwibm90aWZpY2F0aW9uc1wiPjwvYml6ZG9jLW9wdGlvbnM+XG4gIDxtYXQtZGl2aWRlciAvPlxuICA8IS0ta2V5cy0tPlxuICA8ZGl2ICpuZ1RlbXBsYXRlT3V0bGV0PVwia2V5c1RtcGxcIj48L2Rpdj5cbiAgPCEtLXRoZW1lcy0tPlxuICBAaWYgKHRoZW1lcy5sZW5ndGggPiAxKSB7XG4gIDxkaXYgY2xhc3M9XCJyb3cgY2VudGVyXCI+XG4gICAgQGZvciAodCBvZiB0aGVtZXM7IHRyYWNrIHQpIHtcbiAgICA8YnV0dG9uIChjbGljayk9XCJjaGFuZ2VUaGVtZSh0KVwiIG1hdC1pY29uLWJ1dHRvbiBjbGFzcz1cInRoZW1lXCIgW3N0eWxlLmJhY2tncm91bmRdPVwidC5jb2xvclwiIFtjbGFzcy5hY3RpdmVdPVwidC5uYW1lID09PSB0aGVtZVwiIFtjbGFzcy5kYXJrXT1cInQuZGFya1wiIFtiaXpkb2NUb29sdGlwXT1cIidUaGVtZSd8dHJhbnNsYXRlXCI+PC9idXR0b24+XG4gICAgfVxuICA8L2Rpdj5cbiAgfVxuPC9kaXY+XG48IS0tZ3VpZGUtLT5cbjxtYXQtbmF2LWxpc3Qgcm9sZT1cImxpc3RcIj5cbiAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XG4gIDxoMyBtYXQtc3ViaGVhZGVyIFttYXRCYWRnZV09XCJndWlkZXNDb3VudFwiIG1hdEJhZGdlQ29sb3I9XCJhY2NlbnRcIiBtYXRCYWRnZU92ZXJsYXA9XCJmYWxzZVwiIG1hdEJhZGdlU2l6ZT1cInNtYWxsXCI+e3snSGVscCd8dHJhbnNsYXRlfX08L2gzPlxuICBAZm9yIChnIG9mIGd1aWRlczsgdHJhY2sgZykge1xuICA8YnV0dG9uIG1hdC1tZW51LWl0ZW0gKGNsaWNrKT1cImd1aWRlKGcubmFtZSlcIj57e2cudGl0bGV9fTwvYnV0dG9uPlxuICB9XG48L21hdC1uYXYtbGlzdD5cbjxtYXQtZGl2aWRlcj48L21hdC1kaXZpZGVyPlxuPCEtLWZvb3Rlci0tPlxuPGRpdiBjbGFzcz1cInJvd1wiPlxuICA8YnV0dG9uIG1hdC1idXR0b24gcm9sZT1cImxpc3RpdGVtXCIgW21hdE1lbnVUcmlnZ2VyRm9yXT1cImxhbmd1YWdlXCI+XG4gICAge3tjdXJyZW50TGFuZ3VhZ2UgfCB0cmFuc2xhdGV9fVxuICAgIDxtYXQtaWNvbj5hcnJvd19kcm9wX2Rvd248L21hdC1pY29uPlxuICAgIDwhLS0nQ2hhbmdlTGFuZ3VhZ2UnLS0+XG4gIDwvYnV0dG9uPlxuICA8bWF0LW1lbnUgI2xhbmd1YWdlPlxuICAgIEBmb3IgKGwgb2YgbGFuZ3VhZ2VzOyB0cmFjayBsKSB7XG4gICAgPGJ1dHRvbiBtYXQtbWVudS1pdGVtIChjbGljayk9XCJjaGFuZ2VMYW5ndWFnZShsKVwiPnt7bCB8IHRyYW5zbGF0ZX19PC9idXR0b24+XG4gICAgfVxuICA8L21hdC1tZW51PlxuICBAaWYgKG9ubGluZSkge1xuICA8YnV0dG9uIG1hdC1idXR0b24gW21hdE1lbnVUcmlnZ2VyRm9yXT1cImF2YWlsYWJpbGl0eVwiPlxuICAgIHt7J1Nob3dBcycgfCB0cmFuc2xhdGUgOiAoYXZhaWxhYmxlIHwgdHJhbnNsYXRlIHwgbG93ZXJjYXNlKX19XG4gICAgPG1hdC1pY29uPmFycm93X2Ryb3BfZG93bjwvbWF0LWljb24+XG4gIDwvYnV0dG9uPlxuICB9XG4gIDxtYXQtbWVudSAjYXZhaWxhYmlsaXR5PlxuICAgIEBmb3IgKG0gb2YgbW9kZXM7IHRyYWNrIG0pIHtcbiAgICA8YnV0dG9uIG1hdC1tZW51LWl0ZW0gKGNsaWNrKT1cInNldEF2YWlsYWJsZShtKVwiPnt7bSB8IHRyYW5zbGF0ZX19PC9idXR0b24+XG4gICAgfVxuICA8L21hdC1tZW51PlxuICA8c3BhbiBjbGFzcz1cImRpdmlkZXJcIj48L3NwYW4+XG4gIDxidXR0b24gbWF0LWJ1dHRvbiByb2xlPVwibGlzdGl0ZW1cIiAoY2xpY2spPVwiYWJvdXQoKVwiPnt7ICdBYm91dCcgfCB0cmFuc2xhdGV9fTwvYnV0dG9uPlxuICBAaWYgKCFvbmxpbmUpIHtcbiAgPGJ1dHRvbiBtYXQtaWNvbi1idXR0b24gKGNsaWNrKT1cInJldml2ZSgpXCIgW2JpemRvY1Rvb2x0aXBdPVwiJ0Nvbm5lY3QnfHRyYW5zbGF0ZVwiPlxuICAgIDxtYXQtaWNvbj53aWZpX29mZjwvbWF0LWljb24+XG4gIDwvYnV0dG9uPlxuICB9XG48L2Rpdj5cbjwhLS0tLT5cbjxuZy10ZW1wbGF0ZSAja2V5c1RtcGw+XG4gIDxkbCBjbGFzcz1cImtleXMgbWF0LWJvZHktMlwiPlxuICAgIDxkdD5BbHQrbjwvZHQ+XG4gICAgPGRkPnt7J0FsdE5IZWxwJ3x0cmFuc2xhdGV9fTwvZGQ+XG4gICAgPGR0PkN0cmwrczwvZHQ+XG4gICAgPGRkPnt7J0N0cmxTSGVscCd8dHJhbnNsYXRlfX08L2RkPlxuICAgIDxkdD5BbHQrczwvZHQ+XG4gICAgPGRkPnt7J0FsdFNIZWxwJ3x0cmFuc2xhdGV9fTwvZGQ+XG4gICAgPGR0PkFsdCtxPC9kdD5cbiAgICA8ZGQ+e3snQWx0UUhlbHAnfHRyYW5zbGF0ZX19PC9kZD5cbiAgICA8ZHQ+QWx0K2E8L2R0PlxuICAgIDxkZD57eydBbHRBSGVscCd8dHJhbnNsYXRlfX08L2RkPlxuICAgIDxkdD5BbHQraDwvZHQ+XG4gICAgPGRkPnt7J0FsdEhIZWxwJ3x0cmFuc2xhdGV9fTwvZGQ+XG4gICAgPGR0PkN0cmwrLjwvZHQ+XG4gICAgPGRkPnt7J0N0cmxEb3RIZWxwJ3x0cmFuc2xhdGV9fTwvZGQ+XG4gIDwvZGw+XG48L25nLXRlbXBsYXRlPlxuIl19
@@ -1,42 +0,0 @@
1
- import { Injectable, Injector } from '@angular/core';
2
- import { OverlayRef, OverlayConfig } from '@angular/cdk/overlay';
3
- import { ComponentPortal } from '@angular/cdk/portal';
4
- import { OPTION_PANEL, OptionsComponent } from './options.component';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/cdk/bidi";
7
- import * as i2 from "@angular/cdk/overlay";
8
- //** */
9
- export class OptionsService {
10
- constructor(_dir, _overlay, _injector) {
11
- this._dir = _dir;
12
- this._overlay = _overlay;
13
- this._injector = _injector;
14
- }
15
- open(section) {
16
- const position = this._overlay.position().global().centerHorizontally().centerVertically();
17
- const config = new OverlayConfig({
18
- positionStrategy: position,
19
- hasBackdrop: true,
20
- disposeOnNavigation: true,
21
- panelClass: 'home-panel',
22
- backdropClass: 'cdk-overlay-dark-backdrop',
23
- direction: this._dir.value
24
- });
25
- const oRef = this._overlay.create(config);
26
- const injector = Injector.create({
27
- providers: [
28
- { provide: OPTION_PANEL, useValue: { section: section } },
29
- { provide: OverlayRef, useValue: oRef },
30
- ], parent: this._injector
31
- });
32
- const portal = new ComponentPortal(OptionsComponent, null, injector);
33
- oRef.attach(portal);
34
- oRef.backdropClick().subscribe(() => oRef.dispose());
35
- }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: OptionsService, deps: [{ token: i1.Directionality }, { token: i2.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
37
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: OptionsService }); }
38
- }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: OptionsService, decorators: [{
40
- type: Injectable
41
- }], ctorParameters: () => [{ type: i1.Directionality }, { type: i2.Overlay }, { type: i0.Injector }] });
42
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9ucy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9vcHRpb25zL29wdGlvbnMuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRCxPQUFPLEVBQUUsVUFBVSxFQUFXLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRTFFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQTBCLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7O0FBRTdGLE9BQU87QUFFUCxNQUFNLE9BQU8sY0FBYztJQUN6QixZQUFvQixJQUFvQixFQUM5QixRQUFpQixFQUNqQixTQUFtQjtRQUZULFNBQUksR0FBSixJQUFJLENBQWdCO1FBQzlCLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsY0FBUyxHQUFULFNBQVMsQ0FBVTtJQUM3QixDQUFDO0lBQ0QsSUFBSSxDQUFDLE9BQW9CO1FBQ3ZCLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQzNGLE1BQU0sTUFBTSxHQUFHLElBQUksYUFBYSxDQUFDO1lBQy9CLGdCQUFnQixFQUFFLFFBQVE7WUFDMUIsV0FBVyxFQUFFLElBQUk7WUFDakIsbUJBQW1CLEVBQUUsSUFBSTtZQUN6QixVQUFVLEVBQUUsWUFBWTtZQUN4QixhQUFhLEVBQUUsMkJBQTJCO1lBQzFDLFNBQVMsRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUs7U0FDM0IsQ0FBQyxDQUFDO1FBRUgsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDMUMsTUFBTSxRQUFRLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQztZQUMvQixTQUFTLEVBQUU7Z0JBQ1QsRUFBRSxPQUFPLEVBQUUsWUFBWSxFQUFFLFFBQVEsRUFBRSxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQWdCLEVBQUU7Z0JBQ3ZFLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO2FBQ3hDLEVBQUUsTUFBTSxFQUFFLElBQUksQ0FBQyxTQUFTO1NBQzFCLENBQUMsQ0FBQztRQUNILE1BQU0sTUFBTSxHQUFHLElBQUksZUFBZSxDQUFDLGdCQUFnQixFQUFFLElBQUksRUFBRSxRQUFRLENBQUMsQ0FBQztRQUNyRSxJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3BCLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7SUFDdkQsQ0FBQzs4R0ExQlUsY0FBYztrSEFBZCxjQUFjOzsyRkFBZCxjQUFjO2tCQUQxQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSwgSW5qZWN0b3IgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgT3ZlcmxheVJlZiwgT3ZlcmxheSwgT3ZlcmxheUNvbmZpZyB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgRGlyZWN0aW9uYWxpdHkgfSBmcm9tICdAYW5ndWxhci9jZGsvYmlkaSc7XHJcbmltcG9ydCB7IENvbXBvbmVudFBvcnRhbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xyXG5pbXBvcnQgeyBPcHRpb25UeXBlLCBPcHRpb25EYXRhLCBPUFRJT05fUEFORUwsIE9wdGlvbnNDb21wb25lbnQgfSBmcm9tICcuL29wdGlvbnMuY29tcG9uZW50JztcclxuXHJcbi8vKiogKi9cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgY2xhc3MgT3B0aW9uc1NlcnZpY2Uge1xyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgX2RpcjogRGlyZWN0aW9uYWxpdHksXHJcbiAgICBwcml2YXRlIF9vdmVybGF5OiBPdmVybGF5LFxyXG4gICAgcHJpdmF0ZSBfaW5qZWN0b3I6IEluamVjdG9yKSB7XHJcbiAgfVxyXG4gIG9wZW4oc2VjdGlvbj86IE9wdGlvblR5cGUpIHtcclxuICAgIGNvbnN0IHBvc2l0aW9uID0gdGhpcy5fb3ZlcmxheS5wb3NpdGlvbigpLmdsb2JhbCgpLmNlbnRlckhvcml6b250YWxseSgpLmNlbnRlclZlcnRpY2FsbHkoKTtcclxuICAgIGNvbnN0IGNvbmZpZyA9IG5ldyBPdmVybGF5Q29uZmlnKHtcclxuICAgICAgcG9zaXRpb25TdHJhdGVneTogcG9zaXRpb24sXHJcbiAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxyXG4gICAgICBkaXNwb3NlT25OYXZpZ2F0aW9uOiB0cnVlLFxyXG4gICAgICBwYW5lbENsYXNzOiAnaG9tZS1wYW5lbCcsXHJcbiAgICAgIGJhY2tkcm9wQ2xhc3M6ICdjZGstb3ZlcmxheS1kYXJrLWJhY2tkcm9wJyxcclxuICAgICAgZGlyZWN0aW9uOiB0aGlzLl9kaXIudmFsdWVcclxuICAgIH0pO1xyXG5cclxuICAgIGNvbnN0IG9SZWYgPSB0aGlzLl9vdmVybGF5LmNyZWF0ZShjb25maWcpO1xyXG4gICAgY29uc3QgaW5qZWN0b3IgPSBJbmplY3Rvci5jcmVhdGUoe1xyXG4gICAgICBwcm92aWRlcnM6IFtcclxuICAgICAgICB7IHByb3ZpZGU6IE9QVElPTl9QQU5FTCwgdXNlVmFsdWU6IHsgc2VjdGlvbjogc2VjdGlvbiB9IGFzIE9wdGlvbkRhdGEgfSxcclxuICAgICAgICB7IHByb3ZpZGU6IE92ZXJsYXlSZWYsIHVzZVZhbHVlOiBvUmVmIH0sXHJcbiAgICAgIF0sIHBhcmVudDogdGhpcy5faW5qZWN0b3JcclxuICAgIH0pO1xyXG4gICAgY29uc3QgcG9ydGFsID0gbmV3IENvbXBvbmVudFBvcnRhbChPcHRpb25zQ29tcG9uZW50LCBudWxsLCBpbmplY3Rvcik7XHJcbiAgICBvUmVmLmF0dGFjaChwb3J0YWwpO1xyXG4gICAgb1JlZi5iYWNrZHJvcENsaWNrKCkuc3Vic2NyaWJlKCgpID0+IG9SZWYuZGlzcG9zZSgpKTtcclxuICB9XHJcbn1cclxuIl19
@@ -1,45 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { MatDialog } from '@angular/material/dialog';
3
- import { AvailabilityState, Guide, Profile } from '../../core/models';
4
- import { SessionService } from '../../core/session.service';
5
- import { PromptService } from '../../core/prompt.service';
6
- import { GuideService } from '../../core/guide/guide.service';
7
- import { HubService } from '../../core/hub.service';
8
- import { PopupRef } from "../../core/popup/popup-ref";
9
- import { BizDocConfig, Theme } from '../../core/configuration';
10
- import { FormBuilder } from '@angular/forms';
11
- import * as i0 from "@angular/core";
12
- export declare class QuickOptionsComponent implements OnInit, OnDestroy {
13
- private _ps;
14
- private _fb;
15
- private _guide;
16
- private _popupRef;
17
- private _hub;
18
- private _session;
19
- private _dialog;
20
- online: boolean;
21
- theme: string;
22
- available: AvailabilityState;
23
- guidesCount: number;
24
- saveing: boolean;
25
- readonly languages: string[];
26
- readonly themes: Theme[];
27
- readonly guides: Guide[];
28
- readonly currentLanguage: string;
29
- readonly profile: Profile;
30
- readonly modes: AvailabilityState[];
31
- private readonly _destroy;
32
- /** options ctor */
33
- constructor(_ps: PromptService, _fb: FormBuilder, _guide: GuideService, _popupRef: PopupRef<QuickOptionsComponent>, _hub: HubService, _session: SessionService, _dialog: MatDialog, config: BizDocConfig);
34
- ngOnInit(): void;
35
- revive(): void;
36
- about(): void;
37
- guide(guide: string): void;
38
- private _close;
39
- setAvailable(val: AvailabilityState): void;
40
- changeTheme(name: Theme): void;
41
- changeLanguage(code: string): void;
42
- ngOnDestroy(): void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<QuickOptionsComponent, [null, null, null, { optional: true; }, null, null, null, null]>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<QuickOptionsComponent, "bizdoc-quick-options", never, {}, {}, never, never, false, never>;
45
- }
@@ -1,14 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { Overlay } from '@angular/cdk/overlay';
3
- import { Directionality } from '@angular/cdk/bidi';
4
- import { OptionType } from './options.component';
5
- import * as i0 from "@angular/core";
6
- export declare class OptionsService {
7
- private _dir;
8
- private _overlay;
9
- private _injector;
10
- constructor(_dir: Directionality, _overlay: Overlay, _injector: Injector);
11
- open(section?: OptionType): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<OptionsService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<OptionsService>;
14
- }