@resolveio/client-lib-core 21.0.18 → 21.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.0.18",
3
+ "version": "21.0.20",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -278,8 +278,8 @@ declare class OfflineManagerService {
278
278
  find(collectionName: string, query: Object, options?: {}, total?: boolean): any;
279
279
  findOne(collectionName: string, query: Object): any;
280
280
  insertDocument(collectionName: string, data: Object, expiresDate?: Date): string;
281
- updateDocument(collectionName: string, data: Object): 1 | 0;
282
- updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number): 1 | 0;
281
+ updateDocument(collectionName: string, data: Object): 0 | 1;
282
+ updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number): 0 | 1;
283
283
  removeDocument(collectionName: string, id: string): void;
284
284
  dropCollection(collectionName: any): void;
285
285
  static ɵfac: i0.ɵɵFactoryDeclaration<OfflineManagerService, never>;
@@ -822,11 +822,17 @@ declare class NavbarModuleComponent extends BaseComponent implements OnInit, OnD
822
822
  currentRoute: String;
823
823
  routerEvents$: Subscription[];
824
824
  tourStarted: boolean;
825
+ drawerOpen: boolean;
826
+ isDeviceWidth: boolean;
825
827
  constructor(_cdRef: ChangeDetectorRef, _services: ProviderService);
826
828
  ngOnInit(): void;
829
+ onResize(): void;
827
830
  ngOnDestroy(): void;
828
831
  selectTabFromRouter(): void;
829
832
  tabClass(tab: NavbarTabModel): "" | "active";
833
+ handleNavLinkClick(event: MouseEvent): void;
834
+ onNavLinkClick(event: MouseEvent): void;
835
+ toggleDrawer(): void;
830
836
  navigateTo(tab: NavbarTabModel): void;
831
837
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarModuleComponent, never>;
832
838
  static ɵcmp: i0.ɵɵComponentDeclaration<NavbarModuleComponent, "navbar-module", never, { "sideNavHeight": { "alias": "sideNavHeight"; "required": false; }; "sideNavWidth": { "alias": "sideNavWidth"; "required": false; }; }, {}, never, never, false, never>;