@adaptabletools/adaptable-react-aggrid 11.0.0-canary.6 → 11.0.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 +2 -2
- package/base.css +3 -4
- package/index.css +3 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Repository for the **AdapTable React AG Grid Wrapper** which allows you to use A
|
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
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/
|
|
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/learn/react-overview).
|
|
8
8
|
|
|
9
9
|
## Demo
|
|
10
10
|
|
|
@@ -23,7 +23,7 @@ We can also make a trial licence available for a short period of time to allow y
|
|
|
23
23
|
**Note: The AdapTable licence does not include AG Grid's licence which you must pay for that separately**.
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [Licence Help Page](https://docs.adaptabletools.com/
|
|
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
27
|
|
|
28
28
|
|
|
29
29
|
## Other AdapTable Resources
|
package/base.css
CHANGED
|
@@ -2322,8 +2322,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2322
2322
|
align-items: stretch;
|
|
2323
2323
|
flex: 1;
|
|
2324
2324
|
overflow-x: auto;
|
|
2325
|
-
padding
|
|
2326
|
-
padding-bottom: var(--ab-dashboard-gap-size); }
|
|
2325
|
+
padding: var(--ab-dashboard-gap-size); }
|
|
2327
2326
|
.ab-Dashboard__container {
|
|
2328
2327
|
display: flex;
|
|
2329
2328
|
flex-shrink: 0;
|
|
@@ -2441,7 +2440,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2441
2440
|
position: relative;
|
|
2442
2441
|
display: inline-block;
|
|
2443
2442
|
min-width: 40px;
|
|
2444
|
-
width:
|
|
2443
|
+
width: 77px;
|
|
2445
2444
|
height: 32px; }
|
|
2446
2445
|
.ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
|
|
2447
2446
|
cursor: pointer;
|
|
@@ -2473,7 +2472,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2473
2472
|
.ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
|
|
2474
2473
|
background-color: var(--ab-cmp-toggle-button--active__background); }
|
|
2475
2474
|
.ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
|
|
2476
|
-
transform: translateX(
|
|
2475
|
+
transform: translateX(45px); }
|
|
2477
2476
|
.ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
|
|
2478
2477
|
box-shadow: var(--ab-focus__box-shadow); }
|
|
2479
2478
|
.ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
|
package/index.css
CHANGED
|
@@ -3103,8 +3103,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3103
3103
|
align-items: stretch;
|
|
3104
3104
|
flex: 1;
|
|
3105
3105
|
overflow-x: auto;
|
|
3106
|
-
padding
|
|
3107
|
-
padding-bottom: var(--ab-dashboard-gap-size); }
|
|
3106
|
+
padding: var(--ab-dashboard-gap-size); }
|
|
3108
3107
|
|
|
3109
3108
|
.ab-Dashboard__container {
|
|
3110
3109
|
display: flex;
|
|
@@ -3254,7 +3253,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3254
3253
|
position: relative;
|
|
3255
3254
|
display: inline-block;
|
|
3256
3255
|
min-width: 40px;
|
|
3257
|
-
width:
|
|
3256
|
+
width: 77px;
|
|
3258
3257
|
height: 32px; }
|
|
3259
3258
|
|
|
3260
3259
|
.ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
|
|
@@ -3292,7 +3291,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3292
3291
|
background-color: var(--ab-cmp-toggle-button--active__background); }
|
|
3293
3292
|
|
|
3294
3293
|
.ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
|
|
3295
|
-
transform: translateX(
|
|
3294
|
+
transform: translateX(45px); }
|
|
3296
3295
|
|
|
3297
3296
|
.ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
|
|
3298
3297
|
box-shadow: var(--ab-focus__box-shadow); }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.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
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "11.0.
|
|
22
|
+
"@adaptabletools/adaptable": "11.0.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=27.0.0",
|