@bizdoc/core 2.4.11 → 2.4.13

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.
@@ -31,7 +31,6 @@ export declare class CompareGroupDirective extends CompareDirectiveBase implemen
31
31
  get keys(): string[];
32
32
  constructor(_comparision: VersionCompareComponent, _context: CompareContextDirective, _parent: CompareGroupDirective);
33
33
  ngOnInit(): void;
34
- private _normalize;
35
34
  static ɵfac: i0.ɵɵFactoryDeclaration<CompareGroupDirective, [{ optional: true; }, { optional: true; host: true; }, { optional: true; host: true; skipSelf: true; }]>;
36
35
  static ɵdir: i0.ɵɵDirectiveDeclaration<CompareGroupDirective, "[bizdocCompareGroup],[bizdocCompareArray]", never, { "name": { "alias": "bizdocCompareGroup"; "required": false; }; }, {}, never, never, false, never>;
37
36
  }
@@ -19,8 +19,18 @@ export declare class DocumentFactory {
19
19
  private _dir;
20
20
  private _router;
21
21
  constructor(_session: SessionService, _mailbox: MailboxService, _cf: BizDocComponentFactoryResolver, _messaging: HubService, _ps: PromptService, _overlay: Overlay, _dir: Directionality, _router: RouterImpl);
22
+ /**
23
+ *
24
+ * @param formId
25
+ * @returns
26
+ */
22
27
  create(formId: string): Observable<RecipientModel<any>>;
23
28
  private _nav;
29
+ /**
30
+ *
31
+ * @param documentId
32
+ * @returns
33
+ */
24
34
  copy(documentId: number): Observable<RecipientModel<any>>;
25
35
  /**
26
36
  * Handle http error response
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.4.11",
3
+ "version": "2.4.13",
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",
@@ -12,20 +12,20 @@
12
12
  "@ctrl/ngx-emoji-mart": "^9.2.0",
13
13
  "@googlemaps/js-api-loader": "^1.16.6",
14
14
  "@microsoft/signalr": "^8.0.0",
15
- "@syncfusion/ej2": "^24.2.9",
16
- "@syncfusion/ej2-angular-charts": "^24.2.9",
17
- "@syncfusion/ej2-angular-circulargauge": "^24.2.3",
18
- "@syncfusion/ej2-angular-diagrams": "^24.2.9",
19
- "@syncfusion/ej2-angular-gantt": "^24.2.9",
20
- "@syncfusion/ej2-angular-grids": "^24.2.9",
21
- "@syncfusion/ej2-angular-inputs": "^24.2.9",
22
- "@syncfusion/ej2-angular-kanban": "^24.2.9",
23
- "@syncfusion/ej2-angular-lineargauge": "^24.2.3",
24
- "@syncfusion/ej2-angular-pivotview": "^24.2.9",
25
- "@syncfusion/ej2-angular-richtexteditor": "^24.2.9",
26
- "@syncfusion/ej2-angular-schedule": "^24.2.8",
27
- "@syncfusion/ej2-angular-spreadsheet": "^24.2.9",
28
- "@syncfusion/ej2-base": "^24.2.8",
15
+ "@syncfusion/ej2": "^25.1.35",
16
+ "@syncfusion/ej2-angular-charts": "^25.1.35",
17
+ "@syncfusion/ej2-angular-circulargauge": "^25.1.35",
18
+ "@syncfusion/ej2-angular-diagrams": "^25.1.35",
19
+ "@syncfusion/ej2-angular-gantt": "^25.1.35",
20
+ "@syncfusion/ej2-angular-grids": "^25.1.35",
21
+ "@syncfusion/ej2-angular-inputs": "^25.1.35",
22
+ "@syncfusion/ej2-angular-kanban": "^25.1.35",
23
+ "@syncfusion/ej2-angular-lineargauge": "^25.1.35",
24
+ "@syncfusion/ej2-angular-pivotview": "^25.1.35",
25
+ "@syncfusion/ej2-angular-richtexteditor": "^25.1.35",
26
+ "@syncfusion/ej2-angular-schedule": "^25.1.35",
27
+ "@syncfusion/ej2-angular-spreadsheet": "^25.1.35",
28
+ "@syncfusion/ej2-base": "^25.1.35",
29
29
  "ace-builds": "^1.32.7",
30
30
  "cookie": "^0.6.0",
31
31
  "dayjs": "^1.11.10",