qy-ui-for-ls 0.2.7 → 0.2.8

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.
@@ -25,6 +25,10 @@ declare const QyDescriptions: ({
25
25
  type: StringConstructor;
26
26
  default: string;
27
27
  };
28
+ fontSize: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
28
32
  color: {
29
33
  type: StringConstructor;
30
34
  default: string;
@@ -38,6 +42,7 @@ declare const QyDescriptions: ({
38
42
  default: number;
39
43
  };
40
44
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
45
+ fontSize: string;
41
46
  descColumn: number;
42
47
  colon: boolean;
43
48
  dataList: Record<string, any>;
@@ -79,6 +84,10 @@ declare const QyDescriptions: ({
79
84
  type: StringConstructor;
80
85
  default: string;
81
86
  };
87
+ fontSize: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
82
91
  color: {
83
92
  type: StringConstructor;
84
93
  default: string;
@@ -92,6 +101,7 @@ declare const QyDescriptions: ({
92
101
  default: number;
93
102
  };
94
103
  }>> & Readonly<{}>, {}, {}, {}, {}, {
104
+ fontSize: string;
95
105
  descColumn: number;
96
106
  colon: boolean;
97
107
  dataList: Record<string, any>;
@@ -130,6 +140,10 @@ declare const QyDescriptions: ({
130
140
  type: StringConstructor;
131
141
  default: string;
132
142
  };
143
+ fontSize: {
144
+ type: StringConstructor;
145
+ default: string;
146
+ };
133
147
  color: {
134
148
  type: StringConstructor;
135
149
  default: string;
@@ -143,6 +157,7 @@ declare const QyDescriptions: ({
143
157
  default: number;
144
158
  };
145
159
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
160
+ fontSize: string;
146
161
  descColumn: number;
147
162
  colon: boolean;
148
163
  dataList: Record<string, any>;
@@ -25,6 +25,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
25
25
  type: StringConstructor;
26
26
  default: string;
27
27
  };
28
+ fontSize: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
28
32
  color: {
29
33
  type: StringConstructor;
30
34
  default: string;
@@ -62,6 +66,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
62
66
  type: StringConstructor;
63
67
  default: string;
64
68
  };
69
+ fontSize: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
65
73
  color: {
66
74
  type: StringConstructor;
67
75
  default: string;
@@ -75,6 +83,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
75
83
  default: number;
76
84
  };
77
85
  }>> & Readonly<{}>, {
86
+ fontSize: string;
78
87
  descColumn: number;
79
88
  colon: boolean;
80
89
  dataList: Record<string, any>;