Merge branch 'pre-release' of ssh://icode.baidu.com:8235/baidu/amis/editor into pre-release

Change-Id: I39e77261935a7cb03841f7a2abe50c4ca00ba521
This commit is contained in:
wibetter 2022-12-29 20:51:04 +08:00
commit a3f02ff6a9
5 changed files with 1648 additions and 1651 deletions

View File

@ -19,8 +19,8 @@ import {mockValue} from 'amis-editor-core';
import {EditorNodeType} from 'amis-editor-core';
import {SchemaObject} from 'amis/lib/Schema';
import {
getArgsWrapper,
getEventControlConfig
getEventControlConfig,
getArgsWrapper
} from '../renderer/event-control/helper';
export class TablePlugin extends BasePlugin {

View File

@ -21,9 +21,11 @@ import {
RendererPluginAction,
RendererPluginEvent
} from 'amis-editor-core';
import {getEventControlConfig} from '../renderer/event-control/helper';
import {
getEventControlConfig,
getArgsWrapper
} from '../renderer/event-control/helper';
import {SchemaObject} from 'amis/lib/Schema';
import {getArgsWrapper} from '../renderer/event-control/helper';
export class Table2Plugin extends BasePlugin {
// 关联渲染器名字

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ import {
RendererPluginAction
} from 'amis-editor-core';
import {filterTree, mapTree} from 'amis';
import ACTION_TYPE_TREE from './renderer/event-control/actions';
import {ACTION_TYPE_TREE} from './renderer/event-control/helper';
import {ActionConfig, ComponentInfo} from './renderer/event-control/types';
import {
COMMON_ACTION_SCHEMA_MAP,