@a2simcode/dui 0.0.35 → 0.0.37

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;
@@ -41,6 +41,7 @@ declare const DBiDesign: {
41
41
  };
42
42
  };
43
43
  getImg: () => Promise<unknown>;
44
+ preview: () => void;
44
45
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
45
46
  "update:scale": (...args: any[]) => void;
46
47
  }, import('vue').PublicProps, {
@@ -84,7 +85,7 @@ declare const DBiDesign: {
84
85
  }>> & Readonly<{
85
86
  "onUpdate:scale"?: ((...args: any[]) => any) | undefined;
86
87
  }>, {
87
- clearData: () => void;
88
+ clear: () => void;
88
89
  setData: (data: Record<string, any>) => void;
89
90
  getData: () => {
90
91
  ver: string;
@@ -101,6 +102,7 @@ declare const DBiDesign: {
101
102
  };
102
103
  };
103
104
  getImg: () => Promise<unknown>;
105
+ preview: () => void;
104
106
  }, {}, {}, {}, {
105
107
  components: Record<string, any>[];
106
108
  scale: number;
@@ -133,7 +135,7 @@ declare const DBiDesign: {
133
135
  }>> & Readonly<{
134
136
  "onUpdate:scale"?: ((...args: any[]) => any) | undefined;
135
137
  }>, {
136
- clearData: () => void;
138
+ clear: () => void;
137
139
  setData: (data: Record<string, any>) => void;
138
140
  getData: () => {
139
141
  ver: string;
@@ -150,6 +152,7 @@ declare const DBiDesign: {
150
152
  };
151
153
  };
152
154
  getImg: () => Promise<unknown>;
155
+ preview: () => void;
153
156
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
154
157
  "update:scale": (...args: any[]) => void;
155
158
  }, 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;
@@ -59,6 +59,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
59
  };
60
60
  };
61
61
  getImg: () => Promise<unknown>;
62
+ preview: () => void;
62
63
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
63
64
  "update:scale": (...args: any[]) => void;
64
65
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{