@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
@@ -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
  }
@@ -25,30 +25,30 @@ import * as i22 from "./admin/architecture/elements/cube.component";
25
25
  import * as i23 from "./admin/architecture/elements/action.component";
26
26
  import * as i24 from "./admin/architecture/elements/view.component";
27
27
  import * as i25 from "./admin/architecture/elements/type.component";
28
- import * as i26 from "./admin/architecture/cube-axes-filter.component";
29
- import * as i27 from "./admin/architecture/elements/cube-index-utility.component";
30
- import * as i28 from "./admin/architecture/elements/configuration-datasource.component";
31
- import * as i29 from "./admin/architecture/elements/return-to-role-action.component";
32
- import * as i30 from "./admin/architecture/elements/pivot-view.component";
33
- import * as i31 from "./admin/architecture/elements/cube-view.component";
34
- import * as i32 from "./admin/architecture/elements/box-form.component";
35
- import * as i33 from "./admin/architecture/elements/anomaly-rule.component";
36
- import * as i34 from "./admin/architecture/elements/usage-report.component";
37
- import * as i35 from "./admin/architecture/elements/documents-widget.component";
38
- import * as i36 from "./admin/architecture/elements/performance-widget.component";
39
- import * as i37 from "./admin/architecture/elements/documents-report.component";
40
- import * as i38 from "./admin/architecture/elements/tasks-report.component";
41
- import * as i39 from "./admin/architecture/elements/explore-view.component";
42
- import * as i40 from "./admin/architecture/elements/analysis-widget.component";
43
- import * as i41 from "./admin/architecture/elements/parallel-view.component";
44
- import * as i42 from "./admin/architecture/elements/sum-view.component";
45
- import * as i43 from "./admin/architecture/elements/matrix-view.component";
46
- import * as i44 from "./admin/architecture/elements/analysis-view.component";
47
- import * as i45 from "./core/fields/localized-string.field";
48
- import * as i46 from "./admin/architecture/designer.component";
49
- import * as i47 from "./admin/form/designer/box-designer.component";
50
- import * as i48 from "./admin/form/designer/section.component";
51
- import * as i49 from "./admin/form/designer/settings.component";
28
+ import * as i26 from "./admin/architecture/elements/cube-index-utility.component";
29
+ import * as i27 from "./admin/architecture/elements/configuration-datasource.component";
30
+ import * as i28 from "./admin/architecture/elements/return-to-role-action.component";
31
+ import * as i29 from "./admin/architecture/elements/pivot-view.component";
32
+ import * as i30 from "./admin/architecture/elements/cube-view.component";
33
+ import * as i31 from "./admin/architecture/elements/box-form.component";
34
+ import * as i32 from "./admin/architecture/elements/anomaly-rule.component";
35
+ import * as i33 from "./admin/architecture/elements/usage-report.component";
36
+ import * as i34 from "./admin/architecture/elements/documents-widget.component";
37
+ import * as i35 from "./admin/architecture/elements/performance-widget.component";
38
+ import * as i36 from "./admin/architecture/elements/documents-report.component";
39
+ import * as i37 from "./admin/architecture/elements/tasks-report.component";
40
+ import * as i38 from "./admin/architecture/elements/explore-view.component";
41
+ import * as i39 from "./admin/architecture/elements/analysis-widget.component";
42
+ import * as i40 from "./admin/architecture/elements/parallel-view.component";
43
+ import * as i41 from "./admin/architecture/elements/sum-view.component";
44
+ import * as i42 from "./admin/architecture/elements/matrix-view.component";
45
+ import * as i43 from "./admin/architecture/elements/analysis-view.component";
46
+ import * as i44 from "./core/fields/localized-string.field";
47
+ import * as i45 from "./admin/architecture/designer.component";
48
+ import * as i46 from "./admin/form/designer/box-designer.component";
49
+ import * as i47 from "./admin/form/designer/section.component";
50
+ import * as i48 from "./admin/form/designer/settings.component";
51
+ import * as i49 from "./admin/form/designer/design-control.component";
52
52
  import * as i50 from "./admin/form/designer/properties.component";
53
53
  import * as i51 from "./admin/permissions/permissions.component";
54
54
  import * as i52 from "./admin/indices/manage-cube-index.component";
@@ -78,6 +78,6 @@ import * as i75 from "./designer.module";
78
78
  export declare class SystemModule {
79
79
  static forChild(): ModuleWithProviders<SystemModule>;
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
81
- static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.FormInviteDialog, typeof i2.PerformanceReportDesignComponent, typeof i3.NodeDesignerComponent, typeof i4.DesignerPrivilegesComponent, typeof i5.AddContentDirective, typeof i6.IconPickerComponent, typeof i5.EditContentDirective, typeof i5.WidgetContentDirective, typeof i7.DocumentStateWidgetDesignComponent, typeof i8.PolicyDesignComponent, typeof i9.StateDesignComponent, typeof i10.RoleDesignComponent, typeof i11.GuideDesignComponent, typeof i12.ControlDesignComponent, typeof i13.AttributeDesignComponent, typeof i14.RuleDesignComponent, typeof i15.ReportDesignerComponent, typeof i16.FolderDesignComponent, typeof i17.UtilityDesignComponent, typeof i18.FormDesignComponent, typeof i19.WidgetDesignComponent, typeof i20.SourceDesignComponent, typeof i21.JobDesignComponent, typeof i22.CubeDesignComponent, typeof i23.ActionDesignerComponent, typeof i15.ReportDesignerComponent, typeof i24.ViewDesignComponent, typeof i25.TypeDesignComponent, typeof i26.DesignerCubeFilterComponent, typeof i27.CubeIndexDesignComponent, typeof i28.ConfigurationDatasourceDesignComponent, typeof i29.ReturnToRoleActionDesignComponent, typeof i30.PivotViewDesignComponent, typeof i31.CubeViewDesignComponent, typeof i32.BoxFormDesignComponent, typeof i33.AnomalyRuleDesignComponent, typeof i34.UsageReportDesignComponent, typeof i35.DocumentsWidgetDesignComponent, typeof i36.PerformanceWidgetDesignComponent, typeof i37.DocumentsReportDesignComponent, typeof i38.TasksReportDesignComponent, typeof i39.ExploreViewDesignComponent, typeof i40.AnalysisWidgetDesignComponent, typeof i41.ParallelViewDesignComponent, typeof i42.SumViewDesignComponent, typeof i43.MatrixViewDesignComponent, typeof i44.ChartViewDesignComponent, typeof i45.LocalizedStringField, typeof i46.ConfigurationDesignerComponent, typeof i5.DesignerItemComponent, typeof i5.DesignerItemOptionsComponent, typeof i47.FormDesignerComponent, typeof i48.SectionPropertiesComponent, typeof i49.BoxSettingsComponent, typeof i47.DesignControlComponent, typeof i50.ControlPropertiesComponent, typeof i51.PermissionsUtility, typeof i52.ManageCubeIndexUtility, typeof i53.ProfileSettingsDialog, typeof i54.UtilityWrapperComponent, typeof i55.UtilityPaneComponent, typeof i56.ReassignDialog, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i59.TraceElementComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i62.PositionsPopup, typeof i63.WorkflowComponent, typeof i64.WorkflowNodeComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent], [typeof i67.CommonModule, typeof i68.HttpClientModule, typeof i69.ReactiveFormsModule, typeof i70.RouterModule, typeof i71.ScrollingModule, typeof i72.SyncfusionDiagramModule, typeof i73.SyncfusionChartModule, typeof i74.SharedModule, typeof i75.DesignerModule], [typeof i51.PermissionsUtility, typeof i52.ManageCubeIndexUtility, typeof i54.UtilityWrapperComponent, typeof i55.UtilityPaneComponent, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i63.WorkflowComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent]>;
81
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.FormInviteDialog, typeof i2.PerformanceReportDesignComponent, typeof i3.NodeDesignerComponent, typeof i4.DesignerPrivilegesComponent, typeof i5.AddContentDirective, typeof i6.IconPickerComponent, typeof i5.EditContentDirective, typeof i5.WidgetContentDirective, typeof i7.DocumentStateWidgetDesignComponent, typeof i8.PolicyDesignComponent, typeof i9.StateDesignComponent, typeof i10.RoleDesignComponent, typeof i11.GuideDesignComponent, typeof i12.ControlDesignComponent, typeof i13.AttributeDesignComponent, typeof i14.RuleDesignComponent, typeof i15.ReportDesignerComponent, typeof i16.FolderDesignComponent, typeof i17.UtilityDesignComponent, typeof i18.FormDesignComponent, typeof i19.WidgetDesignComponent, typeof i20.SourceDesignComponent, typeof i21.JobDesignComponent, typeof i22.CubeDesignComponent, typeof i23.ActionDesignerComponent, typeof i15.ReportDesignerComponent, typeof i24.ViewDesignComponent, typeof i25.TypeDesignComponent, typeof i26.CubeIndexDesignComponent, typeof i27.ConfigurationDatasourceDesignComponent, typeof i28.ReturnToRoleActionDesignComponent, typeof i29.PivotViewDesignComponent, typeof i30.CubeViewDesignComponent, typeof i31.BoxFormDesignComponent, typeof i32.AnomalyRuleDesignComponent, typeof i33.UsageReportDesignComponent, typeof i34.DocumentsWidgetDesignComponent, typeof i35.PerformanceWidgetDesignComponent, typeof i36.DocumentsReportDesignComponent, typeof i37.TasksReportDesignComponent, typeof i38.ExploreViewDesignComponent, typeof i39.AnalysisWidgetDesignComponent, typeof i40.ParallelViewDesignComponent, typeof i41.SumViewDesignComponent, typeof i42.MatrixViewDesignComponent, typeof i43.ChartViewDesignComponent, typeof i44.LocalizedStringField, typeof i45.ConfigurationDesignerComponent, typeof i5.DesignerItemComponent, typeof i5.DesignerItemOptionsComponent, typeof i46.FormDesignerComponent, typeof i47.SectionPropertiesComponent, typeof i48.BoxSettingsComponent, typeof i49.DesignControlComponent, typeof i50.ControlPropertiesComponent, typeof i51.PermissionsUtility, typeof i52.ManageCubeIndexUtility, typeof i53.ProfileSettingsDialog, typeof i54.UtilityWrapperComponent, typeof i55.UtilityPaneComponent, typeof i56.ReassignDialog, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i59.TraceElementComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i62.PositionsPopup, typeof i63.WorkflowComponent, typeof i64.WorkflowNodeComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent], [typeof i67.CommonModule, typeof i68.HttpClientModule, typeof i69.ReactiveFormsModule, typeof i70.RouterModule, typeof i71.ScrollingModule, typeof i72.SyncfusionDiagramModule, typeof i73.SyncfusionChartModule, typeof i74.SharedModule, typeof i75.DesignerModule], [typeof i51.PermissionsUtility, typeof i52.ManageCubeIndexUtility, typeof i54.UtilityWrapperComponent, typeof i55.UtilityPaneComponent, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i63.WorkflowComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent]>;
82
82
  static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
83
83
  }
@@ -22,7 +22,7 @@ export declare abstract class CubeBase<O extends Options> implements DocumentVie
22
22
  cube: Cube;
23
23
  hasdata: boolean;
24
24
  title: string;
25
- private _consolidateData;
25
+ private _consolidatedAxes;
26
26
  constructor(_viewRef: DocumentViewRef<O>, _service: CubeService, _session: SessionService, _none?: boolean);
27
27
  onBind(model: DocumentModel<any>): void;
28
28
  abstract onViewBind(): any;
@@ -15,6 +15,7 @@ export declare class CubeDocumentSumComponent extends CubeBase<SumSettingsModel>
15
15
  periodPolicy: string;
16
16
  indices: string[] | string;
17
17
  selectedAxis: string | number;
18
+ alternateAxes: (string | number)[];
18
19
  constructor(viewRef: DocumentViewRef<SumSettingsModel>, _router: RouterImpl, service: CubeService, session: SessionService);
19
20
  onViewBind(): Promise<void>;
20
21
  switchAxis(value: string | number): Promise<void>;
@@ -17,23 +17,31 @@ export declare class TimelineViewComponent implements DocumentViewComponent {
17
17
  private _translate;
18
18
  private _router;
19
19
  private _element;
20
- data: Task[];
21
20
  readonly dir: import("@angular/cdk/bidi").Direction;
22
21
  readonly locale: string;
23
- item: DocumentModel<any>;
22
+ model: DocumentModel<any>;
24
23
  gantt: Gantt;
25
24
  dateFormat: string;
26
25
  holidays: HolidayModel[];
27
26
  width: number;
28
- readonly selectionSettings: SelectionSettingsModel;
27
+ tasks: Task[];
29
28
  /** timeline-view ctor */
30
29
  constructor(_ps: PromptService, viewRef: DocumentViewRef<Options>, config: BizDocConfig, _users: AccountService, _session: SessionService, _translate: TranslateService, _router: RouterImpl, _element: ElementRef);
31
30
  onBind(model: DocumentModel<any>): void;
32
31
  private _draw;
33
32
  queryTaskbarInfo(evt: IQueryTaskbarInfoEventArgs): void;
34
33
  private _prepare;
35
- rowSelecting(r: any): void;
34
+ /**
35
+ *
36
+ * @param row
37
+ */
38
+ rowSelecting(row: any): void;
39
+ /**
40
+ *
41
+ * @param task
42
+ */
36
43
  _compare(task: Task): void;
44
+ readonly selectionSettings: SelectionSettingsModel;
37
45
  readonly taskFields: TaskFieldsModel;
38
46
  columns: ColumnModel[];
39
47
  readonly tooltipSettings: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.3.18",
3
+ "version": "2.3.21",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
package/public-api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { NoneComponent } from './lib/core/none.component';
1
2
  export { ColorPicker } from './lib/admin/core/color-picker.input';
2
3
  export { LocalizedStringControlDesigner } from './lib/core/fields/localized-string.field';
3
4
  export { TagsControlDesigner } from './lib/core/fields/tags.designer';
@@ -21,6 +22,7 @@ export { SignatureControlDesigner } from './lib/core/fields/signature.designer';
21
22
  export { AutocompleteControlDesigner } from './lib/core/fields/autocomplete.field';
22
23
  export { LayoutComponent } from './lib/core/layout.component';
23
24
  export { LocalizedStringComponent } from './lib/admin/core/localized-string.component';
25
+ export { DesignerCubeFilterComponent } from './lib/admin/architecture/cube-axes-filter.component';
24
26
  export { BizDocComponentFactoryResolver } from './lib/core/component-factory-resolver';
25
27
  export { ListingComponent, ListingRef } from './lib/search/declarations';
26
28
  export { HelpTipComponent } from './lib/core/guide/help-tip.component';