@ecan-bi/datav 1.0.67 → 1.0.68

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.
@@ -398,8 +398,8 @@ export declare const EcanProportion: import('../../_utils/withInstall').SFCWithI
398
398
  }, {
399
399
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
400
400
  myWidth: import("vue").ComputedRef<number>;
401
- text: import("vue").ComputedRef<string>;
402
- value: import("vue").ComputedRef<string | number>;
401
+ text: import("vue").ComputedRef<any>;
402
+ myValue: import("vue").ComputedRef<any>;
403
403
  loading: import("vue").Ref<boolean>;
404
404
  click: () => void;
405
405
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{