@masterkeymaterial/ui 0.2.25 → 0.2.27
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,6 +1212,7 @@ declare class MkGrid {
|
|
|
1212
1212
|
isCompacted: boolean;
|
|
1213
1213
|
isLoaded: boolean;
|
|
1214
1214
|
} & IGridConfig<any>>;
|
|
1215
|
+
startSelected: _angular_core.Signal<any[]>;
|
|
1215
1216
|
performance: _angular_core.Signal<string>;
|
|
1216
1217
|
constructor();
|
|
1217
1218
|
paginationSize: _angular_core.ModelSignal<number | undefined>;
|
|
@@ -1274,6 +1275,7 @@ declare class MkGrid {
|
|
|
1274
1275
|
onChangeHasGrid(): void;
|
|
1275
1276
|
onResizeStart(event: MouseEvent, coluna: IColunaComLargura): void;
|
|
1276
1277
|
onDoubleClickControls(event: Event, coluna: IColunaComLargura): void;
|
|
1278
|
+
onClickOpcoesListagem(): void;
|
|
1277
1279
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MkGrid, never>;
|
|
1278
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
1281
|
}
|