@sankhyalabs/ezui 5.22.0-dev.70 → 5.22.0-dev.72

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.
@@ -12,6 +12,9 @@ export default class AgGridController implements EzGridController, SortingProvid
12
12
  private readonly STATUS_COL_ID;
13
13
  private readonly RECORD_ARCHIVE_COL_ID;
14
14
  private readonly BLOCK_LOAD_DEBOUNCE;
15
+ private readonly DEFAULT_FONT_SIZE;
16
+ private readonly DEFAULT_ICON_SIZE;
17
+ private readonly DEFAULT_MAX_SIZE;
15
18
  private readonly DOC_WIDTH;
16
19
  private _grid;
17
20
  private _gridOptions;
@@ -129,4 +132,5 @@ export default class AgGridController implements EzGridController, SortingProvid
129
132
  registryListeners(): void;
130
133
  resetPaginationState(): void;
131
134
  stopEdit(): void;
135
+ private getColumnWidth;
132
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.22.0-dev.70",
3
+ "version": "5.22.0-dev.72",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",