@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
|
@@ -165,8 +165,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
}[];
|
|
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
|
yAxis: {
|
|
172
172
|
type?: import("vue").PropType<{
|
|
@@ -581,16 +581,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
581
581
|
default?: number;
|
|
582
582
|
};
|
|
583
583
|
dataType: {
|
|
584
|
-
type?: import("vue").PropType<"
|
|
585
|
-
default?: "
|
|
584
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
585
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
586
586
|
};
|
|
587
587
|
scale?: {
|
|
588
588
|
type?: import("vue").PropType<number>;
|
|
589
589
|
default?: number;
|
|
590
590
|
};
|
|
591
591
|
requestParamsMode: {
|
|
592
|
-
type?: import("vue").PropType<"
|
|
593
|
-
default?: "
|
|
592
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
593
|
+
default?: "2" | "1";
|
|
594
594
|
};
|
|
595
595
|
customRequestParams: {
|
|
596
596
|
type?: import("vue").PropType<string>;
|
|
@@ -624,6 +624,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
624
624
|
type?: import("vue").PropType<boolean>;
|
|
625
625
|
default?: boolean;
|
|
626
626
|
};
|
|
627
|
+
isShowSource?: {
|
|
628
|
+
type?: import("vue").PropType<boolean>;
|
|
629
|
+
default?: boolean;
|
|
630
|
+
};
|
|
627
631
|
indDetailIconColor?: {
|
|
628
632
|
type?: import("vue").PropType<string>;
|
|
629
633
|
default?: string;
|
|
@@ -955,8 +959,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
955
959
|
}[];
|
|
956
960
|
};
|
|
957
961
|
dataFieldConfigType: {
|
|
958
|
-
type?: import("vue").PropType<"
|
|
959
|
-
default?: "
|
|
962
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
963
|
+
default?: "key" | "value";
|
|
960
964
|
};
|
|
961
965
|
yAxis: {
|
|
962
966
|
type?: import("vue").PropType<{
|
|
@@ -1371,16 +1375,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1371
1375
|
default?: number;
|
|
1372
1376
|
};
|
|
1373
1377
|
dataType: {
|
|
1374
|
-
type?: import("vue").PropType<"
|
|
1375
|
-
default?: "
|
|
1378
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
1379
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
1376
1380
|
};
|
|
1377
1381
|
scale?: {
|
|
1378
1382
|
type?: import("vue").PropType<number>;
|
|
1379
1383
|
default?: number;
|
|
1380
1384
|
};
|
|
1381
1385
|
requestParamsMode: {
|
|
1382
|
-
type?: import("vue").PropType<"
|
|
1383
|
-
default?: "
|
|
1386
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1387
|
+
default?: "2" | "1";
|
|
1384
1388
|
};
|
|
1385
1389
|
customRequestParams: {
|
|
1386
1390
|
type?: import("vue").PropType<string>;
|
|
@@ -1414,6 +1418,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1414
1418
|
type?: import("vue").PropType<boolean>;
|
|
1415
1419
|
default?: boolean;
|
|
1416
1420
|
};
|
|
1421
|
+
isShowSource?: {
|
|
1422
|
+
type?: import("vue").PropType<boolean>;
|
|
1423
|
+
default?: boolean;
|
|
1424
|
+
};
|
|
1417
1425
|
indDetailIconColor?: {
|
|
1418
1426
|
type?: import("vue").PropType<string>;
|
|
1419
1427
|
default?: string;
|
|
@@ -164,8 +164,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
164
164
|
}[];
|
|
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
|
yAxis: {
|
|
171
171
|
type?: import("vue").PropType<{
|
|
@@ -580,16 +580,16 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
580
580
|
default?: number;
|
|
581
581
|
};
|
|
582
582
|
dataType: {
|
|
583
|
-
type?: import("vue").PropType<"
|
|
584
|
-
default?: "
|
|
583
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
584
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
585
585
|
};
|
|
586
586
|
scale?: {
|
|
587
587
|
type?: import("vue").PropType<number>;
|
|
588
588
|
default?: number;
|
|
589
589
|
};
|
|
590
590
|
requestParamsMode: {
|
|
591
|
-
type?: import("vue").PropType<"
|
|
592
|
-
default?: "
|
|
591
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
592
|
+
default?: "2" | "1";
|
|
593
593
|
};
|
|
594
594
|
customRequestParams: {
|
|
595
595
|
type?: import("vue").PropType<string>;
|
|
@@ -623,6 +623,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
623
623
|
type?: import("vue").PropType<boolean>;
|
|
624
624
|
default?: boolean;
|
|
625
625
|
};
|
|
626
|
+
isShowSource?: {
|
|
627
|
+
type?: import("vue").PropType<boolean>;
|
|
628
|
+
default?: boolean;
|
|
629
|
+
};
|
|
626
630
|
indDetailIconColor?: {
|
|
627
631
|
type?: import("vue").PropType<string>;
|
|
628
632
|
default?: string;
|
|
@@ -954,8 +958,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
954
958
|
}[];
|
|
955
959
|
};
|
|
956
960
|
dataFieldConfigType: {
|
|
957
|
-
type?: import("vue").PropType<"
|
|
958
|
-
default?: "
|
|
961
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
962
|
+
default?: "key" | "value";
|
|
959
963
|
};
|
|
960
964
|
yAxis: {
|
|
961
965
|
type?: import("vue").PropType<{
|
|
@@ -1370,16 +1374,16 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1370
1374
|
default?: number;
|
|
1371
1375
|
};
|
|
1372
1376
|
dataType: {
|
|
1373
|
-
type?: import("vue").PropType<"
|
|
1374
|
-
default?: "
|
|
1377
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
1378
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
1375
1379
|
};
|
|
1376
1380
|
scale?: {
|
|
1377
1381
|
type?: import("vue").PropType<number>;
|
|
1378
1382
|
default?: number;
|
|
1379
1383
|
};
|
|
1380
1384
|
requestParamsMode: {
|
|
1381
|
-
type?: import("vue").PropType<"
|
|
1382
|
-
default?: "
|
|
1385
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1386
|
+
default?: "2" | "1";
|
|
1383
1387
|
};
|
|
1384
1388
|
customRequestParams: {
|
|
1385
1389
|
type?: import("vue").PropType<string>;
|
|
@@ -1413,6 +1417,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1413
1417
|
type?: import("vue").PropType<boolean>;
|
|
1414
1418
|
default?: boolean;
|
|
1415
1419
|
};
|
|
1420
|
+
isShowSource?: {
|
|
1421
|
+
type?: import("vue").PropType<boolean>;
|
|
1422
|
+
default?: boolean;
|
|
1423
|
+
};
|
|
1416
1424
|
indDetailIconColor?: {
|
|
1417
1425
|
type?: import("vue").PropType<string>;
|
|
1418
1426
|
default?: string;
|
|
@@ -294,8 +294,8 @@ export declare const comboGraphComponentProps: {
|
|
|
294
294
|
}[];
|
|
295
295
|
};
|
|
296
296
|
dataFieldConfigType: {
|
|
297
|
-
type?: import("vue").PropType<"
|
|
298
|
-
default?: "
|
|
297
|
+
type?: import("vue").PropType<"key" | "value">;
|
|
298
|
+
default?: "key" | "value";
|
|
299
299
|
};
|
|
300
300
|
yAxis: {
|
|
301
301
|
type?: import("vue").PropType<{
|
|
@@ -710,16 +710,16 @@ export declare const comboGraphComponentProps: {
|
|
|
710
710
|
default?: number;
|
|
711
711
|
};
|
|
712
712
|
dataType: {
|
|
713
|
-
type?: import("vue").PropType<"
|
|
714
|
-
default?: "
|
|
713
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
714
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
715
715
|
};
|
|
716
716
|
scale?: {
|
|
717
717
|
type?: import("vue").PropType<number>;
|
|
718
718
|
default?: number;
|
|
719
719
|
};
|
|
720
720
|
requestParamsMode: {
|
|
721
|
-
type?: import("vue").PropType<"
|
|
722
|
-
default?: "
|
|
721
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
722
|
+
default?: "2" | "1";
|
|
723
723
|
};
|
|
724
724
|
customRequestParams: {
|
|
725
725
|
type?: import("vue").PropType<string>;
|
|
@@ -753,6 +753,10 @@ export declare const comboGraphComponentProps: {
|
|
|
753
753
|
type?: import("vue").PropType<boolean>;
|
|
754
754
|
default?: boolean;
|
|
755
755
|
};
|
|
756
|
+
isShowSource?: {
|
|
757
|
+
type?: import("vue").PropType<boolean>;
|
|
758
|
+
default?: boolean;
|
|
759
|
+
};
|
|
756
760
|
indDetailIconColor?: {
|
|
757
761
|
type?: import("vue").PropType<string>;
|
|
758
762
|
default?: string;
|
|
@@ -105,16 +105,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
105
105
|
default?: number;
|
|
106
106
|
};
|
|
107
107
|
dataType: {
|
|
108
|
-
type?: import("vue").PropType<"
|
|
109
|
-
default?: "
|
|
108
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
109
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
110
110
|
};
|
|
111
111
|
scale?: {
|
|
112
112
|
type?: import("vue").PropType<number>;
|
|
113
113
|
default?: number;
|
|
114
114
|
};
|
|
115
115
|
requestParamsMode: {
|
|
116
|
-
type?: import("vue").PropType<"
|
|
117
|
-
default?: "
|
|
116
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
117
|
+
default?: "2" | "1";
|
|
118
118
|
};
|
|
119
119
|
customRequestParams: {
|
|
120
120
|
type?: import("vue").PropType<string>;
|
|
@@ -152,6 +152,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
152
152
|
type?: import("vue").PropType<boolean>;
|
|
153
153
|
default?: boolean;
|
|
154
154
|
};
|
|
155
|
+
isShowSource?: {
|
|
156
|
+
type?: import("vue").PropType<boolean>;
|
|
157
|
+
default?: boolean;
|
|
158
|
+
};
|
|
155
159
|
indDetailIconColor?: {
|
|
156
160
|
type?: import("vue").PropType<string>;
|
|
157
161
|
default?: string;
|
|
@@ -270,16 +274,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
270
274
|
default?: number;
|
|
271
275
|
};
|
|
272
276
|
dataType: {
|
|
273
|
-
type?: import("vue").PropType<"
|
|
274
|
-
default?: "
|
|
277
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
278
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
275
279
|
};
|
|
276
280
|
scale?: {
|
|
277
281
|
type?: import("vue").PropType<number>;
|
|
278
282
|
default?: number;
|
|
279
283
|
};
|
|
280
284
|
requestParamsMode: {
|
|
281
|
-
type?: import("vue").PropType<"
|
|
282
|
-
default?: "
|
|
285
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
286
|
+
default?: "2" | "1";
|
|
283
287
|
};
|
|
284
288
|
customRequestParams: {
|
|
285
289
|
type?: import("vue").PropType<string>;
|
|
@@ -317,6 +321,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
317
321
|
type?: import("vue").PropType<boolean>;
|
|
318
322
|
default?: boolean;
|
|
319
323
|
};
|
|
324
|
+
isShowSource?: {
|
|
325
|
+
type?: import("vue").PropType<boolean>;
|
|
326
|
+
default?: boolean;
|
|
327
|
+
};
|
|
320
328
|
indDetailIconColor?: {
|
|
321
329
|
type?: import("vue").PropType<string>;
|
|
322
330
|
default?: string;
|
|
@@ -104,16 +104,16 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
104
104
|
default?: number;
|
|
105
105
|
};
|
|
106
106
|
dataType: {
|
|
107
|
-
type?: import("vue").PropType<"
|
|
108
|
-
default?: "
|
|
107
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
108
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
109
109
|
};
|
|
110
110
|
scale?: {
|
|
111
111
|
type?: import("vue").PropType<number>;
|
|
112
112
|
default?: number;
|
|
113
113
|
};
|
|
114
114
|
requestParamsMode: {
|
|
115
|
-
type?: import("vue").PropType<"
|
|
116
|
-
default?: "
|
|
115
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
116
|
+
default?: "2" | "1";
|
|
117
117
|
};
|
|
118
118
|
customRequestParams: {
|
|
119
119
|
type?: import("vue").PropType<string>;
|
|
@@ -151,6 +151,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
151
151
|
type?: import("vue").PropType<boolean>;
|
|
152
152
|
default?: boolean;
|
|
153
153
|
};
|
|
154
|
+
isShowSource?: {
|
|
155
|
+
type?: import("vue").PropType<boolean>;
|
|
156
|
+
default?: boolean;
|
|
157
|
+
};
|
|
154
158
|
indDetailIconColor?: {
|
|
155
159
|
type?: import("vue").PropType<string>;
|
|
156
160
|
default?: string;
|
|
@@ -269,16 +273,16 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
269
273
|
default?: number;
|
|
270
274
|
};
|
|
271
275
|
dataType: {
|
|
272
|
-
type?: import("vue").PropType<"
|
|
273
|
-
default?: "
|
|
276
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
277
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
274
278
|
};
|
|
275
279
|
scale?: {
|
|
276
280
|
type?: import("vue").PropType<number>;
|
|
277
281
|
default?: number;
|
|
278
282
|
};
|
|
279
283
|
requestParamsMode: {
|
|
280
|
-
type?: import("vue").PropType<"
|
|
281
|
-
default?: "
|
|
284
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
285
|
+
default?: "2" | "1";
|
|
282
286
|
};
|
|
283
287
|
customRequestParams: {
|
|
284
288
|
type?: import("vue").PropType<string>;
|
|
@@ -316,6 +320,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
316
320
|
type?: import("vue").PropType<boolean>;
|
|
317
321
|
default?: boolean;
|
|
318
322
|
};
|
|
323
|
+
isShowSource?: {
|
|
324
|
+
type?: import("vue").PropType<boolean>;
|
|
325
|
+
default?: boolean;
|
|
326
|
+
};
|
|
319
327
|
indDetailIconColor?: {
|
|
320
328
|
type?: import("vue").PropType<string>;
|
|
321
329
|
default?: string;
|
|
@@ -113,16 +113,16 @@ export declare const customGraphComponentProps: {
|
|
|
113
113
|
default?: number;
|
|
114
114
|
};
|
|
115
115
|
dataType: {
|
|
116
|
-
type?: import("vue").PropType<"
|
|
117
|
-
default?: "
|
|
116
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
117
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
118
118
|
};
|
|
119
119
|
scale?: {
|
|
120
120
|
type?: import("vue").PropType<number>;
|
|
121
121
|
default?: number;
|
|
122
122
|
};
|
|
123
123
|
requestParamsMode: {
|
|
124
|
-
type?: import("vue").PropType<"
|
|
125
|
-
default?: "
|
|
124
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
125
|
+
default?: "2" | "1";
|
|
126
126
|
};
|
|
127
127
|
customRequestParams: {
|
|
128
128
|
type?: import("vue").PropType<string>;
|
|
@@ -160,6 +160,10 @@ export declare const customGraphComponentProps: {
|
|
|
160
160
|
type?: import("vue").PropType<boolean>;
|
|
161
161
|
default?: boolean;
|
|
162
162
|
};
|
|
163
|
+
isShowSource?: {
|
|
164
|
+
type?: import("vue").PropType<boolean>;
|
|
165
|
+
default?: boolean;
|
|
166
|
+
};
|
|
163
167
|
indDetailIconColor?: {
|
|
164
168
|
type?: import("vue").PropType<string>;
|
|
165
169
|
default?: string;
|
|
@@ -240,16 +240,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
240
240
|
default?: number;
|
|
241
241
|
};
|
|
242
242
|
dataType: {
|
|
243
|
-
type?: import("vue").PropType<"
|
|
244
|
-
default?: "
|
|
243
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
244
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
245
245
|
};
|
|
246
246
|
scale?: {
|
|
247
247
|
type?: import("vue").PropType<number>;
|
|
248
248
|
default?: number;
|
|
249
249
|
};
|
|
250
250
|
requestParamsMode: {
|
|
251
|
-
type?: import("vue").PropType<"
|
|
252
|
-
default?: "
|
|
251
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
252
|
+
default?: "2" | "1";
|
|
253
253
|
};
|
|
254
254
|
customRequestParams: {
|
|
255
255
|
type?: import("vue").PropType<string>;
|
|
@@ -283,6 +283,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
283
283
|
type?: import("vue").PropType<boolean>;
|
|
284
284
|
default?: boolean;
|
|
285
285
|
};
|
|
286
|
+
isShowSource?: {
|
|
287
|
+
type?: import("vue").PropType<boolean>;
|
|
288
|
+
default?: boolean;
|
|
289
|
+
};
|
|
286
290
|
indDetailIconColor?: {
|
|
287
291
|
type?: import("vue").PropType<string>;
|
|
288
292
|
default?: string;
|
|
@@ -640,16 +644,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
640
644
|
default?: number;
|
|
641
645
|
};
|
|
642
646
|
dataType: {
|
|
643
|
-
type?: import("vue").PropType<"
|
|
644
|
-
default?: "
|
|
647
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
648
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
645
649
|
};
|
|
646
650
|
scale?: {
|
|
647
651
|
type?: import("vue").PropType<number>;
|
|
648
652
|
default?: number;
|
|
649
653
|
};
|
|
650
654
|
requestParamsMode: {
|
|
651
|
-
type?: import("vue").PropType<"
|
|
652
|
-
default?: "
|
|
655
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
656
|
+
default?: "2" | "1";
|
|
653
657
|
};
|
|
654
658
|
customRequestParams: {
|
|
655
659
|
type?: import("vue").PropType<string>;
|
|
@@ -683,6 +687,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
683
687
|
type?: import("vue").PropType<boolean>;
|
|
684
688
|
default?: boolean;
|
|
685
689
|
};
|
|
690
|
+
isShowSource?: {
|
|
691
|
+
type?: import("vue").PropType<boolean>;
|
|
692
|
+
default?: boolean;
|
|
693
|
+
};
|
|
686
694
|
indDetailIconColor?: {
|
|
687
695
|
type?: import("vue").PropType<string>;
|
|
688
696
|
default?: string;
|
|
@@ -240,16 +240,16 @@ export declare const EcanGauge: import("../../utils/withInstall").SFCWithInstall
|
|
|
240
240
|
default?: number;
|
|
241
241
|
};
|
|
242
242
|
dataType: {
|
|
243
|
-
type?: import("vue").PropType<"
|
|
244
|
-
default?: "
|
|
243
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
244
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
245
245
|
};
|
|
246
246
|
scale?: {
|
|
247
247
|
type?: import("vue").PropType<number>;
|
|
248
248
|
default?: number;
|
|
249
249
|
};
|
|
250
250
|
requestParamsMode: {
|
|
251
|
-
type?: import("vue").PropType<"
|
|
252
|
-
default?: "
|
|
251
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
252
|
+
default?: "2" | "1";
|
|
253
253
|
};
|
|
254
254
|
customRequestParams: {
|
|
255
255
|
type?: import("vue").PropType<string>;
|
|
@@ -283,6 +283,10 @@ export declare const EcanGauge: import("../../utils/withInstall").SFCWithInstall
|
|
|
283
283
|
type?: import("vue").PropType<boolean>;
|
|
284
284
|
default?: boolean;
|
|
285
285
|
};
|
|
286
|
+
isShowSource?: {
|
|
287
|
+
type?: import("vue").PropType<boolean>;
|
|
288
|
+
default?: boolean;
|
|
289
|
+
};
|
|
286
290
|
indDetailIconColor?: {
|
|
287
291
|
type?: import("vue").PropType<string>;
|
|
288
292
|
default?: string;
|
|
@@ -640,16 +644,16 @@ export declare const EcanGauge: import("../../utils/withInstall").SFCWithInstall
|
|
|
640
644
|
default?: number;
|
|
641
645
|
};
|
|
642
646
|
dataType: {
|
|
643
|
-
type?: import("vue").PropType<"
|
|
644
|
-
default?: "
|
|
647
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
648
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
645
649
|
};
|
|
646
650
|
scale?: {
|
|
647
651
|
type?: import("vue").PropType<number>;
|
|
648
652
|
default?: number;
|
|
649
653
|
};
|
|
650
654
|
requestParamsMode: {
|
|
651
|
-
type?: import("vue").PropType<"
|
|
652
|
-
default?: "
|
|
655
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
656
|
+
default?: "2" | "1";
|
|
653
657
|
};
|
|
654
658
|
customRequestParams: {
|
|
655
659
|
type?: import("vue").PropType<string>;
|
|
@@ -683,6 +687,10 @@ export declare const EcanGauge: import("../../utils/withInstall").SFCWithInstall
|
|
|
683
687
|
type?: import("vue").PropType<boolean>;
|
|
684
688
|
default?: boolean;
|
|
685
689
|
};
|
|
690
|
+
isShowSource?: {
|
|
691
|
+
type?: import("vue").PropType<boolean>;
|
|
692
|
+
default?: boolean;
|
|
693
|
+
};
|
|
686
694
|
indDetailIconColor?: {
|
|
687
695
|
type?: import("vue").PropType<string>;
|
|
688
696
|
default?: string;
|
|
@@ -283,16 +283,16 @@ export declare const gaugeComponentProps: {
|
|
|
283
283
|
default?: number;
|
|
284
284
|
};
|
|
285
285
|
dataType: {
|
|
286
|
-
type?: import("vue").PropType<"
|
|
287
|
-
default?: "
|
|
286
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
287
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
288
288
|
};
|
|
289
289
|
scale?: {
|
|
290
290
|
type?: import("vue").PropType<number>;
|
|
291
291
|
default?: number;
|
|
292
292
|
};
|
|
293
293
|
requestParamsMode: {
|
|
294
|
-
type?: import("vue").PropType<"
|
|
295
|
-
default?: "
|
|
294
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
295
|
+
default?: "2" | "1";
|
|
296
296
|
};
|
|
297
297
|
customRequestParams: {
|
|
298
298
|
type?: import("vue").PropType<string>;
|
|
@@ -326,6 +326,10 @@ export declare const gaugeComponentProps: {
|
|
|
326
326
|
type?: import("vue").PropType<boolean>;
|
|
327
327
|
default?: boolean;
|
|
328
328
|
};
|
|
329
|
+
isShowSource?: {
|
|
330
|
+
type?: import("vue").PropType<boolean>;
|
|
331
|
+
default?: boolean;
|
|
332
|
+
};
|
|
329
333
|
indDetailIconColor?: {
|
|
330
334
|
type?: import("vue").PropType<string>;
|
|
331
335
|
default?: string;
|
|
@@ -522,16 +522,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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;
|