@adaptabletools/adaptable-plugin-ipushpull 12.2.0 → 12.2.3

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": "@adaptabletools/adaptable-plugin-ipushpull",
3
- "version": "12.2.0",
3
+ "version": "12.2.3",
4
4
  "description": "",
5
5
  "homepage": "http://www.adaptabletools.com/",
6
6
  "author": {
@@ -19,6 +19,6 @@
19
19
  "redux": "4.0.5",
20
20
  "styled-components": "^4.4.1",
21
21
  "tslib": "^2.0.0",
22
- "@adaptabletools/adaptable": "12.2.0"
22
+ "@adaptabletools/adaptable": "12.2.3"
23
23
  }
24
24
  }
@@ -145,7 +145,7 @@ class IPushPullApiImpl extends ApiBase_1.ApiBase {
145
145
  const domainpages = await this.getIPPService().getDomainPages();
146
146
  this.setIPushPullDomains(domainpages);
147
147
  this.setIPushPullRunningOn();
148
- this.adaptable.api.internalApi.hidePopupScreen();
148
+ this.getAdaptableApi().internalApi.hidePopupScreen();
149
149
  this.setIPushPullLoginErrorMessage('');
150
150
  this.dispatchAction(IPushPullRedux.IPushPullSetLoginDetails(userName, password));
151
151
  }
@@ -157,7 +157,7 @@ class IPushPullApiImpl extends ApiBase_1.ApiBase {
157
157
  logoutFromIPushPull() {
158
158
  this.clearIPushPullInternalState();
159
159
  this.dispatchAction(IPushPullRedux.IPushPullLogout());
160
- this.adaptable.api.internalApi.hidePopupScreen();
160
+ this.getAdaptableApi().internalApi.hidePopupScreen();
161
161
  }
162
162
  includeSystemReports() {
163
163
  return this.options.includeSystemReports || false;