@masterkeymaterial/ui 0.2.28 → 0.2.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterkeymaterial/ui",
3
- "version": "0.2.28",
3
+ "version": "0.2.30",
4
4
  "description": "Biblioteca Angular de componentes UI e campos de formulario reutilizaveis para construir formularios dinamicos.",
5
5
  "keywords": [
6
6
  "angular",
@@ -1220,7 +1220,7 @@ declare class MkGrid {
1220
1220
  ngOnInit(): void;
1221
1221
  ngOnDestroy(): void;
1222
1222
  ngAfterViewInit(): void;
1223
- iniciarSelectedRows(lista: any[] | undefined, listaSelecionados?: string[]): void;
1223
+ iniciarSelectedRows(lista: any[] | undefined): void;
1224
1224
  definirColunas(): void;
1225
1225
  filtrarColunas(): void;
1226
1226
  ordenarColunas(): void;