@ecan-bi/datav 1.6.4 → 1.6.6
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 +4296 -4039
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +31 -31
- 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 +8 -0
- package/types/container/border/index.d.ts +8 -0
- package/types/container/border/props.d.ts +4 -0
- package/types/container/circulate/Circulate.vue.d.ts +8 -0
- package/types/container/circulate/index.d.ts +8 -0
- package/types/container/circulate/props.d.ts +4 -0
- package/types/container/tabs/Tabs.vue.d.ts +8 -0
- package/types/container/tabs/index.d.ts +8 -0
- package/types/container/tabs/props.d.ts +4 -0
- package/types/container/template/Template.vue.d.ts +8 -0
- package/types/container/template/index.d.ts +8 -0
- package/types/container/template/props.d.ts +4 -0
- package/types/control/button/Button.vue.d.ts +8 -0
- package/types/control/button/index.d.ts +8 -0
- package/types/control/button/props.d.ts +4 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
- package/types/control/checkbox/index.d.ts +8 -0
- package/types/control/checkbox/props.d.ts +4 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
- package/types/control/date-picker/index.d.ts +8 -0
- package/types/control/date-picker/props.d.ts +4 -0
- package/types/control/input/Input.vue.d.ts +8 -0
- package/types/control/input/index.d.ts +8 -0
- package/types/control/input/props.d.ts +4 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +8 -0
- package/types/control/nav-tab/index.d.ts +8 -0
- package/types/control/nav-tab/props.d.ts +4 -0
- package/types/control/radio/Radio.vue.d.ts +8 -0
- package/types/control/radio/index.d.ts +8 -0
- package/types/control/radio/props.d.ts +4 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
- package/types/control/range-picker/index.d.ts +8 -0
- package/types/control/range-picker/props.d.ts +4 -0
- package/types/control/select/Select.vue.d.ts +8 -0
- package/types/control/select/index.d.ts +8 -0
- package/types/control/select/props.d.ts +4 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
- package/types/control/tree-select/index.d.ts +4 -0
- package/types/control/tree-select/props.d.ts +4 -0
- package/types/graph/bar/Bar.vue.d.ts +8 -0
- package/types/graph/bar/index.d.ts +8 -0
- package/types/graph/bar/props.d.ts +4 -0
- package/types/graph/boxplot/Boxplot.vue.d.ts +8 -0
- package/types/graph/boxplot/index.d.ts +8 -0
- package/types/graph/boxplot/props.d.ts +5 -0
- package/types/graph/budget/Budget.vue.d.ts +8 -0
- package/types/graph/budget/index.d.ts +8 -0
- package/types/graph/budget/props.d.ts +4 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
- package/types/graph/combo-graph/index.d.ts +8 -0
- package/types/graph/combo-graph/props.d.ts +4 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
- package/types/graph/custom-graph/index.d.ts +8 -0
- package/types/graph/custom-graph/props.d.ts +4 -0
- package/types/graph/gauge/Gauge.vue.d.ts +8 -0
- package/types/graph/gauge/index.d.ts +8 -0
- package/types/graph/gauge/props.d.ts +4 -0
- package/types/graph/line/Line.vue.d.ts +8 -0
- package/types/graph/line/index.d.ts +8 -0
- package/types/graph/line/props.d.ts +5 -0
- package/types/graph/pie/Pie.vue.d.ts +8 -0
- package/types/graph/pie/index.d.ts +8 -0
- package/types/graph/pie/props.d.ts +4 -0
- package/types/graph/radar/Radar.vue.d.ts +8 -0
- package/types/graph/radar/index.d.ts +8 -0
- package/types/graph/radar/props.d.ts +5 -0
- package/types/graph/scatter/Scatter.vue.d.ts +8 -0
- package/types/graph/scatter/index.d.ts +8 -0
- package/types/graph/scatter/props.d.ts +4 -0
- package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +8 -0
- package/types/laboratory/ai-analyze/index.d.ts +8 -0
- package/types/laboratory/ai-analyze/props.d.ts +4 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
- package/types/laboratory/data-select/index.d.ts +8 -0
- package/types/laboratory/data-select/props.d.ts +4 -0
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
- package/types/laboratory/index-panel/index.d.ts +8 -0
- package/types/laboratory/index-panel/props.d.ts +4 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
- package/types/laboratory/pivotTable/index.d.ts +13 -0
- package/types/laboratory/pivotTable/props.d.ts +4 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
- package/types/laboratory/value-line/index.d.ts +8 -0
- package/types/laboratory/value-line/props.d.ts +5 -0
- package/types/map/map/Map.vue.d.ts +8 -0
- package/types/map/map/index.d.ts +8 -0
- package/types/map/map/props.d.ts +4 -0
- package/types/media/iframe/Iframe.vue.d.ts +8 -0
- package/types/media/iframe/index.d.ts +8 -0
- package/types/media/iframe/props.d.ts +4 -0
- package/types/media/image/Image.vue.d.ts +8 -0
- package/types/media/image/index.d.ts +8 -0
- package/types/media/image/props.d.ts +4 -0
- package/types/setting/page-config/PageConfig.vue.d.ts +8 -0
- package/types/setting/page-config/index.d.ts +8 -0
- package/types/setting/page-config/props.d.ts +5 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -0
- package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +4 -0
- package/types/setting/provider-config/index.d.ts +9 -0
- package/types/setting/provider-config/props.d.ts +5 -0
- 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 +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +4 -0
- package/types/text/counter/Counter.vue.d.ts +8 -0
- package/types/text/counter/index.d.ts +8 -0
- package/types/text/counter/props.d.ts +4 -0
- package/types/text/list/List.vue.d.ts +8 -0
- package/types/text/list/index.d.ts +8 -0
- package/types/text/list/props.d.ts +4 -0
- package/types/text/proportion/Proportion.vue.d.ts +8 -0
- package/types/text/proportion/index.d.ts +8 -0
- package/types/text/proportion/props.d.ts +4 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
- package/types/text/rectangle/index.d.ts +8 -0
- package/types/text/rectangle/props.d.ts +4 -0
- package/types/text/text/Text.vue.d.ts +8 -0
- package/types/text/text/index.d.ts +8 -0
- package/types/text/text/props.d.ts +4 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
- package/types/text/time-display/index.d.ts +8 -0
- package/types/text/time-display/props.d.ts +4 -0
- package/types/utils/props.d.ts +1 -0
|
@@ -207,6 +207,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
207
207
|
type?: import("vue").PropType<boolean>;
|
|
208
208
|
default?: boolean;
|
|
209
209
|
};
|
|
210
|
+
isShowSource?: {
|
|
211
|
+
type?: import("vue").PropType<boolean>;
|
|
212
|
+
default?: boolean;
|
|
213
|
+
};
|
|
210
214
|
indDetailIconColor?: {
|
|
211
215
|
type?: import("vue").PropType<string>;
|
|
212
216
|
default?: string;
|
|
@@ -468,6 +472,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
468
472
|
type?: import("vue").PropType<boolean>;
|
|
469
473
|
default?: boolean;
|
|
470
474
|
};
|
|
475
|
+
isShowSource?: {
|
|
476
|
+
type?: import("vue").PropType<boolean>;
|
|
477
|
+
default?: boolean;
|
|
478
|
+
};
|
|
471
479
|
indDetailIconColor?: {
|
|
472
480
|
type?: import("vue").PropType<string>;
|
|
473
481
|
default?: string;
|
|
@@ -240,6 +240,10 @@ export declare const selectComponentProps: {
|
|
|
240
240
|
type?: import("vue").PropType<boolean>;
|
|
241
241
|
default?: boolean;
|
|
242
242
|
};
|
|
243
|
+
isShowSource?: {
|
|
244
|
+
type?: import("vue").PropType<boolean>;
|
|
245
|
+
default?: boolean;
|
|
246
|
+
};
|
|
243
247
|
indDetailIconColor?: {
|
|
244
248
|
type?: import("vue").PropType<string>;
|
|
245
249
|
default?: string;
|
|
@@ -192,6 +192,10 @@ declare const _sfc_main: {
|
|
|
192
192
|
type?: import("vue").PropType<boolean>;
|
|
193
193
|
default?: boolean;
|
|
194
194
|
};
|
|
195
|
+
isShowSource?: {
|
|
196
|
+
type?: import("vue").PropType<boolean>;
|
|
197
|
+
default?: boolean;
|
|
198
|
+
};
|
|
195
199
|
indDetailIconColor?: {
|
|
196
200
|
type?: import("vue").PropType<string>;
|
|
197
201
|
default?: string;
|
|
@@ -192,6 +192,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
192
192
|
type?: import("vue").PropType<boolean>;
|
|
193
193
|
default?: boolean;
|
|
194
194
|
};
|
|
195
|
+
isShowSource?: {
|
|
196
|
+
type?: import("vue").PropType<boolean>;
|
|
197
|
+
default?: boolean;
|
|
198
|
+
};
|
|
195
199
|
indDetailIconColor?: {
|
|
196
200
|
type?: import("vue").PropType<string>;
|
|
197
201
|
default?: string;
|
|
@@ -218,6 +218,10 @@ export declare const treeSelectComponentProps: {
|
|
|
218
218
|
type?: import("vue").PropType<boolean>;
|
|
219
219
|
default?: boolean;
|
|
220
220
|
};
|
|
221
|
+
isShowSource?: {
|
|
222
|
+
type?: import("vue").PropType<boolean>;
|
|
223
|
+
default?: boolean;
|
|
224
|
+
};
|
|
221
225
|
indDetailIconColor?: {
|
|
222
226
|
type?: import("vue").PropType<string>;
|
|
223
227
|
default?: string;
|
|
@@ -588,6 +588,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
588
588
|
type?: import("vue").PropType<boolean>;
|
|
589
589
|
default?: boolean;
|
|
590
590
|
};
|
|
591
|
+
isShowSource?: {
|
|
592
|
+
type?: import("vue").PropType<boolean>;
|
|
593
|
+
default?: boolean;
|
|
594
|
+
};
|
|
591
595
|
indDetailIconColor?: {
|
|
592
596
|
type?: import("vue").PropType<string>;
|
|
593
597
|
default?: string;
|
|
@@ -1385,6 +1389,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1385
1389
|
type?: import("vue").PropType<boolean>;
|
|
1386
1390
|
default?: boolean;
|
|
1387
1391
|
};
|
|
1392
|
+
isShowSource?: {
|
|
1393
|
+
type?: import("vue").PropType<boolean>;
|
|
1394
|
+
default?: boolean;
|
|
1395
|
+
};
|
|
1388
1396
|
indDetailIconColor?: {
|
|
1389
1397
|
type?: import("vue").PropType<string>;
|
|
1390
1398
|
default?: string;
|
|
@@ -587,6 +587,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
587
587
|
type?: import("vue").PropType<boolean>;
|
|
588
588
|
default?: boolean;
|
|
589
589
|
};
|
|
590
|
+
isShowSource?: {
|
|
591
|
+
type?: import("vue").PropType<boolean>;
|
|
592
|
+
default?: boolean;
|
|
593
|
+
};
|
|
590
594
|
indDetailIconColor?: {
|
|
591
595
|
type?: import("vue").PropType<string>;
|
|
592
596
|
default?: string;
|
|
@@ -1384,6 +1388,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1384
1388
|
type?: import("vue").PropType<boolean>;
|
|
1385
1389
|
default?: boolean;
|
|
1386
1390
|
};
|
|
1391
|
+
isShowSource?: {
|
|
1392
|
+
type?: import("vue").PropType<boolean>;
|
|
1393
|
+
default?: boolean;
|
|
1394
|
+
};
|
|
1387
1395
|
indDetailIconColor?: {
|
|
1388
1396
|
type?: import("vue").PropType<string>;
|
|
1389
1397
|
default?: string;
|
|
@@ -706,6 +706,10 @@ export declare const barComponentProps: {
|
|
|
706
706
|
type?: import("vue").PropType<boolean>;
|
|
707
707
|
default?: boolean;
|
|
708
708
|
};
|
|
709
|
+
isShowSource?: {
|
|
710
|
+
type?: import("vue").PropType<boolean>;
|
|
711
|
+
default?: boolean;
|
|
712
|
+
};
|
|
709
713
|
indDetailIconColor?: {
|
|
710
714
|
type?: import("vue").PropType<string>;
|
|
711
715
|
default?: string;
|
|
@@ -511,6 +511,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
511
511
|
type?: import("vue").PropType<boolean>;
|
|
512
512
|
default?: boolean;
|
|
513
513
|
};
|
|
514
|
+
isShowSource?: {
|
|
515
|
+
type?: import("vue").PropType<boolean>;
|
|
516
|
+
default?: boolean;
|
|
517
|
+
};
|
|
514
518
|
indDetailIconColor?: {
|
|
515
519
|
type?: import("vue").PropType<string>;
|
|
516
520
|
default?: string;
|
|
@@ -1213,6 +1217,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1213
1217
|
type?: import("vue").PropType<boolean>;
|
|
1214
1218
|
default?: boolean;
|
|
1215
1219
|
};
|
|
1220
|
+
isShowSource?: {
|
|
1221
|
+
type?: import("vue").PropType<boolean>;
|
|
1222
|
+
default?: boolean;
|
|
1223
|
+
};
|
|
1216
1224
|
indDetailIconColor?: {
|
|
1217
1225
|
type?: import("vue").PropType<string>;
|
|
1218
1226
|
default?: string;
|
|
@@ -511,6 +511,10 @@ export declare const EcanBoxplot: import("../../utils/withInstall").SFCWithInsta
|
|
|
511
511
|
type?: import("vue").PropType<boolean>;
|
|
512
512
|
default?: boolean;
|
|
513
513
|
};
|
|
514
|
+
isShowSource?: {
|
|
515
|
+
type?: import("vue").PropType<boolean>;
|
|
516
|
+
default?: boolean;
|
|
517
|
+
};
|
|
514
518
|
indDetailIconColor?: {
|
|
515
519
|
type?: import("vue").PropType<string>;
|
|
516
520
|
default?: string;
|
|
@@ -1213,6 +1217,10 @@ export declare const EcanBoxplot: import("../../utils/withInstall").SFCWithInsta
|
|
|
1213
1217
|
type?: import("vue").PropType<boolean>;
|
|
1214
1218
|
default?: boolean;
|
|
1215
1219
|
};
|
|
1220
|
+
isShowSource?: {
|
|
1221
|
+
type?: import("vue").PropType<boolean>;
|
|
1222
|
+
default?: boolean;
|
|
1223
|
+
};
|
|
1216
1224
|
indDetailIconColor?: {
|
|
1217
1225
|
type?: import("vue").PropType<string>;
|
|
1218
1226
|
default?: string;
|
|
@@ -231,6 +231,7 @@ export declare const boxplotProps: {
|
|
|
231
231
|
};
|
|
232
232
|
isShowIndDetail?: boolean;
|
|
233
233
|
isShowTrend?: boolean;
|
|
234
|
+
isShowSource?: boolean;
|
|
234
235
|
indDetailIconColor?: string;
|
|
235
236
|
indDetailIconFontSize?: string;
|
|
236
237
|
};
|
|
@@ -747,6 +748,10 @@ export declare const boxplotComponentProps: {
|
|
|
747
748
|
type?: import("vue").PropType<boolean>;
|
|
748
749
|
default?: boolean;
|
|
749
750
|
};
|
|
751
|
+
isShowSource?: {
|
|
752
|
+
type?: import("vue").PropType<boolean>;
|
|
753
|
+
default?: boolean;
|
|
754
|
+
};
|
|
750
755
|
indDetailIconColor?: {
|
|
751
756
|
type?: import("vue").PropType<string>;
|
|
752
757
|
default?: string;
|
|
@@ -600,6 +600,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
600
600
|
type?: import("vue").PropType<boolean>;
|
|
601
601
|
default?: boolean;
|
|
602
602
|
};
|
|
603
|
+
isShowSource?: {
|
|
604
|
+
type?: import("vue").PropType<boolean>;
|
|
605
|
+
default?: boolean;
|
|
606
|
+
};
|
|
603
607
|
indDetailIconColor?: {
|
|
604
608
|
type?: import("vue").PropType<string>;
|
|
605
609
|
default?: string;
|
|
@@ -1365,6 +1369,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1365
1369
|
type?: import("vue").PropType<boolean>;
|
|
1366
1370
|
default?: boolean;
|
|
1367
1371
|
};
|
|
1372
|
+
isShowSource?: {
|
|
1373
|
+
type?: import("vue").PropType<boolean>;
|
|
1374
|
+
default?: boolean;
|
|
1375
|
+
};
|
|
1368
1376
|
indDetailIconColor?: {
|
|
1369
1377
|
type?: import("vue").PropType<string>;
|
|
1370
1378
|
default?: string;
|
|
@@ -599,6 +599,10 @@ export declare const EcanBudget: import("../../utils/withInstall").SFCWithInstal
|
|
|
599
599
|
type?: import("vue").PropType<boolean>;
|
|
600
600
|
default?: boolean;
|
|
601
601
|
};
|
|
602
|
+
isShowSource?: {
|
|
603
|
+
type?: import("vue").PropType<boolean>;
|
|
604
|
+
default?: boolean;
|
|
605
|
+
};
|
|
602
606
|
indDetailIconColor?: {
|
|
603
607
|
type?: import("vue").PropType<string>;
|
|
604
608
|
default?: string;
|
|
@@ -1364,6 +1368,10 @@ export declare const EcanBudget: import("../../utils/withInstall").SFCWithInstal
|
|
|
1364
1368
|
type?: import("vue").PropType<boolean>;
|
|
1365
1369
|
default?: boolean;
|
|
1366
1370
|
};
|
|
1371
|
+
isShowSource?: {
|
|
1372
|
+
type?: import("vue").PropType<boolean>;
|
|
1373
|
+
default?: boolean;
|
|
1374
|
+
};
|
|
1367
1375
|
indDetailIconColor?: {
|
|
1368
1376
|
type?: import("vue").PropType<string>;
|
|
1369
1377
|
default?: string;
|
|
@@ -722,6 +722,10 @@ export declare const budgetComponentProps: {
|
|
|
722
722
|
type?: import("vue").PropType<boolean>;
|
|
723
723
|
default?: boolean;
|
|
724
724
|
};
|
|
725
|
+
isShowSource?: {
|
|
726
|
+
type?: import("vue").PropType<boolean>;
|
|
727
|
+
default?: boolean;
|
|
728
|
+
};
|
|
725
729
|
indDetailIconColor?: {
|
|
726
730
|
type?: import("vue").PropType<string>;
|
|
727
731
|
default?: 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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
};
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
};
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|