@ecan-bi/datav 1.4.59 → 1.4.61

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.4.59",
3
+ "version": "1.4.61",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -342,6 +342,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
342
342
  cursorStyle: import("vue").ComputedRef<any>;
343
343
  myTitle: import("vue").Ref<any>;
344
344
  wrapStyle: import("vue").ComputedRef<any>;
345
+ textRef: import("vue").Ref<any>;
345
346
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
346
347
  text: {
347
348
  type?: import("vue").PropType<string>;
@@ -342,6 +342,7 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
342
342
  cursorStyle: import("vue").ComputedRef<any>;
343
343
  myTitle: import("vue").Ref<any>;
344
344
  wrapStyle: import("vue").ComputedRef<any>;
345
+ textRef: import("vue").Ref<any>;
345
346
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
346
347
  text: {
347
348
  type?: import("vue").PropType<string>;