@sankhyalabs/ezui 5.13.0-dev.1 → 5.13.0-dev.2

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.
@@ -11,6 +11,7 @@ export declare class EzGrid {
11
11
  private _gridSelectionCounter;
12
12
  private _resizeObserver;
13
13
  private _messageFilterAppliedSuccess;
14
+ private _gridApi;
14
15
  private _filterColumn;
15
16
  _element: HTMLElement;
16
17
  private _paginationInfo;
@@ -128,6 +129,7 @@ export declare class EzGrid {
128
129
  private buildDataElementId;
129
130
  private previousPage;
130
131
  private nextPage;
132
+ private resetPaginationState;
131
133
  private getPaginationControl;
132
134
  componentDidLoad(): void;
133
135
  componentWillRender(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.13.0-dev.1",
3
+ "version": "5.13.0-dev.2",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",