@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.
- package/assets/bizdoc-schema.json +15 -10
- package/esm2020/lib/compose/trace/flow.component.mjs +10 -13
- package/esm2020/lib/compose/version-compare/version.pane.component.mjs +2 -2
- package/esm2020/lib/core/translate.service.mjs +24 -7
- package/esm2020/lib/core/translations.mjs +8 -4
- package/esm2020/lib/shared.module.mjs +3 -1
- package/fesm2015/bizdoc-core.mjs +42 -22
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +42 -22
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/core/controls/address.input.d.ts +1 -1
- package/lib/core/translations.d.ts +4 -0
- package/package.json +12 -12
@@ -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.
|
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.
|
15
|
-
"@syncfusion/ej2-angular-charts": "^19.4.
|
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.
|
18
|
-
"@syncfusion/ej2-angular-gantt": "^19.4.
|
19
|
-
"@syncfusion/ej2-angular-grids": "^19.4.
|
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.
|
22
|
-
"@syncfusion/ej2-angular-richtexteditor": "^19.4.
|
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.
|
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.
|
29
|
+
"firebase": "^9.6.8",
|
30
30
|
"hammerjs": "~2",
|
31
|
-
"lottie-web": "^5.
|
31
|
+
"lottie-web": "^5.9.1",
|
32
32
|
"ngx-cookie-service": "13",
|
33
33
|
"dayjs": "^1.10.8",
|
34
|
-
"zone.js": "^0.11.
|
34
|
+
"zone.js": "^0.11.5",
|
35
35
|
"tslib": "^2.3.0"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|