@dockou/elementplus 1.0.37 → 1.0.39

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.
@@ -136,6 +136,11 @@ export interface EditorOptionsItem{
136
136
  video?: EditorUploadItem,
137
137
  }
138
138
 
139
+ export interface CommissionDataItem{
140
+ type: number,
141
+ value: number | string,
142
+ }
143
+
139
144
  export interface EditorUploadItem{
140
145
  service?: string,
141
146
  fieldName?: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dockou/elementplus",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "main": "index.umd.cjs",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",