@bizdoc/core 1.16.20 → 1.16.23

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 (400) hide show
  1. package/assets/bizdoc-schema.json +4 -0
  2. package/esm2020/lib/admin/configuration-designer/declarations.mjs +2 -3
  3. package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +24 -23
  4. package/esm2020/lib/admin/configuration-designer/designer-privileges.component.mjs +6 -8
  5. package/esm2020/lib/admin/configuration-designer/designer.base.mjs +3 -1
  6. package/esm2020/lib/admin/configuration-designer/designer.component.mjs +48 -29
  7. package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +15 -13
  8. package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +49 -26
  9. package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +20 -17
  10. package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +80 -23
  11. package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +8 -6
  12. package/esm2020/lib/admin/configuration-designer/elements/policy.component.mjs +9 -4
  13. package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +3 -2
  14. package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +4 -3
  15. package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +9 -4
  16. package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +11 -9
  17. package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +12 -9
  18. package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +4 -4
  19. package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +5 -4
  20. package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +7 -5
  21. package/esm2020/lib/admin/system.service.mjs +1 -1
  22. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +47 -1
  23. package/esm2020/lib/core/translations.mjs +11 -2
  24. package/esm2020/lib/shared.module.mjs +6 -6
  25. package/esm2020/public-api.mjs +2 -2
  26. package/fesm2015/bizdoc-core.mjs +273 -120
  27. package/fesm2015/bizdoc-core.mjs.map +1 -1
  28. package/fesm2020/bizdoc-core.mjs +272 -120
  29. package/fesm2020/bizdoc-core.mjs.map +1 -1
  30. package/lib/admin/configuration-designer/declarations.d.ts +1 -1
  31. package/lib/admin/configuration-designer/designer-element.component.d.ts +4 -7
  32. package/lib/admin/configuration-designer/designer.base.d.ts +1 -0
  33. package/lib/admin/configuration-designer/designer.component.d.ts +6 -4
  34. package/lib/admin/configuration-designer/elements/action.component.d.ts +1 -3
  35. package/lib/admin/configuration-designer/elements/cube.component.d.ts +14 -11
  36. package/lib/admin/configuration-designer/elements/folder.component.d.ts +12 -3
  37. package/lib/admin/configuration-designer/elements/form.component.d.ts +21 -5
  38. package/lib/admin/configuration-designer/elements/policy.component.d.ts +1 -2
  39. package/lib/admin/system.service.d.ts +8 -1
  40. package/lib/core/pipes/time-ago.pipe.d.ts +13 -0
  41. package/lib/core/translations.d.ts +9 -0
  42. package/lib/shared.module.d.ts +1 -1
  43. package/package.json +1 -1
  44. package/public-api.d.ts +1 -1
  45. package/bizdoc-core.d.ts.map +0 -1
  46. package/lib/admin/admin-dismiss.service.d.ts.map +0 -1
  47. package/lib/admin/admin-menu.component.d.ts.map +0 -1
  48. package/lib/admin/configuration-designer/cube-axes-filter.component.d.ts.map +0 -1
  49. package/lib/admin/configuration-designer/declarations.d.ts.map +0 -1
  50. package/lib/admin/configuration-designer/designer-element.component.d.ts.map +0 -1
  51. package/lib/admin/configuration-designer/designer-privileges.component.d.ts.map +0 -1
  52. package/lib/admin/configuration-designer/designer.base.d.ts.map +0 -1
  53. package/lib/admin/configuration-designer/designer.component.d.ts.map +0 -1
  54. package/lib/admin/configuration-designer/elements/action.component.d.ts.map +0 -1
  55. package/lib/admin/configuration-designer/elements/analysis-view.component.d.ts.map +0 -1
  56. package/lib/admin/configuration-designer/elements/analysis-widget.component.d.ts.map +0 -1
  57. package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts.map +0 -1
  58. package/lib/admin/configuration-designer/elements/box-form.component.d.ts.map +0 -1
  59. package/lib/admin/configuration-designer/elements/configuration-datasource.component.d.ts.map +0 -1
  60. package/lib/admin/configuration-designer/elements/cube-index-utility.component.d.ts.map +0 -1
  61. package/lib/admin/configuration-designer/elements/cube-view.component.d.ts.map +0 -1
  62. package/lib/admin/configuration-designer/elements/cube.component.d.ts.map +0 -1
  63. package/lib/admin/configuration-designer/elements/documents-report.component.d.ts.map +0 -1
  64. package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts.map +0 -1
  65. package/lib/admin/configuration-designer/elements/explore-view.component.d.ts.map +0 -1
  66. package/lib/admin/configuration-designer/elements/folder.component.d.ts.map +0 -1
  67. package/lib/admin/configuration-designer/elements/form.component.d.ts.map +0 -1
  68. package/lib/admin/configuration-designer/elements/guide.component.d.ts.map +0 -1
  69. package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts.map +0 -1
  70. package/lib/admin/configuration-designer/elements/parallel-view.component.d.ts.map +0 -1
  71. package/lib/admin/configuration-designer/elements/performance-widget.component.d.ts.map +0 -1
  72. package/lib/admin/configuration-designer/elements/pivot-view.component.d.ts.map +0 -1
  73. package/lib/admin/configuration-designer/elements/policy.component.d.ts.map +0 -1
  74. package/lib/admin/configuration-designer/elements/report.component.d.ts.map +0 -1
  75. package/lib/admin/configuration-designer/elements/return-to-role-action.component.d.ts.map +0 -1
  76. package/lib/admin/configuration-designer/elements/role.component.d.ts.map +0 -1
  77. package/lib/admin/configuration-designer/elements/rule.component.d.ts.map +0 -1
  78. package/lib/admin/configuration-designer/elements/state.component.d.ts.map +0 -1
  79. package/lib/admin/configuration-designer/elements/sum-view.component.d.ts.map +0 -1
  80. package/lib/admin/configuration-designer/elements/tasks-report.component.d.ts.map +0 -1
  81. package/lib/admin/configuration-designer/elements/type.component.d.ts.map +0 -1
  82. package/lib/admin/configuration-designer/elements/usage-report.component.d.ts.map +0 -1
  83. package/lib/admin/configuration-designer/elements/utility.component.d.ts.map +0 -1
  84. package/lib/admin/configuration-designer/elements/view.component.d.ts.map +0 -1
  85. package/lib/admin/configuration-designer/elements/widget.component.d.ts.map +0 -1
  86. package/lib/admin/configuration-designer/icon-picker.component.d.ts.map +0 -1
  87. package/lib/admin/core/ace.input.d.ts.map +0 -1
  88. package/lib/admin/core/color-picker.input.d.ts.map +0 -1
  89. package/lib/admin/core/search.input.d.ts.map +0 -1
  90. package/lib/admin/diff/configuration-diff.component.d.ts.map +0 -1
  91. package/lib/admin/document-trace/document-trace.component.d.ts.map +0 -1
  92. package/lib/admin/document-trace/reassign.dialog.d.ts.map +0 -1
  93. package/lib/admin/document-trace/timeline.d.ts.map +0 -1
  94. package/lib/admin/document-trace/trace-element.component.d.ts.map +0 -1
  95. package/lib/admin/form/designer/designer.component.d.ts.map +0 -1
  96. package/lib/admin/form/form.resolve.service.d.ts.map +0 -1
  97. package/lib/admin/form/workflow/node-ref.d.ts.map +0 -1
  98. package/lib/admin/form/workflow/node.component.d.ts.map +0 -1
  99. package/lib/admin/form/workflow/role-node.component.d.ts.map +0 -1
  100. package/lib/admin/form/workflow/workflow.component.d.ts.map +0 -1
  101. package/lib/admin/indices/manage-cube-index.component.d.ts.map +0 -1
  102. package/lib/admin/patterns/patterns.component.d.ts.map +0 -1
  103. package/lib/admin/permissions/permissions.component.d.ts.map +0 -1
  104. package/lib/admin/positions/positions-popup.component.d.ts.map +0 -1
  105. package/lib/admin/positions/positions.component.d.ts.map +0 -1
  106. package/lib/admin/profiler/outofoffice.component.d.ts.map +0 -1
  107. package/lib/admin/profiler/profiler.component.d.ts.map +0 -1
  108. package/lib/admin/system.service.d.ts.map +0 -1
  109. package/lib/admin/utility-ref.d.ts.map +0 -1
  110. package/lib/admin/utility-wrapper.component.d.ts.map +0 -1
  111. package/lib/admin/utility.pane.component.d.ts.map +0 -1
  112. package/lib/app.component.d.ts.map +0 -1
  113. package/lib/bizdoc.module.d.ts.map +0 -1
  114. package/lib/browse/browse-items.component.d.ts.map +0 -1
  115. package/lib/browse/browse.mobile.component.d.ts.map +0 -1
  116. package/lib/browse/browse.pane.component.d.ts.map +0 -1
  117. package/lib/browse/expanded-item/expanded-item.component.d.ts.map +0 -1
  118. package/lib/browse/filter/filter.component.d.ts.map +0 -1
  119. package/lib/browse/folders-menu.component.d.ts.map +0 -1
  120. package/lib/chat/chat-info.d.ts.map +0 -1
  121. package/lib/chat/chat.mobile.component.d.ts.map +0 -1
  122. package/lib/chat/chat.service.d.ts.map +0 -1
  123. package/lib/chat/contacts.component.d.ts.map +0 -1
  124. package/lib/chat/contacts.pane.component.d.ts.map +0 -1
  125. package/lib/chat/conversation.component.d.ts.map +0 -1
  126. package/lib/chat/conversation.pane.component.d.ts.map +0 -1
  127. package/lib/compose/action/action-picker.component.d.ts.map +0 -1
  128. package/lib/compose/action/action-ref.d.ts.map +0 -1
  129. package/lib/compose/action/action.base.d.ts.map +0 -1
  130. package/lib/compose/action/action.dialog.d.ts.map +0 -1
  131. package/lib/compose/action/action.pane.dialog.exp.d.ts.map +0 -1
  132. package/lib/compose/action/assign-action.component.d.ts.map +0 -1
  133. package/lib/compose/action/moveto-action.component.d.ts.map +0 -1
  134. package/lib/compose/action/return-action.component.d.ts.map +0 -1
  135. package/lib/compose/attachments/attachments.component.d.ts.map +0 -1
  136. package/lib/compose/attachments/preview/attachment-preview.component.d.ts.map +0 -1
  137. package/lib/compose/attachments/progress-button.directive.d.ts.map +0 -1
  138. package/lib/compose/box/box.component.d.ts.map +0 -1
  139. package/lib/compose/can-deactivate-changes.service.d.ts.map +0 -1
  140. package/lib/compose/comments/comment.component.d.ts.map +0 -1
  141. package/lib/compose/comments/comments.component.d.ts.map +0 -1
  142. package/lib/compose/comments/comments.pane.component.d.ts.map +0 -1
  143. package/lib/compose/comments/edit-comment.component.d.ts.map +0 -1
  144. package/lib/compose/comments/edits.component.d.ts.map +0 -1
  145. package/lib/compose/comments/quick-comment.component.exp.d.ts.map +0 -1
  146. package/lib/compose/comments/votes.component.d.ts.map +0 -1
  147. package/lib/compose/compose-resolve.service.d.ts.map +0 -1
  148. package/lib/compose/compose.mobile.component.d.ts.map +0 -1
  149. package/lib/compose/compose.pane.component.d.ts.map +0 -1
  150. package/lib/compose/copy/copy.dialog.d.ts.map +0 -1
  151. package/lib/compose/dismiss.service.d.ts.map +0 -1
  152. package/lib/compose/document-resolver.service.d.ts.map +0 -1
  153. package/lib/compose/document.component.d.ts.map +0 -1
  154. package/lib/compose/document.mobile.component.d.ts.map +0 -1
  155. package/lib/compose/document.pane.component.d.ts.map +0 -1
  156. package/lib/compose/events/events.component.d.ts.map +0 -1
  157. package/lib/compose/form-ref.d.ts.map +0 -1
  158. package/lib/compose/form-selector/form-selector.sheet.d.ts.map +0 -1
  159. package/lib/compose/form.component.d.ts.map +0 -1
  160. package/lib/compose/new-menu.component.d.ts.map +0 -1
  161. package/lib/compose/privilage.directive.d.ts.map +0 -1
  162. package/lib/compose/recipient-resolver.service.d.ts.map +0 -1
  163. package/lib/compose/state.component.d.ts.map +0 -1
  164. package/lib/compose/tag/tags.component.d.ts.map +0 -1
  165. package/lib/compose/trace/flow.component.d.ts.map +0 -1
  166. package/lib/compose/trace/people.component.d.ts.map +0 -1
  167. package/lib/compose/trace/trace.base.d.ts.map +0 -1
  168. package/lib/compose/trace/trace.component.d.ts.map +0 -1
  169. package/lib/compose/trace/trace.pane.component.d.ts.map +0 -1
  170. package/lib/compose/version-compare/version-compare.component.d.ts.map +0 -1
  171. package/lib/compose/version-compare/version-compare.directive.d.ts.map +0 -1
  172. package/lib/compose/version-compare/version.pane.component.d.ts.map +0 -1
  173. package/lib/core/NgComponentOutlet.d.ts.map +0 -1
  174. package/lib/core/account.service.d.ts.map +0 -1
  175. package/lib/core/animated-icon/animated-icon.directive.d.ts.map +0 -1
  176. package/lib/core/animations.d.ts.map +0 -1
  177. package/lib/core/authentication.d.ts.map +0 -1
  178. package/lib/core/avatar/avatar.component.d.ts.map +0 -1
  179. package/lib/core/base.d.ts.map +0 -1
  180. package/lib/core/colors.d.ts.map +0 -1
  181. package/lib/core/component-factory-resolver.d.ts.map +0 -1
  182. package/lib/core/configuration.d.ts.map +0 -1
  183. package/lib/core/controls/address.input.d.ts.map +0 -1
  184. package/lib/core/controls/auto-complete.input.d.ts.map +0 -1
  185. package/lib/core/controls/combination-picker-body.d.ts.map +0 -1
  186. package/lib/core/controls/combination-picker.d.ts.map +0 -1
  187. package/lib/core/controls/combination-pool.d.ts.map +0 -1
  188. package/lib/core/controls/file.input.d.ts.map +0 -1
  189. package/lib/core/controls/select.input.d.ts.map +0 -1
  190. package/lib/core/controls/time-picker.d.ts.map +0 -1
  191. package/lib/core/controls/timespan.input.d.ts.map +0 -1
  192. package/lib/core/datasource.service.d.ts.map +0 -1
  193. package/lib/core/decorators.d.ts.map +0 -1
  194. package/lib/core/firebase.service.d.ts.map +0 -1
  195. package/lib/core/functions.d.ts.map +0 -1
  196. package/lib/core/guide/guide.component.d.ts.map +0 -1
  197. package/lib/core/guide/guide.service.d.ts.map +0 -1
  198. package/lib/core/guide/help-tip.component.d.ts.map +0 -1
  199. package/lib/core/http.interceptor.d.ts.map +0 -1
  200. package/lib/core/hub.service.d.ts.map +0 -1
  201. package/lib/core/identity/identity.component.d.ts.map +0 -1
  202. package/lib/core/info/attachment-info.service.d.ts.map +0 -1
  203. package/lib/core/info/document-info.service.d.ts.map +0 -1
  204. package/lib/core/info/location-info.component.d.ts.map +0 -1
  205. package/lib/core/info/map-info.d.ts.map +0 -1
  206. package/lib/core/layout/autocomplete.field.d.ts.map +0 -1
  207. package/lib/core/layout/checkbox.d.ts.map +0 -1
  208. package/lib/core/layout/checkbox.field.d.ts.map +0 -1
  209. package/lib/core/layout/date-range.field.d.ts.map +0 -1
  210. package/lib/core/layout/date.field.d.ts.map +0 -1
  211. package/lib/core/layout/expression.field.d.ts.map +0 -1
  212. package/lib/core/layout/file.field.d.ts.map +0 -1
  213. package/lib/core/layout/html.field.d.ts.map +0 -1
  214. package/lib/core/layout/input.base.d.ts.map +0 -1
  215. package/lib/core/layout/input.field.d.ts.map +0 -1
  216. package/lib/core/layout/layout.component.d.ts.map +0 -1
  217. package/lib/core/layout/numeric.field.d.ts.map +0 -1
  218. package/lib/core/layout/select.field.d.ts.map +0 -1
  219. package/lib/core/layout/switch.field.d.ts.map +0 -1
  220. package/lib/core/layout/textarea.field.d.ts.map +0 -1
  221. package/lib/core/layout/timespan.field.d.ts.map +0 -1
  222. package/lib/core/lottie-animation.d.ts.map +0 -1
  223. package/lib/core/mailbox.service.d.ts.map +0 -1
  224. package/lib/core/models.d.ts.map +0 -1
  225. package/lib/core/none.component.d.ts.map +0 -1
  226. package/lib/core/pipes/action.pipe.d.ts.map +0 -1
  227. package/lib/core/pipes/calendar.pipe.d.ts.map +0 -1
  228. package/lib/core/pipes/date-format.pipe.d.ts.map +0 -1
  229. package/lib/core/pipes/daterange.pipe.d.ts.map +0 -1
  230. package/lib/core/pipes/difference.pipe.d.ts.map +0 -1
  231. package/lib/core/pipes/duration-format.pipe.d.ts.map +0 -1
  232. package/lib/core/pipes/duration.pipe.d.ts.map +0 -1
  233. package/lib/core/pipes/form.pipe.d.ts.map +0 -1
  234. package/lib/core/pipes/join.pipe.d.ts.map +0 -1
  235. package/lib/core/pipes/role.pipe.d.ts.map +0 -1
  236. package/lib/core/pipes/sanitize-html.pipe.d.ts.map +0 -1
  237. package/lib/core/pipes/sort.pipe.d.ts.map +0 -1
  238. package/lib/core/pipes/state.pipe.d.ts.map +0 -1
  239. package/lib/core/pipes/time-ago.pipe.d.ts.map +0 -1
  240. package/lib/core/pipes/translate.pipe.d.ts.map +0 -1
  241. package/lib/core/pipes/type-value.pipe.d.ts.map +0 -1
  242. package/lib/core/pipes/user-name.pipe.d.ts.map +0 -1
  243. package/lib/core/popup/popup-ref.d.ts.map +0 -1
  244. package/lib/core/popup/popup.component.d.ts.map +0 -1
  245. package/lib/core/popup/popup.service.d.ts.map +0 -1
  246. package/lib/core/popup/tooltip.directive.d.ts.map +0 -1
  247. package/lib/core/prompt/ask/ask.dialog.d.ts.map +0 -1
  248. package/lib/core/prompt/mask/mask.component.d.ts.map +0 -1
  249. package/lib/core/prompt.service.d.ts.map +0 -1
  250. package/lib/core/router.d.ts.map +0 -1
  251. package/lib/core/save-changes.dialog.d.ts.map +0 -1
  252. package/lib/core/session.service.d.ts.map +0 -1
  253. package/lib/core/slots/pane-ref.d.ts.map +0 -1
  254. package/lib/core/slots/router.directive.d.ts.map +0 -1
  255. package/lib/core/slots/router.service.d.ts.map +0 -1
  256. package/lib/core/slots/slots.component.d.ts.map +0 -1
  257. package/lib/core/tagging/documents.component.d.ts.map +0 -1
  258. package/lib/core/tagging/edit-input.component.d.ts.map +0 -1
  259. package/lib/core/tagging/emoji.component.d.ts.map +0 -1
  260. package/lib/core/tagging/tagging-item.directive.d.ts.map +0 -1
  261. package/lib/core/tagging/tagging.component-base.d.ts.map +0 -1
  262. package/lib/core/tagging/tagging.directive.d.ts.map +0 -1
  263. package/lib/core/tagging/tagging.pipe.d.ts.map +0 -1
  264. package/lib/core/tagging/users.component.d.ts.map +0 -1
  265. package/lib/core/translate.service.d.ts.map +0 -1
  266. package/lib/core/translations.d.ts.map +0 -1
  267. package/lib/core/window-title.service.d.ts.map +0 -1
  268. package/lib/cube/accum/accum.component.d.ts.map +0 -1
  269. package/lib/cube/chart/chart.component.d.ts.map +0 -1
  270. package/lib/cube/cube-info.service.d.ts.map +0 -1
  271. package/lib/cube/cube-menu.component.d.ts.map +0 -1
  272. package/lib/cube/cube-view.component.d.ts.map +0 -1
  273. package/lib/cube/cube.service.d.ts.map +0 -1
  274. package/lib/cube/declarations.d.ts.map +0 -1
  275. package/lib/cube/explore/document-item.component.d.ts.map +0 -1
  276. package/lib/cube/explore/explore-item.component.d.ts.map +0 -1
  277. package/lib/cube/explore/explore-items.component.d.ts.map +0 -1
  278. package/lib/cube/explore/explore.pane.component.d.ts.map +0 -1
  279. package/lib/cube/explore/item-resolver.service.d.ts.map +0 -1
  280. package/lib/cube/explore/item.pane.component.d.ts.map +0 -1
  281. package/lib/cube/filter/filter-tags.component.exp.d.ts.map +0 -1
  282. package/lib/cube/filter/filter.component.d.ts.map +0 -1
  283. package/lib/cube/grid/grid.component.d.ts.map +0 -1
  284. package/lib/cube/grid/spreadsheet.component.d.ts.map +0 -1
  285. package/lib/cube/matrix/matrix.base.d.ts.map +0 -1
  286. package/lib/cube/matrix/matrix.mobile.component.d.ts.map +0 -1
  287. package/lib/cube/matrix/matrix.pane.component.d.ts.map +0 -1
  288. package/lib/cube/matrix/popup.component.d.ts.map +0 -1
  289. package/lib/cube/matrix/table.component.d.ts.map +0 -1
  290. package/lib/cube/parallel/item.d.ts.map +0 -1
  291. package/lib/cube/parallel/parallel.component.d.ts.map +0 -1
  292. package/lib/cube/pivot/pivot.component.d.ts.map +0 -1
  293. package/lib/cube/sum/sum.component.d.ts.map +0 -1
  294. package/lib/cube/view-base.d.ts.map +0 -1
  295. package/lib/cube/view.mobile.component.d.ts.map +0 -1
  296. package/lib/cube/view.pane.component.d.ts.map +0 -1
  297. package/lib/dashboard/actions/actions.widget.d.ts.map +0 -1
  298. package/lib/dashboard/cube/accum-cube.widget.d.ts.map +0 -1
  299. package/lib/dashboard/cube/compare.widget.d.ts.map +0 -1
  300. package/lib/dashboard/cube/cube-analysis.base.d.ts.map +0 -1
  301. package/lib/dashboard/cube/cube-analysis.widget.d.ts.map +0 -1
  302. package/lib/dashboard/cube/cube-chart.widget.d.ts.map +0 -1
  303. package/lib/dashboard/cube/documents.widget.d.ts.map +0 -1
  304. package/lib/dashboard/cube/filter/filter.component.d.ts.map +0 -1
  305. package/lib/dashboard/dashboard.component.d.ts.map +0 -1
  306. package/lib/dashboard/dashboard.pane.component.d.ts.map +0 -1
  307. package/lib/dashboard/recents/recents.widget.d.ts.map +0 -1
  308. package/lib/dashboard/score/activity.widget.d.ts.map +0 -1
  309. package/lib/dashboard/score/compare-groups.widget.d.ts.map +0 -1
  310. package/lib/dashboard/score/peers-performance.widget.d.ts.map +0 -1
  311. package/lib/dashboard/score/pending-results.widget.d.ts.map +0 -1
  312. package/lib/dashboard/score/personal-score.widget.d.ts.map +0 -1
  313. package/lib/dashboard/widget-item.component.d.ts.map +0 -1
  314. package/lib/dashboard/widget-ref.d.ts.map +0 -1
  315. package/lib/desktop.module.d.ts.map +0 -1
  316. package/lib/home/about/about.dialog.d.ts.map +0 -1
  317. package/lib/home/home-base.component.d.ts.map +0 -1
  318. package/lib/home/home.desktop.component.d.ts.map +0 -1
  319. package/lib/home/home.mobile.component.d.ts.map +0 -1
  320. package/lib/home/notifications/notifications.component.d.ts.map +0 -1
  321. package/lib/home/options/options.component.d.ts.map +0 -1
  322. package/lib/home/outofoffice/outofoffice.component.d.ts.map +0 -1
  323. package/lib/home/search.service.d.ts.map +0 -1
  324. package/lib/home/sign/sign.component.d.ts.map +0 -1
  325. package/lib/home/tools.component.d.ts.map +0 -1
  326. package/lib/impersonate/impersonate.component.d.ts.map +0 -1
  327. package/lib/mobile.module.d.ts.map +0 -1
  328. package/lib/modules/chart.module.d.ts.map +0 -1
  329. package/lib/modules/circular-gauge.module.d.ts.map +0 -1
  330. package/lib/modules/date.adapter.d.ts.map +0 -1
  331. package/lib/modules/datepicker.intl.d.ts.map +0 -1
  332. package/lib/modules/dayjs.module.d.ts.map +0 -1
  333. package/lib/modules/diagram.module.d.ts.map +0 -1
  334. package/lib/modules/gantt.module.d.ts.map +0 -1
  335. package/lib/modules/grid.module.d.ts.map +0 -1
  336. package/lib/modules/material.module.d.ts.map +0 -1
  337. package/lib/modules/paginator.intl.d.ts.map +0 -1
  338. package/lib/modules/pivot.module.d.ts.map +0 -1
  339. package/lib/modules/schedule.module.d.ts.map +0 -1
  340. package/lib/modules/spreadsheet.module.d.ts.map +0 -1
  341. package/lib/modules/stepper.intl.d.ts.map +0 -1
  342. package/lib/modules/texteditor.module.d.ts.map +0 -1
  343. package/lib/notifications/filter.component.d.ts.map +0 -1
  344. package/lib/notifications/notifications-table.component.d.ts.map +0 -1
  345. package/lib/notifications/notifications.component-base.d.ts.map +0 -1
  346. package/lib/notifications/notifications.mobile.component.d.ts.map +0 -1
  347. package/lib/notifications/notifications.pane.component.d.ts.map +0 -1
  348. package/lib/notifications/notifications.service.d.ts.map +0 -1
  349. package/lib/notifications/types/commented.notification.d.ts.map +0 -1
  350. package/lib/notifications/types/cube-anomaly.notification.d.ts.map +0 -1
  351. package/lib/notifications/types/escalated.notification.d.ts.map +0 -1
  352. package/lib/notifications/types/liked.notification.d.ts.map +0 -1
  353. package/lib/notifications/types/long-running-task.notification.d.ts.map +0 -1
  354. package/lib/notifications/types/notification-base.d.ts.map +0 -1
  355. package/lib/notifications/types/nudge.notification.d.ts.map +0 -1
  356. package/lib/notifications/types/state-changed.notification.d.ts.map +0 -1
  357. package/lib/notifications/types/tagged.notification.d.ts.map +0 -1
  358. package/lib/notifications/types/text.notification.d.ts.map +0 -1
  359. package/lib/notifications/types/upcoming-event.notification.d.ts.map +0 -1
  360. package/lib/options/options.component.d.ts.map +0 -1
  361. package/lib/options/options.service.d.ts.map +0 -1
  362. package/lib/reports/arguments-component.d.ts.map +0 -1
  363. package/lib/reports/cube/documents.component.d.ts.map +0 -1
  364. package/lib/reports/cube/grid-documents.component.d.ts.map +0 -1
  365. package/lib/reports/cube/table-documents.component.d.ts.map +0 -1
  366. package/lib/reports/cube/usage-args.component.d.ts.map +0 -1
  367. package/lib/reports/cube/usage-base.d.ts.map +0 -1
  368. package/lib/reports/cube/usage-chart.component.d.ts.map +0 -1
  369. package/lib/reports/cube/usage-pivot.component.d.ts.map +0 -1
  370. package/lib/reports/cube/usage.component.d.ts.map +0 -1
  371. package/lib/reports/report-ref.d.ts.map +0 -1
  372. package/lib/reports/report-viewer.component.d.ts.map +0 -1
  373. package/lib/reports/report.mobile.component.d.ts.map +0 -1
  374. package/lib/reports/report.pane.component.d.ts.map +0 -1
  375. package/lib/reports/reports-menu.component.d.ts.map +0 -1
  376. package/lib/reports/substitution/substitution.component.d.ts.map +0 -1
  377. package/lib/reports/table/table-view.component.d.ts.map +0 -1
  378. package/lib/reports/tasks/tasks.component.d.ts.map +0 -1
  379. package/lib/routes.desktop.d.ts.map +0 -1
  380. package/lib/routes.mobile.d.ts.map +0 -1
  381. package/lib/scheduler/schedule.component.d.ts.map +0 -1
  382. package/lib/scheduler/scheduler.mobile.component.d.ts.map +0 -1
  383. package/lib/scheduler/scheduler.pane.component.d.ts.map +0 -1
  384. package/lib/shared.module.d.ts.map +0 -1
  385. package/lib/system.module.d.ts.map +0 -1
  386. package/lib/views/cube/chart.component.d.ts.map +0 -1
  387. package/lib/views/cube/cube-base.d.ts.map +0 -1
  388. package/lib/views/cube/explore.component.d.ts.map +0 -1
  389. package/lib/views/cube/matrix.component.d.ts.map +0 -1
  390. package/lib/views/cube/parallel.component.d.ts.map +0 -1
  391. package/lib/views/cube/pivot.component.d.ts.map +0 -1
  392. package/lib/views/cube/sum.component.d.ts.map +0 -1
  393. package/lib/views/cube/view.component.d.ts.map +0 -1
  394. package/lib/views/document-view-ref.d.ts.map +0 -1
  395. package/lib/views/timeline/timeline.component.exp.d.ts.map +0 -1
  396. package/lib/views/view-item.component.d.ts.map +0 -1
  397. package/lib/views/views.component.d.ts.map +0 -1
  398. package/lib/views/views.mobile.component.d.ts.map +0 -1
  399. package/lib/views/views.pane.component.d.ts.map +0 -1
  400. package/public-api.d.ts.map +0 -1
@@ -23,7 +23,7 @@ export declare class DesignerRef<O = any> {
23
23
  get unlock(): import("rxjs").Observable<boolean>;
24
24
  get state(): any;
25
25
  set state(val: any);
26
- create(element: ElementInfo, template?: string): ElementInfo<any>;
26
+ create(element: ElementInfo): ElementInfo<any>;
27
27
  }
28
28
  export interface DesignerElementComponent<T> {
29
29
  model: ElementInfo<T>;
@@ -1,8 +1,7 @@
1
1
  import { AfterViewInit, ComponentRef, ElementRef, EventEmitter, OnDestroy, TemplateRef } from "@angular/core";
2
- import { FormBuilder, FormControl, FormGroup } from "@angular/forms";
2
+ import { FormBuilder, FormGroup } from "@angular/forms";
3
3
  import { Portal } from "@angular/cdk/portal";
4
4
  import { BizDocComponentFactoryResolver } from "../../core/component-factory-resolver";
5
- import { Role } from "../../core/models";
6
5
  import { DesignerRef, ElementModel, DesignMode, DesignerElementComponent } from "./declarations";
7
6
  import { LayoutComponent } from "../../core/layout/layout.component";
8
7
  import { PaneRef } from "../../core/slots/pane-ref";
@@ -40,18 +39,16 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
40
39
  Priority: string;
41
40
  'Active Directory': string;
42
41
  };
42
+ privileges: boolean;
43
43
  form: FormGroup;
44
44
  readonly onContinue: EventEmitter<any>;
45
45
  readonly onSave: EventEmitter<ElementModel<any>>;
46
- roles: Role[];
47
- froles: Role[];
48
46
  editContent: EditContentDirective;
49
47
  widgetContent: WidgetContentDirective;
50
48
  options: Portal<any>;
51
49
  arguments: Portal<any>;
52
50
  mode: DesignMode;
53
51
  model: ElementModel<any>;
54
- rolesfilter: FormControl;
55
52
  private _customDesignerInstance;
56
53
  private readonly _destroy;
57
54
  optionsstate: any;
@@ -59,7 +56,7 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
59
56
  optionsattached(componentRef: ComponentRef<DesignerElementComponent<any>>): void;
60
57
  argumentsattached(componentRef: ComponentRef<LayoutComponent>): void;
61
58
  ngOnInit(): void;
62
- private _addEditControls;
59
+ private _form;
63
60
  ngAfterViewInit(): void;
64
61
  unlock(evt: Event): void;
65
62
  continue(): void;
@@ -71,5 +68,5 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
71
68
  handleKeyboardEvent(event: KeyboardEvent): void;
72
69
  ngOnDestroy(): void;
73
70
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerItemComponent, [null, null, { optional: true; }, null, null]>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<DesignerItemComponent, "bizdoc-designer-element", never, { "form": "form"; }, { "onContinue": "continue"; "onSave": "save"; }, ["editContent", "widgetContent"], never, false>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<DesignerItemComponent, "bizdoc-designer-element", never, { "privileges": "privileges"; "form": "form"; }, { "onContinue": "continue"; "onSave": "save"; }, ["editContent", "widgetContent"], never, false>;
75
72
  }
@@ -33,6 +33,7 @@ export declare abstract class DesignerElementComponentBase<T = any> implements D
33
33
  export declare abstract class DesignerTypeElementComponent<T = any> extends DesignerElementComponentBase {
34
34
  protected _fb: FormBuilder;
35
35
  protected _ref: DesignerRef<T>;
36
+ ngOnInit(): void;
36
37
  designer: DesignerItemComponent;
37
38
  constructor(_fb: FormBuilder, element: ElementRef<any>, _ref: DesignerRef<T>);
38
39
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerTypeElementComponent<any>, never>;
@@ -1,6 +1,6 @@
1
1
  import { CdkDragDrop } from "@angular/cdk/drag-drop";
2
2
  import { ComponentType } from "@angular/cdk/portal";
3
- import { Injector, OnInit } from "@angular/core";
3
+ import { ElementRef, Injector, OnInit } from "@angular/core";
4
4
  import { MatMenuTrigger } from "@angular/material/menu";
5
5
  import { UtilityComponent } from "../../core/base";
6
6
  import { PromptService } from "../../core/prompt.service";
@@ -14,6 +14,7 @@ export declare class ConfigurationDesignerComponent implements UtilityComponent,
14
14
  private _panes;
15
15
  private _translate;
16
16
  private _ps;
17
+ private _element;
17
18
  private _injector;
18
19
  private _ref;
19
20
  loading: boolean;
@@ -21,16 +22,18 @@ export declare class ConfigurationDesignerComponent implements UtilityComponent,
21
22
  dirty: boolean;
22
23
  sections: Section[];
23
24
  model: DesignerModel;
24
- constructor(_panes: PanesRouter, _translate: TranslateService, _ps: PromptService, _injector: Injector, _ref: UtilityRef<boolean, DesignerModel, DesignerModel>);
25
+ private _sections;
26
+ constructor(_panes: PanesRouter, _translate: TranslateService, _ps: PromptService, _element: ElementRef<HTMLDivElement>, _injector: Injector, _ref: UtilityRef<boolean, DesignerModel, DesignerModel>);
25
27
  ngOnInit(): void;
26
28
  drop(event: CdkDragDrop<ElementModel[]>): void;
27
29
  private _resettyping;
28
- private _typing;
30
+ private _searchBy;
29
31
  /**
30
32
  * Ctrl-s save
31
33
  * @param event
32
34
  */
33
35
  handleKeyboardEvent(event: KeyboardEvent): void;
36
+ private _search;
34
37
  private _insert;
35
38
  private _open;
36
39
  private _createInjector;
@@ -48,6 +51,5 @@ interface Section {
48
51
  type: string;
49
52
  elements: ElementModel[];
50
53
  templates: TemplateInfo[];
51
- privileges?: boolean;
52
54
  }
53
55
  export {};
@@ -1,9 +1,7 @@
1
- import { FormGroup } from "@angular/forms";
2
1
  import { DesignerTypeElementComponent } from "../designer.base";
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class ActionDesignerComponent extends DesignerTypeElementComponent {
5
- private static resources;
6
- form: FormGroup<{
4
+ form: import("@angular/forms").FormGroup<{
7
5
  multiple: import("@angular/forms").FormControl<unknown>;
8
6
  color: import("@angular/forms").FormControl<unknown>;
9
7
  verb: import("@angular/forms").FormControl<unknown>;
@@ -1,27 +1,29 @@
1
1
  import { ElementRef, OnInit } from "@angular/core";
2
- import { FormArray, FormBuilder, FormGroup } from "@angular/forms";
2
+ import { FormBuilder } from "@angular/forms";
3
3
  import { PromptService } from "../../../core/prompt.service";
4
- import { CubeInfo, SystemService } from "../../system.service";
4
+ import { BackgroundJobInfo, CubeInfo, SystemService } from "../../system.service";
5
5
  import { DesignerTypeElementComponent } from "../designer.base";
6
6
  import { DesignerRef, ElementInfo, CubeAxisModel, CubeIndexModel, PatternModel } from "../declarations";
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class CubeDesignComponent extends DesignerTypeElementComponent implements OnInit {
9
9
  private _service;
10
10
  private _ps;
11
- readonly views: FormArray<import("@angular/forms").FormControl<unknown>>;
12
- readonly axes: FormArray<import("@angular/forms").FormControl<unknown>>;
13
- readonly indices: FormArray<import("@angular/forms").FormControl<unknown>>;
14
- readonly patterns: FormArray<import("@angular/forms").FormControl<unknown>>;
11
+ readonly views: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
12
+ readonly axes: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
13
+ readonly indices: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
14
+ readonly patterns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
15
15
  private _cubeAxesValidator;
16
- readonly form: FormGroup<{
17
- patterns: FormArray<import("@angular/forms").FormControl<unknown>>;
18
- views: FormArray<import("@angular/forms").FormControl<unknown>>;
19
- axes: FormArray<import("@angular/forms").FormControl<unknown>>;
20
- indices: FormArray<import("@angular/forms").FormControl<unknown>>;
16
+ readonly form: import("@angular/forms").FormGroup<{
17
+ schedule: import("@angular/forms").FormControl<unknown>;
18
+ patterns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
19
+ views: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
20
+ axes: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
21
+ indices: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
21
22
  scope: import("@angular/forms").FormControl<any>;
22
23
  anomaly: import("@angular/forms").FormControl<string>;
23
24
  }>;
24
25
  usage: CubeInfo;
26
+ jobInfo: BackgroundJobInfo;
25
27
  syncing: boolean;
26
28
  element: ElementRef<any>;
27
29
  readonly types: ElementInfo[];
@@ -29,6 +31,7 @@ export declare class CubeDesignComponent extends DesignerTypeElementComponent im
29
31
  constructor(fb: FormBuilder, _service: SystemService, _ps: PromptService, element: ElementRef<any>, ref: DesignerRef);
30
32
  sync(): void;
31
33
  ngOnInit(): void;
34
+ private _schedule;
32
35
  private _buildForm;
33
36
  complete(): void;
34
37
  nameOf(axis: string | string[]): string;
@@ -1,14 +1,23 @@
1
+ import { FolderColumn } from "../../../core/models";
1
2
  import { DesignerTypeElementComponent } from "../designer.base";
2
3
  import { ElementInfo } from "../declarations";
4
+ import { MatSelectChange } from "@angular/material/select";
3
5
  import * as i0 from "@angular/core";
4
6
  export declare class FolderDesignComponent extends DesignerTypeElementComponent {
5
7
  readonly columns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
6
- readonly form: import("@angular/forms").FormGroup<{}>;
8
+ readonly form: import("@angular/forms").FormGroup<{
9
+ icon: import("@angular/forms").FormControl<unknown>;
10
+ columns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
11
+ filters: import("@angular/forms").FormGroup<{
12
+ cube: import("@angular/forms").FormControl<unknown>;
13
+ axes: import("@angular/forms").FormControl<unknown>;
14
+ }>;
15
+ }>;
7
16
  cubes: ElementInfo[];
8
17
  cube: ElementInfo<any>;
9
18
  ngOnInit(): void;
10
- private _formcolumn;
11
- add(): void;
19
+ newColumn(column?: FolderColumn): any;
20
+ cubeSelected(evt: MatSelectChange): void;
12
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FolderDesignComponent, never>;
13
22
  static ɵcmp: i0.ɵɵComponentDeclaration<FolderDesignComponent, "ng-component", never, {}, {}, never, never, false>;
14
23
  }
@@ -1,28 +1,33 @@
1
1
  import { ElementRef, OnInit } from "@angular/core";
2
- import { FormBuilder } from "@angular/forms";
2
+ import { FormBuilder, FormGroup } from "@angular/forms";
3
3
  import { AxisSettingsModel, SparklineMarkerSettingsModel, SparklineTooltipSettingsModel } from '@syncfusion/ej2-angular-charts';
4
4
  import { SessionService } from "../../../core/session.service";
5
5
  import { PanesRouter } from "../../../core/slots/router.service";
6
6
  import { SystemService, RangeInfo } from "../../system.service";
7
7
  import { DesignerTypeElementComponent } from "../designer.base";
8
- import { DesignerRef, ElementInfo } from "../declarations";
8
+ import { DesignerRef, ElementInfo, PermissionModel } from "../declarations";
9
+ import { Role } from "../../../core/models";
10
+ import { MatAutocompleteSelectedEvent } from "@angular/material/autocomplete";
9
11
  import * as i0 from "@angular/core";
10
12
  export declare class FormDesignComponent extends DesignerTypeElementComponent implements OnInit {
11
13
  private _router;
12
14
  private _service;
13
15
  private _session;
14
16
  readonly rules: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
15
- readonly form: import("@angular/forms").FormGroup<{
17
+ readonly form: FormGroup<{
16
18
  rules: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
17
19
  guide: import("@angular/forms").FormControl<unknown>;
18
20
  cubes: import("@angular/forms").FormControl<unknown>;
19
21
  icon: import("@angular/forms").FormControl<unknown>;
20
22
  }>;
23
+ private _roles;
24
+ roles: Role[];
21
25
  theme: 'Material' | 'MaterialDark';
22
26
  readonly axisSettings: AxisSettingsModel;
23
27
  readonly markerSettings: SparklineMarkerSettingsModel;
24
28
  readonly tooltipSettings: SparklineTooltipSettingsModel;
25
29
  usage: RangeInfo[];
30
+ readonly search: import("@angular/forms").FormControl<any>;
26
31
  primary: string;
27
32
  readonly enableRtl: boolean;
28
33
  private readonly _destroy;
@@ -30,8 +35,19 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
30
35
  readonly cubes: ElementInfo[];
31
36
  constructor(fb: FormBuilder, _router: PanesRouter, _service: SystemService, _session: SessionService, element: ElementRef<any>, ref: DesignerRef);
32
37
  ngOnInit(): void;
33
- private _formrule;
34
- addrule(): void;
38
+ titleOf(name: string): any;
39
+ /**
40
+ *
41
+ * @param id
42
+ */
43
+ removeRole(group: FormGroup, id: string): void;
44
+ /**
45
+ *
46
+ * @param inp
47
+ * @param event
48
+ */
49
+ addRole(group: FormGroup, inp: HTMLInputElement, event: MatAutocompleteSelectedEvent): void;
50
+ newRule(rule?: PermissionModel): any;
35
51
  diagram(): void;
36
52
  design(): void;
37
53
  ngOnDestroy(): void;
@@ -1,8 +1,7 @@
1
- import { FormGroup } from "@angular/forms";
2
1
  import { DesignerTypeElementComponent } from "../designer.base";
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class PolicyDesignComponent extends DesignerTypeElementComponent {
5
- readonly form: FormGroup<{}>;
4
+ readonly form: import("@angular/forms").FormGroup<{}>;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<PolicyDesignComponent, never>;
7
6
  static ɵcmp: i0.ɵɵComponentDeclaration<PolicyDesignComponent, "ng-component", never, {}, {}, never, never, false>;
8
7
  }
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class SystemService {
6
6
  private _http;
7
7
  rules(args?: any): Observable<Rule[]>;
8
- synchrinize(name: string): Observable<Object>;
8
+ synchrinize(name: string): Observable<BackgroundJobInfo>;
9
9
  private static _cache;
10
10
  findAll(options: {
11
11
  search?: string;
@@ -34,6 +34,13 @@ export interface DocumentInfo {
34
34
  stateId: string;
35
35
  }
36
36
  export interface CubeInfo {
37
+ jobInfo: BackgroundJobInfo;
38
+ }
39
+ export interface BackgroundJobInfo {
40
+ error?: string;
41
+ nextExecution?: Date;
42
+ lastExecution?: Date;
43
+ lastJobState?: string;
37
44
  }
38
45
  interface Rule {
39
46
  name: string;
@@ -1,6 +1,19 @@
1
1
  import { ChangeDetectorRef, NgZone, PipeTransform } from '@angular/core';
2
2
  import dayjs from 'dayjs';
3
3
  import * as i0 from "@angular/core";
4
+ export declare class ToNowPipe implements PipeTransform {
5
+ private cdRef;
6
+ private ngZone;
7
+ private currentTimer;
8
+ lastTime: dayjs.Dayjs;
9
+ transform(value: any, ...args: any[]): string;
10
+ constructor(cdRef: ChangeDetectorRef, ngZone: NgZone);
11
+ ngOnDestroy(): void;
12
+ private createTimer;
13
+ private removeTimer;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToNowPipe, never>;
15
+ static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
16
+ }
4
17
  export declare class TimeAgoPipe implements PipeTransform {
5
18
  private cdRef;
6
19
  private ngZone;
@@ -84,9 +84,16 @@ export declare const STRINGS: {
84
84
  ar: {};
85
85
  ru: {};
86
86
  en: {
87
+ LastExecution: string;
88
+ NextExecution: string;
89
+ LastJobState: string;
90
+ SettingThingsUp: string;
91
+ PleaseWait: string;
92
+ Schedule: string;
87
93
  SequencePolicy: string;
88
94
  Priority: string;
89
95
  FormCubeHelp: string;
96
+ Rule: string;
90
97
  Step: string;
91
98
  TestType: string;
92
99
  Selector: string;
@@ -540,6 +547,7 @@ export declare const STRINGS: {
540
547
  Workflow: string;
541
548
  NewRole: string;
542
549
  DataType: string;
550
+ Default: string;
543
551
  Defaults: string;
544
552
  Pattern: string;
545
553
  Patterns: string;
@@ -986,6 +994,7 @@ export declare const STRINGS: {
986
994
  Roles: string;
987
995
  Role: string;
988
996
  NewRole: string;
997
+ Default: string;
989
998
  Defaults: string;
990
999
  Patterns: string;
991
1000
  Pattern: string;
@@ -187,6 +187,6 @@ import * as i182 from "./modules/material.module";
187
187
  export declare class SharedModule {
188
188
  static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
189
189
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
190
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.HelpTipComponent, typeof i2.BoxFormComponent, typeof i3.CubeUsageComponent, typeof i4.CubeDocumentsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i10.HtmlSimplePipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i14.CubeParallelViewComponent, typeof i15.CubeChartViewComponent, typeof i16.CubeExploreViewComponent, typeof i17.CubeDocumentSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i21.ViewItemComponent, typeof i22.CubeDocumentMatrixComponent, typeof i23.CubeDocumentViewComponent, typeof i24.CubePivotViewComponent, typeof i25.ActionPicker, typeof i26.QuickCommentComponent, typeof i27.DurationFormatPipe, typeof i28.CombinationPicker, typeof i29.CombinationPickerBody, typeof i30.CombinationPool, typeof i31.TimelineViewComponent, typeof i32.MatIconAnimate, typeof i33.DateRangePipe, typeof i33.AgoPipe, typeof i34.StateDirective, typeof i35.JoinPipe, typeof i36.TypeValuePipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i39.SanitizeHtmlPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i46.TaggingPipe, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i49.AceInput, typeof i50.TimespanInput, typeof i51.AddressInput, typeof i52.FileInput, typeof i53.TimePicker, typeof i54.LayoutComponent, typeof i55.HtmlField, typeof i56.FileField, typeof i57.NumericField, typeof i58.AutocompleteField, typeof i59.CheckField, typeof i60.DateField, typeof i61.DateRangeField, typeof i62.ExpressionField, typeof i63.InputField, typeof i64.SelectField, typeof i65.SwitchField, typeof i66.TextareaField, typeof i67.TimespanField, typeof i68.ReturnActionComponent, typeof i69.AssignActionComponent, typeof i70.MoveToActionComponent, typeof i71.AvatarComponent, typeof i72.PeopleComponent, typeof i73.EditInputComponent, typeof i74.NgxComponentOutlet, typeof i75.LottieAnimation, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i77.FilterTagsComponent, typeof i78.ExploreItemsComponent, typeof i79.CompareNameDirective, typeof i79.CompareGroupDirective, typeof i79.CompareContextDirective, typeof i80.GuideComponent, typeof i81.OutOfOfficeToast, typeof i82.NotificationsTableComponent, typeof i83.NotificationsFilterComponent, typeof i84.PrivilegeHiddenDirective, typeof i85.TaggingItemDirective, typeof i86.TaggingDirective, typeof i87.DocumentTaggingComponent, typeof i88.UserTaggingComponent, typeof i84.PrivilegeDisabledDirective, typeof i89.CubeDocumentsGridComponent, typeof i90.LongRunningTaskNotification, typeof i91.TaggedNotification, typeof i92.CommentedNotification, typeof i93.NudgeNotification, typeof i94.TextNotification, typeof i95.CubeAnomalyNotification, typeof i96.EscalatedNotification, typeof i97.LikedNotification, typeof i98.StateChangedNotification, typeof i99.UpcomingEventNotification, typeof i100.NoneComponent, typeof i101.ScheduleViewComponent, typeof i102.OptionsComponent, typeof i103.TraceViewComponent, typeof i104.ProgressDirective, typeof i105.AttachmentsComponent, typeof i106.DocumentEventsComponent, typeof i107.TagsComponent, typeof i108.MapComponent, typeof i109.MaskComponent, typeof i110.FlowViewComponent, typeof i111.SubstitutionComponent, typeof i112.PopupComponent, typeof i113.AttachmentPreview, typeof i114.CommentsComponent, typeof i115.CommentComponent, typeof i116.EditCommentComponent, typeof i117.CommentLikesComponent, typeof i118.CommentEditsComponent, typeof i119.BrowseItemsComponent, typeof i120.BrowseFilterComponent, typeof i121.ExpandedItemComponent, typeof i122.ComposeFormComponent, typeof i123.CubeViewComponent, typeof i124.CubeFilterComponent, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent, typeof i130.ReportViewerComponent, typeof i131.TableViewComponent, typeof i132.ReportArgumentsComponent, typeof i133.DashboardComponent, typeof i134.WidgetItemComponent, typeof i135.CubeWidgetFilterComponent, typeof i136.SaveChangesDialog, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.CubeMatrixPopupComponent, typeof i143.VersionCompareComponent, typeof i144.ExploreDocumentComponent, typeof i145.TasksComponent, typeof i146.CubeDocumentsTableComponent, typeof i147.CubePerformanceWidget, typeof i148.CubeAccumAnalysisWidget, typeof i149.CubeAnalysisWidget, typeof i150.CubeChartAnalysisWidget, typeof i151.ActionsWidget, typeof i152.RecentsWidget, typeof i153.PendingResultsWidget, typeof i154.CompareGroupsWidget, typeof i155.CubeDocumentsWidget, typeof i156.PersonalScoreWidget, typeof i157.PersonalActivityWidget, typeof i158.PeersPerformanceWidget, typeof i159.UsagePivotComponent, typeof i160.UsageChartComponent, typeof i161.UsageReportArgs, typeof i162.EmojiHostComponent, typeof i163.TooltipDirective, typeof i163.TooltipComponent, typeof i164.BrokenPage], [typeof i165.DayJsModule, typeof i166.CommonModule, typeof i167.HttpClientModule, typeof i168.ReactiveFormsModule, typeof i169.FlexLayoutModule, typeof i170.RouterModule, typeof i171.PickerModule, typeof i172.SyncfusionGanttModule, typeof i173.SyncfusionScheduleModule, typeof i174.SyncfusionCircularGaugeModule, typeof i175.SyncfusionChartModule, typeof i172.SyncfusionGanttModule, typeof i176.SyncfusionGridModule, typeof i177.SyncfusionTextEditorModule, typeof i178.SyncfusionSpreadsheetModule, typeof i179.SyncfusionPivotModule, typeof i180.KanbanModule, typeof i181.SyncfusionDiagramModule, typeof i182.MaterialModule], [typeof i182.MaterialModule, typeof i164.BrokenPage, typeof i1.HelpTipComponent, typeof i77.FilterTagsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i133.DashboardComponent, typeof i107.TagsComponent, typeof i26.QuickCommentComponent, typeof i114.CommentsComponent, typeof i54.LayoutComponent, typeof i139.ActionDialog, typeof i120.BrowseFilterComponent, typeof i124.CubeFilterComponent, typeof i101.ScheduleViewComponent, typeof i130.ReportViewerComponent, typeof i134.WidgetItemComponent, typeof i123.CubeViewComponent, typeof i78.ExploreItemsComponent, typeof i122.ComposeFormComponent, typeof i119.BrowseItemsComponent, typeof i82.NotificationsTableComponent, typeof i25.ActionPicker, typeof i141.ConversationComponent, typeof i34.StateDirective, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i74.NgxComponentOutlet, typeof i32.MatIconAnimate, typeof i163.TooltipDirective, typeof i50.TimespanInput, typeof i52.FileInput, typeof i51.AddressInput, typeof i49.AceInput, typeof i28.CombinationPicker, typeof i30.CombinationPool, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i53.TimePicker, typeof i27.DurationFormatPipe, typeof i33.DateRangePipe, typeof i36.TypeValuePipe, typeof i35.JoinPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i39.SanitizeHtmlPipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i71.AvatarComponent, typeof i132.ReportArgumentsComponent, typeof i113.AttachmentPreview, typeof i84.PrivilegeHiddenDirective, typeof i84.PrivilegeDisabledDirective, typeof i79.CompareGroupDirective, typeof i79.CompareNameDirective, typeof i79.CompareContextDirective, typeof i103.TraceViewComponent, typeof i110.FlowViewComponent, typeof i69.AssignActionComponent, typeof i68.ReturnActionComponent, typeof i144.ExploreDocumentComponent, typeof i147.CubePerformanceWidget, typeof i151.ActionsWidget, typeof i149.CubeAnalysisWidget, typeof i155.CubeDocumentsWidget, typeof i152.RecentsWidget, typeof i157.PersonalActivityWidget, typeof i154.CompareGroupsWidget, typeof i158.PeersPerformanceWidget, typeof i153.PendingResultsWidget, typeof i156.PersonalScoreWidget, typeof i135.CubeWidgetFilterComponent, typeof i146.CubeDocumentsTableComponent, typeof i89.CubeDocumentsGridComponent, typeof i145.TasksComponent, typeof i161.UsageReportArgs, typeof i160.UsageChartComponent, typeof i159.UsagePivotComponent, typeof i143.VersionCompareComponent, typeof i75.LottieAnimation, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent]>;
190
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.HelpTipComponent, typeof i2.BoxFormComponent, typeof i3.CubeUsageComponent, typeof i4.CubeDocumentsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i9.ToNowPipe, typeof i10.HtmlSimplePipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i14.CubeParallelViewComponent, typeof i15.CubeChartViewComponent, typeof i16.CubeExploreViewComponent, typeof i17.CubeDocumentSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i21.ViewItemComponent, typeof i22.CubeDocumentMatrixComponent, typeof i23.CubeDocumentViewComponent, typeof i24.CubePivotViewComponent, typeof i25.ActionPicker, typeof i26.QuickCommentComponent, typeof i27.DurationFormatPipe, typeof i28.CombinationPicker, typeof i29.CombinationPickerBody, typeof i30.CombinationPool, typeof i31.TimelineViewComponent, typeof i32.MatIconAnimate, typeof i33.DateRangePipe, typeof i33.AgoPipe, typeof i34.StateDirective, typeof i35.JoinPipe, typeof i36.TypeValuePipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i39.SanitizeHtmlPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i46.TaggingPipe, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i49.AceInput, typeof i50.TimespanInput, typeof i51.AddressInput, typeof i52.FileInput, typeof i53.TimePicker, typeof i54.LayoutComponent, typeof i55.HtmlField, typeof i56.FileField, typeof i57.NumericField, typeof i58.AutocompleteField, typeof i59.CheckField, typeof i60.DateField, typeof i61.DateRangeField, typeof i62.ExpressionField, typeof i63.InputField, typeof i64.SelectField, typeof i65.SwitchField, typeof i66.TextareaField, typeof i67.TimespanField, typeof i68.ReturnActionComponent, typeof i69.AssignActionComponent, typeof i70.MoveToActionComponent, typeof i71.AvatarComponent, typeof i72.PeopleComponent, typeof i73.EditInputComponent, typeof i74.NgxComponentOutlet, typeof i75.LottieAnimation, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i77.FilterTagsComponent, typeof i78.ExploreItemsComponent, typeof i79.CompareNameDirective, typeof i79.CompareGroupDirective, typeof i79.CompareContextDirective, typeof i80.GuideComponent, typeof i81.OutOfOfficeToast, typeof i82.NotificationsTableComponent, typeof i83.NotificationsFilterComponent, typeof i84.PrivilegeHiddenDirective, typeof i85.TaggingItemDirective, typeof i86.TaggingDirective, typeof i87.DocumentTaggingComponent, typeof i88.UserTaggingComponent, typeof i84.PrivilegeDisabledDirective, typeof i89.CubeDocumentsGridComponent, typeof i90.LongRunningTaskNotification, typeof i91.TaggedNotification, typeof i92.CommentedNotification, typeof i93.NudgeNotification, typeof i94.TextNotification, typeof i95.CubeAnomalyNotification, typeof i96.EscalatedNotification, typeof i97.LikedNotification, typeof i98.StateChangedNotification, typeof i99.UpcomingEventNotification, typeof i100.NoneComponent, typeof i101.ScheduleViewComponent, typeof i102.OptionsComponent, typeof i103.TraceViewComponent, typeof i104.ProgressDirective, typeof i105.AttachmentsComponent, typeof i106.DocumentEventsComponent, typeof i107.TagsComponent, typeof i108.MapComponent, typeof i109.MaskComponent, typeof i110.FlowViewComponent, typeof i111.SubstitutionComponent, typeof i112.PopupComponent, typeof i113.AttachmentPreview, typeof i114.CommentsComponent, typeof i115.CommentComponent, typeof i116.EditCommentComponent, typeof i117.CommentLikesComponent, typeof i118.CommentEditsComponent, typeof i119.BrowseItemsComponent, typeof i120.BrowseFilterComponent, typeof i121.ExpandedItemComponent, typeof i122.ComposeFormComponent, typeof i123.CubeViewComponent, typeof i124.CubeFilterComponent, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent, typeof i130.ReportViewerComponent, typeof i131.TableViewComponent, typeof i132.ReportArgumentsComponent, typeof i133.DashboardComponent, typeof i134.WidgetItemComponent, typeof i135.CubeWidgetFilterComponent, typeof i136.SaveChangesDialog, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.CubeMatrixPopupComponent, typeof i143.VersionCompareComponent, typeof i144.ExploreDocumentComponent, typeof i145.TasksComponent, typeof i146.CubeDocumentsTableComponent, typeof i147.CubePerformanceWidget, typeof i148.CubeAccumAnalysisWidget, typeof i149.CubeAnalysisWidget, typeof i150.CubeChartAnalysisWidget, typeof i151.ActionsWidget, typeof i152.RecentsWidget, typeof i153.PendingResultsWidget, typeof i154.CompareGroupsWidget, typeof i155.CubeDocumentsWidget, typeof i156.PersonalScoreWidget, typeof i157.PersonalActivityWidget, typeof i158.PeersPerformanceWidget, typeof i159.UsagePivotComponent, typeof i160.UsageChartComponent, typeof i161.UsageReportArgs, typeof i162.EmojiHostComponent, typeof i163.TooltipDirective, typeof i163.TooltipComponent, typeof i164.BrokenPage], [typeof i165.DayJsModule, typeof i166.CommonModule, typeof i167.HttpClientModule, typeof i168.ReactiveFormsModule, typeof i169.FlexLayoutModule, typeof i170.RouterModule, typeof i171.PickerModule, typeof i172.SyncfusionGanttModule, typeof i173.SyncfusionScheduleModule, typeof i174.SyncfusionCircularGaugeModule, typeof i175.SyncfusionChartModule, typeof i172.SyncfusionGanttModule, typeof i176.SyncfusionGridModule, typeof i177.SyncfusionTextEditorModule, typeof i178.SyncfusionSpreadsheetModule, typeof i179.SyncfusionPivotModule, typeof i180.KanbanModule, typeof i181.SyncfusionDiagramModule, typeof i182.MaterialModule], [typeof i182.MaterialModule, typeof i164.BrokenPage, typeof i1.HelpTipComponent, typeof i77.FilterTagsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i9.ToNowPipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i133.DashboardComponent, typeof i107.TagsComponent, typeof i26.QuickCommentComponent, typeof i114.CommentsComponent, typeof i54.LayoutComponent, typeof i139.ActionDialog, typeof i120.BrowseFilterComponent, typeof i124.CubeFilterComponent, typeof i101.ScheduleViewComponent, typeof i130.ReportViewerComponent, typeof i134.WidgetItemComponent, typeof i123.CubeViewComponent, typeof i78.ExploreItemsComponent, typeof i122.ComposeFormComponent, typeof i119.BrowseItemsComponent, typeof i82.NotificationsTableComponent, typeof i25.ActionPicker, typeof i141.ConversationComponent, typeof i34.StateDirective, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i74.NgxComponentOutlet, typeof i32.MatIconAnimate, typeof i163.TooltipDirective, typeof i50.TimespanInput, typeof i52.FileInput, typeof i51.AddressInput, typeof i49.AceInput, typeof i28.CombinationPicker, typeof i30.CombinationPool, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i53.TimePicker, typeof i27.DurationFormatPipe, typeof i33.DateRangePipe, typeof i36.TypeValuePipe, typeof i35.JoinPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i39.SanitizeHtmlPipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i71.AvatarComponent, typeof i132.ReportArgumentsComponent, typeof i113.AttachmentPreview, typeof i84.PrivilegeHiddenDirective, typeof i84.PrivilegeDisabledDirective, typeof i79.CompareGroupDirective, typeof i79.CompareNameDirective, typeof i79.CompareContextDirective, typeof i103.TraceViewComponent, typeof i110.FlowViewComponent, typeof i69.AssignActionComponent, typeof i68.ReturnActionComponent, typeof i144.ExploreDocumentComponent, typeof i147.CubePerformanceWidget, typeof i151.ActionsWidget, typeof i149.CubeAnalysisWidget, typeof i155.CubeDocumentsWidget, typeof i152.RecentsWidget, typeof i157.PersonalActivityWidget, typeof i154.CompareGroupsWidget, typeof i158.PeersPerformanceWidget, typeof i153.PendingResultsWidget, typeof i156.PersonalScoreWidget, typeof i135.CubeWidgetFilterComponent, typeof i146.CubeDocumentsTableComponent, typeof i89.CubeDocumentsGridComponent, typeof i145.TasksComponent, typeof i161.UsageReportArgs, typeof i160.UsageChartComponent, typeof i159.UsagePivotComponent, typeof i143.VersionCompareComponent, typeof i75.LottieAnimation, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent]>;
191
191
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
192
192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.16.20",
3
+ "version": "1.16.23",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
package/public-api.d.ts CHANGED
@@ -139,7 +139,7 @@ export { CheckboxComponent } from './lib/core/layout/checkbox';
139
139
  export { DifferencePipe } from './lib/core/pipes/difference.pipe';
140
140
  export { DateFormatPipe } from './lib/core/pipes/date-format.pipe';
141
141
  export { CalendarPipe, CalendarSpec } from './lib/core/pipes/calendar.pipe';
142
- export { TimeAgoPipe } from './lib/core/pipes/time-ago.pipe';
142
+ export { TimeAgoPipe, ToNowPipe } from './lib/core/pipes/time-ago.pipe';
143
143
  export { DurationFormatPipe } from './lib/core/pipes/duration-format.pipe';
144
144
  export { DurationPipe } from './lib/core/pipes/duration.pipe';
145
145
  export { FileInput } from './lib/core/controls/file.input';
@@ -1 +0,0 @@
1
- {"version":3,"file":"bizdoc-core.d.ts","sourceRoot":"","sources":["../../libraries/core/src/bizdoc-core.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"admin-dismiss.service.d.ts","sourceRoot":"","sources":["../../../../libraries/core/src/lib/admin/admin-dismiss.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;;AAInD,qBACa,YAAa,YAAW,UAAU,CAAC,cAAc,CAAC;IAE3D,OAAO,CAAC,OAAO;gBAAP,OAAO,EAAE,SAAS;IAE5B,SAAS,CAAC,SAAS,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,OAAO;yCAJrD,YAAY;6CAAZ,YAAY;CAiBxB;AACD,MAAM,WAAW,cAAc;IAC7B,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;IACrB,KAAK,EAAE,OAAO,CAAC;CAChB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"admin-menu.component.d.ts","sourceRoot":"","sources":["../../../../libraries/core/src/lib/admin/admin-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;;AAEzD,qBAIa,kBAAmB,YAAW,MAAM;IACtC,SAAS,EAAE,OAAO,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;gBAEL,OAAO,EAAE,cAAc;IAInC,QAAQ,IAAI,IAAI;yCARL,kBAAkB;2CAAlB,kBAAkB;CAW9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cube-axes-filter.component.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/admin/configuration-designer/cube-axes-filter.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,WAAW,EAAe,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAW,UAAU,EAAE,MAAM,MAAM,CAAC;AAG3C,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAsB,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE3D,qBAMa,2BAA4B,YAAW,SAAS,EAAE,SAAS;IA8C1D,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACnC,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,QAAQ,CAAC,GAAG;IA/CtB,QAAQ,CAAC,OAAO,SAAsB;IAC7B,IAAI,EAAG,YAAY,CAAC;IACpB,IAAI,EAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,OAAO,EAAE;QAAE,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC,CAAA;KAAE,CAAM;IAC9E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAsC;IAClE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAsC;IACjE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAuB;IAChD,WAAW,CAAC,QAAQ,EAAE,aAAa,GAAG,IAAI;IAqC1C,kBAAkB;gBACW,QAAQ,EAAE,WAAW,EACxC,IAAI,EAAE,WAAW,EACR,GAAG,EAAE,WAAW;IAEnC,OAAO,CAAC,QAAQ,KAAA;IAGhB,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,4BAA4B;IAGtD,WAAW,IAAI,IAAI;yCAxDR,2BAA2B;2CAA3B,2BAA2B;CA4DvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"declarations.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/admin/configuration-designer/declarations.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"designer-element.component.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/admin/configuration-designer/designer-element.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAA2B,UAAU,EAAE,YAAY,EAAiB,SAAS,EAAoB,WAAW,EAAE,MAAM,eAAe,CAAC;AACnL,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAmB,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAE9D,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,YAAY,EAAe,UAAU,EAAc,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;;AAEpD,qBAGa,oBAAoB;IACZ,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC;gBAAjC,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC;yCADzC,oBAAoB;2CAApB,oBAAoB;CAEhC;AACD,qBAGa,sBAAsB;IACd,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC;gBAAjC,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC;yCADzC,sBAAsB;2CAAtB,sBAAsB;CAElC;AACD,qBAGa,mBAAmB;IACX,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC;gBAAjC,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC;yCADzC,mBAAmB;2CAAnB,mBAAmB;CAE/B;AAED;EACE;AACF,qBAMQ,qBAAsB,YAAW,aAAa,EAAE,SAAS;IAkB7D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,GAAG;IACC,OAAO,CAAC,KAAK;IACJ,OAAO,CAAC,IAAI;IACjC,OAAO,CAAC,IAAI;IArBd,QAAQ,CAAC,GAAG;;;;;;MAAc;IACjB,IAAI,EAAE,SAAS,CAAqB;IACzB,QAAQ,CAAC,UAAU,oBAAsB;IAC7C,QAAQ,CAAC,MAAM,kCAAoC;IACnE,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,MAAM,EAAE,IAAI,EAAE,CAAC;IACqB,WAAW,EAAE,oBAAoB,CAAC;IAChC,aAAa,EAAE,sBAAsB,CAAC;IAC5E,OAAO,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;IACvB,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IACzB,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,CAAC,uBAAuB,CAAgC;IAC/D,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAuB;IAChD,YAAY,EAAE,GAAG,CAAC;gBAER,QAAQ,EAAE,UAAU,CAAC,cAAc,CAAC,EACpC,GAAG,EAAE,WAAW,EACJ,KAAK,EAAE,OAAO,EACL,IAAI,EAAE,WAAW,CAAC,GAAG,CAAC,EAC3C,IAAI,EAAE,8BAA8B;IAK9C,eAAe,CAAC,YAAY,EAAE,YAAY,CAAC,wBAAwB,CAAC,GAAG,CAAC,CAAC;IAezE,iBAAiB,CAAC,YAAY,EAAE,YAAY,CAAC,eAAe,CAAC;IAQ7D,QAAQ;IAoBR,OAAO,CAAC,gBAAgB;IAoBxB,eAAe;IAIf,MAAM,CAAC,GAAG,EAAE,KAAK;IAMjB,QAAQ;IAWR,IAAI;IAMJ;;;OAGG;IACH,mBAAmB,CAAC,KAAK,EAAE,aAAa;IAMxC,WAAW,IAAI,IAAI;yCA/Hb,qBAAqB;2CAArB,qBAAqB;CAmI5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"designer-privileges.component.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/admin/configuration-designer/designer-privileges.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,MAAM,EAAE,MAAM,eAAe,CAAC;AAEjE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAE7C,MAAM;AACN,qBAIa,2BAA4B,YAAW,MAAM;IAOtD,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,QAAQ;IACK,OAAO,CAAC,IAAI;IARnC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,EAAE,CAA6B;IACzD,IAAI,EAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,MAAM,CAAS;IACvB,KAAK,EAAE,IAAI,EAAE,CAAM;IACnB,QAAQ,CAAC,MAAM,4CAA0B;gBAE/B,GAAG,EAAE,WAAW,EAChB,QAAQ,EAAE,aAAa,EACF,IAAI,EAAE,WAAW,CAAC,GAAG,CAAC;IAGrD,QAAQ,IAAI,IAAI;IAwBhB,OAAO,CAAC,IAAI,EAAE,MAAM;IAIpB;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAQxB;;;;OAIG;IACH,GAAG,CAAC,GAAG,EAAE,gBAAgB,EAAE,KAAK,EAAE,4BAA4B,GAAG,IAAI;yCAzD1D,2BAA2B;2CAA3B,2BAA2B;CAmEvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"designer.base.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/admin/configuration-designer/designer.base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAU,MAAM,EAAE,WAAW,EAAa,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,wBAAwB,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACjG,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;;AACrE,MAAM;AACN,8BACsB,4BAA4B,CAAC,CAAC,GAAG,GAAG,CAAE,YAAW,wBAAwB,CAAC,CAAC,CAAC;IAUpF,SAAS,CAAC,GAAG,EAAE,WAAW;IACpC,OAAO,CAAC,QAAQ;IACK,SAAS,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC;IAXrD,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IACvB,IAAI,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACvB,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,IAAI,OAAO,IAAI,CAAC,CAA8B;IAC9C,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;gBACH,GAAG,EAAE,WAAW,EAC5B,QAAQ,EAAE,UAAU,CAAC,GAAG,CAAC,EACF,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC;IAErD,OAAO,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE;IAG1B,MAAM,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE;IAGzB,SAAS,CAAC,GAAG,CAAC,EAAE,KAAK;IAMrB,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,EAAE,UAAU,EAAE,SAAS;IAKzD,GAAG,CAAC,UAAU,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;IAUtF,IAAI,CAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;IAShE,OAAO,CAAC,MAAM;yCAlDM,4BAA4B;2CAA5B,4BAA4B;CAqDjD;AACD,8BACsB,4BAA4B,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,4BAA4B;IAElF,SAAS,CAAC,GAAG,EAAE,WAAW;IAEf,SAAS,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC;IAHnB,QAAQ,EAAE,qBAAqB,CAAC;gBAC5C,GAAG,EAAE,WAAW,EACpC,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,EACO,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC;yCAJjC,4BAA4B;2CAA5B,4BAA4B;CASjD;AAaD,MAAM;AACN,8BACsB,4BAA4B,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,4BAA4B,CAAC,CAAC,CAAE,YAAW,MAAM;IACnH,QAAQ,CAAC,KAAK,EAAE,YAAY,EAAE,CAAC;IAC/B,IAAI,EAAE,YAAY,CAAC;IACnB,YAAY,CAAC,GAAG,EAAE,eAAe;gBAIrB,EAAE,EAAE,WAAW,EACzB,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,EACH,GAAG,EAAE,WAAW;IAIvC,QAAQ;yCAbY,4BAA4B;2CAA5B,4BAA4B;CAmBjD;AACD,wBAAgB,OAAO,CAAC,SAAS,KAAA,WAQhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"designer.component.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/admin/configuration-designer/designer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAmB,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAA2B,QAAQ,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAInD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAA+C,MAAM,gBAAgB,CAAC;;AAgBxH,MAAM;AACN,qBAMa,8BAA+B,YAAW,gBAAgB,EAAE,MAAM;IAO3E,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,IAAI;IAVd,OAAO,UAAQ;IACf,MAAM,UAAS;IACf,KAAK,UAAS;IACd,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,KAAK,EAAE,aAAa,CAAC;gBAEX,MAAM,EAAE,WAAW,EACnB,UAAU,EAAE,gBAAgB,EAC5B,GAAG,EAAE,aAAa,EAClB,SAAS,EAAE,QAAQ,EACnB,IAAI,EAAE,UAAU,CAAC,OAAO,EAAE,aAAa,EAAE,aAAa,CAAC;IACjE,QAAQ,IAAI,IAAI;IA8BhB,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,YAAY,EAAE,CAAC;IAkBvC,OAAO,CAAC,YAAY,CAAC;IACrB,OAAO,CAAC,OAAO,CAAC;IAChB;;;OAGG;IAEH,mBAAmB,CAAC,KAAK,EAAE,aAAa;IAWxC,OAAO,CAAC,OAAO;IAkBf,OAAO,CAAC,KAAK;IAwBb,OAAO,CAAC,eAAe;IAQvB,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,EAAE,KAAK;IAQtD,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY;IAU/C,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,YAAY;IAW5C,IAAI,CAAC,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO;IAG5C,cAAc,CAAC,OAAO,EAAE,YAAY;IAIpC,IAAI;yCApKO,8BAA8B;2CAA9B,8BAA8B;CA4M1C;AACD,UAAU,OAAO;IACf,IAAI,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"action.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/action.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBACa,uBAAwB,SAAQ,4BAA4B;IACvE,OAAO,CAAC,MAAM,CAAC,SAAS,CAA6G;IACrI,IAAI;;;;;;;;;;;;OAcD;IACH,QAAQ;yCAjBG,uBAAuB;2CAAvB,uBAAuB;CAuBnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"analysis-view.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/analysis-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAIlD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,4BAA4B,EAAW,MAAM,kBAAkB,CAAC;;AAEzE,qBAEa,wBAAyB,SAAQ,4BAA4B,CAAC,kBAAkB,CAAE,YAAW,MAAM;IAC9G,QAAQ,CAAC,IAAI;;;;;;;;;;OAUV;IACH,QAAQ;yCAZG,wBAAwB;2CAAxB,wBAAwB;CAqBpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"analysis-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/analysis-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAIlD,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAChF,OAAO,EAAE,4BAA4B,EAAW,MAAM,kBAAkB,CAAC;;AAEzE,qBAEa,6BAA8B,SAAQ,4BAA4B,CAAC,kBAAkB,CAAE,YAAW,MAAM;IACnH,QAAQ,CAAC,IAAI;;;;;;;;;OASV;IACH,QAAQ;yCAXG,6BAA6B;2CAA7B,6BAA6B;CAoBzC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"anomaly-rule.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/anomaly-rule.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAGlD,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,0BAA2B,SAAQ,4BAA6B,YAAW,MAAM;IAC5F,QAAQ,CAAC,IAAI,yCACV;IACH,QAAQ;yCAHG,0BAA0B;2CAA1B,0BAA0B;CAKtC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"box-form.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/box-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAGlD,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,sBAAuB,SAAQ,4BAA4B,CAAC,eAAe,CAAE,YAAW,MAAM;IACzG,QAAQ,CAAC,IAAI,yCACV;IACH,QAAQ;yCAHG,sBAAsB;2CAAtB,sBAAsB;CAOlC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"configuration-datasource.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/configuration-datasource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAIlE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,sCAAuC,SAAQ,4BAA4B,CAAC,KAAK,CAAE,YAAW,MAAM;IAC/G,QAAQ,CAAC,KAAK;aAAyB,MAAM;eAAS,MAAM;QAAQ;IACpE,QAAQ,CAAC,IAAI;;OAEV;IACH,QAAQ,IAAI,IAAI;IAQhB,OAAO,CAAC,MAAM;IAKd,GAAG;IAQH,OAAO,CAAC,SAAS;IAMjB,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,EAAE,UAAU,EAAE,SAAS;yCAhC9C,sCAAsC;2CAAtC,sCAAsC;CAoClD;AACD,UAAU,KAAK;IACb,KAAK,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAClC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cube-index-utility.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/cube-index-utility.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAGlD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,wBAAyB,SAAQ,4BAA4B,CAAC,iBAAiB,CAAE,YAAW,MAAM;IAC7G,QAAQ,CAAC,IAAI;;;OAGV;yCAJQ,wBAAwB;2CAAxB,wBAAwB;CAKpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cube-view.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/cube-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAGlD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,uBAAwB,SAAQ,4BAA4B,CAAC,iBAAiB,CAAE,YAAW,MAAM;IAC5G,QAAQ,CAAC,IAAI;;;;;OAKV;yCANQ,uBAAuB;2CAAvB,uBAAuB;CAOnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cube.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/cube.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAU,MAAM,EAA0B,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAmB,SAAS,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAGhG,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAe,WAAW,EAAE,aAAa,EAAiB,cAAc,EAAyB,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE3J,qBAIa,mBAAoB,SAAQ,4BAA6B,YAAW,MAAM;IAgCnF,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,GAAG;IAhCb,QAAQ,CAAC,KAAK,2DAAsB;IACpC,QAAQ,CAAC,IAAI,2DAAsB;IACnC,QAAQ,CAAC,OAAO,2DAAsB;IACtC,QAAQ,CAAC,QAAQ,2DAAsB;IACvC,OAAO,CAAC,kBAAkB,CAYxB;IACF,QAAQ,CAAC,IAAI;;;;;;;OAOmC;IAChD,KAAK,EAAE,QAAQ,CAAC;IAChB,OAAO,UAAS;IACM,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IAC/C,QAAQ,CAAC,KAAK,EAAE,WAAW,EAAE,CAAC;IAC9B,YAAY,EAAE,OAAO,CAAC;gBACV,EAAE,EAAE,WAAW,EACjB,QAAQ,EAAE,aAAa,EACvB,GAAG,EAAE,aAAa,EAC1B,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,EACH,GAAG,EAAE,WAAW;IAIvC,IAAI;IAOJ,QAAQ;IAWR,OAAO,CAAC,UAAU;IAclB,QAAQ;IAGR,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;IAC9B,OAAO,CAAC,OAAO;IAwEf,OAAO,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,GAAG;IAiBnC,QAAQ,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,GAAG;IAarC,UAAU,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,GAAG;IASrC,QAAQ,CAAC,IAAI,EAAE,MAAM;yCA1LV,mBAAmB;2CAAnB,mBAAmB;CA2L/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"documents-report.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/documents-report.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACnF,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,8BAA+B,SAAQ,4BAA4B,CAAC,sBAAsB,CAAE,YAAW,MAAM;IACxH,QAAQ,CAAC,IAAI;;;;OAIV;yCALQ,8BAA8B;2CAA9B,8BAA8B;CAM1C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"documents-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/documents-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;;AAE9C,qBAEa,8BAA+B,SAAQ,4BAA4B,CAAC,0BAA0B,CAAE,YAAW,MAAM;IAC5H,QAAQ,CAAC,IAAI;;;;;;;OAOV;IACH,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,QAAQ;yCAVG,8BAA8B;2CAA9B,8BAA8B;CAc1C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"explore-view.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/explore-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,0BAA2B,SAAQ,4BAA4B,CAAC,oBAAoB,CAAE,YAAW,MAAM;IAClH,QAAQ,CAAC,IAAI;;;;;;OAMV;yCAPQ,0BAA0B;2CAA1B,0BAA0B;CAQtC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"folder.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/folder.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAG,MAAM,iBAAiB,CAAC;;AAE/C,qBACa,qBAAsB,SAAQ,4BAA4B;IACrE,QAAQ,CAAC,OAAO,oFAAsB;IACtC,QAAQ,CAAC,IAAI,yCAGV;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,IAAI,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACvB,QAAQ;IAcR,OAAO,CAAC,WAAW;IAOnB,GAAG;yCA7BQ,qBAAqB;2CAArB,qBAAqB;CA8BjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"form.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAU,MAAM,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAqB,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAEnJ,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAmB,MAAM,iBAAiB,CAAC;;AAE5E,qBACa,mBAAoB,SAAQ,4BAA6B,YAAW,MAAM;IAgCnF,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IAjClB,QAAQ,CAAC,KAAK,oFAAsB;IACpC,QAAQ,CAAC,IAAI;;;;;OAKV;IACH,KAAK,EAAE,UAAU,GAAG,cAAc,CAA0D;IAC5F,QAAQ,CAAC,YAAY,oBAGE;IACvB,QAAQ,CAAC,cAAc,+BAIW;IAClC,QAAQ,CAAC,eAAe,gCAMW;IACnC,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,OAAO,SAA8B;IACrC,QAAQ,CAAC,SAAS,UAAyB;IAC3C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAuB;IAChD,QAAQ,CAAC,MAAM,EAAE,WAAW,EAAE,CAAC;IAC/B,QAAQ,CAAC,KAAK,EAAE,WAAW,EAAE,CAAC;gBAClB,EAAE,EAAE,WAAW,EACjB,OAAO,EAAE,WAAW,EACpB,QAAQ,EAAE,aAAa,EACvB,QAAQ,EAAE,cAAc,EAChC,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,EACH,GAAG,EAAE,WAAW;IAUvC,QAAQ;IASR,OAAO,CAAC,SAAS;IAQjB,OAAO;IAGP,OAAO;IAGP,MAAM;IAGN,WAAW,IAAI,IAAI;yCAxER,mBAAmB;2CAAnB,mBAAmB;CA4E/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"guide.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/guide.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBACa,oBAAqB,SAAQ,4BAA6B,YAAW,MAAM;IACtF,QAAQ,CAAC,KAAK,oFAAsB;IACpC,QAAQ,CAAC,IAAI;;OAEV;IACH,QAAQ;IAMR,OAAO,CAAC,IAAI,CAAC,EAAE,SAAS,GAAG,GAAG;yCAXnB,oBAAoB;2CAApB,oBAAoB;CAqBhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"matrix-view.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/matrix-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAIlD,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,yBAA0B,SAAQ,4BAA4B,CAAC,mBAAmB,CAAE,YAAW,MAAM;IAChH,QAAQ,CAAC,GAAG,oFAAsB;IAClC,QAAQ,CAAC,IAAI;;;;;;;;OAQV;IACH,QAAQ;IAsBR,MAAM,CAAC,GAAG,CAAC,EAAE,WAAW;yCAjCb,yBAAyB;2CAAzB,yBAAyB;CA4CrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parallel-view.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/parallel-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAGlD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,2BAA4B,SAAQ,4BAA4B,CAAC,qBAAqB,CAAE,YAAW,MAAM;IACpH,QAAQ,CAAC,IAAI;;;;;;;;;OASV;yCAVQ,2BAA2B;2CAA3B,2BAA2B;CAWvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"performance-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/performance-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,gCAAiC,SAAQ,4BAA4B,CAAC,wBAAwB,CAAE,YAAW,MAAM;IAC5H,QAAQ,CAAC,IAAI;;;;;OAKV;yCANQ,gCAAgC;2CAAhC,gCAAgC;CAO5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pivot-view.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/pivot-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAGlD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,wBAAyB,SAAQ,4BAA4B,CAAC,kBAAkB,CAAE,YAAW,MAAM;IAC9G,QAAQ,CAAC,IAAI;;;;;;;;;;OAUV;yCAXQ,wBAAwB;2CAAxB,wBAAwB;CAYpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"policy.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/policy.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBACa,qBAAsB,SAAQ,4BAA4B;IACrE,QAAQ,CAAC,IAAI,gBAAsB;yCADxB,qBAAqB;2CAArB,qBAAqB;CAEjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"report.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/report.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAgB,MAAM,iBAAiB,CAAC;;AAE5D,qBACa,uBAAwB,SAAQ,4BAA4B;IACvE,QAAQ,CAAC,IAAI;;;OAGV;IACH,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,QAAQ;yCANG,uBAAuB;2CAAvB,uBAAuB;CASnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"return-to-role-action.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/return-to-role-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAC;AAG1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAe,WAAW,EAAgB,MAAM,iBAAiB,CAAC;;AAEzE,qBAEa,iCAAkC,SAAQ,4BAA4B,CAAC,KAAK,CAAE,YAAW,MAAM;IAC1G,QAAQ,CAAC,IAAI;;OAEV;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,QAAQ;yCALG,iCAAiC;2CAAjC,iCAAiC;CAQ7C;AACD,UAAU,KAAK;IACb,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"role.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/role.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAgB,MAAM,iBAAiB,CAAC;;AAE5D,qBACa,mBAAoB,SAAQ,4BAA4B;IACnE,QAAQ,CAAC,IAAI;;;;OAIV;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,QAAQ;IAOR,cAAc;yCAfH,mBAAmB;2CAAnB,mBAAmB;CAmB/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"rule.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/rule.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBACa,mBAAoB,SAAQ,4BAA4B;IACnE,QAAQ,CAAC,IAAI,gBAAsB;yCADxB,mBAAmB;2CAAnB,mBAAmB;CAE/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"state.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/state.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBACa,oBAAqB,SAAQ,4BAA4B;IACpE,OAAO,CAAC,MAAM,CAAC,SAAS,CAAsB;IAC9C,QAAQ,CAAC,IAAI;;;;;OAKV;IACH,QAAQ;yCARG,oBAAoB;2CAApB,oBAAoB;CAchC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sum-view.component.d.ts","sourceRoot":"","sources":["../../../../../../libraries/core/src/lib/admin/configuration-designer/elements/sum-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAGlD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;;AAEhE,qBAEa,sBAAuB,SAAQ,4BAA4B,CAAC,gBAAgB,CAAE,YAAW,MAAM;IAC1G,QAAQ,CAAC,IAAI;;;;;;;;OAQV;yCATQ,sBAAsB;2CAAtB,sBAAsB;CAUlC"}