@ecan-bi/datav 1.1.72 → 1.1.73

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.
@@ -1,4 +1,4 @@
1
- export declare const EcanTimeDisplay: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  color: {
3
3
  type?: import("vue").PropType<string>;
4
4
  default?: string;
@@ -23,11 +23,11 @@ export declare const EcanTimeDisplay: import("../../utils/withInstall").SFCWithI
23
23
  type?: import("vue").PropType<string>;
24
24
  default?: string;
25
25
  };
26
- textAlign: {
26
+ alignItems: {
27
27
  type?: import("vue").PropType<string>;
28
28
  default?: string;
29
29
  };
30
- verticalAlign: {
30
+ justifyContent: {
31
31
  type?: import("vue").PropType<string>;
32
32
  default?: string;
33
33
  };
@@ -151,11 +151,11 @@ export declare const EcanTimeDisplay: import("../../utils/withInstall").SFCWithI
151
151
  type?: import("vue").PropType<string>;
152
152
  default?: string;
153
153
  };
154
- textAlign: {
154
+ alignItems: {
155
155
  type?: import("vue").PropType<string>;
156
156
  default?: string;
157
157
  };
158
- verticalAlign: {
158
+ justifyContent: {
159
159
  type?: import("vue").PropType<string>;
160
160
  default?: string;
161
161
  };
@@ -6,8 +6,8 @@ export interface TimeDisplayProps extends Props {
6
6
  fontFamily: string;
7
7
  fontWeight: number;
8
8
  textShadow: string;
9
- textAlign: string;
10
- verticalAlign: string;
9
+ alignItems: string;
10
+ justifyContent: string;
11
11
  }
12
12
  export declare const timeDisplayProps: TimeDisplayProps;
13
13
  export declare const timeDisplayComponentProps: {
@@ -35,11 +35,11 @@ export declare const timeDisplayComponentProps: {
35
35
  type?: import("vue").PropType<string>;
36
36
  default?: string;
37
37
  };
38
- textAlign: {
38
+ alignItems: {
39
39
  type?: import("vue").PropType<string>;
40
40
  default?: string;
41
41
  };
42
- verticalAlign: {
42
+ justifyContent: {
43
43
  type?: import("vue").PropType<string>;
44
44
  default?: string;
45
45
  };