@masterkeymaterial/ui 0.2.32 → 0.2.33
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
|
@@ -1057,7 +1057,7 @@ interface IGridConfig<T> {
|
|
|
1057
1057
|
onSelectionChanged?: (linha: any, selecionados: any[]) => Promise<void> | void;
|
|
1058
1058
|
hasError?: boolean;
|
|
1059
1059
|
isLoaded?: boolean;
|
|
1060
|
-
timeRequest?:
|
|
1060
|
+
timeRequest?: string;
|
|
1061
1061
|
lastGridEventAPI?: IGridEventAPI<T>;
|
|
1062
1062
|
}
|
|
1063
1063
|
declare const GRID_CONFIG_DEFAULTS: {
|
|
@@ -1213,7 +1213,6 @@ declare class MkGrid {
|
|
|
1213
1213
|
isLoaded: boolean;
|
|
1214
1214
|
} & IGridConfig<any>>;
|
|
1215
1215
|
startSelected: _angular_core.Signal<any[] | null>;
|
|
1216
|
-
performance: _angular_core.Signal<string>;
|
|
1217
1216
|
constructor();
|
|
1218
1217
|
paginationSize: _angular_core.ModelSignal<number | undefined>;
|
|
1219
1218
|
paginationComputedSize: _angular_core.Signal<number>;
|