@resolveio/client-lib-core 21.5.49 → 21.5.50

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.5.49",
3
+ "version": "21.5.50",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -2296,6 +2296,7 @@ declare class DialogRegisterContent implements OnInit {
2296
2296
  declare class DialogSelectWithButtonsURLContent implements AfterViewInit, OnInit {
2297
2297
  _activeModal: NgbActiveModal;
2298
2298
  private _account;
2299
+ private _router;
2299
2300
  url: string;
2300
2301
  close: any;
2301
2302
  allElements: any;
@@ -2305,13 +2306,14 @@ declare class DialogSelectWithButtonsURLContent implements AfterViewInit, OnInit
2305
2306
  value: string;
2306
2307
  text: string;
2307
2308
  }[];
2308
- constructor(_activeModal: NgbActiveModal, _account: AccountManagerService);
2309
+ constructor(_activeModal: NgbActiveModal, _account: AccountManagerService, _router: Router);
2309
2310
  ngOnInit(): void;
2310
2311
  private resolveRoutingPreference;
2311
2312
  ngAfterViewInit(): void;
2312
2313
  recursiveFindFirstElement(element: any): any;
2313
2314
  onSelectType(type: any): void;
2314
2315
  submit(): void;
2316
+ private openInSameTab;
2315
2317
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogSelectWithButtonsURLContent, never>;
2316
2318
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogSelectWithButtonsURLContent, "resolveio-dialog.select-with-buttons-url", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
2317
2319
  }