@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.
- package/dist/cjs/ez-grid.cjs.entry.js +4 -1
- package/dist/cjs/ez-number-input.cjs.entry.js +0 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +1 -1
- package/dist/collection/components/ez-grid/ez-grid.js +3 -0
- package/dist/collection/components/ez-number-input/ez-number-input.js +0 -1
- package/dist/custom-elements/index.js +4 -2
- package/dist/esm/ez-grid.entry.js +4 -1
- package/dist/esm/ez-number-input.entry.js +0 -1
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-5eff9536.entry.js → p-e2dfd935.entry.js} +1 -1
- package/dist/ezui/{p-8a7533c9.entry.js → p-e309ad64.entry.js} +1 -1
- package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -1
- package/package.json +1 -1
|
@@ -123,10 +123,14 @@ export interface EzGridOptions {
|
|
|
123
123
|
*/
|
|
124
124
|
onSelectionChange: Function;
|
|
125
125
|
/**
|
|
126
|
-
* Callback para reagir à
|
|
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;
|