@ecan-bi/datav 1.6.38 → 1.6.39

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.
Files changed (52) hide show
  1. package/dist/index.es.js +9074 -9195
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +48 -48
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/common/echarts/Echarts.d.ts +1 -1
  8. package/types/container/border/Border.vue.d.ts +1 -1
  9. package/types/container/border/index.d.ts +1 -1
  10. package/types/control/button/Button.vue.d.ts +4 -4
  11. package/types/control/button/index.d.ts +4 -4
  12. package/types/control/button/props.d.ts +2 -2
  13. package/types/graph/bar/Bar.vue.d.ts +8 -0
  14. package/types/graph/bar/index.d.ts +8 -0
  15. package/types/graph/bar/props.d.ts +5 -0
  16. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
  17. package/types/graph/combo-graph/index.d.ts +8 -0
  18. package/types/graph/combo-graph/props.d.ts +5 -0
  19. package/types/graph/line/Line.vue.d.ts +8 -0
  20. package/types/graph/line/index.d.ts +8 -0
  21. package/types/graph/line/props.d.ts +6 -0
  22. package/types/graph/pie/Pie.vue.d.ts +8 -0
  23. package/types/graph/pie/index.d.ts +8 -0
  24. package/types/graph/pie/props.d.ts +5 -0
  25. package/types/graph/radar/Radar.vue.d.ts +8 -0
  26. package/types/graph/radar/index.d.ts +8 -0
  27. package/types/graph/radar/props.d.ts +6 -0
  28. package/types/hooks/index.d.ts +1 -0
  29. package/types/hooks/useDataSource.d.ts +10 -0
  30. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +5 -5
  31. package/types/laboratory/pivotTable/index.d.ts +5 -5
  32. package/types/setting/provider-config/ProviderConfig.vue.d.ts +1 -0
  33. package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +2 -1
  34. package/types/setting/provider-config/drill-modal/LastDetail.vue.d.ts +9 -0
  35. package/types/setting/provider-config/index.d.ts +1 -0
  36. package/types/table/table/Table.vue.d.ts +16 -0
  37. package/types/table/table/index.d.ts +16 -0
  38. package/types/table/table/props.d.ts +10 -0
  39. package/types/text/counter/Counter.vue.d.ts +16 -0
  40. package/types/text/counter/index.d.ts +16 -0
  41. package/types/text/counter/props.d.ts +10 -0
  42. package/types/text/list/List.vue.d.ts +8 -0
  43. package/types/text/list/index.d.ts +8 -0
  44. package/types/text/list/props.d.ts +5 -0
  45. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  46. package/types/text/proportion/index.d.ts +8 -0
  47. package/types/text/proportion/props.d.ts +5 -0
  48. package/types/text/rectangle/Rectangle.vue.d.ts +1 -0
  49. package/types/text/rectangle/index.d.ts +1 -0
  50. package/types/text/rectangle/props.d.ts +1 -1
  51. package/types/text/text/Text.vue.d.ts +1 -1
  52. package/types/text/text/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.6.38",
3
+ "version": "1.6.39",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -415,8 +415,8 @@ declare const _default: import("vue").DefineComponent<{
415
415
  group: StringConstructor;
416
416
  manualUpdate: BooleanConstructor;
417
417
  }>>, {
418
- manualUpdate: boolean;
419
418
  loading: boolean;
419
+ manualUpdate: boolean;
420
420
  autoresize: boolean;
421
421
  }>;
422
422
  export default _default;
@@ -288,7 +288,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
288
288
  results?: string | number;
289
289
  security?: string;
290
290
  unselectable?: "on" | "off";
291
- inputmode?: "text" | "none" | "url" | "search" | "tel" | "email" | "numeric" | "decimal";
291
+ inputmode?: "url" | "text" | "none" | "search" | "tel" | "email" | "numeric" | "decimal";
292
292
  is?: string;
293
293
  'aria-activedescendant'?: string;
294
294
  'aria-atomic'?: boolean | "false" | "true";
@@ -288,7 +288,7 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
288
288
  results?: string | number;
289
289
  security?: string;
290
290
  unselectable?: "on" | "off";
291
- inputmode?: "text" | "none" | "url" | "search" | "tel" | "email" | "numeric" | "decimal";
291
+ inputmode?: "url" | "text" | "none" | "search" | "tel" | "email" | "numeric" | "decimal";
292
292
  is?: string;
293
293
  'aria-activedescendant'?: string;
294
294
  'aria-atomic'?: boolean | "false" | "true";
@@ -4,8 +4,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
4
4
  default?: string;
5
5
  };
6
6
  mode: {
7
- type?: import("vue").PropType<"text" | "link" | "default" | "dashed" | "primary">;
8
- default?: "text" | "link" | "default" | "dashed" | "primary";
7
+ type?: import("vue").PropType<"link" | "text" | "default" | "dashed" | "primary">;
8
+ default?: "link" | "text" | "default" | "dashed" | "primary";
9
9
  };
10
10
  danger: {
11
11
  type?: import("vue").PropType<boolean>;
@@ -204,8 +204,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
204
204
  default?: string;
205
205
  };
206
206
  mode: {
207
- type?: import("vue").PropType<"text" | "link" | "default" | "dashed" | "primary">;
208
- default?: "text" | "link" | "default" | "dashed" | "primary";
207
+ type?: import("vue").PropType<"link" | "text" | "default" | "dashed" | "primary">;
208
+ default?: "link" | "text" | "default" | "dashed" | "primary";
209
209
  };
210
210
  danger: {
211
211
  type?: import("vue").PropType<boolean>;
@@ -4,8 +4,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
4
4
  default?: string;
5
5
  };
6
6
  mode: {
7
- type?: import("vue").PropType<"text" | "link" | "default" | "dashed" | "primary">;
8
- default?: "text" | "link" | "default" | "dashed" | "primary";
7
+ type?: import("vue").PropType<"link" | "text" | "default" | "dashed" | "primary">;
8
+ default?: "link" | "text" | "default" | "dashed" | "primary";
9
9
  };
10
10
  danger: {
11
11
  type?: import("vue").PropType<boolean>;
@@ -204,8 +204,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
204
204
  default?: string;
205
205
  };
206
206
  mode: {
207
- type?: import("vue").PropType<"text" | "link" | "default" | "dashed" | "primary">;
208
- default?: "text" | "link" | "default" | "dashed" | "primary";
207
+ type?: import("vue").PropType<"link" | "text" | "default" | "dashed" | "primary">;
208
+ default?: "link" | "text" | "default" | "dashed" | "primary";
209
209
  };
210
210
  danger: {
211
211
  type?: import("vue").PropType<boolean>;
@@ -19,8 +19,8 @@ export declare const buttonComponentProps: {
19
19
  default?: string;
20
20
  };
21
21
  mode: {
22
- type?: import("vue").PropType<"text" | "link" | "default" | "dashed" | "primary">;
23
- default?: "text" | "link" | "default" | "dashed" | "primary";
22
+ type?: import("vue").PropType<"link" | "text" | "default" | "dashed" | "primary">;
23
+ default?: "link" | "text" | "default" | "dashed" | "primary";
24
24
  };
25
25
  danger: {
26
26
  type?: import("vue").PropType<boolean>;
@@ -460,6 +460,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
460
460
  type?: import("vue").PropType<string>;
461
461
  default?: string;
462
462
  };
463
+ associatId?: {
464
+ type?: import("vue").PropType<string>;
465
+ default?: string;
466
+ };
463
467
  id: {
464
468
  type?: import("vue").PropType<string>;
465
469
  default?: string;
@@ -1083,6 +1087,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1083
1087
  type?: import("vue").PropType<string>;
1084
1088
  default?: string;
1085
1089
  };
1090
+ associatId?: {
1091
+ type?: import("vue").PropType<string>;
1092
+ default?: string;
1093
+ };
1086
1094
  id: {
1087
1095
  type?: import("vue").PropType<string>;
1088
1096
  default?: string;
@@ -459,6 +459,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
459
459
  type?: import("vue").PropType<string>;
460
460
  default?: string;
461
461
  };
462
+ associatId?: {
463
+ type?: import("vue").PropType<string>;
464
+ default?: string;
465
+ };
462
466
  id: {
463
467
  type?: import("vue").PropType<string>;
464
468
  default?: string;
@@ -1082,6 +1086,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1082
1086
  type?: import("vue").PropType<string>;
1083
1087
  default?: string;
1084
1088
  };
1089
+ associatId?: {
1090
+ type?: import("vue").PropType<string>;
1091
+ default?: string;
1092
+ };
1085
1093
  id: {
1086
1094
  type?: import("vue").PropType<string>;
1087
1095
  default?: string;
@@ -116,6 +116,7 @@ export interface BarProps extends Props {
116
116
  tipText: string;
117
117
  tipTextColor: string;
118
118
  tipTextFontSize: string;
119
+ associatId?: string;
119
120
  }
120
121
  export declare const barProps: BarProps;
121
122
  export declare const barComponentProps: {
@@ -579,6 +580,10 @@ export declare const barComponentProps: {
579
580
  type?: import("vue").PropType<string>;
580
581
  default?: string;
581
582
  };
583
+ associatId?: {
584
+ type?: import("vue").PropType<string>;
585
+ default?: string;
586
+ };
582
587
  id: {
583
588
  type?: import("vue").PropType<string>;
584
589
  default?: string;
@@ -496,6 +496,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
496
496
  type?: import("vue").PropType<string>;
497
497
  default?: string;
498
498
  };
499
+ associatId?: {
500
+ type?: import("vue").PropType<string>;
501
+ default?: string;
502
+ };
499
503
  id: {
500
504
  type?: import("vue").PropType<string>;
501
505
  default?: string;
@@ -1154,6 +1158,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1154
1158
  type?: import("vue").PropType<string>;
1155
1159
  default?: string;
1156
1160
  };
1161
+ associatId?: {
1162
+ type?: import("vue").PropType<string>;
1163
+ default?: string;
1164
+ };
1157
1165
  id: {
1158
1166
  type?: import("vue").PropType<string>;
1159
1167
  default?: string;
@@ -495,6 +495,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
495
495
  type?: import("vue").PropType<string>;
496
496
  default?: string;
497
497
  };
498
+ associatId?: {
499
+ type?: import("vue").PropType<string>;
500
+ default?: string;
501
+ };
498
502
  id: {
499
503
  type?: import("vue").PropType<string>;
500
504
  default?: string;
@@ -1153,6 +1157,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
1153
1157
  type?: import("vue").PropType<string>;
1154
1158
  default?: string;
1155
1159
  };
1160
+ associatId?: {
1161
+ type?: import("vue").PropType<string>;
1162
+ default?: string;
1163
+ };
1156
1164
  id: {
1157
1165
  type?: import("vue").PropType<string>;
1158
1166
  default?: string;
@@ -127,6 +127,7 @@ export interface ComboGraphProps extends Props {
127
127
  labelWidth: number;
128
128
  labelOverflow: 'none' | 'truncate' | 'break';
129
129
  labelFormatter: string;
130
+ associatId?: string;
130
131
  }
131
132
  export declare const comboGraphProps: ComboGraphProps;
132
133
  export declare const comboGraphComponentProps: {
@@ -626,6 +627,10 @@ export declare const comboGraphComponentProps: {
626
627
  type?: import("vue").PropType<string>;
627
628
  default?: string;
628
629
  };
630
+ associatId?: {
631
+ type?: import("vue").PropType<string>;
632
+ default?: string;
633
+ };
629
634
  id: {
630
635
  type?: import("vue").PropType<string>;
631
636
  default?: string;
@@ -473,6 +473,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
473
473
  type?: import("vue").PropType<string>;
474
474
  default?: string;
475
475
  };
476
+ associatId: {
477
+ type?: import("vue").PropType<string>;
478
+ default?: string;
479
+ };
476
480
  position: {
477
481
  type?: import("vue").PropType<string>;
478
482
  default?: string;
@@ -1068,6 +1072,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1068
1072
  type?: import("vue").PropType<string>;
1069
1073
  default?: string;
1070
1074
  };
1075
+ associatId: {
1076
+ type?: import("vue").PropType<string>;
1077
+ default?: string;
1078
+ };
1071
1079
  position: {
1072
1080
  type?: import("vue").PropType<string>;
1073
1081
  default?: string;
@@ -473,6 +473,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
473
473
  type?: import("vue").PropType<string>;
474
474
  default?: string;
475
475
  };
476
+ associatId: {
477
+ type?: import("vue").PropType<string>;
478
+ default?: string;
479
+ };
476
480
  position: {
477
481
  type?: import("vue").PropType<string>;
478
482
  default?: string;
@@ -1068,6 +1072,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
1068
1072
  type?: import("vue").PropType<string>;
1069
1073
  default?: string;
1070
1074
  };
1075
+ associatId: {
1076
+ type?: import("vue").PropType<string>;
1077
+ default?: string;
1078
+ };
1071
1079
  position: {
1072
1080
  type?: import("vue").PropType<string>;
1073
1081
  default?: string;
@@ -108,6 +108,7 @@ export interface LineProps extends Props {
108
108
  endValue: string;
109
109
  isForbidClick: boolean;
110
110
  backgroundColor: string;
111
+ associatId?: string;
111
112
  }
112
113
  export declare const lineProps: {
113
114
  id: string;
@@ -234,6 +235,7 @@ export declare const lineProps: {
234
235
  endValue: string;
235
236
  isForbidClick: boolean;
236
237
  backgroundColor: string;
238
+ associatId: string;
237
239
  position: string;
238
240
  zIndex: number;
239
241
  isShow: boolean;
@@ -738,6 +740,10 @@ export declare const lineComponentProps: {
738
740
  type?: import("vue").PropType<string>;
739
741
  default?: string;
740
742
  };
743
+ associatId: {
744
+ type?: import("vue").PropType<string>;
745
+ default?: string;
746
+ };
741
747
  position: {
742
748
  type?: import("vue").PropType<string>;
743
749
  default?: string;
@@ -296,6 +296,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
296
296
  type?: import("vue").PropType<string>;
297
297
  default?: string;
298
298
  };
299
+ associatId?: {
300
+ type?: import("vue").PropType<string>;
301
+ default?: string;
302
+ };
299
303
  id: {
300
304
  type?: import("vue").PropType<string>;
301
305
  default?: string;
@@ -746,6 +750,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
746
750
  type?: import("vue").PropType<string>;
747
751
  default?: string;
748
752
  };
753
+ associatId?: {
754
+ type?: import("vue").PropType<string>;
755
+ default?: string;
756
+ };
749
757
  id: {
750
758
  type?: import("vue").PropType<string>;
751
759
  default?: string;
@@ -295,6 +295,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
295
295
  type?: import("vue").PropType<string>;
296
296
  default?: string;
297
297
  };
298
+ associatId?: {
299
+ type?: import("vue").PropType<string>;
300
+ default?: string;
301
+ };
298
302
  id: {
299
303
  type?: import("vue").PropType<string>;
300
304
  default?: string;
@@ -745,6 +749,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
745
749
  type?: import("vue").PropType<string>;
746
750
  default?: string;
747
751
  };
752
+ associatId?: {
753
+ type?: import("vue").PropType<string>;
754
+ default?: string;
755
+ };
748
756
  id: {
749
757
  type?: import("vue").PropType<string>;
750
758
  default?: string;
@@ -75,6 +75,7 @@ export interface PieProps extends Props {
75
75
  tipText: string;
76
76
  tipTextColor: string;
77
77
  tipTextFontSize: string;
78
+ associatId?: string;
78
79
  }
79
80
  export declare const pieProps: PieProps;
80
81
  export declare const pieComponentProps: {
@@ -374,6 +375,10 @@ export declare const pieComponentProps: {
374
375
  type?: import("vue").PropType<string>;
375
376
  default?: string;
376
377
  };
378
+ associatId?: {
379
+ type?: import("vue").PropType<string>;
380
+ default?: string;
381
+ };
377
382
  id: {
378
383
  type?: import("vue").PropType<string>;
379
384
  default?: string;
@@ -305,6 +305,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
305
305
  type?: import("vue").PropType<string>;
306
306
  default?: string;
307
307
  };
308
+ associatId: {
309
+ type?: import("vue").PropType<string>;
310
+ default?: string;
311
+ };
308
312
  position: {
309
313
  type?: import("vue").PropType<string>;
310
314
  default?: string;
@@ -729,6 +733,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
729
733
  type?: import("vue").PropType<string>;
730
734
  default?: string;
731
735
  };
736
+ associatId: {
737
+ type?: import("vue").PropType<string>;
738
+ default?: string;
739
+ };
732
740
  position: {
733
741
  type?: import("vue").PropType<string>;
734
742
  default?: string;
@@ -305,6 +305,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
305
305
  type?: import("vue").PropType<string>;
306
306
  default?: string;
307
307
  };
308
+ associatId: {
309
+ type?: import("vue").PropType<string>;
310
+ default?: string;
311
+ };
308
312
  position: {
309
313
  type?: import("vue").PropType<string>;
310
314
  default?: string;
@@ -729,6 +733,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
729
733
  type?: import("vue").PropType<string>;
730
734
  default?: string;
731
735
  };
736
+ associatId: {
737
+ type?: import("vue").PropType<string>;
738
+ default?: string;
739
+ };
732
740
  position: {
733
741
  type?: import("vue").PropType<string>;
734
742
  default?: string;
@@ -64,6 +64,7 @@ export interface RadarProps extends Props {
64
64
  tipText: string;
65
65
  tipTextColor: string;
66
66
  tipTextFontSize: string;
67
+ associatId?: string;
67
68
  }
68
69
  export declare const radarProps: {
69
70
  id: string;
@@ -148,6 +149,7 @@ export declare const radarProps: {
148
149
  tipText: string;
149
150
  tipTextColor: string;
150
151
  tipTextFontSize: string;
152
+ associatId: string;
151
153
  position: string;
152
154
  zIndex: number;
153
155
  isShow: boolean;
@@ -484,6 +486,10 @@ export declare const radarComponentProps: {
484
486
  type?: import("vue").PropType<string>;
485
487
  default?: string;
486
488
  };
489
+ associatId: {
490
+ type?: import("vue").PropType<string>;
491
+ default?: string;
492
+ };
487
493
  position: {
488
494
  type?: import("vue").PropType<string>;
489
495
  default?: string;
@@ -7,3 +7,4 @@ export * from './usePageUrl';
7
7
  export * from './useRequestDiagramData';
8
8
  export * from './useIndicatorData';
9
9
  export * from './useHrefParamsToGlobalVariables';
10
+ export * from './useDataSource';
@@ -0,0 +1,10 @@
1
+ import { Ref } from 'vue';
2
+ interface Params {
3
+ props: {
4
+ [key: string]: any;
5
+ };
6
+ loading?: Ref<boolean>;
7
+ setData: (res: any) => void;
8
+ }
9
+ export declare const useDataSource: (params: Params) => () => Promise<void>;
10
+ export default useDataSource;
@@ -410,10 +410,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
410
410
  data: {
411
411
  [key: string]: any;
412
412
  }[];
413
- events: import("../../utils/props").Events;
413
+ dataType: "indicator" | "request" | "component" | "static";
414
414
  id: string;
415
+ requestUrl: string;
416
+ requestMethod: import("../../utils/props").RequestMethod;
417
+ requestHeaders: string;
418
+ events: import("../../utils/props").Events;
415
419
  type: string;
416
- dataType: "indicator" | "request" | "component" | "static";
417
420
  graphicConfig: {
418
421
  [key: string]: any;
419
422
  };
@@ -427,9 +430,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
427
430
  rotate: string;
428
431
  zIndex: number;
429
432
  scale: number;
430
- requestUrl: string;
431
- requestMethod: import("../../utils/props").RequestMethod;
432
- requestHeaders: string;
433
433
  requestParamsMode: "2" | "1";
434
434
  customRequestParams: string;
435
435
  dataSetParam: any;
@@ -410,10 +410,13 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
410
410
  data: {
411
411
  [key: string]: any;
412
412
  }[];
413
- events: import("../../utils/props").Events;
413
+ dataType: "indicator" | "request" | "component" | "static";
414
414
  id: string;
415
+ requestUrl: string;
416
+ requestMethod: import("../../utils/props").RequestMethod;
417
+ requestHeaders: string;
418
+ events: import("../../utils/props").Events;
415
419
  type: string;
416
- dataType: "indicator" | "request" | "component" | "static";
417
420
  graphicConfig: {
418
421
  [key: string]: any;
419
422
  };
@@ -427,9 +430,6 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
427
430
  rotate: string;
428
431
  zIndex: number;
429
432
  scale: number;
430
- requestUrl: string;
431
- requestMethod: import("../../utils/props").RequestMethod;
432
- requestHeaders: string;
433
433
  requestParamsMode: "2" | "1";
434
434
  customRequestParams: string;
435
435
  dataSetParam: any;
@@ -146,6 +146,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
146
146
  isShowDrillModal: import("vue").Ref<boolean>;
147
147
  isOutTriggerDrill: import("vue").Ref<boolean>;
148
148
  onCloseModal: () => void;
149
+ onZoomModal: () => void;
149
150
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
150
151
  pageId: {
151
152
  type: StringConstructor;
@@ -124,6 +124,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
124
124
  handleTableChange: (_page: any, _filters: any, sorter: any) => void;
125
125
  onCloseDetailModal: () => void;
126
126
  onCloseModal: () => void;
127
+ onZoomModal: () => void;
127
128
  getCalcLabel: (title: string) => string;
128
129
  formatMainCell: (text: any, column: any) => any;
129
130
  formatCellPercent: (text: any, column: any) => string;
@@ -174,7 +175,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
174
175
  drillingMode: string;
175
176
  pivotTableFontSize: number;
176
177
  drillDetailUrl: string;
177
- isShowMask: boolean;
178
178
  isOutDrill: boolean;
179
+ isShowMask: boolean;
179
180
  }>;
180
181
  export default _sfc_main;
@@ -20,6 +20,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
20
20
  type: ArrayConstructor;
21
21
  default: () => any[];
22
22
  };
23
+ isOutDrill: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
23
27
  }, {
24
28
  visible: import("vue").Ref<boolean>;
25
29
  requestLoading: import("vue").Ref<boolean>;
@@ -90,10 +94,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
90
94
  type: ArrayConstructor;
91
95
  default: () => any[];
92
96
  };
97
+ isOutDrill: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
93
101
  }>>, {
94
102
  fontSize: number;
95
103
  theme: string;
96
104
  scaleValue: Record<string, any>;
97
105
  theDateInfo: Record<string, any>;
98
106
  allDimensions: unknown[];
107
+ isOutDrill: boolean;
99
108
  }>;
@@ -146,6 +146,7 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
146
146
  isShowDrillModal: import("vue").Ref<boolean>;
147
147
  isOutTriggerDrill: import("vue").Ref<boolean>;
148
148
  onCloseModal: () => void;
149
+ onZoomModal: () => void;
149
150
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
150
151
  pageId: {
151
152
  type: StringConstructor;
@@ -27,6 +27,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
27
27
  type?: import("vue").PropType<boolean>;
28
28
  default?: boolean;
29
29
  };
30
+ seqIndex: {
31
+ type?: import("vue").PropType<number>;
32
+ default?: number;
33
+ };
30
34
  columnsFixedNum: {
31
35
  type?: import("vue").PropType<number>;
32
36
  default?: number;
@@ -267,6 +271,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
267
271
  type?: import("vue").PropType<number>;
268
272
  default?: number;
269
273
  };
274
+ associatId?: {
275
+ type?: import("vue").PropType<string>;
276
+ default?: string;
277
+ };
270
278
  id: {
271
279
  type?: import("vue").PropType<string>;
272
280
  default?: string;
@@ -515,6 +523,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
515
523
  type?: import("vue").PropType<boolean>;
516
524
  default?: boolean;
517
525
  };
526
+ seqIndex: {
527
+ type?: import("vue").PropType<number>;
528
+ default?: number;
529
+ };
518
530
  columnsFixedNum: {
519
531
  type?: import("vue").PropType<number>;
520
532
  default?: number;
@@ -755,6 +767,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
755
767
  type?: import("vue").PropType<number>;
756
768
  default?: number;
757
769
  };
770
+ associatId?: {
771
+ type?: import("vue").PropType<string>;
772
+ default?: string;
773
+ };
758
774
  id: {
759
775
  type?: import("vue").PropType<string>;
760
776
  default?: string;
@@ -27,6 +27,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
27
27
  type?: import("vue").PropType<boolean>;
28
28
  default?: boolean;
29
29
  };
30
+ seqIndex: {
31
+ type?: import("vue").PropType<number>;
32
+ default?: number;
33
+ };
30
34
  columnsFixedNum: {
31
35
  type?: import("vue").PropType<number>;
32
36
  default?: number;
@@ -267,6 +271,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
267
271
  type?: import("vue").PropType<number>;
268
272
  default?: number;
269
273
  };
274
+ associatId?: {
275
+ type?: import("vue").PropType<string>;
276
+ default?: string;
277
+ };
270
278
  id: {
271
279
  type?: import("vue").PropType<string>;
272
280
  default?: string;
@@ -515,6 +523,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
515
523
  type?: import("vue").PropType<boolean>;
516
524
  default?: boolean;
517
525
  };
526
+ seqIndex: {
527
+ type?: import("vue").PropType<number>;
528
+ default?: number;
529
+ };
518
530
  columnsFixedNum: {
519
531
  type?: import("vue").PropType<number>;
520
532
  default?: number;
@@ -755,6 +767,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
755
767
  type?: import("vue").PropType<number>;
756
768
  default?: number;
757
769
  };
770
+ associatId?: {
771
+ type?: import("vue").PropType<string>;
772
+ default?: string;
773
+ };
758
774
  id: {
759
775
  type?: import("vue").PropType<string>;
760
776
  default?: string;