@adaptabletools/adaptable-plugin-interopio 18.0.8 → 18.0.9
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/README.md +25 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,35 @@
|
|
|
1
|
-
# AdapTable
|
|
1
|
+
# AdapTable interop.io Plugin
|
|
2
|
+
|
|
3
|
+
The interio.io Plugin is intended for use when AdapTable is instantiated inside the [interop](https://interop.io/) container.
|
|
4
|
+
|
|
5
|
+
> It replaces the previous Finsemble and Glue42 plugins
|
|
6
|
+
|
|
7
|
+
The plugin supports both io.connect products:
|
|
8
|
+
- io.Connect Desktop
|
|
9
|
+
- io.Connect Browser
|
|
10
|
+
|
|
11
|
+
The key features that the plugin provides are:
|
|
12
|
+
- AdapTable’s Alerts can appear as interop.io Notifications (together with actionable buttons)
|
|
13
|
+
- FDC3 Columns in AdapTable can communicate directly with other widgets (via FDC3 Intents)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Documentation & Demos
|
|
17
|
+
|
|
18
|
+
Full details of how to install, configure and use the interop.io plugin can be found at [AdapTable interop.io Documentation](https://docs.adaptabletools.com/guide/integrations-interop)
|
|
19
|
+
|
|
2
20
|
|
|
3
21
|
## Help
|
|
4
22
|
|
|
5
23
|
Developers can learn how to access AdapTable programmatically at [AdapTable Documentation](https://docs.adaptabletools.com).
|
|
6
24
|
|
|
7
|
-
##
|
|
25
|
+
## Other AdapTable Resources
|
|
8
26
|
|
|
9
|
-
General information about Adaptable Tools is available at our [Website](http://www.adaptabletools.com)
|
|
27
|
+
General information about Adaptable Tools is available at our [Website](http://www.adaptabletools.com)
|
|
10
28
|
|
|
11
29
|
## Support
|
|
12
30
|
|
|
13
31
|
For all support enquiries please email [`support@adaptabletools.com`](mailto:support@adaptabletools.com) or [raise a Support Ticket](https://adaptabletools.zendesk.com/hc/en-us/requests/new).
|
|
32
|
+
|
|
33
|
+
## Licences
|
|
34
|
+
|
|
35
|
+
Information on AdapTable Licences can be found at [Licensing AdapTable for AG Grid](https://docs.adaptabletools.com/guide/licensing).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-plugin-interopio",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "http://www.adaptabletools.com/",
|
|
6
6
|
"author": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@interopio/desktop": "^6.1.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@adaptabletools/adaptable": "18.0.
|
|
16
|
+
"@adaptabletools/adaptable": "18.0.9"
|
|
17
17
|
},
|
|
18
18
|
"type": "module",
|
|
19
19
|
"module": "src/index.js"
|