@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
|
@@ -570,16 +570,16 @@ export declare const scatterComponentProps: {
|
|
|
570
570
|
default?: number;
|
|
571
571
|
};
|
|
572
572
|
dataType: {
|
|
573
|
-
type?: import("vue").PropType<"
|
|
574
|
-
default?: "
|
|
573
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
574
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
575
575
|
};
|
|
576
576
|
scale?: {
|
|
577
577
|
type?: import("vue").PropType<number>;
|
|
578
578
|
default?: number;
|
|
579
579
|
};
|
|
580
580
|
requestParamsMode: {
|
|
581
|
-
type?: import("vue").PropType<"
|
|
582
|
-
default?: "
|
|
581
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
582
|
+
default?: "2" | "1";
|
|
583
583
|
};
|
|
584
584
|
customRequestParams: {
|
|
585
585
|
type?: import("vue").PropType<string>;
|
|
@@ -613,6 +613,10 @@ export declare const scatterComponentProps: {
|
|
|
613
613
|
type?: import("vue").PropType<boolean>;
|
|
614
614
|
default?: boolean;
|
|
615
615
|
};
|
|
616
|
+
isShowSource?: {
|
|
617
|
+
type?: import("vue").PropType<boolean>;
|
|
618
|
+
default?: boolean;
|
|
619
|
+
};
|
|
616
620
|
indDetailIconColor?: {
|
|
617
621
|
type?: import("vue").PropType<string>;
|
|
618
622
|
default?: string;
|
|
@@ -120,16 +120,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
120
120
|
default?: number;
|
|
121
121
|
};
|
|
122
122
|
dataType: {
|
|
123
|
-
type?: import("vue").PropType<"
|
|
124
|
-
default?: "
|
|
123
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
124
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
125
125
|
};
|
|
126
126
|
scale?: {
|
|
127
127
|
type?: import("vue").PropType<number>;
|
|
128
128
|
default?: number;
|
|
129
129
|
};
|
|
130
130
|
requestParamsMode: {
|
|
131
|
-
type?: import("vue").PropType<"
|
|
132
|
-
default?: "
|
|
131
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
132
|
+
default?: "2" | "1";
|
|
133
133
|
};
|
|
134
134
|
customRequestParams: {
|
|
135
135
|
type?: import("vue").PropType<string>;
|
|
@@ -167,6 +167,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
167
167
|
type?: import("vue").PropType<boolean>;
|
|
168
168
|
default?: boolean;
|
|
169
169
|
};
|
|
170
|
+
isShowSource?: {
|
|
171
|
+
type?: import("vue").PropType<boolean>;
|
|
172
|
+
default?: boolean;
|
|
173
|
+
};
|
|
170
174
|
indDetailIconColor?: {
|
|
171
175
|
type?: import("vue").PropType<string>;
|
|
172
176
|
default?: string;
|
|
@@ -304,16 +308,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
304
308
|
default?: number;
|
|
305
309
|
};
|
|
306
310
|
dataType: {
|
|
307
|
-
type?: import("vue").PropType<"
|
|
308
|
-
default?: "
|
|
311
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
312
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
309
313
|
};
|
|
310
314
|
scale?: {
|
|
311
315
|
type?: import("vue").PropType<number>;
|
|
312
316
|
default?: number;
|
|
313
317
|
};
|
|
314
318
|
requestParamsMode: {
|
|
315
|
-
type?: import("vue").PropType<"
|
|
316
|
-
default?: "
|
|
319
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
320
|
+
default?: "2" | "1";
|
|
317
321
|
};
|
|
318
322
|
customRequestParams: {
|
|
319
323
|
type?: import("vue").PropType<string>;
|
|
@@ -351,6 +355,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
351
355
|
type?: import("vue").PropType<boolean>;
|
|
352
356
|
default?: boolean;
|
|
353
357
|
};
|
|
358
|
+
isShowSource?: {
|
|
359
|
+
type?: import("vue").PropType<boolean>;
|
|
360
|
+
default?: boolean;
|
|
361
|
+
};
|
|
354
362
|
indDetailIconColor?: {
|
|
355
363
|
type?: import("vue").PropType<string>;
|
|
356
364
|
default?: string;
|
|
@@ -120,16 +120,16 @@ export declare const EcanAiAnalyze: import("../../utils/withInstall").SFCWithIns
|
|
|
120
120
|
default?: number;
|
|
121
121
|
};
|
|
122
122
|
dataType: {
|
|
123
|
-
type?: import("vue").PropType<"
|
|
124
|
-
default?: "
|
|
123
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
124
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
125
125
|
};
|
|
126
126
|
scale?: {
|
|
127
127
|
type?: import("vue").PropType<number>;
|
|
128
128
|
default?: number;
|
|
129
129
|
};
|
|
130
130
|
requestParamsMode: {
|
|
131
|
-
type?: import("vue").PropType<"
|
|
132
|
-
default?: "
|
|
131
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
132
|
+
default?: "2" | "1";
|
|
133
133
|
};
|
|
134
134
|
customRequestParams: {
|
|
135
135
|
type?: import("vue").PropType<string>;
|
|
@@ -167,6 +167,10 @@ export declare const EcanAiAnalyze: import("../../utils/withInstall").SFCWithIns
|
|
|
167
167
|
type?: import("vue").PropType<boolean>;
|
|
168
168
|
default?: boolean;
|
|
169
169
|
};
|
|
170
|
+
isShowSource?: {
|
|
171
|
+
type?: import("vue").PropType<boolean>;
|
|
172
|
+
default?: boolean;
|
|
173
|
+
};
|
|
170
174
|
indDetailIconColor?: {
|
|
171
175
|
type?: import("vue").PropType<string>;
|
|
172
176
|
default?: string;
|
|
@@ -304,16 +308,16 @@ export declare const EcanAiAnalyze: import("../../utils/withInstall").SFCWithIns
|
|
|
304
308
|
default?: number;
|
|
305
309
|
};
|
|
306
310
|
dataType: {
|
|
307
|
-
type?: import("vue").PropType<"
|
|
308
|
-
default?: "
|
|
311
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
312
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
309
313
|
};
|
|
310
314
|
scale?: {
|
|
311
315
|
type?: import("vue").PropType<number>;
|
|
312
316
|
default?: number;
|
|
313
317
|
};
|
|
314
318
|
requestParamsMode: {
|
|
315
|
-
type?: import("vue").PropType<"
|
|
316
|
-
default?: "
|
|
319
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
320
|
+
default?: "2" | "1";
|
|
317
321
|
};
|
|
318
322
|
customRequestParams: {
|
|
319
323
|
type?: import("vue").PropType<string>;
|
|
@@ -351,6 +355,10 @@ export declare const EcanAiAnalyze: import("../../utils/withInstall").SFCWithIns
|
|
|
351
355
|
type?: import("vue").PropType<boolean>;
|
|
352
356
|
default?: boolean;
|
|
353
357
|
};
|
|
358
|
+
isShowSource?: {
|
|
359
|
+
type?: import("vue").PropType<boolean>;
|
|
360
|
+
default?: boolean;
|
|
361
|
+
};
|
|
354
362
|
indDetailIconColor?: {
|
|
355
363
|
type?: import("vue").PropType<string>;
|
|
356
364
|
default?: string;
|
|
@@ -134,16 +134,16 @@ export declare const aiAnalyzeComponentProps: {
|
|
|
134
134
|
default?: number;
|
|
135
135
|
};
|
|
136
136
|
dataType: {
|
|
137
|
-
type?: import("vue").PropType<"
|
|
138
|
-
default?: "
|
|
137
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
138
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
139
139
|
};
|
|
140
140
|
scale?: {
|
|
141
141
|
type?: import("vue").PropType<number>;
|
|
142
142
|
default?: number;
|
|
143
143
|
};
|
|
144
144
|
requestParamsMode: {
|
|
145
|
-
type?: import("vue").PropType<"
|
|
146
|
-
default?: "
|
|
145
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
146
|
+
default?: "2" | "1";
|
|
147
147
|
};
|
|
148
148
|
customRequestParams: {
|
|
149
149
|
type?: import("vue").PropType<string>;
|
|
@@ -181,6 +181,10 @@ export declare const aiAnalyzeComponentProps: {
|
|
|
181
181
|
type?: import("vue").PropType<boolean>;
|
|
182
182
|
default?: boolean;
|
|
183
183
|
};
|
|
184
|
+
isShowSource?: {
|
|
185
|
+
type?: import("vue").PropType<boolean>;
|
|
186
|
+
default?: boolean;
|
|
187
|
+
};
|
|
184
188
|
indDetailIconColor?: {
|
|
185
189
|
type?: import("vue").PropType<string>;
|
|
186
190
|
default?: string;
|
|
@@ -148,16 +148,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
148
148
|
default?: number;
|
|
149
149
|
};
|
|
150
150
|
dataType: {
|
|
151
|
-
type?: import("vue").PropType<"
|
|
152
|
-
default?: "
|
|
151
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
152
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
153
153
|
};
|
|
154
154
|
scale?: {
|
|
155
155
|
type?: import("vue").PropType<number>;
|
|
156
156
|
default?: number;
|
|
157
157
|
};
|
|
158
158
|
requestParamsMode: {
|
|
159
|
-
type?: import("vue").PropType<"
|
|
160
|
-
default?: "
|
|
159
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
160
|
+
default?: "2" | "1";
|
|
161
161
|
};
|
|
162
162
|
customRequestParams: {
|
|
163
163
|
type?: import("vue").PropType<string>;
|
|
@@ -195,6 +195,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
195
195
|
type?: import("vue").PropType<boolean>;
|
|
196
196
|
default?: boolean;
|
|
197
197
|
};
|
|
198
|
+
isShowSource?: {
|
|
199
|
+
type?: import("vue").PropType<boolean>;
|
|
200
|
+
default?: boolean;
|
|
201
|
+
};
|
|
198
202
|
indDetailIconColor?: {
|
|
199
203
|
type?: import("vue").PropType<string>;
|
|
200
204
|
default?: string;
|
|
@@ -368,16 +372,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
368
372
|
default?: number;
|
|
369
373
|
};
|
|
370
374
|
dataType: {
|
|
371
|
-
type?: import("vue").PropType<"
|
|
372
|
-
default?: "
|
|
375
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
376
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
373
377
|
};
|
|
374
378
|
scale?: {
|
|
375
379
|
type?: import("vue").PropType<number>;
|
|
376
380
|
default?: number;
|
|
377
381
|
};
|
|
378
382
|
requestParamsMode: {
|
|
379
|
-
type?: import("vue").PropType<"
|
|
380
|
-
default?: "
|
|
383
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
384
|
+
default?: "2" | "1";
|
|
381
385
|
};
|
|
382
386
|
customRequestParams: {
|
|
383
387
|
type?: import("vue").PropType<string>;
|
|
@@ -415,6 +419,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
415
419
|
type?: import("vue").PropType<boolean>;
|
|
416
420
|
default?: boolean;
|
|
417
421
|
};
|
|
422
|
+
isShowSource?: {
|
|
423
|
+
type?: import("vue").PropType<boolean>;
|
|
424
|
+
default?: boolean;
|
|
425
|
+
};
|
|
418
426
|
indDetailIconColor?: {
|
|
419
427
|
type?: import("vue").PropType<string>;
|
|
420
428
|
default?: string;
|
|
@@ -148,16 +148,16 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
148
148
|
default?: number;
|
|
149
149
|
};
|
|
150
150
|
dataType: {
|
|
151
|
-
type?: import("vue").PropType<"
|
|
152
|
-
default?: "
|
|
151
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
152
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
153
153
|
};
|
|
154
154
|
scale?: {
|
|
155
155
|
type?: import("vue").PropType<number>;
|
|
156
156
|
default?: number;
|
|
157
157
|
};
|
|
158
158
|
requestParamsMode: {
|
|
159
|
-
type?: import("vue").PropType<"
|
|
160
|
-
default?: "
|
|
159
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
160
|
+
default?: "2" | "1";
|
|
161
161
|
};
|
|
162
162
|
customRequestParams: {
|
|
163
163
|
type?: import("vue").PropType<string>;
|
|
@@ -195,6 +195,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
195
195
|
type?: import("vue").PropType<boolean>;
|
|
196
196
|
default?: boolean;
|
|
197
197
|
};
|
|
198
|
+
isShowSource?: {
|
|
199
|
+
type?: import("vue").PropType<boolean>;
|
|
200
|
+
default?: boolean;
|
|
201
|
+
};
|
|
198
202
|
indDetailIconColor?: {
|
|
199
203
|
type?: import("vue").PropType<string>;
|
|
200
204
|
default?: string;
|
|
@@ -368,16 +372,16 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
368
372
|
default?: number;
|
|
369
373
|
};
|
|
370
374
|
dataType: {
|
|
371
|
-
type?: import("vue").PropType<"
|
|
372
|
-
default?: "
|
|
375
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
376
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
373
377
|
};
|
|
374
378
|
scale?: {
|
|
375
379
|
type?: import("vue").PropType<number>;
|
|
376
380
|
default?: number;
|
|
377
381
|
};
|
|
378
382
|
requestParamsMode: {
|
|
379
|
-
type?: import("vue").PropType<"
|
|
380
|
-
default?: "
|
|
383
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
384
|
+
default?: "2" | "1";
|
|
381
385
|
};
|
|
382
386
|
customRequestParams: {
|
|
383
387
|
type?: import("vue").PropType<string>;
|
|
@@ -415,6 +419,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
415
419
|
type?: import("vue").PropType<boolean>;
|
|
416
420
|
default?: boolean;
|
|
417
421
|
};
|
|
422
|
+
isShowSource?: {
|
|
423
|
+
type?: import("vue").PropType<boolean>;
|
|
424
|
+
default?: boolean;
|
|
425
|
+
};
|
|
418
426
|
indDetailIconColor?: {
|
|
419
427
|
type?: import("vue").PropType<string>;
|
|
420
428
|
default?: string;
|
|
@@ -178,16 +178,16 @@ export declare const dataSelectComponentProps: {
|
|
|
178
178
|
default?: number;
|
|
179
179
|
};
|
|
180
180
|
dataType: {
|
|
181
|
-
type?: import("vue").PropType<"
|
|
182
|
-
default?: "
|
|
181
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
182
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
183
183
|
};
|
|
184
184
|
scale?: {
|
|
185
185
|
type?: import("vue").PropType<number>;
|
|
186
186
|
default?: number;
|
|
187
187
|
};
|
|
188
188
|
requestParamsMode: {
|
|
189
|
-
type?: import("vue").PropType<"
|
|
190
|
-
default?: "
|
|
189
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
190
|
+
default?: "2" | "1";
|
|
191
191
|
};
|
|
192
192
|
customRequestParams: {
|
|
193
193
|
type?: import("vue").PropType<string>;
|
|
@@ -225,6 +225,10 @@ export declare const dataSelectComponentProps: {
|
|
|
225
225
|
type?: import("vue").PropType<boolean>;
|
|
226
226
|
default?: boolean;
|
|
227
227
|
};
|
|
228
|
+
isShowSource?: {
|
|
229
|
+
type?: import("vue").PropType<boolean>;
|
|
230
|
+
default?: boolean;
|
|
231
|
+
};
|
|
228
232
|
indDetailIconColor?: {
|
|
229
233
|
type?: import("vue").PropType<string>;
|
|
230
234
|
default?: string;
|
|
@@ -124,16 +124,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
124
|
default?: number;
|
|
125
125
|
};
|
|
126
126
|
dataType: {
|
|
127
|
-
type?: import("vue").PropType<"
|
|
128
|
-
default?: "
|
|
127
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
128
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
129
129
|
};
|
|
130
130
|
scale?: {
|
|
131
131
|
type?: import("vue").PropType<number>;
|
|
132
132
|
default?: number;
|
|
133
133
|
};
|
|
134
134
|
requestParamsMode: {
|
|
135
|
-
type?: import("vue").PropType<"
|
|
136
|
-
default?: "
|
|
135
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
136
|
+
default?: "2" | "1";
|
|
137
137
|
};
|
|
138
138
|
customRequestParams: {
|
|
139
139
|
type?: import("vue").PropType<string>;
|
|
@@ -171,6 +171,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
171
171
|
type?: import("vue").PropType<boolean>;
|
|
172
172
|
default?: boolean;
|
|
173
173
|
};
|
|
174
|
+
isShowSource?: {
|
|
175
|
+
type?: import("vue").PropType<boolean>;
|
|
176
|
+
default?: boolean;
|
|
177
|
+
};
|
|
174
178
|
indDetailIconColor?: {
|
|
175
179
|
type?: import("vue").PropType<string>;
|
|
176
180
|
default?: string;
|
|
@@ -310,16 +314,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
310
314
|
default?: number;
|
|
311
315
|
};
|
|
312
316
|
dataType: {
|
|
313
|
-
type?: import("vue").PropType<"
|
|
314
|
-
default?: "
|
|
317
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
318
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
315
319
|
};
|
|
316
320
|
scale?: {
|
|
317
321
|
type?: import("vue").PropType<number>;
|
|
318
322
|
default?: number;
|
|
319
323
|
};
|
|
320
324
|
requestParamsMode: {
|
|
321
|
-
type?: import("vue").PropType<"
|
|
322
|
-
default?: "
|
|
325
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
326
|
+
default?: "2" | "1";
|
|
323
327
|
};
|
|
324
328
|
customRequestParams: {
|
|
325
329
|
type?: import("vue").PropType<string>;
|
|
@@ -357,6 +361,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
357
361
|
type?: import("vue").PropType<boolean>;
|
|
358
362
|
default?: boolean;
|
|
359
363
|
};
|
|
364
|
+
isShowSource?: {
|
|
365
|
+
type?: import("vue").PropType<boolean>;
|
|
366
|
+
default?: boolean;
|
|
367
|
+
};
|
|
360
368
|
indDetailIconColor?: {
|
|
361
369
|
type?: import("vue").PropType<string>;
|
|
362
370
|
default?: string;
|
|
@@ -124,16 +124,16 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
124
124
|
default?: number;
|
|
125
125
|
};
|
|
126
126
|
dataType: {
|
|
127
|
-
type?: import("vue").PropType<"
|
|
128
|
-
default?: "
|
|
127
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
128
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
129
129
|
};
|
|
130
130
|
scale?: {
|
|
131
131
|
type?: import("vue").PropType<number>;
|
|
132
132
|
default?: number;
|
|
133
133
|
};
|
|
134
134
|
requestParamsMode: {
|
|
135
|
-
type?: import("vue").PropType<"
|
|
136
|
-
default?: "
|
|
135
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
136
|
+
default?: "2" | "1";
|
|
137
137
|
};
|
|
138
138
|
customRequestParams: {
|
|
139
139
|
type?: import("vue").PropType<string>;
|
|
@@ -171,6 +171,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
171
171
|
type?: import("vue").PropType<boolean>;
|
|
172
172
|
default?: boolean;
|
|
173
173
|
};
|
|
174
|
+
isShowSource?: {
|
|
175
|
+
type?: import("vue").PropType<boolean>;
|
|
176
|
+
default?: boolean;
|
|
177
|
+
};
|
|
174
178
|
indDetailIconColor?: {
|
|
175
179
|
type?: import("vue").PropType<string>;
|
|
176
180
|
default?: string;
|
|
@@ -310,16 +314,16 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
310
314
|
default?: number;
|
|
311
315
|
};
|
|
312
316
|
dataType: {
|
|
313
|
-
type?: import("vue").PropType<"
|
|
314
|
-
default?: "
|
|
317
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
318
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
315
319
|
};
|
|
316
320
|
scale?: {
|
|
317
321
|
type?: import("vue").PropType<number>;
|
|
318
322
|
default?: number;
|
|
319
323
|
};
|
|
320
324
|
requestParamsMode: {
|
|
321
|
-
type?: import("vue").PropType<"
|
|
322
|
-
default?: "
|
|
325
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
326
|
+
default?: "2" | "1";
|
|
323
327
|
};
|
|
324
328
|
customRequestParams: {
|
|
325
329
|
type?: import("vue").PropType<string>;
|
|
@@ -357,6 +361,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
357
361
|
type?: import("vue").PropType<boolean>;
|
|
358
362
|
default?: boolean;
|
|
359
363
|
};
|
|
364
|
+
isShowSource?: {
|
|
365
|
+
type?: import("vue").PropType<boolean>;
|
|
366
|
+
default?: boolean;
|
|
367
|
+
};
|
|
360
368
|
indDetailIconColor?: {
|
|
361
369
|
type?: import("vue").PropType<string>;
|
|
362
370
|
default?: string;
|
|
@@ -140,16 +140,16 @@ export declare const indexPanelComponentProps: {
|
|
|
140
140
|
default?: number;
|
|
141
141
|
};
|
|
142
142
|
dataType: {
|
|
143
|
-
type?: import("vue").PropType<"
|
|
144
|
-
default?: "
|
|
143
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
144
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
145
145
|
};
|
|
146
146
|
scale?: {
|
|
147
147
|
type?: import("vue").PropType<number>;
|
|
148
148
|
default?: number;
|
|
149
149
|
};
|
|
150
150
|
requestParamsMode: {
|
|
151
|
-
type?: import("vue").PropType<"
|
|
152
|
-
default?: "
|
|
151
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
152
|
+
default?: "2" | "1";
|
|
153
153
|
};
|
|
154
154
|
customRequestParams: {
|
|
155
155
|
type?: import("vue").PropType<string>;
|
|
@@ -187,6 +187,10 @@ export declare const indexPanelComponentProps: {
|
|
|
187
187
|
type?: import("vue").PropType<boolean>;
|
|
188
188
|
default?: boolean;
|
|
189
189
|
};
|
|
190
|
+
isShowSource?: {
|
|
191
|
+
type?: import("vue").PropType<boolean>;
|
|
192
|
+
default?: boolean;
|
|
193
|
+
};
|
|
190
194
|
indDetailIconColor?: {
|
|
191
195
|
type?: import("vue").PropType<string>;
|
|
192
196
|
default?: string;
|