@ecan-bi/datav 1.6.5 → 1.6.8
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 +6676 -7198
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +38 -38
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +16 -8
- package/types/container/border/index.d.ts +16 -8
- package/types/container/border/props.d.ts +8 -4
- package/types/container/circulate/Circulate.vue.d.ts +16 -8
- package/types/container/circulate/index.d.ts +16 -8
- package/types/container/circulate/props.d.ts +8 -4
- package/types/container/tabs/Tabs.vue.d.ts +16 -8
- package/types/container/tabs/index.d.ts +16 -8
- package/types/container/tabs/props.d.ts +8 -4
- package/types/container/template/Template.vue.d.ts +16 -8
- package/types/container/template/index.d.ts +16 -8
- package/types/container/template/props.d.ts +8 -4
- package/types/control/button/Button.vue.d.ts +20 -12
- package/types/control/button/index.d.ts +20 -12
- package/types/control/button/props.d.ts +10 -6
- package/types/control/checkbox/Checkbox.vue.d.ts +16 -8
- package/types/control/checkbox/index.d.ts +16 -8
- package/types/control/checkbox/props.d.ts +8 -4
- package/types/control/date-picker/DatePicker.vue.d.ts +29 -21
- package/types/control/date-picker/index.d.ts +29 -21
- package/types/control/date-picker/props.d.ts +10 -6
- package/types/control/input/Input.vue.d.ts +16 -8
- package/types/control/input/index.d.ts +16 -8
- package/types/control/input/props.d.ts +8 -4
- package/types/control/nav-tab/NavTab.vue.d.ts +16 -8
- package/types/control/nav-tab/index.d.ts +16 -8
- package/types/control/nav-tab/props.d.ts +8 -4
- package/types/control/radio/Radio.vue.d.ts +20 -12
- package/types/control/radio/index.d.ts +20 -12
- package/types/control/radio/props.d.ts +10 -6
- package/types/control/range-picker/RangePicker.vue.d.ts +38 -30
- package/types/control/range-picker/index.d.ts +38 -30
- package/types/control/range-picker/props.d.ts +10 -6
- package/types/control/select/Select.vue.d.ts +16 -8
- package/types/control/select/index.d.ts +16 -8
- package/types/control/select/props.d.ts +8 -4
- package/types/control/tree-select/TreeSelect.vue.d.ts +8 -4
- package/types/control/tree-select/index.d.ts +8 -4
- package/types/control/tree-select/props.d.ts +8 -4
- package/types/graph/bar/Bar.vue.d.ts +20 -12
- package/types/graph/bar/index.d.ts +20 -12
- package/types/graph/bar/props.d.ts +10 -6
- package/types/graph/boxplot/Boxplot.vue.d.ts +16 -8
- package/types/graph/boxplot/index.d.ts +16 -8
- package/types/graph/boxplot/props.d.ts +11 -6
- package/types/graph/budget/Budget.vue.d.ts +20 -12
- package/types/graph/budget/index.d.ts +20 -12
- package/types/graph/budget/props.d.ts +10 -6
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +20 -12
- package/types/graph/combo-graph/index.d.ts +20 -12
- package/types/graph/combo-graph/props.d.ts +10 -6
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +16 -8
- package/types/graph/custom-graph/index.d.ts +16 -8
- package/types/graph/custom-graph/props.d.ts +8 -4
- package/types/graph/gauge/Gauge.vue.d.ts +16 -8
- package/types/graph/gauge/index.d.ts +16 -8
- package/types/graph/gauge/props.d.ts +8 -4
- package/types/graph/line/Line.vue.d.ts +16 -8
- package/types/graph/line/index.d.ts +16 -8
- package/types/graph/line/props.d.ts +11 -6
- package/types/graph/pie/Pie.vue.d.ts +20 -12
- package/types/graph/pie/index.d.ts +20 -12
- package/types/graph/pie/props.d.ts +10 -6
- package/types/graph/radar/Radar.vue.d.ts +16 -8
- package/types/graph/radar/index.d.ts +16 -8
- package/types/graph/radar/props.d.ts +11 -6
- package/types/graph/scatter/Scatter.vue.d.ts +16 -8
- package/types/graph/scatter/index.d.ts +16 -8
- package/types/graph/scatter/props.d.ts +8 -4
- package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +16 -8
- package/types/laboratory/ai-analyze/index.d.ts +16 -8
- package/types/laboratory/ai-analyze/props.d.ts +8 -4
- package/types/laboratory/data-select/DataSelect.vue.d.ts +16 -8
- package/types/laboratory/data-select/index.d.ts +16 -8
- package/types/laboratory/data-select/props.d.ts +8 -4
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +16 -8
- package/types/laboratory/index-panel/index.d.ts +16 -8
- package/types/laboratory/index-panel/props.d.ts +8 -4
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +36 -23
- package/types/laboratory/pivotTable/index.d.ts +36 -23
- package/types/laboratory/pivotTable/props.d.ts +8 -4
- package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -8
- package/types/laboratory/value-line/index.d.ts +16 -8
- package/types/laboratory/value-line/props.d.ts +11 -6
- package/types/map/map/Map.vue.d.ts +16 -8
- package/types/map/map/index.d.ts +16 -8
- package/types/map/map/props.d.ts +8 -4
- package/types/media/iframe/Iframe.vue.d.ts +16 -8
- package/types/media/iframe/index.d.ts +16 -8
- package/types/media/iframe/props.d.ts +8 -4
- package/types/media/image/Image.vue.d.ts +16 -8
- package/types/media/image/index.d.ts +16 -8
- package/types/media/image/props.d.ts +8 -4
- package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
- package/types/setting/page-config/index.d.ts +4 -4
- package/types/setting/page-config/props.d.ts +2 -2
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +5 -4
- package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +4 -0
- package/types/setting/provider-config/index.d.ts +5 -4
- package/types/setting/provider-config/props.d.ts +2 -2
- package/types/setting/provider-config/source-modal/SourceModal.vue.d.ts +28 -0
- package/types/setting/provider-config/source-modal/index.d.ts +2 -0
- package/types/table/table/Table.vue.d.ts +20 -12
- package/types/table/table/index.d.ts +20 -12
- package/types/table/table/props.d.ts +10 -6
- package/types/text/counter/Counter.vue.d.ts +16 -8
- package/types/text/counter/index.d.ts +16 -8
- package/types/text/counter/props.d.ts +8 -4
- package/types/text/list/List.vue.d.ts +16 -8
- package/types/text/list/index.d.ts +16 -8
- package/types/text/list/props.d.ts +8 -4
- package/types/text/proportion/Proportion.vue.d.ts +16 -8
- package/types/text/proportion/index.d.ts +16 -8
- package/types/text/proportion/props.d.ts +8 -4
- package/types/text/rectangle/Rectangle.vue.d.ts +16 -8
- package/types/text/rectangle/index.d.ts +16 -8
- package/types/text/rectangle/props.d.ts +8 -4
- package/types/text/text/Text.vue.d.ts +16 -8
- package/types/text/text/index.d.ts +16 -8
- package/types/text/text/props.d.ts +8 -4
- package/types/text/time-display/TimeDisplay.vue.d.ts +16 -8
- package/types/text/time-display/index.d.ts +16 -8
- package/types/text/time-display/props.d.ts +8 -4
- package/types/utils/props.d.ts +1 -0
- package/types/hooks/indicator.d.ts +0 -1
|
@@ -522,16 +522,16 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
522
522
|
default?: number;
|
|
523
523
|
};
|
|
524
524
|
dataType: {
|
|
525
|
-
type?: import("vue").PropType<"
|
|
526
|
-
default?: "
|
|
525
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
526
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
527
527
|
};
|
|
528
528
|
scale?: {
|
|
529
529
|
type?: import("vue").PropType<number>;
|
|
530
530
|
default?: number;
|
|
531
531
|
};
|
|
532
532
|
requestParamsMode: {
|
|
533
|
-
type?: import("vue").PropType<"
|
|
534
|
-
default?: "
|
|
533
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
534
|
+
default?: "2" | "1";
|
|
535
535
|
};
|
|
536
536
|
customRequestParams: {
|
|
537
537
|
type?: import("vue").PropType<string>;
|
|
@@ -565,6 +565,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
565
565
|
type?: import("vue").PropType<boolean>;
|
|
566
566
|
default?: boolean;
|
|
567
567
|
};
|
|
568
|
+
isShowSource?: {
|
|
569
|
+
type?: import("vue").PropType<boolean>;
|
|
570
|
+
default?: boolean;
|
|
571
|
+
};
|
|
568
572
|
indDetailIconColor?: {
|
|
569
573
|
type?: import("vue").PropType<string>;
|
|
570
574
|
default?: string;
|
|
@@ -1274,16 +1278,16 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1274
1278
|
default?: number;
|
|
1275
1279
|
};
|
|
1276
1280
|
dataType: {
|
|
1277
|
-
type?: import("vue").PropType<"
|
|
1278
|
-
default?: "
|
|
1281
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
1282
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
1279
1283
|
};
|
|
1280
1284
|
scale?: {
|
|
1281
1285
|
type?: import("vue").PropType<number>;
|
|
1282
1286
|
default?: number;
|
|
1283
1287
|
};
|
|
1284
1288
|
requestParamsMode: {
|
|
1285
|
-
type?: import("vue").PropType<"
|
|
1286
|
-
default?: "
|
|
1289
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1290
|
+
default?: "2" | "1";
|
|
1287
1291
|
};
|
|
1288
1292
|
customRequestParams: {
|
|
1289
1293
|
type?: import("vue").PropType<string>;
|
|
@@ -1317,6 +1321,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1317
1321
|
type?: import("vue").PropType<boolean>;
|
|
1318
1322
|
default?: boolean;
|
|
1319
1323
|
};
|
|
1324
|
+
isShowSource?: {
|
|
1325
|
+
type?: import("vue").PropType<boolean>;
|
|
1326
|
+
default?: boolean;
|
|
1327
|
+
};
|
|
1320
1328
|
indDetailIconColor?: {
|
|
1321
1329
|
type?: import("vue").PropType<string>;
|
|
1322
1330
|
default?: string;
|
|
@@ -245,9 +245,9 @@ export declare const lineProps: {
|
|
|
245
245
|
requestInterval: number;
|
|
246
246
|
requestParams: import('../../utils/props').RequestParams;
|
|
247
247
|
requestSort: number;
|
|
248
|
-
dataType: "
|
|
248
|
+
dataType: "indicator" | "request" | "component" | "static";
|
|
249
249
|
scale?: number;
|
|
250
|
-
requestParamsMode: "
|
|
250
|
+
requestParamsMode: "2" | "1";
|
|
251
251
|
customRequestParams: string;
|
|
252
252
|
dataSetParam?: any;
|
|
253
253
|
requestType?: any;
|
|
@@ -257,6 +257,7 @@ export declare const lineProps: {
|
|
|
257
257
|
};
|
|
258
258
|
isShowIndDetail?: boolean;
|
|
259
259
|
isShowTrend?: boolean;
|
|
260
|
+
isShowSource?: boolean;
|
|
260
261
|
indDetailIconColor?: string;
|
|
261
262
|
indDetailIconFontSize?: string;
|
|
262
263
|
};
|
|
@@ -784,16 +785,16 @@ export declare const lineComponentProps: {
|
|
|
784
785
|
default?: number;
|
|
785
786
|
};
|
|
786
787
|
dataType: {
|
|
787
|
-
type?: import("vue").PropType<"
|
|
788
|
-
default?: "
|
|
788
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
789
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
789
790
|
};
|
|
790
791
|
scale?: {
|
|
791
792
|
type?: import("vue").PropType<number>;
|
|
792
793
|
default?: number;
|
|
793
794
|
};
|
|
794
795
|
requestParamsMode: {
|
|
795
|
-
type?: import("vue").PropType<"
|
|
796
|
-
default?: "
|
|
796
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
797
|
+
default?: "2" | "1";
|
|
797
798
|
};
|
|
798
799
|
customRequestParams: {
|
|
799
800
|
type?: import("vue").PropType<string>;
|
|
@@ -827,6 +828,10 @@ export declare const lineComponentProps: {
|
|
|
827
828
|
type?: import("vue").PropType<boolean>;
|
|
828
829
|
default?: boolean;
|
|
829
830
|
};
|
|
831
|
+
isShowSource?: {
|
|
832
|
+
type?: import("vue").PropType<boolean>;
|
|
833
|
+
default?: boolean;
|
|
834
|
+
};
|
|
830
835
|
indDetailIconColor?: {
|
|
831
836
|
type?: import("vue").PropType<string>;
|
|
832
837
|
default?: string;
|
|
@@ -165,8 +165,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
default?: ValueTypeDataFieldNames;
|
|
166
166
|
};
|
|
167
167
|
dataFieldConfigType: {
|
|
168
|
-
type?: import("vue").PropType<"
|
|
169
|
-
default?: "
|
|
168
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
169
|
+
default?: "key" | "value";
|
|
170
170
|
};
|
|
171
171
|
gridContainLabel: {
|
|
172
172
|
type?: import("vue").PropType<boolean>;
|
|
@@ -381,16 +381,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
381
381
|
default?: number;
|
|
382
382
|
};
|
|
383
383
|
dataType: {
|
|
384
|
-
type?: import("vue").PropType<"
|
|
385
|
-
default?: "
|
|
384
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
385
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
386
386
|
};
|
|
387
387
|
scale?: {
|
|
388
388
|
type?: import("vue").PropType<number>;
|
|
389
389
|
default?: number;
|
|
390
390
|
};
|
|
391
391
|
requestParamsMode: {
|
|
392
|
-
type?: import("vue").PropType<"
|
|
393
|
-
default?: "
|
|
392
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
393
|
+
default?: "2" | "1";
|
|
394
394
|
};
|
|
395
395
|
customRequestParams: {
|
|
396
396
|
type?: import("vue").PropType<string>;
|
|
@@ -424,6 +424,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
424
424
|
type?: import("vue").PropType<boolean>;
|
|
425
425
|
default?: boolean;
|
|
426
426
|
};
|
|
427
|
+
isShowSource?: {
|
|
428
|
+
type?: import("vue").PropType<boolean>;
|
|
429
|
+
default?: boolean;
|
|
430
|
+
};
|
|
427
431
|
indDetailIconColor?: {
|
|
428
432
|
type?: import("vue").PropType<string>;
|
|
429
433
|
default?: string;
|
|
@@ -700,8 +704,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
700
704
|
default?: ValueTypeDataFieldNames;
|
|
701
705
|
};
|
|
702
706
|
dataFieldConfigType: {
|
|
703
|
-
type?: import("vue").PropType<"
|
|
704
|
-
default?: "
|
|
707
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
708
|
+
default?: "key" | "value";
|
|
705
709
|
};
|
|
706
710
|
gridContainLabel: {
|
|
707
711
|
type?: import("vue").PropType<boolean>;
|
|
@@ -916,16 +920,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
916
920
|
default?: number;
|
|
917
921
|
};
|
|
918
922
|
dataType: {
|
|
919
|
-
type?: import("vue").PropType<"
|
|
920
|
-
default?: "
|
|
923
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
924
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
921
925
|
};
|
|
922
926
|
scale?: {
|
|
923
927
|
type?: import("vue").PropType<number>;
|
|
924
928
|
default?: number;
|
|
925
929
|
};
|
|
926
930
|
requestParamsMode: {
|
|
927
|
-
type?: import("vue").PropType<"
|
|
928
|
-
default?: "
|
|
931
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
932
|
+
default?: "2" | "1";
|
|
929
933
|
};
|
|
930
934
|
customRequestParams: {
|
|
931
935
|
type?: import("vue").PropType<string>;
|
|
@@ -959,6 +963,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
959
963
|
type?: import("vue").PropType<boolean>;
|
|
960
964
|
default?: boolean;
|
|
961
965
|
};
|
|
966
|
+
isShowSource?: {
|
|
967
|
+
type?: import("vue").PropType<boolean>;
|
|
968
|
+
default?: boolean;
|
|
969
|
+
};
|
|
962
970
|
indDetailIconColor?: {
|
|
963
971
|
type?: import("vue").PropType<string>;
|
|
964
972
|
default?: string;
|
|
@@ -164,8 +164,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
164
164
|
default?: import("../../utils/props").ValueTypeDataFieldNames;
|
|
165
165
|
};
|
|
166
166
|
dataFieldConfigType: {
|
|
167
|
-
type?: import("vue").PropType<"
|
|
168
|
-
default?: "
|
|
167
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
168
|
+
default?: "key" | "value";
|
|
169
169
|
};
|
|
170
170
|
gridContainLabel: {
|
|
171
171
|
type?: import("vue").PropType<boolean>;
|
|
@@ -380,16 +380,16 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
380
380
|
default?: number;
|
|
381
381
|
};
|
|
382
382
|
dataType: {
|
|
383
|
-
type?: import("vue").PropType<"
|
|
384
|
-
default?: "
|
|
383
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
384
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
385
385
|
};
|
|
386
386
|
scale?: {
|
|
387
387
|
type?: import("vue").PropType<number>;
|
|
388
388
|
default?: number;
|
|
389
389
|
};
|
|
390
390
|
requestParamsMode: {
|
|
391
|
-
type?: import("vue").PropType<"
|
|
392
|
-
default?: "
|
|
391
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
392
|
+
default?: "2" | "1";
|
|
393
393
|
};
|
|
394
394
|
customRequestParams: {
|
|
395
395
|
type?: import("vue").PropType<string>;
|
|
@@ -423,6 +423,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
423
423
|
type?: import("vue").PropType<boolean>;
|
|
424
424
|
default?: boolean;
|
|
425
425
|
};
|
|
426
|
+
isShowSource?: {
|
|
427
|
+
type?: import("vue").PropType<boolean>;
|
|
428
|
+
default?: boolean;
|
|
429
|
+
};
|
|
426
430
|
indDetailIconColor?: {
|
|
427
431
|
type?: import("vue").PropType<string>;
|
|
428
432
|
default?: string;
|
|
@@ -699,8 +703,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
699
703
|
default?: import("../../utils/props").ValueTypeDataFieldNames;
|
|
700
704
|
};
|
|
701
705
|
dataFieldConfigType: {
|
|
702
|
-
type?: import("vue").PropType<"
|
|
703
|
-
default?: "
|
|
706
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
707
|
+
default?: "key" | "value";
|
|
704
708
|
};
|
|
705
709
|
gridContainLabel: {
|
|
706
710
|
type?: import("vue").PropType<boolean>;
|
|
@@ -915,16 +919,16 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
915
919
|
default?: number;
|
|
916
920
|
};
|
|
917
921
|
dataType: {
|
|
918
|
-
type?: import("vue").PropType<"
|
|
919
|
-
default?: "
|
|
922
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
923
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
920
924
|
};
|
|
921
925
|
scale?: {
|
|
922
926
|
type?: import("vue").PropType<number>;
|
|
923
927
|
default?: number;
|
|
924
928
|
};
|
|
925
929
|
requestParamsMode: {
|
|
926
|
-
type?: import("vue").PropType<"
|
|
927
|
-
default?: "
|
|
930
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
931
|
+
default?: "2" | "1";
|
|
928
932
|
};
|
|
929
933
|
customRequestParams: {
|
|
930
934
|
type?: import("vue").PropType<string>;
|
|
@@ -958,6 +962,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
958
962
|
type?: import("vue").PropType<boolean>;
|
|
959
963
|
default?: boolean;
|
|
960
964
|
};
|
|
965
|
+
isShowSource?: {
|
|
966
|
+
type?: import("vue").PropType<boolean>;
|
|
967
|
+
default?: boolean;
|
|
968
|
+
};
|
|
961
969
|
indDetailIconColor?: {
|
|
962
970
|
type?: import("vue").PropType<string>;
|
|
963
971
|
default?: string;
|
|
@@ -242,8 +242,8 @@ export declare const pieComponentProps: {
|
|
|
242
242
|
default?: ValueTypeDataFieldNames;
|
|
243
243
|
};
|
|
244
244
|
dataFieldConfigType: {
|
|
245
|
-
type?: import("vue").PropType<"
|
|
246
|
-
default?: "
|
|
245
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
246
|
+
default?: "key" | "value";
|
|
247
247
|
};
|
|
248
248
|
gridContainLabel: {
|
|
249
249
|
type?: import("vue").PropType<boolean>;
|
|
@@ -458,16 +458,16 @@ export declare const pieComponentProps: {
|
|
|
458
458
|
default?: number;
|
|
459
459
|
};
|
|
460
460
|
dataType: {
|
|
461
|
-
type?: import("vue").PropType<"
|
|
462
|
-
default?: "
|
|
461
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
462
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
463
463
|
};
|
|
464
464
|
scale?: {
|
|
465
465
|
type?: import("vue").PropType<number>;
|
|
466
466
|
default?: number;
|
|
467
467
|
};
|
|
468
468
|
requestParamsMode: {
|
|
469
|
-
type?: import("vue").PropType<"
|
|
470
|
-
default?: "
|
|
469
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
470
|
+
default?: "2" | "1";
|
|
471
471
|
};
|
|
472
472
|
customRequestParams: {
|
|
473
473
|
type?: import("vue").PropType<string>;
|
|
@@ -501,6 +501,10 @@ export declare const pieComponentProps: {
|
|
|
501
501
|
type?: import("vue").PropType<boolean>;
|
|
502
502
|
default?: boolean;
|
|
503
503
|
};
|
|
504
|
+
isShowSource?: {
|
|
505
|
+
type?: import("vue").PropType<boolean>;
|
|
506
|
+
default?: boolean;
|
|
507
|
+
};
|
|
504
508
|
indDetailIconColor?: {
|
|
505
509
|
type?: import("vue").PropType<string>;
|
|
506
510
|
default?: string;
|
|
@@ -354,16 +354,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
354
354
|
default?: number;
|
|
355
355
|
};
|
|
356
356
|
dataType: {
|
|
357
|
-
type?: import("vue").PropType<"
|
|
358
|
-
default?: "
|
|
357
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
358
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
359
359
|
};
|
|
360
360
|
scale?: {
|
|
361
361
|
type?: import("vue").PropType<number>;
|
|
362
362
|
default?: number;
|
|
363
363
|
};
|
|
364
364
|
requestParamsMode: {
|
|
365
|
-
type?: import("vue").PropType<"
|
|
366
|
-
default?: "
|
|
365
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
366
|
+
default?: "2" | "1";
|
|
367
367
|
};
|
|
368
368
|
customRequestParams: {
|
|
369
369
|
type?: import("vue").PropType<string>;
|
|
@@ -397,6 +397,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
397
397
|
type?: import("vue").PropType<boolean>;
|
|
398
398
|
default?: boolean;
|
|
399
399
|
};
|
|
400
|
+
isShowSource?: {
|
|
401
|
+
type?: import("vue").PropType<boolean>;
|
|
402
|
+
default?: boolean;
|
|
403
|
+
};
|
|
400
404
|
indDetailIconColor?: {
|
|
401
405
|
type?: import("vue").PropType<string>;
|
|
402
406
|
default?: string;
|
|
@@ -855,16 +859,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
855
859
|
default?: number;
|
|
856
860
|
};
|
|
857
861
|
dataType: {
|
|
858
|
-
type?: import("vue").PropType<"
|
|
859
|
-
default?: "
|
|
862
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
863
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
860
864
|
};
|
|
861
865
|
scale?: {
|
|
862
866
|
type?: import("vue").PropType<number>;
|
|
863
867
|
default?: number;
|
|
864
868
|
};
|
|
865
869
|
requestParamsMode: {
|
|
866
|
-
type?: import("vue").PropType<"
|
|
867
|
-
default?: "
|
|
870
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
871
|
+
default?: "2" | "1";
|
|
868
872
|
};
|
|
869
873
|
customRequestParams: {
|
|
870
874
|
type?: import("vue").PropType<string>;
|
|
@@ -898,6 +902,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
898
902
|
type?: import("vue").PropType<boolean>;
|
|
899
903
|
default?: boolean;
|
|
900
904
|
};
|
|
905
|
+
isShowSource?: {
|
|
906
|
+
type?: import("vue").PropType<boolean>;
|
|
907
|
+
default?: boolean;
|
|
908
|
+
};
|
|
901
909
|
indDetailIconColor?: {
|
|
902
910
|
type?: import("vue").PropType<string>;
|
|
903
911
|
default?: string;
|
|
@@ -354,16 +354,16 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
354
354
|
default?: number;
|
|
355
355
|
};
|
|
356
356
|
dataType: {
|
|
357
|
-
type?: import("vue").PropType<"
|
|
358
|
-
default?: "
|
|
357
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
358
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
359
359
|
};
|
|
360
360
|
scale?: {
|
|
361
361
|
type?: import("vue").PropType<number>;
|
|
362
362
|
default?: number;
|
|
363
363
|
};
|
|
364
364
|
requestParamsMode: {
|
|
365
|
-
type?: import("vue").PropType<"
|
|
366
|
-
default?: "
|
|
365
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
366
|
+
default?: "2" | "1";
|
|
367
367
|
};
|
|
368
368
|
customRequestParams: {
|
|
369
369
|
type?: import("vue").PropType<string>;
|
|
@@ -397,6 +397,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
397
397
|
type?: import("vue").PropType<boolean>;
|
|
398
398
|
default?: boolean;
|
|
399
399
|
};
|
|
400
|
+
isShowSource?: {
|
|
401
|
+
type?: import("vue").PropType<boolean>;
|
|
402
|
+
default?: boolean;
|
|
403
|
+
};
|
|
400
404
|
indDetailIconColor?: {
|
|
401
405
|
type?: import("vue").PropType<string>;
|
|
402
406
|
default?: string;
|
|
@@ -855,16 +859,16 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
855
859
|
default?: number;
|
|
856
860
|
};
|
|
857
861
|
dataType: {
|
|
858
|
-
type?: import("vue").PropType<"
|
|
859
|
-
default?: "
|
|
862
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
863
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
860
864
|
};
|
|
861
865
|
scale?: {
|
|
862
866
|
type?: import("vue").PropType<number>;
|
|
863
867
|
default?: number;
|
|
864
868
|
};
|
|
865
869
|
requestParamsMode: {
|
|
866
|
-
type?: import("vue").PropType<"
|
|
867
|
-
default?: "
|
|
870
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
871
|
+
default?: "2" | "1";
|
|
868
872
|
};
|
|
869
873
|
customRequestParams: {
|
|
870
874
|
type?: import("vue").PropType<string>;
|
|
@@ -898,6 +902,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
898
902
|
type?: import("vue").PropType<boolean>;
|
|
899
903
|
default?: boolean;
|
|
900
904
|
};
|
|
905
|
+
isShowSource?: {
|
|
906
|
+
type?: import("vue").PropType<boolean>;
|
|
907
|
+
default?: boolean;
|
|
908
|
+
};
|
|
901
909
|
indDetailIconColor?: {
|
|
902
910
|
type?: import("vue").PropType<string>;
|
|
903
911
|
default?: string;
|
|
@@ -159,9 +159,9 @@ export declare const radarProps: {
|
|
|
159
159
|
requestInterval: number;
|
|
160
160
|
requestParams: import('../../utils/props').RequestParams;
|
|
161
161
|
requestSort: number;
|
|
162
|
-
dataType: "
|
|
162
|
+
dataType: "indicator" | "request" | "component" | "static";
|
|
163
163
|
scale?: number;
|
|
164
|
-
requestParamsMode: "
|
|
164
|
+
requestParamsMode: "2" | "1";
|
|
165
165
|
customRequestParams: string;
|
|
166
166
|
dataSetParam?: any;
|
|
167
167
|
requestType?: any;
|
|
@@ -171,6 +171,7 @@ export declare const radarProps: {
|
|
|
171
171
|
};
|
|
172
172
|
isShowIndDetail?: boolean;
|
|
173
173
|
isShowTrend?: boolean;
|
|
174
|
+
isShowSource?: boolean;
|
|
174
175
|
indDetailIconColor?: string;
|
|
175
176
|
indDetailIconFontSize?: string;
|
|
176
177
|
};
|
|
@@ -530,16 +531,16 @@ export declare const radarComponentProps: {
|
|
|
530
531
|
default?: number;
|
|
531
532
|
};
|
|
532
533
|
dataType: {
|
|
533
|
-
type?: import("vue").PropType<"
|
|
534
|
-
default?: "
|
|
534
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
535
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
535
536
|
};
|
|
536
537
|
scale?: {
|
|
537
538
|
type?: import("vue").PropType<number>;
|
|
538
539
|
default?: number;
|
|
539
540
|
};
|
|
540
541
|
requestParamsMode: {
|
|
541
|
-
type?: import("vue").PropType<"
|
|
542
|
-
default?: "
|
|
542
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
543
|
+
default?: "2" | "1";
|
|
543
544
|
};
|
|
544
545
|
customRequestParams: {
|
|
545
546
|
type?: import("vue").PropType<string>;
|
|
@@ -573,6 +574,10 @@ export declare const radarComponentProps: {
|
|
|
573
574
|
type?: import("vue").PropType<boolean>;
|
|
574
575
|
default?: boolean;
|
|
575
576
|
};
|
|
577
|
+
isShowSource?: {
|
|
578
|
+
type?: import("vue").PropType<boolean>;
|
|
579
|
+
default?: boolean;
|
|
580
|
+
};
|
|
576
581
|
indDetailIconColor?: {
|
|
577
582
|
type?: import("vue").PropType<string>;
|
|
578
583
|
default?: string;
|
|
@@ -466,16 +466,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
466
466
|
default?: number;
|
|
467
467
|
};
|
|
468
468
|
dataType: {
|
|
469
|
-
type?: import("vue").PropType<"
|
|
470
|
-
default?: "
|
|
469
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
470
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
471
471
|
};
|
|
472
472
|
scale?: {
|
|
473
473
|
type?: import("vue").PropType<number>;
|
|
474
474
|
default?: number;
|
|
475
475
|
};
|
|
476
476
|
requestParamsMode: {
|
|
477
|
-
type?: import("vue").PropType<"
|
|
478
|
-
default?: "
|
|
477
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
478
|
+
default?: "2" | "1";
|
|
479
479
|
};
|
|
480
480
|
customRequestParams: {
|
|
481
481
|
type?: import("vue").PropType<string>;
|
|
@@ -509,6 +509,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
509
509
|
type?: import("vue").PropType<boolean>;
|
|
510
510
|
default?: boolean;
|
|
511
511
|
};
|
|
512
|
+
isShowSource?: {
|
|
513
|
+
type?: import("vue").PropType<boolean>;
|
|
514
|
+
default?: boolean;
|
|
515
|
+
};
|
|
512
516
|
indDetailIconColor?: {
|
|
513
517
|
type?: import("vue").PropType<string>;
|
|
514
518
|
default?: string;
|
|
@@ -1179,16 +1183,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1179
1183
|
default?: number;
|
|
1180
1184
|
};
|
|
1181
1185
|
dataType: {
|
|
1182
|
-
type?: import("vue").PropType<"
|
|
1183
|
-
default?: "
|
|
1186
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
1187
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
1184
1188
|
};
|
|
1185
1189
|
scale?: {
|
|
1186
1190
|
type?: import("vue").PropType<number>;
|
|
1187
1191
|
default?: number;
|
|
1188
1192
|
};
|
|
1189
1193
|
requestParamsMode: {
|
|
1190
|
-
type?: import("vue").PropType<"
|
|
1191
|
-
default?: "
|
|
1194
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1195
|
+
default?: "2" | "1";
|
|
1192
1196
|
};
|
|
1193
1197
|
customRequestParams: {
|
|
1194
1198
|
type?: import("vue").PropType<string>;
|
|
@@ -1222,6 +1226,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1222
1226
|
type?: import("vue").PropType<boolean>;
|
|
1223
1227
|
default?: boolean;
|
|
1224
1228
|
};
|
|
1229
|
+
isShowSource?: {
|
|
1230
|
+
type?: import("vue").PropType<boolean>;
|
|
1231
|
+
default?: boolean;
|
|
1232
|
+
};
|
|
1225
1233
|
indDetailIconColor?: {
|
|
1226
1234
|
type?: import("vue").PropType<string>;
|
|
1227
1235
|
default?: string;
|
|
@@ -466,16 +466,16 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
466
466
|
default?: number;
|
|
467
467
|
};
|
|
468
468
|
dataType: {
|
|
469
|
-
type?: import("vue").PropType<"
|
|
470
|
-
default?: "
|
|
469
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
470
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
471
471
|
};
|
|
472
472
|
scale?: {
|
|
473
473
|
type?: import("vue").PropType<number>;
|
|
474
474
|
default?: number;
|
|
475
475
|
};
|
|
476
476
|
requestParamsMode: {
|
|
477
|
-
type?: import("vue").PropType<"
|
|
478
|
-
default?: "
|
|
477
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
478
|
+
default?: "2" | "1";
|
|
479
479
|
};
|
|
480
480
|
customRequestParams: {
|
|
481
481
|
type?: import("vue").PropType<string>;
|
|
@@ -509,6 +509,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
509
509
|
type?: import("vue").PropType<boolean>;
|
|
510
510
|
default?: boolean;
|
|
511
511
|
};
|
|
512
|
+
isShowSource?: {
|
|
513
|
+
type?: import("vue").PropType<boolean>;
|
|
514
|
+
default?: boolean;
|
|
515
|
+
};
|
|
512
516
|
indDetailIconColor?: {
|
|
513
517
|
type?: import("vue").PropType<string>;
|
|
514
518
|
default?: string;
|
|
@@ -1179,16 +1183,16 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
1179
1183
|
default?: number;
|
|
1180
1184
|
};
|
|
1181
1185
|
dataType: {
|
|
1182
|
-
type?: import("vue").PropType<"
|
|
1183
|
-
default?: "
|
|
1186
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
1187
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
1184
1188
|
};
|
|
1185
1189
|
scale?: {
|
|
1186
1190
|
type?: import("vue").PropType<number>;
|
|
1187
1191
|
default?: number;
|
|
1188
1192
|
};
|
|
1189
1193
|
requestParamsMode: {
|
|
1190
|
-
type?: import("vue").PropType<"
|
|
1191
|
-
default?: "
|
|
1194
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1195
|
+
default?: "2" | "1";
|
|
1192
1196
|
};
|
|
1193
1197
|
customRequestParams: {
|
|
1194
1198
|
type?: import("vue").PropType<string>;
|
|
@@ -1222,6 +1226,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
1222
1226
|
type?: import("vue").PropType<boolean>;
|
|
1223
1227
|
default?: boolean;
|
|
1224
1228
|
};
|
|
1229
|
+
isShowSource?: {
|
|
1230
|
+
type?: import("vue").PropType<boolean>;
|
|
1231
|
+
default?: boolean;
|
|
1232
|
+
};
|
|
1225
1233
|
indDetailIconColor?: {
|
|
1226
1234
|
type?: import("vue").PropType<string>;
|
|
1227
1235
|
default?: string;
|