@ledvance/ui-biz-bundle 1.1.69 → 1.1.71

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 (222) 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/Interface.ts +5 -0
  181. package/src/newModules/mood/MixDynamicMoodEditor.tsx +8 -5
  182. package/src/newModules/mood/MoodActions.ts +32 -20
  183. package/src/newModules/mood/MoodItem.tsx +3 -3
  184. package/src/newModules/mood/MoodPage.tsx +31 -15
  185. package/src/newModules/mood/MoodParse.ts +5 -6
  186. package/src/newModules/mood/RecommendMoodItem.tsx +3 -3
  187. package/src/newModules/mood/Router.ts +9 -0
  188. package/src/newModules/overchargeSwitch/OverchargeSwitchPage.tsx +96 -96
  189. package/src/newModules/overchargeSwitch/Router.ts +16 -16
  190. package/src/newModules/powerOnBehavior/LightBehaviorPage.tsx +266 -266
  191. package/src/newModules/powerOnBehavior/PlugBehaviorPage.tsx +173 -173
  192. package/src/newModules/powerOnBehavior/PowerOnBehaviorActions.ts +106 -106
  193. package/src/newModules/powerOnBehavior/Router.ts +27 -27
  194. package/src/newModules/randomTime/RandomTimeActions.ts +238 -238
  195. package/src/newModules/randomTime/RandomTimeDetailPage.tsx +325 -325
  196. package/src/newModules/randomTime/RandomTimePage.tsx +299 -299
  197. package/src/newModules/randomTime/Router.ts +25 -25
  198. package/src/newModules/randomTime/Summary.tsx +116 -116
  199. package/src/newModules/remoteControl/RemoteControlActions.ts +5 -5
  200. package/src/newModules/remoteControl/RemoteControlPage.tsx +51 -51
  201. package/src/newModules/remoteControl/Router.ts +15 -15
  202. package/src/newModules/select/Route.ts +16 -16
  203. package/src/newModules/select/SelectPage.d.ts +12 -12
  204. package/src/newModules/select/SelectPage.tsx +137 -137
  205. package/src/newModules/sleepWakeUp/Interface.ts +69 -69
  206. package/src/newModules/sleepWakeUp/Router.ts +24 -24
  207. package/src/newModules/sleepWakeUp/SleepWakeUpActions.ts +317 -317
  208. package/src/newModules/sleepWakeUp/SleepWakeUpDetailPage.tsx +661 -661
  209. package/src/newModules/sleepWakeUp/SleepWakeUpPage.tsx +455 -455
  210. package/src/newModules/sleepWakeUp/utils.ts +253 -253
  211. package/src/newModules/swithInching/Router.ts +16 -16
  212. package/src/newModules/swithInching/SwithInching.tsx +231 -231
  213. package/src/newModules/swithInching/SwithInchingAction.ts +55 -55
  214. package/src/newModules/swithInching/pickerView.tsx +91 -91
  215. package/src/newModules/timeSchedule/Interface.ts +142 -142
  216. package/src/newModules/timeSchedule/Router.ts +25 -25
  217. package/src/newModules/timeSchedule/TimeScheduleActions.ts +53 -53
  218. package/src/newModules/timeSchedule/TimeScheduleDetailPage.tsx +648 -648
  219. package/src/newModules/timeSchedule/TimeSchedulePage.tsx +253 -253
  220. package/src/newModules/timeSchedule/components/ManuaSettings.tsx +460 -460
  221. package/src/newModules/timeSchedule/components/ScheduleCard.tsx +125 -125
  222. package/tsconfig.json +50 -50
@@ -1,145 +1,145 @@
1
- import React, { useCallback, useEffect } from 'react'
2
- import I18n from '@ledvance/base/src/i18n'
3
- import { getRemoteSceneList } from '../scene/SceneAction'
4
- import { isUVCFanDevice, useDeviceInfo } from '@ledvance/base/src/models/modules/NativePropsSlice'
5
- import { useReactive } from 'ahooks'
6
- import { ScenePageUIState, SceneUIState } from '../scene/SceneInfo'
7
- import res from '@ledvance/base/src/res'
8
- import { FlatList, StyleSheet, View } from 'react-native'
9
- import Spacer from '@ledvance/base/src/components/Spacer'
10
- import Tag from '@ledvance/base/src/components/Tag'
11
- import { Utils } from 'tuya-panel-kit'
12
- import InfoText from '@ledvance/base/src/components/InfoText'
13
- import MoodItem from '../mood/MoodItem'
14
- import { isEmpty } from 'lodash'
15
-
16
- const cx = Utils.RatioUtils.convertX
17
-
18
- interface MoodUIState extends ScenePageUIState {
19
- staticTagChecked: boolean
20
- dynamicTagChecked: boolean
21
- filteredMoods: SceneUIState[]
22
- }
23
-
24
-
25
- const ScheduleScene = ({ scene, setScene, isOnlyRGBLamp, isDIMLamp, isRGBLamp, isRGBWLamp, isTWLamp, isFanLamp }) => {
26
- const deviceInfo = useDeviceInfo()
27
- const isUVCFan = isUVCFanDevice()
28
- const state = useReactive<MoodUIState>({
29
- currentScene: undefined,
30
- staticTagChecked: true,
31
- dynamicTagChecked: true,
32
- scenes: [],
33
- flag: Symbol(),
34
- filteredMoods: [],
35
- })
36
-
37
- const getSceneList = useCallback(async () => {
38
- const res = await getRemoteSceneList(deviceInfo.devId,{
39
- isOnlyRGBLamp,
40
- isDIMLamp,
41
- isRGBLamp,
42
- isRGBWLamp,
43
- isTWLamp,
44
- isFanLamp
45
- }, isUVCFan)
46
- if (res.success) {
47
- state.scenes = res.data || []
48
- state.currentScene = isEmpty(scene) ? state.scenes[0] : scene
49
- setScene(state.currentScene)
50
- }
51
- }, [])
52
-
53
- useEffect(() => {
54
- state.filteredMoods = state.scenes.filter(item => {
55
- return (state.staticTagChecked && state.dynamicTagChecked) ||
56
- (state.staticTagChecked && item.nodes.length < 2) ||
57
- (state.dynamicTagChecked && item.nodes.length > 1)
58
- })
59
- }, [state.staticTagChecked, state.dynamicTagChecked, state.scenes])
60
-
61
-
62
- useEffect(() => {
63
- getSceneList().then()
64
- }, [state.flag])
65
-
66
- return (
67
- <>
68
- <View style={styles.tagLine}>
69
- <Tag
70
- checked={state.staticTagChecked}
71
- text={I18n.getLang('mood_overview_filter_name_text1')}
72
- onCheckedChange={checked => {
73
- state.staticTagChecked = checked
74
- }}/>
75
- <Spacer width={cx(8)} height={0}/>
76
- <Tag
77
- checked={state.dynamicTagChecked}
78
- text={I18n.getLang('mood_overview_filter_name_text2')}
79
- onCheckedChange={checked => {
80
- state.dynamicTagChecked = checked
81
- }}/>
82
- </View>
83
- <Spacer height={cx(10)}/>
84
- <FlatList
85
- data={state.filteredMoods}
86
- renderItem={({ item }) => {
87
- return (
88
- <MoodItem
89
- style={{ marginHorizontal: cx(8) }}
90
- enable={state.currentScene?.id === item.id}
91
- mood={item}
92
- onSwitch={async _ => {
93
- state.currentScene = item
94
- setScene(item)
95
- }}/>
96
- )
97
- }}
98
- ListHeaderComponent={() => (<Spacer height={cx(10)}/>)}
99
- ItemSeparatorComponent={() => (<Spacer/>)}
100
- ListFooterComponent={() => (
101
- <View style={styles.infoLine}>
102
- <Spacer/>
103
- <InfoText
104
- icon={res.ic_info}
105
- text={I18n.getLang('mood_overview_information_text')}/>
106
- <Spacer height={cx(40)}/>
107
- </View>
108
- )}
109
- keyExtractor={item => `${item.id}`}/>
110
- </>
111
- )
112
- }
113
-
114
- const styles = StyleSheet.create({
115
- tagLine: {
116
- flexDirection: 'row',
117
- // marginHorizontal: cx(24),
118
- marginTop: cx(16),
119
- },
120
- infoLine: {
121
- // marginHorizontal: cx(24),
122
- },
123
- addMoodPopover: {
124
- width: cx(171),
125
- height: cx(90.5),
126
- marginStart: cx(156),
127
- marginTop: cx(105),
128
- backgroundColor: '#fff',
129
- },
130
- popoverItem: {
131
- width: cx(171),
132
- height: cx(45),
133
- alignItems: 'flex-start',
134
- },
135
- popoverItemText: {
136
- color: '#000',
137
- fontSize: cx(16),
138
- },
139
- line: {
140
- height: .5,
141
- backgroundColor: 'rgba(60,60,67,.36)',
142
- },
143
- })
144
-
1
+ import React, { useCallback, useEffect } from 'react'
2
+ import I18n from '@ledvance/base/src/i18n'
3
+ import { getRemoteSceneList } from '../scene/SceneAction'
4
+ import { isUVCFanDevice, useDeviceInfo } from '@ledvance/base/src/models/modules/NativePropsSlice'
5
+ import { useReactive } from 'ahooks'
6
+ import { ScenePageUIState, SceneUIState } from '../scene/SceneInfo'
7
+ import res from '@ledvance/base/src/res'
8
+ import { FlatList, StyleSheet, View } from 'react-native'
9
+ import Spacer from '@ledvance/base/src/components/Spacer'
10
+ import Tag from '@ledvance/base/src/components/Tag'
11
+ import { Utils } from 'tuya-panel-kit'
12
+ import InfoText from '@ledvance/base/src/components/InfoText'
13
+ import MoodItem from '../mood/MoodItem'
14
+ import { isEmpty } from 'lodash'
15
+
16
+ const cx = Utils.RatioUtils.convertX
17
+
18
+ interface MoodUIState extends ScenePageUIState {
19
+ staticTagChecked: boolean
20
+ dynamicTagChecked: boolean
21
+ filteredMoods: SceneUIState[]
22
+ }
23
+
24
+
25
+ const ScheduleScene = ({ scene, setScene, isOnlyRGBLamp, isDIMLamp, isRGBLamp, isRGBWLamp, isTWLamp, isFanLamp }) => {
26
+ const deviceInfo = useDeviceInfo()
27
+ const isUVCFan = isUVCFanDevice()
28
+ const state = useReactive<MoodUIState>({
29
+ currentScene: undefined,
30
+ staticTagChecked: true,
31
+ dynamicTagChecked: true,
32
+ scenes: [],
33
+ flag: Symbol(),
34
+ filteredMoods: [],
35
+ })
36
+
37
+ const getSceneList = useCallback(async () => {
38
+ const res = await getRemoteSceneList(deviceInfo.devId,{
39
+ isOnlyRGBLamp,
40
+ isDIMLamp,
41
+ isRGBLamp,
42
+ isRGBWLamp,
43
+ isTWLamp,
44
+ isFanLamp
45
+ }, isUVCFan)
46
+ if (res.success) {
47
+ state.scenes = res.data || []
48
+ state.currentScene = isEmpty(scene) ? state.scenes[0] : scene
49
+ setScene(state.currentScene)
50
+ }
51
+ }, [])
52
+
53
+ useEffect(() => {
54
+ state.filteredMoods = state.scenes.filter(item => {
55
+ return (state.staticTagChecked && state.dynamicTagChecked) ||
56
+ (state.staticTagChecked && item.nodes.length < 2) ||
57
+ (state.dynamicTagChecked && item.nodes.length > 1)
58
+ })
59
+ }, [state.staticTagChecked, state.dynamicTagChecked, state.scenes])
60
+
61
+
62
+ useEffect(() => {
63
+ getSceneList().then()
64
+ }, [state.flag])
65
+
66
+ return (
67
+ <>
68
+ <View style={styles.tagLine}>
69
+ <Tag
70
+ checked={state.staticTagChecked}
71
+ text={I18n.getLang('mood_overview_filter_name_text1')}
72
+ onCheckedChange={checked => {
73
+ state.staticTagChecked = checked
74
+ }}/>
75
+ <Spacer width={cx(8)} height={0}/>
76
+ <Tag
77
+ checked={state.dynamicTagChecked}
78
+ text={I18n.getLang('mood_overview_filter_name_text2')}
79
+ onCheckedChange={checked => {
80
+ state.dynamicTagChecked = checked
81
+ }}/>
82
+ </View>
83
+ <Spacer height={cx(10)}/>
84
+ <FlatList
85
+ data={state.filteredMoods}
86
+ renderItem={({ item }) => {
87
+ return (
88
+ <MoodItem
89
+ style={{ marginHorizontal: cx(8) }}
90
+ enable={state.currentScene?.id === item.id}
91
+ mood={item}
92
+ onSwitch={async _ => {
93
+ state.currentScene = item
94
+ setScene(item)
95
+ }}/>
96
+ )
97
+ }}
98
+ ListHeaderComponent={() => (<Spacer height={cx(10)}/>)}
99
+ ItemSeparatorComponent={() => (<Spacer/>)}
100
+ ListFooterComponent={() => (
101
+ <View style={styles.infoLine}>
102
+ <Spacer/>
103
+ <InfoText
104
+ icon={res.ic_info}
105
+ text={I18n.getLang('mood_overview_information_text')}/>
106
+ <Spacer height={cx(40)}/>
107
+ </View>
108
+ )}
109
+ keyExtractor={item => `${item.id}`}/>
110
+ </>
111
+ )
112
+ }
113
+
114
+ const styles = StyleSheet.create({
115
+ tagLine: {
116
+ flexDirection: 'row',
117
+ // marginHorizontal: cx(24),
118
+ marginTop: cx(16),
119
+ },
120
+ infoLine: {
121
+ // marginHorizontal: cx(24),
122
+ },
123
+ addMoodPopover: {
124
+ width: cx(171),
125
+ height: cx(90.5),
126
+ marginStart: cx(156),
127
+ marginTop: cx(105),
128
+ backgroundColor: '#fff',
129
+ },
130
+ popoverItem: {
131
+ width: cx(171),
132
+ height: cx(45),
133
+ alignItems: 'flex-start',
134
+ },
135
+ popoverItemText: {
136
+ color: '#000',
137
+ fontSize: cx(16),
138
+ },
139
+ line: {
140
+ height: .5,
141
+ backgroundColor: 'rgba(60,60,67,.36)',
142
+ },
143
+ })
144
+
145
145
  export default ScheduleScene
@@ -1,12 +1,12 @@
1
- import { ScheduleItemDp } from './TimeScheduleEditpage';
2
- import { JudgeTimeScheduleProps } from './TimeScheduleBean';
3
- interface SingleLightViewProps extends JudgeTimeScheduleProps {
4
- singleActions: any;
5
- scheduleItem: any;
6
- dpCodes: Record<string, string>;
7
- dp: ScheduleItemDp;
8
- setSendDps: (actions: any, type: string) => void;
9
- setEnable: (dpId: string, enable: boolean) => void;
10
- }
11
- export default function SingleLightView(props: SingleLightViewProps): any;
12
- export {};
1
+ import { ScheduleItemDp } from './TimeScheduleEditpage';
2
+ import { JudgeTimeScheduleProps } from './TimeScheduleBean';
3
+ interface SingleLightViewProps extends JudgeTimeScheduleProps {
4
+ singleActions: any;
5
+ scheduleItem: any;
6
+ dpCodes: Record<string, string>;
7
+ dp: ScheduleItemDp;
8
+ setSendDps: (actions: any, type: string) => void;
9
+ setEnable: (dpId: string, enable: boolean) => void;
10
+ }
11
+ export default function SingleLightView(props: SingleLightViewProps): any;
12
+ export {};
@@ -1,176 +1,176 @@
1
- import React, { useCallback, memo } from 'react'
2
- import { View } from 'react-native'
3
- import LdvSwitch from '@ledvance/base/src/components/ldvSwitch'
4
- import { Utils } from 'tuya-panel-kit'
5
- import { useReactive, useUpdateEffect } from 'ahooks'
6
- import { hsv2Hex, mapFloatToRange } from '@ledvance/base/src/utils'
7
- import I18n from '@ledvance/base/src/i18n'
8
- import LampAdjustView from '@ledvance/base/src/components/LampAdjustView'
9
- import Card from '@ledvance/base/src/components/Card'
10
- import { cctToColor } from '@ledvance/base/src/utils/cctUtils'
11
- import { modeOptions } from '../../hooks/DeviceDpStateHooks'
12
- import { ScheduleItemDp } from './TimeScheduleEditpage'
13
- import FanAdjustView from '@ledvance/base/src/components/FanAdjustView'
14
- import { useFanMaxSpeed } from '@ledvance/base/src/models/modules/NativePropsSlice'
15
- import { JudgeTimeScheduleProps } from './TimeScheduleBean'
16
- import { cloneDeep } from 'lodash'
17
-
18
- const { convertX: cx } = Utils.RatioUtils
19
-
20
- interface SingleLightViewProps extends JudgeTimeScheduleProps {
21
- singleActions: any
22
- scheduleItem: any
23
- dpCodes: Record<string, string>
24
- dp: ScheduleItemDp
25
- setSendDps: (actions: any, type: string) => void
26
- setEnable: (dpId: string, enable: boolean) => void
27
- }
28
-
29
- const SingleLightView = (props: SingleLightViewProps) =>{
30
- const {
31
- dp,
32
- setSendDps,
33
- setEnable,
34
- isSupportColor,
35
- isSupportBrightness,
36
- isSupportTemperature,
37
- isSupportMode,
38
- } = props
39
- const state = useReactive({
40
- actions: cloneDeep(props.singleActions),
41
- flag: Symbol(),
42
- })
43
-
44
- useUpdateEffect(() => {
45
- state.actions = cloneDeep(props.singleActions)
46
- }, [JSON.stringify(props.singleActions)])
47
-
48
- useUpdateEffect(() => {
49
- setSendDps(state.actions, 'singleActions')
50
- }, [state.flag])
51
-
52
-
53
- const setHSVState = useCallback((h, s, v) => {
54
- state.actions.h = h
55
- state.actions.s = s
56
- state.actions.v = v
57
- }, [])
58
-
59
- const setTemperatureState = useCallback(temperature => {
60
- state.actions.temperature = temperature
61
- }, [])
62
-
63
- const setBrightnessState = useCallback(brightness => {
64
- state.actions.brightness = brightness
65
- }, [])
66
-
67
-
68
- const setEnableStateAction = useCallback(async (enable) => {
69
- state.actions.enable = enable
70
- setEnable(dp.dpId, enable)
71
- state.flag = Symbol()
72
- }, [])
73
-
74
- const setWorkModeStateAction = useCallback(async isColorMode => {
75
- state.actions.isColor = isColorMode
76
- state.flag = Symbol()
77
-
78
- }, [])
79
-
80
- const setColourStateAction = useCallback(async (h, s, v) => {
81
- setHSVState(h, s, v)
82
- state.flag = Symbol()
83
- }, [])
84
-
85
- const setTemperatureStateAction = useCallback(async (cct: number) => {
86
- setTemperatureState(cct)
87
- state.flag = Symbol()
88
- }, [])
89
-
90
- const setBrightnessStateAction = useCallback(async brightness => {
91
- setBrightnessState(brightness)
92
- state.flag = Symbol()
93
- }, [])
94
-
95
-
96
- const getColorBlockColor = useCallback(() => {
97
- const s = Math.round(mapFloatToRange(state.actions.s / 100, 30, 100))
98
- if(!!isSupportColor && state.actions.isColor){
99
- return hsv2Hex(state.actions.h, s, 100)
100
- }
101
- if(!!isSupportTemperature){
102
- return cctToColor(state.actions.temperature.toFixed())
103
- }
104
- return '#fff'
105
- }, [state.actions.temperature])
106
-
107
- return (
108
- <Card style={{ marginVertical: cx(12) }}>
109
- {props.dp.value.includes('light') ?
110
- <View>
111
- <LdvSwitch
112
- title={I18n.getLang('light_sources_tile_tw_lighting_headline')}
113
- color={getColorBlockColor()}
114
- colorAlpha={1}
115
- enable={state.actions.enable}
116
- setEnable={setEnableStateAction}/>
117
- {state.actions.enable &&
118
- <LampAdjustView
119
- isSupportColor={!!isSupportColor}
120
- isSupportBrightness={!!isSupportBrightness}
121
- isSupportTemperature={!!isSupportTemperature}
122
- isColorMode={state.actions.isColor}
123
- setIsColorMode={setWorkModeStateAction}
124
- h={state.actions.h}
125
- s={state.actions.s}
126
- v={state.actions.v}
127
- reserveSV={true}
128
- onHSVChange={setHSVState}
129
- onHSVChangeComplete={setColourStateAction}
130
- colorTemp={state.actions.temperature}
131
- brightness={state.actions.brightness}
132
- onCCTChange={setTemperatureState}
133
- onCCTChangeComplete={setTemperatureStateAction}
134
- onBrightnessChange={setBrightnessState}
135
- onBrightnessChangeComplete={setBrightnessStateAction}
136
- // min={1}
137
- />}
138
- </View> :
139
- props.dp.value.includes('fan') ?
140
- <FanAdjustView
141
- isSupportMode={isSupportMode}
142
- modeValue={state.actions.fanMode}
143
- fanEnable={state.actions.fanEnable}
144
- fanSpeed={state.actions.fanSpeed}
145
- maxFanSpeed={useFanMaxSpeed()}
146
- modeOptions={modeOptions}
147
- modeChange={mode => {
148
- state.actions.fanMode = mode
149
- state.flag = Symbol()
150
- }}
151
- onFanSwitch={fanEnable => {
152
- state.actions.fanEnable = fanEnable
153
- setEnable(dp.dpId, fanEnable)
154
- }}
155
- onFanSpeedChange={fanSpeed => {
156
- state.actions.fanSpeed = fanSpeed
157
- }}
158
- onFanSpeedChangeComplete={fanSpeed => {
159
- state.actions.fanSpeed = fanSpeed
160
- state.flag = Symbol()
161
- }}
162
-
163
- /> :
164
- <LdvSwitch
165
- title={dp.label}
166
- enable={dp.enable}
167
- setEnable={(v: boolean) => setEnable(dp.dpId, v)}
168
- color={''}
169
- colorAlpha={1}
170
- />
171
- }
172
- </Card>
173
- )
174
- }
175
-
1
+ import React, { useCallback, memo } from 'react'
2
+ import { View } from 'react-native'
3
+ import LdvSwitch from '@ledvance/base/src/components/ldvSwitch'
4
+ import { Utils } from 'tuya-panel-kit'
5
+ import { useReactive, useUpdateEffect } from 'ahooks'
6
+ import { hsv2Hex, mapFloatToRange } from '@ledvance/base/src/utils'
7
+ import I18n from '@ledvance/base/src/i18n'
8
+ import LampAdjustView from '@ledvance/base/src/components/LampAdjustView'
9
+ import Card from '@ledvance/base/src/components/Card'
10
+ import { cctToColor } from '@ledvance/base/src/utils/cctUtils'
11
+ import { modeOptions } from '../../hooks/DeviceDpStateHooks'
12
+ import { ScheduleItemDp } from './TimeScheduleEditpage'
13
+ import FanAdjustView from '@ledvance/base/src/components/FanAdjustView'
14
+ import { useFanMaxSpeed } from '@ledvance/base/src/models/modules/NativePropsSlice'
15
+ import { JudgeTimeScheduleProps } from './TimeScheduleBean'
16
+ import { cloneDeep } from 'lodash'
17
+
18
+ const { convertX: cx } = Utils.RatioUtils
19
+
20
+ interface SingleLightViewProps extends JudgeTimeScheduleProps {
21
+ singleActions: any
22
+ scheduleItem: any
23
+ dpCodes: Record<string, string>
24
+ dp: ScheduleItemDp
25
+ setSendDps: (actions: any, type: string) => void
26
+ setEnable: (dpId: string, enable: boolean) => void
27
+ }
28
+
29
+ const SingleLightView = (props: SingleLightViewProps) =>{
30
+ const {
31
+ dp,
32
+ setSendDps,
33
+ setEnable,
34
+ isSupportColor,
35
+ isSupportBrightness,
36
+ isSupportTemperature,
37
+ isSupportMode,
38
+ } = props
39
+ const state = useReactive({
40
+ actions: cloneDeep(props.singleActions),
41
+ flag: Symbol(),
42
+ })
43
+
44
+ useUpdateEffect(() => {
45
+ state.actions = cloneDeep(props.singleActions)
46
+ }, [JSON.stringify(props.singleActions)])
47
+
48
+ useUpdateEffect(() => {
49
+ setSendDps(state.actions, 'singleActions')
50
+ }, [state.flag])
51
+
52
+
53
+ const setHSVState = useCallback((h, s, v) => {
54
+ state.actions.h = h
55
+ state.actions.s = s
56
+ state.actions.v = v
57
+ }, [])
58
+
59
+ const setTemperatureState = useCallback(temperature => {
60
+ state.actions.temperature = temperature
61
+ }, [])
62
+
63
+ const setBrightnessState = useCallback(brightness => {
64
+ state.actions.brightness = brightness
65
+ }, [])
66
+
67
+
68
+ const setEnableStateAction = useCallback(async (enable) => {
69
+ state.actions.enable = enable
70
+ setEnable(dp.dpId, enable)
71
+ state.flag = Symbol()
72
+ }, [])
73
+
74
+ const setWorkModeStateAction = useCallback(async isColorMode => {
75
+ state.actions.isColor = isColorMode
76
+ state.flag = Symbol()
77
+
78
+ }, [])
79
+
80
+ const setColourStateAction = useCallback(async (h, s, v) => {
81
+ setHSVState(h, s, v)
82
+ state.flag = Symbol()
83
+ }, [])
84
+
85
+ const setTemperatureStateAction = useCallback(async (cct: number) => {
86
+ setTemperatureState(cct)
87
+ state.flag = Symbol()
88
+ }, [])
89
+
90
+ const setBrightnessStateAction = useCallback(async brightness => {
91
+ setBrightnessState(brightness)
92
+ state.flag = Symbol()
93
+ }, [])
94
+
95
+
96
+ const getColorBlockColor = useCallback(() => {
97
+ const s = Math.round(mapFloatToRange(state.actions.s / 100, 30, 100))
98
+ if(!!isSupportColor && state.actions.isColor){
99
+ return hsv2Hex(state.actions.h, s, 100)
100
+ }
101
+ if(!!isSupportTemperature){
102
+ return cctToColor(state.actions.temperature.toFixed())
103
+ }
104
+ return '#fff'
105
+ }, [state.actions.temperature])
106
+
107
+ return (
108
+ <Card style={{ marginVertical: cx(12) }}>
109
+ {props.dp.value.includes('light') ?
110
+ <View>
111
+ <LdvSwitch
112
+ title={I18n.getLang('light_sources_tile_tw_lighting_headline')}
113
+ color={getColorBlockColor()}
114
+ colorAlpha={1}
115
+ enable={state.actions.enable}
116
+ setEnable={setEnableStateAction}/>
117
+ {state.actions.enable &&
118
+ <LampAdjustView
119
+ isSupportColor={!!isSupportColor}
120
+ isSupportBrightness={!!isSupportBrightness}
121
+ isSupportTemperature={!!isSupportTemperature}
122
+ isColorMode={state.actions.isColor}
123
+ setIsColorMode={setWorkModeStateAction}
124
+ h={state.actions.h}
125
+ s={state.actions.s}
126
+ v={state.actions.v}
127
+ reserveSV={true}
128
+ onHSVChange={setHSVState}
129
+ onHSVChangeComplete={setColourStateAction}
130
+ colorTemp={state.actions.temperature}
131
+ brightness={state.actions.brightness}
132
+ onCCTChange={setTemperatureState}
133
+ onCCTChangeComplete={setTemperatureStateAction}
134
+ onBrightnessChange={setBrightnessState}
135
+ onBrightnessChangeComplete={setBrightnessStateAction}
136
+ // min={1}
137
+ />}
138
+ </View> :
139
+ props.dp.value.includes('fan') ?
140
+ <FanAdjustView
141
+ isSupportMode={isSupportMode}
142
+ modeValue={state.actions.fanMode}
143
+ fanEnable={state.actions.fanEnable}
144
+ fanSpeed={state.actions.fanSpeed}
145
+ maxFanSpeed={useFanMaxSpeed()}
146
+ modeOptions={modeOptions}
147
+ modeChange={mode => {
148
+ state.actions.fanMode = mode
149
+ state.flag = Symbol()
150
+ }}
151
+ onFanSwitch={fanEnable => {
152
+ state.actions.fanEnable = fanEnable
153
+ setEnable(dp.dpId, fanEnable)
154
+ }}
155
+ onFanSpeedChange={fanSpeed => {
156
+ state.actions.fanSpeed = fanSpeed
157
+ }}
158
+ onFanSpeedChangeComplete={fanSpeed => {
159
+ state.actions.fanSpeed = fanSpeed
160
+ state.flag = Symbol()
161
+ }}
162
+
163
+ /> :
164
+ <LdvSwitch
165
+ title={dp.label}
166
+ enable={dp.enable}
167
+ setEnable={(v: boolean) => setEnable(dp.dpId, v)}
168
+ color={''}
169
+ colorAlpha={1}
170
+ />
171
+ }
172
+ </Card>
173
+ )
174
+ }
175
+
176
176
  export default memo(SingleLightView)