@ag-grid-enterprise/status-bar
Advanced tools
Comparing version 22.1.2 to 23.0.0
@@ -37,3 +37,3 @@ "use strict"; | ||
}; | ||
NameValueComp.TEMPLATE = "<div class=\"ag-name-value\"> \n <span ref=\"eLabel\"></span>: \n <span ref=\"eValue\" class=\"ag-name-value-value\"></span>\n </div>"; | ||
NameValueComp.TEMPLATE = "<div class=\"ag-status-name-value\"> \n <span ref=\"eLabel\"></span>: \n <span ref=\"eValue\" class=\"ag-status-name-value-value\"></span>\n </div>"; | ||
__decorate([ | ||
@@ -40,0 +40,0 @@ core_1.Autowired('gridOptionsWrapper') |
@@ -40,2 +40,5 @@ "use strict"; | ||
} | ||
else { | ||
this.setDisplayed(false); | ||
} | ||
}; | ||
@@ -42,0 +45,0 @@ StatusBar.prototype.createAndRenderComponents = function (statusBarComponents, ePanelComponent) { |
@@ -35,3 +35,3 @@ var __extends = (this && this.__extends) || (function () { | ||
}; | ||
NameValueComp.TEMPLATE = "<div class=\"ag-name-value\"> \n <span ref=\"eLabel\"></span>: \n <span ref=\"eValue\" class=\"ag-name-value-value\"></span>\n </div>"; | ||
NameValueComp.TEMPLATE = "<div class=\"ag-status-name-value\"> \n <span ref=\"eLabel\"></span>: \n <span ref=\"eValue\" class=\"ag-status-name-value-value\"></span>\n </div>"; | ||
__decorate([ | ||
@@ -38,0 +38,0 @@ Autowired('gridOptionsWrapper') |
@@ -38,2 +38,5 @@ var __extends = (this && this.__extends) || (function () { | ||
} | ||
else { | ||
this.setDisplayed(false); | ||
} | ||
}; | ||
@@ -40,0 +43,0 @@ StatusBar.prototype.createAndRenderComponents = function (statusBarComponents, ePanelComponent) { |
{ | ||
"name": "@ag-grid-enterprise/status-bar", | ||
"version": "22.1.2", | ||
"version": "23.0.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
"main": "./dist/cjs/main.js", | ||
"module": "./dist/es6/main.js", | ||
"types": "./dist/es6/main.d.ts", | ||
"types": "./dist/cjs/main.d.ts", | ||
"scripts": { | ||
@@ -44,4 +44,4 @@ "build-cjs": "tsc -p tsconfig.json", | ||
"dependencies": { | ||
"@ag-grid-community/core": "~22.1.1", | ||
"@ag-grid-enterprise/core": "~22.1.1" | ||
"@ag-grid-community/core": "~23.0.0", | ||
"@ag-grid-enterprise/core": "~23.0.0" | ||
}, | ||
@@ -54,2 +54,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
@@ -13,3 +13,3 @@ | ||
[Angular 1](https://www.ag-grid.com/angular-grid/) | [Angular 2](https://www.ag-grid.com/angular-grid/) | [Javascript](https://www.ag-grid.com/javascript-grid/) | [Polymer](https://www.ag-grid.com/best-polymer-data-grid/) | [React](https://www.ag-grid.com/react-grid/) | [TypeScript](https://www.ag-grid.com/ag-grid-typescript-webpack-2/) | [VueJS](https://www.ag-grid.com/vuejs-grid/) | [Web Components](https://www.ag-grid.com/best-web-component-data-grid/) | [Aurelia](https://www.ag-grid.com/best-aurelia-data-grid/) | ||
[Angular 1](https://www.ag-grid.com/angular-grid/) | [Angular 2](https://www.ag-grid.com/angular-grid/) | [Javascript](https://www.ag-grid.com/javascript-grid/) | [Polymer](https://www.ag-grid.com/best-polymer-data-grid/) | [React](https://www.ag-grid.com/react-grid/) | [TypeScript](https://www.ag-grid.com/ag-grid-building-typescript/) | [VueJS](https://www.ag-grid.com/vuejs-grid/) | [Web Components](https://www.ag-grid.com/best-web-component-data-grid/) | [Aurelia](https://www.ag-grid.com/best-aurelia-data-grid/) | ||
@@ -16,0 +16,0 @@ This is not free software, this software is covered by copyright and to use you need a commercial license. |
Sorry, the diff of this file is not supported yet
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
5269129
83140
+ Added@ag-grid-community/core@23.0.2(transitive)
+ Added@ag-grid-enterprise/core@23.0.2(transitive)
- Removed@ag-grid-community/core@22.1.1(transitive)
- Removed@ag-grid-enterprise/core@22.1.1(transitive)