@sankhyalabs/ezui 5.2.0 → 5.2.1

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.
@@ -9,9 +9,7 @@ export declare class EzGrid {
9
9
  private _gridController;
10
10
  private _gridSelectionCounter;
11
11
  private _resizeObserver;
12
- private toastElementRef;
13
- private timeFadeOutInMs;
14
- private toastMessageToUpdateFilterColumn;
12
+ private _messageFilterAppliedSuccess;
15
13
  private _filterColumn;
16
14
  _element: HTMLElement;
17
15
  private _paginationInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",