@bizdoc/core 2.3.42 → 2.3.43

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,11 +1,12 @@
1
+ /// <reference types="libraries/core/node_modules/ace-builds/ace-modules" />
1
2
  import { OnDestroy, OnInit, ElementRef } from '@angular/core';
2
3
  import { NgControl, ControlValueAccessor } from '@angular/forms';
3
4
  import { Subject } from 'rxjs';
4
5
  import { MatFormFieldControl } from '@angular/material/form-field';
5
- import 'brace/mode/javascript';
6
- import 'brace/theme/github';
7
- import 'brace/theme/twilight';
8
- import 'brace/ext/language_tools';
6
+ import 'ace-builds/src-noconflict/mode-javascript';
7
+ import 'ace-builds/src-noconflict/theme-github';
8
+ import 'ace-builds/src-noconflict/theme-twilight';
9
+ import 'ace-builds/src-noconflict/ext-language_tools';
9
10
  import { SystemService } from '../system.service';
10
11
  import { SessionService } from '../../core/session.service';
11
12
  import * as i0 from "@angular/core";
@@ -51,6 +51,7 @@ export declare class HubService {
51
51
  readonly delete$: import("rxjs").Observable<MailDeleteEvent>;
52
52
  readonly comment$: import("rxjs").Observable<CommentEvent>;
53
53
  readonly profileChange$: import("rxjs").Observable<UserInfoEvent>;
54
+ lockResolver: any;
54
55
  constructor(_auth: AuthenticationImpl);
55
56
  get state(): HubConnectionState;
56
57
  get connectionId(): string;
@@ -1,5 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class DayJsModule {
3
+ constructor();
3
4
  static ɵfac: i0.ɵɵFactoryDeclaration<DayJsModule, never>;
4
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<DayJsModule, never, never, never>;
5
6
  static ɵinj: i0.ɵɵInjectorDeclaration<DayJsModule>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.3.42",
3
+ "version": "2.3.43",
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,27 +12,25 @@
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.7",
16
- "@syncfusion/ej2-angular-charts": "^24.2.7",
15
+ "@syncfusion/ej2": "^24.2.8",
16
+ "@syncfusion/ej2-angular-charts": "^24.2.8",
17
17
  "@syncfusion/ej2-angular-circulargauge": "^24.2.3",
18
- "@syncfusion/ej2-angular-diagrams": "^24.2.7",
19
- "@syncfusion/ej2-angular-gantt": "^24.2.7",
20
- "@syncfusion/ej2-angular-grids": "^24.2.7",
18
+ "@syncfusion/ej2-angular-diagrams": "^24.2.8",
19
+ "@syncfusion/ej2-angular-gantt": "^24.2.8",
20
+ "@syncfusion/ej2-angular-grids": "^24.2.8",
21
21
  "@syncfusion/ej2-angular-inputs": "^24.2.7",
22
22
  "@syncfusion/ej2-angular-kanban": "^24.2.3",
23
23
  "@syncfusion/ej2-angular-lineargauge": "^24.2.3",
24
- "@syncfusion/ej2-angular-pivotview": "^24.2.5",
25
- "@syncfusion/ej2-angular-richtexteditor": "^24.2.7",
26
- "@syncfusion/ej2-angular-schedule": "^24.2.4",
27
- "@syncfusion/ej2-angular-spreadsheet": "^24.2.7",
24
+ "@syncfusion/ej2-angular-pivotview": "^24.2.8",
25
+ "@syncfusion/ej2-angular-richtexteditor": "^24.2.8",
26
+ "@syncfusion/ej2-angular-schedule": "^24.2.8",
27
+ "@syncfusion/ej2-angular-spreadsheet": "^24.2.8",
28
28
  "@syncfusion/ej2-base": "^24.2.7",
29
- "@teamhive/lottie-player": "^1.0.0",
30
- "brace": "^0.11.1",
29
+ "ace-builds": "^1.32.7",
31
30
  "cookie": "^0.6.0",
32
31
  "dayjs": "^1.11.10",
33
- "firebase": "^10.8.0",
32
+ "firebase": "^10.8.1",
34
33
  "hammerjs": "~2",
35
- "lottie-web": "^5.12.2",
36
34
  "ngx-cookie-service": "17",
37
35
  "typescript": "5.3",
38
36
  "zone.js": "^0.14.4",