mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
commit
e64f80a947
@ -9,21 +9,10 @@ import {
|
||||
import {
|
||||
iRendererStore,
|
||||
} from './iRenderer';
|
||||
import {
|
||||
IRendererStore
|
||||
} from './index';
|
||||
import {
|
||||
FormItemStore,
|
||||
IFormItemStore
|
||||
} from './formItem';
|
||||
import {
|
||||
Api,
|
||||
Payload,
|
||||
fetchOptions
|
||||
} from '../types';
|
||||
import {
|
||||
extendObject
|
||||
} from '../utils/helper';
|
||||
import {FormStore, IFormStore} from './form';
|
||||
|
||||
export const UniqueGroup = types
|
||||
|
@ -23,7 +23,6 @@ import {
|
||||
setVariable,
|
||||
deleteVariable,
|
||||
cloneObject,
|
||||
extendObject,
|
||||
createObject,
|
||||
difference,
|
||||
guid
|
||||
|
@ -6,7 +6,6 @@ import {
|
||||
getRoot
|
||||
} from "mobx-state-tree";
|
||||
import {
|
||||
FormStore,
|
||||
IFormStore
|
||||
} from './form';
|
||||
import {
|
||||
|
@ -5,13 +5,10 @@ import {
|
||||
SnapshotIn
|
||||
} from "mobx-state-tree";
|
||||
import {
|
||||
cloneObject,
|
||||
extendObject,
|
||||
createObject,
|
||||
isObjectShallowModified
|
||||
createObject
|
||||
} from '../utils/helper';
|
||||
import {IRendererStore} from './index';
|
||||
import { Action } from "../types";
|
||||
import { dataMapping } from "../utils/tpl-builtin";
|
||||
|
||||
export const iRendererStore = types
|
||||
|
@ -9,7 +9,6 @@ import {
|
||||
import {
|
||||
iRendererStore,
|
||||
} from './iRenderer';
|
||||
import { resolveVariable } from "../utils/tpl-builtin";
|
||||
import isEqual = require('lodash/isEqual');
|
||||
import find = require('lodash/find');
|
||||
import { createObject, isObject } from "../utils/helper";
|
||||
|
Loading…
Reference in New Issue
Block a user