@ecan-bi/datav 1.2.32 → 1.2.34

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.
@@ -30,6 +30,9 @@ export interface TextProps extends Props {
30
30
  unitColor: string;
31
31
  unitTop: string;
32
32
  unitLeft: string;
33
+ graphicConfig: {
34
+ [key: string]: any;
35
+ };
33
36
  }
34
37
  export declare const textProps: TextProps;
35
38
  export declare const textComponentProps: {
@@ -149,6 +152,14 @@ export declare const textComponentProps: {
149
152
  type?: import("vue").PropType<string>;
150
153
  default?: string;
151
154
  };
155
+ graphicConfig: {
156
+ type?: import("vue").PropType<{
157
+ [key: string]: any;
158
+ }>;
159
+ default?: {
160
+ [key: string]: any;
161
+ };
162
+ };
152
163
  id: {
153
164
  type?: import("vue").PropType<string>;
154
165
  default?: string;