@bizdoc/core 1.11.0-next.3 → 1.11.0-next.4

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.
@@ -1,5 +1,5 @@
1
1
  import { Injector, ViewContainerRef, OnChanges } from '@angular/core';
2
- import { DocumentModel, Attachment } from '../../core/models';
2
+ import { DocumentModel, Attachment, RecipientModel } from '../../core/models';
3
3
  import { Overlay } from '@angular/cdk/overlay';
4
4
  import { PromptService } from '../../core/prompt.service';
5
5
  import { MailboxService } from '../../core/mailbox.service';
@@ -14,7 +14,7 @@ export declare class AttachmentsComponent implements OnChanges {
14
14
  private _overlay;
15
15
  private _injector;
16
16
  private _dir;
17
- model: DocumentModel<any>;
17
+ model: RecipientModel<any> | DocumentModel<any>;
18
18
  viewedIndicator: boolean;
19
19
  includeDeleted: boolean;
20
20
  attachments: Attachment[];
@@ -551,7 +551,7 @@ export interface CubeAxis {
551
551
  hidden?: boolean;
552
552
  combination?: boolean;
553
553
  selectionMode?: 'Single' | 'Pattern' | 'Multiple' | 'Search' | 'None';
554
- decendentOf?: string;
554
+ descendentOf?: string;
555
555
  }
556
556
  export declare type AxisType = string | number | Array<string | number>;
557
557
  export interface AxesMap {
@@ -13,7 +13,6 @@ export declare class UsageReportArgs implements OnInit, ArgumentsComponent<Args>
13
13
  exclude: string[];
14
14
  cube: string;
15
15
  values: Args;
16
- private _axes;
17
16
  constructor(ref: ReportRef<UsageOptions>, _fb: FormBuilder, _session: SessionService);
18
17
  ngOnInit(): void;
19
18
  valuesChange(axes: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.11.0-next.3",
3
+ "version": "1.11.0-next.4",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",