@adaptabletools/adaptable-react-aggrid 11.1.15 → 11.2.0
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/base.css +2 -0
- package/index.css +3 -0
- package/package.json +4 -4
package/base.css
CHANGED
|
@@ -2786,6 +2786,8 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
2786
2786
|
width: var(--ab-cmp-adaptable-object-list-item-label__width); }
|
|
2787
2787
|
.ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
|
|
2788
2788
|
visibility: visible; }
|
|
2789
|
+
.ab-StatusBar {
|
|
2790
|
+
display: flex; }
|
|
2789
2791
|
.ab-StatusBar__SubPanel {
|
|
2790
2792
|
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
2791
2793
|
border: 0;
|
package/index.css
CHANGED
|
@@ -3691,6 +3691,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3691
3691
|
.ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
|
|
3692
3692
|
visibility: visible; }
|
|
3693
3693
|
|
|
3694
|
+
.ab-StatusBar {
|
|
3695
|
+
display: flex; }
|
|
3696
|
+
|
|
3694
3697
|
.ab-StatusBar__SubPanel {
|
|
3695
3698
|
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
3696
3699
|
border: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.0",
|
|
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
6
|
"license": "contact sales@adaptabletools.com for details",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "11.
|
|
22
|
+
"@adaptabletools/adaptable": "11.2.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@ag-grid-community/all-modules": ">=27.
|
|
26
|
-
"@ag-grid-community/react": ">=27.
|
|
25
|
+
"@ag-grid-community/all-modules": ">=27.2.0",
|
|
26
|
+
"@ag-grid-community/react": ">=27.2.0",
|
|
27
27
|
"react": "^16.8.0 || ^17.0.0",
|
|
28
28
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
29
29
|
},
|