@ecan-bi/datav 1.0.88 → 1.0.89
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.
- package/dist/index.es.js +115 -38
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +114 -37
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +12 -12
- package/es/container/modal/Modal.js +1 -4
- package/es/container/modal/Modal.js.map +1 -1
- package/es/container/modal/index.js.map +1 -1
- package/es/container/modal/props.js +1 -1
- package/es/container/modal/props.js.map +1 -1
- package/es/graph/bar/Bar.js +33 -2
- package/es/graph/bar/Bar.js.map +1 -1
- package/es/graph/bar/index.js.map +1 -1
- package/es/graph/bar/props.js +1 -2
- package/es/graph/bar/props.js.map +1 -1
- package/es/graph/combo-graph/ComboGraph.js +44 -12
- package/es/graph/combo-graph/ComboGraph.js.map +1 -1
- package/es/graph/combo-graph/props.js +1 -1
- package/es/graph/combo-graph/props.js.map +1 -1
- package/es/graph/line/Line.js +37 -3
- package/es/graph/line/Line.js.map +1 -1
- package/es/graph/line/props.js +7 -6
- package/es/graph/line/props.js.map +1 -1
- package/es/graph/pie/Pie.js +22 -1
- package/es/graph/pie/Pie.js.map +1 -1
- package/es/graph/pie/props.js +1 -1
- package/es/graph/pie/props.js.map +1 -1
- package/es/graph/scatter/Scatter.js +10 -1
- package/es/graph/scatter/Scatter.js.map +1 -1
- package/es/graph/scatter/props.js +1 -1
- package/es/graph/scatter/props.js.map +1 -1
- package/es/hooks/useRequestData.js +1 -1
- package/es/hooks/useRequestData.js.map +1 -1
- package/es/hooks/useValueFormatter.js +2 -1
- package/es/hooks/useValueFormatter.js.map +1 -1
- package/es/hooks/useVariablesInText.js +33 -11
- package/es/hooks/useVariablesInText.js.map +1 -1
- package/es/setting/provider-config/ProviderConfig.js +3 -1
- package/es/setting/provider-config/ProviderConfig.js.map +1 -1
- package/es/table/table/Table.js +87 -28
- package/es/table/table/Table.js.map +1 -1
- package/es/table/table/index.js.map +1 -1
- package/es/table/table/props.js +1 -0
- package/es/table/table/props.js.map +1 -1
- package/es/text/text/Text.js +21 -1
- package/es/text/text/Text.js.map +1 -1
- package/es/text/text/props.js +4 -1
- package/es/text/text/props.js.map +1 -1
- package/lib/container/modal/Modal.js +1 -4
- package/lib/container/modal/Modal.js.map +1 -1
- package/lib/container/modal/index.js.map +1 -1
- package/lib/container/modal/props.js +1 -1
- package/lib/container/modal/props.js.map +1 -1
- package/lib/graph/bar/Bar.js +33 -2
- package/lib/graph/bar/Bar.js.map +1 -1
- package/lib/graph/bar/index.js.map +1 -1
- package/lib/graph/bar/props.js +1 -2
- package/lib/graph/bar/props.js.map +1 -1
- package/lib/graph/combo-graph/ComboGraph.js +44 -12
- package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
- package/lib/graph/combo-graph/props.js +1 -1
- package/lib/graph/combo-graph/props.js.map +1 -1
- package/lib/graph/line/Line.js +37 -3
- package/lib/graph/line/Line.js.map +1 -1
- package/lib/graph/line/props.js +7 -6
- package/lib/graph/line/props.js.map +1 -1
- package/lib/graph/pie/Pie.js +22 -1
- package/lib/graph/pie/Pie.js.map +1 -1
- package/lib/graph/pie/props.js +1 -1
- package/lib/graph/pie/props.js.map +1 -1
- package/lib/graph/scatter/Scatter.js +10 -1
- package/lib/graph/scatter/Scatter.js.map +1 -1
- package/lib/graph/scatter/props.js +1 -1
- package/lib/graph/scatter/props.js.map +1 -1
- package/lib/hooks/useRequestData.js +1 -1
- package/lib/hooks/useRequestData.js.map +1 -1
- package/lib/hooks/useValueFormatter.js +2 -1
- package/lib/hooks/useValueFormatter.js.map +1 -1
- package/lib/hooks/useVariablesInText.js +33 -11
- package/lib/hooks/useVariablesInText.js.map +1 -1
- package/lib/setting/provider-config/ProviderConfig.js +3 -1
- package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
- package/lib/style.css +6503 -6503
- package/lib/table/table/Table.js +87 -28
- package/lib/table/table/Table.js.map +1 -1
- package/lib/table/table/index.js.map +1 -1
- package/lib/table/table/props.js +1 -0
- package/lib/table/table/props.js.map +1 -1
- package/lib/text/text/Text.js +21 -1
- package/lib/text/text/Text.js.map +1 -1
- package/lib/text/text/props.js +4 -1
- package/lib/text/text/props.js.map +1 -1
- package/package.json +1 -1
- package/types/container/modal/index.d.ts +1 -1
- package/types/table/table/Table.vue.d.ts +44 -5
- package/types/table/table/index.d.ts +45 -6
- package/types/table/table/props.d.ts +21 -0
- package/types/text/text/Text.vue.d.ts +66 -0
- package/types/text/text/index.d.ts +66 -0
- package/types/text/text/props.d.ts +36 -0
- package/types/hooks/usePickEchartsData.d.ts +0 -2
- package/types/hooks/useTooltipFormatter.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EcanTable: import(
|
|
1
|
+
export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
columns: {
|
|
3
3
|
type?: undefined;
|
|
4
4
|
default?: undefined;
|
|
@@ -379,6 +379,26 @@ export declare const EcanTable: import("../../utils/withInstall").SFCWithInstall
|
|
|
379
379
|
[key: string]: any;
|
|
380
380
|
}[];
|
|
381
381
|
};
|
|
382
|
+
isReverse: {
|
|
383
|
+
type?: undefined;
|
|
384
|
+
default?: undefined;
|
|
385
|
+
} | {
|
|
386
|
+
type: any;
|
|
387
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
388
|
+
[key: string]: any;
|
|
389
|
+
} | import("../../utils/props").RequestParams | {
|
|
390
|
+
[key: string]: any;
|
|
391
|
+
}[] | {
|
|
392
|
+
[key: string]: any;
|
|
393
|
+
chartType: "table";
|
|
394
|
+
plugin: "1";
|
|
395
|
+
layer: "1";
|
|
396
|
+
} | {
|
|
397
|
+
[key: string]: any;
|
|
398
|
+
}[] | {
|
|
399
|
+
[key: string]: any;
|
|
400
|
+
}[];
|
|
401
|
+
};
|
|
382
402
|
graphicConfig: {
|
|
383
403
|
type?: undefined;
|
|
384
404
|
default?: undefined;
|
|
@@ -844,9 +864,6 @@ export declare const EcanTable: import("../../utils/withInstall").SFCWithInstall
|
|
|
844
864
|
[key: string]: any;
|
|
845
865
|
}>;
|
|
846
866
|
y: import("vue").ComputedRef<number>;
|
|
847
|
-
myColumns: import("vue").ComputedRef<{
|
|
848
|
-
[key: string]: any;
|
|
849
|
-
}[]>;
|
|
850
867
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
851
868
|
customRow: (record: any) => {
|
|
852
869
|
onClick: () => void;
|
|
@@ -868,8 +885,10 @@ export declare const EcanTable: import("../../utils/withInstall").SFCWithInstall
|
|
|
868
885
|
tableChange: ({ current }: {
|
|
869
886
|
current: number;
|
|
870
887
|
}, _filters: any, sorter: any) => void;
|
|
871
|
-
|
|
872
|
-
|
|
888
|
+
tableDataSource: import("vue").Ref<{
|
|
889
|
+
[x: string]: any;
|
|
890
|
+
}[]>;
|
|
891
|
+
tableColumns: import("vue").Ref<{
|
|
873
892
|
[x: string]: any;
|
|
874
893
|
}[]>;
|
|
875
894
|
summaryList: import("vue").ComputedRef<{
|
|
@@ -1262,6 +1281,26 @@ export declare const EcanTable: import("../../utils/withInstall").SFCWithInstall
|
|
|
1262
1281
|
[key: string]: any;
|
|
1263
1282
|
}[];
|
|
1264
1283
|
};
|
|
1284
|
+
isReverse: {
|
|
1285
|
+
type?: undefined;
|
|
1286
|
+
default?: undefined;
|
|
1287
|
+
} | {
|
|
1288
|
+
type: any;
|
|
1289
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1290
|
+
[key: string]: any;
|
|
1291
|
+
} | import("../../utils/props").RequestParams | {
|
|
1292
|
+
[key: string]: any;
|
|
1293
|
+
}[] | {
|
|
1294
|
+
[key: string]: any;
|
|
1295
|
+
chartType: "table";
|
|
1296
|
+
plugin: "1";
|
|
1297
|
+
layer: "1";
|
|
1298
|
+
} | {
|
|
1299
|
+
[key: string]: any;
|
|
1300
|
+
}[] | {
|
|
1301
|
+
[key: string]: any;
|
|
1302
|
+
}[];
|
|
1303
|
+
};
|
|
1265
1304
|
graphicConfig: {
|
|
1266
1305
|
type?: undefined;
|
|
1267
1306
|
default?: undefined;
|
|
@@ -25,6 +25,7 @@ export interface TableProps extends Props {
|
|
|
25
25
|
}[];
|
|
26
26
|
fontSize: string;
|
|
27
27
|
fontWeight: number;
|
|
28
|
+
isReverse: boolean;
|
|
28
29
|
graphicConfig: {
|
|
29
30
|
[key: string]: any;
|
|
30
31
|
chartType: 'table';
|
|
@@ -414,6 +415,26 @@ export declare const tableComponentProps: {
|
|
|
414
415
|
[key: string]: any;
|
|
415
416
|
}[];
|
|
416
417
|
};
|
|
418
|
+
isReverse: {
|
|
419
|
+
type?: undefined;
|
|
420
|
+
default?: undefined;
|
|
421
|
+
} | {
|
|
422
|
+
type: any;
|
|
423
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
424
|
+
[key: string]: any;
|
|
425
|
+
} | import('../../utils/props').RequestParams | {
|
|
426
|
+
[key: string]: any;
|
|
427
|
+
}[] | {
|
|
428
|
+
[key: string]: any;
|
|
429
|
+
chartType: 'table';
|
|
430
|
+
plugin: '1';
|
|
431
|
+
layer: '1';
|
|
432
|
+
} | {
|
|
433
|
+
[key: string]: any;
|
|
434
|
+
}[] | {
|
|
435
|
+
[key: string]: any;
|
|
436
|
+
}[];
|
|
437
|
+
};
|
|
417
438
|
graphicConfig: {
|
|
418
439
|
type?: undefined;
|
|
419
440
|
default?: undefined;
|
|
@@ -142,6 +142,39 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
142
142
|
[key: string]: any;
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
|
+
href: {
|
|
146
|
+
type?: undefined;
|
|
147
|
+
default?: undefined;
|
|
148
|
+
} | {
|
|
149
|
+
type: any;
|
|
150
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
} | import("../../utils/props").RequestParams | {
|
|
153
|
+
[key: string]: any;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
target: {
|
|
157
|
+
type?: undefined;
|
|
158
|
+
default?: undefined;
|
|
159
|
+
} | {
|
|
160
|
+
type: any;
|
|
161
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
162
|
+
[key: string]: any;
|
|
163
|
+
} | import("../../utils/props").RequestParams | {
|
|
164
|
+
[key: string]: any;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
linkPage: {
|
|
168
|
+
type?: undefined;
|
|
169
|
+
default?: undefined;
|
|
170
|
+
} | {
|
|
171
|
+
type: any;
|
|
172
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
} | import("../../utils/props").RequestParams | {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
145
178
|
id: {
|
|
146
179
|
type?: undefined;
|
|
147
180
|
default?: undefined;
|
|
@@ -533,6 +566,39 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
533
566
|
[key: string]: any;
|
|
534
567
|
};
|
|
535
568
|
};
|
|
569
|
+
href: {
|
|
570
|
+
type?: undefined;
|
|
571
|
+
default?: undefined;
|
|
572
|
+
} | {
|
|
573
|
+
type: any;
|
|
574
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
575
|
+
[key: string]: any;
|
|
576
|
+
} | import("../../utils/props").RequestParams | {
|
|
577
|
+
[key: string]: any;
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
target: {
|
|
581
|
+
type?: undefined;
|
|
582
|
+
default?: undefined;
|
|
583
|
+
} | {
|
|
584
|
+
type: any;
|
|
585
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
586
|
+
[key: string]: any;
|
|
587
|
+
} | import("../../utils/props").RequestParams | {
|
|
588
|
+
[key: string]: any;
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
linkPage: {
|
|
592
|
+
type?: undefined;
|
|
593
|
+
default?: undefined;
|
|
594
|
+
} | {
|
|
595
|
+
type: any;
|
|
596
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
597
|
+
[key: string]: any;
|
|
598
|
+
} | import("../../utils/props").RequestParams | {
|
|
599
|
+
[key: string]: any;
|
|
600
|
+
};
|
|
601
|
+
};
|
|
536
602
|
id: {
|
|
537
603
|
type?: undefined;
|
|
538
604
|
default?: undefined;
|
|
@@ -142,6 +142,39 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
142
142
|
[key: string]: any;
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
|
+
href: {
|
|
146
|
+
type?: undefined;
|
|
147
|
+
default?: undefined;
|
|
148
|
+
} | {
|
|
149
|
+
type: any;
|
|
150
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
} | import("../../utils/props").RequestParams | {
|
|
153
|
+
[key: string]: any;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
target: {
|
|
157
|
+
type?: undefined;
|
|
158
|
+
default?: undefined;
|
|
159
|
+
} | {
|
|
160
|
+
type: any;
|
|
161
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
162
|
+
[key: string]: any;
|
|
163
|
+
} | import("../../utils/props").RequestParams | {
|
|
164
|
+
[key: string]: any;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
linkPage: {
|
|
168
|
+
type?: undefined;
|
|
169
|
+
default?: undefined;
|
|
170
|
+
} | {
|
|
171
|
+
type: any;
|
|
172
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
} | import("../../utils/props").RequestParams | {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
145
178
|
id: {
|
|
146
179
|
type?: undefined;
|
|
147
180
|
default?: undefined;
|
|
@@ -533,6 +566,39 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
533
566
|
[key: string]: any;
|
|
534
567
|
};
|
|
535
568
|
};
|
|
569
|
+
href: {
|
|
570
|
+
type?: undefined;
|
|
571
|
+
default?: undefined;
|
|
572
|
+
} | {
|
|
573
|
+
type: any;
|
|
574
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
575
|
+
[key: string]: any;
|
|
576
|
+
} | import("../../utils/props").RequestParams | {
|
|
577
|
+
[key: string]: any;
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
target: {
|
|
581
|
+
type?: undefined;
|
|
582
|
+
default?: undefined;
|
|
583
|
+
} | {
|
|
584
|
+
type: any;
|
|
585
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
586
|
+
[key: string]: any;
|
|
587
|
+
} | import("../../utils/props").RequestParams | {
|
|
588
|
+
[key: string]: any;
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
linkPage: {
|
|
592
|
+
type?: undefined;
|
|
593
|
+
default?: undefined;
|
|
594
|
+
} | {
|
|
595
|
+
type: any;
|
|
596
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
597
|
+
[key: string]: any;
|
|
598
|
+
} | import("../../utils/props").RequestParams | {
|
|
599
|
+
[key: string]: any;
|
|
600
|
+
};
|
|
601
|
+
};
|
|
536
602
|
id: {
|
|
537
603
|
type?: undefined;
|
|
538
604
|
default?: undefined;
|
|
@@ -15,6 +15,9 @@ export interface TextProps extends Props {
|
|
|
15
15
|
variableFontSize: string;
|
|
16
16
|
variableDefaultValue: string;
|
|
17
17
|
format: '' | 'percentage';
|
|
18
|
+
href: string;
|
|
19
|
+
target: 'self' | 'blank' | 'event';
|
|
20
|
+
linkPage: string;
|
|
18
21
|
}
|
|
19
22
|
export declare const textProps: TextProps;
|
|
20
23
|
export declare const textComponentProps: {
|
|
@@ -161,6 +164,39 @@ export declare const textComponentProps: {
|
|
|
161
164
|
[key: string]: any;
|
|
162
165
|
};
|
|
163
166
|
};
|
|
167
|
+
href: {
|
|
168
|
+
type?: undefined;
|
|
169
|
+
default?: undefined;
|
|
170
|
+
} | {
|
|
171
|
+
type: any;
|
|
172
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
} | import('../../utils/props').RequestParams | {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
target: {
|
|
179
|
+
type?: undefined;
|
|
180
|
+
default?: undefined;
|
|
181
|
+
} | {
|
|
182
|
+
type: any;
|
|
183
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
184
|
+
[key: string]: any;
|
|
185
|
+
} | import('../../utils/props').RequestParams | {
|
|
186
|
+
[key: string]: any;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
linkPage: {
|
|
190
|
+
type?: undefined;
|
|
191
|
+
default?: undefined;
|
|
192
|
+
} | {
|
|
193
|
+
type: any;
|
|
194
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
195
|
+
[key: string]: any;
|
|
196
|
+
} | import('../../utils/props').RequestParams | {
|
|
197
|
+
[key: string]: any;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
164
200
|
id: {
|
|
165
201
|
type?: undefined;
|
|
166
202
|
default?: undefined;
|