mxdraw 0.1.177 → 0.1.179

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/mxdraw.d.ts CHANGED
@@ -1860,6 +1860,7 @@ type MxDrawEvents = {
1860
1860
  "MxEntitySelectChange": (ids: number[]) => void;
1861
1861
  "objectGripEdit": (entity: MxDbEntity) => void;
1862
1862
  "whetherEditTheGripPoint": (entity: MxDbEntity) => void;
1863
+ "databaseModify": () => void;
1863
1864
  } & RendererEventsType;
1864
1865
  /**
1865
1866
  * 引入mxdraw库不会挂载MxDrawObject 只能在以下特定函数中获取