mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: import 依赖问题 (#8113)
This commit is contained in:
parent
9011f53465
commit
1de50e8089
@ -3,9 +3,10 @@ import React from 'react';
|
||||
import {PanelProps} from '../../plugin';
|
||||
import cx from 'classnames';
|
||||
import {autobind} from '../../util';
|
||||
import {Icon, InputBox, Schema, Tab, Tabs} from 'amis';
|
||||
import {Icon, InputBox, Tab, Tabs} from 'amis';
|
||||
import {EditorNodeType} from '../../store/node';
|
||||
import {isAlive} from 'mobx-state-tree';
|
||||
import type {Schema} from 'amis';
|
||||
|
||||
@observer
|
||||
export class OutlinePanel extends React.Component<PanelProps> {
|
||||
|
@ -16,15 +16,10 @@ import sortBy from 'lodash/sortBy';
|
||||
import {toast, autobind, isObject, Icon} from 'amis';
|
||||
import {
|
||||
BasePlugin,
|
||||
ScaffoldForm,
|
||||
EditorManager,
|
||||
defaultValue,
|
||||
getSchemaTpl,
|
||||
tipedLabel,
|
||||
EditorNodeType,
|
||||
BuildPanelEventContext,
|
||||
RendererPluginEvent,
|
||||
RendererPluginAction
|
||||
tipedLabel
|
||||
} from 'amis-editor-core';
|
||||
import {
|
||||
DSBuilderManager,
|
||||
@ -43,6 +38,13 @@ import {FieldSetting} from '../../renderer/FieldSetting';
|
||||
|
||||
import type {IFormItemStore, IFormStore} from 'amis-core';
|
||||
import type {CRUDScaffoldConfig} from '../../builder/type';
|
||||
import type {
|
||||
ScaffoldForm,
|
||||
BuildPanelEventContext,
|
||||
EditorNodeType,
|
||||
RendererPluginEvent,
|
||||
RendererPluginAction
|
||||
} from 'amis-editor-core';
|
||||
|
||||
/** 需要动态控制的属性 */
|
||||
export type CRUD2DynamicControls = Partial<
|
||||
|
Loading…
Reference in New Issue
Block a user