amis-editor-core 6.13.0-beta.13 → 6.13.0-beta.15

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/esm/plugin.d.ts CHANGED
@@ -569,6 +569,7 @@ export interface PluginEventListener {
569
569
  onMove(e: MouseEvent): void;
570
570
  onEnd(e: MouseEvent): void;
571
571
  }>) => void;
572
+ afterBuildPanelBody?: (event: PluginEvent<AfterBuildPanelBody>) => void;
572
573
  onGlobalVariableInit?: (event: PluginEvent<GlobalVariablesEventContext>) => void;
573
574
  onGlobalVariableDetail?: (event: PluginEvent<GlobalVariableEventContext>) => void;
574
575
  onGlobalVariableSave?: (event: PluginEvent<GlobalVariableEventContext>) => void;
package/lib/editor.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-editor-core v6.13.0-beta.13
2
+ * amis-editor-core v6.13.0-beta.15
3
3
  * Copyright 2018-2025 @fex
4
4
  */
5
5