@ecan-bi/datav 1.4.91 → 1.4.93
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 +7209 -6841
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +68 -68
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +3 -2
- package/types/common/echarts/Echarts.d.ts +1 -1
- package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +1 -1
- package/types/container/border/Border.vue.d.ts +24 -0
- package/types/container/border/index.d.ts +24 -0
- package/types/container/border/props.d.ts +12 -0
- package/types/container/circulate/Circulate.vue.d.ts +24 -0
- package/types/container/circulate/index.d.ts +24 -0
- package/types/container/circulate/props.d.ts +12 -0
- package/types/container/tabs/Tabs.vue.d.ts +24 -0
- package/types/container/tabs/index.d.ts +24 -0
- package/types/container/tabs/props.d.ts +12 -0
- package/types/container/template/Template.vue.d.ts +24 -0
- package/types/container/template/index.d.ts +24 -0
- package/types/container/template/props.d.ts +12 -0
- package/types/control/button/Button.vue.d.ts +32 -8
- package/types/control/button/index.d.ts +32 -8
- package/types/control/button/props.d.ts +16 -4
- package/types/control/checkbox/Checkbox.vue.d.ts +24 -0
- package/types/control/checkbox/index.d.ts +24 -0
- package/types/control/checkbox/props.d.ts +12 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +24 -0
- package/types/control/date-picker/index.d.ts +24 -0
- package/types/control/date-picker/props.d.ts +12 -0
- package/types/control/input/Input.vue.d.ts +24 -0
- package/types/control/input/index.d.ts +24 -0
- package/types/control/input/props.d.ts +12 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +24 -0
- package/types/control/nav-tab/index.d.ts +24 -0
- package/types/control/nav-tab/props.d.ts +12 -0
- package/types/control/radio/Radio.vue.d.ts +28 -4
- package/types/control/radio/index.d.ts +28 -4
- package/types/control/radio/props.d.ts +14 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +24 -0
- package/types/control/range-picker/index.d.ts +24 -0
- package/types/control/range-picker/props.d.ts +12 -0
- package/types/control/select/Select.vue.d.ts +28 -4
- package/types/control/select/index.d.ts +28 -4
- package/types/control/select/props.d.ts +14 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +12 -0
- package/types/control/tree-select/index.d.ts +12 -0
- package/types/control/tree-select/props.d.ts +12 -0
- package/types/graph/IndicatorDetailModal.vue.d.ts +5 -0
- package/types/graph/bar/Bar.vue.d.ts +21 -4
- package/types/graph/bar/index.d.ts +21 -4
- package/types/graph/bar/props.d.ts +10 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +21 -4
- package/types/graph/combo-graph/index.d.ts +21 -4
- package/types/graph/combo-graph/props.d.ts +10 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +24 -0
- package/types/graph/custom-graph/index.d.ts +24 -0
- package/types/graph/custom-graph/props.d.ts +12 -0
- package/types/graph/line/Line.vue.d.ts +17 -0
- package/types/graph/line/index.d.ts +17 -0
- package/types/graph/line/props.d.ts +10 -0
- package/types/graph/pie/Pie.vue.d.ts +21 -4
- package/types/graph/pie/index.d.ts +21 -4
- package/types/graph/pie/props.d.ts +10 -2
- package/types/graph/radar/Radar.vue.d.ts +17 -0
- package/types/graph/radar/index.d.ts +17 -0
- package/types/graph/radar/props.d.ts +10 -0
- package/types/graph/scatter/Scatter.vue.d.ts +17 -0
- package/types/graph/scatter/index.d.ts +17 -0
- package/types/graph/scatter/props.d.ts +8 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +28 -4
- package/types/laboratory/data-select/index.d.ts +28 -4
- package/types/laboratory/data-select/props.d.ts +14 -2
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +344 -0
- package/types/laboratory/index-panel/index.d.ts +345 -0
- package/types/laboratory/index-panel/props.d.ts +186 -0
- package/types/laboratory/index.d.ts +1 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +43 -4
- package/types/laboratory/pivotTable/index.d.ts +43 -4
- package/types/laboratory/pivotTable/props.d.ts +12 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -0
- package/types/laboratory/value-line/index.d.ts +16 -0
- package/types/laboratory/value-line/props.d.ts +10 -0
- package/types/map/map/Map.vue.d.ts +24 -0
- package/types/map/map/index.d.ts +24 -0
- package/types/map/map/props.d.ts +12 -0
- package/types/media/iframe/Iframe.vue.d.ts +24 -0
- package/types/media/iframe/index.d.ts +24 -0
- package/types/media/iframe/props.d.ts +12 -0
- package/types/media/image/Image.vue.d.ts +24 -0
- package/types/media/image/index.d.ts +24 -0
- package/types/media/image/props.d.ts +12 -0
- 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 +3 -3
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -4
- package/types/setting/provider-config/index.d.ts +9 -4
- package/types/setting/provider-config/props.d.ts +3 -3
- package/types/table/table/Table.vue.d.ts +24 -0
- package/types/table/table/index.d.ts +24 -0
- package/types/table/table/props.d.ts +12 -0
- package/types/text/counter/Counter.vue.d.ts +24 -0
- package/types/text/counter/index.d.ts +24 -0
- package/types/text/counter/props.d.ts +12 -0
- package/types/text/list/List.vue.d.ts +24 -0
- package/types/text/list/index.d.ts +24 -0
- package/types/text/list/props.d.ts +12 -0
- package/types/text/proportion/Proportion.vue.d.ts +24 -0
- package/types/text/proportion/index.d.ts +24 -0
- package/types/text/proportion/props.d.ts +12 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
- package/types/text/rectangle/index.d.ts +24 -0
- package/types/text/rectangle/props.d.ts +12 -0
- package/types/text/text/Text.vue.d.ts +24 -0
- package/types/text/text/index.d.ts +24 -0
- package/types/text/text/props.d.ts +12 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
- package/types/text/time-display/index.d.ts +24 -0
- package/types/text/time-display/props.d.ts +12 -0
- package/types/utils/props.d.ts +3 -0
- package/types/utils/util.d.ts +1 -0
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import { Props } from '../../utils/props';
|
|
2
|
+
export interface IndexPanelProps extends Props {
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
componentIds: string[];
|
|
5
|
+
componentConfig: {
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
};
|
|
8
|
+
data: {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
};
|
|
11
|
+
graphicConfig: {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export declare const indexPanelProps: IndexPanelProps;
|
|
16
|
+
export declare const indexPanelComponentProps: {
|
|
17
|
+
borderRadius: {
|
|
18
|
+
type?: import("vue").PropType<string>;
|
|
19
|
+
default?: string;
|
|
20
|
+
};
|
|
21
|
+
componentIds: {
|
|
22
|
+
type?: import("vue").PropType<string[]>;
|
|
23
|
+
default?: string[];
|
|
24
|
+
};
|
|
25
|
+
componentConfig: {
|
|
26
|
+
type?: import("vue").PropType<{
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}>;
|
|
29
|
+
default?: {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
data: {
|
|
34
|
+
type?: import("vue").PropType<{
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
}>;
|
|
37
|
+
default?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
graphicConfig: {
|
|
42
|
+
type?: import("vue").PropType<{
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>;
|
|
45
|
+
default?: {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
id: {
|
|
50
|
+
type?: import("vue").PropType<string>;
|
|
51
|
+
default?: string;
|
|
52
|
+
};
|
|
53
|
+
name: {
|
|
54
|
+
type?: import("vue").PropType<string>;
|
|
55
|
+
default?: string;
|
|
56
|
+
};
|
|
57
|
+
keyName: {
|
|
58
|
+
type?: import("vue").PropType<string>;
|
|
59
|
+
default?: string;
|
|
60
|
+
};
|
|
61
|
+
type: {
|
|
62
|
+
type?: import("vue").PropType<string>;
|
|
63
|
+
default?: string;
|
|
64
|
+
};
|
|
65
|
+
width: {
|
|
66
|
+
type?: import("vue").PropType<string>;
|
|
67
|
+
default?: string;
|
|
68
|
+
};
|
|
69
|
+
height: {
|
|
70
|
+
type?: import("vue").PropType<string>;
|
|
71
|
+
default?: string;
|
|
72
|
+
};
|
|
73
|
+
position: {
|
|
74
|
+
type?: import("vue").PropType<string>;
|
|
75
|
+
default?: string;
|
|
76
|
+
};
|
|
77
|
+
top: {
|
|
78
|
+
type?: import("vue").PropType<string>;
|
|
79
|
+
default?: string;
|
|
80
|
+
};
|
|
81
|
+
left: {
|
|
82
|
+
type?: import("vue").PropType<string>;
|
|
83
|
+
default?: string;
|
|
84
|
+
};
|
|
85
|
+
zIndex: {
|
|
86
|
+
type?: import("vue").PropType<number>;
|
|
87
|
+
default?: number;
|
|
88
|
+
};
|
|
89
|
+
rotate: {
|
|
90
|
+
type?: import("vue").PropType<string>;
|
|
91
|
+
default?: string;
|
|
92
|
+
};
|
|
93
|
+
isShow: {
|
|
94
|
+
type?: import("vue").PropType<boolean>;
|
|
95
|
+
default?: boolean;
|
|
96
|
+
};
|
|
97
|
+
isRender: {
|
|
98
|
+
type?: import("vue").PropType<boolean>;
|
|
99
|
+
default?: boolean;
|
|
100
|
+
};
|
|
101
|
+
events: {
|
|
102
|
+
type?: import("vue").PropType<import('../../utils/props').Events>;
|
|
103
|
+
default?: import('../../utils/props').Events;
|
|
104
|
+
};
|
|
105
|
+
requestUrl: {
|
|
106
|
+
type?: import("vue").PropType<string>;
|
|
107
|
+
default?: string;
|
|
108
|
+
};
|
|
109
|
+
requestMethod: {
|
|
110
|
+
type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
|
|
111
|
+
default?: import('../../utils/props').RequestMethod;
|
|
112
|
+
};
|
|
113
|
+
requestHeaders: {
|
|
114
|
+
type?: import("vue").PropType<string>;
|
|
115
|
+
default?: string;
|
|
116
|
+
};
|
|
117
|
+
isOpenRequestTimer: {
|
|
118
|
+
type?: import("vue").PropType<boolean>;
|
|
119
|
+
default?: boolean;
|
|
120
|
+
};
|
|
121
|
+
isViewRedrawing: {
|
|
122
|
+
type?: import("vue").PropType<boolean>;
|
|
123
|
+
default?: boolean;
|
|
124
|
+
};
|
|
125
|
+
requestInterval: {
|
|
126
|
+
type?: import("vue").PropType<number>;
|
|
127
|
+
default?: number;
|
|
128
|
+
};
|
|
129
|
+
requestParams: {
|
|
130
|
+
type?: import("vue").PropType<import('../../utils/props').RequestParams>;
|
|
131
|
+
default?: import('../../utils/props').RequestParams;
|
|
132
|
+
};
|
|
133
|
+
requestSort: {
|
|
134
|
+
type?: import("vue").PropType<number>;
|
|
135
|
+
default?: number;
|
|
136
|
+
};
|
|
137
|
+
dataType: {
|
|
138
|
+
type?: import("vue").PropType<"indicator" | "request" | "static" | "component">;
|
|
139
|
+
default?: "indicator" | "request" | "static" | "component";
|
|
140
|
+
};
|
|
141
|
+
scale?: {
|
|
142
|
+
type?: import("vue").PropType<number>;
|
|
143
|
+
default?: number;
|
|
144
|
+
};
|
|
145
|
+
requestParamsMode: {
|
|
146
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
147
|
+
default?: "2" | "1";
|
|
148
|
+
};
|
|
149
|
+
customRequestParams: {
|
|
150
|
+
type?: import("vue").PropType<string>;
|
|
151
|
+
default?: string;
|
|
152
|
+
};
|
|
153
|
+
dataSetParam?: {
|
|
154
|
+
type?: import("vue").PropType<any>;
|
|
155
|
+
default?: any;
|
|
156
|
+
};
|
|
157
|
+
requestType?: {
|
|
158
|
+
type?: import("vue").PropType<any>;
|
|
159
|
+
default?: any;
|
|
160
|
+
};
|
|
161
|
+
componentDoc?: {
|
|
162
|
+
type?: import("vue").PropType<null>;
|
|
163
|
+
default?: null;
|
|
164
|
+
};
|
|
165
|
+
extendData?: {
|
|
166
|
+
type?: import("vue").PropType<{
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
}>;
|
|
169
|
+
default?: {
|
|
170
|
+
[key: string]: any;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
toolboxShow?: {
|
|
174
|
+
type?: import("vue").PropType<boolean>;
|
|
175
|
+
default?: boolean;
|
|
176
|
+
};
|
|
177
|
+
isShowIndDetail?: {
|
|
178
|
+
type?: import("vue").PropType<boolean>;
|
|
179
|
+
default?: boolean;
|
|
180
|
+
};
|
|
181
|
+
indDetailIconColor?: {
|
|
182
|
+
type?: import("vue").PropType<string>;
|
|
183
|
+
default?: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
export declare const indexPanelEvents: any[];
|
|
@@ -171,6 +171,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
171
171
|
[key: string]: any;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
|
+
toolboxShow?: {
|
|
175
|
+
type?: import("vue").PropType<boolean>;
|
|
176
|
+
default?: boolean;
|
|
177
|
+
};
|
|
178
|
+
isShowIndDetail?: {
|
|
179
|
+
type?: import("vue").PropType<boolean>;
|
|
180
|
+
default?: boolean;
|
|
181
|
+
};
|
|
182
|
+
indDetailIconColor?: {
|
|
183
|
+
type?: import("vue").PropType<string>;
|
|
184
|
+
default?: string;
|
|
185
|
+
};
|
|
174
186
|
}, {
|
|
175
187
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
176
188
|
fullMode: {
|
|
@@ -345,6 +357,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
345
357
|
[key: string]: any;
|
|
346
358
|
};
|
|
347
359
|
};
|
|
360
|
+
toolboxShow?: {
|
|
361
|
+
type?: import("vue").PropType<boolean>;
|
|
362
|
+
default?: boolean;
|
|
363
|
+
};
|
|
364
|
+
isShowIndDetail?: {
|
|
365
|
+
type?: import("vue").PropType<boolean>;
|
|
366
|
+
default?: boolean;
|
|
367
|
+
};
|
|
368
|
+
indDetailIconColor?: {
|
|
369
|
+
type?: import("vue").PropType<string>;
|
|
370
|
+
default?: string;
|
|
371
|
+
};
|
|
348
372
|
}>> & {
|
|
349
373
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
350
374
|
}>>;
|
|
@@ -359,16 +383,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
359
383
|
indicatorToken: any;
|
|
360
384
|
context: string;
|
|
361
385
|
globalModel: any;
|
|
386
|
+
name: string;
|
|
362
387
|
data: {
|
|
363
388
|
[key: string]: any;
|
|
364
389
|
}[];
|
|
365
|
-
events: import("../../utils/props").Events;
|
|
366
|
-
id: string;
|
|
367
390
|
type: string;
|
|
368
|
-
dataType: "indicator" | "request" | "static" | "component";
|
|
369
391
|
graphicConfig: {
|
|
370
392
|
[key: string]: any;
|
|
371
393
|
};
|
|
394
|
+
events: import("../../utils/props").Events;
|
|
395
|
+
id: string;
|
|
396
|
+
dataType: "indicator" | "request" | "static" | "component";
|
|
372
397
|
isOpenRequestTimer: boolean;
|
|
373
398
|
requestInterval: number;
|
|
374
399
|
requestParams: import("../../utils/props").RequestParams;
|
|
@@ -389,7 +414,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
389
414
|
[key: string]: any;
|
|
390
415
|
}[];
|
|
391
416
|
keyName: string;
|
|
392
|
-
name: string;
|
|
393
417
|
isShow: boolean;
|
|
394
418
|
isRender: boolean;
|
|
395
419
|
isViewRedrawing: boolean;
|
|
@@ -398,6 +422,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
398
422
|
extendData: {
|
|
399
423
|
[key: string]: any;
|
|
400
424
|
};
|
|
425
|
+
toolboxShow: boolean;
|
|
426
|
+
isShowIndDetail: boolean;
|
|
427
|
+
indDetailIconColor: string;
|
|
401
428
|
dimensionList: {
|
|
402
429
|
[key: string]: any;
|
|
403
430
|
}[];
|
|
@@ -586,6 +613,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
586
613
|
[key: string]: any;
|
|
587
614
|
};
|
|
588
615
|
};
|
|
616
|
+
toolboxShow?: {
|
|
617
|
+
type?: import("vue").PropType<boolean>;
|
|
618
|
+
default?: boolean;
|
|
619
|
+
};
|
|
620
|
+
isShowIndDetail?: {
|
|
621
|
+
type?: import("vue").PropType<boolean>;
|
|
622
|
+
default?: boolean;
|
|
623
|
+
};
|
|
624
|
+
indDetailIconColor?: {
|
|
625
|
+
type?: import("vue").PropType<string>;
|
|
626
|
+
default?: string;
|
|
627
|
+
};
|
|
589
628
|
}>>, {
|
|
590
629
|
fullMode: boolean;
|
|
591
630
|
}>;
|
|
@@ -171,6 +171,18 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
171
171
|
[key: string]: any;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
|
+
toolboxShow?: {
|
|
175
|
+
type?: import("vue").PropType<boolean>;
|
|
176
|
+
default?: boolean;
|
|
177
|
+
};
|
|
178
|
+
isShowIndDetail?: {
|
|
179
|
+
type?: import("vue").PropType<boolean>;
|
|
180
|
+
default?: boolean;
|
|
181
|
+
};
|
|
182
|
+
indDetailIconColor?: {
|
|
183
|
+
type?: import("vue").PropType<string>;
|
|
184
|
+
default?: string;
|
|
185
|
+
};
|
|
174
186
|
}, {
|
|
175
187
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
176
188
|
fullMode: {
|
|
@@ -345,6 +357,18 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
345
357
|
[key: string]: any;
|
|
346
358
|
};
|
|
347
359
|
};
|
|
360
|
+
toolboxShow?: {
|
|
361
|
+
type?: import("vue").PropType<boolean>;
|
|
362
|
+
default?: boolean;
|
|
363
|
+
};
|
|
364
|
+
isShowIndDetail?: {
|
|
365
|
+
type?: import("vue").PropType<boolean>;
|
|
366
|
+
default?: boolean;
|
|
367
|
+
};
|
|
368
|
+
indDetailIconColor?: {
|
|
369
|
+
type?: import("vue").PropType<string>;
|
|
370
|
+
default?: string;
|
|
371
|
+
};
|
|
348
372
|
}>> & {
|
|
349
373
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
350
374
|
}>>;
|
|
@@ -359,16 +383,17 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
359
383
|
indicatorToken: any;
|
|
360
384
|
context: string;
|
|
361
385
|
globalModel: any;
|
|
386
|
+
name: string;
|
|
362
387
|
data: {
|
|
363
388
|
[key: string]: any;
|
|
364
389
|
}[];
|
|
365
|
-
events: import("../../utils/props").Events;
|
|
366
|
-
id: string;
|
|
367
390
|
type: string;
|
|
368
|
-
dataType: "indicator" | "request" | "static" | "component";
|
|
369
391
|
graphicConfig: {
|
|
370
392
|
[key: string]: any;
|
|
371
393
|
};
|
|
394
|
+
events: import("../../utils/props").Events;
|
|
395
|
+
id: string;
|
|
396
|
+
dataType: "indicator" | "request" | "static" | "component";
|
|
372
397
|
isOpenRequestTimer: boolean;
|
|
373
398
|
requestInterval: number;
|
|
374
399
|
requestParams: import("../../utils/props").RequestParams;
|
|
@@ -389,7 +414,6 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
389
414
|
[key: string]: any;
|
|
390
415
|
}[];
|
|
391
416
|
keyName: string;
|
|
392
|
-
name: string;
|
|
393
417
|
isShow: boolean;
|
|
394
418
|
isRender: boolean;
|
|
395
419
|
isViewRedrawing: boolean;
|
|
@@ -398,6 +422,9 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
398
422
|
extendData: {
|
|
399
423
|
[key: string]: any;
|
|
400
424
|
};
|
|
425
|
+
toolboxShow: boolean;
|
|
426
|
+
isShowIndDetail: boolean;
|
|
427
|
+
indDetailIconColor: string;
|
|
401
428
|
dimensionList: {
|
|
402
429
|
[key: string]: any;
|
|
403
430
|
}[];
|
|
@@ -586,6 +613,18 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
586
613
|
[key: string]: any;
|
|
587
614
|
};
|
|
588
615
|
};
|
|
616
|
+
toolboxShow?: {
|
|
617
|
+
type?: import("vue").PropType<boolean>;
|
|
618
|
+
default?: boolean;
|
|
619
|
+
};
|
|
620
|
+
isShowIndDetail?: {
|
|
621
|
+
type?: import("vue").PropType<boolean>;
|
|
622
|
+
default?: boolean;
|
|
623
|
+
};
|
|
624
|
+
indDetailIconColor?: {
|
|
625
|
+
type?: import("vue").PropType<string>;
|
|
626
|
+
default?: string;
|
|
627
|
+
};
|
|
589
628
|
}>>, {
|
|
590
629
|
fullMode: boolean;
|
|
591
630
|
}>> & Record<string, any>;
|
|
@@ -187,5 +187,17 @@ export declare const pivotTableComponentProps: {
|
|
|
187
187
|
[key: string]: any;
|
|
188
188
|
};
|
|
189
189
|
};
|
|
190
|
+
toolboxShow?: {
|
|
191
|
+
type?: import("vue").PropType<boolean>;
|
|
192
|
+
default?: boolean;
|
|
193
|
+
};
|
|
194
|
+
isShowIndDetail?: {
|
|
195
|
+
type?: import("vue").PropType<boolean>;
|
|
196
|
+
default?: boolean;
|
|
197
|
+
};
|
|
198
|
+
indDetailIconColor?: {
|
|
199
|
+
type?: import("vue").PropType<string>;
|
|
200
|
+
default?: string;
|
|
201
|
+
};
|
|
190
202
|
};
|
|
191
203
|
export declare const pivotTableEvents: string[];
|
|
@@ -503,6 +503,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
503
503
|
[key: string]: any;
|
|
504
504
|
};
|
|
505
505
|
};
|
|
506
|
+
isShowIndDetail?: {
|
|
507
|
+
type?: import("vue").PropType<boolean>;
|
|
508
|
+
default?: boolean;
|
|
509
|
+
};
|
|
510
|
+
indDetailIconColor?: {
|
|
511
|
+
type?: import("vue").PropType<string>;
|
|
512
|
+
default?: string;
|
|
513
|
+
};
|
|
506
514
|
}, {
|
|
507
515
|
option: import("vue").ComputedRef<{
|
|
508
516
|
textStyle: {
|
|
@@ -1179,5 +1187,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1179
1187
|
[key: string]: any;
|
|
1180
1188
|
};
|
|
1181
1189
|
};
|
|
1190
|
+
isShowIndDetail?: {
|
|
1191
|
+
type?: import("vue").PropType<boolean>;
|
|
1192
|
+
default?: boolean;
|
|
1193
|
+
};
|
|
1194
|
+
indDetailIconColor?: {
|
|
1195
|
+
type?: import("vue").PropType<string>;
|
|
1196
|
+
default?: string;
|
|
1197
|
+
};
|
|
1182
1198
|
}>>, {}>;
|
|
1183
1199
|
export default _sfc_main;
|
|
@@ -503,6 +503,14 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
|
|
|
503
503
|
[key: string]: any;
|
|
504
504
|
};
|
|
505
505
|
};
|
|
506
|
+
isShowIndDetail?: {
|
|
507
|
+
type?: import("vue").PropType<boolean>;
|
|
508
|
+
default?: boolean;
|
|
509
|
+
};
|
|
510
|
+
indDetailIconColor?: {
|
|
511
|
+
type?: import("vue").PropType<string>;
|
|
512
|
+
default?: string;
|
|
513
|
+
};
|
|
506
514
|
}, {
|
|
507
515
|
option: import("vue").ComputedRef<{
|
|
508
516
|
textStyle: {
|
|
@@ -1179,6 +1187,14 @@ export declare const EcanValueLine: import("../../utils/withInstall").SFCWithIns
|
|
|
1179
1187
|
[key: string]: any;
|
|
1180
1188
|
};
|
|
1181
1189
|
};
|
|
1190
|
+
isShowIndDetail?: {
|
|
1191
|
+
type?: import("vue").PropType<boolean>;
|
|
1192
|
+
default?: boolean;
|
|
1193
|
+
};
|
|
1194
|
+
indDetailIconColor?: {
|
|
1195
|
+
type?: import("vue").PropType<string>;
|
|
1196
|
+
default?: string;
|
|
1197
|
+
};
|
|
1182
1198
|
}>>, {}>> & Record<string, any>;
|
|
1183
1199
|
export default EcanValueLine;
|
|
1184
1200
|
export * from './props';
|
|
@@ -230,6 +230,8 @@ export declare const valueLineProps: {
|
|
|
230
230
|
extendData?: {
|
|
231
231
|
[key: string]: any;
|
|
232
232
|
};
|
|
233
|
+
isShowIndDetail?: boolean;
|
|
234
|
+
indDetailIconColor?: string;
|
|
233
235
|
};
|
|
234
236
|
export declare const valueLineComponentProps: {
|
|
235
237
|
id: {
|
|
@@ -736,5 +738,13 @@ export declare const valueLineComponentProps: {
|
|
|
736
738
|
[key: string]: any;
|
|
737
739
|
};
|
|
738
740
|
};
|
|
741
|
+
isShowIndDetail?: {
|
|
742
|
+
type?: import("vue").PropType<boolean>;
|
|
743
|
+
default?: boolean;
|
|
744
|
+
};
|
|
745
|
+
indDetailIconColor?: {
|
|
746
|
+
type?: import("vue").PropType<string>;
|
|
747
|
+
default?: string;
|
|
748
|
+
};
|
|
739
749
|
};
|
|
740
750
|
export declare const valueLineEvents: string[];
|
|
@@ -347,6 +347,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
347
347
|
[key: string]: any;
|
|
348
348
|
};
|
|
349
349
|
};
|
|
350
|
+
toolboxShow?: {
|
|
351
|
+
type?: import("vue").PropType<boolean>;
|
|
352
|
+
default?: boolean;
|
|
353
|
+
};
|
|
354
|
+
isShowIndDetail?: {
|
|
355
|
+
type?: import("vue").PropType<boolean>;
|
|
356
|
+
default?: boolean;
|
|
357
|
+
};
|
|
358
|
+
indDetailIconColor?: {
|
|
359
|
+
type?: import("vue").PropType<string>;
|
|
360
|
+
default?: string;
|
|
361
|
+
};
|
|
350
362
|
}, {
|
|
351
363
|
option: import("vue").ComputedRef<{
|
|
352
364
|
tooltip: {
|
|
@@ -789,5 +801,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
789
801
|
[key: string]: any;
|
|
790
802
|
};
|
|
791
803
|
};
|
|
804
|
+
toolboxShow?: {
|
|
805
|
+
type?: import("vue").PropType<boolean>;
|
|
806
|
+
default?: boolean;
|
|
807
|
+
};
|
|
808
|
+
isShowIndDetail?: {
|
|
809
|
+
type?: import("vue").PropType<boolean>;
|
|
810
|
+
default?: boolean;
|
|
811
|
+
};
|
|
812
|
+
indDetailIconColor?: {
|
|
813
|
+
type?: import("vue").PropType<string>;
|
|
814
|
+
default?: string;
|
|
815
|
+
};
|
|
792
816
|
}>>, {}>;
|
|
793
817
|
export default _sfc_main;
|
package/types/map/map/index.d.ts
CHANGED
|
@@ -347,6 +347,18 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
347
347
|
[key: string]: any;
|
|
348
348
|
};
|
|
349
349
|
};
|
|
350
|
+
toolboxShow?: {
|
|
351
|
+
type?: import("vue").PropType<boolean>;
|
|
352
|
+
default?: boolean;
|
|
353
|
+
};
|
|
354
|
+
isShowIndDetail?: {
|
|
355
|
+
type?: import("vue").PropType<boolean>;
|
|
356
|
+
default?: boolean;
|
|
357
|
+
};
|
|
358
|
+
indDetailIconColor?: {
|
|
359
|
+
type?: import("vue").PropType<string>;
|
|
360
|
+
default?: string;
|
|
361
|
+
};
|
|
350
362
|
}, {
|
|
351
363
|
option: import("vue").ComputedRef<{
|
|
352
364
|
tooltip: {
|
|
@@ -789,6 +801,18 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
789
801
|
[key: string]: any;
|
|
790
802
|
};
|
|
791
803
|
};
|
|
804
|
+
toolboxShow?: {
|
|
805
|
+
type?: import("vue").PropType<boolean>;
|
|
806
|
+
default?: boolean;
|
|
807
|
+
};
|
|
808
|
+
isShowIndDetail?: {
|
|
809
|
+
type?: import("vue").PropType<boolean>;
|
|
810
|
+
default?: boolean;
|
|
811
|
+
};
|
|
812
|
+
indDetailIconColor?: {
|
|
813
|
+
type?: import("vue").PropType<string>;
|
|
814
|
+
default?: string;
|
|
815
|
+
};
|
|
792
816
|
}>>, {}>> & Record<string, any>;
|
|
793
817
|
export default EcanMap;
|
|
794
818
|
export * from './props';
|
package/types/map/map/props.d.ts
CHANGED
|
@@ -412,5 +412,17 @@ export declare const mapComponentProps: {
|
|
|
412
412
|
[key: string]: any;
|
|
413
413
|
};
|
|
414
414
|
};
|
|
415
|
+
toolboxShow?: {
|
|
416
|
+
type?: import("vue").PropType<boolean>;
|
|
417
|
+
default?: boolean;
|
|
418
|
+
};
|
|
419
|
+
isShowIndDetail?: {
|
|
420
|
+
type?: import("vue").PropType<boolean>;
|
|
421
|
+
default?: boolean;
|
|
422
|
+
};
|
|
423
|
+
indDetailIconColor?: {
|
|
424
|
+
type?: import("vue").PropType<string>;
|
|
425
|
+
default?: string;
|
|
426
|
+
};
|
|
415
427
|
};
|
|
416
428
|
export declare const mapEvents: Array<string>;
|
|
@@ -139,6 +139,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
139
139
|
[key: string]: any;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
|
+
toolboxShow?: {
|
|
143
|
+
type?: import("vue").PropType<boolean>;
|
|
144
|
+
default?: boolean;
|
|
145
|
+
};
|
|
146
|
+
isShowIndDetail?: {
|
|
147
|
+
type?: import("vue").PropType<boolean>;
|
|
148
|
+
default?: boolean;
|
|
149
|
+
};
|
|
150
|
+
indDetailIconColor?: {
|
|
151
|
+
type?: import("vue").PropType<string>;
|
|
152
|
+
default?: string;
|
|
153
|
+
};
|
|
142
154
|
}, {
|
|
143
155
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
144
156
|
myLink: import("vue").ComputedRef<any>;
|
|
@@ -283,5 +295,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
283
295
|
[key: string]: any;
|
|
284
296
|
};
|
|
285
297
|
};
|
|
298
|
+
toolboxShow?: {
|
|
299
|
+
type?: import("vue").PropType<boolean>;
|
|
300
|
+
default?: boolean;
|
|
301
|
+
};
|
|
302
|
+
isShowIndDetail?: {
|
|
303
|
+
type?: import("vue").PropType<boolean>;
|
|
304
|
+
default?: boolean;
|
|
305
|
+
};
|
|
306
|
+
indDetailIconColor?: {
|
|
307
|
+
type?: import("vue").PropType<string>;
|
|
308
|
+
default?: string;
|
|
309
|
+
};
|
|
286
310
|
}>>, {}>;
|
|
287
311
|
export default _sfc_main;
|
|
@@ -139,6 +139,18 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
139
139
|
[key: string]: any;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
|
+
toolboxShow?: {
|
|
143
|
+
type?: import("vue").PropType<boolean>;
|
|
144
|
+
default?: boolean;
|
|
145
|
+
};
|
|
146
|
+
isShowIndDetail?: {
|
|
147
|
+
type?: import("vue").PropType<boolean>;
|
|
148
|
+
default?: boolean;
|
|
149
|
+
};
|
|
150
|
+
indDetailIconColor?: {
|
|
151
|
+
type?: import("vue").PropType<string>;
|
|
152
|
+
default?: string;
|
|
153
|
+
};
|
|
142
154
|
}, {
|
|
143
155
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
144
156
|
myLink: import("vue").ComputedRef<any>;
|
|
@@ -283,6 +295,18 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
283
295
|
[key: string]: any;
|
|
284
296
|
};
|
|
285
297
|
};
|
|
298
|
+
toolboxShow?: {
|
|
299
|
+
type?: import("vue").PropType<boolean>;
|
|
300
|
+
default?: boolean;
|
|
301
|
+
};
|
|
302
|
+
isShowIndDetail?: {
|
|
303
|
+
type?: import("vue").PropType<boolean>;
|
|
304
|
+
default?: boolean;
|
|
305
|
+
};
|
|
306
|
+
indDetailIconColor?: {
|
|
307
|
+
type?: import("vue").PropType<string>;
|
|
308
|
+
default?: string;
|
|
309
|
+
};
|
|
286
310
|
}>>, {}>> & Record<string, any>;
|
|
287
311
|
export default EcanIframe;
|
|
288
312
|
export * from './props';
|
|
@@ -148,4 +148,16 @@ export declare const iframeComponentProps: {
|
|
|
148
148
|
[key: string]: any;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
|
+
toolboxShow?: {
|
|
152
|
+
type?: import("vue").PropType<boolean>;
|
|
153
|
+
default?: boolean;
|
|
154
|
+
};
|
|
155
|
+
isShowIndDetail?: {
|
|
156
|
+
type?: import("vue").PropType<boolean>;
|
|
157
|
+
default?: boolean;
|
|
158
|
+
};
|
|
159
|
+
indDetailIconColor?: {
|
|
160
|
+
type?: import("vue").PropType<string>;
|
|
161
|
+
default?: string;
|
|
162
|
+
};
|
|
151
163
|
};
|