@sankhyalabs/ezui 4.4.0 → 4.5.0

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,7 @@ export default class DataSource implements IServerSideDatasource {
12
12
  private duObserver;
13
13
  constructor(dataUnit: DataUnit, controller: EzGridController, options: EzGridOptions);
14
14
  private updateSelection;
15
+ private isSelectionEquals;
15
16
  getRows(params: IServerSideGetRowsParams): void;
16
17
  needReload(currentLoading: IServerSideGetRowsParams): boolean;
17
18
  private callbackGetRows;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",