@adaptabletools/adaptable-react-aggrid 11.1.1-canary.2 → 11.1.3

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 {
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
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-react-aggrid",
3
- "version": "11.1.1-canary.2",
3
+ "version": "11.1.3",
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.2"
22
+ "@adaptabletools/adaptable": "11.1.3"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@ag-grid-community/all-modules": ">=27.1.0",