@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.
- package/assets/themes/brown.min.css +3 -3
- package/assets/themes/dark.min.css +2 -2
- package/assets/themes/deep-purple-light-blue.min.css +3 -3
- package/assets/themes/deep-purple-teal.min.css +3 -3
- package/assets/themes/default.min.css +3 -3
- package/assets/themes/green.min.css +3 -3
- package/assets/themes/indigo.min.css +3 -3
- package/esm2020/lib/admin/form/workflow/workflow.component.mjs +6 -2
- package/esm2020/lib/compose/action/assign-action.component.mjs +5 -2
- package/esm2020/lib/compose/trace/flow.component.mjs +2 -2
- package/esm2020/lib/compose/trace/trace.component.mjs +63 -28
- package/esm2020/lib/core/translations.mjs +7 -1
- package/esm2020/lib/cube/cube.service.mjs +2 -2
- package/esm2020/lib/dashboard/cube/compare.widget.mjs +5 -1
- package/esm2020/lib/dashboard/score/compare-departments.widget.mjs +2 -1
- package/fesm2015/bizdoc-core.mjs +84 -31
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +84 -31
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/core/translations.d.ts +6 -0
- package/lib/cube/cube.service.d.ts +1 -1
- package/package.json +10 -10
@@ -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.
|
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.
|
14
|
-
"@syncfusion/ej2": "^19.4.
|
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.
|
18
|
-
"@syncfusion/ej2-angular-gantt": "^19.4.
|
19
|
-
"@syncfusion/ej2-angular-grids": "^19.4.
|
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.
|
22
|
-
"@syncfusion/ej2-angular-richtexteditor": "^19.4.
|
23
|
-
"@syncfusion/ej2-angular-schedule": "^19.4.
|
24
|
-
"@syncfusion/ej2-angular-spreadsheet": "^19.4.
|
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",
|