@ag-grid-enterprise/status-bar
Advanced tools
Comparing version 25.0.1 to 25.1.0
@@ -1,6 +0,6 @@ | ||
# Contributing to ag-Grid-Enterprise | ||
# Contributing to AG Grid Enterprise | ||
ag-Grid-Enterprise is copyright commercial software. If you provide a PR, you must also state that you agree to the following: | ||
AG Grid Enterprise is copyright commercial software. If you provide a PR, you must also state that you agree to the following: | ||
Retention of Intellectual Property Rights for ag-Grid-Enterprise component | ||
Retention of Intellectual Property Rights for AG Grid Enterprise component | ||
============== | ||
@@ -11,3 +11,3 @@ | ||
“the Software” means the ag-Grid-Enterprise software as location the the repository | ||
“the Software” means the AG Grid Enterprise software as location the the repository | ||
https://github.com/ag-grid/ag-grid-enterprise. | ||
@@ -37,8 +37,7 @@ | ||
Please, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/ag-grid) where the questions should be tagged with tag `ag-grig`, | ||
or on our [Forum](https://ag-grid.com/forum) | ||
Please, do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/ag-grid) where the questions should be tagged with tag `ag-grid`. | ||
If you're using the Enterprise version of ag-Grid (ag-grid-enterprise), then the [Members Forum](https://ag-grid.com/forum/forumdisplay.php?fid=5) is the best place to ask - you'll get a much quicker response there. Please contact accounts@ag-grid.com for access. | ||
If you're using the Enterprise version of AG Grid (ag-grid-enterprise), then you should use our [Support Portal](https://ag-grid.zendesk.com/) - you'll get a much quicker response there. Please contact accounts@ag-grid.com for access. | ||
To save your and our time we will be systematically closing all the issues that are requests for general support (for ag-Grid Free) and redirecting people to StackOverflow. | ||
To save your and our time we will be systematically closing all the issues that are requests for general support (for AG Grid Community) and redirecting people to StackOverflow. | ||
@@ -61,3 +60,3 @@ ## <a name="issue"></a> Found a Bug? | ||
- version of ag-Grid-Enterprise used | ||
- version of AG Grid Enterprise used | ||
- 3rd-party libraries and their versions | ||
@@ -64,0 +63,0 @@ - and most importantly - a use-case that fails |
@@ -35,3 +35,3 @@ "use strict"; | ||
if (!this.isValidRowModel()) { | ||
console.warn("ag-Grid: agAggregationComponent should only be used with the client and server side row model."); | ||
console.warn("AG Grid: agAggregationComponent should only be used with the client and server side row model."); | ||
return; | ||
@@ -38,0 +38,0 @@ } |
@@ -33,3 +33,3 @@ "use strict"; | ||
if (this.gridApi.getModel().getType() !== 'clientSide') { | ||
console.warn("ag-Grid: agFilteredRowCountComponent should only be used with the client side row model."); | ||
console.warn("AG Grid: agFilteredRowCountComponent should only be used with the client side row model."); | ||
return; | ||
@@ -36,0 +36,0 @@ } |
@@ -31,3 +31,3 @@ "use strict"; | ||
if (!this.isValidRowModel()) { | ||
console.warn("ag-Grid: agSelectedRowCountComponent should only be used with the client and server side row model."); | ||
console.warn("AG Grid: agSelectedRowCountComponent should only be used with the client and server side row model."); | ||
return; | ||
@@ -34,0 +34,0 @@ } |
@@ -32,3 +32,3 @@ "use strict"; | ||
if (this.gridApi.getModel().getType() !== 'clientSide') { | ||
console.warn("ag-Grid: agTotalAndFilteredRowCountComponent should only be used with the client side row model."); | ||
console.warn("AG Grid: agTotalAndFilteredRowCountComponent should only be used with the client side row model."); | ||
return; | ||
@@ -35,0 +35,0 @@ } |
@@ -33,3 +33,3 @@ "use strict"; | ||
if (this.gridApi.getModel().getType() !== 'clientSide') { | ||
console.warn("ag-Grid: agTotalRowCountComponent should only be used with the client side row model."); | ||
console.warn("AG Grid: agTotalRowCountComponent should only be used with the client side row model."); | ||
return; | ||
@@ -36,0 +36,0 @@ } |
@@ -33,3 +33,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (!this.isValidRowModel()) { | ||
console.warn("ag-Grid: agAggregationComponent should only be used with the client and server side row model."); | ||
console.warn("AG Grid: agAggregationComponent should only be used with the client and server side row model."); | ||
return; | ||
@@ -36,0 +36,0 @@ } |
@@ -31,3 +31,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (this.gridApi.getModel().getType() !== 'clientSide') { | ||
console.warn("ag-Grid: agFilteredRowCountComponent should only be used with the client side row model."); | ||
console.warn("AG Grid: agFilteredRowCountComponent should only be used with the client side row model."); | ||
return; | ||
@@ -34,0 +34,0 @@ } |
@@ -29,3 +29,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (!this.isValidRowModel()) { | ||
console.warn("ag-Grid: agSelectedRowCountComponent should only be used with the client and server side row model."); | ||
console.warn("AG Grid: agSelectedRowCountComponent should only be used with the client and server side row model."); | ||
return; | ||
@@ -32,0 +32,0 @@ } |
@@ -30,3 +30,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (this.gridApi.getModel().getType() !== 'clientSide') { | ||
console.warn("ag-Grid: agTotalAndFilteredRowCountComponent should only be used with the client side row model."); | ||
console.warn("AG Grid: agTotalAndFilteredRowCountComponent should only be used with the client side row model."); | ||
return; | ||
@@ -33,0 +33,0 @@ } |
@@ -31,3 +31,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (this.gridApi.getModel().getType() !== 'clientSide') { | ||
console.warn("ag-Grid: agTotalRowCountComponent should only be used with the client side row model."); | ||
console.warn("AG Grid: agTotalRowCountComponent should only be used with the client side row model."); | ||
return; | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "@ag-grid-enterprise/status-bar", | ||
"version": "25.0.1", | ||
"version": "25.1.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
@@ -45,4 +45,4 @@ "main": "./dist/cjs/main.js", | ||
"dependencies": { | ||
"@ag-grid-community/core": "~25.0.0", | ||
"@ag-grid-enterprise/core": "~25.0.0" | ||
"@ag-grid-community/core": "~25.1.0", | ||
"@ag-grid-enterprise/core": "~25.1.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "devDependencies": { |
@@ -1,6 +0,5 @@ | ||
ag-Grid-Enterprise | ||
AG Grid Enterprise | ||
============== | ||
This project contains ag-Grid-Enterprise features. | ||
This project contains AG Grid Enterprise features. | ||
@@ -24,3 +23,3 @@ See [www.ag-grid.com](http://www.ag-grid.com) for an overview and full documentation. | ||
If you are an Enterprise customer (or are Evaluating ag-Grid Enterprise) and wish to report a Bug or raise a new Feature Request please do so on our [Members Forum](https://ag-grid.com/forum/forumdisplay.php?fid=5). | ||
If you are an Enterprise customer (or are evaluating AG Grid Enterprise) and wish to report a Bug or raise a new Feature Request please do so on our [Support Portal](https://ag-grid.zendesk.com/). | ||
@@ -27,0 +26,0 @@ To Sign Up: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5920826
93468
35
+ Added@ag-grid-community/core@25.1.0(transitive)
+ Added@ag-grid-enterprise/core@25.1.0(transitive)
- Removed@ag-grid-community/core@25.0.1(transitive)
- Removed@ag-grid-enterprise/core@25.0.1(transitive)