@masterkeymaterial/ui 0.2.31 → 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>;
|
|
@@ -1277,7 +1276,7 @@ declare class MkGrid {
|
|
|
1277
1276
|
onDoubleClickControls(event: Event, coluna: IColunaComLargura): void;
|
|
1278
1277
|
onClickOpcoesListagem(): void;
|
|
1279
1278
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MkGrid, never>;
|
|
1280
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MkGrid, "lib-mk-grid", never, { "lista": { "alias": "lista"; "required": true; "isSignal": true; }; "config": { "alias": "config"; "required": true; "isSignal": true; }; "filtro": { "alias": "filtro"; "required": false; "isSignal": true; }; "minLineHeight": { "alias": "minLineHeight"; "required": false; "isSignal": true; }; "isCompacted": { "alias": "isCompacted"; "required": false; "isSignal": true; }; "hasGrid": { "alias": "hasGrid"; "required": false; "isSignal": true; }; "hasVerticalLine": { "alias": "hasVerticalLine"; "required": false; "isSignal": true; }; "hasSeletor": { "alias": "hasSeletor"; "required": false; "isSignal": true; }; "paginationSize": { "alias": "paginationSize"; "required": false; "isSignal": true; }; }, { "minLineHeight": "minLineHeightChange"; "isCompacted": "isCompactedChange"; "hasGrid": "hasGridChange"; "hasVerticalLine": "hasVerticalLineChange"; "hasSeletor": "hasSeletorChange"; "paginationSize": "paginationSizeChange"; }, never, ["*", "[mkGridError]", "[mkGridLoading]"], true, never>;
|
|
1279
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MkGrid, "lib-mk-grid", never, { "lista": { "alias": "lista"; "required": true; "isSignal": true; }; "config": { "alias": "config"; "required": true; "isSignal": true; }; "filtro": { "alias": "filtro"; "required": false; "isSignal": true; }; "minLineHeight": { "alias": "minLineHeight"; "required": false; "isSignal": true; }; "isCompacted": { "alias": "isCompacted"; "required": false; "isSignal": true; }; "hasGrid": { "alias": "hasGrid"; "required": false; "isSignal": true; }; "hasVerticalLine": { "alias": "hasVerticalLine"; "required": false; "isSignal": true; }; "hasSeletor": { "alias": "hasSeletor"; "required": false; "isSignal": true; }; "paginationSize": { "alias": "paginationSize"; "required": false; "isSignal": true; }; }, { "minLineHeight": "minLineHeightChange"; "isCompacted": "isCompactedChange"; "hasGrid": "hasGridChange"; "hasVerticalLine": "hasVerticalLineChange"; "hasSeletor": "hasSeletorChange"; "paginationSize": "paginationSizeChange"; }, never, ["*", "[mkGridError]", "[mkGridLoading]", "[mkGridEmpty]"], true, never>;
|
|
1281
1280
|
}
|
|
1282
1281
|
|
|
1283
1282
|
declare class GridCell {
|