amis-editor-core 6.13.0-beta.19 → 6.13.0-beta.21

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
@@ -140,6 +140,7 @@ export interface InlineEditableElement {
140
140
  * 渲染器信息。
141
141
  */
142
142
  export interface RendererInfo extends RendererScaffoldInfo {
143
+ useLazyRender?: boolean;
143
144
  scaffolds?: Array<Partial<RendererScaffoldInfo>>;
144
145
  rendererName?: string;
145
146
  /**
package/lib/editor.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-editor-core v6.13.0-beta.19
2
+ * amis-editor-core v6.13.0-beta.21
3
3
  * Copyright 2018-2025 @fex
4
4
  */
5
5