@bizdoc/core 2.3.18 → 2.3.21

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 (237) hide show
  1. package/assets/themes/brown.min.css +4 -4
  2. package/assets/themes/dark.min.css +4 -4
  3. package/assets/themes/deep-purple-light-blue.min.css +4 -4
  4. package/assets/themes/deep-purple-teal.min.css +4 -4
  5. package/assets/themes/default.min.css +4 -4
  6. package/assets/themes/green.min.css +4 -4
  7. package/assets/themes/indigo.min.css +4 -4
  8. package/esm2022/lib/admin/admin-menu.component.mjs +9 -10
  9. package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +11 -11
  10. package/esm2022/lib/admin/architecture/designer-element.component.mjs +4 -4
  11. package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +15 -16
  12. package/esm2022/lib/admin/architecture/designer.component.mjs +16 -15
  13. package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +13 -14
  14. package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +11 -12
  15. package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +4 -5
  16. package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +10 -11
  17. package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +11 -12
  18. package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +13 -14
  19. package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +9 -10
  20. package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +11 -12
  21. package/esm2022/lib/admin/architecture/elements/cube.component.mjs +23 -24
  22. package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +11 -12
  23. package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +10 -11
  24. package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +10 -11
  25. package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +10 -11
  26. package/esm2022/lib/admin/architecture/elements/folder.component.mjs +16 -17
  27. package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +17 -18
  28. package/esm2022/lib/admin/architecture/elements/form.component.mjs +22 -23
  29. package/esm2022/lib/admin/architecture/elements/guide.component.mjs +16 -17
  30. package/esm2022/lib/admin/architecture/elements/job.component.mjs +12 -13
  31. package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +9 -10
  32. package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +12 -13
  33. package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +10 -11
  34. package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +10 -11
  35. package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +10 -11
  36. package/esm2022/lib/admin/architecture/elements/report.component.mjs +10 -11
  37. package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +8 -9
  38. package/esm2022/lib/admin/architecture/elements/role.component.mjs +13 -14
  39. package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +10 -11
  40. package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +13 -13
  41. package/esm2022/lib/admin/architecture/elements/type.component.mjs +18 -19
  42. package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +11 -12
  43. package/esm2022/lib/admin/architecture/elements/widget.component.mjs +10 -11
  44. package/esm2022/lib/admin/architecture/icon-picker.component.mjs +7 -8
  45. package/esm2022/lib/admin/core/color-picker.input.mjs +5 -6
  46. package/esm2022/lib/admin/core/localized-string.component.mjs +10 -11
  47. package/esm2022/lib/admin/diff/configuration-diff.component.mjs +11 -11
  48. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +18 -18
  49. package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +12 -12
  50. package/esm2022/lib/admin/document-trace/trace-element.component.mjs +13 -12
  51. package/esm2022/lib/admin/form/designer/box-designer.component.mjs +24 -60
  52. package/esm2022/lib/admin/form/designer/declarations.mjs +1 -1
  53. package/esm2022/lib/admin/form/designer/design-control.component.mjs +41 -0
  54. package/esm2022/lib/admin/form/designer/properties.component.mjs +11 -12
  55. package/esm2022/lib/admin/form/designer/section.component.mjs +11 -12
  56. package/esm2022/lib/admin/form/workflow/node.component.mjs +9 -10
  57. package/esm2022/lib/admin/form/workflow/role-node.component.mjs +15 -16
  58. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -3
  59. package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +13 -13
  60. package/esm2022/lib/admin/patterns/patterns.component.mjs +19 -19
  61. package/esm2022/lib/admin/permissions/permissions.component.mjs +14 -15
  62. package/esm2022/lib/admin/positions/positions-popup.component.mjs +11 -11
  63. package/esm2022/lib/admin/positions/positions.component.mjs +23 -24
  64. package/esm2022/lib/admin/profiler/outofoffice.component.mjs +13 -13
  65. package/esm2022/lib/admin/profiler/profiler.component.mjs +15 -15
  66. package/esm2022/lib/browse/browse-items.component.mjs +4 -4
  67. package/esm2022/lib/browse/browse.mobile.component.mjs +15 -16
  68. package/esm2022/lib/browse/browse.pane.component.mjs +14 -15
  69. package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +14 -15
  70. package/esm2022/lib/browse/filter/filter.component.mjs +13 -13
  71. package/esm2022/lib/browse/folders-menu.component.mjs +10 -11
  72. package/esm2022/lib/chat/chat.mobile.component.mjs +5 -6
  73. package/esm2022/lib/chat/contacts.component.mjs +16 -16
  74. package/esm2022/lib/chat/conversation.component.mjs +13 -14
  75. package/esm2022/lib/compose/action/action-picker.component.mjs +9 -10
  76. package/esm2022/lib/compose/action/action.dialog.mjs +8 -9
  77. package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +6 -7
  78. package/esm2022/lib/compose/action/assign-action.component.mjs +12 -12
  79. package/esm2022/lib/compose/action/moveto-action.component.mjs +11 -11
  80. package/esm2022/lib/compose/action/return-action.component.mjs +9 -9
  81. package/esm2022/lib/compose/attachments/attachments.component.mjs +11 -12
  82. package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +8 -9
  83. package/esm2022/lib/compose/box/box.component.mjs +7 -8
  84. package/esm2022/lib/compose/comments/comment.component.mjs +14 -15
  85. package/esm2022/lib/compose/comments/comments.component.mjs +8 -9
  86. package/esm2022/lib/compose/comments/edits.component.mjs +5 -5
  87. package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +5 -6
  88. package/esm2022/lib/compose/comments/votes.component.mjs +8 -8
  89. package/esm2022/lib/compose/compose.mobile.component.mjs +16 -17
  90. package/esm2022/lib/compose/compose.pane.component.mjs +30 -24
  91. package/esm2022/lib/compose/copy/copy.dialog.mjs +11 -11
  92. package/esm2022/lib/compose/events/events.component.mjs +7 -8
  93. package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +7 -8
  94. package/esm2022/lib/compose/form.component.mjs +5 -5
  95. package/esm2022/lib/compose/new-menu.component.mjs +8 -9
  96. package/esm2022/lib/compose/tag/tags.component.mjs +10 -10
  97. package/esm2022/lib/compose/trace/people.component.mjs +4 -5
  98. package/esm2022/lib/compose/version-compare/version.pane.component.mjs +10 -11
  99. package/esm2022/lib/core/animations.mjs +7 -1
  100. package/esm2022/lib/core/checkbox.mjs +20 -17
  101. package/esm2022/lib/core/fields/address.field.mjs +35 -26
  102. package/esm2022/lib/core/fields/autocomplete.field.mjs +68 -52
  103. package/esm2022/lib/core/fields/checkbox.field.mjs +9 -10
  104. package/esm2022/lib/core/fields/checklist.designer.mjs +66 -47
  105. package/esm2022/lib/core/fields/checklist.field.mjs +8 -9
  106. package/esm2022/lib/core/fields/date-range.field.mjs +6 -6
  107. package/esm2022/lib/core/fields/date.field.mjs +10 -11
  108. package/esm2022/lib/core/fields/expression.field.mjs +31 -23
  109. package/esm2022/lib/core/fields/file.field.mjs +8 -9
  110. package/esm2022/lib/core/fields/html.field.mjs +9 -10
  111. package/esm2022/lib/core/fields/input.field.mjs +8 -9
  112. package/esm2022/lib/core/fields/numeric.field.mjs +7 -7
  113. package/esm2022/lib/core/fields/options.component.mjs +11 -12
  114. package/esm2022/lib/core/fields/radio-button.designer.mjs +10 -11
  115. package/esm2022/lib/core/fields/radio-button.field.mjs +8 -9
  116. package/esm2022/lib/core/fields/select.designer.mjs +71 -52
  117. package/esm2022/lib/core/fields/select.field.mjs +9 -10
  118. package/esm2022/lib/core/fields/signature.field.mjs +10 -11
  119. package/esm2022/lib/core/fields/switch.field.mjs +8 -9
  120. package/esm2022/lib/core/fields/tags.field.mjs +9 -10
  121. package/esm2022/lib/core/fields/textarea.field.mjs +9 -10
  122. package/esm2022/lib/core/fields/time.field.mjs +9 -10
  123. package/esm2022/lib/core/fields/timespan.field.mjs +33 -26
  124. package/esm2022/lib/core/fields/yesno.designer.mjs +70 -55
  125. package/esm2022/lib/core/fields/yesno.field.mjs +8 -9
  126. package/esm2022/lib/core/guide/guide.component.mjs +7 -8
  127. package/esm2022/lib/core/guide/help-tip.component.mjs +21 -18
  128. package/esm2022/lib/core/identity/identity.component.mjs +5 -6
  129. package/esm2022/lib/core/inputs/address.input.mjs +24 -21
  130. package/esm2022/lib/core/inputs/auto-complete.input.mjs +42 -26
  131. package/esm2022/lib/core/inputs/combination-picker-body.mjs +12 -13
  132. package/esm2022/lib/core/inputs/combination-picker.mjs +8 -5
  133. package/esm2022/lib/core/inputs/combination-pool.mjs +7 -8
  134. package/esm2022/lib/core/inputs/file.input.mjs +11 -12
  135. package/esm2022/lib/core/inputs/select.input.mjs +39 -23
  136. package/esm2022/lib/core/inputs/time-picker.mjs +6 -7
  137. package/esm2022/lib/core/mailbox.service.mjs +1 -1
  138. package/esm2022/lib/core/models.mjs +1 -1
  139. package/esm2022/lib/core/none.component.mjs +19 -22
  140. package/esm2022/lib/core/slots/slots.component.mjs +13 -14
  141. package/esm2022/lib/core/tagging/documents.component.mjs +7 -7
  142. package/esm2022/lib/core/tagging/edit-input.component.mjs +12 -13
  143. package/esm2022/lib/core/tagging/users.component.mjs +7 -7
  144. package/esm2022/lib/core/translations.mjs +4 -2
  145. package/esm2022/lib/cube/cube-menu.component.mjs +8 -9
  146. package/esm2022/lib/cube/explore/explore-items.component.mjs +8 -8
  147. package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +6 -7
  148. package/esm2022/lib/cube/filter/filter.component.mjs +11 -11
  149. package/esm2022/lib/cube/grid/spreadsheet.component.mjs +1 -2
  150. package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +12 -12
  151. package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +12 -12
  152. package/esm2022/lib/cube/matrix/popup.component.mjs +10 -10
  153. package/esm2022/lib/cube/matrix/table.component.mjs +3 -4
  154. package/esm2022/lib/cube/parallel/parallel.component.mjs +4 -5
  155. package/esm2022/lib/cube/sum/sum.component.mjs +10 -8
  156. package/esm2022/lib/cube/view.mobile.component.mjs +16 -17
  157. package/esm2022/lib/cube/view.pane.component.mjs +12 -13
  158. package/esm2022/lib/dashboard/dashboard.component.mjs +11 -12
  159. package/esm2022/lib/dashboard/recents/recents.widget.mjs +14 -13
  160. package/esm2022/lib/dashboard/score/activity.widget.mjs +4 -5
  161. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +5 -5
  162. package/esm2022/lib/dashboard/score/pending-results.widget.mjs +11 -12
  163. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +3 -2
  164. package/esm2022/lib/designer.module.mjs +6 -5
  165. package/esm2022/lib/home/about/about.dialog.mjs +7 -8
  166. package/esm2022/lib/home/home.desktop.component.mjs +17 -18
  167. package/esm2022/lib/home/home.mobile.component.mjs +16 -17
  168. package/esm2022/lib/home/notifications/notifications.component.mjs +3 -3
  169. package/esm2022/lib/home/options/options.component.mjs +11 -11
  170. package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +8 -9
  171. package/esm2022/lib/home/tools.component.mjs +13 -13
  172. package/esm2022/lib/impersonate/impersonate.component.mjs +10 -10
  173. package/esm2022/lib/modules/gantt.module.mjs +4 -2
  174. package/esm2022/lib/notifications/notifications-table.component.mjs +3 -3
  175. package/esm2022/lib/notifications/types/commented.notification.mjs +19 -12
  176. package/esm2022/lib/notifications/types/escalated.notification.mjs +6 -6
  177. package/esm2022/lib/notifications/types/liked.notification.mjs +19 -12
  178. package/esm2022/lib/notifications/types/tagged.notification.mjs +9 -9
  179. package/esm2022/lib/notifications/types/text.notification.mjs +6 -3
  180. package/esm2022/lib/options/options.component.mjs +52 -28
  181. package/esm2022/lib/options/options.service.mjs +26 -6
  182. package/esm2022/lib/reports/cube/table-documents.component.mjs +10 -10
  183. package/esm2022/lib/reports/report.mobile.component.mjs +12 -13
  184. package/esm2022/lib/reports/report.pane.component.mjs +10 -11
  185. package/esm2022/lib/reports/reports-menu.component.mjs +7 -8
  186. package/esm2022/lib/reports/substitution/substitution.component.mjs +10 -11
  187. package/esm2022/lib/reports/table/table-view.component.mjs +5 -6
  188. package/esm2022/lib/search/path.component.mjs +17 -18
  189. package/esm2022/lib/shared.module.mjs +4 -2
  190. package/esm2022/lib/system.module.mjs +6 -6
  191. package/esm2022/lib/views/cube/chart.component.mjs +6 -7
  192. package/esm2022/lib/views/cube/cube-base.mjs +11 -6
  193. package/esm2022/lib/views/cube/explore.component.mjs +10 -10
  194. package/esm2022/lib/views/cube/matrix.component.mjs +13 -11
  195. package/esm2022/lib/views/cube/parallel.component.mjs +4 -5
  196. package/esm2022/lib/views/cube/pivot.component.mjs +4 -5
  197. package/esm2022/lib/views/cube/sum.component.mjs +12 -10
  198. package/esm2022/lib/views/cube/view.component.mjs +11 -12
  199. package/esm2022/lib/views/timeline/timeline.component.exp.mjs +199 -200
  200. package/esm2022/lib/views/views.component.mjs +4 -5
  201. package/esm2022/lib/views/views.pane.component.mjs +2 -2
  202. package/esm2022/public-api.mjs +3 -1
  203. package/fesm2022/bizdoc-core.mjs +3552 -3319
  204. package/fesm2022/bizdoc-core.mjs.map +1 -1
  205. package/lib/admin/architecture/elements/analysis-view.component.d.ts +2 -2
  206. package/lib/admin/architecture/elements/cube-view.component.d.ts +2 -2
  207. package/lib/admin/architecture/elements/form.component.d.ts +5 -5
  208. package/lib/admin/architecture/elements/matrix-view.component.d.ts +17 -9
  209. package/lib/admin/architecture/elements/parallel-view.component.d.ts +5 -5
  210. package/lib/admin/architecture/elements/tasks-report.component.d.ts +3 -2
  211. package/lib/admin/form/designer/box-designer.component.d.ts +26 -23
  212. package/lib/admin/form/designer/declarations.d.ts +2 -2
  213. package/lib/admin/form/designer/design-control.component.d.ts +19 -0
  214. package/lib/admin/form/designer/section.component.d.ts +3 -3
  215. package/lib/browse/browse-items.component.d.ts +1 -1
  216. package/lib/compose/attachments/attachments.component.d.ts +2 -2
  217. package/lib/compose/compose.pane.component.d.ts +4 -2
  218. package/lib/core/animations.d.ts +1 -0
  219. package/lib/core/inputs/combination-picker.d.ts +1 -0
  220. package/lib/core/mailbox.service.d.ts +4 -3
  221. package/lib/core/models.d.ts +1 -1
  222. package/lib/core/translations.d.ts +2 -0
  223. package/lib/cube/matrix/table.component.d.ts +2 -2
  224. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
  225. package/lib/designer.module.d.ts +27 -26
  226. package/lib/notifications/types/escalated.notification.d.ts +1 -1
  227. package/lib/notifications/types/tagged.notification.d.ts +1 -1
  228. package/lib/notifications/types/text.notification.d.ts +1 -1
  229. package/lib/options/options.component.d.ts +6 -4
  230. package/lib/options/options.service.d.ts +7 -2
  231. package/lib/shared.module.d.ts +1 -1
  232. package/lib/system.module.d.ts +25 -25
  233. package/lib/views/cube/cube-base.d.ts +1 -1
  234. package/lib/views/cube/sum.component.d.ts +1 -0
  235. package/lib/views/timeline/timeline.component.exp.d.ts +12 -4
  236. package/package.json +1 -1
  237. 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
@@ -51,7 +51,7 @@ export declare class BrowseItemsComponent implements OnInit, OnChanges, OnDestro
51
51
  private _pendingItems;
52
52
  private readonly _destroy;
53
53
  private readonly _loading$;
54
- enableAnalysis: boolean;
54
+ enableViews: boolean;
55
55
  /** browse ctor */
56
56
  constructor(_mailbox: MailboxService, _accounts: AccountService, _cube: CubeService, _session: SessionService, _sb: PromptService, _translate: TranslateService, _cd: ChangeDetectorRef, _router: RouterImpl, _messaging: HubService, _config: BizDocConfig);
57
57
  ngOnInit(): void;
@@ -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;
@@ -6,7 +6,6 @@ import { ComposeFormComponent } from './form.component';
6
6
  import { ViewMode } from '../core/base';
7
7
  import { MailboxService } from '../core/mailbox.service';
8
8
  import { SessionService } from '../core/session.service';
9
- import { BizDocConfig } from '../core/configuration';
10
9
  import * as i0 from "@angular/core";
11
10
  export declare class ComposePaneComponent implements OnInit, OnDestroy {
12
11
  private _session;
@@ -22,11 +21,13 @@ export declare class ComposePaneComponent implements OnInit, OnDestroy {
22
21
  valid: boolean;
23
22
  mode: ViewMode;
24
23
  expendable: boolean;
24
+ showToolbar: boolean;
25
25
  readonly enableAnalysis: boolean;
26
+ private _previousTop;
26
27
  private readonly _dragDrop;
27
28
  private readonly _destroy;
28
29
  /** compose ctor */
29
- constructor(_session: SessionService, _mailbox: MailboxService, _pane: PaneRef<ComposePaneComponent>, _router: PanesRouter, config: BizDocConfig);
30
+ constructor(_session: SessionService, _mailbox: MailboxService, _pane: PaneRef<ComposePaneComponent>, _router: PanesRouter);
30
31
  ngOnInit(): void;
31
32
  close(): void;
32
33
  edit(): void;
@@ -37,6 +38,7 @@ export declare class ComposePaneComponent implements OnInit, OnDestroy {
37
38
  navComments(): void;
38
39
  navTrace(): void;
39
40
  private _navigate;
41
+ onScroll(event: MouseEvent): void;
40
42
  handleDocumentDrop(event: KeyboardEvent): void;
41
43
  handleDrop(event: DragEvent): void;
42
44
  handleEnter(event: DragEvent): void;
@@ -1,3 +1,4 @@
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;
@@ -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;
@@ -144,6 +144,7 @@ export declare const STRINGS: {
144
144
  ContinueEditing: string;
145
145
  Close: string;
146
146
  View: string;
147
+ Views: string;
147
148
  FirstPage: string;
148
149
  LastPage: string;
149
150
  NextPage: string;
@@ -620,6 +621,7 @@ export declare const STRINGS: {
620
621
  ContinueEditingMale: string;
621
622
  ContinueEditingFemale: string;
622
623
  View: string;
624
+ Views: string;
623
625
  Close: string;
624
626
  FirstPage: string;
625
627
  LastPage: string;
@@ -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
  }