@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
|
@@ -136,16 +136,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
136
136
|
default?: number;
|
|
137
137
|
};
|
|
138
138
|
dataType: {
|
|
139
|
-
type?: import("vue").PropType<"
|
|
140
|
-
default?: "
|
|
139
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
140
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
141
141
|
};
|
|
142
142
|
scale?: {
|
|
143
143
|
type?: import("vue").PropType<number>;
|
|
144
144
|
default?: number;
|
|
145
145
|
};
|
|
146
146
|
requestParamsMode: {
|
|
147
|
-
type?: import("vue").PropType<"
|
|
148
|
-
default?: "
|
|
147
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
148
|
+
default?: "2" | "1";
|
|
149
149
|
};
|
|
150
150
|
customRequestParams: {
|
|
151
151
|
type?: import("vue").PropType<string>;
|
|
@@ -183,6 +183,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
183
|
type?: import("vue").PropType<boolean>;
|
|
184
184
|
default?: boolean;
|
|
185
185
|
};
|
|
186
|
+
isShowSource?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
186
190
|
indDetailIconColor?: {
|
|
187
191
|
type?: import("vue").PropType<string>;
|
|
188
192
|
default?: string;
|
|
@@ -330,16 +334,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
330
334
|
default?: number;
|
|
331
335
|
};
|
|
332
336
|
dataType: {
|
|
333
|
-
type?: import("vue").PropType<"
|
|
334
|
-
default?: "
|
|
337
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
338
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
335
339
|
};
|
|
336
340
|
scale?: {
|
|
337
341
|
type?: import("vue").PropType<number>;
|
|
338
342
|
default?: number;
|
|
339
343
|
};
|
|
340
344
|
requestParamsMode: {
|
|
341
|
-
type?: import("vue").PropType<"
|
|
342
|
-
default?: "
|
|
345
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
346
|
+
default?: "2" | "1";
|
|
343
347
|
};
|
|
344
348
|
customRequestParams: {
|
|
345
349
|
type?: import("vue").PropType<string>;
|
|
@@ -377,6 +381,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
377
381
|
type?: import("vue").PropType<boolean>;
|
|
378
382
|
default?: boolean;
|
|
379
383
|
};
|
|
384
|
+
isShowSource?: {
|
|
385
|
+
type?: import("vue").PropType<boolean>;
|
|
386
|
+
default?: boolean;
|
|
387
|
+
};
|
|
380
388
|
indDetailIconColor?: {
|
|
381
389
|
type?: import("vue").PropType<string>;
|
|
382
390
|
default?: string;
|
|
@@ -399,21 +407,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
399
407
|
indicatorToken: any;
|
|
400
408
|
context: string;
|
|
401
409
|
globalModel: any;
|
|
410
|
+
data: {
|
|
411
|
+
[key: string]: any;
|
|
412
|
+
}[];
|
|
413
|
+
events: import("../../utils/props").Events;
|
|
402
414
|
id: string;
|
|
403
|
-
keyName: string;
|
|
404
|
-
dataType: "component" | "indicator" | "request" | "static";
|
|
405
415
|
type: string;
|
|
416
|
+
dataType: "indicator" | "request" | "component" | "static";
|
|
406
417
|
graphicConfig: {
|
|
407
418
|
[key: string]: any;
|
|
408
419
|
};
|
|
409
|
-
name: string;
|
|
410
|
-
dimensionList: {
|
|
411
|
-
[key: string]: any;
|
|
412
|
-
}[];
|
|
413
|
-
data: {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
}[];
|
|
416
|
-
events: import("../../utils/props").Events;
|
|
417
420
|
isOpenRequestTimer: boolean;
|
|
418
421
|
requestInterval: number;
|
|
419
422
|
requestParams: import("../../utils/props").RequestParams;
|
|
@@ -427,13 +430,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
427
430
|
requestUrl: string;
|
|
428
431
|
requestMethod: import("../../utils/props").RequestMethod;
|
|
429
432
|
requestHeaders: string;
|
|
430
|
-
requestParamsMode: "
|
|
433
|
+
requestParamsMode: "2" | "1";
|
|
431
434
|
customRequestParams: string;
|
|
432
435
|
dataSetParam: any;
|
|
433
436
|
requestType: any;
|
|
434
437
|
indicatorList: {
|
|
435
438
|
[key: string]: any;
|
|
436
439
|
}[];
|
|
440
|
+
keyName: string;
|
|
441
|
+
name: string;
|
|
437
442
|
isShow: boolean;
|
|
438
443
|
isRender: boolean;
|
|
439
444
|
isViewRedrawing: boolean;
|
|
@@ -444,8 +449,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
444
449
|
toolboxShow: boolean;
|
|
445
450
|
isShowIndDetail: boolean;
|
|
446
451
|
isShowTrend: boolean;
|
|
452
|
+
isShowSource: boolean;
|
|
447
453
|
indDetailIconColor: string;
|
|
448
454
|
indDetailIconFontSize: string;
|
|
455
|
+
dimensionList: {
|
|
456
|
+
[key: string]: any;
|
|
457
|
+
}[];
|
|
449
458
|
styleConfig: {
|
|
450
459
|
[key: string]: any;
|
|
451
460
|
};
|
|
@@ -601,16 +610,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
601
610
|
default?: number;
|
|
602
611
|
};
|
|
603
612
|
dataType: {
|
|
604
|
-
type?: import("vue").PropType<"
|
|
605
|
-
default?: "
|
|
613
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
614
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
606
615
|
};
|
|
607
616
|
scale?: {
|
|
608
617
|
type?: import("vue").PropType<number>;
|
|
609
618
|
default?: number;
|
|
610
619
|
};
|
|
611
620
|
requestParamsMode: {
|
|
612
|
-
type?: import("vue").PropType<"
|
|
613
|
-
default?: "
|
|
621
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
622
|
+
default?: "2" | "1";
|
|
614
623
|
};
|
|
615
624
|
customRequestParams: {
|
|
616
625
|
type?: import("vue").PropType<string>;
|
|
@@ -648,6 +657,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
648
657
|
type?: import("vue").PropType<boolean>;
|
|
649
658
|
default?: boolean;
|
|
650
659
|
};
|
|
660
|
+
isShowSource?: {
|
|
661
|
+
type?: import("vue").PropType<boolean>;
|
|
662
|
+
default?: boolean;
|
|
663
|
+
};
|
|
651
664
|
indDetailIconColor?: {
|
|
652
665
|
type?: import("vue").PropType<string>;
|
|
653
666
|
default?: string;
|
|
@@ -136,16 +136,16 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
136
136
|
default?: number;
|
|
137
137
|
};
|
|
138
138
|
dataType: {
|
|
139
|
-
type?: import("vue").PropType<"
|
|
140
|
-
default?: "
|
|
139
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
140
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
141
141
|
};
|
|
142
142
|
scale?: {
|
|
143
143
|
type?: import("vue").PropType<number>;
|
|
144
144
|
default?: number;
|
|
145
145
|
};
|
|
146
146
|
requestParamsMode: {
|
|
147
|
-
type?: import("vue").PropType<"
|
|
148
|
-
default?: "
|
|
147
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
148
|
+
default?: "2" | "1";
|
|
149
149
|
};
|
|
150
150
|
customRequestParams: {
|
|
151
151
|
type?: import("vue").PropType<string>;
|
|
@@ -183,6 +183,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
183
183
|
type?: import("vue").PropType<boolean>;
|
|
184
184
|
default?: boolean;
|
|
185
185
|
};
|
|
186
|
+
isShowSource?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
186
190
|
indDetailIconColor?: {
|
|
187
191
|
type?: import("vue").PropType<string>;
|
|
188
192
|
default?: string;
|
|
@@ -330,16 +334,16 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
330
334
|
default?: number;
|
|
331
335
|
};
|
|
332
336
|
dataType: {
|
|
333
|
-
type?: import("vue").PropType<"
|
|
334
|
-
default?: "
|
|
337
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
338
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
335
339
|
};
|
|
336
340
|
scale?: {
|
|
337
341
|
type?: import("vue").PropType<number>;
|
|
338
342
|
default?: number;
|
|
339
343
|
};
|
|
340
344
|
requestParamsMode: {
|
|
341
|
-
type?: import("vue").PropType<"
|
|
342
|
-
default?: "
|
|
345
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
346
|
+
default?: "2" | "1";
|
|
343
347
|
};
|
|
344
348
|
customRequestParams: {
|
|
345
349
|
type?: import("vue").PropType<string>;
|
|
@@ -377,6 +381,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
377
381
|
type?: import("vue").PropType<boolean>;
|
|
378
382
|
default?: boolean;
|
|
379
383
|
};
|
|
384
|
+
isShowSource?: {
|
|
385
|
+
type?: import("vue").PropType<boolean>;
|
|
386
|
+
default?: boolean;
|
|
387
|
+
};
|
|
380
388
|
indDetailIconColor?: {
|
|
381
389
|
type?: import("vue").PropType<string>;
|
|
382
390
|
default?: string;
|
|
@@ -399,21 +407,16 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
399
407
|
indicatorToken: any;
|
|
400
408
|
context: string;
|
|
401
409
|
globalModel: any;
|
|
410
|
+
data: {
|
|
411
|
+
[key: string]: any;
|
|
412
|
+
}[];
|
|
413
|
+
events: import("../../utils/props").Events;
|
|
402
414
|
id: string;
|
|
403
|
-
keyName: string;
|
|
404
|
-
dataType: "component" | "indicator" | "request" | "static";
|
|
405
415
|
type: string;
|
|
416
|
+
dataType: "indicator" | "request" | "component" | "static";
|
|
406
417
|
graphicConfig: {
|
|
407
418
|
[key: string]: any;
|
|
408
419
|
};
|
|
409
|
-
name: string;
|
|
410
|
-
dimensionList: {
|
|
411
|
-
[key: string]: any;
|
|
412
|
-
}[];
|
|
413
|
-
data: {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
}[];
|
|
416
|
-
events: import("../../utils/props").Events;
|
|
417
420
|
isOpenRequestTimer: boolean;
|
|
418
421
|
requestInterval: number;
|
|
419
422
|
requestParams: import("../../utils/props").RequestParams;
|
|
@@ -427,13 +430,15 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
427
430
|
requestUrl: string;
|
|
428
431
|
requestMethod: import("../../utils/props").RequestMethod;
|
|
429
432
|
requestHeaders: string;
|
|
430
|
-
requestParamsMode: "
|
|
433
|
+
requestParamsMode: "2" | "1";
|
|
431
434
|
customRequestParams: string;
|
|
432
435
|
dataSetParam: any;
|
|
433
436
|
requestType: any;
|
|
434
437
|
indicatorList: {
|
|
435
438
|
[key: string]: any;
|
|
436
439
|
}[];
|
|
440
|
+
keyName: string;
|
|
441
|
+
name: string;
|
|
437
442
|
isShow: boolean;
|
|
438
443
|
isRender: boolean;
|
|
439
444
|
isViewRedrawing: boolean;
|
|
@@ -444,8 +449,12 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
444
449
|
toolboxShow: boolean;
|
|
445
450
|
isShowIndDetail: boolean;
|
|
446
451
|
isShowTrend: boolean;
|
|
452
|
+
isShowSource: boolean;
|
|
447
453
|
indDetailIconColor: string;
|
|
448
454
|
indDetailIconFontSize: string;
|
|
455
|
+
dimensionList: {
|
|
456
|
+
[key: string]: any;
|
|
457
|
+
}[];
|
|
449
458
|
styleConfig: {
|
|
450
459
|
[key: string]: any;
|
|
451
460
|
};
|
|
@@ -601,16 +610,16 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
601
610
|
default?: number;
|
|
602
611
|
};
|
|
603
612
|
dataType: {
|
|
604
|
-
type?: import("vue").PropType<"
|
|
605
|
-
default?: "
|
|
613
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
614
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
606
615
|
};
|
|
607
616
|
scale?: {
|
|
608
617
|
type?: import("vue").PropType<number>;
|
|
609
618
|
default?: number;
|
|
610
619
|
};
|
|
611
620
|
requestParamsMode: {
|
|
612
|
-
type?: import("vue").PropType<"
|
|
613
|
-
default?: "
|
|
621
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
622
|
+
default?: "2" | "1";
|
|
614
623
|
};
|
|
615
624
|
customRequestParams: {
|
|
616
625
|
type?: import("vue").PropType<string>;
|
|
@@ -648,6 +657,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
648
657
|
type?: import("vue").PropType<boolean>;
|
|
649
658
|
default?: boolean;
|
|
650
659
|
};
|
|
660
|
+
isShowSource?: {
|
|
661
|
+
type?: import("vue").PropType<boolean>;
|
|
662
|
+
default?: boolean;
|
|
663
|
+
};
|
|
651
664
|
indDetailIconColor?: {
|
|
652
665
|
type?: import("vue").PropType<string>;
|
|
653
666
|
default?: string;
|
|
@@ -152,16 +152,16 @@ export declare const pivotTableComponentProps: {
|
|
|
152
152
|
default?: number;
|
|
153
153
|
};
|
|
154
154
|
dataType: {
|
|
155
|
-
type?: import("vue").PropType<"
|
|
156
|
-
default?: "
|
|
155
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
156
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
157
157
|
};
|
|
158
158
|
scale?: {
|
|
159
159
|
type?: import("vue").PropType<number>;
|
|
160
160
|
default?: number;
|
|
161
161
|
};
|
|
162
162
|
requestParamsMode: {
|
|
163
|
-
type?: import("vue").PropType<"
|
|
164
|
-
default?: "
|
|
163
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
164
|
+
default?: "2" | "1";
|
|
165
165
|
};
|
|
166
166
|
customRequestParams: {
|
|
167
167
|
type?: import("vue").PropType<string>;
|
|
@@ -199,6 +199,10 @@ export declare const pivotTableComponentProps: {
|
|
|
199
199
|
type?: import("vue").PropType<boolean>;
|
|
200
200
|
default?: boolean;
|
|
201
201
|
};
|
|
202
|
+
isShowSource?: {
|
|
203
|
+
type?: import("vue").PropType<boolean>;
|
|
204
|
+
default?: boolean;
|
|
205
|
+
};
|
|
202
206
|
indDetailIconColor?: {
|
|
203
207
|
type?: import("vue").PropType<string>;
|
|
204
208
|
default?: string;
|
|
@@ -468,16 +468,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
468
468
|
default?: number;
|
|
469
469
|
};
|
|
470
470
|
dataType: {
|
|
471
|
-
type?: import("vue").PropType<"
|
|
472
|
-
default?: "
|
|
471
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
472
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
473
473
|
};
|
|
474
474
|
scale?: {
|
|
475
475
|
type?: import("vue").PropType<number>;
|
|
476
476
|
default?: number;
|
|
477
477
|
};
|
|
478
478
|
requestParamsMode: {
|
|
479
|
-
type?: import("vue").PropType<"
|
|
480
|
-
default?: "
|
|
479
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
480
|
+
default?: "2" | "1";
|
|
481
481
|
};
|
|
482
482
|
customRequestParams: {
|
|
483
483
|
type?: import("vue").PropType<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;
|
|
@@ -1160,16 +1164,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1160
1164
|
default?: number;
|
|
1161
1165
|
};
|
|
1162
1166
|
dataType: {
|
|
1163
|
-
type?: import("vue").PropType<"
|
|
1164
|
-
default?: "
|
|
1167
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
1168
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
1165
1169
|
};
|
|
1166
1170
|
scale?: {
|
|
1167
1171
|
type?: import("vue").PropType<number>;
|
|
1168
1172
|
default?: number;
|
|
1169
1173
|
};
|
|
1170
1174
|
requestParamsMode: {
|
|
1171
|
-
type?: import("vue").PropType<"
|
|
1172
|
-
default?: "
|
|
1175
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1176
|
+
default?: "2" | "1";
|
|
1173
1177
|
};
|
|
1174
1178
|
customRequestParams: {
|
|
1175
1179
|
type?: import("vue").PropType<string>;
|
|
@@ -1203,6 +1207,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1203
1207
|
type?: import("vue").PropType<boolean>;
|
|
1204
1208
|
default?: boolean;
|
|
1205
1209
|
};
|
|
1210
|
+
isShowSource?: {
|
|
1211
|
+
type?: import("vue").PropType<boolean>;
|
|
1212
|
+
default?: boolean;
|
|
1213
|
+
};
|
|
1206
1214
|
indDetailIconColor?: {
|
|
1207
1215
|
type?: import("vue").PropType<string>;
|
|
1208
1216
|
default?: string;
|
|
@@ -468,16 +468,16 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
|
|
|
468
468
|
default?: number;
|
|
469
469
|
};
|
|
470
470
|
dataType: {
|
|
471
|
-
type?: import("vue").PropType<"
|
|
472
|
-
default?: "
|
|
471
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
472
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
473
473
|
};
|
|
474
474
|
scale?: {
|
|
475
475
|
type?: import("vue").PropType<number>;
|
|
476
476
|
default?: number;
|
|
477
477
|
};
|
|
478
478
|
requestParamsMode: {
|
|
479
|
-
type?: import("vue").PropType<"
|
|
480
|
-
default?: "
|
|
479
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
480
|
+
default?: "2" | "1";
|
|
481
481
|
};
|
|
482
482
|
customRequestParams: {
|
|
483
483
|
type?: import("vue").PropType<string>;
|
|
@@ -511,6 +511,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
|
|
|
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;
|
|
@@ -1160,16 +1164,16 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
|
|
|
1160
1164
|
default?: number;
|
|
1161
1165
|
};
|
|
1162
1166
|
dataType: {
|
|
1163
|
-
type?: import("vue").PropType<"
|
|
1164
|
-
default?: "
|
|
1167
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
1168
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
1165
1169
|
};
|
|
1166
1170
|
scale?: {
|
|
1167
1171
|
type?: import("vue").PropType<number>;
|
|
1168
1172
|
default?: number;
|
|
1169
1173
|
};
|
|
1170
1174
|
requestParamsMode: {
|
|
1171
|
-
type?: import("vue").PropType<"
|
|
1172
|
-
default?: "
|
|
1175
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1176
|
+
default?: "2" | "1";
|
|
1173
1177
|
};
|
|
1174
1178
|
customRequestParams: {
|
|
1175
1179
|
type?: import("vue").PropType<string>;
|
|
@@ -1203,6 +1207,10 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
|
|
|
1203
1207
|
type?: import("vue").PropType<boolean>;
|
|
1204
1208
|
default?: boolean;
|
|
1205
1209
|
};
|
|
1210
|
+
isShowSource?: {
|
|
1211
|
+
type?: import("vue").PropType<boolean>;
|
|
1212
|
+
default?: boolean;
|
|
1213
|
+
};
|
|
1206
1214
|
indDetailIconColor?: {
|
|
1207
1215
|
type?: import("vue").PropType<string>;
|
|
1208
1216
|
default?: string;
|
|
@@ -220,9 +220,9 @@ export declare const valueLineProps: {
|
|
|
220
220
|
requestInterval: number;
|
|
221
221
|
requestParams: import('../../utils/props').RequestParams;
|
|
222
222
|
requestSort: number;
|
|
223
|
-
dataType: "
|
|
223
|
+
dataType: "indicator" | "request" | "component" | "static";
|
|
224
224
|
scale?: number;
|
|
225
|
-
requestParamsMode: "
|
|
225
|
+
requestParamsMode: "2" | "1";
|
|
226
226
|
customRequestParams: string;
|
|
227
227
|
dataSetParam?: any;
|
|
228
228
|
requestType?: any;
|
|
@@ -232,6 +232,7 @@ export declare const valueLineProps: {
|
|
|
232
232
|
};
|
|
233
233
|
isShowIndDetail?: boolean;
|
|
234
234
|
isShowTrend?: boolean;
|
|
235
|
+
isShowSource?: boolean;
|
|
235
236
|
indDetailIconColor?: string;
|
|
236
237
|
indDetailIconFontSize?: string;
|
|
237
238
|
};
|
|
@@ -705,16 +706,16 @@ export declare const valueLineComponentProps: {
|
|
|
705
706
|
default?: number;
|
|
706
707
|
};
|
|
707
708
|
dataType: {
|
|
708
|
-
type?: import("vue").PropType<"
|
|
709
|
-
default?: "
|
|
709
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
710
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
710
711
|
};
|
|
711
712
|
scale?: {
|
|
712
713
|
type?: import("vue").PropType<number>;
|
|
713
714
|
default?: number;
|
|
714
715
|
};
|
|
715
716
|
requestParamsMode: {
|
|
716
|
-
type?: import("vue").PropType<"
|
|
717
|
-
default?: "
|
|
717
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
718
|
+
default?: "2" | "1";
|
|
718
719
|
};
|
|
719
720
|
customRequestParams: {
|
|
720
721
|
type?: import("vue").PropType<string>;
|
|
@@ -748,6 +749,10 @@ export declare const valueLineComponentProps: {
|
|
|
748
749
|
type?: import("vue").PropType<boolean>;
|
|
749
750
|
default?: boolean;
|
|
750
751
|
};
|
|
752
|
+
isShowSource?: {
|
|
753
|
+
type?: import("vue").PropType<boolean>;
|
|
754
|
+
default?: boolean;
|
|
755
|
+
};
|
|
751
756
|
indDetailIconColor?: {
|
|
752
757
|
type?: import("vue").PropType<string>;
|
|
753
758
|
default?: string;
|
|
@@ -312,16 +312,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
312
312
|
default?: number;
|
|
313
313
|
};
|
|
314
314
|
dataType: {
|
|
315
|
-
type?: import("vue").PropType<"
|
|
316
|
-
default?: "
|
|
315
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
316
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
317
317
|
};
|
|
318
318
|
scale?: {
|
|
319
319
|
type?: import("vue").PropType<number>;
|
|
320
320
|
default?: number;
|
|
321
321
|
};
|
|
322
322
|
requestParamsMode: {
|
|
323
|
-
type?: import("vue").PropType<"
|
|
324
|
-
default?: "
|
|
323
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
324
|
+
default?: "2" | "1";
|
|
325
325
|
};
|
|
326
326
|
customRequestParams: {
|
|
327
327
|
type?: import("vue").PropType<string>;
|
|
@@ -359,6 +359,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
359
359
|
type?: import("vue").PropType<boolean>;
|
|
360
360
|
default?: boolean;
|
|
361
361
|
};
|
|
362
|
+
isShowSource?: {
|
|
363
|
+
type?: import("vue").PropType<boolean>;
|
|
364
|
+
default?: boolean;
|
|
365
|
+
};
|
|
362
366
|
indDetailIconColor?: {
|
|
363
367
|
type?: import("vue").PropType<string>;
|
|
364
368
|
default?: string;
|
|
@@ -774,16 +778,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
774
778
|
default?: number;
|
|
775
779
|
};
|
|
776
780
|
dataType: {
|
|
777
|
-
type?: import("vue").PropType<"
|
|
778
|
-
default?: "
|
|
781
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
782
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
779
783
|
};
|
|
780
784
|
scale?: {
|
|
781
785
|
type?: import("vue").PropType<number>;
|
|
782
786
|
default?: number;
|
|
783
787
|
};
|
|
784
788
|
requestParamsMode: {
|
|
785
|
-
type?: import("vue").PropType<"
|
|
786
|
-
default?: "
|
|
789
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
790
|
+
default?: "2" | "1";
|
|
787
791
|
};
|
|
788
792
|
customRequestParams: {
|
|
789
793
|
type?: import("vue").PropType<string>;
|
|
@@ -821,6 +825,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
821
825
|
type?: import("vue").PropType<boolean>;
|
|
822
826
|
default?: boolean;
|
|
823
827
|
};
|
|
828
|
+
isShowSource?: {
|
|
829
|
+
type?: import("vue").PropType<boolean>;
|
|
830
|
+
default?: boolean;
|
|
831
|
+
};
|
|
824
832
|
indDetailIconColor?: {
|
|
825
833
|
type?: import("vue").PropType<string>;
|
|
826
834
|
default?: string;
|
package/types/map/map/index.d.ts
CHANGED
|
@@ -312,16 +312,16 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
312
312
|
default?: number;
|
|
313
313
|
};
|
|
314
314
|
dataType: {
|
|
315
|
-
type?: import("vue").PropType<"
|
|
316
|
-
default?: "
|
|
315
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
316
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
317
317
|
};
|
|
318
318
|
scale?: {
|
|
319
319
|
type?: import("vue").PropType<number>;
|
|
320
320
|
default?: number;
|
|
321
321
|
};
|
|
322
322
|
requestParamsMode: {
|
|
323
|
-
type?: import("vue").PropType<"
|
|
324
|
-
default?: "
|
|
323
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
324
|
+
default?: "2" | "1";
|
|
325
325
|
};
|
|
326
326
|
customRequestParams: {
|
|
327
327
|
type?: import("vue").PropType<string>;
|
|
@@ -359,6 +359,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
359
359
|
type?: import("vue").PropType<boolean>;
|
|
360
360
|
default?: boolean;
|
|
361
361
|
};
|
|
362
|
+
isShowSource?: {
|
|
363
|
+
type?: import("vue").PropType<boolean>;
|
|
364
|
+
default?: boolean;
|
|
365
|
+
};
|
|
362
366
|
indDetailIconColor?: {
|
|
363
367
|
type?: import("vue").PropType<string>;
|
|
364
368
|
default?: string;
|
|
@@ -774,16 +778,16 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
774
778
|
default?: number;
|
|
775
779
|
};
|
|
776
780
|
dataType: {
|
|
777
|
-
type?: import("vue").PropType<"
|
|
778
|
-
default?: "
|
|
781
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
782
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
779
783
|
};
|
|
780
784
|
scale?: {
|
|
781
785
|
type?: import("vue").PropType<number>;
|
|
782
786
|
default?: number;
|
|
783
787
|
};
|
|
784
788
|
requestParamsMode: {
|
|
785
|
-
type?: import("vue").PropType<"
|
|
786
|
-
default?: "
|
|
789
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
790
|
+
default?: "2" | "1";
|
|
787
791
|
};
|
|
788
792
|
customRequestParams: {
|
|
789
793
|
type?: import("vue").PropType<string>;
|
|
@@ -821,6 +825,10 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
821
825
|
type?: import("vue").PropType<boolean>;
|
|
822
826
|
default?: boolean;
|
|
823
827
|
};
|
|
828
|
+
isShowSource?: {
|
|
829
|
+
type?: import("vue").PropType<boolean>;
|
|
830
|
+
default?: boolean;
|
|
831
|
+
};
|
|
824
832
|
indDetailIconColor?: {
|
|
825
833
|
type?: import("vue").PropType<string>;
|
|
826
834
|
default?: string;
|