@ag-grid-enterprise/filter-tool-panel
Advanced tools
Comparing version 32.2.2 to 32.3.0
@@ -985,3 +985,3 @@ var __defProp = Object.defineProperty; | ||
// enterprise-modules/filter-tool-panel/src/version.ts | ||
var VERSION = "32.2.2"; | ||
var VERSION = "32.3.0"; | ||
@@ -988,0 +988,0 @@ // enterprise-modules/filter-tool-panel/src/filtersToolPanelModule.ts |
@@ -17,2 +17,2 @@ var __defProp=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__getOwnPropNames=Object.getOwnPropertyNames,__hasOwnProp=Object.prototype.hasOwnProperty,__export=(t,e)=>{for(var s in e)__defProp(t,s,{get:e[s],enumerable:!0})},__copyProps=(t,e,s,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of __getOwnPropNames(e))!__hasOwnProp.call(t,r)&&r!==s&&__defProp(t,r,{get:()=>e[r],enumerable:!(i=__getOwnPropDesc(e,r))||i.enumerable});return t},__toCommonJS=t=>__copyProps(__defProp({},"__esModule",{value:!0}),t),main_exports={};__export(main_exports,{FiltersToolPanelModule:()=>FiltersToolPanelModule}),module.exports=__toCommonJS(main_exports);var import_core7=require("@ag-grid-community/core"),import_core8=require("@ag-grid-enterprise/core"),import_side_bar=require("@ag-grid-enterprise/side-bar"),import_core6=require("@ag-grid-community/core"),import_core=require("@ag-grid-community/core"),AgFiltersToolPanelHeader=class extends import_core.Component{constructor(){super(...arguments),this.eExpand=import_core.RefPlaceholder,this.eFilterTextField=import_core.RefPlaceholder}wireBeans(t){this.columnModel=t.columnModel}postConstruct(){this.setTemplate(`<div class="ag-filter-toolpanel-search" role="presentation"> | ||
<ag-filters-tool-panel-list data-ref="filtersToolPanelListPanel"></ag-filters-tool-panel-list> | ||
</div>`,[AgFiltersToolPanelHeaderSelector,AgFiltersToolPanelListSelector]),this.filtersToolPanelHeaderPanel=import_core6.RefPlaceholder,this.filtersToolPanelListPanel=import_core6.RefPlaceholder,this.initialised=!1,this.listenerDestroyFuncs=[]}init(t){this.initialised&&(this.listenerDestroyFuncs.forEach(r=>r()),this.listenerDestroyFuncs=[]),this.initialised=!0;const e=this.gos.addGridCommonParams({suppressExpandAll:!1,suppressFilterSearch:!1,suppressSyncLayoutWithGrid:!1});this.params={...e,...t},this.filtersToolPanelHeaderPanel.init(this.params),this.filtersToolPanelListPanel.init(this.params);const s=this.params.suppressExpandAll,i=this.params.suppressFilterSearch;s&&i&&this.filtersToolPanelHeaderPanel.setDisplayed(!1),this.listenerDestroyFuncs.push(...this.addManagedListeners(this.filtersToolPanelHeaderPanel,{expandAll:this.onExpandAll.bind(this),collapseAll:this.onCollapseAll.bind(this),searchChanged:this.onSearchChanged.bind(this)}),...this.addManagedListeners(this.filtersToolPanelListPanel,{filterExpanded:this.onFilterExpanded.bind(this),groupExpanded:this.onGroupExpanded.bind(this)}))}setVisible(t){super.setDisplayed(t),t&&!this.initialised&&this.init(this.params)}onExpandAll(){this.filtersToolPanelListPanel.expandFilterGroups(!0)}onCollapseAll(){this.filtersToolPanelListPanel.expandFilterGroups(!1)}onSearchChanged(t){this.filtersToolPanelListPanel.performFilterSearch(t.searchText)}setFilterLayout(t){this.filtersToolPanelListPanel.setFiltersLayout(t)}onFilterExpanded(){this.params.onStateUpdated()}onGroupExpanded(t){this.filtersToolPanelHeaderPanel.setExpandState(t.state),this.params.onStateUpdated()}expandFilterGroups(t){this.filtersToolPanelListPanel.expandFilterGroups(!0,t)}collapseFilterGroups(t){this.filtersToolPanelListPanel.expandFilterGroups(!1,t)}expandFilters(t){this.filtersToolPanelListPanel.expandFilters(!0,t)}collapseFilters(t){this.filtersToolPanelListPanel.expandFilters(!1,t)}syncLayoutWithGrid(){this.filtersToolPanelListPanel.syncFilterLayout()}refresh(t){return this.init(t),!0}getState(){return this.filtersToolPanelListPanel.getExpandedFiltersAndGroups()}destroy(){super.destroy()}},VERSION="32.2.2",FiltersToolPanelModule=(0,import_core7._defineModule)({version:VERSION,moduleName:import_core7.ModuleNames.FiltersToolPanelModule,beans:[],userComponents:[{name:"agFiltersToolPanel",classImp:FiltersToolPanel}],dependantModules:[import_side_bar.SideBarModule,import_core8.EnterpriseCoreModule,import_core7._ColumnFilterModule]}); | ||
</div>`,[AgFiltersToolPanelHeaderSelector,AgFiltersToolPanelListSelector]),this.filtersToolPanelHeaderPanel=import_core6.RefPlaceholder,this.filtersToolPanelListPanel=import_core6.RefPlaceholder,this.initialised=!1,this.listenerDestroyFuncs=[]}init(t){this.initialised&&(this.listenerDestroyFuncs.forEach(r=>r()),this.listenerDestroyFuncs=[]),this.initialised=!0;const e=this.gos.addGridCommonParams({suppressExpandAll:!1,suppressFilterSearch:!1,suppressSyncLayoutWithGrid:!1});this.params={...e,...t},this.filtersToolPanelHeaderPanel.init(this.params),this.filtersToolPanelListPanel.init(this.params);const s=this.params.suppressExpandAll,i=this.params.suppressFilterSearch;s&&i&&this.filtersToolPanelHeaderPanel.setDisplayed(!1),this.listenerDestroyFuncs.push(...this.addManagedListeners(this.filtersToolPanelHeaderPanel,{expandAll:this.onExpandAll.bind(this),collapseAll:this.onCollapseAll.bind(this),searchChanged:this.onSearchChanged.bind(this)}),...this.addManagedListeners(this.filtersToolPanelListPanel,{filterExpanded:this.onFilterExpanded.bind(this),groupExpanded:this.onGroupExpanded.bind(this)}))}setVisible(t){super.setDisplayed(t),t&&!this.initialised&&this.init(this.params)}onExpandAll(){this.filtersToolPanelListPanel.expandFilterGroups(!0)}onCollapseAll(){this.filtersToolPanelListPanel.expandFilterGroups(!1)}onSearchChanged(t){this.filtersToolPanelListPanel.performFilterSearch(t.searchText)}setFilterLayout(t){this.filtersToolPanelListPanel.setFiltersLayout(t)}onFilterExpanded(){this.params.onStateUpdated()}onGroupExpanded(t){this.filtersToolPanelHeaderPanel.setExpandState(t.state),this.params.onStateUpdated()}expandFilterGroups(t){this.filtersToolPanelListPanel.expandFilterGroups(!0,t)}collapseFilterGroups(t){this.filtersToolPanelListPanel.expandFilterGroups(!1,t)}expandFilters(t){this.filtersToolPanelListPanel.expandFilters(!0,t)}collapseFilters(t){this.filtersToolPanelListPanel.expandFilters(!1,t)}syncLayoutWithGrid(){this.filtersToolPanelListPanel.syncFilterLayout()}refresh(t){return this.init(t),!0}getState(){return this.filtersToolPanelListPanel.getExpandedFiltersAndGroups()}destroy(){super.destroy()}},VERSION="32.3.0",FiltersToolPanelModule=(0,import_core7._defineModule)({version:VERSION,moduleName:import_core7.ModuleNames.FiltersToolPanelModule,beans:[],userComponents:[{name:"agFiltersToolPanel",classImp:FiltersToolPanel}],dependantModules:[import_side_bar.SideBarModule,import_core8.EnterpriseCoreModule,import_core7._ColumnFilterModule]}); |
{ | ||
"name": "@ag-grid-enterprise/filter-tool-panel", | ||
"version": "32.2.2", | ||
"version": "32.3.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue", | ||
@@ -16,5 +16,5 @@ "main": "./dist/package/main.cjs.js", | ||
"dependencies": { | ||
"@ag-grid-community/core": "32.2.2", | ||
"@ag-grid-enterprise/core": "32.2.2", | ||
"@ag-grid-enterprise/side-bar": "32.2.2" | ||
"@ag-grid-community/core": "32.3.0", | ||
"@ag-grid-enterprise/core": "32.3.0", | ||
"@ag-grid-enterprise/side-bar": "32.3.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
{ | ||
"name": "@ag-grid-enterprise/filter-tool-panel", | ||
"version": "32.2.2", | ||
"version": "32.3.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue", | ||
@@ -16,5 +16,5 @@ "main": "./src/main.js", | ||
"dependencies": { | ||
"@ag-grid-community/core": "32.2.2", | ||
"@ag-grid-enterprise/core": "32.2.2", | ||
"@ag-grid-enterprise/side-bar": "32.2.2" | ||
"@ag-grid-community/core": "32.3.0", | ||
"@ag-grid-enterprise/core": "32.3.0", | ||
"@ag-grid-enterprise/side-bar": "32.3.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "32.2.2"; | ||
export declare const VERSION = "32.3.0"; |
{ | ||
"name": "@ag-grid-enterprise/filter-tool-panel", | ||
"version": "32.2.2", | ||
"version": "32.3.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue", | ||
@@ -16,5 +16,5 @@ "main": "./dist/package/main.cjs.js", | ||
"dependencies": { | ||
"@ag-grid-community/core": "32.2.2", | ||
"@ag-grid-enterprise/core": "32.2.2", | ||
"@ag-grid-enterprise/side-bar": "32.2.2" | ||
"@ag-grid-community/core": "32.3.0", | ||
"@ag-grid-enterprise/core": "32.3.0", | ||
"@ag-grid-enterprise/side-bar": "32.3.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
+ Added@ag-grid-community/core@32.3.0(transitive)
+ Added@ag-grid-enterprise/core@32.3.0(transitive)
+ Added@ag-grid-enterprise/side-bar@32.3.0(transitive)
+ Addedag-charts-types@10.3.0(transitive)
- Removed@ag-grid-community/core@32.2.2(transitive)
- Removed@ag-grid-enterprise/core@32.2.2(transitive)
- Removed@ag-grid-enterprise/side-bar@32.2.2(transitive)
- Removedag-charts-types@10.2.0(transitive)