goatdee-canvas 0.0.58 → 0.0.59
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/ZHCanvasCore.wasm +0 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/ZHCanvasCore.wasm
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -870,7 +870,7 @@ interface CanvasProps {
|
|
|
870
870
|
* | `activate mark` / `deactivate mark` | `{ id, index }`(图片 id 与标注序号) |
|
|
871
871
|
* | `click` | 网格单元格点击(内部);含点击相关字段 |
|
|
872
872
|
* | `cropping` | 裁剪框拖拽过程中实时回调:当前裁剪矩形 `{ x, y, width, height }` |
|
|
873
|
-
* | `
|
|
873
|
+
* | `selection change` | 文本编辑时选区变化:`{ id }` |
|
|
874
874
|
*
|
|
875
875
|
* @category 组件
|
|
876
876
|
*/
|
package/dist/index.js
CHANGED