@bizdoc/core 1.13.26 → 1.13.27

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,4 +1,4 @@
1
- /// <reference types="googlemaps" />
1
+ /// <reference types="google.maps" />
2
2
  import { OnDestroy, OnInit, ElementRef, EventEmitter } from '@angular/core';
3
3
  import { NgControl, ControlValueAccessor, FormControl } from '@angular/forms';
4
4
  import { Subject } from 'rxjs';
@@ -84,6 +84,8 @@ export declare const STRINGS: {
84
84
  ar: {};
85
85
  ru: {};
86
86
  en: {
87
+ TodayAt: string;
88
+ Tomorrow: string;
87
89
  Editing: string;
88
90
  CheckOut: string;
89
91
  CheckIn: string;
@@ -541,6 +543,8 @@ export declare const STRINGS: {
541
543
  Working: string;
542
544
  };
543
545
  he: {
546
+ TodayAt: string;
547
+ Tomorrow: string;
544
548
  Editing: string;
545
549
  EditingMale: string;
546
550
  EditingFemale: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.26",
3
+ "version": "1.13.27",
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",
@@ -11,27 +11,27 @@
11
11
  "dependencies": {
12
12
  "@ctrl/ngx-emoji-mart": "^6.2.0",
13
13
  "@microsoft/signalr": "^6.0.2",
14
- "@syncfusion/ej2": "^19.4.53",
15
- "@syncfusion/ej2-angular-charts": "^19.4.53",
14
+ "@syncfusion/ej2": "^19.4.54",
15
+ "@syncfusion/ej2-angular-charts": "^19.4.54",
16
16
  "@syncfusion/ej2-angular-circulargauge": "^19.4.52",
17
- "@syncfusion/ej2-angular-diagrams": "^19.4.53",
18
- "@syncfusion/ej2-angular-gantt": "^19.4.53",
19
- "@syncfusion/ej2-angular-grids": "^19.4.53",
17
+ "@syncfusion/ej2-angular-diagrams": "^19.4.54",
18
+ "@syncfusion/ej2-angular-gantt": "^19.4.54",
19
+ "@syncfusion/ej2-angular-grids": "^19.4.54",
20
20
  "@syncfusion/ej2-angular-kanban": "^19.4.52",
21
- "@syncfusion/ej2-angular-pivotview": "^19.4.53",
22
- "@syncfusion/ej2-angular-richtexteditor": "^19.4.53",
21
+ "@syncfusion/ej2-angular-pivotview": "^19.4.54",
22
+ "@syncfusion/ej2-angular-richtexteditor": "^19.4.54",
23
23
  "@syncfusion/ej2-angular-schedule": "^19.4.52",
24
- "@syncfusion/ej2-angular-spreadsheet": "^19.4.53",
24
+ "@syncfusion/ej2-angular-spreadsheet": "^19.4.54",
25
25
  "@syncfusion/ej2-base": "^19.4.52",
26
26
  "@teamhive/lottie-player": "^1.0.0",
27
27
  "brace": "^0.11.1",
28
28
  "cookie": "^0.4.2",
29
- "firebase": "^9.6.7",
29
+ "firebase": "^9.6.8",
30
30
  "hammerjs": "~2",
31
- "lottie-web": "^5.8.1",
31
+ "lottie-web": "^5.9.1",
32
32
  "ngx-cookie-service": "13",
33
33
  "dayjs": "^1.10.8",
34
- "zone.js": "^0.11.4",
34
+ "zone.js": "^0.11.5",
35
35
  "tslib": "^2.3.0"
36
36
  },
37
37
  "peerDependencies": {