@bizdoc/core 4.0.2 → 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.
@@ -15,7 +15,7 @@ import { MatDialog, MatDialogRef } from '@angular/material/dialog';
15
15
  import * as i3 from '@angular/cdk/overlay';
16
16
  import { Overlay, OverlayRef, CdkScrollable, ComponentType as ComponentType$2 } from '@angular/cdk/overlay';
17
17
  import * as i4 from '@angular/cdk/portal';
18
- import { ComponentType as ComponentType$1, ComponentPortal, Portal } from '@angular/cdk/portal';
18
+ import { ComponentType as ComponentType$1, ComponentPortal, CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
19
19
  import { HttpClient } from '@angular/common/http';
20
20
  import * as _angular_cdk_bidi from '@angular/cdk/bidi';
21
21
  import { Direction, Directionality } from '@angular/cdk/bidi';
@@ -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 i188 from '@angular/router';
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';
@@ -76,7 +76,6 @@ import * as i33 from '@angular/material/checkbox';
76
76
  import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
77
77
  import * as i30 from '@angular/material/slide-toggle';
78
78
  import { MatSlideToggle } from '@angular/material/slide-toggle';
79
- import EventEmitter$1 from 'events';
80
79
  import { NumberFormatOptions, Internationalization } from '@syncfusion/ej2-base';
81
80
  import * as i1$4 from '@syncfusion/ej2-angular-grids';
82
81
  import { Grid, GroupSettingsModel, PageSettingsModel, RowSelectEventArgs } from '@syncfusion/ej2-angular-grids';
@@ -91,20 +90,20 @@ import { Tooltip } from '@syncfusion/ej2-popups';
91
90
  import { SheetModel, Spreadsheet, RowModel, ColumnModel as ColumnModel$1, RangeModel, ScrollSettingsModel as ScrollSettingsModel$1, CellStyleModel, AutoFillSettingsModel, SelectEventArgs as SelectEventArgs$1 } from '@syncfusion/ej2-spreadsheet';
92
91
  import * as i39 from '@angular/cdk/layout';
93
92
  import { BreakpointObserver } from '@angular/cdk/layout';
94
- import * as i203 from '@syncfusion/ej2-angular-kanban';
93
+ import * as i204 from '@syncfusion/ej2-angular-kanban';
95
94
  import { KanbanComponent, ColumnsModel, CardSettingsModel, SwimlaneSettingsModel, DragEventArgs, CardRenderedEventArgs } from '@syncfusion/ej2-angular-kanban';
96
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';
97
96
  import { EmojiEvent } from '@ctrl/ngx-emoji-mart/ngx-emoji';
98
- import * as i189 from '@ctrl/ngx-emoji-mart';
97
+ import * as i190 from '@ctrl/ngx-emoji-mart';
99
98
  import * as i1$1 from '@syncfusion/ej2-angular-schedule';
100
99
  import * as i1$2 from '@syncfusion/ej2-angular-circulargauge';
101
100
  import * as i2 from '@syncfusion/ej2-angular-calendars';
102
101
  import * as i1$7 from '@syncfusion/ej2-angular-spreadsheet';
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';
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';
108
107
  import * as i2$3 from '@angular/cdk/scrolling';
109
108
  import * as i5 from '@angular/material/card';
110
109
  import * as i6 from '@angular/material/grid-list';
@@ -382,7 +381,7 @@ interface Message<T = any> {
382
381
  content?: T;
383
382
  contentType: string;
384
383
  }
385
- declare type NotificationType = 'Commented' | 'CubeAnomaly' | 'Escalated' | 'Liked' | 'StateChanged' | 'Nudge' | 'Invite' | 'TextMessage' | 'ContentMessage' | 'UpcomingEvent' | 'JobProgress' | 'Tagged';
384
+ declare type NotificationType = 'Commented' | 'CubeAnomaly' | 'Escalated' | 'Liked' | 'StateChanged' | 'Nudge' | 'Invite' | 'TextMessage' | 'ContentMessage' | 'UpcomingEvent' | 'LongRunningTask' | 'Tagged';
386
385
  interface State {
387
386
  shape?: string;
388
387
  name: string;
@@ -508,6 +507,7 @@ interface Tag$1 {
508
507
  color?: string;
509
508
  backgroundColor?: string;
510
509
  system?: boolean;
510
+ icon?: string;
511
511
  }
512
512
  interface FieldInfo {
513
513
  controlType: string;
@@ -1555,7 +1555,7 @@ declare class OptionsComponent implements OnInit, OnDestroy {
1555
1555
  save(): void;
1556
1556
  private _toggle;
1557
1557
  toggleSound(): void;
1558
- display: (item: PersonInfo) => string | null;
1558
+ displayName: (item: PersonInfo) => string;
1559
1559
  addTag(event: MatChipInputEvent): void;
1560
1560
  removeTag(tag: Tag$1): void;
1561
1561
  /**
@@ -1585,7 +1585,7 @@ declare class NodeRef {
1585
1585
  declare class NoneComponent {
1586
1586
  readonly isMobile: boolean;
1587
1587
  title: string;
1588
- subtitle: string;
1588
+ subtitle?: string | null;
1589
1589
  icon: string;
1590
1590
  static ɵfac: i0.ɵɵFactoryDeclaration<NoneComponent, never>;
1591
1591
  static ɵcmp: i0.ɵɵComponentDeclaration<NoneComponent, "bizdoc-none", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
@@ -1707,8 +1707,8 @@ interface InsightComponent<TOptions = any> {
1707
1707
  declare class LocalizedStringField implements ControlComponent<any>, OnInit {
1708
1708
  appearance: MatFormFieldAppearance;
1709
1709
  mode: ViewMode;
1710
- placeholder?: string;
1711
- required?: boolean;
1710
+ placeholder: string;
1711
+ required: boolean;
1712
1712
  readonly control: FormControl<any>;
1713
1713
  focus(): void;
1714
1714
  ngOnInit(): void;
@@ -1907,9 +1907,10 @@ interface CubeAxisModel {
1907
1907
  indexable?: boolean;
1908
1908
  sensitive?: boolean;
1909
1909
  resourceType?: string;
1910
- selectionMode?: 'Single' | 'Pattern' | 'Multiple' | 'Search' | 'None';
1910
+ selectionMode?: SelectionMode$1;
1911
1911
  descendentOf?: string;
1912
1912
  }
1913
+ type SelectionMode$1 = 'Single' | 'Pattern' | 'Multiple' | 'Search' | 'None';
1913
1914
  type AnomalyPolicy = 'Positions' | 'Recipients';
1914
1915
  interface CubePatternModel {
1915
1916
  title: string;
@@ -2028,7 +2029,10 @@ declare class SystemService {
2028
2029
  datatypes(): Observable<DataTypeInfo[]>;
2029
2030
  save(form: Form): Observable<number>;
2030
2031
  constructor(_http: HttpClient);
2031
- typegroups(): Observable<ElementFamily[]>;
2032
+ typegroups(): Observable<{
2033
+ groups: ElementFamily[];
2034
+ defaultgroup: DataTypeInfo[];
2035
+ }>;
2032
2036
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemService, never>;
2033
2037
  static ɵprov: i0.ɵɵInjectableDeclaration<SystemService>;
2034
2038
  }
@@ -2122,7 +2126,7 @@ declare abstract class OptionsControlField {
2122
2126
  private _ds;
2123
2127
  abstract readonly control: FormControl;
2124
2128
  dataType?: string;
2125
- required?: boolean;
2129
+ required: boolean;
2126
2130
  options?: {
2127
2131
  key: string;
2128
2132
  value: LocalizedString;
@@ -2137,6 +2141,7 @@ declare abstract class OptionsControlDesigner {
2137
2141
  private _service;
2138
2142
  readonly _typeRequired: (control: AbstractControl) => ValidationErrors | null;
2139
2143
  datatypes: ElementFamily[];
2144
+ defaultgroup: ElementInfo[];
2140
2145
  constructor(_service: SystemService);
2141
2146
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionsControlDesigner, never>;
2142
2147
  static ɵdir: i0.ɵɵDirectiveDeclaration<OptionsControlDesigner, never, never, {}, {}, never, never, true, never>;
@@ -2144,12 +2149,16 @@ declare abstract class OptionsControlDesigner {
2144
2149
 
2145
2150
  declare class SelectControlDesigner extends OptionsControlDesigner implements ControlDesigner<SelectModel> {
2146
2151
  private _fb;
2147
- readonly form: _angular_forms.FormGroup<{
2148
- label: _angular_forms.FormControl<null>;
2149
- placeholder: _angular_forms.FormControl<null>;
2150
- autocomplete: _angular_forms.FormControl<null>;
2151
- multiple: _angular_forms.FormControl<null>;
2152
- dataType: _angular_forms.FormControl<null>;
2152
+ readonly form: FormGroup<{
2153
+ label: FormControl<null>;
2154
+ placeholder: FormControl<null>;
2155
+ autocomplete: FormControl<null>;
2156
+ multiple: FormControl<null>;
2157
+ dataType: FormControl<null>;
2158
+ options: _angular_forms.FormArray<FormGroup<{
2159
+ key: FormControl<string>;
2160
+ value: FormControl<LocalizedString>;
2161
+ }>>;
2153
2162
  }>;
2154
2163
  model: SelectModel;
2155
2164
  constructor(service: SystemService, _fb: FormBuilder);
@@ -2380,10 +2389,10 @@ declare class TimespanInput implements MatFormFieldControl<string>, ControlValue
2380
2389
  declare class TimespanField implements ControlComponent, OnInit {
2381
2390
  appearance: MatFormFieldAppearance;
2382
2391
  mode: ViewMode;
2383
- placeholder?: string;
2392
+ placeholder: string;
2384
2393
  label?: string;
2385
2394
  hint?: string;
2386
- required?: boolean;
2395
+ required: boolean;
2387
2396
  input: TimespanInput;
2388
2397
  readonly control: FormControl<any>;
2389
2398
  focus(): void;
@@ -2449,7 +2458,7 @@ declare class AceInput implements MatFormFieldControl<string>, ControlValueAcces
2449
2458
  declare class ExpressionField implements ControlComponent, OnInit {
2450
2459
  ngOnInit(): void;
2451
2460
  mode: ViewMode;
2452
- placeholder?: string;
2461
+ placeholder: string;
2453
2462
  name: string;
2454
2463
  label?: string;
2455
2464
  required?: boolean;
@@ -2532,11 +2541,15 @@ interface YesNoModel {
2532
2541
  declare class ChecklistControlDesigner extends OptionsControlDesigner implements ControlDesigner<ChecklistModel> {
2533
2542
  private _fb;
2534
2543
  model: ChecklistModel;
2535
- readonly form: _angular_forms.FormGroup<{
2536
- label: _angular_forms.FormControl<null>;
2537
- multiple: _angular_forms.FormControl<boolean | null>;
2538
- dataType: _angular_forms.FormControl<null>;
2539
- hint: _angular_forms.FormControl<null>;
2544
+ readonly form: FormGroup<{
2545
+ label: FormControl<null>;
2546
+ multiple: FormControl<boolean | null>;
2547
+ dataType: FormControl<null>;
2548
+ hint: FormControl<null>;
2549
+ options: _angular_forms.FormArray<FormGroup<{
2550
+ key: FormControl<string>;
2551
+ value: FormControl<LocalizedString>;
2552
+ }>>;
2540
2553
  }>;
2541
2554
  constructor(service: SystemService, _fb: FormBuilder);
2542
2555
  onBind(model: ChecklistModel): void;
@@ -2557,10 +2570,14 @@ interface ChecklistModel {
2557
2570
 
2558
2571
  declare class RadioButtonControlDesigner extends OptionsControlDesigner implements ControlDesigner<RadioButtonModel> {
2559
2572
  private _fb;
2560
- readonly form: _angular_forms.FormGroup<{
2561
- label: _angular_forms.FormControl<null>;
2562
- dataType: _angular_forms.FormControl<null>;
2563
- hint: _angular_forms.FormControl<null>;
2573
+ readonly form: FormGroup<{
2574
+ label: FormControl<null>;
2575
+ dataType: FormControl<null>;
2576
+ hint: FormControl<null>;
2577
+ options: _angular_forms.FormArray<FormGroup<{
2578
+ key: FormControl<string>;
2579
+ value: FormControl<LocalizedString>;
2580
+ }>>;
2564
2581
  }>;
2565
2582
  model: RadioButtonModel;
2566
2583
  constructor(service: SystemService, _fb: FormBuilder);
@@ -2629,7 +2646,7 @@ declare class TypeAutocomplete implements MatFormFieldControl<string | null>, Do
2629
2646
  private _onTouched;
2630
2647
  readonly _control: FormControl<any>;
2631
2648
  readonly stateChanges: Subject<void>;
2632
- _items$: Observable<KeyValue$1[]>;
2649
+ _items$: Observable<KeyValue$2[]>;
2633
2650
  _column?: FieldInfo;
2634
2651
  private _configuration;
2635
2652
  inputElement: ElementRef;
@@ -2650,7 +2667,7 @@ declare class TypeAutocomplete implements MatFormFieldControl<string | null>, Do
2650
2667
  get empty(): boolean;
2651
2668
  get shouldLabelFloat(): boolean;
2652
2669
  get required(): boolean;
2653
- set required(req: boolean);
2670
+ set required(req: boolean | string | null | undefined);
2654
2671
  get disabled(): boolean;
2655
2672
  set disabled(value: boolean);
2656
2673
  errorState: boolean;
@@ -2680,7 +2697,7 @@ declare class TypeAutocomplete implements MatFormFieldControl<string | null>, Do
2680
2697
  static ɵfac: i0.ɵɵFactoryDeclaration<TypeAutocomplete, [{ optional: true; self: true; }, null, null, null, null]>;
2681
2698
  static ɵcmp: i0.ɵɵComponentDeclaration<TypeAutocomplete, "bizdoc-autocomplete", never, { "_type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "text": { "alias": "text"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "minimumChars": { "alias": "minimumChars"; "required": false; }; "textFormControlName": { "alias": "textFormControlName"; "required": false; }; "textFormControl": { "alias": "textFormControl"; "required": false; }; }, { "textChange": "textChange"; "optionSelected": "optionSelected"; }, never, never, false, never>;
2682
2699
  }
2683
- interface KeyValue$1 {
2700
+ interface KeyValue$2 {
2684
2701
  key: any;
2685
2702
  value: any;
2686
2703
  }
@@ -2690,7 +2707,6 @@ interface AutocompleteSelectedEvent {
2690
2707
  }
2691
2708
 
2692
2709
  declare class AutocompleteField implements ControlComponent, OnInit, OnDestroy {
2693
- private _ds;
2694
2710
  appearance: MatFormFieldAppearance;
2695
2711
  subscriptSizing: SubscriptSizing;
2696
2712
  set dense(val: boolean);
@@ -2700,13 +2716,12 @@ declare class AutocompleteField implements ControlComponent, OnInit, OnDestroy {
2700
2716
  input: TypeAutocomplete;
2701
2717
  value?: string;
2702
2718
  private readonly _destroy;
2703
- constructor(_ds: DatasourceService);
2704
2719
  mode: ViewMode;
2705
2720
  multiple?: boolean;
2706
- placeholder?: string;
2721
+ placeholder: string;
2707
2722
  dataType: string;
2708
2723
  label?: string;
2709
- required?: boolean;
2724
+ required: boolean;
2710
2725
  ngOnInit(): void;
2711
2726
  focus(): void;
2712
2727
  ngOnDestroy(): void;
@@ -2795,9 +2810,9 @@ declare class LocalizedStringComponent implements OnInit, ControlValueAccessor,
2795
2810
  setDisabledState?(isDisabled: boolean): void;
2796
2811
  get value(): string | LocalizedString | undefined;
2797
2812
  set value(val: string);
2798
- placeholder: string;
2799
- get required(): boolean;
2800
- set required(req: boolean);
2813
+ placeholder?: string | null;
2814
+ get required(): boolean | string;
2815
+ set required(req: boolean | string);
2801
2816
  get disabled(): boolean;
2802
2817
  set disabled(value: boolean);
2803
2818
  maxlength: number;
@@ -3064,26 +3079,27 @@ declare class DesignerCubeFilterComponent implements OnChanges, OnDestroy {
3064
3079
  readonly pattern: RegExp;
3065
3080
  cube: ElementModel;
3066
3081
  form: FormGroup;
3067
- readonly sources: {
3068
- [axis: string]: Observable<{
3069
- [key: string]: any;
3070
- }>;
3071
- };
3082
+ private readonly _sources;
3072
3083
  private readonly _decendents;
3073
3084
  private readonly _ancestors;
3074
3085
  private readonly _destroy;
3075
- ngOnChanges(_changes: SimpleChanges): void;
3076
3086
  /** filter ctor */
3077
3087
  constructor(_service: CubeService, _ref: DesignerRef, _fb: FormBuilder);
3078
- displayValue(val: {
3088
+ ngOnChanges(_changes: SimpleChanges): void;
3089
+ getType(name: string): Observable<{
3079
3090
  key: string;
3080
3091
  value: any;
3081
- } | string): any;
3092
+ }[]>;
3093
+ displayValue(val: KeyValue$1 | string): any;
3082
3094
  change(axis: string, evt: MatAutocompleteSelectedEvent): void;
3083
3095
  ngOnDestroy(): void;
3084
3096
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerCubeFilterComponent, never>;
3085
3097
  static ɵcmp: i0.ɵɵComponentDeclaration<DesignerCubeFilterComponent, "bizdoc-designer-cube-filter", never, { "cube": { "alias": "cube"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, {}, never, never, false, never>;
3086
3098
  }
3099
+ interface KeyValue$1 {
3100
+ key: string;
3101
+ value: any;
3102
+ }
3087
3103
 
3088
3104
  declare class ListingRef {
3089
3105
  private _provider;
@@ -3469,7 +3485,11 @@ declare class BrowseFilterComponent implements OnInit, AfterViewInit, OnDestroy
3469
3485
  private _accounts;
3470
3486
  private _config;
3471
3487
  readonly pattern: RegExp;
3472
- values: BrowseFilterArgs;
3488
+ private _values;
3489
+ private _axes;
3490
+ set values(values: BrowseFilterArgs);
3491
+ get values(): BrowseFilterArgs;
3492
+ get axes(): AxesMap;
3473
3493
  folderId?: string;
3474
3494
  exclude?: string[];
3475
3495
  readonly valuesChange: EventEmitter<BrowseFilterArgs>;
@@ -3501,10 +3521,9 @@ declare class BrowseFilterComponent implements OnInit, AfterViewInit, OnDestroy
3501
3521
  constructor(_fb: FormBuilder, _session: SessionService, _mailbox: MailboxService, _accounts: AccountService, _config: BizDocConfig);
3502
3522
  ngOnInit(): void;
3503
3523
  ngAfterViewInit(): void;
3504
- change(axis: string, evt: MatAutocompleteSelectedEvent): void;
3505
3524
  clearSender(): void;
3506
3525
  axesChange(axes: AxesMap): void;
3507
- displayFn(person: PersonInfo): string | undefined;
3526
+ displayName(person: PersonInfo): string;
3508
3527
  drop(evt: CdkDragDrop<string, any>): void;
3509
3528
  senderSelected(e: MatAutocompleteSelectedEvent): void;
3510
3529
  focus(): void;
@@ -3839,26 +3858,26 @@ declare class EditInputComponent implements AfterViewInit {
3839
3858
  private _cd;
3840
3859
  readonly toolbarSettings: ToolbarSettingsModel;
3841
3860
  private _text?;
3842
- private _originalText;
3861
+ private _originalText?;
3843
3862
  get text(): string | null | undefined;
3844
3863
  placeholder: string;
3845
- set text(value: string);
3846
- set image(value: string);
3864
+ set text(value: string | null | undefined);
3865
+ set image(value: string | undefined);
3847
3866
  mode: 'html' | 'text';
3848
3867
  private _resource?;
3849
3868
  get resource(): {
3850
3869
  [key: string]: any;
3851
- } | undefined;
3870
+ } | null | undefined;
3852
3871
  set resource(value: {
3853
3872
  [key: string]: any;
3854
- });
3873
+ } | null | undefined);
3855
3874
  disabled: boolean;
3856
3875
  private _autofocus;
3857
3876
  get autofocus(): boolean;
3858
3877
  set autofocus(value: boolean);
3859
3878
  cache: string;
3860
3879
  _image?: string;
3861
- private _originalImage;
3880
+ private _originalImage?;
3862
3881
  readonly change: EventEmitter<string>;
3863
3882
  readonly onOk: EventEmitter<EditTextEvent>;
3864
3883
  readonly onFocus: EventEmitter<any>;
@@ -3869,7 +3888,7 @@ declare class EditInputComponent implements AfterViewInit {
3869
3888
  ngAfterViewInit(): void;
3870
3889
  _key(evt: KeyboardEvent): void;
3871
3890
  private _submit;
3872
- _textChange(evt: KeyboardEvent): void;
3891
+ _textChange(evt: InputEvent): void;
3873
3892
  _htmlChange(evt: ChangeEventArgs): void;
3874
3893
  _toggleHtml(): void;
3875
3894
  _ok(): void;
@@ -4007,7 +4026,7 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
4007
4026
  dirty: boolean;
4008
4027
  readonly dirtyChange: EventEmitter<boolean>;
4009
4028
  valid: boolean;
4010
- page: string | number;
4029
+ page?: string | number;
4011
4030
  readonly validChange: EventEmitter<boolean>;
4012
4031
  readonly saved: EventEmitter<void>;
4013
4032
  mode: ViewMode;
@@ -4027,7 +4046,8 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
4027
4046
  get userTags(): boolean | undefined;
4028
4047
  /** */
4029
4048
  ngOnInit(): void;
4030
- private _editing;
4049
+ private _onRemoteEditing;
4050
+ private _destroyForm;
4031
4051
  /**
4032
4052
  *
4033
4053
  * @param changes
@@ -4043,28 +4063,17 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
4043
4063
  * @param ev
4044
4064
  */
4045
4065
  private _fileChangeListener;
4046
- private _applychanges;
4066
+ private _applyFormChanges;
4047
4067
  private _getActionAdjective;
4048
- /**
4049
- *
4050
- * @param feedback
4051
- */
4052
- private _save;
4053
4068
  /**
4054
4069
  *
4055
4070
  * @param files
4056
4071
  * @returns
4057
4072
  */
4058
4073
  upload(files: File[]): Observable<any>;
4059
- /**
4060
- *
4061
- * @param file
4062
- * @returns
4063
- */
4064
- private _constructAttachment;
4065
4074
  tag(evt: MouseEvent): void;
4066
4075
  /** */
4067
- private _reset;
4076
+ private _resetFormState;
4068
4077
  guide(name: string): void;
4069
4078
  attach(): void;
4070
4079
  /**
@@ -4111,7 +4120,7 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
4111
4120
  * @param args
4112
4121
  */
4113
4122
  private _handleError;
4114
- private _assign;
4123
+ private _patchModel;
4115
4124
  ngOnDestroy(): void;
4116
4125
  static ɵfac: i0.ɵɵFactoryDeclaration<ComposeFormComponent, never>;
4117
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>;
@@ -4329,7 +4338,7 @@ declare class CopyDialog implements OnInit, OnDestroy {
4329
4338
  /** copy ctor */
4330
4339
  constructor(_service: MailboxService, dialogRef: MatDialogRef<CopyDialog>);
4331
4340
  ngOnInit(): void;
4332
- display(item: HeaderModel): string | null;
4341
+ display(item: HeaderModel): string;
4333
4342
  select(evt: MatAutocompleteSelectedEvent): void;
4334
4343
  ngOnDestroy(): void;
4335
4344
  static ɵfac: i0.ɵɵFactoryDeclaration<CopyDialog, never>;
@@ -4339,7 +4348,7 @@ declare class CopyDialog implements OnInit, OnDestroy {
4339
4348
  declare class SchedulerMobileComponent implements OnInit {
4340
4349
  private _router;
4341
4350
  private _route;
4342
- date: Date;
4351
+ date: i0.WritableSignal<Date | null>;
4343
4352
  /** scheduler ctor */
4344
4353
  constructor(_router: Router, _route: ActivatedRoute);
4345
4354
  ngOnInit(): void;
@@ -4383,8 +4392,8 @@ declare class CubeMatrixComponent implements OnChanges {
4383
4392
  indexAt?: AxisType;
4384
4393
  placeAt?: AxisPlace;
4385
4394
  scope?: ScopeType;
4386
- private _sum;
4387
- set sum(val: SumSettings | SumSettings[]);
4395
+ private _sum?;
4396
+ set sum(val: SumSettings | SumSettings[] | undefined);
4388
4397
  filters: AxesMap;
4389
4398
  loading: boolean;
4390
4399
  private _interactive;
@@ -4541,14 +4550,14 @@ declare class CubeMatrixMobileComponent extends CubeMatrixBase implements OnInit
4541
4550
  }
4542
4551
 
4543
4552
  declare class DocumentViewMobileComponent {
4544
- model: DocumentModel;
4553
+ model: i0.WritableSignal<DocumentModel<any> | null>;
4545
4554
  constructor(route: ActivatedRoute, translate: TranslateService, title: WindowTitleService);
4546
4555
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewMobileComponent, never>;
4547
4556
  static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewMobileComponent, "ng-component", never, {}, {}, never, never, false, never>;
4548
4557
  }
4549
4558
 
4550
4559
  declare class MobileOptionsComponent {
4551
- section: OptionType;
4560
+ readonly section: OptionType;
4552
4561
  constructor(route: ActivatedRouteSnapshot);
4553
4562
  static ɵfac: i0.ɵɵFactoryDeclaration<MobileOptionsComponent, never>;
4554
4563
  static ɵcmp: i0.ɵɵComponentDeclaration<MobileOptionsComponent, "bizdoc-mobile-options", never, {}, {}, never, never, false, never>;
@@ -4576,7 +4585,7 @@ declare class OverlayFormComponent implements OnInit, OnDestroy {
4576
4585
  declare class LocalizedStringPipe implements PipeTransform {
4577
4586
  private _session;
4578
4587
  constructor(_session: SessionService);
4579
- transform(value?: LocalizedString, ...args: any[]): string | null;
4588
+ transform(value?: LocalizedString | null, ...args: any[]): string;
4580
4589
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedStringPipe, never>;
4581
4590
  static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedStringPipe, "localizedString", false>;
4582
4591
  }
@@ -4645,6 +4654,7 @@ declare class BoxFormComponent implements FormComponent<any> {
4645
4654
  readonly form: FormGroup<{}>;
4646
4655
  mode: ViewMode;
4647
4656
  onBind(data: DocumentModel<any>, version?: any): void;
4657
+ formOf(name: string): FormGroup;
4648
4658
  controlattached(group: FormGroup, data: any, field: FieldModel, componentRef: ComponentRef<ControlComponent>): void;
4649
4659
  static ɵfac: i0.ɵɵFactoryDeclaration<BoxFormComponent, never>;
4650
4660
  static ɵcmp: i0.ɵɵComponentDeclaration<BoxFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
@@ -4957,69 +4967,17 @@ declare class ToNowPipe implements PipeTransform {
4957
4967
  static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
4958
4968
  }
4959
4969
 
4960
- declare class ChatService {
4961
- private _http;
4962
- private _session;
4963
- active?: string;
4964
- private _change$;
4965
- get change(): Observable<Contact>;
4966
- private readonly _map;
4967
- constructor(_http: HttpClient, messaging: HubService, _session: SessionService);
4968
- private readonly _storage;
4969
- store(contactId: string, data: {
4970
- text?: string;
4971
- resource?: {};
4972
- image?: string;
4973
- }): void;
4974
- restore(contactId: string): any;
4975
- find(contactId: string): Contact;
4976
- conversations(contactId: string, before?: Date): Observable<Chat[]>;
4977
- seen(contactId: string): Observable<Timestamp>;
4978
- typing(contactId: string): Observable<any>;
4979
- forget(contactId: string): Observable<any>;
4980
- findAll(name: string): Observable<PersonInfo[]>;
4981
- send(contactId: string, options: {
4982
- text?: string;
4983
- icon?: string;
4984
- }): Observable<Chat>;
4985
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatService, never>;
4986
- static ɵprov: i0.ɵɵInjectableDeclaration<ChatService>;
4987
- }
4988
- declare type Timestamp = {
4989
- time: Date;
4990
- };
4991
-
4992
4970
  declare class HtmlSimplePipe implements PipeTransform {
4993
4971
  transform(value: any, ...args: any[]): any;
4994
4972
  static ɵfac: i0.ɵɵFactoryDeclaration<HtmlSimplePipe, never>;
4995
4973
  static ɵpipe: i0.ɵɵPipeDeclaration<HtmlSimplePipe, "htmlToText", false>;
4996
4974
  }
4997
- declare class ContactsComponent implements OnInit, OnDestroy {
4998
- private _service;
4999
- private _sb;
5000
- private _session;
5001
- private _accounts;
5002
- private _changeDetector;
5003
- private _messaging;
5004
- readonly selected: EventEmitter<Contact>;
5005
- contacts: Contact[];
5006
- users$: Observable<PersonInfo[]>;
5007
- readonly searchControl: FormControl<any>;
5008
- private readonly _destroy;
5009
- constructor(_service: ChatService, _sb: PromptService, _session: SessionService, _accounts: AccountService, _changeDetector: ChangeDetectorRef, _messaging: HubService);
5010
- private _prepare;
5011
- ngOnInit(): void;
5012
- optionSelected(ev: MatAutocompleteSelectedEvent): void;
5013
- open(item: Contact): void;
5014
- forget(item: Contact): void;
5015
- ngOnDestroy(): void;
5016
- static ɵfac: i0.ɵɵFactoryDeclaration<ContactsComponent, never>;
5017
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactsComponent, "bizdoc-contacts", never, {}, { "selected": "selected"; }, never, never, false, never>;
5018
- }
5019
4975
 
5020
4976
  /** */
5021
4977
  declare class CheckboxComponent {
5022
- checked: boolean;
4978
+ private _checked?;
4979
+ set checked(value: boolean | string | null | undefined);
4980
+ get checked(): boolean | string | null | undefined;
5023
4981
  color: ThemePalette;
5024
4982
  icon: 'switch' | 'checkbox';
5025
4983
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
@@ -5082,18 +5040,19 @@ interface ExploreEvent$1 {
5082
5040
  index?: string;
5083
5041
  }
5084
5042
 
5043
+ type PeriodPolicy = 'Strict' | 'Fish';
5085
5044
  declare class CubeSumComponent implements OnChanges {
5086
5045
  private _ds;
5087
5046
  private _service;
5088
5047
  private _sb;
5089
5048
  private _session;
5090
5049
  xAxis: string;
5091
- periodPolicy?: 'Strict' | 'Fish';
5092
- parentAxis: string;
5050
+ periodPolicy?: PeriodPolicy;
5051
+ parentAxis?: string;
5093
5052
  filters: AxesMap;
5094
5053
  cube: string;
5095
- indices: string[] | string;
5096
- scope: ScopeType;
5054
+ indices?: string[] | string;
5055
+ scope?: ScopeType;
5097
5056
  readonly onExplore: EventEmitter<ExploreEvent>;
5098
5057
  back: boolean;
5099
5058
  forward: boolean;
@@ -5107,7 +5066,7 @@ declare class CubeSumComponent implements OnChanges {
5107
5066
  loading: boolean;
5108
5067
  readonly Math: Math;
5109
5068
  private _cube;
5110
- private _parentAxis;
5069
+ private _parentAxis?;
5111
5070
  private _results;
5112
5071
  private _scoperesults;
5113
5072
  private _scope;
@@ -5188,7 +5147,7 @@ declare abstract class CubeBase<O extends Options$4> implements InsightComponent
5188
5147
  originalAxes: AxesMap;
5189
5148
  alternate: Cube[];
5190
5149
  cube: Cube;
5191
- hasdata: boolean;
5150
+ hasData: boolean;
5192
5151
  title?: string;
5193
5152
  private _consolidatedAxes;
5194
5153
  constructor(_viewRef: DocumentViewRef<O>, _service: CubeService, _session: SessionService, _none?: boolean | undefined);
@@ -5215,7 +5174,7 @@ interface Options$4 {
5215
5174
  declare class CubeParallelViewComponent extends CubeBase<ParallelSettingsModel> {
5216
5175
  private _router;
5217
5176
  xAxis: string | string[];
5218
- series?: string | string[];
5177
+ series: string | string[];
5219
5178
  indices?: string | string[];
5220
5179
  chartType?: SparklineType;
5221
5180
  size: number;
@@ -5308,7 +5267,7 @@ declare class CubeDocumentSumComponent extends CubeBase<SumSettingsModel> implem
5308
5267
  private _router;
5309
5268
  primaryAxis: CubeAxis;
5310
5269
  parentAxis?: string;
5311
- periodPolicy?: string;
5270
+ periodPolicy?: PeriodPolicy;
5312
5271
  indices?: string[] | string;
5313
5272
  selectedAxis: string | number;
5314
5273
  alternateAxes: (string | number)[];
@@ -5774,7 +5733,7 @@ declare class CombinationPool implements OnInit, OnDestroy {
5774
5733
  private _fb;
5775
5734
  private _session;
5776
5735
  form: FormGroup;
5777
- appearance?: MatFormFieldAppearance;
5736
+ appearance: MatFormFieldAppearance;
5778
5737
  cube: string;
5779
5738
  model: {
5780
5739
  [axis: string]: (string | number);
@@ -5954,7 +5913,7 @@ declare class IdentityName implements OnChanges {
5954
5913
  declare class SanitizeHtmlPipe implements PipeTransform {
5955
5914
  private _sanitizer;
5956
5915
  constructor(_sanitizer: DomSanitizer);
5957
- transform(value: string): SafeHtml;
5916
+ transform(value: string | null | undefined): SafeHtml;
5958
5917
  static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtmlPipe, never>;
5959
5918
  static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml", false>;
5960
5919
  }
@@ -5992,7 +5951,7 @@ declare class FormPipe implements PipeTransform {
5992
5951
  }
5993
5952
 
5994
5953
  declare class FilterPipe implements PipeTransform {
5995
- transform(array: any, field: string, value: string): any[] | undefined;
5954
+ transform(array: any, field: string, value?: any): any[] | undefined;
5996
5955
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
5997
5956
  static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filterBy", false>;
5998
5957
  }
@@ -6026,7 +5985,7 @@ declare class TaggingPipe implements PipeTransform, OnDestroy {
6026
5985
  private _router;
6027
5986
  private _me;
6028
5987
  constructor(_element: ElementRef<HTMLElement>, _sanitizer: DomSanitizer, _chat: ChatInfo, _session: SessionService, _translate: TranslateService, _router: RouterImpl);
6029
- transform(text: string, resource?: {
5988
+ transform(text: string | null | undefined, resource?: {
6030
5989
  [key: string]: any;
6031
5990
  }, group?: string): SafeHtml | undefined;
6032
5991
  private _click;
@@ -6166,14 +6125,14 @@ declare class AddressInput implements MatFormFieldControl<string>, ControlValueA
6166
6125
  private _value;
6167
6126
  private _onChange;
6168
6127
  private _onTouched;
6169
- _addresses: google.maps.places.QueryAutocompletePrediction[];
6128
+ _addresses: any[];
6170
6129
  readonly control: FormControl<any>;
6171
6130
  readonly stateChanges: Subject<void>;
6172
6131
  readonly id: string;
6173
6132
  inputElement: ElementRef;
6174
6133
  readonly optionSelected: EventEmitter<AddressChangeEvent>;
6175
6134
  debounce: number;
6176
- location?: google.maps.LatLng;
6135
+ location?: LatLng;
6177
6136
  country?: string | string[];
6178
6137
  get placeholder(): string;
6179
6138
  set placeholder(plh: string);
@@ -6198,11 +6157,12 @@ declare class AddressInput implements MatFormFieldControl<string>, ControlValueA
6198
6157
  private _setValue;
6199
6158
  onFocus(): void;
6200
6159
  onBlur(): void;
6201
- displayFn(address: google.maps.places.QueryAutocompletePrediction | string): string;
6160
+ displayFn(address: any | string): any;
6202
6161
  selected(e: MatAutocompleteSelectedEvent): void;
6203
6162
  private readonly _destroy;
6204
6163
  constructor(ngControl: NgControl, _fm: FocusMonitor, _elRef: ElementRef<HTMLElement>);
6205
6164
  focus(): void;
6165
+ _(): Promise<void>;
6206
6166
  ngOnInit(): void;
6207
6167
  ngOnDestroy(): void;
6208
6168
  static ɵfac: i0.ɵɵFactoryDeclaration<AddressInput, [{ optional: true; self: true; }, null, null]>;
@@ -6249,8 +6209,9 @@ declare class FileInput implements MatFormFieldControl<number | number[]>, Contr
6249
6209
  private _value?;
6250
6210
  _items: AttachmentExtra[];
6251
6211
  _draft: boolean | undefined;
6252
- get multiple(): boolean;
6253
- set multiple(value: boolean);
6212
+ get draft(): boolean | undefined;
6213
+ get multiple(): boolean | null | string | undefined;
6214
+ set multiple(value: boolean | null | string | undefined);
6254
6215
  accept: null;
6255
6216
  icon: string;
6256
6217
  registerOnChange(fn: any): void;
@@ -6264,7 +6225,7 @@ declare class FileInput implements MatFormFieldControl<number | number[]>, Contr
6264
6225
  get empty(): boolean;
6265
6226
  shouldLabelFloat: boolean;
6266
6227
  get required(): boolean;
6267
- set required(req: boolean);
6228
+ set required(req: boolean | undefined | null);
6268
6229
  get disabled(): boolean;
6269
6230
  set disabled(value: boolean);
6270
6231
  errorState: boolean;
@@ -6276,11 +6237,11 @@ declare class FileInput implements MatFormFieldControl<number | number[]>, Contr
6276
6237
  private readonly _pendingInputChange;
6277
6238
  constructor(_dropableElement: ElementRef, _mailbox: MailboxService, _sanitizer: DomSanitizer, _attachmentInfo: AttachmentInfo, _translate: TranslateService, _session: SessionService, _sb: PromptService, ngControl: NgControl, _model: RecipientModel<any>);
6278
6239
  ngOnInit(): void;
6279
- _handleDocumentDrop(event: KeyboardEvent): void;
6280
- _handleDrop(event: DragEvent): void;
6281
- _handleEnter(event: DragEvent): void;
6282
- _handleLeave(event: DragEvent): void;
6283
- _handleOver(event: DragEvent): void;
6240
+ _handleDocumentDrop(event: Event): void;
6241
+ _handleDrop(event: Event): void;
6242
+ _handleEnter(event: Event): void;
6243
+ _handleLeave(event: Event): void;
6244
+ _handleOver(event: Event): void;
6284
6245
  _hasVersions(item: Attachment): boolean;
6285
6246
  _getVersions(item: Attachment): Attachment[];
6286
6247
  _previewOrDownload(item: AttachmentExtra): void;
@@ -6298,7 +6259,7 @@ declare class FileInput implements MatFormFieldControl<number | number[]>, Contr
6298
6259
  *
6299
6260
  * @param evt
6300
6261
  */
6301
- _fileInputChange(evt: InputEvent): void;
6262
+ _fileInputChange(evt: Event): void;
6302
6263
  /**
6303
6264
  *
6304
6265
  * @param attachment
@@ -6359,7 +6320,7 @@ declare class TimeField implements ControlComponent<any> {
6359
6320
  subscriptSizing: SubscriptSizing;
6360
6321
  set dense(val: boolean);
6361
6322
  hint?: string;
6362
- placeholder?: string;
6323
+ placeholder: string;
6363
6324
  label?: string;
6364
6325
  max?: number;
6365
6326
  min?: number;
@@ -6399,10 +6360,10 @@ declare class AddressField implements ControlComponent, OnInit {
6399
6360
  set dense(val: boolean);
6400
6361
  mode: ViewMode;
6401
6362
  hint?: string;
6402
- placeholder?: string;
6363
+ placeholder: string;
6403
6364
  value: string;
6404
6365
  label?: string;
6405
- required?: boolean;
6366
+ required: boolean;
6406
6367
  input: AddressInput;
6407
6368
  readonly control: FormControl<null>;
6408
6369
  focus(): void;
@@ -6416,7 +6377,7 @@ declare class RadioButtonField extends OptionsControlField implements ControlCom
6416
6377
  hint?: string;
6417
6378
  label?: string;
6418
6379
  input: MatRadioButton;
6419
- readonly control: FormControl<boolean | null>;
6380
+ readonly control: FormControl<any>;
6420
6381
  focus(): void;
6421
6382
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonField, never>;
6422
6383
  static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonField, "ng-component", never, {}, {}, never, never, false, never>;
@@ -6442,8 +6403,8 @@ declare class AxesPickerField implements ControlComponent, OnInit {
6442
6403
  mode: ViewMode;
6443
6404
  hint?: string;
6444
6405
  label?: string;
6445
- required?: boolean;
6446
- cube?: string;
6406
+ required: boolean;
6407
+ cube: string;
6447
6408
  input: CombinationPicker;
6448
6409
  readonly control: FormControl<any>;
6449
6410
  focus(): void;
@@ -6472,7 +6433,7 @@ declare class HtmlField implements ControlComponent<any>, OnInit {
6472
6433
  mode: ViewMode;
6473
6434
  maxLength?: number;
6474
6435
  minLength?: number;
6475
- required?: boolean;
6436
+ required: boolean;
6476
6437
  placeholder?: string;
6477
6438
  hint?: string;
6478
6439
  label?: string;
@@ -6488,8 +6449,8 @@ declare class HtmlField implements ControlComponent<any>, OnInit {
6488
6449
  declare class FileField implements ControlComponent, OnInit {
6489
6450
  appearance: MatFormFieldAppearance;
6490
6451
  multiple?: boolean;
6491
- required?: boolean;
6492
- placeholder?: string;
6452
+ required: boolean;
6453
+ placeholder: string;
6493
6454
  label?: string;
6494
6455
  hint?: string;
6495
6456
  mode: ViewMode;
@@ -6506,15 +6467,14 @@ declare class NumericField implements ControlComponent<any>, OnInit {
6506
6467
  set dense(val: boolean);
6507
6468
  appearance: MatFormFieldAppearance;
6508
6469
  mode: ViewMode;
6509
- placeholder?: string;
6510
- pattern?: string;
6470
+ placeholder: string;
6511
6471
  label?: string;
6512
6472
  max?: number;
6513
6473
  min?: number;
6514
6474
  suffixIcon?: string;
6515
6475
  prefixIcon?: string;
6516
6476
  hint?: string;
6517
- required?: boolean;
6477
+ required: boolean;
6518
6478
  input: MatInput;
6519
6479
  readonly control: FormControl<any>;
6520
6480
  focus(): void;
@@ -6527,7 +6487,7 @@ declare class CheckboxField implements ControlComponent, OnInit {
6527
6487
  mode: ViewMode;
6528
6488
  label?: string;
6529
6489
  hint?: string;
6530
- required?: boolean;
6490
+ required: boolean;
6531
6491
  input: MatCheckbox;
6532
6492
  readonly control: FormControl<boolean | null>;
6533
6493
  focus(): void;
@@ -6541,11 +6501,11 @@ declare class DateField implements ControlComponent<any> {
6541
6501
  subscriptSizing: SubscriptSizing;
6542
6502
  set dense(val: boolean);
6543
6503
  hint?: string;
6544
- placeholder?: string;
6504
+ placeholder: string;
6545
6505
  label?: string;
6546
6506
  max?: number;
6547
6507
  min?: number;
6548
- required?: boolean;
6508
+ required: boolean;
6549
6509
  mode: ViewMode;
6550
6510
  readonly isMobile: boolean;
6551
6511
  readonly control: FormControl<any>;
@@ -6597,9 +6557,9 @@ declare class InputField implements ControlComponent, OnInit {
6597
6557
  prefixIcon?: string;
6598
6558
  maxLength?: number;
6599
6559
  minLength?: number;
6600
- required?: boolean;
6601
- pattern?: string;
6602
- placeholder?: string;
6560
+ required: boolean;
6561
+ pattern: string;
6562
+ placeholder: string;
6603
6563
  label?: string;
6604
6564
  readonly control: FormControl<any>;
6605
6565
  input: MatInput;
@@ -6616,7 +6576,7 @@ declare class SelectField extends OptionsControlField implements ControlComponen
6616
6576
  params: any;
6617
6577
  multiple?: boolean;
6618
6578
  autocomplete?: boolean;
6619
- placeholder?: string;
6579
+ placeholder: string;
6620
6580
  hint?: string;
6621
6581
  label?: string;
6622
6582
  readonly control: FormControl<any>;
@@ -6650,9 +6610,8 @@ declare class TextareaField implements ControlComponent, OnInit {
6650
6610
  maxLength?: number;
6651
6611
  label?: string;
6652
6612
  minLength?: number;
6653
- required?: boolean;
6654
- pattern?: string;
6655
- placeholder?: string;
6613
+ required: boolean;
6614
+ placeholder: string;
6656
6615
  ngOnInit(): void;
6657
6616
  input: MatInput;
6658
6617
  focus(): void;
@@ -6770,7 +6729,8 @@ declare class AvatarComponent implements OnChanges, OnDestroy {
6770
6729
  private _sanitizer;
6771
6730
  private _cd;
6772
6731
  person: PersonInfo;
6773
- readonly clickChange: EventEmitter$1<any>;
6732
+ readonly clickChange: EventEmitter<any>;
6733
+ interactive: boolean;
6774
6734
  modeIcon: string;
6775
6735
  modeColor: string;
6776
6736
  mode: AvailabilityState;
@@ -6798,7 +6758,7 @@ declare class AvatarComponent implements OnChanges, OnDestroy {
6798
6758
  private _gen;
6799
6759
  ngOnDestroy(): void;
6800
6760
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
6801
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "bizdoc-avatar", never, { "person": { "alias": "person"; "required": false; }; "showMode": { "alias": "showMode"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; }, { "clickChange": "clickChange"; }, never, never, false, never>;
6761
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "bizdoc-avatar", never, { "person": { "alias": "person"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "showMode": { "alias": "showMode"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; }, { "clickChange": "clickChange"; }, never, never, false, never>;
6802
6762
  }
6803
6763
 
6804
6764
  /** component */
@@ -6829,6 +6789,61 @@ declare class LottieAnimation implements OnInit {
6829
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>;
6830
6790
  }
6831
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
+
6832
6847
  type Tag = {
6833
6848
  /** axis name */
6834
6849
  axis: string;
@@ -7117,9 +7132,9 @@ declare class TaggingDirective implements OnDestroy {
7117
7132
  private _dir;
7118
7133
  private _element;
7119
7134
  private _overlay;
7120
- resource: {
7135
+ resource?: {
7121
7136
  [key: string]: any;
7122
- };
7137
+ } | null;
7123
7138
  resourceChange: EventEmitter<{
7124
7139
  [key: string]: any;
7125
7140
  }>;
@@ -7131,13 +7146,13 @@ declare class TaggingDirective implements OnDestroy {
7131
7146
  *
7132
7147
  * @param _evt
7133
7148
  */
7134
- _handleInput(_evt: KeyboardEvent): void;
7149
+ _handleInput(_evt: Event): void;
7135
7150
  /**
7136
7151
  *
7137
7152
  * @param evt
7138
7153
  * @returns
7139
7154
  */
7140
- _handleKeydown(evt: KeyboardEvent): void;
7155
+ _handleKeydown(evt: Event): void;
7141
7156
  private _close;
7142
7157
  /**
7143
7158
  *
@@ -7352,11 +7367,12 @@ declare class CubeAnomalyNotification extends NotificationBase<CubeAnomaly> impl
7352
7367
  static ɵcmp: i0.ɵɵComponentDeclaration<CubeAnomalyNotification, "ng-component", never, {}, {}, never, never, false, never>;
7353
7368
  }
7354
7369
  interface CubeAnomaly {
7355
- cube: string;
7370
+ cubeId: string;
7356
7371
  axes: string[];
7357
7372
  value: number;
7358
- numbers: string[];
7359
- documentIds: number[];
7373
+ documents: {
7374
+ [id: string]: string;
7375
+ };
7360
7376
  }
7361
7377
 
7362
7378
  declare class EscalatedNotification extends NotificationBase<Escalated> implements OnInit {
@@ -7381,8 +7397,10 @@ declare class LikedNotification extends NotificationBase<Liked> implements OnIni
7381
7397
  static ɵcmp: i0.ɵɵComponentDeclaration<LikedNotification, "bizdoc-liked-notification", never, {}, {}, never, never, false, never>;
7382
7398
  }
7383
7399
  interface Liked {
7400
+ votes: {
7401
+ [key: string]: number;
7402
+ };
7384
7403
  userIds: string[];
7385
- voted?: number;
7386
7404
  }
7387
7405
 
7388
7406
  declare class StateChangedNotification extends NotificationBase<StateChanged> implements OnInit {
@@ -7480,17 +7498,36 @@ declare class TraceViewComponent extends TraceBase {
7480
7498
  constructor(session: SessionService, _translate: TranslateService, _accounts: AccountService, _chat: ChatInfo, hub: HubService);
7481
7499
  ngOnChanges(_: SimpleChanges): void;
7482
7500
  _initialize(): Promise<void>;
7501
+ /** */
7483
7502
  private _filter;
7503
+ /** */
7484
7504
  get anyFilters(): boolean;
7485
7505
  private _showMode;
7506
+ /** */
7486
7507
  get showMode(): ShowMode;
7508
+ /** */
7487
7509
  set showMode(value: ShowMode);
7510
+ /**
7511
+ *
7512
+ * @param e
7513
+ */
7488
7514
  chat(e: MouseEvent): void;
7489
7515
  /**
7490
7516
  * model version compare
7491
7517
  * @param log
7492
7518
  */
7493
7519
  compare(log: Trace): void;
7520
+ /**
7521
+ * account info as promise
7522
+ * @param id
7523
+ */
7524
+ private _profileOf;
7525
+ /**
7526
+ * user name, chat anchor tag
7527
+ * @param user
7528
+ */
7529
+ private _nameOf;
7530
+ private _actionBy;
7494
7531
  static ɵfac: i0.ɵɵFactoryDeclaration<TraceViewComponent, never>;
7495
7532
  static ɵcmp: i0.ɵɵComponentDeclaration<TraceViewComponent, "bizdoc-trace", never, { "model": { "alias": "model"; "required": false; }; "version": { "alias": "version"; "required": false; }; }, { "versionSelected": "versionSelected"; }, never, never, false, never>;
7496
7533
  }
@@ -7513,7 +7550,8 @@ declare type ShowMode = 'everything' | 'active' | 'route';
7513
7550
 
7514
7551
  declare class ProgressDirective implements AfterViewInit, OnChanges {
7515
7552
  private renderer;
7516
- progressIndicator: number;
7553
+ /** percentage of progress */
7554
+ progressIndicator?: number;
7517
7555
  private _progressDiv;
7518
7556
  constructor(elementRef: ElementRef, renderer: Renderer2);
7519
7557
  ngAfterViewInit(): void;
@@ -7537,7 +7575,7 @@ declare class TagsComponent implements OnInit, OnDestroy, AfterViewInit {
7537
7575
  private _data;
7538
7576
  private _mailbox;
7539
7577
  readonly control: FormControl<null>;
7540
- tags: Tag$1[];
7578
+ readonly tags: Tag$1[];
7541
7579
  inputElement: ElementRef<HTMLInputElement>;
7542
7580
  auto: MatAutocomplete;
7543
7581
  options$: Observable<Tag$1[]>;
@@ -7573,6 +7611,7 @@ declare class MapComponent implements OnInit {
7573
7611
  private _elementRef;
7574
7612
  constructor(_ref: OverlayRef, _data: Location, _elementRef: ElementRef<HTMLDivElement>);
7575
7613
  ngOnInit(): void;
7614
+ _(): Promise<void>;
7576
7615
  static ɵfac: i0.ɵɵFactoryDeclaration<MapComponent, never>;
7577
7616
  static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "bizdoc-map", never, {}, {}, never, never, false, never>;
7578
7617
  }
@@ -7627,7 +7666,7 @@ declare class FlowViewComponent extends TraceBase implements AfterViewInit, OnDe
7627
7666
  ngAfterViewInit(): void;
7628
7667
  ngOnChanges(_changes: SimpleChanges): void;
7629
7668
  created(): void;
7630
- protected _initialize(): Promise<void>;
7669
+ _initialize(): Promise<void>;
7631
7670
  private _addIndicators;
7632
7671
  private _refresh;
7633
7672
  private _mouseEnter;
@@ -7649,6 +7688,11 @@ declare class FlowViewComponent extends TraceBase implements AfterViewInit, OnDe
7649
7688
  * @param recipient
7650
7689
  */
7651
7690
  private _note;
7691
+ /**
7692
+ * account info as promise
7693
+ * @param id
7694
+ */
7695
+ private _profileOf;
7652
7696
  /**
7653
7697
  *
7654
7698
  * @param name
@@ -7854,8 +7898,8 @@ declare class ExpandedItemComponent implements OnInit, OnDestroy {
7854
7898
  newComments?: number;
7855
7899
  typing?: boolean;
7856
7900
  note?: string | null;
7857
- sender?: string;
7858
- awaiting?: string;
7901
+ sender?: string | null;
7902
+ awaiting?: string | null;
7859
7903
  tags?: Tag$1[];
7860
7904
  mode: 'working' | 'done' | 'failed' | null;
7861
7905
  private _typingTask;
@@ -7865,6 +7909,7 @@ declare class ExpandedItemComponent implements OnInit, OnDestroy {
7865
7909
  ngOnInit(): void;
7866
7910
  /** */
7867
7911
  private _refresh;
7912
+ private _getProfile;
7868
7913
  /** */
7869
7914
  private _note;
7870
7915
  private _target;
@@ -7873,7 +7918,9 @@ declare class ExpandedItemComponent implements OnInit, OnDestroy {
7873
7918
  private _duration;
7874
7919
  /** */
7875
7920
  private _sender;
7876
- private _comments;
7921
+ /** */
7922
+ private _newComments;
7923
+ /** */
7877
7924
  private _awaiting;
7878
7925
  /**
7879
7926
  * Chat
@@ -7915,8 +7962,9 @@ declare class CubeFilterComponent implements OnInit, OnChanges, AfterViewInit, O
7915
7962
  visibleAxes: CubeAxis[];
7916
7963
  readonly sources: {
7917
7964
  [axis: string]: Observable<{
7918
- [key: string]: any;
7919
- }>;
7965
+ key: string;
7966
+ value: string;
7967
+ }[]>;
7920
7968
  };
7921
7969
  private _cube;
7922
7970
  private readonly _decendents;
@@ -7964,7 +8012,7 @@ declare class CubeAccumulationChartComponent implements OnInit, OnChanges, OnDes
7964
8012
  set xAxis(val: string | string[]);
7965
8013
  filters?: AxesMap;
7966
8014
  chartType?: ChartType;
7967
- scope: ScopeType;
8015
+ scope?: ScopeType;
7968
8016
  currencyCode?: string;
7969
8017
  loading: boolean;
7970
8018
  readonly loadingChange: EventEmitter<boolean>;
@@ -8014,7 +8062,7 @@ declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy, CubeVi
8014
8062
  yAxis?: YAxis;
8015
8063
  chartType?: ChartType;
8016
8064
  indicesChartType?: ChartType;
8017
- scope: ScopeType;
8065
+ scope?: ScopeType;
8018
8066
  currencyCode?: string;
8019
8067
  readonly explore: EventEmitter<AxisClickEvent>;
8020
8068
  loading: boolean;
@@ -8453,7 +8501,7 @@ declare class ActionDialog implements OnInit, OnDestroy {
8453
8501
  /** action-dialog ctor */
8454
8502
  constructor(data: ActionDialogData, session: SessionService, _fr: BizDocComponentFactoryResolver);
8455
8503
  ngOnInit(): void;
8456
- attached(compRef: ComponentRef<ArgumentsComponent>): void;
8504
+ attached(compRef: CdkPortalOutletAttachedRef): void;
8457
8505
  ngOnDestroy(): void;
8458
8506
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionDialog, never>;
8459
8507
  static ɵcmp: i0.ɵɵComponentDeclaration<ActionDialog, "ng-component", never, {}, {}, never, never, false, never>;
@@ -8476,9 +8524,9 @@ declare class ImpersonateDialog implements OnDestroy {
8476
8524
  constructor(_sb: PromptService, _session: SessionService);
8477
8525
  reset(): void;
8478
8526
  close(): void;
8479
- escape(evt: MouseEvent): void;
8527
+ escape(evt: Event): void;
8480
8528
  go(userId: string): void;
8481
- display(item?: PersonInfo): string | null;
8529
+ displayName(item?: PersonInfo): string;
8482
8530
  change(evt: MatAutocompleteSelectedEvent): void;
8483
8531
  ngOnDestroy(): void;
8484
8532
  static ɵfac: i0.ɵɵFactoryDeclaration<ImpersonateDialog, never>;
@@ -9203,7 +9251,7 @@ declare class EmojiHostComponent {
9203
9251
  readonly exclude: string[];
9204
9252
  readonly i18n: string;
9205
9253
  constructor(_ref: PopupRef<EmojiHostComponent>, _session: SessionService, _translate: TranslateService);
9206
- readonly darkMode: boolean | undefined;
9254
+ readonly darkMode: boolean;
9207
9255
  readonly color: string;
9208
9256
  add(event: EmojiEvent): void;
9209
9257
  static ɵfac: i0.ɵɵFactoryDeclaration<EmojiHostComponent, never>;
@@ -9219,7 +9267,7 @@ declare class TooltipComponent {
9219
9267
  declare class TooltipDirective implements OnInit {
9220
9268
  private _element;
9221
9269
  private _popup;
9222
- content: string;
9270
+ content: string | null | undefined;
9223
9271
  template: TemplateRef<any>;
9224
9272
  context: any;
9225
9273
  position: Position;
@@ -9321,13 +9369,13 @@ declare class SharedModule {
9321
9369
  static forChild(config?: SharedChildConfig): ModuleWithProviders<SharedModule>;
9322
9370
  static forRoot(config?: SharedConfig): ModuleWithProviders<SharedModule>;
9323
9371
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
9324
- 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]>;
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]>;
9325
9373
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
9326
9374
  }
9327
9375
 
9328
9376
  declare class MobileModule {
9329
9377
  static ɵfac: i0.ɵɵFactoryDeclaration<MobileModule, never>;
9330
- 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]>;
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]>;
9331
9379
  static ɵinj: i0.ɵɵInjectorDeclaration<MobileModule>;
9332
9380
  }
9333
9381
 
@@ -9342,8 +9390,8 @@ declare class DocumentInfoPaneComponent {
9342
9390
 
9343
9391
  declare class DocumentViewPaneComponent {
9344
9392
  views: DocumentViewsComponent;
9345
- model: DocumentModel;
9346
- constructor(session: SessionService, translate: TranslateService, pane: PaneRef);
9393
+ model: i0.WritableSignal<DocumentModel<any> | null>;
9394
+ constructor(translate: TranslateService, pane: PaneRef);
9347
9395
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewPaneComponent, never>;
9348
9396
  static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewPaneComponent, "ng-component", never, {}, {}, never, never, false, never>;
9349
9397
  }
@@ -9530,6 +9578,7 @@ declare class SlotsComponent implements OnInit, OnDestroy {
9530
9578
  * @param options
9531
9579
  */
9532
9580
  private _insertTab;
9581
+ paneAttached(pane: PaneRef, event: CdkPortalOutletAttachedRef): void;
9533
9582
  /** */
9534
9583
  back(): void;
9535
9584
  /**
@@ -9693,13 +9742,13 @@ declare class HomeComponent extends HomeBase {
9693
9742
  toggle(evt: Event): void;
9694
9743
  collapse(evt: Event): void;
9695
9744
  focus(): void;
9696
- displayWith: (_: string) => null;
9745
+ displayWith: (_: string) => string;
9697
9746
  /**
9698
9747
  *
9699
9748
  * @param item
9700
9749
  * @param compRef
9701
9750
  */
9702
- onAttached(item: ListingItem, compRef: ComponentRef<ListingComponent<any>>): void;
9751
+ onAttached(item: ListingItem, compRef: CdkPortalOutletAttachedRef): void;
9703
9752
  goto(evt: MatAutocompleteSelectedEvent): void;
9704
9753
  static ɵfac: i0.ɵɵFactoryDeclaration<HomeComponent, never>;
9705
9754
  static ɵcmp: i0.ɵɵComponentDeclaration<HomeComponent, "bizdoc-home", never, {}, {}, never, never, false, never>;
@@ -9774,7 +9823,7 @@ declare class CubeViewPaneComponent extends ViewBase implements OnInit {
9774
9823
  * Alt-f
9775
9824
  * @param event
9776
9825
  */
9777
- handleKeydown(event: KeyboardEvent): void;
9826
+ handleKeydown(event: Event): void;
9778
9827
  openFilter(evt?: Event): void;
9779
9828
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeViewPaneComponent, never>;
9780
9829
  static ɵcmp: i0.ɵɵComponentDeclaration<CubeViewPaneComponent, "ng-component", never, {}, {}, never, never, false, never>;
@@ -9904,7 +9953,7 @@ declare class ReportPaneComponent implements OnInit, OnDestroy {
9904
9953
  * Alt-q
9905
9954
  * @param event
9906
9955
  */
9907
- handleKeydown(event: KeyboardEvent): void;
9956
+ handleKeydown(event: Event): void;
9908
9957
  guide(evt?: Event | KeyboardEvent): void;
9909
9958
  ngOnDestroy(): void;
9910
9959
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportPaneComponent, never>;
@@ -9940,9 +9989,10 @@ declare class BrowsePaneComponent implements OnInit {
9940
9989
  items: BrowseItemsComponent;
9941
9990
  filterEl: ElementRef<HTMLElement>;
9942
9991
  search: ElementRef;
9943
- folderId: string;
9944
- filterType: FilterType;
9945
- 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>;
9946
9996
  searching: boolean;
9947
9997
  pageSize: number;
9948
9998
  readonly contains: FormControl<any>;
@@ -9950,8 +10000,6 @@ declare class BrowsePaneComponent implements OnInit {
9950
10000
  /** browse ctor */
9951
10001
  constructor(_pane: PaneRef<BrowsePaneComponent>, _session: SessionService, _popup: Popup, _router: PanesRouter, _directionality: Directionality, _translate: TranslateService, _breakpointObserver: BreakpointObserver, _dialog: MatDialog);
9952
10002
  ngOnInit(): void;
9953
- get folder(): Folder | undefined;
9954
- get anyFilters(): boolean;
9955
10003
  openFilter(_evt?: Event): void;
9956
10004
  /**
9957
10005
  * Alt-s, Alt-q
@@ -10035,7 +10083,7 @@ declare class ComposePaneComponent implements OnInit, OnDestroy {
10035
10083
  navComments(): void;
10036
10084
  navTrace(): void;
10037
10085
  private _navigate;
10038
- handleDocumentDrop(event: KeyboardEvent): void;
10086
+ handleDocumentDrop(event: Event): void;
10039
10087
  handleDrop(event: DragEvent): void;
10040
10088
  handleEnter(event: DragEvent): void;
10041
10089
  handleLeave(event: DragEvent): void;
@@ -10085,7 +10133,7 @@ declare class SchedulerPaneComponent implements OnInit {
10085
10133
  private _router;
10086
10134
  private _element;
10087
10135
  private _pane;
10088
- date: Date;
10136
+ date: i0.WritableSignal<Date | null>;
10089
10137
  /** scheduler ctor */
10090
10138
  constructor(_router: PanesRouter, _element: ElementRef<HTMLDivElement>, translate: TranslateService, _pane: PaneRef<SchedulerPaneComponent>);
10091
10139
  height: string;
@@ -10181,7 +10229,7 @@ declare class GuideListingComponent implements ListingComponent<Guide> {
10181
10229
  declare class DesktopModule {
10182
10230
  static forChild(config: BizDocChildConfig): ModuleWithProviders<DesktopModule>;
10183
10231
  static ɵfac: i0.ɵɵFactoryDeclaration<DesktopModule, never>;
10184
- 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]>;
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]>;
10185
10233
  static ɵinj: i0.ɵɵInjectorDeclaration<DesktopModule>;
10186
10234
  }
10187
10235
 
@@ -10262,18 +10310,7 @@ declare class DesignerItemComponent implements AfterViewInit, OnChanges, OnDestr
10262
10310
  private _ref;
10263
10311
  private _cfr;
10264
10312
  readonly SVG: {
10265
- Azure: string;
10266
- SAP: string;
10267
- Mfg: string;
10268
- HiBob: string;
10269
- Priority: string;
10270
- ActiveDirectory: string;
10271
- Amazon: string;
10272
- Google: string;
10273
- Hadoop: string;
10274
- Workday: string;
10275
- Okta: string;
10276
- PingOne: string;
10313
+ [key: string]: string;
10277
10314
  };
10278
10315
  privileges: boolean;
10279
10316
  icon: boolean;
@@ -10295,10 +10332,11 @@ declare class DesignerItemComponent implements AfterViewInit, OnChanges, OnDestr
10295
10332
  constructor(_element: ElementRef<HTMLDivElement>, _fb: FormBuilder, _sanitizer: DomSanitizer, _ref: DesignerRef<any>, _cfr: BizDocComponentFactoryResolver);
10296
10333
  ngOnChanges(changes: SimpleChanges): void;
10297
10334
  resource(image: string): _angular_platform_browser.SafeResourceUrl;
10335
+ getFormPrivileges(): FormGroup;
10298
10336
  ngOnInit(): void;
10299
10337
  private _patch;
10300
- optionsAttached(componentRef: ComponentRef<DesignerElementComponent<any>>): void;
10301
- argumentsAttached(componentRef: ComponentRef<LayoutComponent>): void;
10338
+ optionsAttached(componentRef: CdkPortalOutletAttachedRef): void;
10339
+ argumentsAttached(componentRef: CdkPortalOutletAttachedRef): void;
10302
10340
  private _bindOptionsForm;
10303
10341
  /** */
10304
10342
  private _commonForm;
@@ -10340,6 +10378,7 @@ declare abstract class DesignerElementComponentBase<T = any> implements Designer
10340
10378
  get options(): T;
10341
10379
  abstract form: FormGroup;
10342
10380
  constructor(_fb: FormBuilder, _element: ElementRef<any>, _ref: DesignerRef<T>);
10381
+ getValue(formGroup: AbstractControl<any>, name: string): any;
10343
10382
  disable(...names: string[]): void;
10344
10383
  enable(...names: string[]): void;
10345
10384
  drop(event: CdkDragDrop<FormGroup>, collection: FormArray): void;
@@ -10347,14 +10386,18 @@ declare abstract class DesignerElementComponentBase<T = any> implements Designer
10347
10386
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerElementComponentBase<any>, never>;
10348
10387
  static ɵdir: i0.ɵɵDirectiveDeclaration<DesignerElementComponentBase<any>, never, never, {}, {}, never, never, true, never>;
10349
10388
  }
10389
+ /** */
10350
10390
  declare abstract class DesignerTypeElementComponent<T = any> extends DesignerElementComponentBase {
10351
10391
  designer: DesignerItemComponent;
10352
10392
  constructor(_fb: FormBuilder, element: ElementRef<any>, _ref: DesignerRef<T>);
10353
10393
  view?: string;
10354
10394
  context?: CustomViewContext;
10355
10395
  add(collection: FormArray, form: FormGroup, title: string, name: string): void;
10356
- edit(form: FormGroup, title: string, name: string): void;
10357
- protected get _typegroups(): ElementFamily[];
10396
+ edit(form: AbstractControl<any>, title: string, name: string): void;
10397
+ protected _typegroups(): {
10398
+ groups: ElementFamily[];
10399
+ defaultgroup: ElementInfo<any>[];
10400
+ };
10358
10401
  datatypeOf(name: string): _bizdoc_core.LocalizedString | undefined;
10359
10402
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerTypeElementComponent<any>, never>;
10360
10403
  static ɵdir: i0.ɵɵDirectiveDeclaration<DesignerTypeElementComponent<any>, never, never, {}, {}, never, never, true, never>;
@@ -10503,7 +10546,7 @@ declare class PolicyDesignComponent extends DesignerTypeElementComponent {
10503
10546
  }
10504
10547
 
10505
10548
  declare class StateDesignComponent extends DesignerTypeElementComponent {
10506
- readonly variables: ElementInfo[];
10549
+ readonly variables: ElementModel[];
10507
10550
  constructor(fb: FormBuilder, element: ElementRef<any>, ref: DesignerRef<any>);
10508
10551
  readonly form: _angular_forms.FormGroup<{
10509
10552
  past: _angular_forms.FormControl<null>;
@@ -10537,6 +10580,7 @@ declare class RoleDesignComponent extends DesignerTypeElementComponent {
10537
10580
  sequencePolicy: _angular_forms.FormControl<null>;
10538
10581
  }>;
10539
10582
  datatypes: ElementFamily[];
10583
+ defaultgroup: ElementInfo[];
10540
10584
  dataTypeDisabled: boolean;
10541
10585
  ngOnInit(): void;
10542
10586
  enableTypeEdit(): void;
@@ -10545,10 +10589,32 @@ declare class RoleDesignComponent extends DesignerTypeElementComponent {
10545
10589
  }
10546
10590
 
10547
10591
  declare class GuideDesignComponent extends DesignerTypeElementComponent implements OnInit {
10548
- readonly steps: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10549
- readonly form: _angular_forms.FormGroup<{
10550
- mode: _angular_forms.FormControl<null>;
10551
- steps: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10592
+ readonly steps: _angular_forms.FormArray<FormGroup<{
10593
+ content: FormControl<string | null>;
10594
+ title: FormControl<string | null>;
10595
+ selector: FormControl<string | null>;
10596
+ position: FormControl<string | null>;
10597
+ navigate: FormControl<string | null>;
10598
+ execute: FormControl<string | null>;
10599
+ privileges: FormGroup<{
10600
+ rule: FormControl<string | null>;
10601
+ roles: FormControl<string[] | null>;
10602
+ }>;
10603
+ }>>;
10604
+ readonly form: FormGroup<{
10605
+ mode: FormControl<null>;
10606
+ steps: _angular_forms.FormArray<FormGroup<{
10607
+ content: FormControl<string | null>;
10608
+ title: FormControl<string | null>;
10609
+ selector: FormControl<string | null>;
10610
+ position: FormControl<string | null>;
10611
+ navigate: FormControl<string | null>;
10612
+ execute: FormControl<string | null>;
10613
+ privileges: FormGroup<{
10614
+ rule: FormControl<string | null>;
10615
+ roles: FormControl<string[] | null>;
10616
+ }>;
10617
+ }>>;
10552
10618
  }>;
10553
10619
  ngOnInit(): void;
10554
10620
  newStep(step?: GuideStep): any;
@@ -10567,6 +10633,7 @@ declare class ControlDesignComponent extends DesignerTypeElementComponent {
10567
10633
 
10568
10634
  declare class AttributeDesignComponent extends DesignerTypeElementComponent {
10569
10635
  datatypes: ElementFamily[];
10636
+ defaultgroup: ElementInfo[];
10570
10637
  readonly form: _angular_forms.FormGroup<{
10571
10638
  dataType: _angular_forms.FormControl<null>;
10572
10639
  }>;
@@ -10609,16 +10676,24 @@ declare class ReportDesignerComponent extends DesignerTypeElementComponent {
10609
10676
  }
10610
10677
 
10611
10678
  declare class FolderDesignComponent extends DesignerTypeElementComponent {
10612
- readonly columns: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10613
- readonly form: _angular_forms.FormGroup<{
10614
- columns: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10615
- filters: _angular_forms.FormGroup<{
10616
- cube: _angular_forms.FormControl<null>;
10617
- axes: _angular_forms.FormControl<null>;
10679
+ readonly columns: _angular_forms.FormArray<FormGroup<{
10680
+ name: FormControl<string>;
10681
+ title: FormControl<string>;
10682
+ type: FormControl<string>;
10683
+ }>>;
10684
+ readonly form: FormGroup<{
10685
+ columns: _angular_forms.FormArray<FormGroup<{
10686
+ name: FormControl<string>;
10687
+ title: FormControl<string>;
10688
+ type: FormControl<string>;
10689
+ }>>;
10690
+ filters: FormGroup<{
10691
+ cube: FormControl<null>;
10692
+ axes: FormControl<null>;
10618
10693
  }>;
10619
10694
  }>;
10620
- cubes: ElementInfo[];
10621
- cube: ElementInfo<any>;
10695
+ cubes: ElementModel[];
10696
+ cube: ElementModel<any>;
10622
10697
  controls: ElementInfo<any>[];
10623
10698
  ngOnInit(): void;
10624
10699
  newColumn(column?: FolderColumn): any;
@@ -10710,29 +10785,98 @@ declare class JobDesignComponent extends DesignerTypeElementComponent implements
10710
10785
  declare class CubeDesignComponent extends DesignerTypeElementComponent implements OnInit {
10711
10786
  private _service;
10712
10787
  private _ps;
10713
- readonly views: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10714
- readonly axes: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10715
- readonly indices: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10716
- readonly patterns: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10717
- readonly form: _angular_forms.FormGroup<{
10718
- schedule: _angular_forms.FormControl<null>;
10719
- patterns: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10720
- views: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10721
- axes: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10722
- indices: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10723
- scope: _angular_forms.FormControl<null>;
10724
- currencyCode: _angular_forms.FormControl<null>;
10725
- yAxis: _angular_forms.FormGroup<{
10726
- type: _angular_forms.FormControl<null>;
10727
- title: _angular_forms.FormControl<null>;
10728
- resource: _angular_forms.FormControl<null>;
10788
+ readonly views: _angular_forms.FormArray<FormGroup<{
10789
+ privileges?: FormGroup;
10790
+ xAxis: FormControl<string[]>;
10791
+ series?: FormControl<string[]>;
10792
+ filters?: FormGroup;
10793
+ indices?: FormControl<string[]>;
10794
+ icon?: FormControl<string>;
10795
+ guide?: FormControl<string>;
10796
+ name: FormControl<string>;
10797
+ title: FormControl<string>;
10798
+ type: FormControl<ViewType>;
10799
+ chartType?: FormControl<ChartType>;
10800
+ indicesChartType?: FormControl<ChartType>;
10801
+ }>>;
10802
+ readonly axes: _angular_forms.FormArray<FormGroup<{
10803
+ name: FormControl<string>;
10804
+ title: FormControl<string>;
10805
+ dataType: FormControl<string>;
10806
+ combination: FormControl<boolean | null>;
10807
+ indexable: FormControl<boolean | null>;
10808
+ sensitive: FormControl<boolean | null>;
10809
+ resourceType: FormControl<string | null>;
10810
+ selectionMode: FormControl<SelectionMode | undefined>;
10811
+ descendentOf: FormControl<string | null>;
10812
+ }>>;
10813
+ readonly indices: _angular_forms.FormArray<FormGroup<{
10814
+ name: FormControl<string>;
10815
+ title: FormControl<string>;
10816
+ accumulate: FormControl<boolean | null>;
10817
+ hidden: FormControl<boolean | null>;
10818
+ }>>;
10819
+ readonly patterns: _angular_forms.FormArray<FormGroup<{
10820
+ axes: FormGroup;
10821
+ title: FormControl<string | null>;
10822
+ hidden: FormControl<boolean | null>;
10823
+ rule: FormControl<string | null>;
10824
+ roles: FormControl<string[] | null>;
10825
+ }>>;
10826
+ readonly form: FormGroup<{
10827
+ schedule: FormControl<null>;
10828
+ patterns: _angular_forms.FormArray<FormGroup<{
10829
+ axes: FormGroup;
10830
+ title: FormControl<string | null>;
10831
+ hidden: FormControl<boolean | null>;
10832
+ rule: FormControl<string | null>;
10833
+ roles: FormControl<string[] | null>;
10834
+ }>>;
10835
+ views: _angular_forms.FormArray<FormGroup<{
10836
+ privileges?: FormGroup;
10837
+ xAxis: FormControl<string[]>;
10838
+ series?: FormControl<string[]>;
10839
+ filters?: FormGroup;
10840
+ indices?: FormControl<string[]>;
10841
+ icon?: FormControl<string>;
10842
+ guide?: FormControl<string>;
10843
+ name: FormControl<string>;
10844
+ title: FormControl<string>;
10845
+ type: FormControl<ViewType>;
10846
+ chartType?: FormControl<ChartType>;
10847
+ indicesChartType?: FormControl<ChartType>;
10848
+ }>>;
10849
+ axes: _angular_forms.FormArray<FormGroup<{
10850
+ name: FormControl<string>;
10851
+ title: FormControl<string>;
10852
+ dataType: FormControl<string>;
10853
+ combination: FormControl<boolean | null>;
10854
+ indexable: FormControl<boolean | null>;
10855
+ sensitive: FormControl<boolean | null>;
10856
+ resourceType: FormControl<string | null>;
10857
+ selectionMode: FormControl<SelectionMode | undefined>;
10858
+ descendentOf: FormControl<string | null>;
10859
+ }>>;
10860
+ indices: _angular_forms.FormArray<FormGroup<{
10861
+ name: FormControl<string>;
10862
+ title: FormControl<string>;
10863
+ accumulate: FormControl<boolean | null>;
10864
+ hidden: FormControl<boolean | null>;
10865
+ }>>;
10866
+ scope: FormControl<null>;
10867
+ currencyCode: FormControl<null>;
10868
+ yAxis: FormGroup<{
10869
+ type: FormControl<null>;
10870
+ title: FormControl<null>;
10871
+ resource: FormControl<null>;
10729
10872
  }>;
10730
- anomaly: _angular_forms.FormControl<string | null>;
10873
+ anomaly: FormControl<string | null>;
10731
10874
  }>;
10732
10875
  jobInfo: BackgroundJobInfo;
10733
10876
  syncing: boolean;
10734
10877
  element: ElementRef<any>;
10735
10878
  typegroups: ElementFamily[];
10879
+ defaultgroup: ElementInfo<any>[];
10736
10880
  currencies: ElementInfo<any>[];
10737
10881
  guides: ElementInfo<any>[];
10738
10882
  constructor(fb: FormBuilder, _service: SystemService, _ps: PromptService, element: ElementRef<any>, ref: DesignerRef);
@@ -10742,7 +10886,7 @@ declare class CubeDesignComponent extends DesignerTypeElementComponent implement
10742
10886
  onContinue(): void;
10743
10887
  private _form;
10744
10888
  nameOf(axis: string | string[]): string;
10745
- private newView;
10889
+ newView(model?: CubeViewModel): any;
10746
10890
  /**
10747
10891
  *
10748
10892
  * @param model
@@ -10791,12 +10935,12 @@ declare class TypeDesignComponent extends DesignerTypeElementComponent {
10791
10935
  private _source;
10792
10936
  private _translate;
10793
10937
  private _ps;
10794
- readonly groups: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10795
- readonly patterns: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10796
- readonly form: _angular_forms.FormGroup<{
10797
- assignable: _angular_forms.FormControl<null>;
10798
- groups: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10799
- tpatterns: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
10938
+ readonly groups: _angular_forms.FormArray<FormGroup<any>>;
10939
+ readonly patterns: _angular_forms.FormArray<FormGroup<any>>;
10940
+ readonly form: FormGroup<{
10941
+ assignable: FormControl<null>;
10942
+ groups: _angular_forms.FormArray<FormGroup<any>>;
10943
+ tpatterns: _angular_forms.FormArray<FormGroup<any>>;
10800
10944
  }>;
10801
10945
  values: {
10802
10946
  key: any;
@@ -10825,12 +10969,14 @@ declare class CubeIndexDesignComponent extends DesignerCubeElementComponent<View
10825
10969
  }
10826
10970
 
10827
10971
  declare class ConfigurationDatasourceDesignComponent extends DesignerElementComponentBase<Model$3> implements OnInit {
10828
- readonly items: FormArray<_angular_forms.FormControl<{
10829
- key: string;
10830
- value: string;
10831
- } | null>>;
10972
+ readonly items: FormArray<FormGroup<{
10973
+ key: FormControl<string>;
10974
+ value: FormControl<string>;
10975
+ }>>;
10832
10976
  readonly form: FormGroup<{
10833
- items: FormGroup<{}>;
10977
+ items: FormGroup<{
10978
+ [x: string]: FormControl<unknown>;
10979
+ }>;
10834
10980
  }>;
10835
10981
  ngOnInit(): void;
10836
10982
  private _tomap;
@@ -10862,10 +11008,10 @@ interface Model$2 {
10862
11008
  declare class PivotViewDesignComponent extends DesignerCubeElementComponent<PivotSettingsModel> {
10863
11009
  readonly form: _angular_forms.FormGroup<{
10864
11010
  cube: _angular_forms.FormControl<null>;
10865
- xAxis: _angular_forms.FormControl<null>;
10866
- series: _angular_forms.FormControl<null>;
10867
- indices: _angular_forms.FormControl<null>;
10868
- aggregate: _angular_forms.FormControl<null>;
11011
+ xAxis: _angular_forms.FormControl<string[] | null>;
11012
+ series: _angular_forms.FormControl<string[] | null>;
11013
+ indices: _angular_forms.FormControl<string[] | null>;
11014
+ aggregate: _angular_forms.FormControl<string[] | null>;
10869
11015
  filters: _angular_forms.FormGroup<{}>;
10870
11016
  chartType: _angular_forms.FormControl<null>;
10871
11017
  indicesChartType: _angular_forms.FormControl<null>;
@@ -10919,9 +11065,9 @@ declare class UsageReportDesignComponent extends DesignerCubeElementComponent<Us
10919
11065
  readonly type: _angular_forms.FormControl<any>;
10920
11066
  readonly form: _angular_forms.FormGroup<{
10921
11067
  cube: _angular_forms.FormControl<null>;
10922
- series: _angular_forms.FormControl<null>;
10923
- xAxis: _angular_forms.FormControl<null>;
10924
- indices: _angular_forms.FormControl<null>;
11068
+ series: _angular_forms.FormControl<string[] | null>;
11069
+ xAxis: _angular_forms.FormControl<string[] | null>;
11070
+ indices: _angular_forms.FormControl<string[] | null>;
10925
11071
  filters: _angular_forms.FormGroup<{}>;
10926
11072
  chartType: _angular_forms.FormControl<string | null>;
10927
11073
  collapse: _angular_forms.FormControl<boolean | null>;
@@ -11000,9 +11146,9 @@ declare class ExploreViewDesignComponent extends DesignerCubeElementComponent<Ex
11000
11146
  declare class AnalysisWidgetDesignComponent extends DesignerCubeElementComponent<ChartSettingsModel> implements OnInit {
11001
11147
  readonly form: _angular_forms.FormGroup<{
11002
11148
  cube: _angular_forms.FormControl<null>;
11003
- xAxis: _angular_forms.FormControl<null>;
11004
- series: _angular_forms.FormControl<null>;
11005
- indices: _angular_forms.FormControl<null>;
11149
+ xAxis: _angular_forms.FormControl<string[] | null>;
11150
+ series: _angular_forms.FormControl<string[] | null>;
11151
+ indices: _angular_forms.FormControl<string[] | null>;
11006
11152
  filters: _angular_forms.FormGroup<{}>;
11007
11153
  chartType: _angular_forms.FormControl<null>;
11008
11154
  indicesChartType: _angular_forms.FormControl<null>;
@@ -11015,7 +11161,7 @@ declare class AnalysisWidgetDesignComponent extends DesignerCubeElementComponent
11015
11161
 
11016
11162
  declare class ParallelViewDesignComponent extends DesignerCubeElementComponent<ParallelSettingsModel> {
11017
11163
  readonly form: _angular_forms.FormGroup<{
11018
- cube: _angular_forms.FormControl<null>;
11164
+ cube: _angular_forms.FormControl<string | null>;
11019
11165
  xAxis: _angular_forms.FormControl<string[] | null>;
11020
11166
  series: _angular_forms.FormControl<string[] | null>;
11021
11167
  indices: _angular_forms.FormControl<string[] | null>;
@@ -11081,7 +11227,7 @@ declare class MatrixViewDesignComponent extends DesignerCubeElementComponent<Mat
11081
11227
  declare class ChartViewDesignComponent extends DesignerCubeElementComponent<ChartSettingsModel$1> implements OnInit {
11082
11228
  readonly form: _angular_forms.FormGroup<{
11083
11229
  cube: _angular_forms.FormControl<null>;
11084
- xAxis: _angular_forms.FormControl<null>;
11230
+ xAxis: _angular_forms.FormControl<string[] | null>;
11085
11231
  series: _angular_forms.FormControl<string[] | null>;
11086
11232
  indices: _angular_forms.FormControl<string[] | null>;
11087
11233
  chartType: _angular_forms.FormControl<string | null>;
@@ -11123,10 +11269,9 @@ declare class ConfigurationDesignerComponent implements UtilityComponent, OnInit
11123
11269
  private _ref;
11124
11270
  filters: TemplateRef<any>;
11125
11271
  filterEl: ElementRef<HTMLElement>;
11126
- searchBy: number;
11127
- loading: boolean;
11128
- saving: boolean;
11129
- dirty: boolean;
11272
+ loading: i0.WritableSignal<boolean>;
11273
+ saving: i0.WritableSignal<boolean>;
11274
+ dirty: i0.WritableSignal<boolean>;
11130
11275
  model: DesignerModel;
11131
11276
  sections: Section[];
11132
11277
  families: string[];
@@ -11395,7 +11540,8 @@ declare class ManageCubeIndexUtility implements UtilityComponent<any>, OnInit, O
11395
11540
  readonly displayedColumns: string[];
11396
11541
  readonly form: FormGroup;
11397
11542
  editTmpl: TemplateRef<any>;
11398
- loading?: ProgressBarMode;
11543
+ loading: boolean;
11544
+ loadingMode: ProgressBarMode;
11399
11545
  private _data;
11400
11546
  private _row?;
11401
11547
  private _oRef;
@@ -11467,7 +11613,7 @@ declare class ProfileSettingsDialog implements OnInit {
11467
11613
  gusers$: Observable<PersonInfo[]>;
11468
11614
  constructor(_accounts: AccountService, _dialogRef: MatDialogRef<ProfileSettingsDialog>, _fb: FormBuilder, model: OptionsData);
11469
11615
  ngOnInit(): void;
11470
- userDisplay: (item: PersonInfo) => string | null;
11616
+ displayName: (item: PersonInfo) => string;
11471
11617
  setId(event: MatAutocompleteSelectedEvent): void;
11472
11618
  /**
11473
11619
  *
@@ -11716,7 +11862,8 @@ declare class DocumentTraceComponent implements OnInit, OnDestroy {
11716
11862
  mode: 'diagram' | 'browse' | null;
11717
11863
  range: (Date | number)[];
11718
11864
  rangeData: RangeInfo[];
11719
- loading: ProgressBarMode | null;
11865
+ loadingMode: ProgressBarMode;
11866
+ loading: boolean;
11720
11867
  filterArgs: TemplateRef<any>;
11721
11868
  searchInput: MatInput;
11722
11869
  dataSource: MatTableDataSource<DocumentInfo$1>;
@@ -11848,7 +11995,7 @@ declare class ProfilerComponent implements OnInit, OnDestroy {
11848
11995
  private _series;
11849
11996
  private _actionName;
11850
11997
  pointClick(evt: IPointEventArgs$1): void;
11851
- userDisplay(item: PersonInfo): string | null;
11998
+ displayName(item: PersonInfo): string;
11852
11999
  trace(id: number): void;
11853
12000
  chat(): void;
11854
12001
  reassign(position?: PositionInfo): void;
@@ -11942,7 +12089,7 @@ declare class PositionsComponent implements OnInit, OnDestroy, UtilityComponent<
11942
12089
  }>;
11943
12090
  readonly group: FormGroup<{
11944
12091
  title: FormControl<null>;
11945
- items: FormControl<null>;
12092
+ items: FormControl<string[] | null>;
11946
12093
  }>;
11947
12094
  private _everything;
11948
12095
  positions: {
@@ -11951,7 +12098,8 @@ declare class PositionsComponent implements OnInit, OnDestroy, UtilityComponent<
11951
12098
  };
11952
12099
  };
11953
12100
  private readonly _destroy;
11954
- loading: ProgressBarMode | null;
12101
+ loading: boolean;
12102
+ loadingMode: ProgressBarMode;
11955
12103
  /** positions ctor */
11956
12104
  constructor(_session: SessionService, _utilityRef: UtilityRef<boolean, TypeMap>, _datasources: DatasourceService, _ps: PromptService, title: WindowTitleService, _translate: TranslateService, _popup: Popup, _service: SystemService, _dialog: MatDialog);
11957
12105
  ngOnInit(): void;
@@ -12269,14 +12417,19 @@ interface AxesPickerModel {
12269
12417
  declare class ControlOptionsComponent implements OnInit {
12270
12418
  private _translate;
12271
12419
  private _fb;
12272
- form: FormGroup;
12420
+ set form(value: FormGroup);
12421
+ _form: FormGroup<{
12422
+ options: FormArray<FormGroup<{
12423
+ key: FormControl<string>;
12424
+ value: FormControl<LocalizedString>;
12425
+ }>>;
12426
+ }>;
12273
12427
  model: {
12274
12428
  options?: {
12275
12429
  key: string;
12276
12430
  value: LocalizedString;
12277
12431
  }[];
12278
12432
  };
12279
- readonly options: _angular_forms.FormArray<_angular_forms.FormControl<unknown>>;
12280
12433
  ngOnInit(): void;
12281
12434
  constructor(_translate: TranslateService, _fb: FormBuilder);
12282
12435
  add(): void;
@@ -12295,7 +12448,7 @@ declare class DesignerModule {
12295
12448
  declare class SystemModule {
12296
12449
  static forChild(): ModuleWithProviders<SystemModule>;
12297
12450
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
12298
- 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]>;
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]>;
12299
12452
  static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
12300
12453
  }
12301
12454