@sv-print/hiprint 0.2.23 → 0.2.24

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
@@ -255,7 +255,7 @@ export declare interface PrintTemplateOptions extends Record<string, any> {
255
255
  onPanelAddClick?: (panel: any, createPanel: any) => void;
256
256
  onFunctionClick?: (option: any, printElement: any, event: any) => void;
257
257
  onZoomChange?: (scale: number) => void;
258
- customDataFun?: (data: any, field: string, printData: PrintData) => any;
258
+ customDataFun?: (ele: any, data: any, field: string, printData: PrintData) => any;
259
259
  beforeDragIn?: (printTemplate: any, panel: any, ele: any) => boolean;
260
260
  }
261
261