@bizdoc/core 1.8.19 → 1.8.20

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.
@@ -18,6 +18,7 @@ export declare class RecentsWidget implements WidgetComponent<MailInfo[]>, OnIni
18
18
  constructor(_router: RouterImpl, _service: MailboxService, ref: WidgetRef);
19
19
  ngOnInit(): void;
20
20
  onBind(data: MailInfo[]): void;
21
+ private _navigate;
21
22
  open(item: MailInfo): void;
22
23
  view(item: MailInfo, evt: Event): void;
23
24
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.8.19",
3
+ "version": "1.8.20",
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",