mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
Merge remote-tracking branch 'origin/release/1.0.0' into hotfix/1.0.0-datasourceinject
This commit is contained in:
commit
e1ab88508e
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ typings/
|
||||
|
||||
# codealike
|
||||
codealike.json
|
||||
.node
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-datasource-engine",
|
||||
"version": "1.0.19",
|
||||
"version": "1.0.20-alpha.2",
|
||||
"description": "DataSource Engine for lowcode",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
||||
@ -178,7 +178,7 @@ export class BoxResizingInstance extends Component<{
|
||||
typeof metaData.experimental.callbacks.onResizeEnd === 'function'
|
||||
) {
|
||||
e.trigger = direction;
|
||||
metaData.experimental.callbacks.onResizeStart(e, node);
|
||||
metaData.experimental.callbacks.onResizeEnd(e, node);
|
||||
}
|
||||
|
||||
const editor = globalContext.get(Editor);
|
||||
|
||||
@ -30,7 +30,7 @@ export interface ComponentConfigure {
|
||||
nestingRule?: NestingRule;
|
||||
|
||||
rootSelector?: string;
|
||||
// copy,move,delete | *
|
||||
// copy, move, remove | *
|
||||
disableBehaviors?: string[] | string;
|
||||
actions?: ComponentAction[];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user