mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 15:56:00 +00:00
next macros
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { FreeTableModel } from './FreeTableModel';
|
||||
import _ from 'lodash';
|
||||
import uuidv1 from 'uuid/v1';
|
||||
import uuidv4 from 'uuid/v4';
|
||||
import moment from 'moment';
|
||||
import { MacroDefinition, MacroSelectedCell } from './MacroDefinition';
|
||||
|
||||
const getMacroFunction = {
|
||||
@@ -12,6 +15,9 @@ const getMacroFunction = {
|
||||
|
||||
const modules = {
|
||||
lodash: _,
|
||||
uuidv1,
|
||||
uuidv4,
|
||||
moment,
|
||||
};
|
||||
|
||||
export function runMacro(
|
||||
|
||||
Reference in New Issue
Block a user