@sankhyalabs/ezui 5.17.1 → 5.17.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.
@@ -123,10 +123,14 @@ export interface EzGridOptions {
123
123
  */
124
124
  onSelectionChange: Function;
125
125
  /**
126
- * Callback para reagir à paginação
126
+ * Callback para reagir à troca de páginas
127
127
  */
128
128
  onPaginationChange: Function;
129
129
  /**
130
+ * Callback para reagir à atualização da paginação vinda do Parallel Loader
131
+ */
132
+ onPaginationUpdate: Function;
133
+ /**
130
134
  * Callback para reagir ao clique duplo na linha
131
135
  */
132
136
  onDoubleClick: Function;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.17.1",
3
+ "version": "5.17.2",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",