@adaptabletools/adaptable-react-aggrid 11.1.1-canary.1 → 11.1.2

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 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
- ## Demo
9
+ ## Demos
10
10
 
11
- For a standalone working example app of the React Wrapper, see the [React Example Project](https://github.com/AdaptableTools/example-adaptable-react-aggrid)
11
+ The [AdapTable Documentation](https://docs.adaptabletools.com) contains numerous demos that show the many different functionalities available in AdapTable.
12
12
 
13
- To see AdapTable, more generally, in action visit our [Demo Site](https://demo.adaptabletools.com). Here you can see a large number of AdapTable demos each showing a different feature, function or option in AdapTable (using dummy data sets).
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
@@ -2751,6 +2751,8 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2751
2751
  .ab-Window-Modal {
2752
2752
  max-height: 100%;
2753
2753
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow); }
2754
+ .ab-Window-Modal .ab-Dialog__close-button {
2755
+ top: 3px; }
2754
2756
  .ab-Window-Modal .ab-Panel {
2755
2757
  max-height: initial; }
2756
2758
  .ab-Adaptable-Object-List {
@@ -2813,13 +2815,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2813
2815
  height: 100%;
2814
2816
  width: 100%; }
2815
2817
  .ab-ActionColumn {
2816
- position: relative;
2817
- height: 100%; }
2818
+ height: 100%;
2819
+ display: flex;
2820
+ column-gap: var(--ab-space-1); }
2818
2821
  .ab-ActionColumn > button.ab-SimpleButton {
2819
- height: 100%;
2820
- position: absolute;
2821
- top: 0;
2822
- left: 0; }
2822
+ height: 100%; }
2823
2823
  .Toastify__toast-container {
2824
2824
  border-style: none;
2825
2825
  border-width: 0px; }
package/index.css CHANGED
@@ -3645,6 +3645,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
3645
3645
  max-height: 100%;
3646
3646
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow); }
3647
3647
 
3648
+ .ab-Window-Modal .ab-Dialog__close-button {
3649
+ top: 3px; }
3650
+
3648
3651
  .ab-Window-Modal .ab-Panel {
3649
3652
  max-height: initial; }
3650
3653
 
@@ -3728,14 +3731,12 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
3728
3731
  width: 100%; }
3729
3732
 
3730
3733
  .ab-ActionColumn {
3731
- position: relative;
3732
- height: 100%; }
3734
+ height: 100%;
3735
+ display: flex;
3736
+ column-gap: var(--ab-space-1); }
3733
3737
 
3734
3738
  .ab-ActionColumn > button.ab-SimpleButton {
3735
- height: 100%;
3736
- position: absolute;
3737
- top: 0;
3738
- left: 0; }
3739
+ height: 100%; }
3739
3740
 
3740
3741
  .Toastify__toast-container {
3741
3742
  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-canary.1",
3
+ "version": "11.1.2",
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": "SEE LICENSE IN LICENSE.md",
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-canary.1"
22
+ "@adaptabletools/adaptable": "11.1.2"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@ag-grid-community/all-modules": ">=27.1.0",