@polygrid/core 1.0.454 → 1.0.455

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.
@@ -2,6 +2,8 @@ import { FilterCellMount } from "../../renderer/interfaces/template-mounts/filte
2
2
  export interface PolyGridFilterEditor {
3
3
  /** The root DOM element that will be inserted into the filter cell */
4
4
  element: HTMLElement;
5
+ /** The editor DOM element */
6
+ controlElement?: HTMLElement;
5
7
  /** Called when the grid wants to enable/disable the editor */
6
8
  setDisabled(disabled: boolean): void;
7
9
  /** Called when the grid wants to set the current value */
@@ -1 +1 @@
1
- {"version":3,"file":"custom-filter-editor.d.ts","sourceRoot":"","sources":["../../../../../src/engine/services/filter/interfaces/custom-filter-editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAE9F,MAAM,WAAW,oBAAoB;IACnC,sEAAsE;IACtE,OAAO,EAAE,WAAW,CAAC;IAErB,8DAA8D;IAC9D,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IAErC,0DAA0D;IAC1D,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC;IAE3B,qEAAqE;IACrE,aAAa,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,GAAG,IAAI,CAAC;IAE9C,qEAAqE;IACrE,OAAO,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;IAE9B,gEAAgE;IAChE,OAAO,IAAI,IAAI,CAAC;IAEhB,uDAAuD;IACvD,KAAK,CAAC,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI,CAAC;CACtC"}
1
+ {"version":3,"file":"custom-filter-editor.d.ts","sourceRoot":"","sources":["../../../../../src/engine/services/filter/interfaces/custom-filter-editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAE9F,MAAM,WAAW,oBAAoB;IACnC,sEAAsE;IACtE,OAAO,EAAE,WAAW,CAAC;IAErB,6BAA6B;IAC7B,cAAc,CAAC,EAAE,WAAW,CAAC;IAE7B,8DAA8D;IAC9D,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IAErC,0DAA0D;IAC1D,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC;IAE3B,qEAAqE;IACrE,aAAa,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,GAAG,IAAI,CAAC;IAE9C,qEAAqE;IACrE,OAAO,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;IAE9B,gEAAgE;IAChE,OAAO,IAAI,IAAI,CAAC;IAEhB,uDAAuD;IACvD,KAAK,CAAC,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI,CAAC;CACtC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polygrid/core",
3
- "version": "1.0.454",
3
+ "version": "1.0.455",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",