@bizdoc/core 2.2.1 → 2.2.2
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/esm2022/lib/compose/form.component.mjs +3 -1
- package/esm2022/lib/compose/new-menu.component.mjs +3 -4
- package/esm2022/lib/core/mailbox.service.mjs +23 -9
- package/fesm2022/bizdoc-core.mjs +25 -11
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/core/mailbox.service.d.ts +4 -2
- package/package.json +2 -2
@@ -93,6 +93,7 @@ export declare class MailboxService {
|
|
93
93
|
take?: number;
|
94
94
|
orderBy?: 'value' | 'viewed' | 'date';
|
95
95
|
}): Observable<HeaderModel[]>;
|
96
|
+
private _wrap;
|
96
97
|
create<T = any>(form: string, model?: T): Observable<RecipientModel<T>>;
|
97
98
|
get<T = any>(id: number, read?: boolean): Observable<RecipientModel<T>>;
|
98
99
|
private _updateunreadcounter;
|
@@ -109,13 +110,14 @@ export declare class MailboxService {
|
|
109
110
|
complete?: boolean;
|
110
111
|
}): Observable<any>;
|
111
112
|
/**
|
112
|
-
*
|
113
|
+
* Get geo location, depending on form settings
|
113
114
|
* @param form
|
114
115
|
*/
|
115
116
|
private _geoLocation;
|
116
117
|
/**
|
118
|
+
* Keep flags in sync.
|
117
119
|
*/
|
118
|
-
private
|
120
|
+
private _sync;
|
119
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<MailboxService, never>;
|
120
122
|
static ɵprov: i0.ɵɵInjectableDeclaration<MailboxService>;
|
121
123
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.2",
|
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,7 +11,7 @@
|
|
11
11
|
"dependencies": {
|
12
12
|
"@ctrl/ngx-emoji-mart": "^9.2.0",
|
13
13
|
"@googlemaps/js-api-loader": "^1.16.2",
|
14
|
-
"@microsoft/signalr": "^
|
14
|
+
"@microsoft/signalr": "^8.0.0",
|
15
15
|
"@syncfusion/ej2": "^23.1.44",
|
16
16
|
"@syncfusion/ej2-angular-charts": "^23.1.44",
|
17
17
|
"@syncfusion/ej2-angular-circulargauge": "^23.1.38",
|