@ecan-bi/datav 1.4.8 → 1.4.9

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 (97) hide show
  1. package/dist/index.es.js +3 -2
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +2 -2
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +1 -1
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +8 -0
  8. package/types/container/border/index.d.ts +8 -0
  9. package/types/container/border/props.d.ts +4 -0
  10. package/types/container/circulate/Circulate.vue.d.ts +8 -0
  11. package/types/container/circulate/index.d.ts +8 -0
  12. package/types/container/circulate/props.d.ts +4 -0
  13. package/types/container/tabs/Tabs.vue.d.ts +8 -0
  14. package/types/container/tabs/index.d.ts +8 -0
  15. package/types/container/tabs/props.d.ts +4 -0
  16. package/types/container/template/Template.vue.d.ts +8 -0
  17. package/types/container/template/index.d.ts +8 -0
  18. package/types/container/template/props.d.ts +4 -0
  19. package/types/control/button/Button.vue.d.ts +8 -0
  20. package/types/control/button/index.d.ts +8 -0
  21. package/types/control/button/props.d.ts +4 -0
  22. package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
  23. package/types/control/checkbox/index.d.ts +8 -0
  24. package/types/control/checkbox/props.d.ts +4 -0
  25. package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
  26. package/types/control/date-picker/index.d.ts +8 -0
  27. package/types/control/date-picker/props.d.ts +4 -0
  28. package/types/control/input/Input.vue.d.ts +8 -0
  29. package/types/control/input/index.d.ts +8 -0
  30. package/types/control/input/props.d.ts +4 -0
  31. package/types/control/radio/Radio.vue.d.ts +8 -0
  32. package/types/control/radio/index.d.ts +8 -0
  33. package/types/control/radio/props.d.ts +4 -0
  34. package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
  35. package/types/control/range-picker/index.d.ts +8 -0
  36. package/types/control/range-picker/props.d.ts +4 -0
  37. package/types/control/select/Select.vue.d.ts +8 -0
  38. package/types/control/select/index.d.ts +8 -0
  39. package/types/control/select/props.d.ts +4 -0
  40. package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
  41. package/types/control/tree-select/index.d.ts +4 -0
  42. package/types/control/tree-select/props.d.ts +4 -0
  43. package/types/graph/bar/Bar.vue.d.ts +8 -0
  44. package/types/graph/bar/index.d.ts +8 -0
  45. package/types/graph/bar/props.d.ts +4 -0
  46. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
  47. package/types/graph/combo-graph/index.d.ts +8 -0
  48. package/types/graph/combo-graph/props.d.ts +4 -0
  49. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
  50. package/types/graph/custom-graph/index.d.ts +8 -0
  51. package/types/graph/custom-graph/props.d.ts +4 -0
  52. package/types/graph/line/Line.vue.d.ts +8 -0
  53. package/types/graph/line/index.d.ts +8 -0
  54. package/types/graph/line/props.d.ts +5 -0
  55. package/types/graph/pie/Pie.vue.d.ts +8 -0
  56. package/types/graph/pie/index.d.ts +8 -0
  57. package/types/graph/pie/props.d.ts +4 -0
  58. package/types/graph/radar/Radar.vue.d.ts +8 -0
  59. package/types/graph/radar/index.d.ts +8 -0
  60. package/types/graph/radar/props.d.ts +5 -0
  61. package/types/graph/scatter/Scatter.vue.d.ts +8 -0
  62. package/types/graph/scatter/index.d.ts +8 -0
  63. package/types/graph/scatter/props.d.ts +4 -0
  64. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
  65. package/types/laboratory/data-select/index.d.ts +8 -0
  66. package/types/laboratory/data-select/props.d.ts +4 -0
  67. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +12 -0
  68. package/types/laboratory/pivotTable/index.d.ts +12 -0
  69. package/types/laboratory/pivotTable/props.d.ts +4 -0
  70. package/types/map/map/Map.vue.d.ts +8 -0
  71. package/types/map/map/index.d.ts +8 -0
  72. package/types/map/map/props.d.ts +4 -0
  73. package/types/media/iframe/Iframe.vue.d.ts +8 -0
  74. package/types/media/iframe/index.d.ts +8 -0
  75. package/types/media/iframe/props.d.ts +4 -0
  76. package/types/media/image/Image.vue.d.ts +8 -0
  77. package/types/media/image/index.d.ts +8 -0
  78. package/types/media/image/props.d.ts +4 -0
  79. package/types/table/table/Table.vue.d.ts +8 -0
  80. package/types/table/table/index.d.ts +8 -0
  81. package/types/table/table/props.d.ts +4 -0
  82. package/types/text/counter/Counter.vue.d.ts +8 -0
  83. package/types/text/counter/index.d.ts +8 -0
  84. package/types/text/counter/props.d.ts +4 -0
  85. package/types/text/list/List.vue.d.ts +8 -0
  86. package/types/text/list/index.d.ts +8 -0
  87. package/types/text/list/props.d.ts +4 -0
  88. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  89. package/types/text/proportion/index.d.ts +8 -0
  90. package/types/text/proportion/props.d.ts +4 -0
  91. package/types/text/text/Text.vue.d.ts +8 -0
  92. package/types/text/text/index.d.ts +8 -0
  93. package/types/text/text/props.d.ts +4 -0
  94. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
  95. package/types/text/time-display/index.d.ts +8 -0
  96. package/types/text/time-display/props.d.ts +4 -0
  97. package/types/utils/props.d.ts +1 -0
@@ -198,5 +198,9 @@ export declare const imageComponentProps: {
198
198
  type?: import("vue").PropType<any>;
199
199
  default?: any;
200
200
  };
201
+ componentDoc?: {
202
+ type?: import("vue").PropType<null>;
203
+ default?: null;
204
+ };
201
205
  };
202
206
  export declare const imageEvents: string[];
@@ -355,6 +355,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
355
355
  type?: import("vue").PropType<any>;
356
356
  default?: any;
357
357
  };
358
+ componentDoc?: {
359
+ type?: import("vue").PropType<null>;
360
+ default?: null;
361
+ };
358
362
  }, {
359
363
  x: import("vue").ComputedRef<number>;
360
364
  y: import("vue").Ref<number>;
@@ -777,5 +781,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
777
781
  type?: import("vue").PropType<any>;
778
782
  default?: any;
779
783
  };
784
+ componentDoc?: {
785
+ type?: import("vue").PropType<null>;
786
+ default?: null;
787
+ };
780
788
  }>>, {}>;
781
789
  export default _sfc_main;
@@ -355,6 +355,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
355
355
  type?: import("vue").PropType<any>;
356
356
  default?: any;
357
357
  };
358
+ componentDoc?: {
359
+ type?: import("vue").PropType<null>;
360
+ default?: null;
361
+ };
358
362
  }, {
359
363
  x: import("vue").ComputedRef<number>;
360
364
  y: import("vue").Ref<number>;
@@ -777,6 +781,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
777
781
  type?: import("vue").PropType<any>;
778
782
  default?: any;
779
783
  };
784
+ componentDoc?: {
785
+ type?: import("vue").PropType<null>;
786
+ default?: null;
787
+ };
780
788
  }>>, {}>> & Record<string, any>;
781
789
  export default EcanTable;
782
790
  export * from './props';
@@ -425,5 +425,9 @@ export declare const tableComponentProps: {
425
425
  type?: import("vue").PropType<any>;
426
426
  default?: any;
427
427
  };
428
+ componentDoc?: {
429
+ type?: import("vue").PropType<null>;
430
+ default?: null;
431
+ };
428
432
  };
429
433
  export declare const tableEvents: string[];
@@ -159,6 +159,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
159
159
  type?: import("vue").PropType<any>;
160
160
  default?: any;
161
161
  };
162
+ componentDoc?: {
163
+ type?: import("vue").PropType<null>;
164
+ default?: null;
165
+ };
162
166
  }, {
163
167
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
164
168
  valueList: import("vue").ComputedRef<string[]>;
@@ -337,5 +341,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
337
341
  type?: import("vue").PropType<any>;
338
342
  default?: any;
339
343
  };
344
+ componentDoc?: {
345
+ type?: import("vue").PropType<null>;
346
+ default?: null;
347
+ };
340
348
  }>>, {}>;
341
349
  export default _sfc_main;
@@ -159,6 +159,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
159
159
  type?: import("vue").PropType<any>;
160
160
  default?: any;
161
161
  };
162
+ componentDoc?: {
163
+ type?: import("vue").PropType<null>;
164
+ default?: null;
165
+ };
162
166
  }, {
163
167
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
164
168
  valueList: import("vue").ComputedRef<string[]>;
@@ -337,6 +341,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
337
341
  type?: import("vue").PropType<any>;
338
342
  default?: any;
339
343
  };
344
+ componentDoc?: {
345
+ type?: import("vue").PropType<null>;
346
+ default?: null;
347
+ };
340
348
  }>>, {}>> & Record<string, any>;
341
349
  export default EcanCounter;
342
350
  export * from './props';
@@ -176,6 +176,10 @@ export declare const counterComponentProps: {
176
176
  type?: import("vue").PropType<any>;
177
177
  default?: any;
178
178
  };
179
+ componentDoc?: {
180
+ type?: import("vue").PropType<null>;
181
+ default?: null;
182
+ };
179
183
  };
180
184
  export interface CounterEvents {
181
185
  refreshData: () => void;
@@ -231,6 +231,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
231
231
  type?: import("vue").PropType<any>;
232
232
  default?: any;
233
233
  };
234
+ componentDoc?: {
235
+ type?: import("vue").PropType<null>;
236
+ default?: null;
237
+ };
234
238
  }, {
235
239
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
236
240
  formatFn: (value: string | number, column: any) => any;
@@ -509,5 +513,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
509
513
  type?: import("vue").PropType<any>;
510
514
  default?: any;
511
515
  };
516
+ componentDoc?: {
517
+ type?: import("vue").PropType<null>;
518
+ default?: null;
519
+ };
512
520
  }>>, {}>;
513
521
  export default _sfc_main;
@@ -231,6 +231,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
231
231
  type?: import("vue").PropType<any>;
232
232
  default?: any;
233
233
  };
234
+ componentDoc?: {
235
+ type?: import("vue").PropType<null>;
236
+ default?: null;
237
+ };
234
238
  }, {
235
239
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
236
240
  formatFn: (value: string | number, column: any) => any;
@@ -509,6 +513,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
509
513
  type?: import("vue").PropType<any>;
510
514
  default?: any;
511
515
  };
516
+ componentDoc?: {
517
+ type?: import("vue").PropType<null>;
518
+ default?: null;
519
+ };
512
520
  }>>, {}>> & Record<string, any>;
513
521
  export default EcanList;
514
522
  export * from './props';
@@ -269,6 +269,10 @@ export declare const listComponentProps: {
269
269
  type?: import("vue").PropType<any>;
270
270
  default?: any;
271
271
  };
272
+ componentDoc?: {
273
+ type?: import("vue").PropType<null>;
274
+ default?: null;
275
+ };
272
276
  };
273
277
  export interface ListEvents {
274
278
  refreshData: () => void;
@@ -199,6 +199,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
199
199
  type?: import("vue").PropType<any>;
200
200
  default?: any;
201
201
  };
202
+ componentDoc?: {
203
+ type?: import("vue").PropType<null>;
204
+ default?: null;
205
+ };
202
206
  }, {
203
207
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
204
208
  myWidth: import("vue").ComputedRef<number>;
@@ -408,5 +412,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
408
412
  type?: import("vue").PropType<any>;
409
413
  default?: any;
410
414
  };
415
+ componentDoc?: {
416
+ type?: import("vue").PropType<null>;
417
+ default?: null;
418
+ };
411
419
  }>>, {}>;
412
420
  export default _sfc_main;
@@ -199,6 +199,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
199
199
  type?: import("vue").PropType<any>;
200
200
  default?: any;
201
201
  };
202
+ componentDoc?: {
203
+ type?: import("vue").PropType<null>;
204
+ default?: null;
205
+ };
202
206
  }, {
203
207
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
204
208
  myWidth: import("vue").ComputedRef<number>;
@@ -408,6 +412,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
408
412
  type?: import("vue").PropType<any>;
409
413
  default?: any;
410
414
  };
415
+ componentDoc?: {
416
+ type?: import("vue").PropType<null>;
417
+ default?: null;
418
+ };
411
419
  }>>, {}>> & Record<string, any>;
412
420
  export default EcanProportion;
413
421
  export * from './props';
@@ -227,5 +227,9 @@ export declare const proportionComponentProps: {
227
227
  type?: import("vue").PropType<any>;
228
228
  default?: any;
229
229
  };
230
+ componentDoc?: {
231
+ type?: import("vue").PropType<null>;
232
+ default?: null;
233
+ };
230
234
  };
231
235
  export declare const proportionEvents: string[];
@@ -303,6 +303,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
303
303
  type?: import("vue").PropType<any>;
304
304
  default?: any;
305
305
  };
306
+ componentDoc?: {
307
+ type?: import("vue").PropType<null>;
308
+ default?: null;
309
+ };
306
310
  }, {
307
311
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
308
312
  myText: import("vue").ComputedRef<string>;
@@ -617,5 +621,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
617
621
  type?: import("vue").PropType<any>;
618
622
  default?: any;
619
623
  };
624
+ componentDoc?: {
625
+ type?: import("vue").PropType<null>;
626
+ default?: null;
627
+ };
620
628
  }>>, {}>;
621
629
  export default _sfc_main;
@@ -303,6 +303,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
303
303
  type?: import("vue").PropType<any>;
304
304
  default?: any;
305
305
  };
306
+ componentDoc?: {
307
+ type?: import("vue").PropType<null>;
308
+ default?: null;
309
+ };
306
310
  }, {
307
311
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
308
312
  myText: import("vue").ComputedRef<string>;
@@ -617,6 +621,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
617
621
  type?: import("vue").PropType<any>;
618
622
  default?: any;
619
623
  };
624
+ componentDoc?: {
625
+ type?: import("vue").PropType<null>;
626
+ default?: null;
627
+ };
620
628
  }>>, {}>> & Record<string, any>;
621
629
  export default EcanText;
622
630
  export * from './props';
@@ -358,5 +358,9 @@ export declare const textComponentProps: {
358
358
  type?: import("vue").PropType<any>;
359
359
  default?: any;
360
360
  };
361
+ componentDoc?: {
362
+ type?: import("vue").PropType<null>;
363
+ default?: null;
364
+ };
361
365
  };
362
366
  export declare const textEvents: string[];
@@ -157,6 +157,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
157
157
  type?: import("vue").PropType<any>;
158
158
  default?: any;
159
159
  };
160
+ componentDoc?: {
161
+ type?: import("vue").PropType<null>;
162
+ default?: null;
163
+ };
160
164
  }, {
161
165
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
162
166
  time: import("vue").Ref<any>;
@@ -319,5 +323,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
319
323
  type?: import("vue").PropType<any>;
320
324
  default?: any;
321
325
  };
326
+ componentDoc?: {
327
+ type?: import("vue").PropType<null>;
328
+ default?: null;
329
+ };
322
330
  }>>, {}>;
323
331
  export default _sfc_main;
@@ -157,6 +157,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
157
157
  type?: import("vue").PropType<any>;
158
158
  default?: any;
159
159
  };
160
+ componentDoc?: {
161
+ type?: import("vue").PropType<null>;
162
+ default?: null;
163
+ };
160
164
  }, {
161
165
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
162
166
  time: import("vue").Ref<any>;
@@ -319,6 +323,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
319
323
  type?: import("vue").PropType<any>;
320
324
  default?: any;
321
325
  };
326
+ componentDoc?: {
327
+ type?: import("vue").PropType<null>;
328
+ default?: null;
329
+ };
322
330
  }>>, {}>> & Record<string, any>;
323
331
  export default EcanTimeDisplay;
324
332
  export * from './props';
@@ -174,5 +174,9 @@ export declare const timeDisplayComponentProps: {
174
174
  type?: import("vue").PropType<any>;
175
175
  default?: any;
176
176
  };
177
+ componentDoc?: {
178
+ type?: import("vue").PropType<null>;
179
+ default?: null;
180
+ };
177
181
  };
178
182
  export declare const timeDisplayEvents: string[];
@@ -54,6 +54,7 @@ export interface Props {
54
54
  customRequestParams: string;
55
55
  dataSetParam?: any;
56
56
  requestType?: any;
57
+ componentDoc?: null;
57
58
  }
58
59
  export declare const props: Props;
59
60
  export declare const transformToComponentProps: <T extends {}>(props: T) => { [P in keyof T]: {