@easy-editor/plugin-dashboard 1.0.1 → 1.0.3

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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,10 @@
1
1
  import { type ComponentMetadata, type NodeSchema, type PluginCreator } from '@easy-editor/core';
2
+ import { AlignType, Alignment, DistributeType } from './designer/alignment';
3
+ import { type AdsorptionLineInfo, type DistanceSegment, GuideLine, type UserGuideLineItem } from './designer/guideline';
4
+ import { type MarqueeEvent, type MarqueeRect } from './designer/marquee-selection';
5
+ import { updateNodeRect, updateNodeRectByDOM } from './utils';
2
6
  export * from './type';
7
+ export { AlignType, Alignment, DistributeType, GuideLine, updateNodeRect, updateNodeRectByDOM, type AdsorptionLineInfo, type DistanceSegment, type MarqueeEvent, type MarqueeRect, type UserGuideLineItem, };
3
8
  interface DashboardPluginOptions {
4
9
  /**
5
10
  * 分组组件,用于大屏设计。允许将多个组件组合在一起,便于整体管理和移动。