mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 12:13:10 +00:00
feat: add getConvertedExtraKey / getOriginalExtraKey to utils
This commit is contained in:
parent
c63b6e1bfa
commit
8e7bb9d4b8
@ -1,11 +1,14 @@
|
|||||||
import { isFormEvent, compatibleLegaoSchema, getNodeSchemaById } from '@alilc/lowcode-utils';
|
import { isFormEvent, compatibleLegaoSchema, getNodeSchemaById } from '@alilc/lowcode-utils';
|
||||||
import { isNodeSchema } from '@alilc/lowcode-types';
|
import { isNodeSchema } from '@alilc/lowcode-types';
|
||||||
|
import { getConvertedExtraKey, getOriginalExtraKey } from '@alilc/lowcode-designer';
|
||||||
|
|
||||||
const utils = {
|
const utils = {
|
||||||
isNodeSchema,
|
isNodeSchema,
|
||||||
isFormEvent,
|
isFormEvent,
|
||||||
compatibleLegaoSchema,
|
compatibleLegaoSchema,
|
||||||
getNodeSchemaById,
|
getNodeSchemaById,
|
||||||
|
getConvertedExtraKey,
|
||||||
|
getOriginalExtraKey,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default utils;
|
export default utils;
|
||||||
Loading…
x
Reference in New Issue
Block a user