@sankhyalabs/ezui 5.20.0-dev.20 → 5.20.0-dev.21

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.
@@ -13,7 +13,6 @@ export declare class EzGrid {
13
13
  private _messageFilterAppliedSuccess;
14
14
  private _gridApi;
15
15
  private _filterColumn;
16
- private _refHeader;
17
16
  private _refPaginationLabel;
18
17
  private _refPaginationLabelTooltip;
19
18
  private _headerOverflowWatcher;
@@ -127,6 +126,7 @@ export declare class EzGrid {
127
126
  */
128
127
  filterColumns(search: string): Promise<Array<EzGridColumn>>;
129
128
  observeConfig(config: IGridConfig): void;
129
+ updatePaginationTooltip(): void;
130
130
  onSelectionChange(evt: CustomEvent): void;
131
131
  private setSelection;
132
132
  private onSelectAllRecords;
@@ -147,8 +147,9 @@ export declare class EzGrid {
147
147
  private _getActualPageLabel;
148
148
  private _getRemainingPageLabel;
149
149
  private _getPaginationTooltip;
150
- private _updatePaginationTooltip;
151
150
  private _initHeaderOverflowWatcher;
151
+ private buildOverFlowWatcherParams;
152
+ private handleOverFlow;
152
153
  private _hidePaginationDescription;
153
154
  private _showPaginationDescription;
154
155
  disconnectedCallback(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.20.0-dev.20",
3
+ "version": "5.20.0-dev.21",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",