@sankhyalabs/ezui 5.20.0-dev.26 → 5.20.0-dev.27

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.
@@ -0,0 +1,8 @@
1
+ import { DUActionInterceptor, DataUnitAction } from "@sankhyalabs/core";
2
+ import EzGridController from "../EzGridController";
3
+ export declare class DataSourceInterceptor implements DUActionInterceptor {
4
+ private _controller;
5
+ constructor(controller: EzGridController);
6
+ private clearColumnFilter;
7
+ interceptAction(action: DataUnitAction): DataUnitAction | Promise<DataUnitAction>;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.20.0-dev.26",
3
+ "version": "5.20.0-dev.27",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",