@a2simcode/dui 0.0.36 → 0.0.38

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.
@@ -24,7 +24,7 @@ declare const DBiDesign: {
24
24
  }>> & Readonly<{
25
25
  "onUpdate:scale"?: ((...args: any[]) => any) | undefined;
26
26
  }>, {
27
- clearData: () => void;
27
+ clear: () => void;
28
28
  setData: (data: Record<string, any>) => void;
29
29
  getData: () => {
30
30
  ver: string;
@@ -85,7 +85,7 @@ declare const DBiDesign: {
85
85
  }>> & Readonly<{
86
86
  "onUpdate:scale"?: ((...args: any[]) => any) | undefined;
87
87
  }>, {
88
- clearData: () => void;
88
+ clear: () => void;
89
89
  setData: (data: Record<string, any>) => void;
90
90
  getData: () => {
91
91
  ver: string;
@@ -135,7 +135,7 @@ declare const DBiDesign: {
135
135
  }>> & Readonly<{
136
136
  "onUpdate:scale"?: ((...args: any[]) => any) | undefined;
137
137
  }>, {
138
- clearData: () => void;
138
+ clear: () => void;
139
139
  setData: (data: Record<string, any>) => void;
140
140
  getData: () => {
141
141
  ver: string;
@@ -42,7 +42,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
42
42
  default: number;
43
43
  };
44
44
  }>, {
45
- clearData: () => void;
45
+ clear: () => void;
46
46
  setData: (data: Record<string, any>) => void;
47
47
  getData: () => {
48
48
  ver: string;