@ecan-bi/datav 1.4.53 → 1.4.55

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.53",
3
+ "version": "1.4.55",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -8,8 +8,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
8
8
  default?: string;
9
9
  };
10
10
  lineHeight: {
11
- type?: import("vue").PropType<number>;
12
- default?: number;
11
+ type?: import("vue").PropType<string>;
12
+ default?: string;
13
13
  };
14
14
  fontSize: {
15
15
  type?: import("vue").PropType<string>;
@@ -352,8 +352,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
352
352
  default?: string;
353
353
  };
354
354
  lineHeight: {
355
- type?: import("vue").PropType<number>;
356
- default?: number;
355
+ type?: import("vue").PropType<string>;
356
+ default?: string;
357
357
  };
358
358
  fontSize: {
359
359
  type?: import("vue").PropType<string>;
@@ -8,8 +8,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
8
8
  default?: string;
9
9
  };
10
10
  lineHeight: {
11
- type?: import("vue").PropType<number>;
12
- default?: number;
11
+ type?: import("vue").PropType<string>;
12
+ default?: string;
13
13
  };
14
14
  fontSize: {
15
15
  type?: import("vue").PropType<string>;
@@ -352,8 +352,8 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
352
352
  default?: string;
353
353
  };
354
354
  lineHeight: {
355
- type?: import("vue").PropType<number>;
356
- default?: number;
355
+ type?: import("vue").PropType<string>;
356
+ default?: string;
357
357
  };
358
358
  fontSize: {
359
359
  type?: import("vue").PropType<string>;
@@ -2,7 +2,7 @@ import { Props } from '../../utils/props';
2
2
  export interface TextProps extends Props {
3
3
  text: string;
4
4
  color: string;
5
- lineHeight: number;
5
+ lineHeight: string;
6
6
  fontSize: string;
7
7
  variableColor: string;
8
8
  fontFamily: string;
@@ -69,8 +69,8 @@ export declare const textComponentProps: {
69
69
  default?: string;
70
70
  };
71
71
  lineHeight: {
72
- type?: import("vue").PropType<number>;
73
- default?: number;
72
+ type?: import("vue").PropType<string>;
73
+ default?: string;
74
74
  };
75
75
  fontSize: {
76
76
  type?: import("vue").PropType<string>;