fix: import 依赖问题 (#8113)

This commit is contained in:
Allen 2023-09-14 12:49:16 +08:00 committed by GitHub
parent 9011f53465
commit 1de50e8089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 7 deletions

View File

@ -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> {

View File

@ -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<