@tuya-miniapp/smart-ui 1.2.2 → 1.3.0-beta-2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/action-sheet/index.js +7 -3
- package/dist/battery/index.js +5 -3
- package/dist/calendar/calendar.wxml +1 -0
- package/dist/calendar/components/month/index.d.ts +1 -0
- package/dist/calendar/components/month/index.js +11 -3
- package/dist/calendar/components/month/index.wxs +1 -1
- package/dist/calendar/index.js +13 -3
- package/dist/calendar/index.wxs +1 -1
- package/dist/calendar/utils.d.ts +1 -0
- package/dist/calendar/utils.js +11 -1
- package/dist/common/theme/dark.d.ts +344 -0
- package/dist/common/theme/dark.js +343 -0
- package/dist/common/theme/light.d.ts +344 -0
- package/dist/common/theme/light.js +343 -0
- package/dist/config-provider/index.wxs +7 -2
- package/dist/wxs/is-app-theme-var.wxs +8 -0
- package/dist/wxs/style.wxs +4 -0
- package/dist/wxs/utils.wxs +3 -1
- package/lib/action-sheet/index.js +7 -3
- package/lib/battery/index.js +5 -3
- package/lib/calendar/calendar.wxml +1 -0
- package/lib/calendar/components/month/index.d.ts +1 -0
- package/lib/calendar/components/month/index.js +10 -2
- package/lib/calendar/components/month/index.wxs +1 -1
- package/lib/calendar/index.js +13 -3
- package/lib/calendar/index.wxs +1 -1
- package/lib/calendar/utils.d.ts +1 -0
- package/lib/calendar/utils.js +13 -2
- package/lib/common/theme/dark.d.ts +344 -0
- package/lib/common/theme/dark.js +345 -0
- package/lib/common/theme/light.d.ts +344 -0
- package/lib/common/theme/light.js +345 -0
- package/lib/config-provider/index.wxs +7 -2
- package/lib/wxs/is-app-theme-var.wxs +8 -0
- package/lib/wxs/style.wxs +4 -0
- package/lib/wxs/utils.wxs +3 -1
- package/package.json +1 -1
@@ -0,0 +1,343 @@
|
|
1
|
+
export default {
|
2
|
+
'--app-B1_2-N1': 'rgba(0, 0, 0, 0.90)',
|
3
|
+
'--app-B1_2-N2': 'rgba(0, 0, 0, 0.70)',
|
4
|
+
'--app-B1_2-N3': 'rgba(0, 0, 0, 0.50)',
|
5
|
+
'--app-B1_2-N4': 'rgba(0, 0, 0, 0.30)',
|
6
|
+
'--app-B1_2-N5': 'rgba(0, 0, 0, 0.70)',
|
7
|
+
'--app-B1_2-N6': 'rgba(0, 0, 0, 0.20)',
|
8
|
+
'--app-B1_2-N7': 'rgba(0, 0, 0, 0.10)',
|
9
|
+
'--app-B1_2-N8': 'rgba(0, 0, 0, 0.40)',
|
10
|
+
'--app-B1_2-N9': 'rgba(0, 0, 0, 0.03)',
|
11
|
+
'--app-B1_2': 'rgba(221.4, 222.3, 225.9, 1.00)',
|
12
|
+
'--app-B1-N1': 'rgba(0, 0, 0, 0.90)',
|
13
|
+
'--app-B1-N2': 'rgba(0, 0, 0, 0.70)',
|
14
|
+
'--app-B1-N3': 'rgba(0, 0, 0, 0.50)',
|
15
|
+
'--app-B1-N4': 'rgba(0, 0, 0, 0.30)',
|
16
|
+
'--app-B1-N5': 'rgba(0, 0, 0, 0.70)',
|
17
|
+
'--app-B1-N6': 'rgba(0, 0, 0, 0.20)',
|
18
|
+
'--app-B1-N7': 'rgba(0, 0, 0, 0.10)',
|
19
|
+
'--app-B1-N8': 'rgba(0, 0, 0, 0.40)',
|
20
|
+
'--app-B1-N9': 'rgba(0, 0, 0, 0.03)',
|
21
|
+
'--app-B1': 'rgba(246, 247, 251, 1.00)',
|
22
|
+
'--app-B2_2-N1': 'rgba(0, 0, 0, 0.90)',
|
23
|
+
'--app-B2_2-N2': 'rgba(0, 0, 0, 0.70)',
|
24
|
+
'--app-B2_2-N3': 'rgba(0, 0, 0, 0.50)',
|
25
|
+
'--app-B2_2-N4': 'rgba(0, 0, 0, 0.30)',
|
26
|
+
'--app-B2_2-N5': 'rgba(0, 0, 0, 0.70)',
|
27
|
+
'--app-B2_2-N6': 'rgba(0, 0, 0, 0.20)',
|
28
|
+
'--app-B2_2-N7': 'rgba(0, 0, 0, 0.10)',
|
29
|
+
'--app-B2_2-N8': 'rgba(0, 0, 0, 0.40)',
|
30
|
+
'--app-B2_2-N9': 'rgba(0, 0, 0, 0.03)',
|
31
|
+
'--app-B2_2': 'rgba(229.5, 229.5, 229.5, 1.00)',
|
32
|
+
'--app-B2-N1': 'rgba(0, 0, 0, 0.90)',
|
33
|
+
'--app-B2-N2': 'rgba(0, 0, 0, 0.70)',
|
34
|
+
'--app-B2-N3': 'rgba(0, 0, 0, 0.50)',
|
35
|
+
'--app-B2-N4': 'rgba(0, 0, 0, 0.30)',
|
36
|
+
'--app-B2-N5': 'rgba(0, 0, 0, 0.70)',
|
37
|
+
'--app-B2-N6': 'rgba(0, 0, 0, 0.20)',
|
38
|
+
'--app-B2-N7': 'rgba(0, 0, 0, 0.10)',
|
39
|
+
'--app-B2-N8': 'rgba(0, 0, 0, 0.40)',
|
40
|
+
'--app-B2-N9': 'rgba(0, 0, 0, 0.03)',
|
41
|
+
'--app-B2': 'rgba(255, 255, 255, 1.00)',
|
42
|
+
'--app-B3_2-N1': 'rgba(0, 0, 0, 0.90)',
|
43
|
+
'--app-B3_2-N2': 'rgba(0, 0, 0, 0.70)',
|
44
|
+
'--app-B3_2-N3': 'rgba(0, 0, 0, 0.50)',
|
45
|
+
'--app-B3_2-N4': 'rgba(0, 0, 0, 0.30)',
|
46
|
+
'--app-B3_2-N5': 'rgba(0, 0, 0, 0.70)',
|
47
|
+
'--app-B3_2-N6': 'rgba(0, 0, 0, 0.20)',
|
48
|
+
'--app-B3_2-N7': 'rgba(0, 0, 0, 0.10)',
|
49
|
+
'--app-B3_2-N8': 'rgba(0, 0, 0, 0.40)',
|
50
|
+
'--app-B3_2-N9': 'rgba(0, 0, 0, 0.03)',
|
51
|
+
'--app-B3_2': 'rgba(229.5, 229.5, 229.5, 1.00)',
|
52
|
+
'--app-B3-N1': 'rgba(0, 0, 0, 0.90)',
|
53
|
+
'--app-B3-N2': 'rgba(0, 0, 0, 0.70)',
|
54
|
+
'--app-B3-N3': 'rgba(0, 0, 0, 0.50)',
|
55
|
+
'--app-B3-N4': 'rgba(0, 0, 0, 0.30)',
|
56
|
+
'--app-B3-N5': 'rgba(0, 0, 0, 0.70)',
|
57
|
+
'--app-B3-N6': 'rgba(0, 0, 0, 0.20)',
|
58
|
+
'--app-B3-N7': 'rgba(0, 0, 0, 0.10)',
|
59
|
+
'--app-B3-N8': 'rgba(0, 0, 0, 0.40)',
|
60
|
+
'--app-B3-N9': 'rgba(0, 0, 0, 0.03)',
|
61
|
+
'--app-B3': 'rgba(255, 255, 255, 1.00)',
|
62
|
+
'--app-B4_2-N1': 'rgba(0, 0, 0, 0.90)',
|
63
|
+
'--app-B4_2-N2': 'rgba(0, 0, 0, 0.70)',
|
64
|
+
'--app-B4_2-N3': 'rgba(0, 0, 0, 0.50)',
|
65
|
+
'--app-B4_2-N4': 'rgba(0, 0, 0, 0.30)',
|
66
|
+
'--app-B4_2-N5': 'rgba(0, 0, 0, 0.70)',
|
67
|
+
'--app-B4_2-N6': 'rgba(0, 0, 0, 0.20)',
|
68
|
+
'--app-B4_2-N7': 'rgba(0, 0, 0, 0.10)',
|
69
|
+
'--app-B4_2-N8': 'rgba(0, 0, 0, 0.40)',
|
70
|
+
'--app-B4_2-N9': 'rgba(0, 0, 0, 0.03)',
|
71
|
+
'--app-B4_2': 'rgba(229.5, 229.5, 229.5, 1.00)',
|
72
|
+
'--app-B4-N1': 'rgba(0, 0, 0, 0.90)',
|
73
|
+
'--app-B4-N2': 'rgba(0, 0, 0, 0.70)',
|
74
|
+
'--app-B4-N3': 'rgba(0, 0, 0, 0.50)',
|
75
|
+
'--app-B4-N4': 'rgba(0, 0, 0, 0.30)',
|
76
|
+
'--app-B4-N5': 'rgba(0, 0, 0, 0.70)',
|
77
|
+
'--app-B4-N6': 'rgba(0, 0, 0, 0.20)',
|
78
|
+
'--app-B4-N7': 'rgba(0, 0, 0, 0.10)',
|
79
|
+
'--app-B4-N8': 'rgba(0, 0, 0, 0.40)',
|
80
|
+
'--app-B4-N9': 'rgba(0, 0, 0, 0.03)',
|
81
|
+
'--app-B4': 'rgba(255, 255, 255, 1.00)',
|
82
|
+
'--app-B5_2-N1': 'rgba(0, 0, 0, 0.90)',
|
83
|
+
'--app-B5_2-N2': 'rgba(0, 0, 0, 0.70)',
|
84
|
+
'--app-B5_2-N3': 'rgba(0, 0, 0, 0.50)',
|
85
|
+
'--app-B5_2-N4': 'rgba(0, 0, 0, 0.30)',
|
86
|
+
'--app-B5_2-N5': 'rgba(0, 0, 0, 0.70)',
|
87
|
+
'--app-B5_2-N6': 'rgba(0, 0, 0, 0.20)',
|
88
|
+
'--app-B5_2-N7': 'rgba(0, 0, 0, 0.10)',
|
89
|
+
'--app-B5_2-N8': 'rgba(0, 0, 0, 0.40)',
|
90
|
+
'--app-B5_2-N9': 'rgba(0, 0, 0, 0.03)',
|
91
|
+
'--app-B5_2': 'rgba(229.5, 229.5, 229.5, 1.00)',
|
92
|
+
'--app-B5-N1': 'rgba(0, 0, 0, 0.90)',
|
93
|
+
'--app-B5-N2': 'rgba(0, 0, 0, 0.70)',
|
94
|
+
'--app-B5-N3': 'rgba(0, 0, 0, 0.50)',
|
95
|
+
'--app-B5-N4': 'rgba(0, 0, 0, 0.30)',
|
96
|
+
'--app-B5-N5': 'rgba(0, 0, 0, 0.70)',
|
97
|
+
'--app-B5-N6': 'rgba(0, 0, 0, 0.20)',
|
98
|
+
'--app-B5-N7': 'rgba(0, 0, 0, 0.10)',
|
99
|
+
'--app-B5-N8': 'rgba(0, 0, 0, 0.40)',
|
100
|
+
'--app-B5-N9': 'rgba(0, 0, 0, 0.03)',
|
101
|
+
'--app-B5': 'rgba(255, 255, 255, 1.00)',
|
102
|
+
'--app-B6_2-N1': 'rgba(0, 0, 0, 0.90)',
|
103
|
+
'--app-B6_2-N2': 'rgba(0, 0, 0, 0.70)',
|
104
|
+
'--app-B6_2-N3': 'rgba(0, 0, 0, 0.50)',
|
105
|
+
'--app-B6_2-N4': 'rgba(0, 0, 0, 0.30)',
|
106
|
+
'--app-B6_2-N5': 'rgba(0, 0, 0, 0.70)',
|
107
|
+
'--app-B6_2-N6': 'rgba(0, 0, 0, 0.20)',
|
108
|
+
'--app-B6_2-N7': 'rgba(0, 0, 0, 0.10)',
|
109
|
+
'--app-B6_2-N8': 'rgba(0, 0, 0, 0.40)',
|
110
|
+
'--app-B6_2-N9': 'rgba(0, 0, 0, 0.03)',
|
111
|
+
'--app-B6_2': 'rgba(229.5, 229.5, 229.5, 1.00)',
|
112
|
+
'--app-B6-N1': 'rgba(0, 0, 0, 0.90)',
|
113
|
+
'--app-B6-N2': 'rgba(0, 0, 0, 0.70)',
|
114
|
+
'--app-B6-N3': 'rgba(0, 0, 0, 0.50)',
|
115
|
+
'--app-B6-N4': 'rgba(0, 0, 0, 0.30)',
|
116
|
+
'--app-B6-N5': 'rgba(0, 0, 0, 0.70)',
|
117
|
+
'--app-B6-N6': 'rgba(0, 0, 0, 0.20)',
|
118
|
+
'--app-B6-N7': 'rgba(0, 0, 0, 0.10)',
|
119
|
+
'--app-B6-N8': 'rgba(0, 0, 0, 0.40)',
|
120
|
+
'--app-B6-N9': 'rgba(0, 0, 0, 0.03)',
|
121
|
+
'--app-B6': 'rgba(255, 255, 255, 1.00)',
|
122
|
+
'--app-C1_1': '8px',
|
123
|
+
'--app-C1_2': '6px',
|
124
|
+
'--app-C1_3': '4px',
|
125
|
+
'--app-C2_2': '24px',
|
126
|
+
'--app-C2_3': '32px',
|
127
|
+
'--app-C2': '16px',
|
128
|
+
'--app-C3_1': '16px',
|
129
|
+
'--app-C3_2': '12px',
|
130
|
+
'--app-C3_3': '8px',
|
131
|
+
'--app-C3_4': '4px',
|
132
|
+
'--app-I1': '16px',
|
133
|
+
'--app-I2': '20px',
|
134
|
+
'--app-I3': '24px',
|
135
|
+
'--app-I4': '32px',
|
136
|
+
'--app-I5': '40px',
|
137
|
+
'--app-I6': '56px',
|
138
|
+
'--app-I7': '64px',
|
139
|
+
'--app-IC1': '16px',
|
140
|
+
'--app-IC2': '20px',
|
141
|
+
'--app-IC3': '24px',
|
142
|
+
'--app-IC4': '32px',
|
143
|
+
'--app-IC5': '40px',
|
144
|
+
'--app-M1_1-N1': 'rgba(255, 255, 255, 1.00)',
|
145
|
+
'--app-M1_1-N2': 'rgba(255, 255, 255, 0.70)',
|
146
|
+
'--app-M1_1-N3': 'rgba(255, 255, 255, 0.50)',
|
147
|
+
'--app-M1_1-N4': 'rgba(255, 255, 255, 0.30)',
|
148
|
+
'--app-M1_1-N5': 'rgba(255, 255, 255, 0.70)',
|
149
|
+
'--app-M1_1-N6': 'rgba(255, 255, 255, 0.20)',
|
150
|
+
'--app-M1_1-N7': 'rgba(255, 255, 255, 0.10)',
|
151
|
+
'--app-M1_1-N8': 'rgba(0, 0, 0, 0.40)',
|
152
|
+
'--app-M1_1-N9': 'rgba(255, 255, 255, 0.03)',
|
153
|
+
'--app-M1_1': 'rgba(255, 89, 42, 0.20)',
|
154
|
+
'--app-M1_2-N1': 'rgba(255, 255, 255, 0.90)',
|
155
|
+
'--app-M1_2-N2': 'rgba(255, 255, 255, 0.70)',
|
156
|
+
'--app-M1_2-N3': 'rgba(255, 255, 255, 0.50)',
|
157
|
+
'--app-M1_2-N4': 'rgba(255, 255, 255, 0.30)',
|
158
|
+
'--app-M1_2-N5': 'rgba(255, 255, 255, 0.70)',
|
159
|
+
'--app-M1_2-N6': 'rgba(255, 255, 255, 0.20)',
|
160
|
+
'--app-M1_2-N7': 'rgba(255, 255, 255, 0.10)',
|
161
|
+
'--app-M1_2-N8': 'rgba(0, 0, 0, 0.40)',
|
162
|
+
'--app-M1_2-N9': 'rgba(255, 255, 255, 0.03)',
|
163
|
+
'--app-M1_2': 'rgba(255, 105.6, 63.3, 1.00)',
|
164
|
+
'--app-M1-N1': 'rgba(255, 255, 255, 1.00)',
|
165
|
+
'--app-M1-N2': 'rgba(255, 255, 255, 0.70)',
|
166
|
+
'--app-M1-N3': 'rgba(255, 255, 255, 0.50)',
|
167
|
+
'--app-M1-N4': 'rgba(255, 255, 255, 0.30)',
|
168
|
+
'--app-M1-N5': 'rgba(255, 255, 255, 0.70)',
|
169
|
+
'--app-M1-N6': 'rgba(255, 255, 255, 0.20)',
|
170
|
+
'--app-M1-N7': 'rgba(255, 255, 255, 0.10)',
|
171
|
+
'--app-M1-N8': 'rgba(0, 0, 0, 0.40)',
|
172
|
+
'--app-M1-N9': 'rgba(255, 255, 255, 0.03)',
|
173
|
+
'--app-M1': 'rgba(255, 89, 42, 1.00)',
|
174
|
+
'--app-M2_1-N1': 'rgba(255, 255, 255, 1.00)',
|
175
|
+
'--app-M2_1-N2': 'rgba(255, 255, 255, 0.70)',
|
176
|
+
'--app-M2_1-N3': 'rgba(255, 255, 255, 0.50)',
|
177
|
+
'--app-M2_1-N4': 'rgba(255, 255, 255, 0.30)',
|
178
|
+
'--app-M2_1-N5': 'rgba(255, 255, 255, 0.70)',
|
179
|
+
'--app-M2_1-N6': 'rgba(255, 255, 255, 0.20)',
|
180
|
+
'--app-M2_1-N7': 'rgba(255, 255, 255, 0.10)',
|
181
|
+
'--app-M2_1-N8': 'rgba(0, 0, 0, 0.40)',
|
182
|
+
'--app-M2_1-N9': 'rgba(255, 255, 255, 0.03)',
|
183
|
+
'--app-M2_1': 'rgba(255, 68, 68, 0.20)',
|
184
|
+
'--app-M2_2-N1': 'rgba(255, 255, 255, 0.90)',
|
185
|
+
'--app-M2_2-N2': 'rgba(255, 255, 255, 0.70)',
|
186
|
+
'--app-M2_2-N3': 'rgba(255, 255, 255, 0.50)',
|
187
|
+
'--app-M2_2-N4': 'rgba(255, 255, 255, 0.30)',
|
188
|
+
'--app-M2_2-N5': 'rgba(255, 255, 255, 0.70)',
|
189
|
+
'--app-M2_2-N6': 'rgba(255, 255, 255, 0.20)',
|
190
|
+
'--app-M2_2-N7': 'rgba(255, 255, 255, 0.10)',
|
191
|
+
'--app-M2_2-N8': 'rgba(0, 0, 0, 0.40)',
|
192
|
+
'--app-M2_2-N9': 'rgba(255, 255, 255, 0.03)',
|
193
|
+
'--app-M2_2': 'rgba(255, 86.69999999999999, 86.69999999999999, 1.00)',
|
194
|
+
'--app-M2-N1': 'rgba(255, 255, 255, 1.00)',
|
195
|
+
'--app-M2-N2': 'rgba(255, 255, 255, 0.70)',
|
196
|
+
'--app-M2-N3': 'rgba(255, 255, 255, 0.50)',
|
197
|
+
'--app-M2-N4': 'rgba(255, 255, 255, 0.30)',
|
198
|
+
'--app-M2-N5': 'rgba(255, 255, 255, 0.70)',
|
199
|
+
'--app-M2-N6': 'rgba(255, 255, 255, 0.20)',
|
200
|
+
'--app-M2-N7': 'rgba(255, 255, 255, 0.10)',
|
201
|
+
'--app-M2-N8': 'rgba(0, 0, 0, 0.40)',
|
202
|
+
'--app-M2-N9': 'rgba(255, 255, 255, 0.03)',
|
203
|
+
'--app-M2': 'rgba(255, 68, 68, 1.00)',
|
204
|
+
'--app-M3_1-N1': 'rgba(255, 255, 255, 1.00)',
|
205
|
+
'--app-M3_1-N2': 'rgba(255, 255, 255, 0.70)',
|
206
|
+
'--app-M3_1-N3': 'rgba(255, 255, 255, 0.50)',
|
207
|
+
'--app-M3_1-N4': 'rgba(255, 255, 255, 0.30)',
|
208
|
+
'--app-M3_1-N5': 'rgba(255, 255, 255, 0.70)',
|
209
|
+
'--app-M3_1-N6': 'rgba(255, 255, 255, 0.20)',
|
210
|
+
'--app-M3_1-N7': 'rgba(255, 255, 255, 0.10)',
|
211
|
+
'--app-M3_1-N8': 'rgba(0, 0, 0, 0.40)',
|
212
|
+
'--app-M3_1-N9': 'rgba(255, 255, 255, 0.03)',
|
213
|
+
'--app-M3_1': 'rgba(45, 218, 134, 0.20)',
|
214
|
+
'--app-M3_2-N1': 'rgba(0, 0, 0, 0.90)',
|
215
|
+
'--app-M3_2-N2': 'rgba(0, 0, 0, 0.70)',
|
216
|
+
'--app-M3_2-N3': 'rgba(0, 0, 0, 0.50)',
|
217
|
+
'--app-M3_2-N4': 'rgba(0, 0, 0, 0.30)',
|
218
|
+
'--app-M3_2-N5': 'rgba(0, 0, 0, 0.70)',
|
219
|
+
'--app-M3_2-N6': 'rgba(0, 0, 0, 0.20)',
|
220
|
+
'--app-M3_2-N7': 'rgba(0, 0, 0, 0.10)',
|
221
|
+
'--app-M3_2-N8': 'rgba(0, 0, 0, 0.40)',
|
222
|
+
'--app-M3_2-N9': 'rgba(0, 0, 0, 0.03)',
|
223
|
+
'--app-M3_2': 'rgba(66, 221.7, 146.1, 1.00)',
|
224
|
+
'--app-M3-N1': 'rgba(255, 255, 255, 1.00)',
|
225
|
+
'--app-M3-N2': 'rgba(255, 255, 255, 0.70)',
|
226
|
+
'--app-M3-N3': 'rgba(255, 255, 255, 0.50)',
|
227
|
+
'--app-M3-N4': 'rgba(255, 255, 255, 0.30)',
|
228
|
+
'--app-M3-N5': 'rgba(255, 255, 255, 0.70)',
|
229
|
+
'--app-M3-N6': 'rgba(255, 255, 255, 0.20)',
|
230
|
+
'--app-M3-N7': 'rgba(255, 255, 255, 0.10)',
|
231
|
+
'--app-M3-N8': 'rgba(0, 0, 0, 0.40)',
|
232
|
+
'--app-M3-N9': 'rgba(255, 255, 255, 0.03)',
|
233
|
+
'--app-M3': 'rgba(45, 218, 134, 1.00)',
|
234
|
+
'--app-M4_1-N1': 'rgba(255, 255, 255, 1.00)',
|
235
|
+
'--app-M4_1-N2': 'rgba(255, 255, 255, 0.70)',
|
236
|
+
'--app-M4_1-N3': 'rgba(255, 255, 255, 0.50)',
|
237
|
+
'--app-M4_1-N4': 'rgba(255, 255, 255, 0.30)',
|
238
|
+
'--app-M4_1-N5': 'rgba(255, 255, 255, 0.70)',
|
239
|
+
'--app-M4_1-N6': 'rgba(255, 255, 255, 0.20)',
|
240
|
+
'--app-M4_1-N7': 'rgba(255, 255, 255, 0.10)',
|
241
|
+
'--app-M4_1-N8': 'rgba(0, 0, 0, 0.40)',
|
242
|
+
'--app-M4_1-N9': 'rgba(255, 255, 255, 0.03)',
|
243
|
+
'--app-M4_1': 'rgba(25, 137, 250, 0.20)',
|
244
|
+
'--app-M4_2-N1': 'rgba(255, 255, 255, 0.90)',
|
245
|
+
'--app-M4_2-N2': 'rgba(255, 255, 255, 0.70)',
|
246
|
+
'--app-M4_2-N3': 'rgba(255, 255, 255, 0.50)',
|
247
|
+
'--app-M4_2-N4': 'rgba(255, 255, 255, 0.30)',
|
248
|
+
'--app-M4_2-N5': 'rgba(255, 255, 255, 0.70)',
|
249
|
+
'--app-M4_2-N6': 'rgba(255, 255, 255, 0.20)',
|
250
|
+
'--app-M4_2-N7': 'rgba(255, 255, 255, 0.10)',
|
251
|
+
'--app-M4_2-N8': 'rgba(0, 0, 0, 0.40)',
|
252
|
+
'--app-M4_2-N9': 'rgba(255, 255, 255, 0.03)',
|
253
|
+
'--app-M4_2': 'rgba(48, 148.8, 250.5, 1.00)',
|
254
|
+
'--app-M4-N1': 'rgba(255, 255, 255, 1.00)',
|
255
|
+
'--app-M4-N2': 'rgba(255, 255, 255, 0.70)',
|
256
|
+
'--app-M4-N3': 'rgba(255, 255, 255, 0.50)',
|
257
|
+
'--app-M4-N4': 'rgba(255, 255, 255, 0.30)',
|
258
|
+
'--app-M4-N5': 'rgba(255, 255, 255, 0.70)',
|
259
|
+
'--app-M4-N6': 'rgba(255, 255, 255, 0.20)',
|
260
|
+
'--app-M4-N7': 'rgba(255, 255, 255, 0.10)',
|
261
|
+
'--app-M4-N8': 'rgba(0, 0, 0, 0.40)',
|
262
|
+
'--app-M4-N9': 'rgba(255, 255, 255, 0.03)',
|
263
|
+
'--app-M4': 'rgba(25, 137, 250, 1.00)',
|
264
|
+
'--app-M5_1-N1': 'rgba(0, 0, 0, 0.90)',
|
265
|
+
'--app-M5_1-N2': 'rgba(0, 0, 0, 0.70)',
|
266
|
+
'--app-M5_1-N3': 'rgba(0, 0, 0, 0.50)',
|
267
|
+
'--app-M5_1-N4': 'rgba(0, 0, 0, 0.30)',
|
268
|
+
'--app-M5_1-N5': 'rgba(0, 0, 0, 0.70)',
|
269
|
+
'--app-M5_1-N6': 'rgba(0, 0, 0, 0.20)',
|
270
|
+
'--app-M5_1-N7': 'rgba(0, 0, 0, 0.10)',
|
271
|
+
'--app-M5_1-N8': 'rgba(0, 0, 0, 0.40)',
|
272
|
+
'--app-M5_1-N9': 'rgba(0, 0, 0, 0.03)',
|
273
|
+
'--app-M5_1': 'rgba(246, 247, 251, 1.00)',
|
274
|
+
'--app-M5_2-N1': 'rgba(0, 0, 0, 0.90)',
|
275
|
+
'--app-M5_2-N2': 'rgba(0, 0, 0, 0.70)',
|
276
|
+
'--app-M5_2-N3': 'rgba(0, 0, 0, 0.50)',
|
277
|
+
'--app-M5_2-N4': 'rgba(0, 0, 0, 0.30)',
|
278
|
+
'--app-M5_2-N5': 'rgba(0, 0, 0, 0.70)',
|
279
|
+
'--app-M5_2-N6': 'rgba(0, 0, 0, 0.20)',
|
280
|
+
'--app-M5_2-N7': 'rgba(0, 0, 0, 0.10)',
|
281
|
+
'--app-M5_2-N8': 'rgba(0, 0, 0, 0.40)',
|
282
|
+
'--app-M5_2-N9': 'rgba(0, 0, 0, 0.03)',
|
283
|
+
'--app-M5_2': 'rgba(246, 247, 251, 1.00)',
|
284
|
+
'--app-M5-N1': 'rgba(255, 255, 255, 1.00)',
|
285
|
+
'--app-M5-N2': 'rgba(255, 255, 255, 0.70)',
|
286
|
+
'--app-M5-N3': 'rgba(255, 255, 255, 0.50)',
|
287
|
+
'--app-M5-N4': 'rgba(255, 255, 255, 0.30)',
|
288
|
+
'--app-M5-N5': 'rgba(255, 255, 255, 0.70)',
|
289
|
+
'--app-M5-N6': 'rgba(255, 255, 255, 0.20)',
|
290
|
+
'--app-M5-N7': 'rgba(255, 255, 255, 0.10)',
|
291
|
+
'--app-M5-N8': 'rgba(0, 0, 0, 0.40)',
|
292
|
+
'--app-M5-N9': 'rgba(255, 255, 255, 0.03)',
|
293
|
+
'--app-M5': 'rgba(255, 90, 40, 1.00)',
|
294
|
+
'--app-P0': '0px',
|
295
|
+
'--app-P1': '4px',
|
296
|
+
'--app-P2': '8px',
|
297
|
+
'--app-P3': '12px',
|
298
|
+
'--app-P4': '16px',
|
299
|
+
'--app-P5': '20px',
|
300
|
+
'--app-P6': '24px',
|
301
|
+
'--app-P7': '28px',
|
302
|
+
'--app-P8': '32px',
|
303
|
+
'--app-P9': '40px',
|
304
|
+
'--app-T1-f': '11px',
|
305
|
+
'--app-T1-h': '16px',
|
306
|
+
'--app-T1-p': '1px',
|
307
|
+
'--app-T10-f': '22px',
|
308
|
+
'--app-T10-h': '36px',
|
309
|
+
'--app-T10-p': '4px',
|
310
|
+
'--app-T11-f': '24px',
|
311
|
+
'--app-T11-h': '36px',
|
312
|
+
'--app-T11-p': '4px',
|
313
|
+
'--app-T12-f': '28px',
|
314
|
+
'--app-T12-h': '48px',
|
315
|
+
'--app-T12-p': '6px',
|
316
|
+
'--app-T13-f': '32px',
|
317
|
+
'--app-T13-h': '56px',
|
318
|
+
'--app-T13-p': '6px',
|
319
|
+
'--app-T2-f': '12px',
|
320
|
+
'--app-T2-h': '16px',
|
321
|
+
'--app-T2-p': '2px',
|
322
|
+
'--app-T3-f': '13px',
|
323
|
+
'--app-T3-h': '20px',
|
324
|
+
'--app-T3-p': '1px',
|
325
|
+
'--app-T4-f': '14px',
|
326
|
+
'--app-T4-h': '20px',
|
327
|
+
'--app-T4-p': '2px',
|
328
|
+
'--app-T5-f': '15px',
|
329
|
+
'--app-T5-h': '20px',
|
330
|
+
'--app-T5-p': '3px',
|
331
|
+
'--app-T6-f': '16px',
|
332
|
+
'--app-T6-h': '24px',
|
333
|
+
'--app-T6-p': '4px',
|
334
|
+
'--app-T7-f': '17px',
|
335
|
+
'--app-T7-h': '24px',
|
336
|
+
'--app-T7-p': '3px',
|
337
|
+
'--app-T8-f': '18px',
|
338
|
+
'--app-T8-h': '28px',
|
339
|
+
'--app-T8-p': '4px',
|
340
|
+
'--app-T9-f': '20px',
|
341
|
+
'--app-T9-h': '32px',
|
342
|
+
'--app-T9-p': '4px',
|
343
|
+
};
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/* eslint-disable */
|
2
2
|
var object = require('../wxs/object.wxs');
|
3
3
|
var style = require('../wxs/style.wxs');
|
4
|
+
var utils = require('../wxs/utils.wxs');
|
4
5
|
|
5
6
|
function kebabCase(word) {
|
6
7
|
var newWord = word
|
@@ -16,8 +17,12 @@ function kebabCase(word) {
|
|
16
17
|
function mapThemeVarsToCSSVars(themeVars) {
|
17
18
|
var cssVars = {};
|
18
19
|
object.keys(themeVars).forEach(function (key) {
|
19
|
-
|
20
|
-
|
20
|
+
if (utils.isAppThemeVar(key)) {
|
21
|
+
cssVars[key] = themeVars[key];
|
22
|
+
} else {
|
23
|
+
var cssVarsKey = '--' + kebabCase(key);
|
24
|
+
cssVars[cssVarsKey] = themeVars[key];
|
25
|
+
}
|
21
26
|
});
|
22
27
|
|
23
28
|
return style(cssVars);
|
package/dist/wxs/style.wxs
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
/* eslint-disable */
|
2
|
+
var utils = require('./utils.wxs');
|
2
3
|
var object = require('./object.wxs');
|
3
4
|
var array = require('./array.wxs');
|
4
5
|
|
@@ -31,6 +32,9 @@ function style(styles) {
|
|
31
32
|
return styles[key] != null && styles[key] !== '';
|
32
33
|
})
|
33
34
|
.map(function (key) {
|
35
|
+
if (utils.isAppThemeVar(key)) {
|
36
|
+
return [key, styles[key]].join(':');
|
37
|
+
}
|
34
38
|
return [kebabCase(key), [styles[key]]].join(':');
|
35
39
|
})
|
36
40
|
.join(';');
|
package/dist/wxs/utils.wxs
CHANGED
@@ -2,9 +2,11 @@
|
|
2
2
|
var bem = require('./bem.wxs');
|
3
3
|
var memoize = require('./memoize.wxs');
|
4
4
|
var addUnit = require('./add-unit.wxs');
|
5
|
+
var isAppThemeVar = require('./is-app-theme-var.wxs');
|
5
6
|
|
6
7
|
module.exports = {
|
7
8
|
bem: memoize(bem),
|
8
9
|
memoize: memoize,
|
9
|
-
addUnit: addUnit
|
10
|
+
addUnit: addUnit,
|
11
|
+
isAppThemeVar: isAppThemeVar,
|
10
12
|
};
|
@@ -59,10 +59,14 @@ var button_1 = require("../mixins/button");
|
|
59
59
|
},
|
60
60
|
mounted: function () {
|
61
61
|
var _a;
|
62
|
+
var ty = wx;
|
62
63
|
// @ts-ignore
|
63
|
-
|
64
|
-
|
65
|
-
|
64
|
+
if (ty && typeof ty.getThemeInfo === 'function') {
|
65
|
+
// @ts-ignore
|
66
|
+
var themeInfo = (_a = ty === null || ty === void 0 ? void 0 : ty.getThemeInfo()) !== null && _a !== void 0 ? _a : {};
|
67
|
+
var checkMarkIconColor = this.data.activeColor || themeInfo['--app-M1'] || '#3678E3';
|
68
|
+
this.setData({ checkMarkIconColor: checkMarkIconColor });
|
69
|
+
}
|
66
70
|
},
|
67
71
|
methods: {
|
68
72
|
onSelect: function (event) {
|
package/lib/battery/index.js
CHANGED
@@ -59,9 +59,11 @@ var wrapBatteryD = 'M6.5,0 C6.77614237,-5.07265313e-17 7,0.223857625 7,0.5 L7,1
|
|
59
59
|
},
|
60
60
|
getBgColor: function () {
|
61
61
|
var WX = wx;
|
62
|
-
|
63
|
-
|
64
|
-
|
62
|
+
if (WX && typeof WX.getThemeInfo === 'function') {
|
63
|
+
var bgColor = WX === null || WX === void 0 ? void 0 : WX.getThemeInfo();
|
64
|
+
if (bgColor && bgColor['--app-B1-N3']) {
|
65
|
+
return bgColor['--app-B1-N3'];
|
66
|
+
}
|
65
67
|
}
|
66
68
|
var d = wx.getSystemInfoSync();
|
67
69
|
if (d && d.theme === 'light') {
|
@@ -37,7 +37,11 @@ var utils_1 = require("../../utils");
|
|
37
37
|
},
|
38
38
|
visible: {
|
39
39
|
type: Boolean,
|
40
|
-
value: true
|
40
|
+
value: true,
|
41
|
+
},
|
42
|
+
dayClassMap: {
|
43
|
+
type: null,
|
44
|
+
observer: 'setDays',
|
41
45
|
},
|
42
46
|
subFormatter: String,
|
43
47
|
rangeStart: String,
|
@@ -58,6 +62,7 @@ var utils_1 = require("../../utils");
|
|
58
62
|
}
|
59
63
|
},
|
60
64
|
setDays: function () {
|
65
|
+
var _a;
|
61
66
|
var days = [];
|
62
67
|
var startDate = new Date(this.data.date);
|
63
68
|
var year = startDate.getFullYear();
|
@@ -72,6 +77,7 @@ var utils_1 = require("../../utils");
|
|
72
77
|
text: day,
|
73
78
|
bottomInfo: this.getBottomInfo(type),
|
74
79
|
};
|
80
|
+
config.className = (_a = this.data.dayClassMap[(0, utils_1.formatDate)(date)]) !== null && _a !== void 0 ? _a : '';
|
75
81
|
if (this.data.formatter) {
|
76
82
|
config = this.data.formatter(config);
|
77
83
|
}
|
@@ -156,7 +162,9 @@ var utils_1 = require("../../utils");
|
|
156
162
|
return this.properties.rangeEnd || 'End';
|
157
163
|
}
|
158
164
|
if (type === 'start-end') {
|
159
|
-
return (this.properties.rangeStart || 'Start') +
|
165
|
+
return ((this.properties.rangeStart || 'Start') +
|
166
|
+
'/' +
|
167
|
+
(this.properties.rangeEnd || 'End'));
|
160
168
|
}
|
161
169
|
}
|
162
170
|
},
|
@@ -46,7 +46,7 @@ function getDayStyle(type, index, date, rowHeight, color, firstDayOfWeek) {
|
|
46
46
|
function formatMonthTitle(date, formatter = "YYYY-MM") {
|
47
47
|
date = getDate(date);
|
48
48
|
const year = date.getFullYear();
|
49
|
-
const month = date.getMonth() + 1 < 10 ?
|
49
|
+
const month = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.getMonth() + 1 + "";
|
50
50
|
return formatter.replace('YYYY', year + '').replace('MM', month);
|
51
51
|
}
|
52
52
|
|
package/lib/calendar/index.js
CHANGED
@@ -49,6 +49,10 @@ var getTime = function (date) {
|
|
49
49
|
rangeEnd: 'End',
|
50
50
|
},
|
51
51
|
},
|
52
|
+
dayClassMap: {
|
53
|
+
type: Object,
|
54
|
+
value: {},
|
55
|
+
},
|
52
56
|
formatter: null,
|
53
57
|
confirmText: {
|
54
58
|
type: String,
|
@@ -147,7 +151,7 @@ var getTime = function (date) {
|
|
147
151
|
subtitle: '',
|
148
152
|
currentDate: null,
|
149
153
|
scrollIntoView: '',
|
150
|
-
visibleIndex: 0
|
154
|
+
visibleIndex: 0,
|
151
155
|
},
|
152
156
|
watch: {
|
153
157
|
minDate: function () {
|
@@ -190,7 +194,10 @@ var getTime = function (date) {
|
|
190
194
|
contentObserver.observe('.month', function (res) {
|
191
195
|
if (res.boundingClientRect.top <= res.relativeRect.top) {
|
192
196
|
// @ts-ignore
|
193
|
-
_this.setData({
|
197
|
+
_this.setData({
|
198
|
+
subtitle: (0, utils_1.formatMonthTitle)(res.dataset.date, _this.properties.locale.subFormatter),
|
199
|
+
visibleIndex: res.dataset.index,
|
200
|
+
});
|
194
201
|
}
|
195
202
|
});
|
196
203
|
},
|
@@ -253,7 +260,10 @@ var getTime = function (date) {
|
|
253
260
|
var months = (0, utils_1.getMonths)(minDate, maxDate);
|
254
261
|
months.some(function (month, index) {
|
255
262
|
if ((0, utils_1.compareMonth)(month, targetDate) === 0) {
|
256
|
-
_this.setData({
|
263
|
+
_this.setData({
|
264
|
+
scrollIntoView: "month".concat(index),
|
265
|
+
visibleIndex: index,
|
266
|
+
});
|
257
267
|
return true;
|
258
268
|
}
|
259
269
|
return false;
|
package/lib/calendar/index.wxs
CHANGED
package/lib/calendar/utils.d.ts
CHANGED
@@ -10,3 +10,4 @@ export declare function calcDateNum(date: [Date, Date]): number;
|
|
10
10
|
export declare function copyDates(dates: Date | Date[]): Date | Date[];
|
11
11
|
export declare function getMonthEndDay(year: number, month: number): number;
|
12
12
|
export declare function getMonths(minDate: number, maxDate: number): number[];
|
13
|
+
export declare function formatDate(date: any): string;
|
package/lib/calendar/utils.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.getMonths = exports.getMonthEndDay = exports.copyDates = exports.calcDateNum = exports.getToday = exports.getNextDay = exports.getPrevDay = exports.getDayByOffset = exports.compareDay = exports.compareMonth = exports.formatMonthTitle = exports.ROW_HEIGHT = void 0;
|
3
|
+
exports.formatDate = exports.getMonths = exports.getMonthEndDay = exports.copyDates = exports.calcDateNum = exports.getToday = exports.getNextDay = exports.getPrevDay = exports.getDayByOffset = exports.compareDay = exports.compareMonth = exports.formatMonthTitle = exports.ROW_HEIGHT = void 0;
|
4
4
|
exports.ROW_HEIGHT = 64;
|
5
5
|
function formatMonthTitle(date, formatter) {
|
6
6
|
if (formatter === void 0) { formatter = 'YYYY-MM'; }
|
@@ -8,7 +8,9 @@ function formatMonthTitle(date, formatter) {
|
|
8
8
|
date = new Date(date);
|
9
9
|
}
|
10
10
|
var year = date.getFullYear();
|
11
|
-
var month = date.getMonth() + 1 < 10
|
11
|
+
var month = date.getMonth() + 1 < 10
|
12
|
+
? "0".concat(date.getMonth() + 1)
|
13
|
+
: date.getMonth() + 1 + '';
|
12
14
|
return formatter.replace('YYYY', year + '').replace('MM', month);
|
13
15
|
}
|
14
16
|
exports.formatMonthTitle = formatMonthTitle;
|
@@ -98,3 +100,12 @@ function getMonths(minDate, maxDate) {
|
|
98
100
|
return months;
|
99
101
|
}
|
100
102
|
exports.getMonths = getMonths;
|
103
|
+
function formatDate(date) {
|
104
|
+
if (!date)
|
105
|
+
return '';
|
106
|
+
var year = date.getFullYear();
|
107
|
+
var month = String(date.getMonth() + 1).padStart(2, '0'); // 月份从0开始
|
108
|
+
var day = String(date.getDate()).padStart(2, '0');
|
109
|
+
return "".concat(year, "-").concat(month, "-").concat(day);
|
110
|
+
}
|
111
|
+
exports.formatDate = formatDate;
|