amis-editor-core 6.11.0-beta.9 → 6.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BaseEventContext, InsertEventContext, MoveEventContext } from '../plugin';
2
3
  import { LayoutInterface } from './interface';
3
4
  export default class FlexLayout implements LayoutInterface {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GlobalVariableItem } from 'amis-core';
2
3
  import { Instance } from 'mobx-state-tree';
3
4
  import { InsertEventContext, PluginEvent, RendererInfo, SubRendererInfo, ToolbarItem, PanelItem, MoveEventContext, ScaffoldForm, PopOverForm, DeleteEventContext, BaseEventContext, IGlobalEvent } from '../plugin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amis-editor-core",
3
- "version": "6.11.0-beta.9",
3
+ "version": "6.11.0",
4
4
  "description": "amis 可视化编辑器",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",