@bizdoc/core 3.8.1 → 3.8.5
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/fesm2022/bizdoc-core.mjs +147 -348
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/index.d.ts +54 -112
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import * as _angular_forms from '@angular/forms';
|
2
2
|
import { FormGroup, FormBuilder, ControlValueAccessor, NgControl, AbstractControl, FormControl, ValidationErrors, FormArray } from '@angular/forms';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Type as Type$1, InjectionToken, Injector, TemplateRef, ElementRef, OnInit, OnDestroy, ViewContainerRef, DoCheck, EventEmitter, OnChanges, AfterViewInit, SimpleChanges,
|
4
|
+
import { Type as Type$1, InjectionToken, Injector, TemplateRef, ElementRef, OnInit, OnDestroy, ViewContainerRef, DoCheck, EventEmitter, OnChanges, AfterViewInit, SimpleChanges, PipeTransform, ChangeDetectorRef, NgZone, ComponentRef, QueryList, Renderer2, ModuleWithProviders } from '@angular/core';
|
5
5
|
import * as rxjs from 'rxjs';
|
6
6
|
import { Subject, Observable, BehaviorSubject } from 'rxjs';
|
7
7
|
import * as i8 from '@angular/material/chips';
|
8
|
-
import { MatChipInput, MatChipInputEvent, MatChipListbox
|
8
|
+
import { MatChipInput, MatChipInputEvent, MatChipListbox } from '@angular/material/chips';
|
9
9
|
import * as i28 from '@angular/material/autocomplete';
|
10
10
|
import { MatAutocompleteSelectedEvent, MatAutocompleteTrigger, MatAutocomplete } from '@angular/material/autocomplete';
|
11
11
|
import * as i34 from '@angular/material/input';
|
@@ -21,10 +21,10 @@ import * as _angular_cdk_bidi from '@angular/cdk/bidi';
|
|
21
21
|
import { Direction, Directionality } from '@angular/cdk/bidi';
|
22
22
|
import * as _angular_platform_browser from '@angular/platform-browser';
|
23
23
|
import { DomSanitizer, SafeUrl, SafeResourceUrl, SafeHtml } from '@angular/platform-browser';
|
24
|
-
import * as
|
24
|
+
import * as i37 from '@angular/material/icon';
|
25
25
|
import { MatIconRegistry } from '@angular/material/icon';
|
26
26
|
import { CookieService } from 'ngx-cookie-service';
|
27
|
-
import * as
|
27
|
+
import * as i36 from '@angular/material/form-field';
|
28
28
|
import { MatFormFieldAppearance, MatFormFieldControl, SubscriptSizing, FloatLabelType, MatFormField } from '@angular/material/form-field';
|
29
29
|
import * as i2$2 from '@syncfusion/ej2-angular-diagrams';
|
30
30
|
import { ConnectorModel, NodeModel, ShapeModel, FlowShapeModel, BasicShapeModel, ImageModel, PathModel, TextModel, BpmnShapeModel, NativeModel, Segments, Diagram, DiagramTools, DiagramConstraints, LayoutModel, ScrollSettingsModel, SnapSettingsModel, IPropertyChangeEventArgs, ICollectionChangeEventArgs } from '@syncfusion/ej2-angular-diagrams';
|
@@ -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 i188 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';
|
@@ -89,22 +89,22 @@ import { GridSettingsModel } from '@syncfusion/ej2-pivotview/src/pivotview/model
|
|
89
89
|
import { DataSourceSettingsModel as DataSourceSettingsModel$2 } from '@syncfusion/ej2-pivotview/src/model/datasourcesettings-model';
|
90
90
|
import { Tooltip } from '@syncfusion/ej2-popups';
|
91
91
|
import { SheetModel, Spreadsheet, RowModel, ColumnModel as ColumnModel$1, RangeModel, ScrollSettingsModel as ScrollSettingsModel$1, CellStyleModel, AutoFillSettingsModel, SelectEventArgs as SelectEventArgs$1 } from '@syncfusion/ej2-spreadsheet';
|
92
|
-
import * as
|
92
|
+
import * as i39 from '@angular/cdk/layout';
|
93
93
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
94
|
-
import * as
|
94
|
+
import * as i203 from '@syncfusion/ej2-angular-kanban';
|
95
95
|
import { KanbanComponent, ColumnsModel, CardSettingsModel, SwimlaneSettingsModel, DragEventArgs, CardRenderedEventArgs } from '@syncfusion/ej2-angular-kanban';
|
96
96
|
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';
|
97
97
|
import { EmojiEvent } from '@ctrl/ngx-emoji-mart/ngx-emoji';
|
98
|
-
import * as
|
98
|
+
import * as i189 from '@ctrl/ngx-emoji-mart';
|
99
99
|
import * as i1$1 from '@syncfusion/ej2-angular-schedule';
|
100
100
|
import * as i1$2 from '@syncfusion/ej2-angular-circulargauge';
|
101
101
|
import * as i2 from '@syncfusion/ej2-angular-calendars';
|
102
102
|
import * as i1$7 from '@syncfusion/ej2-angular-spreadsheet';
|
103
|
-
import * as
|
104
|
-
import * as
|
105
|
-
import * as
|
106
|
-
import * as
|
107
|
-
import * as
|
103
|
+
import * as i199 from '@syncfusion/ej2-angular-notifications';
|
104
|
+
import * as i200 from '@syncfusion/ej2-angular-buttons';
|
105
|
+
import * as i201 from '@syncfusion/ej2-angular-popups';
|
106
|
+
import * as i202 from '@syncfusion/ej2-angular-inputs';
|
107
|
+
import * as i204 from '@syncfusion/ej2-angular-blockeditor';
|
108
108
|
import * as i2$3 from '@angular/cdk/scrolling';
|
109
109
|
import * as i5 from '@angular/material/card';
|
110
110
|
import * as i6 from '@angular/material/grid-list';
|
@@ -121,7 +121,8 @@ import { ProgressBarMode } from '@angular/material/progress-bar';
|
|
121
121
|
import * as i24 from '@angular/material/progress-spinner';
|
122
122
|
import * as i27 from '@angular/material/toolbar';
|
123
123
|
import * as i32 from '@angular/material/button';
|
124
|
-
import * as
|
124
|
+
import * as i35 from '@angular/material/timepicker';
|
125
|
+
import * as i38 from '@angular/material/menu';
|
125
126
|
import { MatMenuTrigger } from '@angular/material/menu';
|
126
127
|
import * as _bizdoc_core from '@bizdoc/core';
|
127
128
|
import { Diagram as Diagram$1, DiagramConstraints as DiagramConstraints$1, DiagramTools as DiagramTools$1, LayoutModel as LayoutModel$1, SnapSettingsModel as SnapSettingsModel$1, ScrollSettingsModel as ScrollSettingsModel$2, SelectorModel, NodeModel as NodeModel$1, ToolBase, ConnectorModel as ConnectorModel$1, ISelectionChangeEventArgs, SymbolPalette, Segments as Segments$1, AlignmentOptions, PaletteModel, MarginModel as MarginModel$3, RulerSettingsModel, SymbolInfo, IDragEnterEventArgs } from '@syncfusion/ej2-diagrams';
|
@@ -859,27 +860,11 @@ interface Theme {
|
|
859
860
|
dark?: boolean;
|
860
861
|
}
|
861
862
|
/** BizDoc app options */
|
862
|
-
interface BizDocConfig {
|
863
|
-
hubServerUrl?: string;
|
864
|
-
appearance?: MatFormFieldAppearance;
|
865
|
-
currencyCode?: string;
|
866
|
-
/** available user interface languages */
|
867
|
-
themes?: Theme[];
|
868
|
-
languages?: string[];
|
869
|
-
appTitle?: string;
|
863
|
+
interface BizDocConfig extends SharedConfig {
|
870
864
|
/** uri */
|
871
865
|
appLogo?: string;
|
872
|
-
firebase?: FirebaseSettings;
|
873
|
-
chat?: ChatSettings | boolean;
|
874
|
-
comments?: CommentsSettings;
|
875
|
-
maps?: GoogleMapsSettings | boolean;
|
876
|
-
formats?: FormatsSettings;
|
877
866
|
defaultRoute?: string | RouteFn;
|
878
867
|
routes?: PaneRoute[];
|
879
|
-
components: Type$1<any>[];
|
880
|
-
scheduler?: SchedulerSettings | boolean;
|
881
|
-
folders?: FoldersSettings;
|
882
|
-
analysis?: AnalysisSettings | boolean;
|
883
868
|
}
|
884
869
|
type ScopeType = 'patterns' | 'positions';
|
885
870
|
interface AnalysisSettings {
|
@@ -902,10 +887,10 @@ interface CommentsSettings {
|
|
902
887
|
}
|
903
888
|
interface ChatSettings {
|
904
889
|
preserveDraft?: boolean;
|
905
|
-
|
890
|
+
url?: string | ChatLauncherFn;
|
906
891
|
}
|
907
892
|
declare interface ChatLauncherFn {
|
908
|
-
(person: PersonInfo): void;
|
893
|
+
(person: PersonInfo): string | void;
|
909
894
|
}
|
910
895
|
interface FirebaseSettings {
|
911
896
|
apiKey: string;
|
@@ -919,12 +904,23 @@ interface FirebaseSettings {
|
|
919
904
|
interface GoogleMapsSettings {
|
920
905
|
apiKey: string;
|
921
906
|
}
|
922
|
-
interface configuration {
|
923
|
-
}
|
924
907
|
interface SharedConfig {
|
908
|
+
scheduler?: SchedulerSettings | boolean;
|
909
|
+
analysis?: AnalysisSettings | boolean;
|
910
|
+
hubServerUrl?: string;
|
911
|
+
appearance?: MatFormFieldAppearance;
|
912
|
+
currencyCode?: string;
|
913
|
+
languages?: string[];
|
914
|
+
appTitle?: string;
|
915
|
+
firebase?: FirebaseSettings;
|
916
|
+
chat?: ChatSettings | boolean;
|
917
|
+
comments?: CommentsSettings;
|
918
|
+
components?: Type$1<any>[];
|
919
|
+
folders?: FoldersSettings;
|
920
|
+
/** available user interface languages */
|
921
|
+
themes?: Theme[];
|
925
922
|
maps?: GoogleMapsSettings | boolean;
|
926
923
|
formats?: FormatsSettings;
|
927
|
-
routes?: PaneRoute[];
|
928
924
|
routingEngine?: 'ng' | 'pane';
|
929
925
|
}
|
930
926
|
|
@@ -1128,7 +1124,7 @@ declare class SessionService {
|
|
1128
1124
|
get gender(): Gender | undefined;
|
1129
1125
|
private _accentpalette;
|
1130
1126
|
get accentPalette(): string[];
|
1131
|
-
|
1127
|
+
private _isAboveWatermark;
|
1132
1128
|
private _primarypalette;
|
1133
1129
|
get primeryPalette(): string[];
|
1134
1130
|
getAccent(mode?: MaterialMode): string;
|
@@ -3106,13 +3102,13 @@ declare class MailboxService {
|
|
3106
3102
|
/** */
|
3107
3103
|
readonly changed: Observable<RecipientModel<any>>;
|
3108
3104
|
readonly deleted: Observable<number>;
|
3109
|
-
constructor(
|
3105
|
+
constructor(_session: SessionService, _auth: AuthenticationImpl, _http: HttpClient);
|
3110
3106
|
formatDownloadUrl(document: DocumentModel, file: Attachment): Promise<string>;
|
3111
3107
|
downloadAttachment(documentId: number, fileId: number): Observable<any>;
|
3112
3108
|
removeAttachment(recipientId: number, fileId: number): Observable<any>;
|
3113
3109
|
markAsRead(id: number, read: boolean, folderId?: string, received?: Date): Observable<any>;
|
3114
3110
|
listComments(id: number, before: Date): Observable<Comment[]>;
|
3115
|
-
|
3111
|
+
updateTags(id: number, tags?: string[]): Observable<any>;
|
3116
3112
|
/**
|
3117
3113
|
*
|
3118
3114
|
* @param documentId
|
@@ -3204,10 +3200,10 @@ declare class MailboxService {
|
|
3204
3200
|
* @returns
|
3205
3201
|
*/
|
3206
3202
|
get<T = any>(id: number, read?: boolean): Observable<RecipientModel<T>>;
|
3207
|
-
private
|
3203
|
+
private _updateUnreadWatermark;
|
3208
3204
|
save<T = any>(id: number, form: string, version: number, model: {}, files?: File[] | FileList): Observable<RecipientModel<T>>;
|
3209
3205
|
delete(id: number): Observable<any>;
|
3210
|
-
|
3206
|
+
toggleCommentHide(id: number, value: boolean): Observable<any>;
|
3211
3207
|
submit<T = any>(id: number, version: number, form: string, model?: T): Observable<RecipientModel<T>>;
|
3212
3208
|
send<T = any>(id: number, version: number, form: string, model: any, action: string, actionArgs: {}, read?: boolean, folderId?: string, received?: Date): Observable<RecipientModel<T>>;
|
3213
3209
|
listEvents(starting: Date, ending?: Date, contains?: string): Observable<ScheduledEvent[]>;
|
@@ -3323,7 +3319,7 @@ declare abstract class HomeBase implements OnInit {
|
|
3323
3319
|
constructor(config: BizDocConfig);
|
3324
3320
|
ngOnInit(): void;
|
3325
3321
|
resize(): void;
|
3326
|
-
abstract
|
3322
|
+
abstract navToMessage(model: RecipientModel): void;
|
3327
3323
|
protected _markInboxAsTouched(): void;
|
3328
3324
|
protected _markNotificationsAsTouched(_?: Event): void;
|
3329
3325
|
protected _set(name: string, val?: boolean): boolean | undefined;
|
@@ -3414,7 +3410,7 @@ declare class HomeMobileComponent extends HomeBase implements OnInit {
|
|
3414
3410
|
constructor(_router: Router, _bs: MatBottomSheet, _dir: Directionality, _chat: ChatInfo, config: BizDocConfig);
|
3415
3411
|
ngOnInit(): void;
|
3416
3412
|
compose(): void;
|
3417
|
-
|
3413
|
+
navToMessage(model: RecipientModel<any>): void;
|
3418
3414
|
chat(): void;
|
3419
3415
|
private _open;
|
3420
3416
|
private _close;
|
@@ -3430,7 +3426,6 @@ declare class HomeMobileComponent extends HomeBase implements OnInit {
|
|
3430
3426
|
declare class BrowseFilterComponent implements OnInit, AfterViewInit, OnDestroy {
|
3431
3427
|
private _fb;
|
3432
3428
|
private _session;
|
3433
|
-
private _cd;
|
3434
3429
|
private _mailbox;
|
3435
3430
|
private _accounts;
|
3436
3431
|
private _config;
|
@@ -3453,13 +3448,10 @@ declare class BrowseFilterComponent implements OnInit, AfterViewInit, OnDestroy
|
|
3453
3448
|
states: State[];
|
3454
3449
|
senders$: Observable<PersonInfo[]>;
|
3455
3450
|
tags: Tag$1[];
|
3456
|
-
filters
|
3457
|
-
cube?: string;
|
3458
|
-
axes: string[];
|
3459
|
-
};
|
3451
|
+
filters?: CubeFilter;
|
3460
3452
|
chips: MatChipListbox;
|
3461
|
-
containsEl:
|
3462
|
-
senderEl:
|
3453
|
+
containsEl: MatInput;
|
3454
|
+
senderEl: MatInput;
|
3463
3455
|
readonly sources: {
|
3464
3456
|
[datatype: string]: Observable<{
|
3465
3457
|
[name: string]: any;
|
@@ -3467,15 +3459,13 @@ declare class BrowseFilterComponent implements OnInit, AfterViewInit, OnDestroy
|
|
3467
3459
|
};
|
3468
3460
|
private readonly _destroy;
|
3469
3461
|
/** browse-filter ctor */
|
3470
|
-
constructor(_fb: FormBuilder, _session: SessionService,
|
3462
|
+
constructor(_fb: FormBuilder, _session: SessionService, _mailbox: MailboxService, _accounts: AccountService, _config: BizDocConfig);
|
3471
3463
|
ngOnInit(): void;
|
3472
3464
|
ngAfterViewInit(): void;
|
3473
|
-
displayName(val: any): any;
|
3474
3465
|
change(axis: string, evt: MatAutocompleteSelectedEvent): void;
|
3475
3466
|
clearSender(): void;
|
3476
3467
|
axesChange(axes: AxesMap): void;
|
3477
|
-
|
3478
|
-
displayFn(item: PersonInfo): string | undefined;
|
3468
|
+
displayFn(person: PersonInfo): string | undefined;
|
3479
3469
|
drop(evt: CdkDragDrop<string, any>): void;
|
3480
3470
|
senderSelected(e: MatAutocompleteSelectedEvent): void;
|
3481
3471
|
focus(): void;
|
@@ -6286,53 +6276,6 @@ declare class FileInput implements MatFormFieldControl<number | number[]>, Contr
|
|
6286
6276
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileInput, "bizdoc-file-upload", never, { "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
|
6287
6277
|
}
|
6288
6278
|
|
6289
|
-
declare class TimePicker implements ControlValueAccessor, MatFormFieldControl<string>, OnInit, OnDestroy {
|
6290
|
-
private _focusMonitor;
|
6291
|
-
private _elementRef;
|
6292
|
-
ngControl: NgControl;
|
6293
|
-
private static nextId;
|
6294
|
-
readonly controlType = "time-picker";
|
6295
|
-
readonly id: string;
|
6296
|
-
focused: boolean;
|
6297
|
-
errorState: boolean;
|
6298
|
-
describedBy: string;
|
6299
|
-
onChange: (_: any) => void;
|
6300
|
-
onTouched: () => void;
|
6301
|
-
private _dateControl?;
|
6302
|
-
get empty(): boolean;
|
6303
|
-
get shouldLabelFloat(): boolean;
|
6304
|
-
dateControlName: string;
|
6305
|
-
get placeholder(): string;
|
6306
|
-
set placeholder(value: string);
|
6307
|
-
private _placeholder;
|
6308
|
-
get required(): boolean;
|
6309
|
-
set required(value: boolean);
|
6310
|
-
private _required;
|
6311
|
-
get disabled(): boolean;
|
6312
|
-
set disabled(value: boolean);
|
6313
|
-
private _disabled;
|
6314
|
-
readonly control: FormControl<string | null>;
|
6315
|
-
readonly stateChanges: Subject<void>;
|
6316
|
-
readonly options: string[];
|
6317
|
-
get value(): string | null;
|
6318
|
-
set value(val: string | null);
|
6319
|
-
private _setValue;
|
6320
|
-
private readonly _destroy;
|
6321
|
-
constructor(_focusMonitor: FocusMonitor, _elementRef: ElementRef<HTMLElement>, ngControl: NgControl);
|
6322
|
-
setDescribedByIds(ids: string[]): void;
|
6323
|
-
onContainerClick(event: MouseEvent): void;
|
6324
|
-
writeValue(val: string | null): void;
|
6325
|
-
registerOnChange(fn: any): void;
|
6326
|
-
registerOnTouched(fn: any): void;
|
6327
|
-
setDisabledState(isDisabled: boolean): void;
|
6328
|
-
ngOnInit(): void;
|
6329
|
-
private _appendTime;
|
6330
|
-
private _validate;
|
6331
|
-
ngOnDestroy(): void;
|
6332
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimePicker, [null, null, { optional: true; self: true; }]>;
|
6333
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePicker, "mat-time-picker", never, { "dateControlName": { "alias": "dateControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
6334
|
-
}
|
6335
|
-
|
6336
6279
|
declare class StickyToolbar implements OnInit, OnDestroy {
|
6337
6280
|
private _vc;
|
6338
6281
|
private _previousTop;
|
@@ -7010,14 +6953,14 @@ interface OutOfOfficeData {
|
|
7010
6953
|
declare class NotificationsService {
|
7011
6954
|
private _http;
|
7012
6955
|
private _session;
|
7013
|
-
constructor(_http: HttpClient,
|
6956
|
+
constructor(_http: HttpClient, _session: SessionService);
|
7014
6957
|
deleteAll(arg0: number[]): void;
|
7015
6958
|
getAll(options?: {
|
7016
6959
|
exclude?: boolean;
|
7017
6960
|
skip?: number;
|
7018
6961
|
before?: Date;
|
7019
6962
|
}): Observable<Message[]>;
|
7020
|
-
|
6963
|
+
markAsRead(id: number, date: Date, read: boolean): Observable<any>;
|
7021
6964
|
get(id: number): Observable<any>;
|
7022
6965
|
mute(id: number, mute: boolean): Observable<any>;
|
7023
6966
|
delete(id: number): Observable<any>;
|
@@ -9297,7 +9240,7 @@ declare class SyncfusionDiagramModule {
|
|
9297
9240
|
|
9298
9241
|
declare class MaterialModule {
|
9299
9242
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
9300
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1$6.CommonModule, typeof i2$3.CdkScrollableModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i5.MatCardModule, typeof i6.MatGridListModule, typeof i7.MatStepperModule, typeof i8.MatChipsModule, typeof i9.DragDropModule, typeof i10.MatRippleModule, typeof i11.MatExpansionModule, typeof i12.MatButtonToggleModule, typeof i10.MatNativeDateModule, typeof i13.MatDatepickerModule, typeof i14.MatTableModule, typeof i15.MatSortModule, typeof i16.MatPaginatorModule, typeof i17.MatTabsModule, typeof i18.MatBadgeModule, typeof i19.MatTooltipModule, typeof i20.MatDialogModule, typeof i21.MatRadioModule, typeof i22.MatBottomSheetModule, typeof i23.MatProgressBarModule, typeof i24.MatProgressSpinnerModule, typeof i25.MatListModule, typeof i26.MatSidenavModule, typeof i27.MatToolbarModule, typeof i28.MatAutocompleteModule, typeof i29.MatSelectModule, typeof i30.MatSlideToggleModule, typeof i31.MatSnackBarModule, typeof i32.MatButtonModule, typeof i33.MatCheckboxModule, typeof i34.MatInputModule, typeof i35.
|
9243
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1$6.CommonModule, typeof i2$3.CdkScrollableModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i5.MatCardModule, typeof i6.MatGridListModule, typeof i7.MatStepperModule, typeof i8.MatChipsModule, typeof i9.DragDropModule, typeof i10.MatRippleModule, typeof i11.MatExpansionModule, typeof i12.MatButtonToggleModule, typeof i10.MatNativeDateModule, typeof i13.MatDatepickerModule, typeof i14.MatTableModule, typeof i15.MatSortModule, typeof i16.MatPaginatorModule, typeof i17.MatTabsModule, typeof i18.MatBadgeModule, typeof i19.MatTooltipModule, typeof i20.MatDialogModule, typeof i21.MatRadioModule, typeof i22.MatBottomSheetModule, typeof i23.MatProgressBarModule, typeof i24.MatProgressSpinnerModule, typeof i25.MatListModule, typeof i26.MatSidenavModule, typeof i27.MatToolbarModule, typeof i28.MatAutocompleteModule, typeof i29.MatSelectModule, typeof i30.MatSlideToggleModule, typeof i31.MatSnackBarModule, typeof i32.MatButtonModule, typeof i33.MatCheckboxModule, typeof i34.MatInputModule, typeof i35.MatTimepickerModule, typeof i36.MatFormFieldModule, typeof i37.MatIconModule, typeof i38.MatMenuModule, typeof i39.LayoutModule], [typeof i39.LayoutModule, typeof i35.MatTimepickerModule, typeof i2$3.CdkScrollableModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i8.MatChipsModule, typeof i9.DragDropModule, typeof i5.MatCardModule, typeof i6.MatGridListModule, typeof i10.MatRippleModule, typeof i7.MatStepperModule, typeof i11.MatExpansionModule, typeof i12.MatButtonToggleModule, typeof i10.MatNativeDateModule, typeof i13.MatDatepickerModule, typeof i14.MatTableModule, typeof i15.MatSortModule, typeof i16.MatPaginatorModule, typeof i17.MatTabsModule, typeof i18.MatBadgeModule, typeof i19.MatTooltipModule, typeof i20.MatDialogModule, typeof i21.MatRadioModule, typeof i22.MatBottomSheetModule, typeof i23.MatProgressBarModule, typeof i24.MatProgressSpinnerModule, typeof i25.MatListModule, typeof i26.MatSidenavModule, typeof i27.MatToolbarModule, typeof i28.MatAutocompleteModule, typeof i29.MatSelectModule, typeof i30.MatSlideToggleModule, typeof i31.MatSnackBarModule, typeof i32.MatButtonModule, typeof i33.MatCheckboxModule, typeof i34.MatInputModule, typeof i36.MatFormFieldModule, typeof i37.MatIconModule, typeof i38.MatMenuModule]>;
|
9301
9244
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
9302
9245
|
}
|
9303
9246
|
|
@@ -9305,13 +9248,13 @@ declare class MaterialModule {
|
|
9305
9248
|
declare class SharedModule {
|
9306
9249
|
static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
|
9307
9250
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
9308
|
-
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
|
9251
|
+
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 i188.RouterModule, typeof i189.PickerModule, typeof SyncfusionGanttModule, typeof SyncfusionScheduleModule, typeof SyncfusionCircularGaugeModule, typeof SyncfusionChartModule, typeof SyncfusionGanttModule, typeof SyncfusionGridModule, typeof SyncfusionLinearGaugeModule, typeof SyncfusionTextEditorModule, typeof SyncfusionSpreadsheetModule, typeof SyncfusionPivotModule, typeof i199.SkeletonModule, typeof i200.SpeedDialModule, typeof i201.TooltipModule, typeof i202.SignatureModule, typeof i203.KanbanModule, typeof i204.BlockEditorAllModule, typeof SyncfusionDiagramModule, typeof MaterialModule], [typeof OptionsComponent, typeof NoneComponent, typeof LocalizedStringPipe, typeof MaterialModule, typeof i199.SkeletonModule, typeof i200.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]>;
|
9309
9252
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
9310
9253
|
}
|
9311
9254
|
|
9312
9255
|
declare class MobileModule {
|
9313
9256
|
static ɵfac: i0.ɵɵFactoryDeclaration<MobileModule, never>;
|
9314
|
-
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
|
9257
|
+
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 i188.RouterModule, typeof SharedModule], [typeof HomeMobileComponent, typeof BrowseMobileComponent, typeof CubeMobileViewComponent, typeof ComposeMobileComponent, typeof ReportMobileComponent, typeof FormSelectorSheet, typeof CopyDialog, typeof SchedulerMobileComponent, typeof NotificationsComponent, typeof ChatMobileComponent]>;
|
9315
9258
|
static ɵinj: i0.ɵɵInjectorDeclaration<MobileModule>;
|
9316
9259
|
}
|
9317
9260
|
|
@@ -9659,7 +9602,7 @@ declare class HomeComponent extends HomeBase {
|
|
9659
9602
|
options(_: Event): void;
|
9660
9603
|
signout(evt: Event): void;
|
9661
9604
|
nav(path: string): void;
|
9662
|
-
|
9605
|
+
navToMessage(model: RecipientModel): void;
|
9663
9606
|
closeSubMenu(): void;
|
9664
9607
|
openNew(): void;
|
9665
9608
|
private _create;
|
@@ -10159,7 +10102,7 @@ declare class GuideListingComponent implements ListingComponent<Guide> {
|
|
10159
10102
|
declare class DesktopModule {
|
10160
10103
|
static forChild(config: BizDocChildConfig): ModuleWithProviders<DesktopModule>;
|
10161
10104
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesktopModule, never>;
|
10162
|
-
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
|
10105
|
+
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 i188.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]>;
|
10163
10106
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesktopModule>;
|
10164
10107
|
}
|
10165
10108
|
|
@@ -12273,12 +12216,11 @@ declare class DesignerModule {
|
|
12273
12216
|
declare class SystemModule {
|
12274
12217
|
static forChild(): ModuleWithProviders<SystemModule>;
|
12275
12218
|
static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
|
12276
|
-
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
|
12219
|
+
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 i188.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]>;
|
12277
12220
|
static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
|
12278
12221
|
}
|
12279
12222
|
|
12280
12223
|
declare class BizDocModule {
|
12281
|
-
static forChild(config: BizDocChildConfig): ModuleWithProviders<BizDocModule>;
|
12282
12224
|
static forRoot(config: BizDocConfig): ModuleWithProviders<BizDocModule>;
|
12283
12225
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizDocModule, never>;
|
12284
12226
|
static ɵmod: i0.ɵɵNgModuleDeclaration<BizDocModule, [typeof BizDocApp], [typeof _angular_platform_browser.BrowserModule, typeof i3$1.BrowserAnimationsModule, typeof MobileModule, typeof DesktopModule, typeof SystemModule, typeof SharedModule], [typeof BizDocApp, typeof SharedModule, typeof MaterialModule]>;
|
@@ -12341,5 +12283,5 @@ declare class CubeItemResolveService {
|
|
12341
12283
|
static ɵprov: i0.ɵɵInjectableDeclaration<CubeItemResolveService>;
|
12342
12284
|
}
|
12343
12285
|
|
12344
|
-
export { AccountService, AceInput, ActionDialog, ActionPicker, ActionPipe, ActionRef, ActionsWidget, AddressControlDesigner, AddressInput, AgoPipe, ArraySortPipe, AssignActionComponent, AttachmentInfo, AttachmentPreview, AuthenticationImpl, AutocompleteControlDesigner, AvatarComponent, BIZDOC_CONFIG, BackNavigation, BizDoc, BizDocApp, BizDocComponentFactoryResolver, BizDocModule, BrokenPage, BrowseFilterComponent, BrowseItemsComponent, CalendarPipe, ChatInfo, CheckboxComponent, CheckboxControlDesigner, ChecklistControlDesigner, CollapseNavigation, ColorPicker, CombinationPicker, CombinationPickerBody, CombinationPool, CommentsComponent, CompareContextDirective, CompareGroupDirective, CompareGroupsWidget, CompareNameDirective, ComposeFormComponent, ContactsComponent, ConversationComponent, CubeAccumAnalysisWidget, CubeAccumulationChartComponent, CubeAnalysisWidget, CubeChartAnalysisWidget, CubeChartComponent, CubeDocumentsGridComponent, CubeDocumentsTableComponent, CubeDocumentsWidget, CubeFilterComponent, CubeGridComponent, CubeInfo, CubeItemResolveService, CubeMatrixComponent, CubeParallelComponent, CubePerformanceWidget, CubePivotComponent, CubeService, CubeSpreadsheetComponent, CubeSumComponent, CubeViewComponent, CubeWidgetFilterComponent, DEFAULT_POLICY, DRAFT, DashboardComponent, DatasourceService, DateControlDesigner, DateFormatPipe, DateRangeControlDesigner, DateRangePipe, DesignerCubeFilterComponent, DesignerModule, DesignerRef, DifferencePipe, DocumentFactory, DocumentInfo, DocumentInfoComponent, DocumentResolveService, DocumentViewRef, DocumentViewsComponent, DurationFormatPipe, DurationPipe, EnterExitLeft, EnterExitRight, EnterExitTop, ExploreDocumentComponent, ExploreItemImplComponent, ExploreItemsComponent, ExpressionFieldDesigner, FONT_FAMILY, FadeSlideInOut, FieldKind, FileControlDesigner, FileInput, FilterPipe, FilterTagsComponent, FlowViewComponent, FormPipe, FormRef, GuideRef, GuideService, HelpTipComponent, HtmlFieldDesigner, INBOX, IdentityName, InputFieldDesigner, JoinPipe, JsonPipe, L18nPipe, LayoutComponent, ListingRef, LocalizedStringComponent, LocalizedStringControlDesigner, LocalizedStringPipe, LottieAnimation, MailboxService, MapInfo, MatIconAnimate, MaterialModule, NavigationBase, NavigationClose, NavigationEnd, NavigationExpand, NavigationFocus, NavigationMode, NavigationPaneBase, NavigationResize, NavigationStart, NodeRef, NoneComponent, NotificationRef, NotificationsTableComponent, NumberControlDesigner, OpenPolicy, OptionsComponent, POPUP_DATA, PaneRef, PanesRouter, ParamNavigation, PeersPerformanceWidget, PendingResultsWidget, PersonalActivityWidget, PersonalScoreWidget, Popup, PopupRef, PrivilegeDisabledDirective, PrivilegeHiddenDirective, PulseAnimation, QueryParamNavigation, QuickCommentComponent, RadioButtonControlDesigner, RecentsWidget, RecipientResolveService, ReportArgumentsComponent, ReportRef, ReportViewerComponent, ReturnActionComponent, RolePipe, RouterImpl, SanitizeHtmlPipe, SaveChangesDialog, ScheduleViewComponent, SearchInput, SelectControlDesigner, SessionService, ShakeAnimation, SharedModule, SignatureControlDesigner, SlotRouterDirective, SpContainer, StateDirective, StatePipe, StickyToolbar, SubstitutionComponent, SwapAnimation, Tab, TagsComponent, TagsControlDesigner, TasksComponent, TextAreaFieldDesigner, TimeAgoPipe, TimeControlDesigner,
|
12345
|
-
export type { Action, ActionDialogData, AddressChangeEvent, AnalysisSettings, ArgumentsComponent, Attachment, AutocompleteSelectedEvent, AxesMap, AxisClickEvent, AxisPlace, AxisType, AxisValue, BizDocChildConfig, BizDocConfig, BrowseFilterArgs, CalculateFn, CalendarSpec, CanDismiss, ChartType, ChatLauncherFn, ChatSettings, CombinationSelectedEvent, Comment, CommentsSettings, ComponentType, Control, ControlComponent, ControlDesigner, Cube, CubeAxis, CubeData, CubeDataOptions, CubeEntry, CubeIndex, CubeView, Currency, DesignMode, DesignerElementComponent, DesignerInfo, Dimentions, DocumentModel, ElementInfo, ExploreItemComponent, ExploreItemEvent, ExploreOptions, ExploreSettings, ExportEventArgs, FilterType, FirebaseSettings, Folder, FoldersSettings, Form, FormComponent, FormatsSettings, Gender, GoogleMapsSettings, Guide, GuideStep, HeaderModel, InsightComponent, LatLng, ListingComponent, LocalizedString, Location, Log, LogType, ManagedComponent, Notification, NotificationComponent, PaneOptions, PaneResolve, PaneRoute, ParamMap, Pattern$2 as Pattern, PersonInfo, Point$3 as Point, Recipient, RecipientModel, Report, ReportComponent, Role$2 as Role, RouteFn, ScheduledEvent, SchedulerSettings, ScopeType, SelectEvent, Series, SharedConfig, State, SumSettings, TagComponent, Theme, Type, UtilityComponent, ViewMode, Widget, WidgetComponent
|
12286
|
+
export { AccountService, AceInput, ActionDialog, ActionPicker, ActionPipe, ActionRef, ActionsWidget, AddressControlDesigner, AddressInput, AgoPipe, ArraySortPipe, AssignActionComponent, AttachmentInfo, AttachmentPreview, AuthenticationImpl, AutocompleteControlDesigner, AvatarComponent, BIZDOC_CONFIG, BackNavigation, BizDoc, BizDocApp, BizDocComponentFactoryResolver, BizDocModule, BrokenPage, BrowseFilterComponent, BrowseItemsComponent, CalendarPipe, ChatInfo, CheckboxComponent, CheckboxControlDesigner, ChecklistControlDesigner, CollapseNavigation, ColorPicker, CombinationPicker, CombinationPickerBody, CombinationPool, CommentsComponent, CompareContextDirective, CompareGroupDirective, CompareGroupsWidget, CompareNameDirective, ComposeFormComponent, ContactsComponent, ConversationComponent, CubeAccumAnalysisWidget, CubeAccumulationChartComponent, CubeAnalysisWidget, CubeChartAnalysisWidget, CubeChartComponent, CubeDocumentsGridComponent, CubeDocumentsTableComponent, CubeDocumentsWidget, CubeFilterComponent, CubeGridComponent, CubeInfo, CubeItemResolveService, CubeMatrixComponent, CubeParallelComponent, CubePerformanceWidget, CubePivotComponent, CubeService, CubeSpreadsheetComponent, CubeSumComponent, CubeViewComponent, CubeWidgetFilterComponent, DEFAULT_POLICY, DRAFT, DashboardComponent, DatasourceService, DateControlDesigner, DateFormatPipe, DateRangeControlDesigner, DateRangePipe, DesignerCubeFilterComponent, DesignerModule, DesignerRef, DifferencePipe, DocumentFactory, DocumentInfo, DocumentInfoComponent, DocumentResolveService, DocumentViewRef, DocumentViewsComponent, DurationFormatPipe, DurationPipe, EnterExitLeft, EnterExitRight, EnterExitTop, ExploreDocumentComponent, ExploreItemImplComponent, ExploreItemsComponent, ExpressionFieldDesigner, FONT_FAMILY, FadeSlideInOut, FieldKind, FileControlDesigner, FileInput, FilterPipe, FilterTagsComponent, FlowViewComponent, FormPipe, FormRef, GuideRef, GuideService, HelpTipComponent, HtmlFieldDesigner, INBOX, IdentityName, InputFieldDesigner, JoinPipe, JsonPipe, L18nPipe, LayoutComponent, ListingRef, LocalizedStringComponent, LocalizedStringControlDesigner, LocalizedStringPipe, LottieAnimation, MailboxService, MapInfo, MatIconAnimate, MaterialModule, NavigationBase, NavigationClose, NavigationEnd, NavigationExpand, NavigationFocus, NavigationMode, NavigationPaneBase, NavigationResize, NavigationStart, NodeRef, NoneComponent, NotificationRef, NotificationsTableComponent, NumberControlDesigner, OpenPolicy, OptionsComponent, POPUP_DATA, PaneRef, PanesRouter, ParamNavigation, PeersPerformanceWidget, PendingResultsWidget, PersonalActivityWidget, PersonalScoreWidget, Popup, PopupRef, PrivilegeDisabledDirective, PrivilegeHiddenDirective, PulseAnimation, QueryParamNavigation, QuickCommentComponent, RadioButtonControlDesigner, RecentsWidget, RecipientResolveService, ReportArgumentsComponent, ReportRef, ReportViewerComponent, ReturnActionComponent, RolePipe, RouterImpl, SanitizeHtmlPipe, SaveChangesDialog, ScheduleViewComponent, SearchInput, SelectControlDesigner, SessionService, ShakeAnimation, SharedModule, SignatureControlDesigner, SlotRouterDirective, SpContainer, StateDirective, StatePipe, StickyToolbar, SubstitutionComponent, SwapAnimation, Tab, TagsComponent, TagsControlDesigner, TasksComponent, TextAreaFieldDesigner, TimeAgoPipe, TimeControlDesigner, TimespanControlDesigner, TimespanInput, ToNowPipe, TooltipDirective, TraceViewComponent, TranslatePipe, TranslateService, TypeAutocomplete, TypeSelect, TypeValuePipe, UsageChartComponent, UsagePivotComponent, UsageReportArgs, UserNamePipe, UtilityRef, VersionCompareComponent, VirtualTabs, WidgetItemComponent, WidgetRef, YesNoControlDesigner, cleanup, getMonthList, isArray, isBoolean, isDate, isFunction, isImage, isMobile, isObject, isPrimitive, isPromise, isString, modelize, playAudio, programName, registerComponents };
|
12287
|
+
export type { Action, ActionDialogData, AddressChangeEvent, AnalysisSettings, ArgumentsComponent, Attachment, AutocompleteSelectedEvent, AxesMap, AxisClickEvent, AxisPlace, AxisType, AxisValue, BizDocChildConfig, BizDocConfig, BrowseFilterArgs, CalculateFn, CalendarSpec, CanDismiss, ChartType, ChatLauncherFn, ChatSettings, CombinationSelectedEvent, Comment, CommentsSettings, ComponentType, Control, ControlComponent, ControlDesigner, Cube, CubeAxis, CubeData, CubeDataOptions, CubeEntry, CubeIndex, CubeView, Currency, DesignMode, DesignerElementComponent, DesignerInfo, Dimentions, DocumentModel, ElementInfo, ExploreItemComponent, ExploreItemEvent, ExploreOptions, ExploreSettings, ExportEventArgs, FilterType, FirebaseSettings, Folder, FoldersSettings, Form, FormComponent, FormatsSettings, Gender, GoogleMapsSettings, Guide, GuideStep, HeaderModel, InsightComponent, LatLng, ListingComponent, LocalizedString, Location, Log, LogType, ManagedComponent, Notification, NotificationComponent, PaneOptions, PaneResolve, PaneRoute, ParamMap, Pattern$2 as Pattern, PersonInfo, Point$3 as Point, Recipient, RecipientModel, Report, ReportComponent, Role$2 as Role, RouteFn, ScheduledEvent, SchedulerSettings, ScopeType, SelectEvent, Series, SharedConfig, State, SumSettings, TagComponent, Theme, Type, UtilityComponent, ViewMode, Widget, WidgetComponent };
|