@ag-grid-enterprise/filter-tool-panel
Advanced tools
Comparing version 23.0.2 to 23.1.0
@@ -1,2 +0,2 @@ | ||
import { ColDef, ColGroupDef, Component, IToolPanelComp, IToolPanelParams, IFiltersToolPanel } from "@ag-grid-community/core"; | ||
import { ColDef, ColGroupDef, Component, IFiltersToolPanel, IToolPanelComp, IToolPanelParams } from "@ag-grid-community/core"; | ||
export interface ToolPanelFiltersCompParams extends IToolPanelParams { | ||
@@ -12,2 +12,3 @@ suppressExpandAll: boolean; | ||
private gridApi; | ||
private columnApi; | ||
private eventService; | ||
@@ -14,0 +15,0 @@ private columnController; |
@@ -36,3 +36,4 @@ "use strict"; | ||
suppressSyncLayoutWithGrid: false, | ||
api: this.gridApi | ||
api: this.gridApi, | ||
columnApi: this.columnApi | ||
}; | ||
@@ -104,6 +105,9 @@ core_1._.mergeDeep(defaultParams, params); | ||
__decorate([ | ||
core_1.Autowired("gridApi") | ||
core_1.Autowired('gridApi') | ||
], FiltersToolPanel.prototype, "gridApi", void 0); | ||
__decorate([ | ||
core_1.Autowired("eventService") | ||
core_1.Autowired('columnApi') | ||
], FiltersToolPanel.prototype, "columnApi", void 0); | ||
__decorate([ | ||
core_1.Autowired('eventService') | ||
], FiltersToolPanel.prototype, "eventService", void 0); | ||
@@ -110,0 +114,0 @@ __decorate([ |
@@ -6,2 +6,3 @@ import { AbstractColDef, Component } from "@ag-grid-community/core"; | ||
private gridApi; | ||
private columnApi; | ||
private eventService; | ||
@@ -8,0 +9,0 @@ private toolPanelColDefService; |
@@ -41,3 +41,4 @@ "use strict"; | ||
suppressSyncLayoutWithGrid: false, | ||
api: this.gridApi | ||
api: this.gridApi, | ||
columnApi: this.columnApi | ||
}; | ||
@@ -347,2 +348,5 @@ core_1._.mergeDeep(defaultParams, params); | ||
__decorate([ | ||
core_1.Autowired("columnApi") | ||
], FiltersToolPanelListPanel.prototype, "columnApi", void 0); | ||
__decorate([ | ||
core_1.Autowired("eventService") | ||
@@ -349,0 +353,0 @@ ], FiltersToolPanelListPanel.prototype, "eventService", void 0); |
@@ -1,2 +0,2 @@ | ||
import { ColDef, ColGroupDef, Component, IToolPanelComp, IToolPanelParams, IFiltersToolPanel } from "@ag-grid-community/core"; | ||
import { ColDef, ColGroupDef, Component, IFiltersToolPanel, IToolPanelComp, IToolPanelParams } from "@ag-grid-community/core"; | ||
export interface ToolPanelFiltersCompParams extends IToolPanelParams { | ||
@@ -12,2 +12,3 @@ suppressExpandAll: boolean; | ||
private gridApi; | ||
private columnApi; | ||
private eventService; | ||
@@ -14,0 +15,0 @@ private columnController; |
@@ -34,3 +34,4 @@ var __extends = (this && this.__extends) || (function () { | ||
suppressSyncLayoutWithGrid: false, | ||
api: this.gridApi | ||
api: this.gridApi, | ||
columnApi: this.columnApi | ||
}; | ||
@@ -102,6 +103,9 @@ _.mergeDeep(defaultParams, params); | ||
__decorate([ | ||
Autowired("gridApi") | ||
Autowired('gridApi') | ||
], FiltersToolPanel.prototype, "gridApi", void 0); | ||
__decorate([ | ||
Autowired("eventService") | ||
Autowired('columnApi') | ||
], FiltersToolPanel.prototype, "columnApi", void 0); | ||
__decorate([ | ||
Autowired('eventService') | ||
], FiltersToolPanel.prototype, "eventService", void 0); | ||
@@ -108,0 +112,0 @@ __decorate([ |
@@ -6,2 +6,3 @@ import { AbstractColDef, Component } from "@ag-grid-community/core"; | ||
private gridApi; | ||
private columnApi; | ||
private eventService; | ||
@@ -8,0 +9,0 @@ private toolPanelColDefService; |
@@ -39,3 +39,4 @@ var __extends = (this && this.__extends) || (function () { | ||
suppressSyncLayoutWithGrid: false, | ||
api: this.gridApi | ||
api: this.gridApi, | ||
columnApi: this.columnApi | ||
}; | ||
@@ -345,2 +346,5 @@ _.mergeDeep(defaultParams, params); | ||
__decorate([ | ||
Autowired("columnApi") | ||
], FiltersToolPanelListPanel.prototype, "columnApi", void 0); | ||
__decorate([ | ||
Autowired("eventService") | ||
@@ -347,0 +351,0 @@ ], FiltersToolPanelListPanel.prototype, "eventService", void 0); |
{ | ||
"name": "@ag-grid-enterprise/filter-tool-panel", | ||
"version": "23.0.2", | ||
"version": "23.1.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
@@ -12,3 +12,4 @@ "main": "./dist/cjs/main.js", | ||
"package": "node ../../module-build/rollup/build.js", | ||
"build": "npm run build-cjs && npm run build-es6" | ||
"build": "npm run build-cjs && npm run build-es6 && npm run hash", | ||
"hash": "sh ../../scripts/hashDirectory.sh > .hash" | ||
}, | ||
@@ -45,8 +46,8 @@ "repository": { | ||
"dependencies": { | ||
"@ag-grid-community/core": "~23.0.0", | ||
"@ag-grid-enterprise/core": "~23.0.0", | ||
"@ag-grid-enterprise/side-bar": "~23.0.0" | ||
"@ag-grid-community/core": "~23.1.0", | ||
"@ag-grid-enterprise/core": "~23.1.0", | ||
"@ag-grid-enterprise/side-bar": "~23.1.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.6.3" | ||
"typescript": "~3.6.5" | ||
}, | ||
@@ -53,0 +54,0 @@ "publishConfig": { |
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
5525732
45
87402
+ Added@ag-grid-community/core@23.1.1(transitive)
+ Added@ag-grid-enterprise/core@23.1.1(transitive)
+ Added@ag-grid-enterprise/side-bar@23.1.1(transitive)
- Removed@ag-grid-community/core@23.0.2(transitive)
- Removed@ag-grid-enterprise/core@23.0.2(transitive)
- Removed@ag-grid-enterprise/side-bar@23.0.2(transitive)