@bizdoc/core 5.0.0 → 5.0.1
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.
- package/assets/themes/dark.min.css +3 -3
- package/assets/themes/default.min.css +4 -4
- package/fesm2022/bizdoc-core.mjs +1468 -1445
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/package.json +1 -1
- package/types/bizdoc-core.d.ts +86 -97
package/package.json
CHANGED
package/types/bizdoc-core.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ import { FocusMonitor, Highlightable, ActiveDescendantKeyManager } from '@angula
|
|
|
35
35
|
import * as _angular_animations from '@angular/animations';
|
|
36
36
|
import { AnimationEvent } from '@angular/animations';
|
|
37
37
|
import * as i3$1 from '@angular/platform-browser/animations';
|
|
38
|
-
import * as
|
|
38
|
+
import * as i189 from '@angular/router';
|
|
39
39
|
import { ActivatedRoute, Router, RouterOutlet, ActivatedRouteSnapshot } from '@angular/router';
|
|
40
40
|
import * as i26 from '@angular/material/sidenav';
|
|
41
41
|
import { MatSidenav } from '@angular/material/sidenav';
|
|
@@ -90,20 +90,20 @@ import { Tooltip } from '@syncfusion/ej2-popups';
|
|
|
90
90
|
import { SheetModel, Spreadsheet, RowModel, ColumnModel as ColumnModel$1, RangeModel, ScrollSettingsModel as ScrollSettingsModel$1, CellStyleModel, AutoFillSettingsModel, SelectEventArgs as SelectEventArgs$1 } from '@syncfusion/ej2-spreadsheet';
|
|
91
91
|
import * as i39 from '@angular/cdk/layout';
|
|
92
92
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
93
|
-
import * as
|
|
93
|
+
import * as i204 from '@syncfusion/ej2-angular-kanban';
|
|
94
94
|
import { KanbanComponent, ColumnsModel, CardSettingsModel, SwimlaneSettingsModel, DragEventArgs, CardRenderedEventArgs } from '@syncfusion/ej2-angular-kanban';
|
|
95
95
|
import { CircularGauge, RangeModel as RangeModel$1, PointerModel, MarginModel as MarginModel$2, TooltipSettingsModel as TooltipSettingsModel$3, LineModel as LineModel$1, LabelModel as LabelModel$1, TickModel as TickModel$1, LegendSettingsModel as LegendSettingsModel$1, GaugeDirection, ITooltipRenderEventArgs as ITooltipRenderEventArgs$3, AnnotationModel } from '@syncfusion/ej2-circulargauge';
|
|
96
96
|
import { EmojiEvent } from '@ctrl/ngx-emoji-mart/ngx-emoji';
|
|
97
|
-
import * as
|
|
97
|
+
import * as i190 from '@ctrl/ngx-emoji-mart';
|
|
98
98
|
import * as i1$1 from '@syncfusion/ej2-angular-schedule';
|
|
99
99
|
import * as i1$2 from '@syncfusion/ej2-angular-circulargauge';
|
|
100
100
|
import * as i2 from '@syncfusion/ej2-angular-calendars';
|
|
101
101
|
import * as i1$7 from '@syncfusion/ej2-angular-spreadsheet';
|
|
102
|
-
import * as
|
|
103
|
-
import * as
|
|
104
|
-
import * as
|
|
105
|
-
import * as
|
|
106
|
-
import * as
|
|
102
|
+
import * as i200 from '@syncfusion/ej2-angular-notifications';
|
|
103
|
+
import * as i201 from '@syncfusion/ej2-angular-buttons';
|
|
104
|
+
import * as i202 from '@syncfusion/ej2-angular-popups';
|
|
105
|
+
import * as i203 from '@syncfusion/ej2-angular-inputs';
|
|
106
|
+
import * as i205 from '@syncfusion/ej2-angular-blockeditor';
|
|
107
107
|
import * as i2$3 from '@angular/cdk/scrolling';
|
|
108
108
|
import * as i5 from '@angular/material/card';
|
|
109
109
|
import * as i6 from '@angular/material/grid-list';
|
|
@@ -4046,7 +4046,8 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
|
|
|
4046
4046
|
get userTags(): boolean | undefined;
|
|
4047
4047
|
/** */
|
|
4048
4048
|
ngOnInit(): void;
|
|
4049
|
-
private
|
|
4049
|
+
private _onRemoteEditing;
|
|
4050
|
+
private _destroyForm;
|
|
4050
4051
|
/**
|
|
4051
4052
|
*
|
|
4052
4053
|
* @param changes
|
|
@@ -4062,28 +4063,17 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
|
|
|
4062
4063
|
* @param ev
|
|
4063
4064
|
*/
|
|
4064
4065
|
private _fileChangeListener;
|
|
4065
|
-
private
|
|
4066
|
+
private _applyFormChanges;
|
|
4066
4067
|
private _getActionAdjective;
|
|
4067
|
-
/**
|
|
4068
|
-
*
|
|
4069
|
-
* @param feedback
|
|
4070
|
-
*/
|
|
4071
|
-
private _save;
|
|
4072
4068
|
/**
|
|
4073
4069
|
*
|
|
4074
4070
|
* @param files
|
|
4075
4071
|
* @returns
|
|
4076
4072
|
*/
|
|
4077
4073
|
upload(files: File[]): Observable<any>;
|
|
4078
|
-
/**
|
|
4079
|
-
*
|
|
4080
|
-
* @param file
|
|
4081
|
-
* @returns
|
|
4082
|
-
*/
|
|
4083
|
-
private _constructAttachment;
|
|
4084
4074
|
tag(evt: MouseEvent): void;
|
|
4085
4075
|
/** */
|
|
4086
|
-
private
|
|
4076
|
+
private _resetFormState;
|
|
4087
4077
|
guide(name: string): void;
|
|
4088
4078
|
attach(): void;
|
|
4089
4079
|
/**
|
|
@@ -4130,7 +4120,7 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
|
|
|
4130
4120
|
* @param args
|
|
4131
4121
|
*/
|
|
4132
4122
|
private _handleError;
|
|
4133
|
-
private
|
|
4123
|
+
private _patchModel;
|
|
4134
4124
|
ngOnDestroy(): void;
|
|
4135
4125
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComposeFormComponent, never>;
|
|
4136
4126
|
static ɵcmp: i0.ɵɵComponentDeclaration<ComposeFormComponent, "bizdoc-form", never, { "model": { "alias": "model"; "required": false; }; "working": { "alias": "working"; "required": false; }; "dirty": { "alias": "dirty"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "page": { "alias": "page"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "contacts": { "alias": "contacts"; "required": false; }; }, { "modelChange": "modelChange"; "workingChange": "workingChange"; "dirtyChange": "dirtyChange"; "validChange": "validChange"; "saved": "saved"; }, never, never, false, never>;
|
|
@@ -4358,7 +4348,7 @@ declare class CopyDialog implements OnInit, OnDestroy {
|
|
|
4358
4348
|
declare class SchedulerMobileComponent implements OnInit {
|
|
4359
4349
|
private _router;
|
|
4360
4350
|
private _route;
|
|
4361
|
-
date: Date
|
|
4351
|
+
date: i0.WritableSignal<Date | null>;
|
|
4362
4352
|
/** scheduler ctor */
|
|
4363
4353
|
constructor(_router: Router, _route: ActivatedRoute);
|
|
4364
4354
|
ngOnInit(): void;
|
|
@@ -4560,14 +4550,14 @@ declare class CubeMatrixMobileComponent extends CubeMatrixBase implements OnInit
|
|
|
4560
4550
|
}
|
|
4561
4551
|
|
|
4562
4552
|
declare class DocumentViewMobileComponent {
|
|
4563
|
-
model: DocumentModel
|
|
4553
|
+
model: i0.WritableSignal<DocumentModel<any> | null>;
|
|
4564
4554
|
constructor(route: ActivatedRoute, translate: TranslateService, title: WindowTitleService);
|
|
4565
4555
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewMobileComponent, never>;
|
|
4566
4556
|
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewMobileComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
4567
4557
|
}
|
|
4568
4558
|
|
|
4569
4559
|
declare class MobileOptionsComponent {
|
|
4570
|
-
section: OptionType;
|
|
4560
|
+
readonly section: OptionType;
|
|
4571
4561
|
constructor(route: ActivatedRouteSnapshot);
|
|
4572
4562
|
static ɵfac: i0.ɵɵFactoryDeclaration<MobileOptionsComponent, never>;
|
|
4573
4563
|
static ɵcmp: i0.ɵɵComponentDeclaration<MobileOptionsComponent, "bizdoc-mobile-options", never, {}, {}, never, never, false, never>;
|
|
@@ -4977,65 +4967,11 @@ declare class ToNowPipe implements PipeTransform {
|
|
|
4977
4967
|
static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
|
|
4978
4968
|
}
|
|
4979
4969
|
|
|
4980
|
-
declare class ChatService {
|
|
4981
|
-
private _http;
|
|
4982
|
-
private _session;
|
|
4983
|
-
active?: string;
|
|
4984
|
-
private _change$;
|
|
4985
|
-
get change(): Observable<Contact>;
|
|
4986
|
-
private readonly _map;
|
|
4987
|
-
constructor(_http: HttpClient, messaging: HubService, _session: SessionService);
|
|
4988
|
-
private readonly _storage;
|
|
4989
|
-
store(contactId: string, data: {
|
|
4990
|
-
text?: string;
|
|
4991
|
-
resource?: {};
|
|
4992
|
-
image?: string;
|
|
4993
|
-
}): void;
|
|
4994
|
-
restore(contactId: string): any;
|
|
4995
|
-
find(contactId: string): Contact;
|
|
4996
|
-
conversations(contactId: string, before?: Date): Observable<Chat[]>;
|
|
4997
|
-
seen(contactId: string): Observable<Timestamp>;
|
|
4998
|
-
typing(contactId: string): Observable<any>;
|
|
4999
|
-
forget(contactId: string): Observable<any>;
|
|
5000
|
-
findAll(name: string): Observable<PersonInfo[]>;
|
|
5001
|
-
send(contactId: string, options: {
|
|
5002
|
-
text?: string;
|
|
5003
|
-
icon?: string;
|
|
5004
|
-
}): Observable<Chat>;
|
|
5005
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChatService, never>;
|
|
5006
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ChatService>;
|
|
5007
|
-
}
|
|
5008
|
-
declare type Timestamp = {
|
|
5009
|
-
time: Date;
|
|
5010
|
-
};
|
|
5011
|
-
|
|
5012
4970
|
declare class HtmlSimplePipe implements PipeTransform {
|
|
5013
4971
|
transform(value: any, ...args: any[]): any;
|
|
5014
4972
|
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlSimplePipe, never>;
|
|
5015
4973
|
static ɵpipe: i0.ɵɵPipeDeclaration<HtmlSimplePipe, "htmlToText", false>;
|
|
5016
4974
|
}
|
|
5017
|
-
declare class ContactsComponent implements OnInit, OnDestroy {
|
|
5018
|
-
private _service;
|
|
5019
|
-
private _sb;
|
|
5020
|
-
private _session;
|
|
5021
|
-
private _accounts;
|
|
5022
|
-
private _changeDetector;
|
|
5023
|
-
private _messaging;
|
|
5024
|
-
readonly selected: EventEmitter<Contact>;
|
|
5025
|
-
contacts: Contact[];
|
|
5026
|
-
users$: Observable<PersonInfo[]>;
|
|
5027
|
-
readonly searchControl: FormControl<any>;
|
|
5028
|
-
private readonly _destroy;
|
|
5029
|
-
constructor(_service: ChatService, _sb: PromptService, _session: SessionService, _accounts: AccountService, _changeDetector: ChangeDetectorRef, _messaging: HubService);
|
|
5030
|
-
private _prepare;
|
|
5031
|
-
ngOnInit(): void;
|
|
5032
|
-
optionSelected(ev: MatAutocompleteSelectedEvent): void;
|
|
5033
|
-
open(item: Contact): void;
|
|
5034
|
-
forget(item: Contact): void;
|
|
5035
|
-
ngOnDestroy(): void;
|
|
5036
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsComponent, never>;
|
|
5037
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContactsComponent, "bizdoc-contacts", never, {}, { "selected": "selected"; }, never, never, false, never>;
|
|
5038
|
-
}
|
|
5039
4975
|
|
|
5040
4976
|
/** */
|
|
5041
4977
|
declare class CheckboxComponent {
|
|
@@ -6853,6 +6789,61 @@ declare class LottieAnimation implements OnInit {
|
|
|
6853
6789
|
static ɵcmp: i0.ɵɵComponentDeclaration<LottieAnimation, "lottie", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "autoplay": { "alias": "autoplay"; "required": false; }; }, {}, never, never, false, never>;
|
|
6854
6790
|
}
|
|
6855
6791
|
|
|
6792
|
+
declare class ChatService {
|
|
6793
|
+
private _http;
|
|
6794
|
+
private _session;
|
|
6795
|
+
active?: string;
|
|
6796
|
+
private _change$;
|
|
6797
|
+
get change(): Observable<Contact>;
|
|
6798
|
+
private readonly _map;
|
|
6799
|
+
constructor(_http: HttpClient, messaging: HubService, _session: SessionService);
|
|
6800
|
+
private readonly _storage;
|
|
6801
|
+
store(contactId: string, data: {
|
|
6802
|
+
text?: string;
|
|
6803
|
+
resource?: {};
|
|
6804
|
+
image?: string;
|
|
6805
|
+
}): void;
|
|
6806
|
+
restore(contactId: string): any;
|
|
6807
|
+
find(contactId: string): Contact;
|
|
6808
|
+
conversations(contactId: string, before?: Date): Observable<Chat[]>;
|
|
6809
|
+
seen(contactId: string): Observable<Timestamp>;
|
|
6810
|
+
typing(contactId: string): Observable<any>;
|
|
6811
|
+
forget(contactId: string): Observable<any>;
|
|
6812
|
+
findAll(name: string): Observable<PersonInfo[]>;
|
|
6813
|
+
send(contactId: string, options: {
|
|
6814
|
+
text?: string;
|
|
6815
|
+
icon?: string;
|
|
6816
|
+
}): Observable<Chat>;
|
|
6817
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChatService, never>;
|
|
6818
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ChatService>;
|
|
6819
|
+
}
|
|
6820
|
+
declare type Timestamp = {
|
|
6821
|
+
time: Date;
|
|
6822
|
+
};
|
|
6823
|
+
|
|
6824
|
+
declare class ContactsComponent implements OnInit, OnDestroy {
|
|
6825
|
+
private _service;
|
|
6826
|
+
private _sb;
|
|
6827
|
+
private _session;
|
|
6828
|
+
private _accounts;
|
|
6829
|
+
private _changeDetector;
|
|
6830
|
+
private _messaging;
|
|
6831
|
+
readonly selected: EventEmitter<Contact>;
|
|
6832
|
+
contacts: Contact[];
|
|
6833
|
+
users$: Observable<PersonInfo[]>;
|
|
6834
|
+
readonly searchControl: FormControl<any>;
|
|
6835
|
+
private readonly _destroy;
|
|
6836
|
+
constructor(_service: ChatService, _sb: PromptService, _session: SessionService, _accounts: AccountService, _changeDetector: ChangeDetectorRef, _messaging: HubService);
|
|
6837
|
+
private _prepare;
|
|
6838
|
+
ngOnInit(): void;
|
|
6839
|
+
optionSelected(ev: MatAutocompleteSelectedEvent): void;
|
|
6840
|
+
open(item: Contact): void;
|
|
6841
|
+
forget(item: Contact): void;
|
|
6842
|
+
ngOnDestroy(): void;
|
|
6843
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsComponent, never>;
|
|
6844
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactsComponent, "bizdoc-contacts", never, {}, { "selected": "selected"; }, never, never, false, never>;
|
|
6845
|
+
}
|
|
6846
|
+
|
|
6856
6847
|
type Tag = {
|
|
6857
6848
|
/** axis name */
|
|
6858
6849
|
axis: string;
|
|
@@ -7584,7 +7575,7 @@ declare class TagsComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
7584
7575
|
private _data;
|
|
7585
7576
|
private _mailbox;
|
|
7586
7577
|
readonly control: FormControl<null>;
|
|
7587
|
-
tags: Tag$1[];
|
|
7578
|
+
readonly tags: Tag$1[];
|
|
7588
7579
|
inputElement: ElementRef<HTMLInputElement>;
|
|
7589
7580
|
auto: MatAutocomplete;
|
|
7590
7581
|
options$: Observable<Tag$1[]>;
|
|
@@ -9378,13 +9369,13 @@ declare class SharedModule {
|
|
|
9378
9369
|
static forChild(config?: SharedChildConfig): ModuleWithProviders<SharedModule>;
|
|
9379
9370
|
static forRoot(config?: SharedConfig): ModuleWithProviders<SharedModule>;
|
|
9380
9371
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
9381
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof OverlayFormComponent, typeof LocalizedStringPipe, typeof HelpTipComponent, typeof BoxFormComponent, typeof BoxFormRowComponent, typeof BoxFormControlComponent, typeof PerformanceWindComponent, typeof PerformanceHiloComponent, typeof CubeUsageComponent, typeof CubeDocumentsComponent, typeof DateFormatPipe, typeof CalendarPipe, typeof DifferencePipe, typeof DurationPipe, typeof TimeAgoPipe, typeof ToNowPipe, typeof HtmlSimplePipe, typeof CheckboxComponent, typeof CubeParallelComponent, typeof CubeSumComponent, typeof CubeParallelViewComponent, typeof CubeChartViewComponent, typeof CubeExploreViewComponent, typeof CubeDocumentSumComponent, typeof ExploreItemImplComponent, typeof DocumentInfoComponent, typeof DocumentViewsComponent, typeof ViewItemComponent, typeof CubeDocumentMatrixComponent, typeof CubeInsightComponent, typeof CubePivotViewComponent, typeof ActionPicker, typeof QuickCommentComponent, typeof DurationFormatPipe, typeof CombinationPicker, typeof CombinationPickerBody, typeof CombinationPool, typeof TimelineViewComponent, typeof MatIconAnimate, typeof DateRangePipe, typeof AgoPipe, typeof StateDirective, typeof JoinPipe, typeof TypeValuePipe, typeof L18nPipe, typeof TranslatePipe, typeof IdentityName, typeof SanitizeHtmlPipe, typeof StatePipe, typeof ActionPipe, typeof RolePipe, typeof FormPipe, typeof FilterPipe, typeof ArraySortPipe, typeof JsonPipe, typeof UserNamePipe, typeof TaggingPipe, typeof TypeSelect, typeof TypeAutocomplete, typeof Signature, typeof AceInput, typeof TimespanInput, typeof AddressInput, typeof FileInput, typeof LayoutComponent, typeof StickyToolbar, typeof VirtualTabs, typeof Tab, typeof TimeField, typeof SignatureField, typeof AddressField, typeof RadioButtonField, typeof ChecklistField, typeof AxesPickerField, typeof YesNoField, typeof HtmlField, typeof FileField, typeof NumericField, typeof AutocompleteField, typeof CheckboxField, typeof DateField, typeof DateRangeField, typeof ExpressionField, typeof InputField, typeof SelectField, typeof SwitchField, typeof TextareaField, typeof ChipsField, typeof TimespanField, typeof ReturnActionComponent, typeof AssignActionComponent, typeof MoveToActionComponent, typeof AvatarComponent, typeof PeopleComponent, typeof EditInputComponent, typeof LottieAnimation, typeof ContactsComponent, typeof CubeMatrixComponent, typeof FilterTagsComponent, typeof ExploreItemsComponent, typeof CompareNameDirective, typeof CompareGroupDirective, typeof CompareContextDirective, typeof GuideComponent, typeof OutOfOfficeToast, typeof NotificationsTableComponent, typeof NotificationsFilterComponent, typeof PrivilegeHiddenDirective, typeof TaggingItemDirective, typeof TaggingDirective, typeof DocumentTaggingComponent, typeof UserTaggingComponent, typeof PrivilegeDisabledDirective, typeof CubeDocumentsGridComponent, typeof LongRunningTaskNotification, typeof TaggedNotification, typeof CommentedNotification, typeof NudgeNotification, typeof InviteNotification, typeof ContentMessageNotification, typeof TextNotification, typeof CubeAnomalyNotification, typeof EscalatedNotification, typeof LikedNotification, typeof StateChangedNotification, typeof UpcomingEventNotification, typeof NoneComponent, typeof ScheduleViewComponent, typeof OptionsComponent, typeof TraceViewComponent, typeof ProgressDirective, typeof AttachmentsComponent, typeof DocumentEventsComponent, typeof TagsComponent, typeof MapComponent, typeof MaskComponent, typeof FlowViewComponent, typeof SubstitutionComponent, typeof PopupComponent, typeof AttachmentPreview, typeof CommentsComponent, typeof CommentComponent, typeof EditCommentComponent, typeof CommentLikesComponent, typeof CommentEditsComponent, typeof BrowseItemsComponent, typeof BrowseFilterComponent, typeof ExpandedItemComponent, typeof ComposeFormComponent, typeof CubeViewComponent, typeof CubeFilterComponent, typeof CubeAccumulationChartComponent, typeof CubeChartComponent, typeof CubePivotComponent, typeof CubeSpreadsheetComponent, typeof CubeGridComponent, typeof ReportViewerComponent, typeof TableViewComponent, typeof ReportArgumentsComponent, typeof DashboardComponent, typeof WidgetItemComponent, typeof CubeWidgetFilterComponent, typeof SaveChangesDialog, typeof AskDialog, typeof AboutDialog, typeof ActionDialog, typeof ImpersonateDialog, typeof ConversationComponent, typeof CubeMatrixPopupComponent, typeof VersionCompareComponent, typeof ExploreDocumentComponent, typeof TasksComponent, typeof CubeDocumentsTableComponent, typeof CubePerformanceWidget, typeof CubeAccumAnalysisWidget, typeof CubeAnalysisWidget, typeof CubeChartAnalysisWidget, typeof ActionsWidget, typeof RecentsWidget, typeof PendingResultsWidget, typeof CompareGroupsWidget, typeof CubeDocumentsWidget, typeof DocumentStateWidgetComponent, typeof PersonalScoreWidget, typeof PersonalActivityWidget, typeof PeersPerformanceWidget, typeof UsagePivotComponent, typeof UsageChartComponent, typeof UsageReportArgs, typeof EmojiHostComponent, typeof TooltipDirective, typeof TooltipComponent, typeof BrokenPage], [typeof DayJsModule, typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof
|
|
9372
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof OverlayFormComponent, typeof LocalizedStringPipe, typeof HelpTipComponent, typeof BoxFormComponent, typeof BoxFormRowComponent, typeof BoxFormControlComponent, typeof PerformanceWindComponent, typeof PerformanceHiloComponent, typeof CubeUsageComponent, typeof CubeDocumentsComponent, typeof DateFormatPipe, typeof CalendarPipe, typeof DifferencePipe, typeof DurationPipe, typeof TimeAgoPipe, typeof ToNowPipe, typeof HtmlSimplePipe, typeof CheckboxComponent, typeof CubeParallelComponent, typeof CubeSumComponent, typeof CubeParallelViewComponent, typeof CubeChartViewComponent, typeof CubeExploreViewComponent, typeof CubeDocumentSumComponent, typeof ExploreItemImplComponent, typeof DocumentInfoComponent, typeof DocumentViewsComponent, typeof ViewItemComponent, typeof CubeDocumentMatrixComponent, typeof CubeInsightComponent, typeof CubePivotViewComponent, typeof ActionPicker, typeof QuickCommentComponent, typeof DurationFormatPipe, typeof CombinationPicker, typeof CombinationPickerBody, typeof CombinationPool, typeof TimelineViewComponent, typeof MatIconAnimate, typeof DateRangePipe, typeof AgoPipe, typeof StateDirective, typeof JoinPipe, typeof TypeValuePipe, typeof L18nPipe, typeof TranslatePipe, typeof IdentityName, typeof SanitizeHtmlPipe, typeof StatePipe, typeof ActionPipe, typeof RolePipe, typeof FormPipe, typeof FilterPipe, typeof ArraySortPipe, typeof JsonPipe, typeof UserNamePipe, typeof TaggingPipe, typeof TypeSelect, typeof TypeAutocomplete, typeof Signature, typeof AceInput, typeof TimespanInput, typeof AddressInput, typeof FileInput, typeof LayoutComponent, typeof StickyToolbar, typeof VirtualTabs, typeof Tab, typeof TimeField, typeof SignatureField, typeof AddressField, typeof RadioButtonField, typeof ChecklistField, typeof AxesPickerField, typeof YesNoField, typeof HtmlField, typeof FileField, typeof NumericField, typeof AutocompleteField, typeof CheckboxField, typeof DateField, typeof DateRangeField, typeof ExpressionField, typeof InputField, typeof SelectField, typeof SwitchField, typeof TextareaField, typeof ChipsField, typeof TimespanField, typeof ReturnActionComponent, typeof AssignActionComponent, typeof MoveToActionComponent, typeof AvatarComponent, typeof PeopleComponent, typeof EditInputComponent, typeof LottieAnimation, typeof ContactsComponent, typeof CubeMatrixComponent, typeof FilterTagsComponent, typeof ExploreItemsComponent, typeof CompareNameDirective, typeof CompareGroupDirective, typeof CompareContextDirective, typeof GuideComponent, typeof OutOfOfficeToast, typeof NotificationsTableComponent, typeof NotificationsFilterComponent, typeof PrivilegeHiddenDirective, typeof TaggingItemDirective, typeof TaggingDirective, typeof DocumentTaggingComponent, typeof UserTaggingComponent, typeof PrivilegeDisabledDirective, typeof CubeDocumentsGridComponent, typeof LongRunningTaskNotification, typeof TaggedNotification, typeof CommentedNotification, typeof NudgeNotification, typeof InviteNotification, typeof ContentMessageNotification, typeof TextNotification, typeof CubeAnomalyNotification, typeof EscalatedNotification, typeof LikedNotification, typeof StateChangedNotification, typeof UpcomingEventNotification, typeof NoneComponent, typeof ScheduleViewComponent, typeof OptionsComponent, typeof TraceViewComponent, typeof ProgressDirective, typeof AttachmentsComponent, typeof DocumentEventsComponent, typeof TagsComponent, typeof MapComponent, typeof MaskComponent, typeof FlowViewComponent, typeof SubstitutionComponent, typeof PopupComponent, typeof AttachmentPreview, typeof CommentsComponent, typeof CommentComponent, typeof EditCommentComponent, typeof CommentLikesComponent, typeof CommentEditsComponent, typeof BrowseItemsComponent, typeof BrowseFilterComponent, typeof ExpandedItemComponent, typeof ComposeFormComponent, typeof CubeViewComponent, typeof CubeFilterComponent, typeof CubeAccumulationChartComponent, typeof CubeChartComponent, typeof CubePivotComponent, typeof CubeSpreadsheetComponent, typeof CubeGridComponent, typeof ReportViewerComponent, typeof TableViewComponent, typeof ReportArgumentsComponent, typeof DashboardComponent, typeof WidgetItemComponent, typeof CubeWidgetFilterComponent, typeof SaveChangesDialog, typeof AskDialog, typeof AboutDialog, typeof ActionDialog, typeof ImpersonateDialog, typeof ConversationComponent, typeof CubeMatrixPopupComponent, typeof VersionCompareComponent, typeof ExploreDocumentComponent, typeof TasksComponent, typeof CubeDocumentsTableComponent, typeof CubePerformanceWidget, typeof CubeAccumAnalysisWidget, typeof CubeAnalysisWidget, typeof CubeChartAnalysisWidget, typeof ActionsWidget, typeof RecentsWidget, typeof PendingResultsWidget, typeof CompareGroupsWidget, typeof CubeDocumentsWidget, typeof DocumentStateWidgetComponent, typeof PersonalScoreWidget, typeof PersonalActivityWidget, typeof PeersPerformanceWidget, typeof UsagePivotComponent, typeof UsageChartComponent, typeof UsageReportArgs, typeof EmojiHostComponent, typeof TooltipDirective, typeof TooltipComponent, typeof BrokenPage], [typeof DayJsModule, typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof i189.RouterModule, typeof i190.PickerModule, typeof SyncfusionGanttModule, typeof SyncfusionScheduleModule, typeof SyncfusionCircularGaugeModule, typeof SyncfusionChartModule, typeof SyncfusionGanttModule, typeof SyncfusionGridModule, typeof SyncfusionLinearGaugeModule, typeof SyncfusionTextEditorModule, typeof SyncfusionSpreadsheetModule, typeof SyncfusionPivotModule, typeof i200.SkeletonModule, typeof i201.SpeedDialModule, typeof i202.TooltipModule, typeof i203.SignatureModule, typeof i204.KanbanModule, typeof i205.BlockEditorAllModule, typeof SyncfusionDiagramModule, typeof MaterialModule], [typeof OptionsComponent, typeof NoneComponent, typeof LocalizedStringPipe, typeof MaterialModule, typeof i200.SkeletonModule, typeof i201.SpeedDialModule, typeof BrokenPage, typeof HelpTipComponent, typeof FilterTagsComponent, typeof DateFormatPipe, typeof CalendarPipe, typeof DifferencePipe, typeof DurationPipe, typeof TimeAgoPipe, typeof ToNowPipe, typeof CheckboxComponent, typeof CubeParallelComponent, typeof CubeSumComponent, typeof ExploreItemImplComponent, typeof DocumentInfoComponent, typeof DocumentViewsComponent, typeof DashboardComponent, typeof TagsComponent, typeof QuickCommentComponent, typeof CommentsComponent, typeof LayoutComponent, typeof ActionDialog, typeof StickyToolbar, typeof VirtualTabs, typeof Tab, typeof BrowseFilterComponent, typeof CubeFilterComponent, typeof ScheduleViewComponent, typeof ReportViewerComponent, typeof WidgetItemComponent, typeof CubeViewComponent, typeof ExploreItemsComponent, typeof ComposeFormComponent, typeof BrowseItemsComponent, typeof NotificationsTableComponent, typeof ActionPicker, typeof ConversationComponent, typeof StateDirective, typeof ContactsComponent, typeof CubeMatrixComponent, typeof MatIconAnimate, typeof TooltipDirective, typeof TimespanInput, typeof FileInput, typeof AddressInput, typeof AceInput, typeof CombinationPicker, typeof CombinationPool, typeof TypeSelect, typeof TypeAutocomplete, typeof DurationFormatPipe, typeof DateRangePipe, typeof TypeValuePipe, typeof JoinPipe, typeof StatePipe, typeof ActionPipe, typeof RolePipe, typeof FormPipe, typeof FilterPipe, typeof JsonPipe, typeof ArraySortPipe, typeof UserNamePipe, typeof SanitizeHtmlPipe, typeof L18nPipe, typeof TranslatePipe, typeof IdentityName, typeof AvatarComponent, typeof ReportArgumentsComponent, typeof AttachmentPreview, typeof PrivilegeHiddenDirective, typeof PrivilegeDisabledDirective, typeof CompareGroupDirective, typeof CompareNameDirective, typeof CompareContextDirective, typeof TraceViewComponent, typeof FlowViewComponent, typeof AssignActionComponent, typeof ReturnActionComponent, typeof ExploreDocumentComponent, typeof CubePerformanceWidget, typeof ActionsWidget, typeof CubeAnalysisWidget, typeof CubeDocumentsWidget, typeof RecentsWidget, typeof PersonalActivityWidget, typeof CompareGroupsWidget, typeof PeersPerformanceWidget, typeof PendingResultsWidget, typeof PersonalScoreWidget, typeof CubeWidgetFilterComponent, typeof CubeDocumentsTableComponent, typeof CubeDocumentsGridComponent, typeof TasksComponent, typeof UsageReportArgs, typeof UsageChartComponent, typeof UsagePivotComponent, typeof VersionCompareComponent, typeof LottieAnimation, typeof CubeAccumulationChartComponent, typeof CubeChartComponent, typeof CubePivotComponent, typeof CubeSpreadsheetComponent, typeof CubeGridComponent]>;
|
|
9382
9373
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
9383
9374
|
}
|
|
9384
9375
|
|
|
9385
9376
|
declare class MobileModule {
|
|
9386
9377
|
static ɵfac: i0.ɵɵFactoryDeclaration<MobileModule, never>;
|
|
9387
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof DocumentInfoPageComponent, typeof HomeMobileComponent, typeof BrowseMobileComponent, typeof CubeMobileViewComponent, typeof ComposeMobileComponent, typeof ReportMobileComponent, typeof FormSelectorSheet, typeof CopyDialog, typeof SchedulerMobileComponent, typeof NotificationsComponent, typeof ChatMobileComponent, typeof CubeMatrixMobileComponent, typeof DocumentViewMobileComponent, typeof MobileOptionsComponent], [typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof
|
|
9378
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof DocumentInfoPageComponent, typeof HomeMobileComponent, typeof BrowseMobileComponent, typeof CubeMobileViewComponent, typeof ComposeMobileComponent, typeof ReportMobileComponent, typeof FormSelectorSheet, typeof CopyDialog, typeof SchedulerMobileComponent, typeof NotificationsComponent, typeof ChatMobileComponent, typeof CubeMatrixMobileComponent, typeof DocumentViewMobileComponent, typeof MobileOptionsComponent], [typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof i189.RouterModule, typeof SharedModule], [typeof HomeMobileComponent, typeof BrowseMobileComponent, typeof CubeMobileViewComponent, typeof ComposeMobileComponent, typeof ReportMobileComponent, typeof FormSelectorSheet, typeof CopyDialog, typeof SchedulerMobileComponent, typeof NotificationsComponent, typeof ChatMobileComponent]>;
|
|
9388
9379
|
static ɵinj: i0.ɵɵInjectorDeclaration<MobileModule>;
|
|
9389
9380
|
}
|
|
9390
9381
|
|
|
@@ -9399,8 +9390,8 @@ declare class DocumentInfoPaneComponent {
|
|
|
9399
9390
|
|
|
9400
9391
|
declare class DocumentViewPaneComponent {
|
|
9401
9392
|
views: DocumentViewsComponent;
|
|
9402
|
-
model: DocumentModel
|
|
9403
|
-
constructor(
|
|
9393
|
+
model: i0.WritableSignal<DocumentModel<any> | null>;
|
|
9394
|
+
constructor(translate: TranslateService, pane: PaneRef);
|
|
9404
9395
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewPaneComponent, never>;
|
|
9405
9396
|
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewPaneComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
9406
9397
|
}
|
|
@@ -9998,9 +9989,10 @@ declare class BrowsePaneComponent implements OnInit {
|
|
|
9998
9989
|
items: BrowseItemsComponent;
|
|
9999
9990
|
filterEl: ElementRef<HTMLElement>;
|
|
10000
9991
|
search: ElementRef;
|
|
10001
|
-
folderId: string
|
|
10002
|
-
filterType: FilterType
|
|
10003
|
-
filters: BrowseFilterArgs
|
|
9992
|
+
folderId: i0.WritableSignal<string | null>;
|
|
9993
|
+
filterType: i0.WritableSignal<FilterType | null>;
|
|
9994
|
+
filters: i0.WritableSignal<BrowseFilterArgs | null>;
|
|
9995
|
+
anyFilters: i0.Signal<boolean>;
|
|
10004
9996
|
searching: boolean;
|
|
10005
9997
|
pageSize: number;
|
|
10006
9998
|
readonly contains: FormControl<any>;
|
|
@@ -10008,8 +10000,6 @@ declare class BrowsePaneComponent implements OnInit {
|
|
|
10008
10000
|
/** browse ctor */
|
|
10009
10001
|
constructor(_pane: PaneRef<BrowsePaneComponent>, _session: SessionService, _popup: Popup, _router: PanesRouter, _directionality: Directionality, _translate: TranslateService, _breakpointObserver: BreakpointObserver, _dialog: MatDialog);
|
|
10010
10002
|
ngOnInit(): void;
|
|
10011
|
-
get folder(): Folder | undefined;
|
|
10012
|
-
get anyFilters(): boolean;
|
|
10013
10003
|
openFilter(_evt?: Event): void;
|
|
10014
10004
|
/**
|
|
10015
10005
|
* Alt-s, Alt-q
|
|
@@ -10143,7 +10133,7 @@ declare class SchedulerPaneComponent implements OnInit {
|
|
|
10143
10133
|
private _router;
|
|
10144
10134
|
private _element;
|
|
10145
10135
|
private _pane;
|
|
10146
|
-
date: Date
|
|
10136
|
+
date: i0.WritableSignal<Date | null>;
|
|
10147
10137
|
/** scheduler ctor */
|
|
10148
10138
|
constructor(_router: PanesRouter, _element: ElementRef<HTMLDivElement>, translate: TranslateService, _pane: PaneRef<SchedulerPaneComponent>);
|
|
10149
10139
|
height: string;
|
|
@@ -10239,7 +10229,7 @@ declare class GuideListingComponent implements ListingComponent<Guide> {
|
|
|
10239
10229
|
declare class DesktopModule {
|
|
10240
10230
|
static forChild(config: BizDocChildConfig): ModuleWithProviders<DesktopModule>;
|
|
10241
10231
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesktopModule, never>;
|
|
10242
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof DocumentInfoPaneComponent, typeof DocumentViewPaneComponent, typeof QuickNotificationsComponent, typeof DashboardPaneComponent, typeof AdminMenuComponent, typeof HomeComponent, typeof QuickSignComponent, typeof DesktopOptionsComponent, typeof SlotRouterDirective, typeof SlotsComponent, typeof CubeMenuComponent, typeof CubeViewPaneComponent, typeof ExploreItemPaneComponent, typeof CubeExplorePaneComponent, typeof NotificationsPaneComponent, typeof TracePaneComponent, typeof VersionPaneComponent, typeof ActionPaneComponent, typeof CommentsPaneComponent, typeof ReportsMenuComponent, typeof ReportPaneComponent, typeof FoldersMenuComponent, typeof BrowsePaneComponent, typeof ComposeMenuComponent, typeof ComposePaneComponent, typeof CubeMatrixPaneComponent, typeof SchedulerPaneComponent, typeof ContactsPaneComponent, typeof ConversationPaneComponent, typeof CubeListingComponent, typeof DocumentListingComponent, typeof PathListingComponent, typeof GuideListingComponent], [typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof
|
|
10232
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof DocumentInfoPaneComponent, typeof DocumentViewPaneComponent, typeof QuickNotificationsComponent, typeof DashboardPaneComponent, typeof AdminMenuComponent, typeof HomeComponent, typeof QuickSignComponent, typeof DesktopOptionsComponent, typeof SlotRouterDirective, typeof SlotsComponent, typeof CubeMenuComponent, typeof CubeViewPaneComponent, typeof ExploreItemPaneComponent, typeof CubeExplorePaneComponent, typeof NotificationsPaneComponent, typeof TracePaneComponent, typeof VersionPaneComponent, typeof ActionPaneComponent, typeof CommentsPaneComponent, typeof ReportsMenuComponent, typeof ReportPaneComponent, typeof FoldersMenuComponent, typeof BrowsePaneComponent, typeof ComposeMenuComponent, typeof ComposePaneComponent, typeof CubeMatrixPaneComponent, typeof SchedulerPaneComponent, typeof ContactsPaneComponent, typeof ConversationPaneComponent, typeof CubeListingComponent, typeof DocumentListingComponent, typeof PathListingComponent, typeof GuideListingComponent], [typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof i189.RouterModule, typeof SharedModule], [typeof SlotRouterDirective, typeof SlotsComponent, typeof DashboardPaneComponent, typeof CubeMenuComponent, typeof CubeViewPaneComponent, typeof ExploreItemPaneComponent, typeof CubeExplorePaneComponent, typeof NotificationsPaneComponent, typeof TracePaneComponent, typeof VersionPaneComponent, typeof ActionPaneComponent, typeof CommentsPaneComponent, typeof ReportsMenuComponent, typeof ReportPaneComponent, typeof FoldersMenuComponent, typeof BrowsePaneComponent, typeof ComposeMenuComponent, typeof ComposePaneComponent, typeof CubeMatrixPaneComponent, typeof SchedulerPaneComponent, typeof ContactsPaneComponent, typeof ConversationPaneComponent]>;
|
|
10243
10233
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesktopModule>;
|
|
10244
10234
|
}
|
|
10245
10235
|
|
|
@@ -11279,10 +11269,9 @@ declare class ConfigurationDesignerComponent implements UtilityComponent, OnInit
|
|
|
11279
11269
|
private _ref;
|
|
11280
11270
|
filters: TemplateRef<any>;
|
|
11281
11271
|
filterEl: ElementRef<HTMLElement>;
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11285
|
-
dirty: boolean;
|
|
11272
|
+
loading: i0.WritableSignal<boolean>;
|
|
11273
|
+
saving: i0.WritableSignal<boolean>;
|
|
11274
|
+
dirty: i0.WritableSignal<boolean>;
|
|
11286
11275
|
model: DesignerModel;
|
|
11287
11276
|
sections: Section[];
|
|
11288
11277
|
families: string[];
|
|
@@ -12459,7 +12448,7 @@ declare class DesignerModule {
|
|
|
12459
12448
|
declare class SystemModule {
|
|
12460
12449
|
static forChild(): ModuleWithProviders<SystemModule>;
|
|
12461
12450
|
static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
|
|
12462
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof FormInviteDialog, typeof PerformanceReportDesignComponent, typeof NodeDesignerComponent, typeof DesignerPrivilegesComponent, typeof AddContentDirective, typeof IconPickerComponent, typeof CustomContentDirective, typeof EditContentDirective, typeof WidgetContentDirective, typeof DocumentStateWidgetDesignComponent, typeof PolicyDesignComponent, typeof StateDesignComponent, typeof TagDesignComponent, typeof RoleDesignComponent, typeof GuideDesignComponent, typeof ControlDesignComponent, typeof AttributeDesignComponent, typeof DeviceDesignComponent, typeof NotificationDesignComponent, typeof RuleDesignComponent, typeof ReportDesignerComponent, typeof FolderDesignComponent, typeof UtilityDesignComponent, typeof FormDesignComponent, typeof WidgetDesignComponent, typeof SourceDesignComponent, typeof JobDesignComponent, typeof CubeDesignComponent, typeof ActionDesignerComponent, typeof ReportDesignerComponent, typeof ViewDesignComponent, typeof TypeDesignComponent, typeof CubeIndexDesignComponent, typeof ConfigurationDatasourceDesignComponent, typeof ReturnToRoleActionDesignComponent, typeof PivotViewDesignComponent, typeof CubeViewDesignComponent, typeof BoxFormDesignComponent, typeof AnomalyRuleDesignComponent, typeof UsageReportDesignComponent, typeof DocumentsWidgetDesignComponent, typeof PerformanceWidgetDesignComponent, typeof DocumentsReportDesignComponent, typeof TasksReportDesignComponent, typeof ExploreViewDesignComponent, typeof AnalysisWidgetDesignComponent, typeof ParallelViewDesignComponent, typeof SumViewDesignComponent, typeof MatrixViewDesignComponent, typeof ChartViewDesignComponent, typeof LocalizedStringField, typeof ConfigurationDesignerComponent, typeof DesignerItemComponent, typeof FormDesignerComponent, typeof SectionPropertiesComponent, typeof BoxSettingsComponent, typeof DesignControlComponent, typeof ControlPropertiesComponent, typeof PermissionsUtility, typeof ManageCubeIndexUtility, typeof ProfileSettingsDialog, typeof UtilityWrapperComponent, typeof UtilityPaneComponent, typeof ReassignDialog, typeof SystemDiffComponent, typeof DocumentTraceComponent, typeof TraceElementComponent, typeof ProfilerComponent, typeof PositionsComponent, typeof PositionsPopup, typeof WorkflowComponent, typeof WorkflowNodeComponent, typeof RoleNodeComponent, typeof PatternsComponent], [typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof
|
|
12451
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof FormInviteDialog, typeof PerformanceReportDesignComponent, typeof NodeDesignerComponent, typeof DesignerPrivilegesComponent, typeof AddContentDirective, typeof IconPickerComponent, typeof CustomContentDirective, typeof EditContentDirective, typeof WidgetContentDirective, typeof DocumentStateWidgetDesignComponent, typeof PolicyDesignComponent, typeof StateDesignComponent, typeof TagDesignComponent, typeof RoleDesignComponent, typeof GuideDesignComponent, typeof ControlDesignComponent, typeof AttributeDesignComponent, typeof DeviceDesignComponent, typeof NotificationDesignComponent, typeof RuleDesignComponent, typeof ReportDesignerComponent, typeof FolderDesignComponent, typeof UtilityDesignComponent, typeof FormDesignComponent, typeof WidgetDesignComponent, typeof SourceDesignComponent, typeof JobDesignComponent, typeof CubeDesignComponent, typeof ActionDesignerComponent, typeof ReportDesignerComponent, typeof ViewDesignComponent, typeof TypeDesignComponent, typeof CubeIndexDesignComponent, typeof ConfigurationDatasourceDesignComponent, typeof ReturnToRoleActionDesignComponent, typeof PivotViewDesignComponent, typeof CubeViewDesignComponent, typeof BoxFormDesignComponent, typeof AnomalyRuleDesignComponent, typeof UsageReportDesignComponent, typeof DocumentsWidgetDesignComponent, typeof PerformanceWidgetDesignComponent, typeof DocumentsReportDesignComponent, typeof TasksReportDesignComponent, typeof ExploreViewDesignComponent, typeof AnalysisWidgetDesignComponent, typeof ParallelViewDesignComponent, typeof SumViewDesignComponent, typeof MatrixViewDesignComponent, typeof ChartViewDesignComponent, typeof LocalizedStringField, typeof ConfigurationDesignerComponent, typeof DesignerItemComponent, typeof FormDesignerComponent, typeof SectionPropertiesComponent, typeof BoxSettingsComponent, typeof DesignControlComponent, typeof ControlPropertiesComponent, typeof PermissionsUtility, typeof ManageCubeIndexUtility, typeof ProfileSettingsDialog, typeof UtilityWrapperComponent, typeof UtilityPaneComponent, typeof ReassignDialog, typeof SystemDiffComponent, typeof DocumentTraceComponent, typeof TraceElementComponent, typeof ProfilerComponent, typeof PositionsComponent, typeof PositionsPopup, typeof WorkflowComponent, typeof WorkflowNodeComponent, typeof RoleNodeComponent, typeof PatternsComponent], [typeof i1$6.CommonModule, typeof _angular_forms.ReactiveFormsModule, typeof i189.RouterModule, typeof i2$3.ScrollingModule, typeof SyncfusionDiagramModule, typeof SyncfusionChartModule, typeof SharedModule, typeof DesignerModule], [typeof PermissionsUtility, typeof ManageCubeIndexUtility, typeof UtilityWrapperComponent, typeof UtilityPaneComponent, typeof SystemDiffComponent, typeof DocumentTraceComponent, typeof ProfilerComponent, typeof PositionsComponent, typeof WorkflowComponent, typeof RoleNodeComponent, typeof PatternsComponent]>;
|
|
12463
12452
|
static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
|
|
12464
12453
|
}
|
|
12465
12454
|
|