@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.
- package/dist/cjs/ez-grid.cjs.entry.js +13 -7
- package/dist/collection/components/ez-grid/ez-grid.js +13 -7
- package/dist/custom-elements/index.js +13 -7
- package/dist/esm/ez-grid.entry.js +13 -7
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-554670ad.entry.js → p-a0d8a94f.entry.js} +1 -1
- package/dist/types/components/ez-grid/ez-grid.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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;
|