@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
|
@@ -20,8 +20,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
20
20
|
default?: boolean;
|
|
21
21
|
};
|
|
22
22
|
size: {
|
|
23
|
-
type?: import("vue").PropType<"" | "
|
|
24
|
-
default?: "" | "
|
|
23
|
+
type?: import("vue").PropType<"" | "small" | "default" | "middle">;
|
|
24
|
+
default?: "" | "small" | "default" | "middle";
|
|
25
25
|
};
|
|
26
26
|
isUseSeq: {
|
|
27
27
|
type?: import("vue").PropType<boolean>;
|
|
@@ -356,16 +356,16 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
356
356
|
default?: number;
|
|
357
357
|
};
|
|
358
358
|
dataType: {
|
|
359
|
-
type?: import("vue").PropType<"
|
|
360
|
-
default?: "
|
|
359
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
360
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
361
361
|
};
|
|
362
362
|
scale?: {
|
|
363
363
|
type?: import("vue").PropType<number>;
|
|
364
364
|
default?: number;
|
|
365
365
|
};
|
|
366
366
|
requestParamsMode: {
|
|
367
|
-
type?: import("vue").PropType<"
|
|
368
|
-
default?: "
|
|
367
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
368
|
+
default?: "2" | "1";
|
|
369
369
|
};
|
|
370
370
|
customRequestParams: {
|
|
371
371
|
type?: import("vue").PropType<string>;
|
|
@@ -403,6 +403,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
403
403
|
type?: import("vue").PropType<boolean>;
|
|
404
404
|
default?: boolean;
|
|
405
405
|
};
|
|
406
|
+
isShowSource?: {
|
|
407
|
+
type?: import("vue").PropType<boolean>;
|
|
408
|
+
default?: boolean;
|
|
409
|
+
};
|
|
406
410
|
indDetailIconColor?: {
|
|
407
411
|
type?: import("vue").PropType<string>;
|
|
408
412
|
default?: string;
|
|
@@ -503,8 +507,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
503
507
|
default?: boolean;
|
|
504
508
|
};
|
|
505
509
|
size: {
|
|
506
|
-
type?: import("vue").PropType<"" | "
|
|
507
|
-
default?: "" | "
|
|
510
|
+
type?: import("vue").PropType<"" | "small" | "default" | "middle">;
|
|
511
|
+
default?: "" | "small" | "default" | "middle";
|
|
508
512
|
};
|
|
509
513
|
isUseSeq: {
|
|
510
514
|
type?: import("vue").PropType<boolean>;
|
|
@@ -839,16 +843,16 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
839
843
|
default?: number;
|
|
840
844
|
};
|
|
841
845
|
dataType: {
|
|
842
|
-
type?: import("vue").PropType<"
|
|
843
|
-
default?: "
|
|
846
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
847
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
844
848
|
};
|
|
845
849
|
scale?: {
|
|
846
850
|
type?: import("vue").PropType<number>;
|
|
847
851
|
default?: number;
|
|
848
852
|
};
|
|
849
853
|
requestParamsMode: {
|
|
850
|
-
type?: import("vue").PropType<"
|
|
851
|
-
default?: "
|
|
854
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
855
|
+
default?: "2" | "1";
|
|
852
856
|
};
|
|
853
857
|
customRequestParams: {
|
|
854
858
|
type?: import("vue").PropType<string>;
|
|
@@ -886,6 +890,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
886
890
|
type?: import("vue").PropType<boolean>;
|
|
887
891
|
default?: boolean;
|
|
888
892
|
};
|
|
893
|
+
isShowSource?: {
|
|
894
|
+
type?: import("vue").PropType<boolean>;
|
|
895
|
+
default?: boolean;
|
|
896
|
+
};
|
|
889
897
|
indDetailIconColor?: {
|
|
890
898
|
type?: import("vue").PropType<string>;
|
|
891
899
|
default?: string;
|
|
@@ -97,8 +97,8 @@ export declare const tableComponentProps: {
|
|
|
97
97
|
default?: boolean;
|
|
98
98
|
};
|
|
99
99
|
size: {
|
|
100
|
-
type?: import("vue").PropType<"" | "
|
|
101
|
-
default?: "" | "
|
|
100
|
+
type?: import("vue").PropType<"" | "small" | "default" | "middle">;
|
|
101
|
+
default?: "" | "small" | "default" | "middle";
|
|
102
102
|
};
|
|
103
103
|
isUseSeq: {
|
|
104
104
|
type?: import("vue").PropType<boolean>;
|
|
@@ -433,16 +433,16 @@ export declare const tableComponentProps: {
|
|
|
433
433
|
default?: number;
|
|
434
434
|
};
|
|
435
435
|
dataType: {
|
|
436
|
-
type?: import("vue").PropType<"
|
|
437
|
-
default?: "
|
|
436
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
437
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
438
438
|
};
|
|
439
439
|
scale?: {
|
|
440
440
|
type?: import("vue").PropType<number>;
|
|
441
441
|
default?: number;
|
|
442
442
|
};
|
|
443
443
|
requestParamsMode: {
|
|
444
|
-
type?: import("vue").PropType<"
|
|
445
|
-
default?: "
|
|
444
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
445
|
+
default?: "2" | "1";
|
|
446
446
|
};
|
|
447
447
|
customRequestParams: {
|
|
448
448
|
type?: import("vue").PropType<string>;
|
|
@@ -480,6 +480,10 @@ export declare const tableComponentProps: {
|
|
|
480
480
|
type?: import("vue").PropType<boolean>;
|
|
481
481
|
default?: boolean;
|
|
482
482
|
};
|
|
483
|
+
isShowSource?: {
|
|
484
|
+
type?: import("vue").PropType<boolean>;
|
|
485
|
+
default?: boolean;
|
|
486
|
+
};
|
|
483
487
|
indDetailIconColor?: {
|
|
484
488
|
type?: import("vue").PropType<string>;
|
|
485
489
|
default?: string;
|
|
@@ -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;
|
|
@@ -346,16 +350,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
346
350
|
default?: number;
|
|
347
351
|
};
|
|
348
352
|
dataType: {
|
|
349
|
-
type?: import("vue").PropType<"
|
|
350
|
-
default?: "
|
|
353
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
354
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
351
355
|
};
|
|
352
356
|
scale?: {
|
|
353
357
|
type?: import("vue").PropType<number>;
|
|
354
358
|
default?: number;
|
|
355
359
|
};
|
|
356
360
|
requestParamsMode: {
|
|
357
|
-
type?: import("vue").PropType<"
|
|
358
|
-
default?: "
|
|
361
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
362
|
+
default?: "2" | "1";
|
|
359
363
|
};
|
|
360
364
|
customRequestParams: {
|
|
361
365
|
type?: import("vue").PropType<string>;
|
|
@@ -393,6 +397,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
393
397
|
type?: import("vue").PropType<boolean>;
|
|
394
398
|
default?: boolean;
|
|
395
399
|
};
|
|
400
|
+
isShowSource?: {
|
|
401
|
+
type?: import("vue").PropType<boolean>;
|
|
402
|
+
default?: boolean;
|
|
403
|
+
};
|
|
396
404
|
indDetailIconColor?: {
|
|
397
405
|
type?: import("vue").PropType<string>;
|
|
398
406
|
default?: string;
|
|
@@ -136,16 +136,16 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
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 EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
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;
|
|
@@ -346,16 +350,16 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
346
350
|
default?: number;
|
|
347
351
|
};
|
|
348
352
|
dataType: {
|
|
349
|
-
type?: import("vue").PropType<"
|
|
350
|
-
default?: "
|
|
353
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
354
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
351
355
|
};
|
|
352
356
|
scale?: {
|
|
353
357
|
type?: import("vue").PropType<number>;
|
|
354
358
|
default?: number;
|
|
355
359
|
};
|
|
356
360
|
requestParamsMode: {
|
|
357
|
-
type?: import("vue").PropType<"
|
|
358
|
-
default?: "
|
|
361
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
362
|
+
default?: "2" | "1";
|
|
359
363
|
};
|
|
360
364
|
customRequestParams: {
|
|
361
365
|
type?: import("vue").PropType<string>;
|
|
@@ -393,6 +397,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
393
397
|
type?: import("vue").PropType<boolean>;
|
|
394
398
|
default?: boolean;
|
|
395
399
|
};
|
|
400
|
+
isShowSource?: {
|
|
401
|
+
type?: import("vue").PropType<boolean>;
|
|
402
|
+
default?: boolean;
|
|
403
|
+
};
|
|
396
404
|
indDetailIconColor?: {
|
|
397
405
|
type?: import("vue").PropType<string>;
|
|
398
406
|
default?: string;
|
|
@@ -153,16 +153,16 @@ export declare const counterComponentProps: {
|
|
|
153
153
|
default?: number;
|
|
154
154
|
};
|
|
155
155
|
dataType: {
|
|
156
|
-
type?: import("vue").PropType<"
|
|
157
|
-
default?: "
|
|
156
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
157
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
158
158
|
};
|
|
159
159
|
scale?: {
|
|
160
160
|
type?: import("vue").PropType<number>;
|
|
161
161
|
default?: number;
|
|
162
162
|
};
|
|
163
163
|
requestParamsMode: {
|
|
164
|
-
type?: import("vue").PropType<"
|
|
165
|
-
default?: "
|
|
164
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
165
|
+
default?: "2" | "1";
|
|
166
166
|
};
|
|
167
167
|
customRequestParams: {
|
|
168
168
|
type?: import("vue").PropType<string>;
|
|
@@ -200,6 +200,10 @@ export declare const counterComponentProps: {
|
|
|
200
200
|
type?: import("vue").PropType<boolean>;
|
|
201
201
|
default?: boolean;
|
|
202
202
|
};
|
|
203
|
+
isShowSource?: {
|
|
204
|
+
type?: import("vue").PropType<boolean>;
|
|
205
|
+
default?: boolean;
|
|
206
|
+
};
|
|
203
207
|
indDetailIconColor?: {
|
|
204
208
|
type?: import("vue").PropType<string>;
|
|
205
209
|
default?: string;
|
|
@@ -208,16 +208,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
208
208
|
default?: number;
|
|
209
209
|
};
|
|
210
210
|
dataType: {
|
|
211
|
-
type?: import("vue").PropType<"
|
|
212
|
-
default?: "
|
|
211
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
212
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
213
213
|
};
|
|
214
214
|
scale?: {
|
|
215
215
|
type?: import("vue").PropType<number>;
|
|
216
216
|
default?: number;
|
|
217
217
|
};
|
|
218
218
|
requestParamsMode: {
|
|
219
|
-
type?: import("vue").PropType<"
|
|
220
|
-
default?: "
|
|
219
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
220
|
+
default?: "2" | "1";
|
|
221
221
|
};
|
|
222
222
|
customRequestParams: {
|
|
223
223
|
type?: import("vue").PropType<string>;
|
|
@@ -255,6 +255,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
255
255
|
type?: import("vue").PropType<boolean>;
|
|
256
256
|
default?: boolean;
|
|
257
257
|
};
|
|
258
|
+
isShowSource?: {
|
|
259
|
+
type?: import("vue").PropType<boolean>;
|
|
260
|
+
default?: boolean;
|
|
261
|
+
};
|
|
258
262
|
indDetailIconColor?: {
|
|
259
263
|
type?: import("vue").PropType<string>;
|
|
260
264
|
default?: string;
|
|
@@ -518,16 +522,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
518
522
|
default?: number;
|
|
519
523
|
};
|
|
520
524
|
dataType: {
|
|
521
|
-
type?: import("vue").PropType<"
|
|
522
|
-
default?: "
|
|
525
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
526
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
523
527
|
};
|
|
524
528
|
scale?: {
|
|
525
529
|
type?: import("vue").PropType<number>;
|
|
526
530
|
default?: number;
|
|
527
531
|
};
|
|
528
532
|
requestParamsMode: {
|
|
529
|
-
type?: import("vue").PropType<"
|
|
530
|
-
default?: "
|
|
533
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
534
|
+
default?: "2" | "1";
|
|
531
535
|
};
|
|
532
536
|
customRequestParams: {
|
|
533
537
|
type?: import("vue").PropType<string>;
|
|
@@ -565,6 +569,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
565
569
|
type?: import("vue").PropType<boolean>;
|
|
566
570
|
default?: boolean;
|
|
567
571
|
};
|
|
572
|
+
isShowSource?: {
|
|
573
|
+
type?: import("vue").PropType<boolean>;
|
|
574
|
+
default?: boolean;
|
|
575
|
+
};
|
|
568
576
|
indDetailIconColor?: {
|
|
569
577
|
type?: import("vue").PropType<string>;
|
|
570
578
|
default?: string;
|
|
@@ -208,16 +208,16 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
208
208
|
default?: number;
|
|
209
209
|
};
|
|
210
210
|
dataType: {
|
|
211
|
-
type?: import("vue").PropType<"
|
|
212
|
-
default?: "
|
|
211
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
212
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
213
213
|
};
|
|
214
214
|
scale?: {
|
|
215
215
|
type?: import("vue").PropType<number>;
|
|
216
216
|
default?: number;
|
|
217
217
|
};
|
|
218
218
|
requestParamsMode: {
|
|
219
|
-
type?: import("vue").PropType<"
|
|
220
|
-
default?: "
|
|
219
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
220
|
+
default?: "2" | "1";
|
|
221
221
|
};
|
|
222
222
|
customRequestParams: {
|
|
223
223
|
type?: import("vue").PropType<string>;
|
|
@@ -255,6 +255,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
255
255
|
type?: import("vue").PropType<boolean>;
|
|
256
256
|
default?: boolean;
|
|
257
257
|
};
|
|
258
|
+
isShowSource?: {
|
|
259
|
+
type?: import("vue").PropType<boolean>;
|
|
260
|
+
default?: boolean;
|
|
261
|
+
};
|
|
258
262
|
indDetailIconColor?: {
|
|
259
263
|
type?: import("vue").PropType<string>;
|
|
260
264
|
default?: string;
|
|
@@ -518,16 +522,16 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
518
522
|
default?: number;
|
|
519
523
|
};
|
|
520
524
|
dataType: {
|
|
521
|
-
type?: import("vue").PropType<"
|
|
522
|
-
default?: "
|
|
525
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
526
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
523
527
|
};
|
|
524
528
|
scale?: {
|
|
525
529
|
type?: import("vue").PropType<number>;
|
|
526
530
|
default?: number;
|
|
527
531
|
};
|
|
528
532
|
requestParamsMode: {
|
|
529
|
-
type?: import("vue").PropType<"
|
|
530
|
-
default?: "
|
|
533
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
534
|
+
default?: "2" | "1";
|
|
531
535
|
};
|
|
532
536
|
customRequestParams: {
|
|
533
537
|
type?: import("vue").PropType<string>;
|
|
@@ -565,6 +569,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
565
569
|
type?: import("vue").PropType<boolean>;
|
|
566
570
|
default?: boolean;
|
|
567
571
|
};
|
|
572
|
+
isShowSource?: {
|
|
573
|
+
type?: import("vue").PropType<boolean>;
|
|
574
|
+
default?: boolean;
|
|
575
|
+
};
|
|
568
576
|
indDetailIconColor?: {
|
|
569
577
|
type?: import("vue").PropType<string>;
|
|
570
578
|
default?: string;
|
|
@@ -246,16 +246,16 @@ export declare const listComponentProps: {
|
|
|
246
246
|
default?: number;
|
|
247
247
|
};
|
|
248
248
|
dataType: {
|
|
249
|
-
type?: import("vue").PropType<"
|
|
250
|
-
default?: "
|
|
249
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
250
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
251
251
|
};
|
|
252
252
|
scale?: {
|
|
253
253
|
type?: import("vue").PropType<number>;
|
|
254
254
|
default?: number;
|
|
255
255
|
};
|
|
256
256
|
requestParamsMode: {
|
|
257
|
-
type?: import("vue").PropType<"
|
|
258
|
-
default?: "
|
|
257
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
258
|
+
default?: "2" | "1";
|
|
259
259
|
};
|
|
260
260
|
customRequestParams: {
|
|
261
261
|
type?: import("vue").PropType<string>;
|
|
@@ -293,6 +293,10 @@ export declare const listComponentProps: {
|
|
|
293
293
|
type?: import("vue").PropType<boolean>;
|
|
294
294
|
default?: boolean;
|
|
295
295
|
};
|
|
296
|
+
isShowSource?: {
|
|
297
|
+
type?: import("vue").PropType<boolean>;
|
|
298
|
+
default?: boolean;
|
|
299
|
+
};
|
|
296
300
|
indDetailIconColor?: {
|
|
297
301
|
type?: import("vue").PropType<string>;
|
|
298
302
|
default?: string;
|
|
@@ -180,16 +180,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
180
180
|
default?: number;
|
|
181
181
|
};
|
|
182
182
|
dataType: {
|
|
183
|
-
type?: import("vue").PropType<"
|
|
184
|
-
default?: "
|
|
183
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
184
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
185
185
|
};
|
|
186
186
|
scale?: {
|
|
187
187
|
type?: import("vue").PropType<number>;
|
|
188
188
|
default?: number;
|
|
189
189
|
};
|
|
190
190
|
requestParamsMode: {
|
|
191
|
-
type?: import("vue").PropType<"
|
|
192
|
-
default?: "
|
|
191
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
192
|
+
default?: "2" | "1";
|
|
193
193
|
};
|
|
194
194
|
customRequestParams: {
|
|
195
195
|
type?: import("vue").PropType<string>;
|
|
@@ -227,6 +227,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
227
227
|
type?: import("vue").PropType<boolean>;
|
|
228
228
|
default?: boolean;
|
|
229
229
|
};
|
|
230
|
+
isShowSource?: {
|
|
231
|
+
type?: import("vue").PropType<boolean>;
|
|
232
|
+
default?: boolean;
|
|
233
|
+
};
|
|
230
234
|
indDetailIconColor?: {
|
|
231
235
|
type?: import("vue").PropType<string>;
|
|
232
236
|
default?: string;
|
|
@@ -426,16 +430,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
426
430
|
default?: number;
|
|
427
431
|
};
|
|
428
432
|
dataType: {
|
|
429
|
-
type?: import("vue").PropType<"
|
|
430
|
-
default?: "
|
|
433
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
434
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
431
435
|
};
|
|
432
436
|
scale?: {
|
|
433
437
|
type?: import("vue").PropType<number>;
|
|
434
438
|
default?: number;
|
|
435
439
|
};
|
|
436
440
|
requestParamsMode: {
|
|
437
|
-
type?: import("vue").PropType<"
|
|
438
|
-
default?: "
|
|
441
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
442
|
+
default?: "2" | "1";
|
|
439
443
|
};
|
|
440
444
|
customRequestParams: {
|
|
441
445
|
type?: import("vue").PropType<string>;
|
|
@@ -473,6 +477,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
473
477
|
type?: import("vue").PropType<boolean>;
|
|
474
478
|
default?: boolean;
|
|
475
479
|
};
|
|
480
|
+
isShowSource?: {
|
|
481
|
+
type?: import("vue").PropType<boolean>;
|
|
482
|
+
default?: boolean;
|
|
483
|
+
};
|
|
476
484
|
indDetailIconColor?: {
|
|
477
485
|
type?: import("vue").PropType<string>;
|
|
478
486
|
default?: string;
|
|
@@ -180,16 +180,16 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
180
180
|
default?: number;
|
|
181
181
|
};
|
|
182
182
|
dataType: {
|
|
183
|
-
type?: import("vue").PropType<"
|
|
184
|
-
default?: "
|
|
183
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
184
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
185
185
|
};
|
|
186
186
|
scale?: {
|
|
187
187
|
type?: import("vue").PropType<number>;
|
|
188
188
|
default?: number;
|
|
189
189
|
};
|
|
190
190
|
requestParamsMode: {
|
|
191
|
-
type?: import("vue").PropType<"
|
|
192
|
-
default?: "
|
|
191
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
192
|
+
default?: "2" | "1";
|
|
193
193
|
};
|
|
194
194
|
customRequestParams: {
|
|
195
195
|
type?: import("vue").PropType<string>;
|
|
@@ -227,6 +227,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
227
227
|
type?: import("vue").PropType<boolean>;
|
|
228
228
|
default?: boolean;
|
|
229
229
|
};
|
|
230
|
+
isShowSource?: {
|
|
231
|
+
type?: import("vue").PropType<boolean>;
|
|
232
|
+
default?: boolean;
|
|
233
|
+
};
|
|
230
234
|
indDetailIconColor?: {
|
|
231
235
|
type?: import("vue").PropType<string>;
|
|
232
236
|
default?: string;
|
|
@@ -426,16 +430,16 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
426
430
|
default?: number;
|
|
427
431
|
};
|
|
428
432
|
dataType: {
|
|
429
|
-
type?: import("vue").PropType<"
|
|
430
|
-
default?: "
|
|
433
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
434
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
431
435
|
};
|
|
432
436
|
scale?: {
|
|
433
437
|
type?: import("vue").PropType<number>;
|
|
434
438
|
default?: number;
|
|
435
439
|
};
|
|
436
440
|
requestParamsMode: {
|
|
437
|
-
type?: import("vue").PropType<"
|
|
438
|
-
default?: "
|
|
441
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
442
|
+
default?: "2" | "1";
|
|
439
443
|
};
|
|
440
444
|
customRequestParams: {
|
|
441
445
|
type?: import("vue").PropType<string>;
|
|
@@ -473,6 +477,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
473
477
|
type?: import("vue").PropType<boolean>;
|
|
474
478
|
default?: boolean;
|
|
475
479
|
};
|
|
480
|
+
isShowSource?: {
|
|
481
|
+
type?: import("vue").PropType<boolean>;
|
|
482
|
+
default?: boolean;
|
|
483
|
+
};
|
|
476
484
|
indDetailIconColor?: {
|
|
477
485
|
type?: import("vue").PropType<string>;
|
|
478
486
|
default?: string;
|
|
@@ -209,16 +209,16 @@ export declare const proportionComponentProps: {
|
|
|
209
209
|
default?: number;
|
|
210
210
|
};
|
|
211
211
|
dataType: {
|
|
212
|
-
type?: import("vue").PropType<"
|
|
213
|
-
default?: "
|
|
212
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
213
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
214
214
|
};
|
|
215
215
|
scale?: {
|
|
216
216
|
type?: import("vue").PropType<number>;
|
|
217
217
|
default?: number;
|
|
218
218
|
};
|
|
219
219
|
requestParamsMode: {
|
|
220
|
-
type?: import("vue").PropType<"
|
|
221
|
-
default?: "
|
|
220
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
221
|
+
default?: "2" | "1";
|
|
222
222
|
};
|
|
223
223
|
customRequestParams: {
|
|
224
224
|
type?: import("vue").PropType<string>;
|
|
@@ -256,6 +256,10 @@ export declare const proportionComponentProps: {
|
|
|
256
256
|
type?: import("vue").PropType<boolean>;
|
|
257
257
|
default?: boolean;
|
|
258
258
|
};
|
|
259
|
+
isShowSource?: {
|
|
260
|
+
type?: import("vue").PropType<boolean>;
|
|
261
|
+
default?: boolean;
|
|
262
|
+
};
|
|
259
263
|
indDetailIconColor?: {
|
|
260
264
|
type?: import("vue").PropType<string>;
|
|
261
265
|
default?: string;
|