@bizdoc/core 2.3.17 → 2.3.20

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 (227) hide show
  1. package/esm2022/lib/admin/admin-menu.component.mjs +9 -10
  2. package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +11 -11
  3. package/esm2022/lib/admin/architecture/designer-element.component.mjs +4 -4
  4. package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +15 -16
  5. package/esm2022/lib/admin/architecture/designer.component.mjs +16 -15
  6. package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +13 -14
  7. package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +11 -12
  8. package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +4 -5
  9. package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +10 -11
  10. package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +11 -12
  11. package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +13 -14
  12. package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +9 -10
  13. package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +11 -12
  14. package/esm2022/lib/admin/architecture/elements/cube.component.mjs +23 -24
  15. package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +11 -12
  16. package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +10 -11
  17. package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +10 -11
  18. package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +10 -11
  19. package/esm2022/lib/admin/architecture/elements/folder.component.mjs +16 -17
  20. package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +17 -18
  21. package/esm2022/lib/admin/architecture/elements/form.component.mjs +22 -23
  22. package/esm2022/lib/admin/architecture/elements/guide.component.mjs +16 -17
  23. package/esm2022/lib/admin/architecture/elements/job.component.mjs +12 -13
  24. package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +9 -10
  25. package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +12 -13
  26. package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +10 -11
  27. package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +10 -11
  28. package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +10 -11
  29. package/esm2022/lib/admin/architecture/elements/report.component.mjs +10 -11
  30. package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +8 -9
  31. package/esm2022/lib/admin/architecture/elements/role.component.mjs +13 -14
  32. package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +10 -11
  33. package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +13 -13
  34. package/esm2022/lib/admin/architecture/elements/type.component.mjs +18 -19
  35. package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +11 -12
  36. package/esm2022/lib/admin/architecture/elements/widget.component.mjs +10 -11
  37. package/esm2022/lib/admin/architecture/icon-picker.component.mjs +7 -8
  38. package/esm2022/lib/admin/core/color-picker.input.mjs +5 -6
  39. package/esm2022/lib/admin/core/localized-string.component.mjs +10 -11
  40. package/esm2022/lib/admin/diff/configuration-diff.component.mjs +11 -11
  41. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +18 -18
  42. package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +12 -12
  43. package/esm2022/lib/admin/document-trace/trace-element.component.mjs +13 -12
  44. package/esm2022/lib/admin/form/designer/box-designer.component.mjs +24 -60
  45. package/esm2022/lib/admin/form/designer/declarations.mjs +1 -1
  46. package/esm2022/lib/admin/form/designer/design-control.component.mjs +41 -0
  47. package/esm2022/lib/admin/form/designer/properties.component.mjs +11 -12
  48. package/esm2022/lib/admin/form/designer/section.component.mjs +11 -12
  49. package/esm2022/lib/admin/form/workflow/node.component.mjs +9 -10
  50. package/esm2022/lib/admin/form/workflow/role-node.component.mjs +15 -16
  51. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -3
  52. package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +13 -13
  53. package/esm2022/lib/admin/patterns/patterns.component.mjs +19 -19
  54. package/esm2022/lib/admin/permissions/permissions.component.mjs +14 -15
  55. package/esm2022/lib/admin/positions/positions-popup.component.mjs +11 -11
  56. package/esm2022/lib/admin/positions/positions.component.mjs +23 -24
  57. package/esm2022/lib/admin/profiler/outofoffice.component.mjs +13 -13
  58. package/esm2022/lib/admin/profiler/profiler.component.mjs +15 -15
  59. package/esm2022/lib/browse/browse-items.component.mjs +3 -3
  60. package/esm2022/lib/browse/browse.mobile.component.mjs +15 -16
  61. package/esm2022/lib/browse/browse.pane.component.mjs +14 -15
  62. package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +14 -15
  63. package/esm2022/lib/browse/filter/filter.component.mjs +13 -13
  64. package/esm2022/lib/browse/folders-menu.component.mjs +10 -11
  65. package/esm2022/lib/chat/chat.mobile.component.mjs +5 -6
  66. package/esm2022/lib/chat/contacts.component.mjs +16 -16
  67. package/esm2022/lib/chat/conversation.component.mjs +13 -14
  68. package/esm2022/lib/compose/action/action-picker.component.mjs +9 -10
  69. package/esm2022/lib/compose/action/action.dialog.mjs +8 -9
  70. package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +6 -7
  71. package/esm2022/lib/compose/action/assign-action.component.mjs +12 -12
  72. package/esm2022/lib/compose/action/moveto-action.component.mjs +11 -11
  73. package/esm2022/lib/compose/action/return-action.component.mjs +9 -9
  74. package/esm2022/lib/compose/attachments/attachments.component.mjs +11 -12
  75. package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +8 -9
  76. package/esm2022/lib/compose/box/box.component.mjs +7 -8
  77. package/esm2022/lib/compose/comments/comment.component.mjs +14 -15
  78. package/esm2022/lib/compose/comments/comments.component.mjs +8 -9
  79. package/esm2022/lib/compose/comments/edits.component.mjs +5 -5
  80. package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +5 -6
  81. package/esm2022/lib/compose/comments/votes.component.mjs +8 -8
  82. package/esm2022/lib/compose/compose.mobile.component.mjs +16 -17
  83. package/esm2022/lib/compose/compose.pane.component.mjs +15 -16
  84. package/esm2022/lib/compose/copy/copy.dialog.mjs +11 -11
  85. package/esm2022/lib/compose/events/events.component.mjs +7 -8
  86. package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +7 -8
  87. package/esm2022/lib/compose/form.component.mjs +5 -5
  88. package/esm2022/lib/compose/new-menu.component.mjs +8 -9
  89. package/esm2022/lib/compose/tag/tags.component.mjs +10 -10
  90. package/esm2022/lib/compose/trace/people.component.mjs +4 -5
  91. package/esm2022/lib/compose/version-compare/version.pane.component.mjs +10 -11
  92. package/esm2022/lib/core/animations.mjs +8 -4
  93. package/esm2022/lib/core/checkbox.mjs +20 -17
  94. package/esm2022/lib/core/fields/address.field.mjs +35 -26
  95. package/esm2022/lib/core/fields/autocomplete.field.mjs +68 -52
  96. package/esm2022/lib/core/fields/checkbox.field.mjs +9 -10
  97. package/esm2022/lib/core/fields/checklist.designer.mjs +66 -47
  98. package/esm2022/lib/core/fields/checklist.field.mjs +8 -9
  99. package/esm2022/lib/core/fields/date-range.field.mjs +6 -6
  100. package/esm2022/lib/core/fields/date.field.mjs +10 -11
  101. package/esm2022/lib/core/fields/expression.field.mjs +31 -23
  102. package/esm2022/lib/core/fields/file.field.mjs +8 -9
  103. package/esm2022/lib/core/fields/html.field.mjs +9 -10
  104. package/esm2022/lib/core/fields/input.field.mjs +8 -9
  105. package/esm2022/lib/core/fields/numeric.field.mjs +7 -7
  106. package/esm2022/lib/core/fields/options.component.mjs +11 -12
  107. package/esm2022/lib/core/fields/radio-button.designer.mjs +10 -11
  108. package/esm2022/lib/core/fields/radio-button.field.mjs +8 -9
  109. package/esm2022/lib/core/fields/select.designer.mjs +71 -52
  110. package/esm2022/lib/core/fields/select.field.mjs +9 -10
  111. package/esm2022/lib/core/fields/signature.field.mjs +10 -11
  112. package/esm2022/lib/core/fields/switch.field.mjs +8 -9
  113. package/esm2022/lib/core/fields/tags.field.mjs +9 -10
  114. package/esm2022/lib/core/fields/textarea.field.mjs +9 -10
  115. package/esm2022/lib/core/fields/time.field.mjs +9 -10
  116. package/esm2022/lib/core/fields/timespan.field.mjs +33 -26
  117. package/esm2022/lib/core/fields/yesno.designer.mjs +70 -55
  118. package/esm2022/lib/core/fields/yesno.field.mjs +8 -9
  119. package/esm2022/lib/core/guide/guide.component.mjs +7 -8
  120. package/esm2022/lib/core/guide/help-tip.component.mjs +21 -18
  121. package/esm2022/lib/core/identity/identity.component.mjs +5 -6
  122. package/esm2022/lib/core/inputs/address.input.mjs +24 -21
  123. package/esm2022/lib/core/inputs/auto-complete.input.mjs +42 -26
  124. package/esm2022/lib/core/inputs/combination-picker-body.mjs +12 -13
  125. package/esm2022/lib/core/inputs/combination-picker.mjs +8 -5
  126. package/esm2022/lib/core/inputs/combination-pool.mjs +7 -8
  127. package/esm2022/lib/core/inputs/file.input.mjs +11 -12
  128. package/esm2022/lib/core/inputs/select.input.mjs +39 -23
  129. package/esm2022/lib/core/inputs/time-picker.mjs +6 -7
  130. package/esm2022/lib/core/mailbox.service.mjs +1 -1
  131. package/esm2022/lib/core/models.mjs +1 -1
  132. package/esm2022/lib/core/none.component.mjs +19 -22
  133. package/esm2022/lib/core/pipes/translate.pipe.mjs +2 -1
  134. package/esm2022/lib/core/slots/slots.component.mjs +13 -14
  135. package/esm2022/lib/core/tagging/documents.component.mjs +7 -7
  136. package/esm2022/lib/core/tagging/edit-input.component.mjs +12 -13
  137. package/esm2022/lib/core/tagging/users.component.mjs +7 -7
  138. package/esm2022/lib/core/translations.mjs +2 -2
  139. package/esm2022/lib/cube/cube-menu.component.mjs +8 -9
  140. package/esm2022/lib/cube/explore/explore-items.component.mjs +8 -8
  141. package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +6 -7
  142. package/esm2022/lib/cube/filter/filter.component.mjs +11 -11
  143. package/esm2022/lib/cube/grid/spreadsheet.component.mjs +1 -2
  144. package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +12 -12
  145. package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +12 -12
  146. package/esm2022/lib/cube/matrix/popup.component.mjs +10 -10
  147. package/esm2022/lib/cube/matrix/table.component.mjs +3 -4
  148. package/esm2022/lib/cube/parallel/parallel.component.mjs +4 -5
  149. package/esm2022/lib/cube/sum/sum.component.mjs +3 -3
  150. package/esm2022/lib/cube/view.mobile.component.mjs +16 -17
  151. package/esm2022/lib/cube/view.pane.component.mjs +12 -13
  152. package/esm2022/lib/dashboard/dashboard.component.mjs +12 -13
  153. package/esm2022/lib/dashboard/recents/recents.widget.mjs +11 -12
  154. package/esm2022/lib/dashboard/score/activity.widget.mjs +4 -5
  155. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +5 -5
  156. package/esm2022/lib/dashboard/score/pending-results.widget.mjs +11 -12
  157. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +3 -2
  158. package/esm2022/lib/designer.module.mjs +6 -5
  159. package/esm2022/lib/home/about/about.dialog.mjs +7 -8
  160. package/esm2022/lib/home/home.desktop.component.mjs +17 -18
  161. package/esm2022/lib/home/home.mobile.component.mjs +16 -17
  162. package/esm2022/lib/home/notifications/notifications.component.mjs +3 -3
  163. package/esm2022/lib/home/options/options.component.mjs +11 -11
  164. package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +8 -9
  165. package/esm2022/lib/home/tools.component.mjs +13 -13
  166. package/esm2022/lib/impersonate/impersonate.component.mjs +10 -10
  167. package/esm2022/lib/modules/gantt.module.mjs +4 -2
  168. package/esm2022/lib/modules/grid.module.mjs +3 -3
  169. package/esm2022/lib/notifications/notifications-table.component.mjs +3 -3
  170. package/esm2022/lib/notifications/types/commented.notification.mjs +19 -12
  171. package/esm2022/lib/notifications/types/escalated.notification.mjs +6 -6
  172. package/esm2022/lib/notifications/types/liked.notification.mjs +19 -12
  173. package/esm2022/lib/notifications/types/tagged.notification.mjs +9 -9
  174. package/esm2022/lib/notifications/types/text.notification.mjs +6 -3
  175. package/esm2022/lib/options/options.component.mjs +52 -28
  176. package/esm2022/lib/options/options.service.mjs +26 -6
  177. package/esm2022/lib/reports/cube/table-documents.component.mjs +10 -10
  178. package/esm2022/lib/reports/report.mobile.component.mjs +12 -13
  179. package/esm2022/lib/reports/report.pane.component.mjs +10 -11
  180. package/esm2022/lib/reports/reports-menu.component.mjs +7 -8
  181. package/esm2022/lib/reports/substitution/substitution.component.mjs +10 -11
  182. package/esm2022/lib/reports/table/table-view.component.mjs +5 -6
  183. package/esm2022/lib/search/path.component.mjs +17 -18
  184. package/esm2022/lib/shared.module.mjs +4 -2
  185. package/esm2022/lib/system.module.mjs +5 -5
  186. package/esm2022/lib/views/cube/chart.component.mjs +6 -7
  187. package/esm2022/lib/views/cube/explore.component.mjs +10 -10
  188. package/esm2022/lib/views/cube/matrix.component.mjs +11 -11
  189. package/esm2022/lib/views/cube/parallel.component.mjs +4 -5
  190. package/esm2022/lib/views/cube/pivot.component.mjs +4 -5
  191. package/esm2022/lib/views/cube/sum.component.mjs +12 -10
  192. package/esm2022/lib/views/cube/view.component.mjs +11 -12
  193. package/esm2022/lib/views/timeline/timeline.component.exp.mjs +191 -192
  194. package/esm2022/lib/views/views.component.mjs +4 -5
  195. package/esm2022/public-api.mjs +3 -1
  196. package/fesm2022/bizdoc-core.mjs +3714 -3502
  197. package/fesm2022/bizdoc-core.mjs.map +1 -1
  198. package/lib/admin/architecture/elements/analysis-view.component.d.ts +2 -2
  199. package/lib/admin/architecture/elements/cube-view.component.d.ts +2 -2
  200. package/lib/admin/architecture/elements/form.component.d.ts +5 -5
  201. package/lib/admin/architecture/elements/matrix-view.component.d.ts +17 -9
  202. package/lib/admin/architecture/elements/parallel-view.component.d.ts +5 -5
  203. package/lib/admin/architecture/elements/tasks-report.component.d.ts +3 -2
  204. package/lib/admin/form/designer/box-designer.component.d.ts +26 -23
  205. package/lib/admin/form/designer/declarations.d.ts +2 -2
  206. package/lib/admin/form/designer/design-control.component.d.ts +19 -0
  207. package/lib/admin/form/designer/section.component.d.ts +3 -3
  208. package/lib/compose/attachments/attachments.component.d.ts +2 -2
  209. package/lib/core/animations.d.ts +2 -1
  210. package/lib/core/inputs/combination-picker.d.ts +1 -0
  211. package/lib/core/mailbox.service.d.ts +4 -3
  212. package/lib/core/models.d.ts +1 -1
  213. package/lib/core/pipes/translate.pipe.d.ts +1 -0
  214. package/lib/cube/matrix/table.component.d.ts +2 -2
  215. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
  216. package/lib/designer.module.d.ts +27 -26
  217. package/lib/notifications/types/escalated.notification.d.ts +1 -1
  218. package/lib/notifications/types/tagged.notification.d.ts +1 -1
  219. package/lib/notifications/types/text.notification.d.ts +1 -1
  220. package/lib/options/options.component.d.ts +6 -4
  221. package/lib/options/options.service.d.ts +7 -2
  222. package/lib/shared.module.d.ts +1 -1
  223. package/lib/system.module.d.ts +25 -25
  224. package/lib/views/cube/sum.component.d.ts +1 -0
  225. package/lib/views/timeline/timeline.component.exp.d.ts +2 -2
  226. package/package.json +1 -1
  227. package/public-api.d.ts +2 -0
@@ -6,8 +6,8 @@ export declare class ChartViewDesignComponent extends DesignerCubeElementCompone
6
6
  readonly form: import("@angular/forms").FormGroup<{
7
7
  cube: import("@angular/forms").FormControl<unknown>;
8
8
  xAxis: import("@angular/forms").FormControl<any>;
9
- series: import("@angular/forms").FormControl<unknown>;
10
- indices: import("@angular/forms").FormControl<unknown>;
9
+ series: import("@angular/forms").FormControl<string[]>;
10
+ indices: import("@angular/forms").FormControl<string[]>;
11
11
  chartType: import("@angular/forms").FormControl<string>;
12
12
  indicesChartType: import("@angular/forms").FormControl<unknown>;
13
13
  aggregate: import("@angular/forms").FormControl<unknown>;
@@ -6,8 +6,8 @@ export declare class CubeViewDesignComponent extends DesignerCubeElementComponen
6
6
  readonly form: import("@angular/forms").FormGroup<{
7
7
  cube: import("@angular/forms").FormControl<unknown>;
8
8
  view: import("@angular/forms").FormControl<any>;
9
- aggregate: import("@angular/forms").FormControl<unknown>;
10
- filters: import("@angular/forms").FormControl<unknown>;
9
+ aggregate: import("@angular/forms").FormControl<string[]>;
10
+ filters: import("@angular/forms").FormControl<string[]>;
11
11
  }>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeViewDesignComponent, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<CubeViewDesignComponent, "ng-component", never, {}, {}, never, never, false, never>;
@@ -1,5 +1,5 @@
1
1
  import { ElementRef, Injector, OnInit } from "@angular/core";
2
- import { FormBuilder } from "@angular/forms";
2
+ import { FormBuilder, FormGroup } from "@angular/forms";
3
3
  import { AxisSettingsModel, ITooltipRenderingEventArgs, SparklineMarkerSettingsModel, SparklineTooltipSettingsModel } from '@syncfusion/ej2-charts';
4
4
  import { SessionService } from "../../../core/session.service";
5
5
  import { PanesRouter } from "../../../core/slots/router.service";
@@ -14,14 +14,14 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
14
14
  private _session;
15
15
  private _injector;
16
16
  private _translate;
17
- readonly rules: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
18
- readonly format: import("@angular/forms").FormGroup<{
17
+ readonly rules: import("@angular/forms").FormArray<FormGroup<any>>;
18
+ readonly format: FormGroup<{
19
19
  prefix: import("@angular/forms").FormControl<unknown>;
20
20
  suffix: import("@angular/forms").FormControl<unknown>;
21
21
  digits: import("@angular/forms").FormControl<unknown>;
22
22
  }>;
23
- readonly form: import("@angular/forms").FormGroup<{
24
- rules: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
23
+ readonly form: FormGroup<{
24
+ rules: import("@angular/forms").FormArray<FormGroup<any>>;
25
25
  guide: import("@angular/forms").FormControl<unknown>;
26
26
  format: import("@angular/forms").FormControl<unknown>;
27
27
  group: import("@angular/forms").FormControl<unknown>;
@@ -1,23 +1,31 @@
1
1
  import { OnInit } from "@angular/core";
2
+ import { FormGroup } from "@angular/forms";
2
3
  import { SumSettings } from "../../../cube/matrix/table.component";
3
4
  import { MatrixSettingsModel } from "../../../views/cube/matrix.component";
4
5
  import { DesignerCubeElementComponent } from "../designer.base";
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class MatrixViewDesignComponent extends DesignerCubeElementComponent<MatrixSettingsModel> implements OnInit {
7
- readonly sum: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
8
- readonly form: import("@angular/forms").FormGroup<{
8
+ readonly form: FormGroup<{
9
9
  cube: import("@angular/forms").FormControl<unknown>;
10
- xAxis: import("@angular/forms").FormControl<any>;
11
- series: import("@angular/forms").FormControl<any>;
12
- indices: import("@angular/forms").FormControl<unknown>;
13
- aggregate: import("@angular/forms").FormControl<unknown>;
14
- sum: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
15
- filters: import("@angular/forms").FormControl<unknown>;
10
+ xAxis: import("@angular/forms").FormControl<string>;
11
+ series: import("@angular/forms").FormControl<string>;
12
+ indices: import("@angular/forms").FormControl<string[]>;
13
+ aggregate: import("@angular/forms").FormControl<string[]>;
14
+ sum: import("@angular/forms").FormArray<FormGroup<any>>;
15
+ filters: import("@angular/forms").FormControl<string[]>;
16
16
  indexAt: import("@angular/forms").FormControl<unknown>;
17
17
  placeAt: import("@angular/forms").FormControl<unknown>;
18
18
  }>;
19
19
  ngOnInit(): void;
20
- newSum(sum?: SumSettings): any;
20
+ newSum(sum?: SumSettings): FormGroup<{
21
+ axis: import("@angular/forms").FormControl<import("@bizdoc/core").AxisType>;
22
+ title: import("@angular/forms").FormControl<string>;
23
+ value: import("@angular/forms").FormControl<string | number>;
24
+ format: import("@angular/forms").FormControl<import("../../../cube/matrix/table.component").FormatType>;
25
+ precision: import("@angular/forms").FormControl<string>;
26
+ explorable: import("@angular/forms").FormControl<true>;
27
+ calculate: import("@angular/forms").FormControl<import("../../../cube/matrix/table.component").CalculateType>;
28
+ }>;
21
29
  static ɵfac: i0.ɵɵFactoryDeclaration<MatrixViewDesignComponent, never>;
22
30
  static ɵcmp: i0.ɵɵComponentDeclaration<MatrixViewDesignComponent, "ng-component", never, {}, {}, never, never, false, never>;
23
31
  }
@@ -5,12 +5,12 @@ import * as i0 from "@angular/core";
5
5
  export declare class ParallelViewDesignComponent extends DesignerCubeElementComponent<ParallelSettingsModel> implements OnInit {
6
6
  readonly form: import("@angular/forms").FormGroup<{
7
7
  cube: import("@angular/forms").FormControl<unknown>;
8
- xAxis: import("@angular/forms").FormControl<any>;
9
- series: import("@angular/forms").FormControl<any>;
10
- indices: import("@angular/forms").FormControl<unknown>;
11
- filters: import("@angular/forms").FormControl<unknown>;
8
+ xAxis: import("@angular/forms").FormControl<string[]>;
9
+ series: import("@angular/forms").FormControl<string[]>;
10
+ indices: import("@angular/forms").FormControl<string[]>;
11
+ filters: import("@angular/forms").FormControl<string[]>;
12
12
  chartType: import("@angular/forms").FormControl<string>;
13
- aggregate: import("@angular/forms").FormControl<unknown>;
13
+ aggregate: import("@angular/forms").FormControl<string[]>;
14
14
  scope: import("@angular/forms").FormControl<unknown>;
15
15
  }>;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ParallelViewDesignComponent, never>;
@@ -6,8 +6,9 @@ import * as i0 from "@angular/core";
6
6
  export declare class TasksReportDesignComponent extends DesignerCubeElementComponent<TasksSettingsModel> implements OnInit {
7
7
  readonly form: import("@angular/forms").FormGroup<{
8
8
  cube: import("@angular/forms").FormControl<unknown>;
9
- axes: import("@angular/forms").FormControl<unknown>;
10
- states: import("@angular/forms").FormControl<unknown>;
9
+ axes: import("@angular/forms").FormControl<string[]>;
10
+ states: import("@angular/forms").FormControl<string[]>;
11
+ filters: import("@angular/forms").FormGroup<{}>;
11
12
  scope: import("@angular/forms").FormControl<unknown>;
12
13
  }>;
13
14
  states: ElementInfo[];
@@ -1,8 +1,6 @@
1
1
  import { CdkDragDrop } from "@angular/cdk/drag-drop";
2
- import { ChangeDetectorRef, ElementRef, OnChanges, OnInit, SimpleChanges, ViewContainerRef } from "@angular/core";
3
- import { FormArray, FormBuilder, FormGroup } from "@angular/forms";
4
- import { BizDocComponentFactoryResolver } from "../../../core/component-factory-resolver";
5
- import { BizDocConfig } from "../../../core/configuration";
2
+ import { ChangeDetectorRef, ElementRef, OnInit } from "@angular/core";
3
+ import { FormArray, FormBuilder, FormControl, FormGroup } from "@angular/forms";
6
4
  import { Cube, Type } from "../../../core/models";
7
5
  import { PromptService } from "../../../core/prompt.service";
8
6
  import { SessionService } from "../../../core/session.service";
@@ -11,21 +9,8 @@ import { PanesRouter } from "../../../core/slots/router.service";
11
9
  import { TranslateService } from "../../../core/translate.service";
12
10
  import { ControlInfo, SystemService } from "../../system.service";
13
11
  import { UtilityRef } from "../../utility-ref";
14
- import { BoxFormMetadata, FieldModel } from "./declarations";
12
+ import { BoxFormMetadata } from "./declarations";
15
13
  import * as i0 from "@angular/core";
16
- export declare class DesignControlComponent implements OnInit, OnChanges {
17
- private _vcr;
18
- private _config;
19
- private _session;
20
- private _cf;
21
- metadata: FieldModel;
22
- private _instance;
23
- constructor(_vcr: ViewContainerRef, _config: BizDocConfig, _session: SessionService, _cf: BizDocComponentFactoryResolver);
24
- ngOnChanges(changes: SimpleChanges): void;
25
- ngOnInit(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<DesignControlComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<DesignControlComponent, "bizdoc-box-control-design", never, { "metadata": { "alias": "metadata"; "required": false; }; }, {}, never, never, false, never>;
28
- }
29
14
  /** */
30
15
  export declare class FormDesignerComponent implements OnInit {
31
16
  private _fb;
@@ -46,12 +31,30 @@ export declare class FormDesignerComponent implements OnInit {
46
31
  historyIndex: number;
47
32
  readonly datatypes: Type[];
48
33
  readonly cubes: Cube[];
49
- readonly sections: FormArray<import("@angular/forms").FormControl<unknown>>;
34
+ readonly sections: FormArray<FormGroup<{
35
+ name: FormControl<string>;
36
+ title?: FormControl<string>;
37
+ note?: FormControl<string>;
38
+ multiLine?: FormControl<boolean>;
39
+ draft?: FormControl<boolean>;
40
+ rows: FormArray<FormGroup<{
41
+ fields: FormArray<FormGroup>;
42
+ }>>;
43
+ }>>;
50
44
  readonly form: FormGroup<{
51
- subject: import("@angular/forms").FormControl<unknown>;
52
- value: import("@angular/forms").FormControl<unknown>;
53
- summary: import("@angular/forms").FormControl<unknown>;
54
- sections: FormArray<import("@angular/forms").FormControl<unknown>>;
45
+ subject: FormControl<unknown>;
46
+ value: FormControl<unknown>;
47
+ summary: FormControl<unknown>;
48
+ sections: FormArray<FormGroup<{
49
+ name: FormControl<string>;
50
+ title?: FormControl<string>;
51
+ note?: FormControl<string>;
52
+ multiLine?: FormControl<boolean>;
53
+ draft?: FormControl<boolean>;
54
+ rows: FormArray<FormGroup<{
55
+ fields: FormArray<FormGroup>;
56
+ }>>;
57
+ }>>;
55
58
  }>;
56
59
  controls: ControlInfo[];
57
60
  private _formId;
@@ -1,13 +1,13 @@
1
1
  import { LocalizedString } from "../../../core/models";
2
2
  export declare const NAME_PATTERN: RegExp;
3
3
  export interface BoxFormMetadata {
4
- sections: SectionModel[];
4
+ sections: BoxSectionModel[];
5
5
  value?: string;
6
6
  subject?: string;
7
7
  summary?: string;
8
8
  style?: 'Standard';
9
9
  }
10
- export interface SectionModel {
10
+ export interface BoxSectionModel {
11
11
  name: string;
12
12
  title?: string;
13
13
  note?: string;
@@ -0,0 +1,19 @@
1
+ import { OnChanges, OnInit, SimpleChanges, ViewContainerRef } from "@angular/core";
2
+ import { BizDocComponentFactoryResolver } from "../../../core/component-factory-resolver";
3
+ import { BizDocConfig } from "../../../core/configuration";
4
+ import { SessionService } from "../../../core/session.service";
5
+ import { FieldModel } from "./declarations";
6
+ import * as i0 from "@angular/core";
7
+ export declare class DesignControlComponent implements OnInit, OnChanges {
8
+ private _vcr;
9
+ private _config;
10
+ private _session;
11
+ private _cf;
12
+ metadata: FieldModel;
13
+ private _instance;
14
+ constructor(_vcr: ViewContainerRef, _config: BizDocConfig, _session: SessionService, _cf: BizDocComponentFactoryResolver);
15
+ ngOnChanges(changes: SimpleChanges): void;
16
+ ngOnInit(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<DesignControlComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DesignControlComponent, "bizdoc-box-control-design", never, { "metadata": { "alias": "metadata"; "required": false; }; }, {}, never, never, false, never>;
19
+ }
@@ -1,12 +1,12 @@
1
1
  import { OnInit } from "@angular/core";
2
2
  import { FormBuilder } from "@angular/forms";
3
3
  import { PaneRef } from "../../../core/slots/pane-ref";
4
- import { SectionModel } from "./declarations";
4
+ import { BoxSectionModel } from "./declarations";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class SectionPropertiesComponent implements OnInit {
7
7
  private _fb;
8
8
  private _paneRef;
9
- model: SectionModel;
9
+ model: BoxSectionModel;
10
10
  readonly form: import("@angular/forms").FormGroup<{
11
11
  name: import("@angular/forms").FormControl<any>;
12
12
  title: import("@angular/forms").FormControl<unknown>;
@@ -14,7 +14,7 @@ export declare class SectionPropertiesComponent implements OnInit {
14
14
  multiLine: import("@angular/forms").FormControl<unknown>;
15
15
  rows: import("@angular/forms").FormControl<unknown>;
16
16
  }>;
17
- constructor(_fb: FormBuilder, _paneRef: PaneRef<any, SectionModel>);
17
+ constructor(_fb: FormBuilder, _paneRef: PaneRef<any, BoxSectionModel>);
18
18
  /**
19
19
  * Ctrl-s save
20
20
  * @param event
@@ -3,7 +3,7 @@ import { Overlay } from '@angular/cdk/overlay';
3
3
  import { Directionality } from '@angular/cdk/bidi';
4
4
  import { DocumentModel, Attachment, RecipientModel } from '../../core/models';
5
5
  import { PromptService } from '../../core/prompt.service';
6
- import { MailboxService } from '../../core/mailbox.service';
6
+ import { AttachmentExtra, MailboxService } from '../../core/mailbox.service';
7
7
  import { SessionService } from '../../core/session.service';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class AttachmentsComponent implements OnChanges {
@@ -17,7 +17,7 @@ export declare class AttachmentsComponent implements OnChanges {
17
17
  model: RecipientModel<any> | DocumentModel<any>;
18
18
  viewedIndicator: boolean;
19
19
  includeDeleted: boolean;
20
- attachments: Attachment[];
20
+ attachments: AttachmentExtra[];
21
21
  /** mail-attachments ctor */
22
22
  constructor(_mailbox: MailboxService, _session: SessionService, _vc: ViewContainerRef, _sb: PromptService, _overlay: Overlay, _injector: Injector, _dir: Directionality);
23
23
  ngOnChanges(): void;
@@ -1,8 +1,9 @@
1
+ export declare const noneAnimation: import("@angular/animations").AnimationTriggerMetadata;
1
2
  export declare const expandListItemAnimation: import("@angular/animations").AnimationTriggerMetadata;
2
3
  export declare const listItemUpdatedAnimation: import("@angular/animations").AnimationTriggerMetadata;
3
4
  export declare const searchAnimation: import("@angular/animations").AnimationTriggerMetadata;
4
5
  export declare const deshboardAnimation: import("@angular/animations").AnimationTriggerMetadata;
5
- export declare const cardsAnimation: import("@angular/animations").AnimationTriggerMetadata;
6
+ export declare const deshboardCardAnimation: import("@angular/animations").AnimationTriggerMetadata;
6
7
  export declare const ShakeAnimation: (import("@angular/animations").AnimationStyleMetadata | import("@angular/animations").AnimationAnimateMetadata)[];
7
8
  export declare const EnterExitLeft: import("@angular/animations").AnimationTransitionMetadata[];
8
9
  export declare const EnterExitRight: import("@angular/animations").AnimationTransitionMetadata[];
@@ -66,6 +66,7 @@ export declare class CombinationPicker implements MatFormFieldControl<string>, C
66
66
  get value(): string | null;
67
67
  set value(value: string | null);
68
68
  private readonly _destroy;
69
+ private _template;
69
70
  constructor(ngControl: NgControl, _formField: MatFormField, _overlay: Overlay, _dialog: MatDialog, _vc: ViewContainerRef, _injector: Injector, _fm: FocusMonitor, _elementRef: ElementRef, _dir: Directionality);
70
71
  ngOnInit(): void;
71
72
  ngDoCheck(): void;
@@ -127,13 +127,14 @@ export interface ItemExtra {
127
127
  working?: boolean;
128
128
  }
129
129
  export interface AttachmentExtra extends Attachment {
130
- url: SafeUrl;
130
+ url?: SafeUrl;
131
131
  icon?: string;
132
- fileExt: string;
133
- isImage: boolean;
132
+ fileExt?: string;
133
+ isImage?: boolean;
134
134
  progress?: number;
135
135
  viewed?: Date;
136
136
  failed?: boolean;
137
+ hasPreview?: boolean;
137
138
  }
138
139
  export declare class UploadEvent {
139
140
  readonly fileName: string;
@@ -422,7 +422,7 @@ export interface FolderColumn {
422
422
  title: string;
423
423
  type?: 'Boolean' | 'Date' | 'Decimal' | 'String';
424
424
  }
425
- export type LicenseMode = 'Evaluation' | 'Valid' | 'Grace' | 'Invalid' | 'Limit' | 'Expired';
425
+ export type LicenseMode = 'Evaluation' | 'Valid' | 'Grace' | 'Invalid' | 'Limited' | 'Expired';
426
426
  export interface Action {
427
427
  name: string;
428
428
  title: string;
@@ -15,6 +15,7 @@ export declare class L18nPipe implements PipeTransform {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<L18nPipe, never>;
16
16
  static ɵpipe: i0.ɵɵPipeDeclaration<L18nPipe, "l18n", false>;
17
17
  }
18
+ /** */
18
19
  export declare class TranslateDirective implements OnInit {
19
20
  private _elementRef;
20
21
  private _translate;
@@ -44,11 +44,11 @@ export declare class CubeMatrixComponent implements OnChanges {
44
44
  indices: CubeIndex[];
45
45
  data: {
46
46
  [key: string]: {
47
- [key: string]: number;
47
+ [key: string]: string;
48
48
  };
49
49
  };
50
50
  totals: {
51
- [xAxis: string]: number;
51
+ [xAxis: string]: string;
52
52
  };
53
53
  cube: Cube;
54
54
  xAxis: CubeAxis;
@@ -1,7 +1,7 @@
1
1
  import { OnDestroy, ElementRef } from "@angular/core";
2
2
  import { Directionality } from "@angular/cdk/bidi";
3
- import { DurationFormatPipe } from "../../core/pipes/duration-format.pipe";
4
3
  import { CircularGauge, RangeModel, AnnotationModel, PointerModel, TickModel, LabelModel, LineModel, GaugeDirection, ITooltipRenderEventArgs, TooltipSettingsModel, MarginModel, LegendSettingsModel } from "@syncfusion/ej2-circulargauge";
4
+ import { DurationFormatPipe } from "../../core/pipes/duration-format.pipe";
5
5
  import { WidgetComponent } from "../../core/base";
6
6
  import { AccountService } from "../../core/account.service";
7
7
  import { SessionService } from "../../core/session.service";
@@ -2,34 +2,35 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./admin/core/search.input";
4
4
  import * as i2 from "./admin/core/color-picker.input";
5
- import * as i3 from "./admin/core/localized-string.component";
6
- import * as i4 from "./core/fields/localized-string.field";
7
- import * as i5 from "./core/fields/expression.field";
8
- import * as i6 from "./core/fields/autocomplete.field";
9
- import * as i7 from "./core/fields/signature.designer";
10
- import * as i8 from "./core/fields/address.designer";
11
- import * as i9 from "./core/fields/radio-button.designer";
12
- import * as i10 from "./core/fields/checklist.designer";
13
- import * as i11 from "./core/fields/yesno.designer";
14
- import * as i12 from "./core/fields/checkbox.designer";
15
- import * as i13 from "./core/fields/date-range.designer";
16
- import * as i14 from "./core/fields/time.designer";
17
- import * as i15 from "./core/fields/timespan.field";
18
- import * as i16 from "./core/fields/date.designer";
19
- import * as i17 from "./core/fields/options.component";
20
- import * as i18 from "./core/fields/select.designer";
21
- import * as i19 from "./core/fields/html.designer";
22
- import * as i20 from "./core/fields/tags.designer";
23
- import * as i21 from "./core/fields/textarea.designer";
24
- import * as i22 from "./core/fields/numeric.designer";
25
- import * as i23 from "./core/fields/file.designer";
26
- import * as i24 from "./core/fields/input.designer";
27
- import * as i25 from "@angular/common";
28
- import * as i26 from "@angular/forms";
29
- import * as i27 from "./shared.module";
5
+ import * as i3 from "./admin/architecture/cube-axes-filter.component";
6
+ import * as i4 from "./admin/core/localized-string.component";
7
+ import * as i5 from "./core/fields/localized-string.field";
8
+ import * as i6 from "./core/fields/expression.field";
9
+ import * as i7 from "./core/fields/autocomplete.field";
10
+ import * as i8 from "./core/fields/signature.designer";
11
+ import * as i9 from "./core/fields/address.designer";
12
+ import * as i10 from "./core/fields/radio-button.designer";
13
+ import * as i11 from "./core/fields/checklist.designer";
14
+ import * as i12 from "./core/fields/yesno.designer";
15
+ import * as i13 from "./core/fields/checkbox.designer";
16
+ import * as i14 from "./core/fields/date-range.designer";
17
+ import * as i15 from "./core/fields/time.designer";
18
+ import * as i16 from "./core/fields/timespan.field";
19
+ import * as i17 from "./core/fields/date.designer";
20
+ import * as i18 from "./core/fields/options.component";
21
+ import * as i19 from "./core/fields/select.designer";
22
+ import * as i20 from "./core/fields/html.designer";
23
+ import * as i21 from "./core/fields/tags.designer";
24
+ import * as i22 from "./core/fields/textarea.designer";
25
+ import * as i23 from "./core/fields/numeric.designer";
26
+ import * as i24 from "./core/fields/file.designer";
27
+ import * as i25 from "./core/fields/input.designer";
28
+ import * as i26 from "@angular/common";
29
+ import * as i27 from "@angular/forms";
30
+ import * as i28 from "./shared.module";
30
31
  export declare class DesignerModule {
31
32
  static forChild(): ModuleWithProviders<DesignerModule>;
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.LocalizedStringComponent, typeof i4.LocalizedStringControlDesigner, typeof i5.ExpressionFieldDesigner, typeof i6.AutocompleteControlDesigner, typeof i7.SignatureControlDesigner, typeof i8.AddressControlDesigner, typeof i9.RadioButtonControlDesigner, typeof i10.ChecklistControlDesigner, typeof i11.YesNoControlDesigner, typeof i12.CheckboxControlDesigner, typeof i13.DateRangeControlDesigner, typeof i14.TimeControlDesigner, typeof i15.TimespanControlDesigner, typeof i16.DateControlDesigner, typeof i17.ControlOptionsComponent, typeof i18.SelectControlDesigner, typeof i19.HtmlFieldDesigner, typeof i20.TagsControlDesigner, typeof i21.TextAreaFieldDesigner, typeof i22.NumberControlDesigner, typeof i23.FileControlDesigner, typeof i24.InputFieldDesigner], [typeof i25.CommonModule, typeof i26.ReactiveFormsModule, typeof i27.SharedModule], [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.LocalizedStringComponent, typeof i4.LocalizedStringControlDesigner, typeof i5.ExpressionFieldDesigner, typeof i6.AutocompleteControlDesigner, typeof i7.SignatureControlDesigner, typeof i8.AddressControlDesigner, typeof i9.RadioButtonControlDesigner, typeof i10.ChecklistControlDesigner, typeof i11.YesNoControlDesigner, typeof i12.CheckboxControlDesigner, typeof i13.DateRangeControlDesigner, typeof i14.TimeControlDesigner, typeof i15.TimespanControlDesigner, typeof i16.DateControlDesigner, typeof i18.SelectControlDesigner, typeof i19.HtmlFieldDesigner, typeof i20.TagsControlDesigner, typeof i21.TextAreaFieldDesigner, typeof i22.NumberControlDesigner, typeof i23.FileControlDesigner, typeof i24.InputFieldDesigner]>;
34
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.DesignerCubeFilterComponent, typeof i4.LocalizedStringComponent, typeof i5.LocalizedStringControlDesigner, typeof i6.ExpressionFieldDesigner, typeof i7.AutocompleteControlDesigner, typeof i8.SignatureControlDesigner, typeof i9.AddressControlDesigner, typeof i10.RadioButtonControlDesigner, typeof i11.ChecklistControlDesigner, typeof i12.YesNoControlDesigner, typeof i13.CheckboxControlDesigner, typeof i14.DateRangeControlDesigner, typeof i15.TimeControlDesigner, typeof i16.TimespanControlDesigner, typeof i17.DateControlDesigner, typeof i18.ControlOptionsComponent, typeof i19.SelectControlDesigner, typeof i20.HtmlFieldDesigner, typeof i21.TagsControlDesigner, typeof i22.TextAreaFieldDesigner, typeof i23.NumberControlDesigner, typeof i24.FileControlDesigner, typeof i25.InputFieldDesigner], [typeof i26.CommonModule, typeof i27.ReactiveFormsModule, typeof i28.SharedModule], [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.DesignerCubeFilterComponent, typeof i4.LocalizedStringComponent, typeof i5.LocalizedStringControlDesigner, typeof i6.ExpressionFieldDesigner, typeof i7.AutocompleteControlDesigner, typeof i8.SignatureControlDesigner, typeof i9.AddressControlDesigner, typeof i10.RadioButtonControlDesigner, typeof i11.ChecklistControlDesigner, typeof i12.YesNoControlDesigner, typeof i13.CheckboxControlDesigner, typeof i14.DateRangeControlDesigner, typeof i15.TimeControlDesigner, typeof i16.TimespanControlDesigner, typeof i17.DateControlDesigner, typeof i19.SelectControlDesigner, typeof i20.HtmlFieldDesigner, typeof i21.TagsControlDesigner, typeof i22.TextAreaFieldDesigner, typeof i23.NumberControlDesigner, typeof i24.FileControlDesigner, typeof i25.InputFieldDesigner]>;
34
35
  static ɵinj: i0.ɵɵInjectorDeclaration<DesignerModule>;
35
36
  }
@@ -14,7 +14,7 @@ export declare class EscalatedNotification extends NotificationBase implements O
14
14
  ngOnInit(): void;
15
15
  constructor(router: RouterImpl, notification: Escalated, _accounts: AccountService, translate: TranslateService, session: SessionService, chat: ChatInfo);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<EscalatedNotification, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<EscalatedNotification, "ng-component", never, {}, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<EscalatedNotification, "bizdoc-notify-escalated", never, {}, {}, never, never, false, never>;
18
18
  }
19
19
  interface Escalated extends Notification {
20
20
  substituteId: string;
@@ -16,7 +16,7 @@ export declare class TaggedNotification extends NotificationBase implements OnIn
16
16
  ngOnInit(): void;
17
17
  constructor(notification: Tagged, _accounts: AccountService, translate: TranslateService, router: RouterImpl, session: SessionService, chat: ChatInfo);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TaggedNotification, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<TaggedNotification, "ng-component", never, {}, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaggedNotification, "bizdoc-notify-tagged", never, {}, {}, never, never, false, never>;
20
20
  }
21
21
  interface Tagged extends Notification {
22
22
  who: string;
@@ -5,7 +5,7 @@ export declare class TextNotification implements OnInit {
5
5
  ngOnInit(): void;
6
6
  constructor(notification: Text);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TextNotification, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<TextNotification, "ng-component", never, {}, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextNotification, "bizdoc-notify-text", never, {}, {}, never, never, false, never>;
9
9
  }
10
10
  interface Text {
11
11
  text: string;
@@ -11,10 +11,11 @@ import { Options, UserInfo } from '../core/models';
11
11
  import { AccountService } from '../core/account.service';
12
12
  import { SessionService } from '../core/session.service';
13
13
  import { PromptService } from '../core/prompt.service';
14
+ import { PaneRef } from "../core/slots/pane-ref";
14
15
  import * as i0 from "@angular/core";
15
16
  export type OptionType = 'notifications' | 'outofoffice' | 'emails' | 'grantaccess';
16
17
  export declare const OPTION_PANEL: InjectionToken<OptionData>;
17
- interface OptionData {
18
+ export interface OptionData {
18
19
  open: OptionType;
19
20
  }
20
21
  export declare class OptionsComponent implements OnInit, OnDestroy {
@@ -23,6 +24,7 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
23
24
  private _accounts;
24
25
  private _sb;
25
26
  private _session;
27
+ saveing: boolean;
26
28
  private readonly _destroy;
27
29
  readonly today: Date;
28
30
  readonly isMobile: boolean;
@@ -74,8 +76,9 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
74
76
  outOfOffice: MatExpansionPanel;
75
77
  notifications: MatExpansionPanel;
76
78
  /** options ctor */
77
- constructor(_option: OptionData, overlayRef: OverlayRef, _fb: FormBuilder, _accounts: AccountService, _sb: PromptService, _session: SessionService, config: BizDocConfig);
79
+ constructor(_option: OptionData, paneRef: PaneRef<any, OptionData>, overlayRef: OverlayRef, _fb: FormBuilder, _accounts: AccountService, _sb: PromptService, _session: SessionService, config: BizDocConfig);
78
80
  ngOnInit(): void;
81
+ save(): void;
79
82
  private _toggle;
80
83
  toggleSound(): void;
81
84
  display: (item: UserInfo) => string;
@@ -94,7 +97,6 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
94
97
  addGrant(inp: HTMLInputElement, event: MatAutocompleteSelectedEvent): void;
95
98
  setSubstitute(event: MatAutocompleteSelectedEvent): void;
96
99
  ngOnDestroy(): void;
97
- static ɵfac: i0.ɵɵFactoryDeclaration<OptionsComponent, never>;
100
+ static ɵfac: i0.ɵɵFactoryDeclaration<OptionsComponent, [{ optional: true; }, { optional: true; }, { optional: true; }, null, null, null, null, null]>;
98
101
  static ɵcmp: i0.ɵɵComponentDeclaration<OptionsComponent, "bizdoc-options", never, {}, {}, never, never, false, never>;
99
102
  }
100
- export {};
@@ -2,13 +2,18 @@ import { Injector } from '@angular/core';
2
2
  import { Overlay } from '@angular/cdk/overlay';
3
3
  import { Directionality } from '@angular/cdk/bidi';
4
4
  import { OptionType } from './options.component';
5
+ import { PanesRouter } from '../core/slots/router.service';
6
+ import { TranslateService } from '../core/translate.service';
5
7
  import * as i0 from "@angular/core";
6
8
  export declare class OptionsService {
7
9
  private _dir;
10
+ private _router;
8
11
  private _overlay;
12
+ private _translate;
9
13
  private _injector;
10
- constructor(_dir: Directionality, _overlay: Overlay, _injector: Injector);
14
+ constructor(_dir: Directionality, _router: PanesRouter, _overlay: Overlay, _translate: TranslateService, _injector: Injector);
11
15
  open(section?: OptionType): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<OptionsService, never>;
16
+ private _showOverlay;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<OptionsService, [null, { optional: true; }, null, null, null]>;
13
18
  static ɵprov: i0.ɵɵInjectableDeclaration<OptionsService>;
14
19
  }
@@ -201,6 +201,6 @@ import * as i196 from "./modules/material.module";
201
201
  export declare class SharedModule {
202
202
  static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
203
203
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
204
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizedStringPipe, typeof i2.HelpTipComponent, typeof i3.BoxFormComponent, typeof i4.BoxFormRowComponent, typeof i5.BoxFormControlComponent, typeof i6.RolesPerformanceComponent, typeof i7.CubeUsageComponent, typeof i8.CubeDocumentsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i14.HtmlSimplePipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i18.CubeParallelViewComponent, typeof i19.CubeChartViewComponent, typeof i20.CubeExploreViewComponent, typeof i21.CubeDocumentSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i25.ViewItemComponent, typeof i26.CubeDocumentMatrixComponent, typeof i27.CubeDocumentViewComponent, typeof i28.CubePivotViewComponent, typeof i29.ActionPicker, typeof i30.QuickCommentComponent, typeof i31.DurationFormatPipe, typeof i32.CombinationPicker, typeof i33.CombinationPickerBody, typeof i34.CombinationPool, typeof i35.TimelineViewComponent, typeof i36.MatIconAnimate, typeof i37.DateRangePipe, typeof i37.AgoPipe, typeof i38.StateDirective, typeof i39.JoinPipe, typeof i40.TypeValuePipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i43.SanitizeHtmlPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.TaggingPipe, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i53.Signature, typeof i54.AceInput, typeof i55.TimespanInput, typeof i56.AddressInput, typeof i57.FileInput, typeof i58.TimePicker, typeof i59.LayoutComponent, typeof i60.TimeField, typeof i61.SignatureField, typeof i62.AddressField, typeof i63.RadioButtonField, typeof i64.ChecklistField, typeof i65.YesNoField, typeof i66.HtmlField, typeof i67.FileField, typeof i68.NumericField, typeof i69.AutocompleteField, typeof i70.CheckboxField, typeof i71.DateField, typeof i72.DateRangeField, typeof i73.ExpressionField, typeof i74.InputField, typeof i75.SelectField, typeof i76.SwitchField, typeof i77.TextareaField, typeof i78.ChipsField, typeof i79.TimespanField, typeof i80.ReturnActionComponent, typeof i81.AssignActionComponent, typeof i82.MoveToActionComponent, typeof i83.AvatarComponent, typeof i84.PeopleComponent, typeof i85.EditInputComponent, typeof i86.LottieAnimation, typeof i14.ContactsComponent, typeof i87.CubeMatrixComponent, typeof i88.FilterTagsComponent, typeof i89.ExploreItemsComponent, typeof i90.CompareNameDirective, typeof i90.CompareGroupDirective, typeof i90.CompareContextDirective, typeof i91.GuideComponent, typeof i92.OutOfOfficeToast, typeof i93.NotificationsTableComponent, typeof i94.NotificationsFilterComponent, typeof i95.PrivilegeHiddenDirective, typeof i96.TaggingItemDirective, typeof i97.TaggingDirective, typeof i98.DocumentTaggingComponent, typeof i99.UserTaggingComponent, typeof i95.PrivilegeDisabledDirective, typeof i100.CubeDocumentsGridComponent, typeof i101.LongRunningTaskNotification, typeof i102.TaggedNotification, typeof i103.CommentedNotification, typeof i104.NudgeNotification, typeof i105.InviteNotification, typeof i106.TextNotification, typeof i107.CubeAnomalyNotification, typeof i108.EscalatedNotification, typeof i109.LikedNotification, typeof i110.StateChangedNotification, typeof i111.UpcomingEventNotification, typeof i112.NoneComponent, typeof i113.ScheduleViewComponent, typeof i114.OptionsComponent, typeof i115.TraceViewComponent, typeof i116.ProgressDirective, typeof i117.AttachmentsComponent, typeof i118.DocumentEventsComponent, typeof i119.TagsComponent, typeof i120.MapComponent, typeof i121.MaskComponent, typeof i122.FlowViewComponent, typeof i123.SubstitutionComponent, typeof i124.PopupComponent, typeof i125.AttachmentPreview, typeof i126.CommentsComponent, typeof i127.CommentComponent, typeof i128.EditCommentComponent, typeof i129.CommentLikesComponent, typeof i130.CommentEditsComponent, typeof i131.BrowseItemsComponent, typeof i132.BrowseFilterComponent, typeof i133.ExpandedItemComponent, typeof i134.ComposeFormComponent, typeof i135.CubeViewComponent, typeof i136.CubeFilterComponent, typeof i137.CubeAccumulationChartComponent, typeof i138.CubeChartComponent, typeof i139.CubePivotComponent, typeof i140.CubeSpreadsheetComponent, typeof i141.CubeGridComponent, typeof i142.ReportViewerComponent, typeof i143.TableViewComponent, typeof i144.ReportArgumentsComponent, typeof i145.DashboardComponent, typeof i146.WidgetItemComponent, typeof i147.CubeWidgetFilterComponent, typeof i148.SaveChangesDialog, typeof i149.AskDialog, typeof i150.AboutDialog, typeof i151.ActionDialog, typeof i152.ImpersonateDialog, typeof i153.ConversationComponent, typeof i154.CubeMatrixPopupComponent, typeof i155.VersionCompareComponent, typeof i156.ExploreDocumentComponent, typeof i157.TasksComponent, typeof i158.CubeDocumentsTableComponent, typeof i159.CubePerformanceWidget, typeof i160.CubeAccumAnalysisWidget, typeof i161.CubeAnalysisWidget, typeof i162.CubeChartAnalysisWidget, typeof i163.ActionsWidget, typeof i164.RecentsWidget, typeof i165.PendingResultsWidget, typeof i166.CompareGroupsWidget, typeof i167.CubeDocumentsWidget, typeof i168.DocumentStateWidgetComponent, typeof i169.PersonalScoreWidget, typeof i170.PersonalActivityWidget, typeof i171.PeersPerformanceWidget, typeof i172.UsagePivotComponent, typeof i173.UsageChartComponent, typeof i174.UsageReportArgs, typeof i175.EmojiHostComponent, typeof i176.TooltipDirective, typeof i176.TooltipComponent, typeof i177.BrokenPage], [typeof i178.DayJsModule, typeof i179.CommonModule, typeof i180.HttpClientModule, typeof i181.ReactiveFormsModule, typeof i182.RouterModule, typeof i183.PickerModule, typeof i184.SyncfusionGanttModule, typeof i185.SyncfusionScheduleModule, typeof i186.SyncfusionCircularGaugeModule, typeof i187.SyncfusionChartModule, typeof i184.SyncfusionGanttModule, typeof i188.SyncfusionGridModule, typeof i189.SyncfusionLinearGaugeModule, typeof i190.SyncfusionTextEditorModule, typeof i191.SyncfusionSpreadsheetModule, typeof i192.SyncfusionPivotModule, typeof i193.SignatureModule, typeof i194.KanbanModule, typeof i195.SyncfusionDiagramModule, typeof i196.MaterialModule], [typeof i1.LocalizedStringPipe, typeof i196.MaterialModule, typeof i177.BrokenPage, typeof i2.HelpTipComponent, typeof i88.FilterTagsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i145.DashboardComponent, typeof i119.TagsComponent, typeof i30.QuickCommentComponent, typeof i126.CommentsComponent, typeof i59.LayoutComponent, typeof i151.ActionDialog, typeof i132.BrowseFilterComponent, typeof i136.CubeFilterComponent, typeof i113.ScheduleViewComponent, typeof i142.ReportViewerComponent, typeof i146.WidgetItemComponent, typeof i135.CubeViewComponent, typeof i89.ExploreItemsComponent, typeof i134.ComposeFormComponent, typeof i131.BrowseItemsComponent, typeof i93.NotificationsTableComponent, typeof i29.ActionPicker, typeof i153.ConversationComponent, typeof i38.StateDirective, typeof i14.ContactsComponent, typeof i87.CubeMatrixComponent, typeof i36.MatIconAnimate, typeof i176.TooltipDirective, typeof i55.TimespanInput, typeof i57.FileInput, typeof i56.AddressInput, typeof i54.AceInput, typeof i32.CombinationPicker, typeof i34.CombinationPool, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i58.TimePicker, typeof i31.DurationFormatPipe, typeof i37.DateRangePipe, typeof i40.TypeValuePipe, typeof i39.JoinPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i43.SanitizeHtmlPipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i83.AvatarComponent, typeof i144.ReportArgumentsComponent, typeof i125.AttachmentPreview, typeof i95.PrivilegeHiddenDirective, typeof i95.PrivilegeDisabledDirective, typeof i90.CompareGroupDirective, typeof i90.CompareNameDirective, typeof i90.CompareContextDirective, typeof i115.TraceViewComponent, typeof i122.FlowViewComponent, typeof i81.AssignActionComponent, typeof i80.ReturnActionComponent, typeof i156.ExploreDocumentComponent, typeof i159.CubePerformanceWidget, typeof i163.ActionsWidget, typeof i161.CubeAnalysisWidget, typeof i167.CubeDocumentsWidget, typeof i164.RecentsWidget, typeof i170.PersonalActivityWidget, typeof i166.CompareGroupsWidget, typeof i171.PeersPerformanceWidget, typeof i165.PendingResultsWidget, typeof i169.PersonalScoreWidget, typeof i147.CubeWidgetFilterComponent, typeof i158.CubeDocumentsTableComponent, typeof i100.CubeDocumentsGridComponent, typeof i157.TasksComponent, typeof i174.UsageReportArgs, typeof i173.UsageChartComponent, typeof i172.UsagePivotComponent, typeof i155.VersionCompareComponent, typeof i86.LottieAnimation, typeof i137.CubeAccumulationChartComponent, typeof i138.CubeChartComponent, typeof i139.CubePivotComponent, typeof i140.CubeSpreadsheetComponent, typeof i141.CubeGridComponent]>;
204
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizedStringPipe, typeof i2.HelpTipComponent, typeof i3.BoxFormComponent, typeof i4.BoxFormRowComponent, typeof i5.BoxFormControlComponent, typeof i6.RolesPerformanceComponent, typeof i7.CubeUsageComponent, typeof i8.CubeDocumentsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i14.HtmlSimplePipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i18.CubeParallelViewComponent, typeof i19.CubeChartViewComponent, typeof i20.CubeExploreViewComponent, typeof i21.CubeDocumentSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i25.ViewItemComponent, typeof i26.CubeDocumentMatrixComponent, typeof i27.CubeDocumentViewComponent, typeof i28.CubePivotViewComponent, typeof i29.ActionPicker, typeof i30.QuickCommentComponent, typeof i31.DurationFormatPipe, typeof i32.CombinationPicker, typeof i33.CombinationPickerBody, typeof i34.CombinationPool, typeof i35.TimelineViewComponent, typeof i36.MatIconAnimate, typeof i37.DateRangePipe, typeof i37.AgoPipe, typeof i38.StateDirective, typeof i39.JoinPipe, typeof i40.TypeValuePipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i43.SanitizeHtmlPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.TaggingPipe, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i53.Signature, typeof i54.AceInput, typeof i55.TimespanInput, typeof i56.AddressInput, typeof i57.FileInput, typeof i58.TimePicker, typeof i59.LayoutComponent, typeof i60.TimeField, typeof i61.SignatureField, typeof i62.AddressField, typeof i63.RadioButtonField, typeof i64.ChecklistField, typeof i65.YesNoField, typeof i66.HtmlField, typeof i67.FileField, typeof i68.NumericField, typeof i69.AutocompleteField, typeof i70.CheckboxField, typeof i71.DateField, typeof i72.DateRangeField, typeof i73.ExpressionField, typeof i74.InputField, typeof i75.SelectField, typeof i76.SwitchField, typeof i77.TextareaField, typeof i78.ChipsField, typeof i79.TimespanField, typeof i80.ReturnActionComponent, typeof i81.AssignActionComponent, typeof i82.MoveToActionComponent, typeof i83.AvatarComponent, typeof i84.PeopleComponent, typeof i85.EditInputComponent, typeof i86.LottieAnimation, typeof i14.ContactsComponent, typeof i87.CubeMatrixComponent, typeof i88.FilterTagsComponent, typeof i89.ExploreItemsComponent, typeof i90.CompareNameDirective, typeof i90.CompareGroupDirective, typeof i90.CompareContextDirective, typeof i91.GuideComponent, typeof i92.OutOfOfficeToast, typeof i93.NotificationsTableComponent, typeof i94.NotificationsFilterComponent, typeof i95.PrivilegeHiddenDirective, typeof i96.TaggingItemDirective, typeof i97.TaggingDirective, typeof i98.DocumentTaggingComponent, typeof i99.UserTaggingComponent, typeof i95.PrivilegeDisabledDirective, typeof i100.CubeDocumentsGridComponent, typeof i101.LongRunningTaskNotification, typeof i102.TaggedNotification, typeof i103.CommentedNotification, typeof i104.NudgeNotification, typeof i105.InviteNotification, typeof i106.TextNotification, typeof i107.CubeAnomalyNotification, typeof i108.EscalatedNotification, typeof i109.LikedNotification, typeof i110.StateChangedNotification, typeof i111.UpcomingEventNotification, typeof i112.NoneComponent, typeof i113.ScheduleViewComponent, typeof i114.OptionsComponent, typeof i115.TraceViewComponent, typeof i116.ProgressDirective, typeof i117.AttachmentsComponent, typeof i118.DocumentEventsComponent, typeof i119.TagsComponent, typeof i120.MapComponent, typeof i121.MaskComponent, typeof i122.FlowViewComponent, typeof i123.SubstitutionComponent, typeof i124.PopupComponent, typeof i125.AttachmentPreview, typeof i126.CommentsComponent, typeof i127.CommentComponent, typeof i128.EditCommentComponent, typeof i129.CommentLikesComponent, typeof i130.CommentEditsComponent, typeof i131.BrowseItemsComponent, typeof i132.BrowseFilterComponent, typeof i133.ExpandedItemComponent, typeof i134.ComposeFormComponent, typeof i135.CubeViewComponent, typeof i136.CubeFilterComponent, typeof i137.CubeAccumulationChartComponent, typeof i138.CubeChartComponent, typeof i139.CubePivotComponent, typeof i140.CubeSpreadsheetComponent, typeof i141.CubeGridComponent, typeof i142.ReportViewerComponent, typeof i143.TableViewComponent, typeof i144.ReportArgumentsComponent, typeof i145.DashboardComponent, typeof i146.WidgetItemComponent, typeof i147.CubeWidgetFilterComponent, typeof i148.SaveChangesDialog, typeof i149.AskDialog, typeof i150.AboutDialog, typeof i151.ActionDialog, typeof i152.ImpersonateDialog, typeof i153.ConversationComponent, typeof i154.CubeMatrixPopupComponent, typeof i155.VersionCompareComponent, typeof i156.ExploreDocumentComponent, typeof i157.TasksComponent, typeof i158.CubeDocumentsTableComponent, typeof i159.CubePerformanceWidget, typeof i160.CubeAccumAnalysisWidget, typeof i161.CubeAnalysisWidget, typeof i162.CubeChartAnalysisWidget, typeof i163.ActionsWidget, typeof i164.RecentsWidget, typeof i165.PendingResultsWidget, typeof i166.CompareGroupsWidget, typeof i167.CubeDocumentsWidget, typeof i168.DocumentStateWidgetComponent, typeof i169.PersonalScoreWidget, typeof i170.PersonalActivityWidget, typeof i171.PeersPerformanceWidget, typeof i172.UsagePivotComponent, typeof i173.UsageChartComponent, typeof i174.UsageReportArgs, typeof i175.EmojiHostComponent, typeof i176.TooltipDirective, typeof i176.TooltipComponent, typeof i177.BrokenPage], [typeof i178.DayJsModule, typeof i179.CommonModule, typeof i180.HttpClientModule, typeof i181.ReactiveFormsModule, typeof i182.RouterModule, typeof i183.PickerModule, typeof i184.SyncfusionGanttModule, typeof i185.SyncfusionScheduleModule, typeof i186.SyncfusionCircularGaugeModule, typeof i187.SyncfusionChartModule, typeof i184.SyncfusionGanttModule, typeof i188.SyncfusionGridModule, typeof i189.SyncfusionLinearGaugeModule, typeof i190.SyncfusionTextEditorModule, typeof i191.SyncfusionSpreadsheetModule, typeof i192.SyncfusionPivotModule, typeof i193.SignatureModule, typeof i194.KanbanModule, typeof i195.SyncfusionDiagramModule, typeof i196.MaterialModule], [typeof i112.NoneComponent, typeof i1.LocalizedStringPipe, typeof i196.MaterialModule, typeof i177.BrokenPage, typeof i2.HelpTipComponent, typeof i88.FilterTagsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i145.DashboardComponent, typeof i119.TagsComponent, typeof i30.QuickCommentComponent, typeof i126.CommentsComponent, typeof i59.LayoutComponent, typeof i151.ActionDialog, typeof i132.BrowseFilterComponent, typeof i136.CubeFilterComponent, typeof i113.ScheduleViewComponent, typeof i142.ReportViewerComponent, typeof i146.WidgetItemComponent, typeof i135.CubeViewComponent, typeof i89.ExploreItemsComponent, typeof i134.ComposeFormComponent, typeof i131.BrowseItemsComponent, typeof i93.NotificationsTableComponent, typeof i29.ActionPicker, typeof i153.ConversationComponent, typeof i38.StateDirective, typeof i14.ContactsComponent, typeof i87.CubeMatrixComponent, typeof i36.MatIconAnimate, typeof i176.TooltipDirective, typeof i55.TimespanInput, typeof i57.FileInput, typeof i56.AddressInput, typeof i54.AceInput, typeof i32.CombinationPicker, typeof i34.CombinationPool, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i58.TimePicker, typeof i31.DurationFormatPipe, typeof i37.DateRangePipe, typeof i40.TypeValuePipe, typeof i39.JoinPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i43.SanitizeHtmlPipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i83.AvatarComponent, typeof i144.ReportArgumentsComponent, typeof i125.AttachmentPreview, typeof i95.PrivilegeHiddenDirective, typeof i95.PrivilegeDisabledDirective, typeof i90.CompareGroupDirective, typeof i90.CompareNameDirective, typeof i90.CompareContextDirective, typeof i115.TraceViewComponent, typeof i122.FlowViewComponent, typeof i81.AssignActionComponent, typeof i80.ReturnActionComponent, typeof i156.ExploreDocumentComponent, typeof i159.CubePerformanceWidget, typeof i163.ActionsWidget, typeof i161.CubeAnalysisWidget, typeof i167.CubeDocumentsWidget, typeof i164.RecentsWidget, typeof i170.PersonalActivityWidget, typeof i166.CompareGroupsWidget, typeof i171.PeersPerformanceWidget, typeof i165.PendingResultsWidget, typeof i169.PersonalScoreWidget, typeof i147.CubeWidgetFilterComponent, typeof i158.CubeDocumentsTableComponent, typeof i100.CubeDocumentsGridComponent, typeof i157.TasksComponent, typeof i174.UsageReportArgs, typeof i173.UsageChartComponent, typeof i172.UsagePivotComponent, typeof i155.VersionCompareComponent, typeof i86.LottieAnimation, typeof i137.CubeAccumulationChartComponent, typeof i138.CubeChartComponent, typeof i139.CubePivotComponent, typeof i140.CubeSpreadsheetComponent, typeof i141.CubeGridComponent]>;
205
205
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
206
206
  }