@bizdoc/core 1.13.28 → 1.13.31

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.
@@ -258,6 +258,7 @@ export declare const STRINGS: {
258
258
  ReplyingTo: string;
259
259
  YouRepliedTo: string;
260
260
  ReplyingToYou: string;
261
+ YouBy: string;
261
262
  ByYou: string;
262
263
  ActionBy: string;
263
264
  ActionByBy: string;
@@ -514,6 +515,7 @@ export declare const STRINGS: {
514
515
  ChatHelp: string;
515
516
  ShowAs: string;
516
517
  Unauthorized: string;
518
+ NotAcceptable: string;
517
519
  LicenseErr: string;
518
520
  RemoveAsk: string;
519
521
  Comments: string;
@@ -652,6 +654,7 @@ export declare const STRINGS: {
652
654
  Color: string;
653
655
  FontSize: string;
654
656
  Unauthorized: string;
657
+ NotAcceptable: string;
655
658
  Add: string;
656
659
  Check: string;
657
660
  Help: string;
@@ -942,6 +945,9 @@ export declare const STRINGS: {
942
945
  YouRepliedTo: string;
943
946
  ReplyingToYou: string;
944
947
  ByYou: string;
948
+ YouByMale: string;
949
+ YouByFemale: string;
950
+ YouBy: string;
945
951
  ActionByYou: string;
946
952
  ActionByBy: string;
947
953
  ActionBy: string;
@@ -265,4 +265,4 @@ export interface Pattern {
265
265
  title: string;
266
266
  axes: AxesMap;
267
267
  }
268
- export declare function errResource(error: HttpErrorResponse): "Unauthorized" | "LicenseErr";
268
+ export declare function errResource(error: HttpErrorResponse): "Unauthorized" | "LicenseErr" | "NotAcceptable";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.28",
3
+ "version": "1.13.31",
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",
@@ -10,18 +10,18 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@ctrl/ngx-emoji-mart": "^6.2.0",
13
- "@microsoft/signalr": "^6.0.2",
14
- "@syncfusion/ej2": "^19.4.54",
13
+ "@microsoft/signalr": "^6.0.3",
14
+ "@syncfusion/ej2": "^19.4.55",
15
15
  "@syncfusion/ej2-angular-charts": "^19.4.54",
16
16
  "@syncfusion/ej2-angular-circulargauge": "^19.4.52",
17
- "@syncfusion/ej2-angular-diagrams": "^19.4.54",
18
- "@syncfusion/ej2-angular-gantt": "^19.4.54",
19
- "@syncfusion/ej2-angular-grids": "^19.4.54",
17
+ "@syncfusion/ej2-angular-diagrams": "^19.4.55",
18
+ "@syncfusion/ej2-angular-gantt": "^19.4.55",
19
+ "@syncfusion/ej2-angular-grids": "^19.4.55",
20
20
  "@syncfusion/ej2-angular-kanban": "^19.4.52",
21
- "@syncfusion/ej2-angular-pivotview": "^19.4.54",
22
- "@syncfusion/ej2-angular-richtexteditor": "^19.4.54",
23
- "@syncfusion/ej2-angular-schedule": "^19.4.52",
24
- "@syncfusion/ej2-angular-spreadsheet": "^19.4.54",
21
+ "@syncfusion/ej2-angular-pivotview": "^19.4.55",
22
+ "@syncfusion/ej2-angular-richtexteditor": "^19.4.55",
23
+ "@syncfusion/ej2-angular-schedule": "^19.4.55",
24
+ "@syncfusion/ej2-angular-spreadsheet": "^19.4.55",
25
25
  "@syncfusion/ej2-base": "^19.4.52",
26
26
  "@teamhive/lottie-player": "^1.0.0",
27
27
  "brace": "^0.11.1",