@adaptabletools/adaptable-plugin-ipushpull 15.2.0-canary.4 → 15.2.0-canary.6

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": "15.2.0-canary.4",
3
+ "version": "15.2.0-canary.6",
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.3.0",
22
- "@adaptabletools/adaptable": "15.2.0-canary.4"
22
+ "@adaptabletools/adaptable": "15.2.0-canary.6"
23
23
  }
24
24
  }
@@ -5,5 +5,5 @@ interface IPushPullAddPagePopupProps {
5
5
  onAddPage: (folder: string, page: string) => IPushPullRedux.IPushPullAddPageAction;
6
6
  onCancel: () => any;
7
7
  }
8
- export declare let IPushPullAddPagePopup: import("react-redux").ConnectedComponent<(props: IPushPullAddPagePopupProps) => JSX.Element, import("react-redux").Omit<IPushPullAddPagePopupProps, "onCancel" | "IPushPullDomainsPages" | "onAddPage">>;
8
+ export declare let IPushPullAddPagePopup: import("react-redux").ConnectedComponent<(props: IPushPullAddPagePopupProps) => JSX.Element, import("react-redux").Omit<IPushPullAddPagePopupProps, "IPushPullDomainsPages" | "onCancel" | "onAddPage">>;
9
9
  export {};
@@ -6,5 +6,5 @@ interface IPushPullLoginPopupProps {
6
6
  onLogin: (login: string, password: string) => IPushPullRedux.IPushPullLoginAction;
7
7
  onCancel: () => any;
8
8
  }
9
- export declare let IPushPullLoginPopup: import("react-redux").ConnectedComponent<(props: IPushPullLoginPopupProps) => JSX.Element, import("react-redux").Omit<IPushPullLoginPopupProps, "onCancel" | "pushpullLogin" | "pushpullPassword" | "pushpullLoginErrorMessage" | "onLogin">>;
9
+ export declare let IPushPullLoginPopup: import("react-redux").ConnectedComponent<(props: IPushPullLoginPopupProps) => JSX.Element, import("react-redux").Omit<IPushPullLoginPopupProps, "pushpullLogin" | "pushpullPassword" | "pushpullLoginErrorMessage" | "onLogin" | "onCancel">>;
10
10
  export {};