@masterkeymaterial/ui 0.2.29 → 0.2.31
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
|
@@ -1212,7 +1212,7 @@ declare class MkGrid {
|
|
|
1212
1212
|
isCompacted: boolean;
|
|
1213
1213
|
isLoaded: boolean;
|
|
1214
1214
|
} & IGridConfig<any>>;
|
|
1215
|
-
startSelected: _angular_core.Signal<any[]>;
|
|
1215
|
+
startSelected: _angular_core.Signal<any[] | null>;
|
|
1216
1216
|
performance: _angular_core.Signal<string>;
|
|
1217
1217
|
constructor();
|
|
1218
1218
|
paginationSize: _angular_core.ModelSignal<number | undefined>;
|
|
@@ -1220,7 +1220,7 @@ declare class MkGrid {
|
|
|
1220
1220
|
ngOnInit(): void;
|
|
1221
1221
|
ngOnDestroy(): void;
|
|
1222
1222
|
ngAfterViewInit(): void;
|
|
1223
|
-
iniciarSelectedRows(lista: any[] | undefined
|
|
1223
|
+
iniciarSelectedRows(lista: any[] | undefined): void;
|
|
1224
1224
|
definirColunas(): void;
|
|
1225
1225
|
filtrarColunas(): void;
|
|
1226
1226
|
ordenarColunas(): void;
|