@ecan-bi/datav 1.6.4 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +4296 -4039
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +31 -31
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +8 -0
- package/types/container/border/index.d.ts +8 -0
- package/types/container/border/props.d.ts +4 -0
- package/types/container/circulate/Circulate.vue.d.ts +8 -0
- package/types/container/circulate/index.d.ts +8 -0
- package/types/container/circulate/props.d.ts +4 -0
- package/types/container/tabs/Tabs.vue.d.ts +8 -0
- package/types/container/tabs/index.d.ts +8 -0
- package/types/container/tabs/props.d.ts +4 -0
- package/types/container/template/Template.vue.d.ts +8 -0
- package/types/container/template/index.d.ts +8 -0
- package/types/container/template/props.d.ts +4 -0
- package/types/control/button/Button.vue.d.ts +8 -0
- package/types/control/button/index.d.ts +8 -0
- package/types/control/button/props.d.ts +4 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
- package/types/control/checkbox/index.d.ts +8 -0
- package/types/control/checkbox/props.d.ts +4 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
- package/types/control/date-picker/index.d.ts +8 -0
- package/types/control/date-picker/props.d.ts +4 -0
- package/types/control/input/Input.vue.d.ts +8 -0
- package/types/control/input/index.d.ts +8 -0
- package/types/control/input/props.d.ts +4 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +8 -0
- package/types/control/nav-tab/index.d.ts +8 -0
- package/types/control/nav-tab/props.d.ts +4 -0
- package/types/control/radio/Radio.vue.d.ts +8 -0
- package/types/control/radio/index.d.ts +8 -0
- package/types/control/radio/props.d.ts +4 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
- package/types/control/range-picker/index.d.ts +8 -0
- package/types/control/range-picker/props.d.ts +4 -0
- package/types/control/select/Select.vue.d.ts +8 -0
- package/types/control/select/index.d.ts +8 -0
- package/types/control/select/props.d.ts +4 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
- package/types/control/tree-select/index.d.ts +4 -0
- package/types/control/tree-select/props.d.ts +4 -0
- package/types/graph/bar/Bar.vue.d.ts +8 -0
- package/types/graph/bar/index.d.ts +8 -0
- package/types/graph/bar/props.d.ts +4 -0
- package/types/graph/boxplot/Boxplot.vue.d.ts +8 -0
- package/types/graph/boxplot/index.d.ts +8 -0
- package/types/graph/boxplot/props.d.ts +5 -0
- package/types/graph/budget/Budget.vue.d.ts +8 -0
- package/types/graph/budget/index.d.ts +8 -0
- package/types/graph/budget/props.d.ts +4 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
- package/types/graph/combo-graph/index.d.ts +8 -0
- package/types/graph/combo-graph/props.d.ts +4 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
- package/types/graph/custom-graph/index.d.ts +8 -0
- package/types/graph/custom-graph/props.d.ts +4 -0
- package/types/graph/gauge/Gauge.vue.d.ts +8 -0
- package/types/graph/gauge/index.d.ts +8 -0
- package/types/graph/gauge/props.d.ts +4 -0
- package/types/graph/line/Line.vue.d.ts +8 -0
- package/types/graph/line/index.d.ts +8 -0
- package/types/graph/line/props.d.ts +5 -0
- package/types/graph/pie/Pie.vue.d.ts +8 -0
- package/types/graph/pie/index.d.ts +8 -0
- package/types/graph/pie/props.d.ts +4 -0
- package/types/graph/radar/Radar.vue.d.ts +8 -0
- package/types/graph/radar/index.d.ts +8 -0
- package/types/graph/radar/props.d.ts +5 -0
- package/types/graph/scatter/Scatter.vue.d.ts +8 -0
- package/types/graph/scatter/index.d.ts +8 -0
- package/types/graph/scatter/props.d.ts +4 -0
- package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +8 -0
- package/types/laboratory/ai-analyze/index.d.ts +8 -0
- package/types/laboratory/ai-analyze/props.d.ts +4 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
- package/types/laboratory/data-select/index.d.ts +8 -0
- package/types/laboratory/data-select/props.d.ts +4 -0
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
- package/types/laboratory/index-panel/index.d.ts +8 -0
- package/types/laboratory/index-panel/props.d.ts +4 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
- package/types/laboratory/pivotTable/index.d.ts +13 -0
- package/types/laboratory/pivotTable/props.d.ts +4 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
- package/types/laboratory/value-line/index.d.ts +8 -0
- package/types/laboratory/value-line/props.d.ts +5 -0
- package/types/map/map/Map.vue.d.ts +8 -0
- package/types/map/map/index.d.ts +8 -0
- package/types/map/map/props.d.ts +4 -0
- package/types/media/iframe/Iframe.vue.d.ts +8 -0
- package/types/media/iframe/index.d.ts +8 -0
- package/types/media/iframe/props.d.ts +4 -0
- package/types/media/image/Image.vue.d.ts +8 -0
- package/types/media/image/index.d.ts +8 -0
- package/types/media/image/props.d.ts +4 -0
- package/types/setting/page-config/PageConfig.vue.d.ts +8 -0
- package/types/setting/page-config/index.d.ts +8 -0
- package/types/setting/page-config/props.d.ts +5 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -0
- package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +4 -0
- package/types/setting/provider-config/index.d.ts +9 -0
- package/types/setting/provider-config/props.d.ts +5 -0
- package/types/setting/provider-config/source-modal/SourceModal.vue.d.ts +28 -0
- package/types/setting/provider-config/source-modal/index.d.ts +2 -0
- package/types/table/table/Table.vue.d.ts +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +4 -0
- package/types/text/counter/Counter.vue.d.ts +8 -0
- package/types/text/counter/index.d.ts +8 -0
- package/types/text/counter/props.d.ts +4 -0
- package/types/text/list/List.vue.d.ts +8 -0
- package/types/text/list/index.d.ts +8 -0
- package/types/text/list/props.d.ts +4 -0
- package/types/text/proportion/Proportion.vue.d.ts +8 -0
- package/types/text/proportion/index.d.ts +8 -0
- package/types/text/proportion/props.d.ts +4 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
- package/types/text/rectangle/index.d.ts +8 -0
- package/types/text/rectangle/props.d.ts +4 -0
- package/types/text/text/Text.vue.d.ts +8 -0
- package/types/text/text/index.d.ts +8 -0
- package/types/text/text/props.d.ts +4 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
- package/types/text/time-display/index.d.ts +8 -0
- package/types/text/time-display/props.d.ts +4 -0
- package/types/utils/props.d.ts +1 -0
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -444,6 +452,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
444
452
|
toolboxShow: boolean;
|
|
445
453
|
isShowIndDetail: boolean;
|
|
446
454
|
isShowTrend: boolean;
|
|
455
|
+
isShowSource: boolean;
|
|
447
456
|
indDetailIconColor: string;
|
|
448
457
|
indDetailIconFontSize: string;
|
|
449
458
|
styleConfig: {
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -444,6 +452,7 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
444
452
|
toolboxShow: boolean;
|
|
445
453
|
isShowIndDetail: boolean;
|
|
446
454
|
isShowTrend: boolean;
|
|
455
|
+
isShowSource: boolean;
|
|
447
456
|
indDetailIconColor: string;
|
|
448
457
|
indDetailIconFontSize: string;
|
|
449
458
|
styleConfig: {
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
};
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
@@ -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;
|
|
@@ -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;
|
package/types/map/map/props.d.ts
CHANGED
|
@@ -424,6 +424,10 @@ export declare const mapComponentProps: {
|
|
|
424
424
|
type?: import("vue").PropType<boolean>;
|
|
425
425
|
default?: boolean;
|
|
426
426
|
};
|
|
427
|
+
isShowSource?: {
|
|
428
|
+
type?: import("vue").PropType<boolean>;
|
|
429
|
+
default?: boolean;
|
|
430
|
+
};
|
|
427
431
|
indDetailIconColor?: {
|
|
428
432
|
type?: import("vue").PropType<string>;
|
|
429
433
|
default?: string;
|
|
@@ -151,6 +151,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
151
151
|
type?: import("vue").PropType<boolean>;
|
|
152
152
|
default?: boolean;
|
|
153
153
|
};
|
|
154
|
+
isShowSource?: {
|
|
155
|
+
type?: import("vue").PropType<boolean>;
|
|
156
|
+
default?: boolean;
|
|
157
|
+
};
|
|
154
158
|
indDetailIconColor?: {
|
|
155
159
|
type?: import("vue").PropType<string>;
|
|
156
160
|
default?: string;
|
|
@@ -315,6 +319,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
315
319
|
type?: import("vue").PropType<boolean>;
|
|
316
320
|
default?: boolean;
|
|
317
321
|
};
|
|
322
|
+
isShowSource?: {
|
|
323
|
+
type?: import("vue").PropType<boolean>;
|
|
324
|
+
default?: boolean;
|
|
325
|
+
};
|
|
318
326
|
indDetailIconColor?: {
|
|
319
327
|
type?: import("vue").PropType<string>;
|
|
320
328
|
default?: string;
|
|
@@ -151,6 +151,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
151
151
|
type?: import("vue").PropType<boolean>;
|
|
152
152
|
default?: boolean;
|
|
153
153
|
};
|
|
154
|
+
isShowSource?: {
|
|
155
|
+
type?: import("vue").PropType<boolean>;
|
|
156
|
+
default?: boolean;
|
|
157
|
+
};
|
|
154
158
|
indDetailIconColor?: {
|
|
155
159
|
type?: import("vue").PropType<string>;
|
|
156
160
|
default?: string;
|
|
@@ -315,6 +319,10 @@ export declare const EcanIframe: import('../../utils/withInstall').SFCWithInstal
|
|
|
315
319
|
type?: import("vue").PropType<boolean>;
|
|
316
320
|
default?: boolean;
|
|
317
321
|
};
|
|
322
|
+
isShowSource?: {
|
|
323
|
+
type?: import("vue").PropType<boolean>;
|
|
324
|
+
default?: boolean;
|
|
325
|
+
};
|
|
318
326
|
indDetailIconColor?: {
|
|
319
327
|
type?: import("vue").PropType<string>;
|
|
320
328
|
default?: string;
|
|
@@ -160,6 +160,10 @@ export declare const iframeComponentProps: {
|
|
|
160
160
|
type?: import("vue").PropType<boolean>;
|
|
161
161
|
default?: boolean;
|
|
162
162
|
};
|
|
163
|
+
isShowSource?: {
|
|
164
|
+
type?: import("vue").PropType<boolean>;
|
|
165
|
+
default?: boolean;
|
|
166
|
+
};
|
|
163
167
|
indDetailIconColor?: {
|
|
164
168
|
type?: import("vue").PropType<string>;
|
|
165
169
|
default?: string;
|
|
@@ -199,6 +199,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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;
|
|
@@ -414,6 +418,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
414
418
|
type?: import("vue").PropType<boolean>;
|
|
415
419
|
default?: boolean;
|
|
416
420
|
};
|
|
421
|
+
isShowSource?: {
|
|
422
|
+
type?: import("vue").PropType<boolean>;
|
|
423
|
+
default?: boolean;
|
|
424
|
+
};
|
|
417
425
|
indDetailIconColor?: {
|
|
418
426
|
type?: import("vue").PropType<string>;
|
|
419
427
|
default?: string;
|
|
@@ -199,6 +199,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
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;
|
|
@@ -414,6 +418,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
414
418
|
type?: import("vue").PropType<boolean>;
|
|
415
419
|
default?: boolean;
|
|
416
420
|
};
|
|
421
|
+
isShowSource?: {
|
|
422
|
+
type?: import("vue").PropType<boolean>;
|
|
423
|
+
default?: boolean;
|
|
424
|
+
};
|
|
417
425
|
indDetailIconColor?: {
|
|
418
426
|
type?: import("vue").PropType<string>;
|
|
419
427
|
default?: string;
|
|
@@ -222,6 +222,10 @@ export declare const imageComponentProps: {
|
|
|
222
222
|
type?: import("vue").PropType<boolean>;
|
|
223
223
|
default?: boolean;
|
|
224
224
|
};
|
|
225
|
+
isShowSource?: {
|
|
226
|
+
type?: import("vue").PropType<boolean>;
|
|
227
|
+
default?: boolean;
|
|
228
|
+
};
|
|
225
229
|
indDetailIconColor?: {
|
|
226
230
|
type?: import("vue").PropType<string>;
|
|
227
231
|
default?: string;
|
|
@@ -95,6 +95,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
95
95
|
type?: import("vue").PropType<string>;
|
|
96
96
|
default?: string;
|
|
97
97
|
};
|
|
98
|
+
hideLoading?: {
|
|
99
|
+
type?: import("vue").PropType<boolean>;
|
|
100
|
+
default?: boolean;
|
|
101
|
+
};
|
|
98
102
|
}, {
|
|
99
103
|
style: import("vue").ComputedRef<any>;
|
|
100
104
|
container: import("vue").Ref<any>;
|
|
@@ -198,6 +202,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
198
202
|
type?: import("vue").PropType<string>;
|
|
199
203
|
default?: string;
|
|
200
204
|
};
|
|
205
|
+
hideLoading?: {
|
|
206
|
+
type?: import("vue").PropType<boolean>;
|
|
207
|
+
default?: boolean;
|
|
208
|
+
};
|
|
201
209
|
}>>, {
|
|
202
210
|
pageId: string;
|
|
203
211
|
customId: string;
|
|
@@ -95,6 +95,10 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
|
|
|
95
95
|
type?: import("vue").PropType<string>;
|
|
96
96
|
default?: string;
|
|
97
97
|
};
|
|
98
|
+
hideLoading?: {
|
|
99
|
+
type?: import("vue").PropType<boolean>;
|
|
100
|
+
default?: boolean;
|
|
101
|
+
};
|
|
98
102
|
}, {
|
|
99
103
|
style: import("vue").ComputedRef<any>;
|
|
100
104
|
container: import("vue").Ref<any>;
|
|
@@ -198,6 +202,10 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
|
|
|
198
202
|
type?: import("vue").PropType<string>;
|
|
199
203
|
default?: string;
|
|
200
204
|
};
|
|
205
|
+
hideLoading?: {
|
|
206
|
+
type?: import("vue").PropType<boolean>;
|
|
207
|
+
default?: boolean;
|
|
208
|
+
};
|
|
201
209
|
}>>, {
|
|
202
210
|
pageId: string;
|
|
203
211
|
customId: string;
|
|
@@ -23,6 +23,7 @@ export interface PageConfig {
|
|
|
23
23
|
drillingMode: 'normalTable' | 'pivotTable' | 'default';
|
|
24
24
|
pivotTableFontSize: string;
|
|
25
25
|
drillDetailUrl: string;
|
|
26
|
+
hideLoading?: boolean;
|
|
26
27
|
}
|
|
27
28
|
export declare const pageConfig: PageConfig;
|
|
28
29
|
export declare const pageConfigComponentProps: {
|
|
@@ -110,4 +111,8 @@ export declare const pageConfigComponentProps: {
|
|
|
110
111
|
type?: import("vue").PropType<string>;
|
|
111
112
|
default?: string;
|
|
112
113
|
};
|
|
114
|
+
hideLoading?: {
|
|
115
|
+
type?: import("vue").PropType<boolean>;
|
|
116
|
+
default?: boolean;
|
|
117
|
+
};
|
|
113
118
|
};
|
|
@@ -115,6 +115,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
115
115
|
type?: import("vue").PropType<string>;
|
|
116
116
|
default?: string;
|
|
117
117
|
};
|
|
118
|
+
hideLoading?: {
|
|
119
|
+
type?: import("vue").PropType<boolean>;
|
|
120
|
+
default?: boolean;
|
|
121
|
+
};
|
|
118
122
|
}, {
|
|
119
123
|
providerConfig: import("vue").Ref<HTMLElement>;
|
|
120
124
|
configStyle: any;
|
|
@@ -123,6 +127,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
123
127
|
drillModalRef: import("vue").Ref<any>;
|
|
124
128
|
indDetailModalRef: import("vue").Ref<any>;
|
|
125
129
|
trendModalRef: import("vue").Ref<any>;
|
|
130
|
+
sourceModalRef: import("vue").Ref<any>;
|
|
126
131
|
scaleValue: any;
|
|
127
132
|
defaultPivotTableFontSize: import("vue").ComputedRef<number>;
|
|
128
133
|
isMobile: import("vue").ComputedRef<boolean>;
|
|
@@ -245,6 +250,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
245
250
|
type?: import("vue").PropType<string>;
|
|
246
251
|
default?: string;
|
|
247
252
|
};
|
|
253
|
+
hideLoading?: {
|
|
254
|
+
type?: import("vue").PropType<boolean>;
|
|
255
|
+
default?: boolean;
|
|
256
|
+
};
|
|
248
257
|
}>>, {
|
|
249
258
|
pageId: string;
|
|
250
259
|
customStyle: Record<string, any>;
|
|
@@ -105,6 +105,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
105
105
|
};
|
|
106
106
|
searchLoading: import("vue").Ref<boolean>;
|
|
107
107
|
downloading: import("vue").Ref<boolean>;
|
|
108
|
+
dropDownMenuStyle: import("vue").Ref<{}>;
|
|
109
|
+
dropDownMenuVisible: import("vue").Ref<boolean>;
|
|
110
|
+
toBeSelectedDims: any;
|
|
108
111
|
getContainer: () => Element;
|
|
109
112
|
toggleFullScreen: () => void;
|
|
110
113
|
onDetailCancel: () => void;
|
|
@@ -120,6 +123,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
120
123
|
formatMainCell: (text: any, column: any) => any;
|
|
121
124
|
formatCellPercent: (text: any, column: any) => string;
|
|
122
125
|
handleExport: () => Promise<void>;
|
|
126
|
+
drillByDimension: (event: any, typeGuid: string) => void;
|
|
123
127
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
124
128
|
theme: {
|
|
125
129
|
type: StringConstructor;
|
|
@@ -115,6 +115,10 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
|
|
|
115
115
|
type?: import("vue").PropType<string>;
|
|
116
116
|
default?: string;
|
|
117
117
|
};
|
|
118
|
+
hideLoading?: {
|
|
119
|
+
type?: import("vue").PropType<boolean>;
|
|
120
|
+
default?: boolean;
|
|
121
|
+
};
|
|
118
122
|
}, {
|
|
119
123
|
providerConfig: import("vue").Ref<HTMLElement>;
|
|
120
124
|
configStyle: any;
|
|
@@ -123,6 +127,7 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
|
|
|
123
127
|
drillModalRef: import("vue").Ref<any>;
|
|
124
128
|
indDetailModalRef: import("vue").Ref<any>;
|
|
125
129
|
trendModalRef: import("vue").Ref<any>;
|
|
130
|
+
sourceModalRef: import("vue").Ref<any>;
|
|
126
131
|
scaleValue: any;
|
|
127
132
|
defaultPivotTableFontSize: import("vue").ComputedRef<number>;
|
|
128
133
|
isMobile: import("vue").ComputedRef<boolean>;
|
|
@@ -245,6 +250,10 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
|
|
|
245
250
|
type?: import("vue").PropType<string>;
|
|
246
251
|
default?: string;
|
|
247
252
|
};
|
|
253
|
+
hideLoading?: {
|
|
254
|
+
type?: import("vue").PropType<boolean>;
|
|
255
|
+
default?: boolean;
|
|
256
|
+
};
|
|
248
257
|
}>>, {
|
|
249
258
|
pageId: string;
|
|
250
259
|
customStyle: Record<string, any>;
|