@zhangqingcq/vgce 0.1.32 → 0.1.33

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangqingcq/vgce",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/types/index.d.ts CHANGED
@@ -11,6 +11,7 @@ export declare const SvgEditor: DefineComponent<{
11
11
  vueComp?: Record<string, any>
12
12
  saveFile?: boolean
13
13
  mqtt?: { cover: boolean; url: string; user: string; pwd: string; topics: string }
14
+ slotBackground?: boolean
14
15
  onOnPreview?: (d: Record<string, any>) => void
15
16
  onOnSave?: (d: Record<string, any>) => void
16
17
  onOnReturn?: (d: Record<string, any>) => void