@a2simcode/dui 0.0.34 → 0.0.36

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.
@@ -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, {
@@ -53,6 +54,7 @@ declare const DBiDesign: {
53
54
  screensRef: HTMLDivElement;
54
55
  canvasRef: HTMLDivElement;
55
56
  configRef: unknown;
57
+ previewFormLayerRef: unknown;
56
58
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
57
59
  P: {};
58
60
  B: {};
@@ -100,6 +102,7 @@ declare const DBiDesign: {
100
102
  };
101
103
  };
102
104
  getImg: () => Promise<unknown>;
105
+ preview: () => void;
103
106
  }, {}, {}, {}, {
104
107
  components: Record<string, any>[];
105
108
  scale: number;
@@ -149,6 +152,7 @@ declare const DBiDesign: {
149
152
  };
150
153
  };
151
154
  getImg: () => Promise<unknown>;
155
+ preview: () => void;
152
156
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
153
157
  "update:scale": (...args: any[]) => void;
154
158
  }, 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<{
@@ -114,5 +115,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
114
115
  screensRef: HTMLDivElement;
115
116
  canvasRef: HTMLDivElement;
116
117
  configRef: unknown;
118
+ previewFormLayerRef: unknown;
117
119
  }, HTMLDivElement>;
118
120
  export default _default;