@adaptabletools/adaptable-react-aggrid 11.1.1-canary.0 → 11.1.1
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 +6 -5
- package/base.css +4 -6
- package/index.css +4 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,11 +6,13 @@ Repository for the **AdapTable React AG Grid Wrapper** which allows you to use A
|
|
|
6
6
|
|
|
7
7
|
For full details on how to install, instantiate and reference AdapTable programmatically at run-time please read the [AdapTable React Documentation](https://docs.adaptabletools.com/guide/react-overview).
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Demos
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
The [AdapTable Documentation](https://docs.adaptabletools.com) contains numerous demos that show the many different functionalities available in AdapTable.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
For a standalone working example app of Adaptable React, see the [React Example Project](https://github.com/AdaptableTools/example-adaptable-react-aggrid)
|
|
14
|
+
|
|
15
|
+
Additionally you can see a number of large demos at the [Adaptable Tools website](https://www.adaptabletools.com/demos).
|
|
14
16
|
|
|
15
17
|
## Licences
|
|
16
18
|
|
|
@@ -22,8 +24,7 @@ We can also make a trial licence available for a short period of time to allow y
|
|
|
22
24
|
|
|
23
25
|
**Note: The AdapTable licence does not include AG Grid's licence which you must pay for that separately**.
|
|
24
26
|
|
|
25
|
-
|
|
26
|
-
Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [Licence Help Page](https://docs.adaptabletools.com/licensing) for more information.
|
|
27
|
+
Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [Licence Help Page](https://docs.adaptabletools.com/guide/licensing) for more information.
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
## Other AdapTable Resources
|
package/base.css
CHANGED
|
@@ -2813,13 +2813,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
2813
2813
|
height: 100%;
|
|
2814
2814
|
width: 100%; }
|
|
2815
2815
|
.ab-ActionColumn {
|
|
2816
|
-
|
|
2817
|
-
|
|
2816
|
+
height: 100%;
|
|
2817
|
+
display: flex;
|
|
2818
|
+
column-gap: var(--ab-space-1); }
|
|
2818
2819
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
2819
|
-
height: 100%;
|
|
2820
|
-
position: absolute;
|
|
2821
|
-
top: 0;
|
|
2822
|
-
left: 0; }
|
|
2820
|
+
height: 100%; }
|
|
2823
2821
|
.Toastify__toast-container {
|
|
2824
2822
|
border-style: none;
|
|
2825
2823
|
border-width: 0px; }
|
package/index.css
CHANGED
|
@@ -3728,14 +3728,12 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3728
3728
|
width: 100%; }
|
|
3729
3729
|
|
|
3730
3730
|
.ab-ActionColumn {
|
|
3731
|
-
|
|
3732
|
-
|
|
3731
|
+
height: 100%;
|
|
3732
|
+
display: flex;
|
|
3733
|
+
column-gap: var(--ab-space-1); }
|
|
3733
3734
|
|
|
3734
3735
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
3735
|
-
height: 100%;
|
|
3736
|
-
position: absolute;
|
|
3737
|
-
top: 0;
|
|
3738
|
-
left: 0; }
|
|
3736
|
+
height: 100%; }
|
|
3739
3737
|
|
|
3740
3738
|
.Toastify__toast-container {
|
|
3741
3739
|
border-style: none;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "11.1.1
|
|
3
|
+
"version": "11.1.1",
|
|
4
4
|
"description": "React version of the powerful data-agnostic HTML5 datagrid add-on that sits on top of the agGrid component and provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
|
|
5
5
|
"keywords": [],
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "contact sales@adaptabletools.com for details",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"typings": "src/index.d.ts",
|
|
9
9
|
"lint-staged": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "11.1.1
|
|
22
|
+
"@adaptabletools/adaptable": "11.1.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=27.1.0",
|