@ledvance/ui-biz-bundle 1.1.69 → 1.1.70

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.
Files changed (226) hide show
  1. package/.babelrc +31 -31
  2. package/.eslintignore +5 -5
  3. package/.eslintrc.js +27 -27
  4. package/.prettierrc.js +1 -1
  5. package/.versionrc +5 -5
  6. package/package.json +74 -74
  7. package/rn-cli.config.js +8 -8
  8. package/src/hooks/DeviceDpStateHooks.d.ts +14 -14
  9. package/src/hooks/DeviceDpStateHooks.ts +50 -50
  10. package/src/modules/biorhythm/BiorhythmActions.d.ts +8 -8
  11. package/src/modules/biorhythm/BiorhythmActions.ts +324 -324
  12. package/src/modules/biorhythm/BiorhythmBean.d.ts +58 -58
  13. package/src/modules/biorhythm/BiorhythmBean.ts +230 -230
  14. package/src/modules/biorhythm/BiorhythmEditPage.d.ts +14 -14
  15. package/src/modules/biorhythm/BiorhythmEditPage.tsx +324 -324
  16. package/src/modules/biorhythm/BiorhythmPage.d.ts +10 -10
  17. package/src/modules/biorhythm/BiorhythmPage.tsx +796 -796
  18. package/src/modules/biorhythm/IconSelect.d.ts +2 -2
  19. package/src/modules/biorhythm/IconSelect.tsx +81 -81
  20. package/src/modules/biorhythm/Router.ts +34 -34
  21. package/src/modules/biorhythm/circular/ItemIcon.d.ts +22 -22
  22. package/src/modules/biorhythm/circular/ItemIcon.tsx +172 -172
  23. package/src/modules/biorhythm/circular/Progress.d.ts +24 -24
  24. package/src/modules/biorhythm/circular/Progress.tsx +411 -411
  25. package/src/modules/biorhythm/circular/TimeCircular.d.ts +11 -11
  26. package/src/modules/biorhythm/circular/TimeCircular.tsx +70 -70
  27. package/src/modules/biorhythm/iconListData.d.ts +7 -7
  28. package/src/modules/biorhythm/iconListData.ts +29 -29
  29. package/src/modules/biorhythm/pIdList.d.ts +2 -2
  30. package/src/modules/biorhythm/pIdList.ts +35 -35
  31. package/src/modules/biorhythm/res/BiologicalRes.d.ts +43 -43
  32. package/src/modules/biorhythm/res/BiologicalRes.ts +41 -41
  33. package/src/modules/config/ldvConfig.d.ts +2 -2
  34. package/src/modules/config/ldvConfig.tsx +18 -18
  35. package/src/modules/fixedTime/FixedTimeActions.ts +173 -173
  36. package/src/modules/fixedTime/FixedTimeDetailPage.tsx +372 -372
  37. package/src/modules/fixedTime/FixedTimePage.tsx +213 -213
  38. package/src/modules/fixedTime/Router.ts +26 -26
  39. package/src/modules/flags/FlagActions.ts +267 -267
  40. package/src/modules/flags/FlagEditPage.tsx +441 -441
  41. package/src/modules/flags/FlagInfo.tsx +563 -563
  42. package/src/modules/flags/FlagItem.tsx +90 -90
  43. package/src/modules/flags/FlagPage.tsx +277 -277
  44. package/src/modules/flags/Router.ts +25 -25
  45. package/src/modules/history/HistoryPage.d.ts +2 -2
  46. package/src/modules/history/HistoryPage.tsx +261 -261
  47. package/src/modules/history/Router.ts +16 -16
  48. package/src/modules/history/SwitchHistoryPageActions.d.ts +14 -14
  49. package/src/modules/history/SwitchHistoryPageActions.ts +76 -76
  50. package/src/modules/mood/AddMoodPage.d.ts +10 -10
  51. package/src/modules/mood/AddMoodPage.tsx +792 -792
  52. package/src/modules/mood/DynamicMoodEditorPage.d.ts +6 -6
  53. package/src/modules/mood/DynamicMoodEditorPage.tsx +561 -561
  54. package/src/modules/mood/FantasyMood.tsx +176 -176
  55. package/src/modules/mood/FantasyMoodEditPage.tsx +582 -582
  56. package/src/modules/mood/FantasyMoodItem.tsx +104 -104
  57. package/src/modules/mood/FantasyRouter.ts +35 -35
  58. package/src/modules/mood/MixMood/AddMixMoodPage.tsx +247 -247
  59. package/src/modules/mood/MixMood/MixMoodActions.ts +128 -128
  60. package/src/modules/mood/MixMood/MixMoodEditPage.tsx +721 -721
  61. package/src/modules/mood/MixMood/MixMoodItem.tsx +134 -134
  62. package/src/modules/mood/MixMood/MixMoodPage.tsx +326 -326
  63. package/src/modules/mood/MixMood/MixSceneBeans.ts +364 -364
  64. package/src/modules/mood/MixMood/RecommendMixMoodItem.tsx +69 -69
  65. package/src/modules/mood/MixMood/Router.ts +44 -44
  66. package/src/modules/mood/MoodItem.d.ts +11 -11
  67. package/src/modules/mood/MoodItem.tsx +114 -114
  68. package/src/modules/mood/MoodPage.d.ts +16 -16
  69. package/src/modules/mood/MoodPage.tsx +296 -296
  70. package/src/modules/mood/RecommendMoodItem.d.ts +13 -13
  71. package/src/modules/mood/RecommendMoodItem.tsx +74 -74
  72. package/src/modules/mood/Router.ts +53 -53
  73. package/src/modules/mood/StaticMoodEditorPage.d.ts +16 -16
  74. package/src/modules/mood/StaticMoodEditorPage.tsx +320 -320
  75. package/src/modules/mood/tools.d.ts +3 -3
  76. package/src/modules/mood/tools.ts +11 -11
  77. package/src/modules/music/MusicDataBean.d.ts +47 -47
  78. package/src/modules/music/MusicDataBean.ts +167 -167
  79. package/src/modules/music/MusicManager.d.ts +27 -27
  80. package/src/modules/music/MusicManager.ts +207 -207
  81. package/src/modules/music/MusicPage.d.ts +10 -10
  82. package/src/modules/music/MusicPage.tsx +347 -347
  83. package/src/modules/music/MusicPageActions.d.ts +35 -35
  84. package/src/modules/music/MusicPageActions.ts +317 -317
  85. package/src/modules/music/Router.ts +16 -16
  86. package/src/modules/music/SelecetGenre.d.ts +7 -7
  87. package/src/modules/music/SelecetGenre.tsx +63 -63
  88. package/src/modules/music/color.d.ts +2 -2
  89. package/src/modules/music/color.ts +73 -73
  90. package/src/modules/music/res/index.d.ts +10 -10
  91. package/src/modules/music/res/index.ts +9 -9
  92. package/src/modules/powerOnBehavior/PowerOnBehaviorActions.ts +11 -11
  93. package/src/modules/powerOnBehavior/PowerOnBehaviorPage.tsx +173 -173
  94. package/src/modules/powerOnBehavior/Router.ts +16 -16
  95. package/src/modules/randomTime/RandomTimeActions.ts +160 -160
  96. package/src/modules/randomTime/RandomTimeDetailPage.tsx +337 -337
  97. package/src/modules/randomTime/RandomTimePage.tsx +214 -214
  98. package/src/modules/randomTime/Router.ts +25 -25
  99. package/src/modules/randomTime/Summary.tsx +122 -122
  100. package/src/modules/scene/SceneAction.d.ts +13 -13
  101. package/src/modules/scene/SceneAction.ts +473 -473
  102. package/src/modules/scene/SceneDetailPage.d.ts +1 -1
  103. package/src/modules/scene/SceneDetailPage.tsx +421 -421
  104. package/src/modules/scene/SceneInfo.d.ts +72 -72
  105. package/src/modules/scene/SceneInfo.ts +1059 -1059
  106. package/src/modules/scene/ScenePage.d.ts +7 -7
  107. package/src/modules/scene/ScenePage.tsx +147 -147
  108. package/src/modules/select/SelectPage.d.ts +12 -12
  109. package/src/modules/select/SelectPage.tsx +137 -137
  110. package/src/modules/sleepWakeup/DeviceState.d.ts +9 -9
  111. package/src/modules/sleepWakeup/DeviceState.tsx +99 -99
  112. package/src/modules/sleepWakeup/LdvScheduleItem.d.ts +15 -15
  113. package/src/modules/sleepWakeup/LdvScheduleItem.tsx +176 -176
  114. package/src/modules/sleepWakeup/Router.ts +25 -25
  115. package/src/modules/sleepWakeup/SleepWakeUpActions.d.ts +2 -2
  116. package/src/modules/sleepWakeup/SleepWakeUpActions.ts +180 -180
  117. package/src/modules/sleepWakeup/SleepWakeUpDetailPage.d.ts +2 -2
  118. package/src/modules/sleepWakeup/SleepWakeUpDetailPage.tsx +616 -616
  119. package/src/modules/sleepWakeup/SleepWakeUpPage.d.ts +13 -13
  120. package/src/modules/sleepWakeup/SleepWakeUpPage.tsx +424 -424
  121. package/src/modules/sleepWakeup/utils.d.ts +44 -44
  122. package/src/modules/sleepWakeup/utils.ts +253 -253
  123. package/src/modules/timeSchedule/DeviceState.d.ts +17 -17
  124. package/src/modules/timeSchedule/DeviceState.tsx +94 -94
  125. package/src/modules/timeSchedule/LdvScheduleItem.d.ts +15 -15
  126. package/src/modules/timeSchedule/LdvScheduleItem.tsx +130 -130
  127. package/src/modules/timeSchedule/ManualSetting.d.ts +14 -14
  128. package/src/modules/timeSchedule/ManualSetting.tsx +219 -219
  129. package/src/modules/timeSchedule/MoodSetting.d.ts +11 -11
  130. package/src/modules/timeSchedule/MoodSetting.tsx +228 -228
  131. package/src/modules/timeSchedule/Router.ts +25 -25
  132. package/src/modules/timeSchedule/ScheduleScene.d.ts +6 -6
  133. package/src/modules/timeSchedule/ScheduleScene.tsx +144 -144
  134. package/src/modules/timeSchedule/SingleLightView.d.ts +12 -12
  135. package/src/modules/timeSchedule/SingleLightView.tsx +175 -175
  136. package/src/modules/timeSchedule/TimeScheduleBean.d.ts +14 -14
  137. package/src/modules/timeSchedule/TimeScheduleBean.ts +18 -18
  138. package/src/modules/timeSchedule/TimeScheduleEditpage.d.ts +6 -6
  139. package/src/modules/timeSchedule/TimeScheduleEditpage.tsx +765 -765
  140. package/src/modules/timeSchedule/TimeSchedulePage.d.ts +13 -13
  141. package/src/modules/timeSchedule/TimeSchedulePage.tsx +358 -358
  142. package/src/modules/timeSchedule/components/ColorList.ts +23 -23
  143. package/src/modules/timeSchedule/components/LampSwitchCard.tsx +106 -106
  144. package/src/modules/timeSchedule/mix/MixLightActions.d.ts +3 -3
  145. package/src/modules/timeSchedule/mix/MixLightActions.ts +49 -49
  146. package/src/modules/timeSchedule/mix/MixLightBean.d.ts +10 -10
  147. package/src/modules/timeSchedule/mix/MixLightBean.ts +9 -9
  148. package/src/modules/timeSchedule/mix/MixLightView.d.ts +7 -7
  149. package/src/modules/timeSchedule/mix/MixLightView.tsx +197 -197
  150. package/src/modules/timeSchedule/utils.d.ts +1 -1
  151. package/src/modules/timeSchedule/utils.ts +6 -6
  152. package/src/modules/timer/Router.ts +16 -16
  153. package/src/modules/timer/TimerPage.d.ts +11 -11
  154. package/src/modules/timer/TimerPage.tsx +384 -384
  155. package/src/modules/timer/TimerPageAction.d.ts +22 -22
  156. package/src/modules/timer/TimerPageAction.ts +131 -131
  157. package/src/navigation/Routers.d.ts +15 -15
  158. package/src/navigation/Routers.ts +46 -46
  159. package/src/navigation/tools.d.ts +9 -9
  160. package/src/navigation/tools.ts +21 -21
  161. package/src/newModules/biorhythm/BiorhythmActions.ts +62 -11
  162. package/src/newModules/biorhythm/BiorhythmPage.tsx +1 -4
  163. package/src/newModules/childLock/ChildLockPage.tsx +97 -97
  164. package/src/newModules/childLock/Router.ts +16 -16
  165. package/src/newModules/energyConsumption/EnergyConsumptionActions.ts +23 -23
  166. package/src/newModules/energyConsumption/EnergyConsumptionChart.tsx +84 -84
  167. package/src/newModules/energyConsumption/EnergyConsumptionDetail.tsx +322 -322
  168. package/src/newModules/energyConsumption/EnergyConsumptionPage.tsx +393 -393
  169. package/src/newModules/energyConsumption/Router.ts +34 -34
  170. package/src/newModules/energyConsumption/co2Data.ts +23655 -23655
  171. package/src/newModules/energyConsumption/component/BarChart.tsx +93 -93
  172. package/src/newModules/energyConsumption/component/EnergyModal.tsx +284 -284
  173. package/src/newModules/energyConsumption/component/Overview.tsx +118 -118
  174. package/src/newModules/fixedTime/FixedTimeActions.ts +241 -241
  175. package/src/newModules/fixedTime/FixedTimeDetailPage.tsx +345 -345
  176. package/src/newModules/fixedTime/FixedTimePage.tsx +302 -302
  177. package/src/newModules/fixedTime/Router.ts +25 -25
  178. package/src/newModules/lightMode/LightModePage.tsx +204 -204
  179. package/src/newModules/lightMode/Router.ts +16 -16
  180. package/src/newModules/mood/AddMoodPage.tsx +194 -194
  181. package/src/newModules/mood/DynamicMoodEditorPage.tsx +650 -650
  182. package/src/newModules/mood/Interface.ts +220 -220
  183. package/src/newModules/mood/MixDynamicMoodEditor.tsx +786 -786
  184. package/src/newModules/mood/MoodActions.ts +232 -232
  185. package/src/newModules/mood/MoodInfo.ts +2151 -2151
  186. package/src/newModules/mood/MoodItem.tsx +160 -160
  187. package/src/newModules/mood/MoodPage.tsx +386 -386
  188. package/src/newModules/mood/MoodParse.ts +443 -443
  189. package/src/newModules/mood/RecommendMoodItem.tsx +81 -81
  190. package/src/newModules/mood/Router.ts +43 -43
  191. package/src/newModules/mood/StaticMoodEditorPage.tsx +290 -290
  192. package/src/newModules/overchargeSwitch/OverchargeSwitchPage.tsx +96 -96
  193. package/src/newModules/overchargeSwitch/Router.ts +16 -16
  194. package/src/newModules/powerOnBehavior/LightBehaviorPage.tsx +266 -266
  195. package/src/newModules/powerOnBehavior/PlugBehaviorPage.tsx +173 -173
  196. package/src/newModules/powerOnBehavior/PowerOnBehaviorActions.ts +106 -106
  197. package/src/newModules/powerOnBehavior/Router.ts +27 -27
  198. package/src/newModules/randomTime/RandomTimeActions.ts +238 -238
  199. package/src/newModules/randomTime/RandomTimeDetailPage.tsx +325 -325
  200. package/src/newModules/randomTime/RandomTimePage.tsx +299 -299
  201. package/src/newModules/randomTime/Router.ts +25 -25
  202. package/src/newModules/randomTime/Summary.tsx +116 -116
  203. package/src/newModules/remoteControl/RemoteControlActions.ts +5 -5
  204. package/src/newModules/remoteControl/RemoteControlPage.tsx +51 -51
  205. package/src/newModules/remoteControl/Router.ts +15 -15
  206. package/src/newModules/select/Route.ts +16 -16
  207. package/src/newModules/select/SelectPage.d.ts +12 -12
  208. package/src/newModules/select/SelectPage.tsx +137 -137
  209. package/src/newModules/sleepWakeUp/Interface.ts +69 -69
  210. package/src/newModules/sleepWakeUp/Router.ts +24 -24
  211. package/src/newModules/sleepWakeUp/SleepWakeUpActions.ts +317 -317
  212. package/src/newModules/sleepWakeUp/SleepWakeUpDetailPage.tsx +661 -661
  213. package/src/newModules/sleepWakeUp/SleepWakeUpPage.tsx +455 -455
  214. package/src/newModules/sleepWakeUp/utils.ts +253 -253
  215. package/src/newModules/swithInching/Router.ts +16 -16
  216. package/src/newModules/swithInching/SwithInching.tsx +231 -231
  217. package/src/newModules/swithInching/SwithInchingAction.ts +55 -55
  218. package/src/newModules/swithInching/pickerView.tsx +91 -91
  219. package/src/newModules/timeSchedule/Interface.ts +142 -142
  220. package/src/newModules/timeSchedule/Router.ts +25 -25
  221. package/src/newModules/timeSchedule/TimeScheduleActions.ts +53 -53
  222. package/src/newModules/timeSchedule/TimeScheduleDetailPage.tsx +648 -648
  223. package/src/newModules/timeSchedule/TimeSchedulePage.tsx +253 -253
  224. package/src/newModules/timeSchedule/components/ManuaSettings.tsx +460 -460
  225. package/src/newModules/timeSchedule/components/ScheduleCard.tsx +125 -125
  226. package/tsconfig.json +50 -50
@@ -1,412 +1,412 @@
1
- import React, { Component } from 'react'
2
- import { StyleSheet, View } from 'react-native'
3
-
4
- import ItemIcon from './ItemIcon'
5
- import Svg, { Circle } from 'react-native-svg'
6
- import iconList from '../iconListData'
7
- import {cctToColor} from '@ledvance/base/src/utils/cctUtils'
8
-
9
- export default class Progress extends Component<any> {
10
- timeIconList: any[]
11
- timer: any
12
- state: any
13
-
14
- constructor(props) {
15
- super(props)
16
- const { timeIconList } = this.props
17
-
18
- this.timeIconList = timeIconList.map(item => ({ ...item }))
19
- this.state = {
20
- iconDataList: this.timeIconList,
21
- }
22
- }
23
-
24
- UNSAFE_componentWillReceiveProps(nextProps) {
25
- if (nextProps) {
26
- const { timeIconList, planEdit } = nextProps
27
- if (timeIconList.length !== this.state.iconDataList.length || planEdit) {
28
- this.timeIconList = timeIconList.map(item => ({ ...item }))
29
- this.setState({ iconDataList: this.timeIconList })
30
- }
31
- }
32
- }
33
-
34
- componentWillUnmount() {
35
- if (this.timer) {
36
- clearTimeout(this.timer)
37
- this.timer = null
38
- }
39
- }
40
-
41
- render() {
42
- //radius 大圆半径,annularHeight 环宽
43
- const { radius, annularHeight } = this.props
44
- const { iconDataList } = this.state
45
- //换算颜色
46
- if (iconDataList && iconDataList.length > 0) {
47
- //排序从小到大
48
- let min
49
- for (let i = 0; i < iconDataList.length; i++) {
50
- for (let j = i; j < iconDataList.length; j++) {
51
- const iData = this.getTimeIntVale(iconDataList[i].newStartTime ? iconDataList[i].newStartTime : iconDataList[i].startTime)
52
- const jData = this.getTimeIntVale(iconDataList[j].newStartTime ? iconDataList[j].newStartTime : iconDataList[j].startTime)
53
- if (iData > jData) {
54
- min = iconDataList[j]
55
- iconDataList[j] = iconDataList[i]
56
- iconDataList[i] = min
57
- }
58
- }
59
- }
60
-
61
- //取出色温、亮度
62
- for (const elem of iconDataList) {
63
- const { action } = elem
64
-
65
- if (elem.light) {
66
- continue
67
- }
68
-
69
- if (elem.colorTemp) {
70
- continue
71
- }
72
-
73
- action.map((item) => {
74
- const { uri, startValue } = item
75
- if (uri.indexOf('Brightness') !== -1) {
76
- elem.light = startValue
77
- } else if (uri.indexOf('ColorTemperature') !== -1) {
78
- let clrTemp = (startValue - 2700) / 38
79
- let colorObj = this.getColorTempStringVale(clrTemp) //占比换算成色值
80
- //console.log(' 色值数据 ----------> ',colorObj)
81
-
82
- elem.colorTemp = colorObj.normalColor
83
- elem.rgbColor = colorObj.rgbColor
84
- }
85
- })
86
- }
87
- }
88
-
89
- //有多少个时间点就分为几段弧
90
- let linearGradientList: any[] = []
91
- for (let c = 0; c < iconDataList.length; c++) {
92
- let tmpIndex = c + 1
93
- if (tmpIndex > iconDataList.length - 1) {
94
- tmpIndex = 0
95
- }
96
- let statRGBColer = iconDataList[c].rgbColor
97
- let iconDataRgbClr = iconDataList[tmpIndex].rgbColor
98
-
99
- let startTimes = this.getTimeIntVale(iconDataList[c].startTime)
100
- let endTimes = this.getTimeIntVale(iconDataList[tmpIndex].startTime)
101
-
102
- let totalMins = Math.abs(endTimes - startTimes)
103
- if (tmpIndex === 0) {
104
- totalMins = 1440 - startTimes + endTimes
105
- }
106
-
107
- let circleLength = (Math.PI * 2) / (24 * 60) * (totalMins)
108
- let timeAngle = 360 / (24 * 60) * startTimes
109
-
110
- // console.log('--- 开始时间 ---------->: ',iconDataList[c].startTime,'分钟数:',startTimes);
111
- // console.log('--- 结束时间 ---------->: ',iconDataList[tmpIndex].startTime,'分钟数:',endTimes);
112
- // console.log('--- 分段时长 ----------> ',totalMins);
113
- // console.log('--- 弧长 ----------> ',circleLength);
114
-
115
- linearGradientList.push({
116
- startRbg: statRGBColer,
117
- endRgb: this.props.gradient && statRGBColer || iconDataRgbClr,
118
- circleLength: circleLength,
119
- startAngle: timeAngle,
120
- brightness: iconDataList[c].brightness
121
- })
122
- }
123
-
124
- //console.log('--- 分段数据 ----------> ',linearGradientList)
125
- let aCircleList: any[] = []
126
- for (let l = 0; l < linearGradientList.length; l++) {
127
- const elem = linearGradientList[l]
128
- let startRGB = elem.startRbg
129
- let endRGB = elem.endRgb
130
- const brightness = elem.brightness || 0;
131
- //兼容不支持色温的灯
132
- if (!startRGB || !endRGB) {
133
- startRGB = [122, 122, 122]
134
- endRGB = [122, 122, 122]
135
- }
136
-
137
- //计算各时间段颜色变化值
138
- const arcArr: () => any = () => {
139
- let progressLength = (this.props.radius - 18) * elem.circleLength //每段的弧长
140
- const step = 60 // 设置到100则已经比较难看出来颜色断层
141
- const gradientColor = (startRGB, endRGB, step) => {
142
- let startR = startRGB[0]
143
- let startG = startRGB[1]
144
- let startB = startRGB[2]
145
- let endR = endRGB[0]
146
- let endG = endRGB[1]
147
- let endB = endRGB[2]
148
- let sR = (endR - startR) / step // 总差值
149
- let sG = (endG - startG) / step
150
- let sB = (endB - startB) / step
151
- let colorArr: any[] = []
152
- for (let i = 0; i < step; i++) {
153
- let color = Number(brightness) === 0 ? 'rgb(0, 0, 0)' : (this.props.isSupportTemperature && cctToColor(1)) || `rgb(${parseInt(sR * i + startR, 10)},
154
- ${parseInt(sG * i + startG, 10)},
155
- ${parseInt(sB * i + startB, 10)},
156
- ${Number(brightness) / 100}
157
- )`
158
-
159
- colorArr.push(color)
160
- }
161
- return colorArr
162
- }
163
-
164
- let colorArr = gradientColor(startRGB, endRGB, step)
165
- // 计算每个步进中的弧长
166
- let arcLengthArr = colorArr.map((color, index) => ({
167
- arcLength: [index * (progressLength / step), 10000000],
168
- color: color,
169
- arcAngle: elem.startAngle,
170
- }))
171
-
172
- //circleTotalLength = circleTotalLength + progressLength;
173
- arcLengthArr.reverse() //数组倒序
174
- return arcLengthArr
175
- }
176
-
177
- aCircleList = aCircleList.concat(arcArr())
178
- }
179
-
180
- let radiusValue = (this.props.radius).toString() //圆心坐标
181
- let circleR = (this.props.radius - 22).toString() // 半径长度 (不包含宽度值)
182
- const circleView = aCircleList.map((d, index) => {
183
- return (
184
- <Circle
185
- key={`c${index}`}
186
- cx={radiusValue}
187
- cy={radiusValue}
188
- r={circleR}
189
- stroke={d.color}
190
- strokeDasharray={d.arcLength}
191
- strokeWidth="44"
192
- rotation={-(90 - d.arcAngle)}
193
- originX={radiusValue}
194
- originY={radiusValue}
195
- //strokeOpacity = {1.0}
196
- strokeLinecap="butt"
197
- fill="none"
198
- />
199
- )
200
- })
201
-
202
- const setImg = (id) => {
203
- const imgIcon = iconList?.find(val => val?.id === id)?.icon
204
- return imgIcon
205
- }
206
-
207
- return (
208
- <View /*style = {{ backgroundColor: '#000000'}}*/>
209
-
210
- <Svg width={this.props.radius * 2} height={this.props.radius * 2}>
211
-
212
- {iconDataList.length > 0 ? circleView :
213
- <Circle
214
- cx={radiusValue}
215
- cy={radiusValue}
216
- r={circleR}
217
- strokeWidth="44"
218
- stroke={'#DEDEDE'}
219
- fill={'none'} />}
220
- </Svg>
221
-
222
- {/*----- 环上图标 ------*/}
223
- {this.timeIconList && this.timeIconList.map((item) => {
224
-
225
- const { startTime } = item
226
-
227
- let timeArray = startTime.split(':')
228
-
229
- let hourTime = timeArray[0]
230
- let mineTime = timeArray[1]
231
-
232
- //时间对应的弧度
233
- let timeAngle = (Math.PI * 2) / (24 * 60) * (parseInt(hourTime) * 60 + parseInt(mineTime))
234
- let newRadius = radius - annularHeight + 22
235
-
236
- //1.5 为解决将圆当作一个点处理代理的误差
237
- let leftValeu = newRadius + (Math.sin(timeAngle) * newRadius) + 1.5
238
- let topValue = newRadius - (Math.cos(timeAngle) * newRadius) + 1.5
239
- const type = typeof item?.icon === 'string'
240
-
241
- return (
242
- <ItemIcon
243
- key={item.id}
244
- leftValeu={leftValeu}
245
- topValue={topValue}
246
- imageSource={setImg(item?.iconId) || type && { uri: item?.icon } || item?.icon}
247
- circularRadius={newRadius}
248
- onPanMoving={(_xValue, _yValue, angle) => {
249
-
250
- if (this.timer) {
251
- clearTimeout(this.timer)
252
- this.timer = null
253
- }
254
-
255
- //角度转换为表盘时间
256
- let angleValue = angle
257
- let angleMins = 24 * 60 / 360//每度多少分钟
258
- let totalMins = Math.abs(angleMins * angleValue)
259
- item.startTime = this.createFormTime(totalMins)
260
-
261
- this.setState({ iconDataList: [].concat(iconDataList) })
262
- }}
263
-
264
- onPanMoveEnd={() => {
265
- const { ret, failMinutes } = this.checkTimesFormat(item.startTime)
266
- if (!ret) {
267
- let changeMinutes = (failMinutes || 0) + 60
268
- if (changeMinutes > 60 * 24) {
269
- changeMinutes = 30
270
- }
271
- const time = this.createFormTime(changeMinutes)
272
- item.startTime = time
273
- this.setState({ iconDataList: [].concat(iconDataList) }, () => {
274
- this.playTimeChangeCallBack(item.id, time)
275
- })
276
- } else {
277
- this.playTimeChangeCallBack(item.id, item.startTime)
278
- }
279
- }}
280
- />
281
- )
282
- })}
283
-
284
- {/*----- 环内视图 ------*/}
285
- <View
286
- style={[
287
- styles.contentView,
288
- {
289
- left: (this.props.annularHeight),
290
- top: this.props.annularHeight,
291
- width: (this.props.radius - this.props.annularHeight) * 2,
292
- height: (this.props.radius - this.props.annularHeight) * 2,
293
- borderRadius: this.props.radius,
294
- },
295
- ]}>
296
- {this.props.children}
297
- </View>
298
- </View>
299
- )
300
- }
301
-
302
- //时间调整回调业务层
303
- playTimeChangeCallBack(id: number, time: string) {
304
- const { onPanMoved } = this.props
305
-
306
- if (this.timer) {
307
- clearTimeout(this.timer)
308
- this.timer = null
309
- }
310
-
311
- //延时0.5秒后更新计划
312
- this.timer = setTimeout(() => {
313
- onPanMoved && onPanMoved(id, time)
314
- }, 500)
315
- }
316
-
317
- //获取时间分钟
318
- getTimeIntVale(time) {
319
- if (!time) {
320
- return 0
321
- }
322
-
323
- let timeArray = time.split(':')
324
- let hourTime = timeArray[0]
325
- let mineTime = timeArray[1]
326
-
327
- return parseInt(hourTime) * 60 + parseInt(mineTime)
328
- }
329
-
330
- //拼接时间
331
- createFormTime(totalMinutes) {
332
- let hoursTime = parseInt((totalMinutes / 60).toString()).toString()
333
- if (hoursTime.length < 2) {
334
- hoursTime = '0' + hoursTime
335
- }
336
- let minuteTime = Math.round(totalMinutes % 60).toString()
337
- if (minuteTime.length < 2) {
338
- minuteTime = '0' + minuteTime
339
- }
340
- return hoursTime + ':' + minuteTime
341
- }
342
-
343
- //判断时间是否合法
344
- checkTimesFormat(newTimeMinutes) {
345
- for (const elem of this.timeIconList) {
346
- const { startTime } = elem
347
- if (startTime === newTimeMinutes) {
348
- continue
349
- }
350
-
351
- let planTimeList = startTime.split(':')
352
- let newTimeList = newTimeMinutes.split(':')
353
-
354
- //转换为分钟
355
- let planMinutes = (parseInt(planTimeList[0]) * 60) + parseInt(planTimeList[1])
356
- let newMinutes = (parseInt(newTimeList[0]) * 60) + parseInt(newTimeList[1])
357
-
358
- if (Math.abs(planMinutes - newMinutes) < 15) {
359
- return { ret: false, failMinutes: planMinutes }
360
- }
361
- }
362
-
363
- return { ret: true }
364
- }
365
-
366
- getColorTempStringVale(colorTempInt) {
367
- // 蓝色:80CBFF 黄色:FFCD66
368
- let limitBottomColor = '#FFCD66'
369
- let limitTopColor = '#80CBFF'
370
-
371
- if (parseInt(colorTempInt) >= 100) {
372
- return { rgbColor: [128, 203, 255], normalColor: limitTopColor }
373
- }
374
-
375
- if (parseInt(colorTempInt) <= 0) {
376
- return { rgbColor: [255, 205, 102], normalColor: limitBottomColor }
377
- }
378
-
379
- let redStat = parseInt('FF', 16)
380
- let redEnd = parseInt('80', 16)
381
- let redStep = Math.round(redStat + ((redEnd - redStat) / 100) * colorTempInt)
382
-
383
- let gStart = parseInt('CD', 16)
384
- let gEnd = parseInt('CB', 16)
385
- let gStep = Math.round(gStart + ((gEnd - gStart) / 100) * colorTempInt)
386
-
387
- let bStart = parseInt('66', 16)
388
- let bEnd = parseInt('FF', 16)
389
- let bStep = Math.round(bStart + ((bEnd - bStart) / 100) * colorTempInt)
390
-
391
- let colorVale = '#' + redStep.toString(16) + gStep.toString(16) + bStep.toString(16)
392
- // console.log('色温值 -----------> colorVale: ',colorVale);
393
-
394
- let colorRGBAry = [redStep, gStep, bStep]
395
- return { rgbColor: colorRGBAry, normalColor: colorVale }
396
- }
397
- }
398
-
399
- const styles = StyleSheet.create({
400
- contentView: {
401
- position: 'absolute',
402
- justifyContent: 'center',
403
- alignItems: 'center',
404
- backgroundColor: '#FFFFFF',
405
- borderRadius: 130,
406
- },
407
- angleView: {
408
- height: 260,
409
- width: 260,
410
- borderRadius: 130,
411
- },
1
+ import React, { Component } from 'react'
2
+ import { StyleSheet, View } from 'react-native'
3
+
4
+ import ItemIcon from './ItemIcon'
5
+ import Svg, { Circle } from 'react-native-svg'
6
+ import iconList from '../iconListData'
7
+ import {cctToColor} from '@ledvance/base/src/utils/cctUtils'
8
+
9
+ export default class Progress extends Component<any> {
10
+ timeIconList: any[]
11
+ timer: any
12
+ state: any
13
+
14
+ constructor(props) {
15
+ super(props)
16
+ const { timeIconList } = this.props
17
+
18
+ this.timeIconList = timeIconList.map(item => ({ ...item }))
19
+ this.state = {
20
+ iconDataList: this.timeIconList,
21
+ }
22
+ }
23
+
24
+ UNSAFE_componentWillReceiveProps(nextProps) {
25
+ if (nextProps) {
26
+ const { timeIconList, planEdit } = nextProps
27
+ if (timeIconList.length !== this.state.iconDataList.length || planEdit) {
28
+ this.timeIconList = timeIconList.map(item => ({ ...item }))
29
+ this.setState({ iconDataList: this.timeIconList })
30
+ }
31
+ }
32
+ }
33
+
34
+ componentWillUnmount() {
35
+ if (this.timer) {
36
+ clearTimeout(this.timer)
37
+ this.timer = null
38
+ }
39
+ }
40
+
41
+ render() {
42
+ //radius 大圆半径,annularHeight 环宽
43
+ const { radius, annularHeight } = this.props
44
+ const { iconDataList } = this.state
45
+ //换算颜色
46
+ if (iconDataList && iconDataList.length > 0) {
47
+ //排序从小到大
48
+ let min
49
+ for (let i = 0; i < iconDataList.length; i++) {
50
+ for (let j = i; j < iconDataList.length; j++) {
51
+ const iData = this.getTimeIntVale(iconDataList[i].newStartTime ? iconDataList[i].newStartTime : iconDataList[i].startTime)
52
+ const jData = this.getTimeIntVale(iconDataList[j].newStartTime ? iconDataList[j].newStartTime : iconDataList[j].startTime)
53
+ if (iData > jData) {
54
+ min = iconDataList[j]
55
+ iconDataList[j] = iconDataList[i]
56
+ iconDataList[i] = min
57
+ }
58
+ }
59
+ }
60
+
61
+ //取出色温、亮度
62
+ for (const elem of iconDataList) {
63
+ const { action } = elem
64
+
65
+ if (elem.light) {
66
+ continue
67
+ }
68
+
69
+ if (elem.colorTemp) {
70
+ continue
71
+ }
72
+
73
+ action.map((item) => {
74
+ const { uri, startValue } = item
75
+ if (uri.indexOf('Brightness') !== -1) {
76
+ elem.light = startValue
77
+ } else if (uri.indexOf('ColorTemperature') !== -1) {
78
+ let clrTemp = (startValue - 2700) / 38
79
+ let colorObj = this.getColorTempStringVale(clrTemp) //占比换算成色值
80
+ //console.log(' 色值数据 ----------> ',colorObj)
81
+
82
+ elem.colorTemp = colorObj.normalColor
83
+ elem.rgbColor = colorObj.rgbColor
84
+ }
85
+ })
86
+ }
87
+ }
88
+
89
+ //有多少个时间点就分为几段弧
90
+ let linearGradientList: any[] = []
91
+ for (let c = 0; c < iconDataList.length; c++) {
92
+ let tmpIndex = c + 1
93
+ if (tmpIndex > iconDataList.length - 1) {
94
+ tmpIndex = 0
95
+ }
96
+ let statRGBColer = iconDataList[c].rgbColor
97
+ let iconDataRgbClr = iconDataList[tmpIndex].rgbColor
98
+
99
+ let startTimes = this.getTimeIntVale(iconDataList[c].startTime)
100
+ let endTimes = this.getTimeIntVale(iconDataList[tmpIndex].startTime)
101
+
102
+ let totalMins = Math.abs(endTimes - startTimes)
103
+ if (tmpIndex === 0) {
104
+ totalMins = 1440 - startTimes + endTimes
105
+ }
106
+
107
+ let circleLength = (Math.PI * 2) / (24 * 60) * (totalMins)
108
+ let timeAngle = 360 / (24 * 60) * startTimes
109
+
110
+ // console.log('--- 开始时间 ---------->: ',iconDataList[c].startTime,'分钟数:',startTimes);
111
+ // console.log('--- 结束时间 ---------->: ',iconDataList[tmpIndex].startTime,'分钟数:',endTimes);
112
+ // console.log('--- 分段时长 ----------> ',totalMins);
113
+ // console.log('--- 弧长 ----------> ',circleLength);
114
+
115
+ linearGradientList.push({
116
+ startRbg: statRGBColer,
117
+ endRgb: this.props.gradient && statRGBColer || iconDataRgbClr,
118
+ circleLength: circleLength,
119
+ startAngle: timeAngle,
120
+ brightness: iconDataList[c].brightness
121
+ })
122
+ }
123
+
124
+ //console.log('--- 分段数据 ----------> ',linearGradientList)
125
+ let aCircleList: any[] = []
126
+ for (let l = 0; l < linearGradientList.length; l++) {
127
+ const elem = linearGradientList[l]
128
+ let startRGB = elem.startRbg
129
+ let endRGB = elem.endRgb
130
+ const brightness = elem.brightness || 0;
131
+ //兼容不支持色温的灯
132
+ if (!startRGB || !endRGB) {
133
+ startRGB = [122, 122, 122]
134
+ endRGB = [122, 122, 122]
135
+ }
136
+
137
+ //计算各时间段颜色变化值
138
+ const arcArr: () => any = () => {
139
+ let progressLength = (this.props.radius - 18) * elem.circleLength //每段的弧长
140
+ const step = 60 // 设置到100则已经比较难看出来颜色断层
141
+ const gradientColor = (startRGB, endRGB, step) => {
142
+ let startR = startRGB[0]
143
+ let startG = startRGB[1]
144
+ let startB = startRGB[2]
145
+ let endR = endRGB[0]
146
+ let endG = endRGB[1]
147
+ let endB = endRGB[2]
148
+ let sR = (endR - startR) / step // 总差值
149
+ let sG = (endG - startG) / step
150
+ let sB = (endB - startB) / step
151
+ let colorArr: any[] = []
152
+ for (let i = 0; i < step; i++) {
153
+ let color = Number(brightness) === 0 ? 'rgb(0, 0, 0)' : (this.props.isSupportTemperature && cctToColor(1)) || `rgb(${parseInt(sR * i + startR, 10)},
154
+ ${parseInt(sG * i + startG, 10)},
155
+ ${parseInt(sB * i + startB, 10)},
156
+ ${Number(brightness) / 100}
157
+ )`
158
+
159
+ colorArr.push(color)
160
+ }
161
+ return colorArr
162
+ }
163
+
164
+ let colorArr = gradientColor(startRGB, endRGB, step)
165
+ // 计算每个步进中的弧长
166
+ let arcLengthArr = colorArr.map((color, index) => ({
167
+ arcLength: [index * (progressLength / step), 10000000],
168
+ color: color,
169
+ arcAngle: elem.startAngle,
170
+ }))
171
+
172
+ //circleTotalLength = circleTotalLength + progressLength;
173
+ arcLengthArr.reverse() //数组倒序
174
+ return arcLengthArr
175
+ }
176
+
177
+ aCircleList = aCircleList.concat(arcArr())
178
+ }
179
+
180
+ let radiusValue = (this.props.radius).toString() //圆心坐标
181
+ let circleR = (this.props.radius - 22).toString() // 半径长度 (不包含宽度值)
182
+ const circleView = aCircleList.map((d, index) => {
183
+ return (
184
+ <Circle
185
+ key={`c${index}`}
186
+ cx={radiusValue}
187
+ cy={radiusValue}
188
+ r={circleR}
189
+ stroke={d.color}
190
+ strokeDasharray={d.arcLength}
191
+ strokeWidth="44"
192
+ rotation={-(90 - d.arcAngle)}
193
+ originX={radiusValue}
194
+ originY={radiusValue}
195
+ //strokeOpacity = {1.0}
196
+ strokeLinecap="butt"
197
+ fill="none"
198
+ />
199
+ )
200
+ })
201
+
202
+ const setImg = (id) => {
203
+ const imgIcon = iconList?.find(val => val?.id === id)?.icon
204
+ return imgIcon
205
+ }
206
+
207
+ return (
208
+ <View /*style = {{ backgroundColor: '#000000'}}*/>
209
+
210
+ <Svg width={this.props.radius * 2} height={this.props.radius * 2}>
211
+
212
+ {iconDataList.length > 0 ? circleView :
213
+ <Circle
214
+ cx={radiusValue}
215
+ cy={radiusValue}
216
+ r={circleR}
217
+ strokeWidth="44"
218
+ stroke={'#DEDEDE'}
219
+ fill={'none'} />}
220
+ </Svg>
221
+
222
+ {/*----- 环上图标 ------*/}
223
+ {this.timeIconList && this.timeIconList.map((item) => {
224
+
225
+ const { startTime } = item
226
+
227
+ let timeArray = startTime.split(':')
228
+
229
+ let hourTime = timeArray[0]
230
+ let mineTime = timeArray[1]
231
+
232
+ //时间对应的弧度
233
+ let timeAngle = (Math.PI * 2) / (24 * 60) * (parseInt(hourTime) * 60 + parseInt(mineTime))
234
+ let newRadius = radius - annularHeight + 22
235
+
236
+ //1.5 为解决将圆当作一个点处理代理的误差
237
+ let leftValeu = newRadius + (Math.sin(timeAngle) * newRadius) + 1.5
238
+ let topValue = newRadius - (Math.cos(timeAngle) * newRadius) + 1.5
239
+ const type = typeof item?.icon === 'string'
240
+
241
+ return (
242
+ <ItemIcon
243
+ key={item.id}
244
+ leftValeu={leftValeu}
245
+ topValue={topValue}
246
+ imageSource={setImg(item?.iconId) || type && { uri: item?.icon } || item?.icon}
247
+ circularRadius={newRadius}
248
+ onPanMoving={(_xValue, _yValue, angle) => {
249
+
250
+ if (this.timer) {
251
+ clearTimeout(this.timer)
252
+ this.timer = null
253
+ }
254
+
255
+ //角度转换为表盘时间
256
+ let angleValue = angle
257
+ let angleMins = 24 * 60 / 360//每度多少分钟
258
+ let totalMins = Math.abs(angleMins * angleValue)
259
+ item.startTime = this.createFormTime(totalMins)
260
+
261
+ this.setState({ iconDataList: [].concat(iconDataList) })
262
+ }}
263
+
264
+ onPanMoveEnd={() => {
265
+ const { ret, failMinutes } = this.checkTimesFormat(item.startTime)
266
+ if (!ret) {
267
+ let changeMinutes = (failMinutes || 0) + 60
268
+ if (changeMinutes > 60 * 24) {
269
+ changeMinutes = 30
270
+ }
271
+ const time = this.createFormTime(changeMinutes)
272
+ item.startTime = time
273
+ this.setState({ iconDataList: [].concat(iconDataList) }, () => {
274
+ this.playTimeChangeCallBack(item.id, time)
275
+ })
276
+ } else {
277
+ this.playTimeChangeCallBack(item.id, item.startTime)
278
+ }
279
+ }}
280
+ />
281
+ )
282
+ })}
283
+
284
+ {/*----- 环内视图 ------*/}
285
+ <View
286
+ style={[
287
+ styles.contentView,
288
+ {
289
+ left: (this.props.annularHeight),
290
+ top: this.props.annularHeight,
291
+ width: (this.props.radius - this.props.annularHeight) * 2,
292
+ height: (this.props.radius - this.props.annularHeight) * 2,
293
+ borderRadius: this.props.radius,
294
+ },
295
+ ]}>
296
+ {this.props.children}
297
+ </View>
298
+ </View>
299
+ )
300
+ }
301
+
302
+ //时间调整回调业务层
303
+ playTimeChangeCallBack(id: number, time: string) {
304
+ const { onPanMoved } = this.props
305
+
306
+ if (this.timer) {
307
+ clearTimeout(this.timer)
308
+ this.timer = null
309
+ }
310
+
311
+ //延时0.5秒后更新计划
312
+ this.timer = setTimeout(() => {
313
+ onPanMoved && onPanMoved(id, time)
314
+ }, 500)
315
+ }
316
+
317
+ //获取时间分钟
318
+ getTimeIntVale(time) {
319
+ if (!time) {
320
+ return 0
321
+ }
322
+
323
+ let timeArray = time.split(':')
324
+ let hourTime = timeArray[0]
325
+ let mineTime = timeArray[1]
326
+
327
+ return parseInt(hourTime) * 60 + parseInt(mineTime)
328
+ }
329
+
330
+ //拼接时间
331
+ createFormTime(totalMinutes) {
332
+ let hoursTime = parseInt((totalMinutes / 60).toString()).toString()
333
+ if (hoursTime.length < 2) {
334
+ hoursTime = '0' + hoursTime
335
+ }
336
+ let minuteTime = Math.round(totalMinutes % 60).toString()
337
+ if (minuteTime.length < 2) {
338
+ minuteTime = '0' + minuteTime
339
+ }
340
+ return hoursTime + ':' + minuteTime
341
+ }
342
+
343
+ //判断时间是否合法
344
+ checkTimesFormat(newTimeMinutes) {
345
+ for (const elem of this.timeIconList) {
346
+ const { startTime } = elem
347
+ if (startTime === newTimeMinutes) {
348
+ continue
349
+ }
350
+
351
+ let planTimeList = startTime.split(':')
352
+ let newTimeList = newTimeMinutes.split(':')
353
+
354
+ //转换为分钟
355
+ let planMinutes = (parseInt(planTimeList[0]) * 60) + parseInt(planTimeList[1])
356
+ let newMinutes = (parseInt(newTimeList[0]) * 60) + parseInt(newTimeList[1])
357
+
358
+ if (Math.abs(planMinutes - newMinutes) < 15) {
359
+ return { ret: false, failMinutes: planMinutes }
360
+ }
361
+ }
362
+
363
+ return { ret: true }
364
+ }
365
+
366
+ getColorTempStringVale(colorTempInt) {
367
+ // 蓝色:80CBFF 黄色:FFCD66
368
+ let limitBottomColor = '#FFCD66'
369
+ let limitTopColor = '#80CBFF'
370
+
371
+ if (parseInt(colorTempInt) >= 100) {
372
+ return { rgbColor: [128, 203, 255], normalColor: limitTopColor }
373
+ }
374
+
375
+ if (parseInt(colorTempInt) <= 0) {
376
+ return { rgbColor: [255, 205, 102], normalColor: limitBottomColor }
377
+ }
378
+
379
+ let redStat = parseInt('FF', 16)
380
+ let redEnd = parseInt('80', 16)
381
+ let redStep = Math.round(redStat + ((redEnd - redStat) / 100) * colorTempInt)
382
+
383
+ let gStart = parseInt('CD', 16)
384
+ let gEnd = parseInt('CB', 16)
385
+ let gStep = Math.round(gStart + ((gEnd - gStart) / 100) * colorTempInt)
386
+
387
+ let bStart = parseInt('66', 16)
388
+ let bEnd = parseInt('FF', 16)
389
+ let bStep = Math.round(bStart + ((bEnd - bStart) / 100) * colorTempInt)
390
+
391
+ let colorVale = '#' + redStep.toString(16) + gStep.toString(16) + bStep.toString(16)
392
+ // console.log('色温值 -----------> colorVale: ',colorVale);
393
+
394
+ let colorRGBAry = [redStep, gStep, bStep]
395
+ return { rgbColor: colorRGBAry, normalColor: colorVale }
396
+ }
397
+ }
398
+
399
+ const styles = StyleSheet.create({
400
+ contentView: {
401
+ position: 'absolute',
402
+ justifyContent: 'center',
403
+ alignItems: 'center',
404
+ backgroundColor: '#FFFFFF',
405
+ borderRadius: 130,
406
+ },
407
+ angleView: {
408
+ height: 260,
409
+ width: 260,
410
+ borderRadius: 130,
411
+ },
412
412
  })