@bizdoc/core 3.3.11 → 3.3.14

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.
@@ -68,6 +68,8 @@ export interface DesignerModel {
68
68
  tRules: TemplateInfo[];
69
69
  notifications: ElementModel<any>[];
70
70
  tNotifications: TemplateInfo[];
71
+ devices: ElementModel<any>[];
72
+ tDevices: TemplateInfo[];
71
73
  policies: ElementModel<any>[];
72
74
  tPolicies: TemplateInfo[];
73
75
  views: ElementModel<any>[];
@@ -0,0 +1,9 @@
1
+ import { DesignerTypeElementComponent } from "../designer.base";
2
+ import * as i0 from "@angular/core";
3
+ export declare class DeviceDesignComponent extends DesignerTypeElementComponent {
4
+ readonly form: import("@angular/forms").FormGroup<{
5
+ executionMode: import("@angular/forms").FormControl<null>;
6
+ }>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<DeviceDesignComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<DeviceDesignComponent, "bizdoc-device-designer", never, {}, {}, never, never, false, never>;
9
+ }
@@ -111,13 +111,13 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
111
111
  *
112
112
  * @returns
113
113
  */
114
- discard(): Observable<unknown>;
114
+ discard(): Observable<void>;
115
115
  /**
116
116
  *
117
117
  * @param action
118
118
  * @returns
119
119
  */
120
- send(action: string): Observable<unknown>;
120
+ send(action: string): Observable<RecipientModel<any>>;
121
121
  /** */
122
122
  copy(): void;
123
123
  /**
@@ -14,4 +14,4 @@ export declare class ToNowPipe implements PipeTransform {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ToNowPipe, never>;
15
15
  static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
16
16
  }
17
- export declare function getSecondsUntilUpdate(time: dayjs.Dayjs): 1 | 300 | 3600 | 30;
17
+ export declare function getSecondsUntilUpdate(time: dayjs.Dayjs): 1 | 300 | 30 | 3600;
@@ -265,4 +265,4 @@ export interface Pattern {
265
265
  title: string;
266
266
  axes: AxesMap;
267
267
  }
268
- export declare function errResource(error: HttpErrorResponse): "Unauthorized" | "LicenseErr" | "NotAcceptable" | "Err";
268
+ export declare function errResource(error: HttpErrorResponse): "Err" | "Unauthorized" | "LicenseErr" | "NotAcceptable";
@@ -186,29 +186,28 @@ import * as i182 from "./reports/cube/usage-args.component";
186
186
  import * as i183 from "./core/tagging/emoji.component";
187
187
  import * as i184 from "./core/popup/tooltip.directive";
188
188
  import * as i185 from "./app.component";
189
- import * as i186 from "./cube/spreadsheet/spreadsheet.container.exp";
190
- import * as i187 from "./modules/dayjs.module";
191
- import * as i188 from "@angular/common";
192
- import * as i189 from "@angular/forms";
193
- import * as i190 from "@angular/router";
194
- import * as i191 from "@ctrl/ngx-emoji-mart";
195
- import * as i192 from "./modules/gantt.module";
196
- import * as i193 from "./modules/schedule.module";
197
- import * as i194 from "./modules/circular-gauge.module";
198
- import * as i195 from "./modules/chart.module";
199
- import * as i196 from "./modules/grid.module";
200
- import * as i197 from "./modules/linear-gauge.module";
201
- import * as i198 from "./modules/texteditor.module";
202
- import * as i199 from "./modules/spreadsheet.module";
203
- import * as i200 from "./modules/pivot.module";
204
- import * as i201 from "@syncfusion/ej2-angular-inputs";
205
- import * as i202 from "@syncfusion/ej2-angular-kanban";
206
- import * as i203 from "./modules/diagram.module";
207
- import * as i204 from "./modules/material.module";
189
+ import * as i186 from "./modules/dayjs.module";
190
+ import * as i187 from "@angular/common";
191
+ import * as i188 from "@angular/forms";
192
+ import * as i189 from "@angular/router";
193
+ import * as i190 from "@ctrl/ngx-emoji-mart";
194
+ import * as i191 from "./modules/gantt.module";
195
+ import * as i192 from "./modules/schedule.module";
196
+ import * as i193 from "./modules/circular-gauge.module";
197
+ import * as i194 from "./modules/chart.module";
198
+ import * as i195 from "./modules/grid.module";
199
+ import * as i196 from "./modules/linear-gauge.module";
200
+ import * as i197 from "./modules/texteditor.module";
201
+ import * as i198 from "./modules/spreadsheet.module";
202
+ import * as i199 from "./modules/pivot.module";
203
+ import * as i200 from "@syncfusion/ej2-angular-inputs";
204
+ import * as i201 from "@syncfusion/ej2-angular-kanban";
205
+ import * as i202 from "./modules/diagram.module";
206
+ import * as i203 from "./modules/material.module";
208
207
  /** common BizDoc components */
209
208
  export declare class SharedModule {
210
209
  static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
211
210
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
212
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.OverlayFormComponent, typeof i2.LocalizedStringPipe, typeof i3.HelpTipComponent, typeof i4.BoxFormComponent, typeof i5.BoxFormRowComponent, typeof i6.BoxFormControlComponent, typeof i7.PerformanceWindComponent, typeof i8.PerformanceHiloComponent, typeof i9.CubeUsageComponent, typeof i10.CubeDocumentsComponent, typeof i11.DateFormatPipe, typeof i12.CalendarPipe, typeof i13.DifferencePipe, typeof i14.DurationPipe, typeof i15.TimeAgoPipe, typeof i16.ToNowPipe, typeof i17.HtmlSimplePipe, typeof i18.CheckboxComponent, typeof i19.CubeParallelComponent, typeof i20.CubeSumComponent, typeof i21.CubeParallelViewComponent, typeof i22.CubeChartViewComponent, typeof i23.CubeExploreViewComponent, typeof i24.CubeDocumentSumComponent, typeof i25.ExploreItemImplComponent, typeof i26.DocumentInfoComponent, typeof i27.DocumentViewsComponent, typeof i28.ViewItemComponent, typeof i29.CubeDocumentMatrixComponent, typeof i30.CubeInsightComponent, typeof i31.CubePivotViewComponent, typeof i32.ActionPicker, typeof i33.QuickCommentComponent, typeof i34.DurationFormatPipe, typeof i35.CombinationPicker, typeof i36.CombinationPickerBody, typeof i37.CombinationPool, typeof i38.TimelineViewComponent, typeof i39.MatIconAnimate, typeof i40.DateRangePipe, typeof i40.AgoPipe, typeof i41.StateDirective, typeof i42.JoinPipe, typeof i43.TypeValuePipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i46.SanitizeHtmlPipe, typeof i47.StatePipe, typeof i48.ActionPipe, typeof i49.RolePipe, typeof i50.FormPipe, typeof i51.FilterPipe, typeof i52.ArraySortPipe, typeof i52.JsonPipe, typeof i53.UserNamePipe, typeof i54.TaggingPipe, typeof i55.TypeSelect, typeof i56.TypeAutocomplete, typeof i57.Signature, typeof i58.AceInput, typeof i59.TimespanInput, typeof i60.AddressInput, typeof i61.FileInput, typeof i62.TimePicker, typeof i63.LayoutComponent, typeof i64.StickyToolbar, typeof i65.VirtualTabs, typeof i65.Tab, typeof i66.TimeField, typeof i67.SignatureField, typeof i68.AddressField, typeof i69.RadioButtonField, typeof i70.ChecklistField, typeof i71.AxesPickerField, typeof i72.YesNoField, typeof i73.HtmlField, typeof i74.FileField, typeof i75.NumericField, typeof i76.AutocompleteField, typeof i77.CheckboxField, typeof i78.DateField, typeof i79.DateRangeField, typeof i80.ExpressionField, typeof i81.InputField, typeof i82.SelectField, typeof i83.SwitchField, typeof i84.TextareaField, typeof i85.ChipsField, typeof i86.TimespanField, typeof i87.ReturnActionComponent, typeof i88.AssignActionComponent, typeof i89.MoveToActionComponent, typeof i90.AvatarComponent, typeof i91.PeopleComponent, typeof i92.EditInputComponent, typeof i93.LottieAnimation, typeof i17.ContactsComponent, typeof i94.CubeMatrixComponent, typeof i95.FilterTagsComponent, typeof i96.ExploreItemsComponent, typeof i97.CompareNameDirective, typeof i97.CompareGroupDirective, typeof i97.CompareContextDirective, typeof i98.GuideComponent, typeof i99.OutOfOfficeToast, typeof i100.NotificationsTableComponent, typeof i101.NotificationsFilterComponent, typeof i102.PrivilegeHiddenDirective, typeof i103.TaggingItemDirective, typeof i104.TaggingDirective, typeof i105.DocumentTaggingComponent, typeof i106.UserTaggingComponent, typeof i102.PrivilegeDisabledDirective, typeof i107.CubeDocumentsGridComponent, typeof i108.LongRunningTaskNotification, typeof i109.TaggedNotification, typeof i110.CommentedNotification, typeof i111.NudgeNotification, typeof i112.InviteNotification, typeof i113.ContentNotification, typeof i114.TextNotification, typeof i115.CubeAnomalyNotification, typeof i116.EscalatedNotification, typeof i117.LikedNotification, typeof i118.StateChangedNotification, typeof i119.UpcomingEventNotification, typeof i120.NoneComponent, typeof i121.ScheduleViewComponent, typeof i122.OptionsComponent, typeof i123.TraceViewComponent, typeof i124.ProgressDirective, typeof i125.AttachmentsComponent, typeof i126.DocumentEventsComponent, typeof i127.TagsComponent, typeof i128.MapComponent, typeof i129.MaskComponent, typeof i130.FlowViewComponent, typeof i131.SubstitutionComponent, typeof i132.PopupComponent, typeof i133.AttachmentPreview, typeof i134.CommentsComponent, typeof i135.CommentComponent, typeof i136.EditCommentComponent, typeof i137.CommentLikesComponent, typeof i138.CommentEditsComponent, typeof i139.BrowseItemsComponent, typeof i140.BrowseFilterComponent, typeof i141.ExpandedItemComponent, typeof i142.ComposeFormComponent, typeof i143.CubeViewComponent, typeof i144.CubeFilterComponent, typeof i145.CubeAccumulationChartComponent, typeof i146.CubeChartComponent, typeof i147.CubePivotComponent, typeof i148.CubeSpreadsheetComponent, typeof i149.CubeGridComponent, typeof i150.ReportViewerComponent, typeof i151.TableViewComponent, typeof i152.ReportArgumentsComponent, typeof i153.DashboardComponent, typeof i154.WidgetItemComponent, typeof i155.CubeWidgetFilterComponent, typeof i156.SaveChangesDialog, typeof i157.AskDialog, typeof i158.AboutDialog, typeof i159.ActionDialog, typeof i160.ImpersonateDialog, typeof i161.ConversationComponent, typeof i162.CubeMatrixPopupComponent, typeof i163.VersionCompareComponent, typeof i164.ExploreDocumentComponent, typeof i165.TasksComponent, typeof i166.CubeDocumentsTableComponent, typeof i167.CubePerformanceWidget, typeof i168.CubeAccumAnalysisWidget, typeof i169.CubeAnalysisWidget, typeof i170.CubeChartAnalysisWidget, typeof i171.ActionsWidget, typeof i172.RecentsWidget, typeof i173.PendingResultsWidget, typeof i174.CompareGroupsWidget, typeof i175.CubeDocumentsWidget, typeof i176.DocumentStateWidgetComponent, typeof i177.PersonalScoreWidget, typeof i178.PersonalActivityWidget, typeof i179.PeersPerformanceWidget, typeof i180.UsagePivotComponent, typeof i181.UsageChartComponent, typeof i182.UsageReportArgs, typeof i183.EmojiHostComponent, typeof i184.TooltipDirective, typeof i184.TooltipComponent, typeof i185.BrokenPage], [typeof i186.SpContainer, typeof i187.DayJsModule, typeof i188.CommonModule, typeof i189.ReactiveFormsModule, typeof i190.RouterModule, typeof i191.PickerModule, typeof i192.SyncfusionGanttModule, typeof i193.SyncfusionScheduleModule, typeof i194.SyncfusionCircularGaugeModule, typeof i195.SyncfusionChartModule, typeof i192.SyncfusionGanttModule, typeof i196.SyncfusionGridModule, typeof i197.SyncfusionLinearGaugeModule, typeof i198.SyncfusionTextEditorModule, typeof i199.SyncfusionSpreadsheetModule, typeof i200.SyncfusionPivotModule, typeof i201.SignatureModule, typeof i202.KanbanModule, typeof i203.SyncfusionDiagramModule, typeof i204.MaterialModule], [typeof i122.OptionsComponent, typeof i186.SpContainer, typeof i120.NoneComponent, typeof i2.LocalizedStringPipe, typeof i204.MaterialModule, typeof i185.BrokenPage, typeof i3.HelpTipComponent, typeof i95.FilterTagsComponent, typeof i11.DateFormatPipe, typeof i12.CalendarPipe, typeof i13.DifferencePipe, typeof i14.DurationPipe, typeof i15.TimeAgoPipe, typeof i16.ToNowPipe, typeof i18.CheckboxComponent, typeof i19.CubeParallelComponent, typeof i20.CubeSumComponent, typeof i25.ExploreItemImplComponent, typeof i26.DocumentInfoComponent, typeof i27.DocumentViewsComponent, typeof i153.DashboardComponent, typeof i127.TagsComponent, typeof i33.QuickCommentComponent, typeof i134.CommentsComponent, typeof i63.LayoutComponent, typeof i159.ActionDialog, typeof i64.StickyToolbar, typeof i65.VirtualTabs, typeof i65.Tab, typeof i140.BrowseFilterComponent, typeof i144.CubeFilterComponent, typeof i121.ScheduleViewComponent, typeof i150.ReportViewerComponent, typeof i154.WidgetItemComponent, typeof i143.CubeViewComponent, typeof i96.ExploreItemsComponent, typeof i142.ComposeFormComponent, typeof i139.BrowseItemsComponent, typeof i100.NotificationsTableComponent, typeof i32.ActionPicker, typeof i161.ConversationComponent, typeof i41.StateDirective, typeof i17.ContactsComponent, typeof i94.CubeMatrixComponent, typeof i39.MatIconAnimate, typeof i184.TooltipDirective, typeof i59.TimespanInput, typeof i61.FileInput, typeof i60.AddressInput, typeof i58.AceInput, typeof i35.CombinationPicker, typeof i37.CombinationPool, typeof i55.TypeSelect, typeof i56.TypeAutocomplete, typeof i62.TimePicker, typeof i34.DurationFormatPipe, typeof i40.DateRangePipe, typeof i43.TypeValuePipe, typeof i42.JoinPipe, typeof i47.StatePipe, typeof i48.ActionPipe, typeof i49.RolePipe, typeof i50.FormPipe, typeof i51.FilterPipe, typeof i52.JsonPipe, typeof i52.ArraySortPipe, typeof i53.UserNamePipe, typeof i46.SanitizeHtmlPipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i90.AvatarComponent, typeof i152.ReportArgumentsComponent, typeof i133.AttachmentPreview, typeof i102.PrivilegeHiddenDirective, typeof i102.PrivilegeDisabledDirective, typeof i97.CompareGroupDirective, typeof i97.CompareNameDirective, typeof i97.CompareContextDirective, typeof i123.TraceViewComponent, typeof i130.FlowViewComponent, typeof i88.AssignActionComponent, typeof i87.ReturnActionComponent, typeof i164.ExploreDocumentComponent, typeof i167.CubePerformanceWidget, typeof i171.ActionsWidget, typeof i169.CubeAnalysisWidget, typeof i175.CubeDocumentsWidget, typeof i172.RecentsWidget, typeof i178.PersonalActivityWidget, typeof i174.CompareGroupsWidget, typeof i179.PeersPerformanceWidget, typeof i173.PendingResultsWidget, typeof i177.PersonalScoreWidget, typeof i155.CubeWidgetFilterComponent, typeof i166.CubeDocumentsTableComponent, typeof i107.CubeDocumentsGridComponent, typeof i165.TasksComponent, typeof i182.UsageReportArgs, typeof i181.UsageChartComponent, typeof i180.UsagePivotComponent, typeof i163.VersionCompareComponent, typeof i93.LottieAnimation, typeof i145.CubeAccumulationChartComponent, typeof i146.CubeChartComponent, typeof i147.CubePivotComponent, typeof i148.CubeSpreadsheetComponent, typeof i149.CubeGridComponent]>;
211
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.OverlayFormComponent, typeof i2.LocalizedStringPipe, typeof i3.HelpTipComponent, typeof i4.BoxFormComponent, typeof i5.BoxFormRowComponent, typeof i6.BoxFormControlComponent, typeof i7.PerformanceWindComponent, typeof i8.PerformanceHiloComponent, typeof i9.CubeUsageComponent, typeof i10.CubeDocumentsComponent, typeof i11.DateFormatPipe, typeof i12.CalendarPipe, typeof i13.DifferencePipe, typeof i14.DurationPipe, typeof i15.TimeAgoPipe, typeof i16.ToNowPipe, typeof i17.HtmlSimplePipe, typeof i18.CheckboxComponent, typeof i19.CubeParallelComponent, typeof i20.CubeSumComponent, typeof i21.CubeParallelViewComponent, typeof i22.CubeChartViewComponent, typeof i23.CubeExploreViewComponent, typeof i24.CubeDocumentSumComponent, typeof i25.ExploreItemImplComponent, typeof i26.DocumentInfoComponent, typeof i27.DocumentViewsComponent, typeof i28.ViewItemComponent, typeof i29.CubeDocumentMatrixComponent, typeof i30.CubeInsightComponent, typeof i31.CubePivotViewComponent, typeof i32.ActionPicker, typeof i33.QuickCommentComponent, typeof i34.DurationFormatPipe, typeof i35.CombinationPicker, typeof i36.CombinationPickerBody, typeof i37.CombinationPool, typeof i38.TimelineViewComponent, typeof i39.MatIconAnimate, typeof i40.DateRangePipe, typeof i40.AgoPipe, typeof i41.StateDirective, typeof i42.JoinPipe, typeof i43.TypeValuePipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i46.SanitizeHtmlPipe, typeof i47.StatePipe, typeof i48.ActionPipe, typeof i49.RolePipe, typeof i50.FormPipe, typeof i51.FilterPipe, typeof i52.ArraySortPipe, typeof i52.JsonPipe, typeof i53.UserNamePipe, typeof i54.TaggingPipe, typeof i55.TypeSelect, typeof i56.TypeAutocomplete, typeof i57.Signature, typeof i58.AceInput, typeof i59.TimespanInput, typeof i60.AddressInput, typeof i61.FileInput, typeof i62.TimePicker, typeof i63.LayoutComponent, typeof i64.StickyToolbar, typeof i65.VirtualTabs, typeof i65.Tab, typeof i66.TimeField, typeof i67.SignatureField, typeof i68.AddressField, typeof i69.RadioButtonField, typeof i70.ChecklistField, typeof i71.AxesPickerField, typeof i72.YesNoField, typeof i73.HtmlField, typeof i74.FileField, typeof i75.NumericField, typeof i76.AutocompleteField, typeof i77.CheckboxField, typeof i78.DateField, typeof i79.DateRangeField, typeof i80.ExpressionField, typeof i81.InputField, typeof i82.SelectField, typeof i83.SwitchField, typeof i84.TextareaField, typeof i85.ChipsField, typeof i86.TimespanField, typeof i87.ReturnActionComponent, typeof i88.AssignActionComponent, typeof i89.MoveToActionComponent, typeof i90.AvatarComponent, typeof i91.PeopleComponent, typeof i92.EditInputComponent, typeof i93.LottieAnimation, typeof i17.ContactsComponent, typeof i94.CubeMatrixComponent, typeof i95.FilterTagsComponent, typeof i96.ExploreItemsComponent, typeof i97.CompareNameDirective, typeof i97.CompareGroupDirective, typeof i97.CompareContextDirective, typeof i98.GuideComponent, typeof i99.OutOfOfficeToast, typeof i100.NotificationsTableComponent, typeof i101.NotificationsFilterComponent, typeof i102.PrivilegeHiddenDirective, typeof i103.TaggingItemDirective, typeof i104.TaggingDirective, typeof i105.DocumentTaggingComponent, typeof i106.UserTaggingComponent, typeof i102.PrivilegeDisabledDirective, typeof i107.CubeDocumentsGridComponent, typeof i108.LongRunningTaskNotification, typeof i109.TaggedNotification, typeof i110.CommentedNotification, typeof i111.NudgeNotification, typeof i112.InviteNotification, typeof i113.ContentNotification, typeof i114.TextNotification, typeof i115.CubeAnomalyNotification, typeof i116.EscalatedNotification, typeof i117.LikedNotification, typeof i118.StateChangedNotification, typeof i119.UpcomingEventNotification, typeof i120.NoneComponent, typeof i121.ScheduleViewComponent, typeof i122.OptionsComponent, typeof i123.TraceViewComponent, typeof i124.ProgressDirective, typeof i125.AttachmentsComponent, typeof i126.DocumentEventsComponent, typeof i127.TagsComponent, typeof i128.MapComponent, typeof i129.MaskComponent, typeof i130.FlowViewComponent, typeof i131.SubstitutionComponent, typeof i132.PopupComponent, typeof i133.AttachmentPreview, typeof i134.CommentsComponent, typeof i135.CommentComponent, typeof i136.EditCommentComponent, typeof i137.CommentLikesComponent, typeof i138.CommentEditsComponent, typeof i139.BrowseItemsComponent, typeof i140.BrowseFilterComponent, typeof i141.ExpandedItemComponent, typeof i142.ComposeFormComponent, typeof i143.CubeViewComponent, typeof i144.CubeFilterComponent, typeof i145.CubeAccumulationChartComponent, typeof i146.CubeChartComponent, typeof i147.CubePivotComponent, typeof i148.CubeSpreadsheetComponent, typeof i149.CubeGridComponent, typeof i150.ReportViewerComponent, typeof i151.TableViewComponent, typeof i152.ReportArgumentsComponent, typeof i153.DashboardComponent, typeof i154.WidgetItemComponent, typeof i155.CubeWidgetFilterComponent, typeof i156.SaveChangesDialog, typeof i157.AskDialog, typeof i158.AboutDialog, typeof i159.ActionDialog, typeof i160.ImpersonateDialog, typeof i161.ConversationComponent, typeof i162.CubeMatrixPopupComponent, typeof i163.VersionCompareComponent, typeof i164.ExploreDocumentComponent, typeof i165.TasksComponent, typeof i166.CubeDocumentsTableComponent, typeof i167.CubePerformanceWidget, typeof i168.CubeAccumAnalysisWidget, typeof i169.CubeAnalysisWidget, typeof i170.CubeChartAnalysisWidget, typeof i171.ActionsWidget, typeof i172.RecentsWidget, typeof i173.PendingResultsWidget, typeof i174.CompareGroupsWidget, typeof i175.CubeDocumentsWidget, typeof i176.DocumentStateWidgetComponent, typeof i177.PersonalScoreWidget, typeof i178.PersonalActivityWidget, typeof i179.PeersPerformanceWidget, typeof i180.UsagePivotComponent, typeof i181.UsageChartComponent, typeof i182.UsageReportArgs, typeof i183.EmojiHostComponent, typeof i184.TooltipDirective, typeof i184.TooltipComponent, typeof i185.BrokenPage], [typeof i186.DayJsModule, typeof i187.CommonModule, typeof i188.ReactiveFormsModule, typeof i189.RouterModule, typeof i190.PickerModule, typeof i191.SyncfusionGanttModule, typeof i192.SyncfusionScheduleModule, typeof i193.SyncfusionCircularGaugeModule, typeof i194.SyncfusionChartModule, typeof i191.SyncfusionGanttModule, typeof i195.SyncfusionGridModule, typeof i196.SyncfusionLinearGaugeModule, typeof i197.SyncfusionTextEditorModule, typeof i198.SyncfusionSpreadsheetModule, typeof i199.SyncfusionPivotModule, typeof i200.SignatureModule, typeof i201.KanbanModule, typeof i202.SyncfusionDiagramModule, typeof i203.MaterialModule], [typeof i122.OptionsComponent, typeof i120.NoneComponent, typeof i2.LocalizedStringPipe, typeof i203.MaterialModule, typeof i185.BrokenPage, typeof i3.HelpTipComponent, typeof i95.FilterTagsComponent, typeof i11.DateFormatPipe, typeof i12.CalendarPipe, typeof i13.DifferencePipe, typeof i14.DurationPipe, typeof i15.TimeAgoPipe, typeof i16.ToNowPipe, typeof i18.CheckboxComponent, typeof i19.CubeParallelComponent, typeof i20.CubeSumComponent, typeof i25.ExploreItemImplComponent, typeof i26.DocumentInfoComponent, typeof i27.DocumentViewsComponent, typeof i153.DashboardComponent, typeof i127.TagsComponent, typeof i33.QuickCommentComponent, typeof i134.CommentsComponent, typeof i63.LayoutComponent, typeof i159.ActionDialog, typeof i64.StickyToolbar, typeof i65.VirtualTabs, typeof i65.Tab, typeof i140.BrowseFilterComponent, typeof i144.CubeFilterComponent, typeof i121.ScheduleViewComponent, typeof i150.ReportViewerComponent, typeof i154.WidgetItemComponent, typeof i143.CubeViewComponent, typeof i96.ExploreItemsComponent, typeof i142.ComposeFormComponent, typeof i139.BrowseItemsComponent, typeof i100.NotificationsTableComponent, typeof i32.ActionPicker, typeof i161.ConversationComponent, typeof i41.StateDirective, typeof i17.ContactsComponent, typeof i94.CubeMatrixComponent, typeof i39.MatIconAnimate, typeof i184.TooltipDirective, typeof i59.TimespanInput, typeof i61.FileInput, typeof i60.AddressInput, typeof i58.AceInput, typeof i35.CombinationPicker, typeof i37.CombinationPool, typeof i55.TypeSelect, typeof i56.TypeAutocomplete, typeof i62.TimePicker, typeof i34.DurationFormatPipe, typeof i40.DateRangePipe, typeof i43.TypeValuePipe, typeof i42.JoinPipe, typeof i47.StatePipe, typeof i48.ActionPipe, typeof i49.RolePipe, typeof i50.FormPipe, typeof i51.FilterPipe, typeof i52.JsonPipe, typeof i52.ArraySortPipe, typeof i53.UserNamePipe, typeof i46.SanitizeHtmlPipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i90.AvatarComponent, typeof i152.ReportArgumentsComponent, typeof i133.AttachmentPreview, typeof i102.PrivilegeHiddenDirective, typeof i102.PrivilegeDisabledDirective, typeof i97.CompareGroupDirective, typeof i97.CompareNameDirective, typeof i97.CompareContextDirective, typeof i123.TraceViewComponent, typeof i130.FlowViewComponent, typeof i88.AssignActionComponent, typeof i87.ReturnActionComponent, typeof i164.ExploreDocumentComponent, typeof i167.CubePerformanceWidget, typeof i171.ActionsWidget, typeof i169.CubeAnalysisWidget, typeof i175.CubeDocumentsWidget, typeof i172.RecentsWidget, typeof i178.PersonalActivityWidget, typeof i174.CompareGroupsWidget, typeof i179.PeersPerformanceWidget, typeof i173.PendingResultsWidget, typeof i177.PersonalScoreWidget, typeof i155.CubeWidgetFilterComponent, typeof i166.CubeDocumentsTableComponent, typeof i107.CubeDocumentsGridComponent, typeof i165.TasksComponent, typeof i182.UsageReportArgs, typeof i181.UsageChartComponent, typeof i180.UsagePivotComponent, typeof i163.VersionCompareComponent, typeof i93.LottieAnimation, typeof i145.CubeAccumulationChartComponent, typeof i146.CubeChartComponent, typeof i147.CubePivotComponent, typeof i148.CubeSpreadsheetComponent, typeof i149.CubeGridComponent]>;
213
212
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
214
213
  }
@@ -13,71 +13,72 @@ import * as i10 from "./admin/architecture/elements/role.component";
13
13
  import * as i11 from "./admin/architecture/elements/guide.component";
14
14
  import * as i12 from "./admin/architecture/elements/control.component";
15
15
  import * as i13 from "./admin/architecture/elements/attribute.component";
16
- import * as i14 from "./admin/architecture/elements/notification.component";
17
- import * as i15 from "./admin/architecture/elements/rule.component";
18
- import * as i16 from "./admin/architecture/elements/report.component";
19
- import * as i17 from "./admin/architecture/elements/folder.component";
20
- import * as i18 from "./admin/architecture/elements/utility.component";
21
- import * as i19 from "./admin/architecture/elements/form.component";
22
- import * as i20 from "./admin/architecture/elements/widget.component";
23
- import * as i21 from "./admin/architecture/elements/source.component";
24
- import * as i22 from "./admin/architecture/elements/job.component";
25
- import * as i23 from "./admin/architecture/elements/cube.component";
26
- import * as i24 from "./admin/architecture/elements/action.component";
27
- import * as i25 from "./admin/architecture/elements/view.component";
28
- import * as i26 from "./admin/architecture/elements/type.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";
52
- import * as i50 from "./admin/form/designer/design-control.component";
53
- import * as i51 from "./admin/form/designer/properties.component";
54
- import * as i52 from "./admin/permissions/permissions.component";
55
- import * as i53 from "./admin/indices/manage-cube-index.component";
56
- import * as i54 from "./admin/profiler/outofoffice.component";
57
- import * as i55 from "./admin/utility-wrapper.component";
58
- import * as i56 from "./admin/utility.pane.component";
59
- import * as i57 from "./admin/document-trace/reassign.dialog";
60
- import * as i58 from "./admin/diff/configuration-diff.component";
61
- import * as i59 from "./admin/document-trace/document-trace.component";
62
- import * as i60 from "./admin/document-trace/trace-element.component";
63
- import * as i61 from "./admin/profiler/profiler.component";
64
- import * as i62 from "./admin/positions/positions.component";
65
- import * as i63 from "./admin/positions/positions-popup.component";
66
- import * as i64 from "./admin/form/workflow/workflow.component";
67
- import * as i65 from "./admin/form/workflow/node.component";
68
- import * as i66 from "./admin/form/workflow/role-node.component";
69
- import * as i67 from "./admin/patterns/patterns.component";
70
- import * as i68 from "@angular/common";
71
- import * as i69 from "@angular/forms";
72
- import * as i70 from "@angular/router";
73
- import * as i71 from "@angular/cdk/scrolling";
74
- import * as i72 from "./modules/diagram.module";
75
- import * as i73 from "./modules/chart.module";
76
- import * as i74 from "./shared.module";
77
- import * as i75 from "./designer.module";
16
+ import * as i14 from "./admin/architecture/elements/device.component";
17
+ import * as i15 from "./admin/architecture/elements/notification.component";
18
+ import * as i16 from "./admin/architecture/elements/rule.component";
19
+ import * as i17 from "./admin/architecture/elements/report.component";
20
+ import * as i18 from "./admin/architecture/elements/folder.component";
21
+ import * as i19 from "./admin/architecture/elements/utility.component";
22
+ import * as i20 from "./admin/architecture/elements/form.component";
23
+ import * as i21 from "./admin/architecture/elements/widget.component";
24
+ import * as i22 from "./admin/architecture/elements/source.component";
25
+ import * as i23 from "./admin/architecture/elements/job.component";
26
+ import * as i24 from "./admin/architecture/elements/cube.component";
27
+ import * as i25 from "./admin/architecture/elements/action.component";
28
+ import * as i26 from "./admin/architecture/elements/view.component";
29
+ import * as i27 from "./admin/architecture/elements/type.component";
30
+ import * as i28 from "./admin/architecture/elements/cube-index-utility.component";
31
+ import * as i29 from "./admin/architecture/elements/configuration-datasource.component";
32
+ import * as i30 from "./admin/architecture/elements/return-to-role-action.component";
33
+ import * as i31 from "./admin/architecture/elements/pivot-view.component";
34
+ import * as i32 from "./admin/architecture/elements/cube-view.component";
35
+ import * as i33 from "./admin/architecture/elements/box-form.component";
36
+ import * as i34 from "./admin/architecture/elements/anomaly-rule.component";
37
+ import * as i35 from "./admin/architecture/elements/usage-report.component";
38
+ import * as i36 from "./admin/architecture/elements/documents-widget.component";
39
+ import * as i37 from "./admin/architecture/elements/performance-widget.component";
40
+ import * as i38 from "./admin/architecture/elements/documents-report.component";
41
+ import * as i39 from "./admin/architecture/elements/tasks-report.component";
42
+ import * as i40 from "./admin/architecture/elements/explore-view.component";
43
+ import * as i41 from "./admin/architecture/elements/analysis-widget.component";
44
+ import * as i42 from "./admin/architecture/elements/parallel-view.component";
45
+ import * as i43 from "./admin/architecture/elements/sum-view.component";
46
+ import * as i44 from "./admin/architecture/elements/matrix-view.component";
47
+ import * as i45 from "./admin/architecture/elements/analysis-view.component";
48
+ import * as i46 from "./core/fields/localized-string.field";
49
+ import * as i47 from "./admin/architecture/designer.component";
50
+ import * as i48 from "./admin/form/designer/box-designer.component";
51
+ import * as i49 from "./admin/form/designer/section.component";
52
+ import * as i50 from "./admin/form/designer/settings.component";
53
+ import * as i51 from "./admin/form/designer/design-control.component";
54
+ import * as i52 from "./admin/form/designer/properties.component";
55
+ import * as i53 from "./admin/permissions/permissions.component";
56
+ import * as i54 from "./admin/indices/manage-cube-index.component";
57
+ import * as i55 from "./admin/profiler/outofoffice.component";
58
+ import * as i56 from "./admin/utility-wrapper.component";
59
+ import * as i57 from "./admin/utility.pane.component";
60
+ import * as i58 from "./admin/document-trace/reassign.dialog";
61
+ import * as i59 from "./admin/diff/configuration-diff.component";
62
+ import * as i60 from "./admin/document-trace/document-trace.component";
63
+ import * as i61 from "./admin/document-trace/trace-element.component";
64
+ import * as i62 from "./admin/profiler/profiler.component";
65
+ import * as i63 from "./admin/positions/positions.component";
66
+ import * as i64 from "./admin/positions/positions-popup.component";
67
+ import * as i65 from "./admin/form/workflow/workflow.component";
68
+ import * as i66 from "./admin/form/workflow/node.component";
69
+ import * as i67 from "./admin/form/workflow/role-node.component";
70
+ import * as i68 from "./admin/patterns/patterns.component";
71
+ import * as i69 from "@angular/common";
72
+ import * as i70 from "@angular/forms";
73
+ import * as i71 from "@angular/router";
74
+ import * as i72 from "@angular/cdk/scrolling";
75
+ import * as i73 from "./modules/diagram.module";
76
+ import * as i74 from "./modules/chart.module";
77
+ import * as i75 from "./shared.module";
78
+ import * as i76 from "./designer.module";
78
79
  export declare class SystemModule {
79
80
  static forChild(): ModuleWithProviders<SystemModule>;
80
81
  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.CustomContentDirective, 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.NotificationDesignComponent, typeof i15.RuleDesignComponent, typeof i16.ReportDesignerComponent, typeof i17.FolderDesignComponent, typeof i18.UtilityDesignComponent, typeof i19.FormDesignComponent, typeof i20.WidgetDesignComponent, typeof i21.SourceDesignComponent, typeof i22.JobDesignComponent, typeof i23.CubeDesignComponent, typeof i24.ActionDesignerComponent, typeof i16.ReportDesignerComponent, typeof i25.ViewDesignComponent, typeof i26.TypeDesignComponent, 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 i47.FormDesignerComponent, typeof i48.SectionPropertiesComponent, typeof i49.BoxSettingsComponent, typeof i50.DesignControlComponent, typeof i51.ControlPropertiesComponent, typeof i52.PermissionsUtility, typeof i53.ManageCubeIndexUtility, typeof i54.ProfileSettingsDialog, typeof i55.UtilityWrapperComponent, typeof i56.UtilityPaneComponent, typeof i57.ReassignDialog, typeof i58.SystemDiffComponent, typeof i59.DocumentTraceComponent, typeof i60.TraceElementComponent, typeof i61.ProfilerComponent, typeof i62.PositionsComponent, typeof i63.PositionsPopup, typeof i64.WorkflowComponent, typeof i65.WorkflowNodeComponent, typeof i66.RoleNodeComponent, typeof i67.PatternsComponent], [typeof i68.CommonModule, typeof i69.ReactiveFormsModule, typeof i70.RouterModule, typeof i71.ScrollingModule, typeof i72.SyncfusionDiagramModule, typeof i73.SyncfusionChartModule, typeof i74.SharedModule, typeof i75.DesignerModule], [typeof i52.PermissionsUtility, typeof i53.ManageCubeIndexUtility, typeof i55.UtilityWrapperComponent, typeof i56.UtilityPaneComponent, typeof i58.SystemDiffComponent, typeof i59.DocumentTraceComponent, typeof i61.ProfilerComponent, typeof i62.PositionsComponent, typeof i64.WorkflowComponent, typeof i66.RoleNodeComponent, typeof i67.PatternsComponent]>;
82
+ 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.CustomContentDirective, 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.DeviceDesignComponent, typeof i15.NotificationDesignComponent, typeof i16.RuleDesignComponent, typeof i17.ReportDesignerComponent, typeof i18.FolderDesignComponent, typeof i19.UtilityDesignComponent, typeof i20.FormDesignComponent, typeof i21.WidgetDesignComponent, typeof i22.SourceDesignComponent, typeof i23.JobDesignComponent, typeof i24.CubeDesignComponent, typeof i25.ActionDesignerComponent, typeof i17.ReportDesignerComponent, typeof i26.ViewDesignComponent, typeof i27.TypeDesignComponent, typeof i28.CubeIndexDesignComponent, typeof i29.ConfigurationDatasourceDesignComponent, typeof i30.ReturnToRoleActionDesignComponent, typeof i31.PivotViewDesignComponent, typeof i32.CubeViewDesignComponent, typeof i33.BoxFormDesignComponent, typeof i34.AnomalyRuleDesignComponent, typeof i35.UsageReportDesignComponent, typeof i36.DocumentsWidgetDesignComponent, typeof i37.PerformanceWidgetDesignComponent, typeof i38.DocumentsReportDesignComponent, typeof i39.TasksReportDesignComponent, typeof i40.ExploreViewDesignComponent, typeof i41.AnalysisWidgetDesignComponent, typeof i42.ParallelViewDesignComponent, typeof i43.SumViewDesignComponent, typeof i44.MatrixViewDesignComponent, typeof i45.ChartViewDesignComponent, typeof i46.LocalizedStringField, typeof i47.ConfigurationDesignerComponent, typeof i5.DesignerItemComponent, typeof i48.FormDesignerComponent, typeof i49.SectionPropertiesComponent, typeof i50.BoxSettingsComponent, typeof i51.DesignControlComponent, typeof i52.ControlPropertiesComponent, typeof i53.PermissionsUtility, typeof i54.ManageCubeIndexUtility, typeof i55.ProfileSettingsDialog, typeof i56.UtilityWrapperComponent, typeof i57.UtilityPaneComponent, typeof i58.ReassignDialog, typeof i59.SystemDiffComponent, typeof i60.DocumentTraceComponent, typeof i61.TraceElementComponent, typeof i62.ProfilerComponent, typeof i63.PositionsComponent, typeof i64.PositionsPopup, typeof i65.WorkflowComponent, typeof i66.WorkflowNodeComponent, typeof i67.RoleNodeComponent, typeof i68.PatternsComponent], [typeof i69.CommonModule, typeof i70.ReactiveFormsModule, typeof i71.RouterModule, typeof i72.ScrollingModule, typeof i73.SyncfusionDiagramModule, typeof i74.SyncfusionChartModule, typeof i75.SharedModule, typeof i76.DesignerModule], [typeof i53.PermissionsUtility, typeof i54.ManageCubeIndexUtility, typeof i56.UtilityWrapperComponent, typeof i57.UtilityPaneComponent, typeof i59.SystemDiffComponent, typeof i60.DocumentTraceComponent, typeof i62.ProfilerComponent, typeof i63.PositionsComponent, typeof i65.WorkflowComponent, typeof i67.RoleNodeComponent, typeof i68.PatternsComponent]>;
82
83
  static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
83
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.3.11",
3
+ "version": "3.3.14",
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",
@@ -31,7 +31,7 @@
31
31
  "hammerjs": "~2",
32
32
  "dayjs": "^1.11.13",
33
33
  "ngx-cookie-service": "19",
34
- "firebase": "11.3",
34
+ "firebase": "11.4",
35
35
  "zone.js": "0.15",
36
36
  "tslib": "^2.3.0"
37
37
  },