@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.
Files changed (120) hide show
  1. package/dist/index.es.js +7209 -6841
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +68 -68
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +3 -2
  7. package/types/common/echarts/Echarts.d.ts +1 -1
  8. package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +1 -1
  9. package/types/container/border/Border.vue.d.ts +24 -0
  10. package/types/container/border/index.d.ts +24 -0
  11. package/types/container/border/props.d.ts +12 -0
  12. package/types/container/circulate/Circulate.vue.d.ts +24 -0
  13. package/types/container/circulate/index.d.ts +24 -0
  14. package/types/container/circulate/props.d.ts +12 -0
  15. package/types/container/tabs/Tabs.vue.d.ts +24 -0
  16. package/types/container/tabs/index.d.ts +24 -0
  17. package/types/container/tabs/props.d.ts +12 -0
  18. package/types/container/template/Template.vue.d.ts +24 -0
  19. package/types/container/template/index.d.ts +24 -0
  20. package/types/container/template/props.d.ts +12 -0
  21. package/types/control/button/Button.vue.d.ts +32 -8
  22. package/types/control/button/index.d.ts +32 -8
  23. package/types/control/button/props.d.ts +16 -4
  24. package/types/control/checkbox/Checkbox.vue.d.ts +24 -0
  25. package/types/control/checkbox/index.d.ts +24 -0
  26. package/types/control/checkbox/props.d.ts +12 -0
  27. package/types/control/date-picker/DatePicker.vue.d.ts +24 -0
  28. package/types/control/date-picker/index.d.ts +24 -0
  29. package/types/control/date-picker/props.d.ts +12 -0
  30. package/types/control/input/Input.vue.d.ts +24 -0
  31. package/types/control/input/index.d.ts +24 -0
  32. package/types/control/input/props.d.ts +12 -0
  33. package/types/control/nav-tab/NavTab.vue.d.ts +24 -0
  34. package/types/control/nav-tab/index.d.ts +24 -0
  35. package/types/control/nav-tab/props.d.ts +12 -0
  36. package/types/control/radio/Radio.vue.d.ts +28 -4
  37. package/types/control/radio/index.d.ts +28 -4
  38. package/types/control/radio/props.d.ts +14 -2
  39. package/types/control/range-picker/RangePicker.vue.d.ts +24 -0
  40. package/types/control/range-picker/index.d.ts +24 -0
  41. package/types/control/range-picker/props.d.ts +12 -0
  42. package/types/control/select/Select.vue.d.ts +28 -4
  43. package/types/control/select/index.d.ts +28 -4
  44. package/types/control/select/props.d.ts +14 -2
  45. package/types/control/tree-select/TreeSelect.vue.d.ts +12 -0
  46. package/types/control/tree-select/index.d.ts +12 -0
  47. package/types/control/tree-select/props.d.ts +12 -0
  48. package/types/graph/IndicatorDetailModal.vue.d.ts +5 -0
  49. package/types/graph/bar/Bar.vue.d.ts +21 -4
  50. package/types/graph/bar/index.d.ts +21 -4
  51. package/types/graph/bar/props.d.ts +10 -2
  52. package/types/graph/combo-graph/ComboGraph.vue.d.ts +21 -4
  53. package/types/graph/combo-graph/index.d.ts +21 -4
  54. package/types/graph/combo-graph/props.d.ts +10 -2
  55. package/types/graph/custom-graph/CustomGraph.vue.d.ts +24 -0
  56. package/types/graph/custom-graph/index.d.ts +24 -0
  57. package/types/graph/custom-graph/props.d.ts +12 -0
  58. package/types/graph/line/Line.vue.d.ts +17 -0
  59. package/types/graph/line/index.d.ts +17 -0
  60. package/types/graph/line/props.d.ts +10 -0
  61. package/types/graph/pie/Pie.vue.d.ts +21 -4
  62. package/types/graph/pie/index.d.ts +21 -4
  63. package/types/graph/pie/props.d.ts +10 -2
  64. package/types/graph/radar/Radar.vue.d.ts +17 -0
  65. package/types/graph/radar/index.d.ts +17 -0
  66. package/types/graph/radar/props.d.ts +10 -0
  67. package/types/graph/scatter/Scatter.vue.d.ts +17 -0
  68. package/types/graph/scatter/index.d.ts +17 -0
  69. package/types/graph/scatter/props.d.ts +8 -0
  70. package/types/laboratory/data-select/DataSelect.vue.d.ts +28 -4
  71. package/types/laboratory/data-select/index.d.ts +28 -4
  72. package/types/laboratory/data-select/props.d.ts +14 -2
  73. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +344 -0
  74. package/types/laboratory/index-panel/index.d.ts +345 -0
  75. package/types/laboratory/index-panel/props.d.ts +186 -0
  76. package/types/laboratory/index.d.ts +1 -0
  77. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +43 -4
  78. package/types/laboratory/pivotTable/index.d.ts +43 -4
  79. package/types/laboratory/pivotTable/props.d.ts +12 -0
  80. package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -0
  81. package/types/laboratory/value-line/index.d.ts +16 -0
  82. package/types/laboratory/value-line/props.d.ts +10 -0
  83. package/types/map/map/Map.vue.d.ts +24 -0
  84. package/types/map/map/index.d.ts +24 -0
  85. package/types/map/map/props.d.ts +12 -0
  86. package/types/media/iframe/Iframe.vue.d.ts +24 -0
  87. package/types/media/iframe/index.d.ts +24 -0
  88. package/types/media/iframe/props.d.ts +12 -0
  89. package/types/media/image/Image.vue.d.ts +24 -0
  90. package/types/media/image/index.d.ts +24 -0
  91. package/types/media/image/props.d.ts +12 -0
  92. package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
  93. package/types/setting/page-config/index.d.ts +4 -4
  94. package/types/setting/page-config/props.d.ts +3 -3
  95. package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -4
  96. package/types/setting/provider-config/index.d.ts +9 -4
  97. package/types/setting/provider-config/props.d.ts +3 -3
  98. package/types/table/table/Table.vue.d.ts +24 -0
  99. package/types/table/table/index.d.ts +24 -0
  100. package/types/table/table/props.d.ts +12 -0
  101. package/types/text/counter/Counter.vue.d.ts +24 -0
  102. package/types/text/counter/index.d.ts +24 -0
  103. package/types/text/counter/props.d.ts +12 -0
  104. package/types/text/list/List.vue.d.ts +24 -0
  105. package/types/text/list/index.d.ts +24 -0
  106. package/types/text/list/props.d.ts +12 -0
  107. package/types/text/proportion/Proportion.vue.d.ts +24 -0
  108. package/types/text/proportion/index.d.ts +24 -0
  109. package/types/text/proportion/props.d.ts +12 -0
  110. package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
  111. package/types/text/rectangle/index.d.ts +24 -0
  112. package/types/text/rectangle/props.d.ts +12 -0
  113. package/types/text/text/Text.vue.d.ts +24 -0
  114. package/types/text/text/index.d.ts +24 -0
  115. package/types/text/text/props.d.ts +12 -0
  116. package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
  117. package/types/text/time-display/index.d.ts +24 -0
  118. package/types/text/time-display/props.d.ts +12 -0
  119. package/types/utils/props.d.ts +3 -0
  120. package/types/utils/util.d.ts +1 -0
@@ -167,6 +167,18 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
167
167
  [key: string]: any;
168
168
  };
169
169
  };
170
+ toolboxShow?: {
171
+ type?: import("vue").PropType<boolean>;
172
+ default?: boolean;
173
+ };
174
+ isShowIndDetail?: {
175
+ type?: import("vue").PropType<boolean>;
176
+ default?: boolean;
177
+ };
178
+ indDetailIconColor?: {
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
181
+ };
170
182
  }, {
171
183
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
172
184
  gradientStyle: import("vue").ComputedRef<{
@@ -349,6 +361,18 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
349
361
  [key: string]: any;
350
362
  };
351
363
  };
364
+ toolboxShow?: {
365
+ type?: import("vue").PropType<boolean>;
366
+ default?: boolean;
367
+ };
368
+ isShowIndDetail?: {
369
+ type?: import("vue").PropType<boolean>;
370
+ default?: boolean;
371
+ };
372
+ indDetailIconColor?: {
373
+ type?: import("vue").PropType<string>;
374
+ default?: string;
375
+ };
352
376
  }>>, {}>> & Record<string, any>;
353
377
  export default EcanRectangle;
354
378
  export * from './props';
@@ -182,5 +182,17 @@ export declare const rectangleComponentProps: {
182
182
  [key: string]: any;
183
183
  };
184
184
  };
185
+ toolboxShow?: {
186
+ type?: import("vue").PropType<boolean>;
187
+ default?: boolean;
188
+ };
189
+ isShowIndDetail?: {
190
+ type?: import("vue").PropType<boolean>;
191
+ default?: boolean;
192
+ };
193
+ indDetailIconColor?: {
194
+ type?: import("vue").PropType<string>;
195
+ default?: string;
196
+ };
185
197
  };
186
198
  export declare const rectangleEvents: any[];
@@ -339,6 +339,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
339
339
  [key: string]: any;
340
340
  };
341
341
  };
342
+ toolboxShow?: {
343
+ type?: import("vue").PropType<boolean>;
344
+ default?: boolean;
345
+ };
346
+ isShowIndDetail?: {
347
+ type?: import("vue").PropType<boolean>;
348
+ default?: boolean;
349
+ };
350
+ indDetailIconColor?: {
351
+ type?: import("vue").PropType<string>;
352
+ default?: string;
353
+ };
342
354
  }, {
343
355
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
344
356
  myText: import("vue").ComputedRef<string>;
@@ -692,5 +704,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
692
704
  [key: string]: any;
693
705
  };
694
706
  };
707
+ toolboxShow?: {
708
+ type?: import("vue").PropType<boolean>;
709
+ default?: boolean;
710
+ };
711
+ isShowIndDetail?: {
712
+ type?: import("vue").PropType<boolean>;
713
+ default?: boolean;
714
+ };
715
+ indDetailIconColor?: {
716
+ type?: import("vue").PropType<string>;
717
+ default?: string;
718
+ };
695
719
  }>>, {}>;
696
720
  export default _sfc_main;
@@ -339,6 +339,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
339
339
  [key: string]: any;
340
340
  };
341
341
  };
342
+ toolboxShow?: {
343
+ type?: import("vue").PropType<boolean>;
344
+ default?: boolean;
345
+ };
346
+ isShowIndDetail?: {
347
+ type?: import("vue").PropType<boolean>;
348
+ default?: boolean;
349
+ };
350
+ indDetailIconColor?: {
351
+ type?: import("vue").PropType<string>;
352
+ default?: string;
353
+ };
342
354
  }, {
343
355
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
344
356
  myText: import("vue").ComputedRef<string>;
@@ -692,6 +704,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
692
704
  [key: string]: any;
693
705
  };
694
706
  };
707
+ toolboxShow?: {
708
+ type?: import("vue").PropType<boolean>;
709
+ default?: boolean;
710
+ };
711
+ isShowIndDetail?: {
712
+ type?: import("vue").PropType<boolean>;
713
+ default?: boolean;
714
+ };
715
+ indDetailIconColor?: {
716
+ type?: import("vue").PropType<string>;
717
+ default?: string;
718
+ };
695
719
  }>>, {}>> & Record<string, any>;
696
720
  export default EcanText;
697
721
  export * from './props';
@@ -400,5 +400,17 @@ export declare const textComponentProps: {
400
400
  [key: string]: any;
401
401
  };
402
402
  };
403
+ toolboxShow?: {
404
+ type?: import("vue").PropType<boolean>;
405
+ default?: boolean;
406
+ };
407
+ isShowIndDetail?: {
408
+ type?: import("vue").PropType<boolean>;
409
+ default?: boolean;
410
+ };
411
+ indDetailIconColor?: {
412
+ type?: import("vue").PropType<string>;
413
+ default?: string;
414
+ };
403
415
  };
404
416
  export declare const textEvents: string[];
@@ -169,6 +169,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
169
169
  [key: string]: any;
170
170
  };
171
171
  };
172
+ toolboxShow?: {
173
+ type?: import("vue").PropType<boolean>;
174
+ default?: boolean;
175
+ };
176
+ isShowIndDetail?: {
177
+ type?: import("vue").PropType<boolean>;
178
+ default?: boolean;
179
+ };
180
+ indDetailIconColor?: {
181
+ type?: import("vue").PropType<string>;
182
+ default?: string;
183
+ };
172
184
  }, {
173
185
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
174
186
  time: import("vue").Ref<any>;
@@ -343,5 +355,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
343
355
  [key: string]: any;
344
356
  };
345
357
  };
358
+ toolboxShow?: {
359
+ type?: import("vue").PropType<boolean>;
360
+ default?: boolean;
361
+ };
362
+ isShowIndDetail?: {
363
+ type?: import("vue").PropType<boolean>;
364
+ default?: boolean;
365
+ };
366
+ indDetailIconColor?: {
367
+ type?: import("vue").PropType<string>;
368
+ default?: string;
369
+ };
346
370
  }>>, {}>;
347
371
  export default _sfc_main;
@@ -169,6 +169,18 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
169
169
  [key: string]: any;
170
170
  };
171
171
  };
172
+ toolboxShow?: {
173
+ type?: import("vue").PropType<boolean>;
174
+ default?: boolean;
175
+ };
176
+ isShowIndDetail?: {
177
+ type?: import("vue").PropType<boolean>;
178
+ default?: boolean;
179
+ };
180
+ indDetailIconColor?: {
181
+ type?: import("vue").PropType<string>;
182
+ default?: string;
183
+ };
172
184
  }, {
173
185
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
174
186
  time: import("vue").Ref<any>;
@@ -343,6 +355,18 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
343
355
  [key: string]: any;
344
356
  };
345
357
  };
358
+ toolboxShow?: {
359
+ type?: import("vue").PropType<boolean>;
360
+ default?: boolean;
361
+ };
362
+ isShowIndDetail?: {
363
+ type?: import("vue").PropType<boolean>;
364
+ default?: boolean;
365
+ };
366
+ indDetailIconColor?: {
367
+ type?: import("vue").PropType<string>;
368
+ default?: string;
369
+ };
346
370
  }>>, {}>> & Record<string, any>;
347
371
  export default EcanTimeDisplay;
348
372
  export * from './props';
@@ -186,5 +186,17 @@ export declare const timeDisplayComponentProps: {
186
186
  [key: string]: any;
187
187
  };
188
188
  };
189
+ toolboxShow?: {
190
+ type?: import("vue").PropType<boolean>;
191
+ default?: boolean;
192
+ };
193
+ isShowIndDetail?: {
194
+ type?: import("vue").PropType<boolean>;
195
+ default?: boolean;
196
+ };
197
+ indDetailIconColor?: {
198
+ type?: import("vue").PropType<string>;
199
+ default?: string;
200
+ };
189
201
  };
190
202
  export declare const timeDisplayEvents: string[];
@@ -58,6 +58,9 @@ export interface Props {
58
58
  extendData?: {
59
59
  [key: string]: any;
60
60
  };
61
+ toolboxShow?: boolean;
62
+ isShowIndDetail?: boolean;
63
+ indDetailIconColor?: string;
61
64
  }
62
65
  export declare const props: Props;
63
66
  export declare const transformToComponentProps: <T extends {}>(props: T) => { [P in keyof T]: {
@@ -67,3 +67,4 @@ export declare function getPageUrlParams(pageId: string): {};
67
67
  export declare function getNewValueFromUrlParams(pageId: string, keyName: string, field: string): string;
68
68
  export declare function getFormatWh(target: any, pageTarget: any): number;
69
69
  export declare const hasChinese: (str: string) => boolean;
70
+ export declare const dragModalAction: (e: any, target: string) => void;