@masterkeymaterial/ui 0.2.24 → 0.2.26
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
|
@@ -1274,6 +1274,7 @@ declare class MkGrid {
|
|
|
1274
1274
|
onChangeHasGrid(): void;
|
|
1275
1275
|
onResizeStart(event: MouseEvent, coluna: IColunaComLargura): void;
|
|
1276
1276
|
onDoubleClickControls(event: Event, coluna: IColunaComLargura): void;
|
|
1277
|
+
onClickOpcoesListagem(): void;
|
|
1277
1278
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MkGrid, never>;
|
|
1278
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]"], true, never>;
|
|
1279
1280
|
}
|