@adaptabletools/adaptable-plugin-ipushpull 10.0.4-canary.4 → 10.0.4-canary.5
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": "10.0.4-canary.
|
|
3
|
+
"version": "10.0.4-canary.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": {
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"rebass": "^3.2.2",
|
|
18
18
|
"redux": "4.0.5",
|
|
19
19
|
"styled-components": "^4.4.1",
|
|
20
|
-
"@adaptabletools/adaptable": "10.0.4-canary.
|
|
20
|
+
"@adaptabletools/adaptable": "10.0.4-canary.5"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -12,7 +12,7 @@ const Input_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/c
|
|
|
12
12
|
const SimpleButton_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/SimpleButton"));
|
|
13
13
|
const FlexWithFooter_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/FlexWithFooter"));
|
|
14
14
|
const PanelWithImage_1 = require("@adaptabletools/adaptable/src/View/Components/Panels/PanelWithImage");
|
|
15
|
-
const PopupContext_1 = require("@adaptabletools/adaptable/src/View/Components/Popups/PopupContext");
|
|
15
|
+
const PopupContext_1 = require("@adaptabletools/adaptable/src/View/Components/Popups/AdaptablePopup/PopupContext");
|
|
16
16
|
const ErrorBox_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/ErrorBox"));
|
|
17
17
|
const HelpBlock_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/HelpBlock"));
|
|
18
18
|
const rebass_1 = require("rebass");
|
|
@@ -13,7 +13,7 @@ const Input_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/c
|
|
|
13
13
|
const SimpleButton_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/SimpleButton"));
|
|
14
14
|
const FlexWithFooter_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/FlexWithFooter"));
|
|
15
15
|
const PanelWithImage_1 = require("@adaptabletools/adaptable/src/View/Components/Panels/PanelWithImage");
|
|
16
|
-
const PopupContext_1 = require("@adaptabletools/adaptable/src/View/Components/Popups/PopupContext");
|
|
16
|
+
const PopupContext_1 = require("@adaptabletools/adaptable/src/View/Components/Popups/AdaptablePopup/PopupContext");
|
|
17
17
|
const ErrorBox_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/ErrorBox"));
|
|
18
18
|
const HelpBlock_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable/src/components/HelpBlock"));
|
|
19
19
|
const rebass_1 = require("rebass");
|