@ecan-bi/datav 1.0.26 → 1.0.27

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.
@@ -1170,6 +1170,51 @@ declare const _default: import("vue").DefineComponent<{
1170
1170
  [key: string]: any;
1171
1171
  } | import("src/_utils/props").RequestParams;
1172
1172
  };
1173
+ barWidth: {
1174
+ type?: undefined;
1175
+ default?: undefined;
1176
+ } | {
1177
+ type: any;
1178
+ default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1179
+ source?: import("../../_utils/propsDiagram").Source;
1180
+ plugin: import("../../_utils/propsDiagram").Plugin;
1181
+ layer: import("../../_utils/propsDiagram").Layer;
1182
+ chartType: import("../../_utils/propsDiagram").ChartType;
1183
+ relatedList: unknown[];
1184
+ sqlConditions?: ({
1185
+ alias: string;
1186
+ fieldName: string;
1187
+ rule: string;
1188
+ fieldValue: string;
1189
+ } & ({
1190
+ valueType: "TEXT" | "NUMBER";
1191
+ dateFormat?: string;
1192
+ } | {
1193
+ valueType: "DATE";
1194
+ dateFormat: string;
1195
+ }))[];
1196
+ } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1197
+ source?: import("../../_utils/propsDiagram").Source;
1198
+ plugin: import("../../_utils/propsDiagram").Plugin;
1199
+ layer: import("../../_utils/propsDiagram").Layer;
1200
+ chartType: import("../../_utils/propsDiagram").ChartType;
1201
+ relatedList: unknown[];
1202
+ sqlConditions?: ({
1203
+ alias: string;
1204
+ fieldName: string;
1205
+ rule: string;
1206
+ fieldValue: string;
1207
+ } & ({
1208
+ valueType: "TEXT" | "NUMBER";
1209
+ dateFormat?: string;
1210
+ } | {
1211
+ valueType: "DATE";
1212
+ dateFormat: string;
1213
+ }))[];
1214
+ } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1215
+ [key: string]: any;
1216
+ } | import("src/_utils/props").RequestParams;
1217
+ };
1173
1218
  id: {
1174
1219
  type?: undefined;
1175
1220
  default?: undefined;
@@ -2263,9 +2308,7 @@ declare const _default: import("vue").DefineComponent<{
2263
2308
  };
2264
2309
  };
2265
2310
  };
2266
- series: {
2267
- [x: string]: any;
2268
- }[];
2311
+ series: any[];
2269
2312
  }>;
2270
2313
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
2271
2314
  refreshData: () => void;
@@ -2298,6 +2341,7 @@ declare const _default: import("vue").DefineComponent<{
2298
2341
  tooltipTextStyleColor?: unknown;
2299
2342
  tooltipFormatter?: unknown;
2300
2343
  diagramParam?: unknown;
2344
+ barWidth?: unknown;
2301
2345
  id?: unknown;
2302
2346
  name?: unknown;
2303
2347
  keyName?: unknown;
@@ -2402,6 +2446,9 @@ declare const _default: import("vue").DefineComponent<{
2402
2446
  diagramParam?: string | number | boolean | {
2403
2447
  [key: string]: any;
2404
2448
  };
2449
+ barWidth?: string | number | boolean | {
2450
+ [key: string]: any;
2451
+ };
2405
2452
  id?: string | number | boolean | {
2406
2453
  [key: string]: any;
2407
2454
  };
@@ -27,6 +27,7 @@ export interface BarProps extends Props {
27
27
  tooltipTextStyleColor: string;
28
28
  tooltipFormatter: string;
29
29
  diagramParam: PropsDiagram;
30
+ barWidth: string;
30
31
  }
31
32
  export declare const barProps: BarProps;
32
33
  export declare const barComponentProps: {
@@ -1200,6 +1201,51 @@ export declare const barComponentProps: {
1200
1201
  [key: string]: any;
1201
1202
  } | import("../../_utils/props").RequestParams;
1202
1203
  };
1204
+ barWidth: {
1205
+ type?: undefined;
1206
+ default?: undefined;
1207
+ } | {
1208
+ type: any;
1209
+ default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1210
+ source?: import("../../_utils/propsDiagram").Source;
1211
+ plugin: import("../../_utils/propsDiagram").Plugin;
1212
+ layer: Layer;
1213
+ chartType: import("../../_utils/propsDiagram").ChartType;
1214
+ relatedList: unknown[];
1215
+ sqlConditions?: ({
1216
+ alias: string;
1217
+ fieldName: string;
1218
+ rule: string;
1219
+ fieldValue: string;
1220
+ } & ({
1221
+ valueType: "TEXT" | "NUMBER";
1222
+ dateFormat?: string;
1223
+ } | {
1224
+ valueType: "DATE";
1225
+ dateFormat: string;
1226
+ }))[];
1227
+ } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1228
+ source?: import("../../_utils/propsDiagram").Source;
1229
+ plugin: import("../../_utils/propsDiagram").Plugin;
1230
+ layer: Layer;
1231
+ chartType: import("../../_utils/propsDiagram").ChartType;
1232
+ relatedList: unknown[];
1233
+ sqlConditions?: ({
1234
+ alias: string;
1235
+ fieldName: string;
1236
+ rule: string;
1237
+ fieldValue: string;
1238
+ } & ({
1239
+ valueType: "TEXT" | "NUMBER";
1240
+ dateFormat?: string;
1241
+ } | {
1242
+ valueType: "DATE";
1243
+ dateFormat: string;
1244
+ }))[];
1245
+ } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1246
+ [key: string]: any;
1247
+ } | import("../../_utils/props").RequestParams;
1248
+ };
1203
1249
  id: {
1204
1250
  type?: undefined;
1205
1251
  default?: undefined;