@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,97 +1,97 @@
1
- import React from 'react'
2
- import {SwitchButton, Utils} from "tuya-panel-kit";
3
- import Page from "@ledvance/base/src/components/Page";
4
- import I18n from "@ledvance/base/src/i18n/index";
5
- import {useDeviceInfo, useDp} from "@ledvance/base/src/models/modules/NativePropsSlice";
6
- import {useReactive} from "ahooks";
7
- import Spacer from "@ledvance/base/src/components/Spacer";
8
- import {View, Text, StyleSheet, Image} from "react-native";
9
- import {Result} from "@ledvance/base/src/models/modules/Result";
10
- import res from "@ledvance/base/src/res";
11
- import {useParams} from "@ledvance/base/src/hooks/Hooks";
12
-
13
- const { convertX: cx } = Utils.RatioUtils
14
-
15
- export interface ChildLockPageParams {
16
- childLockCode: string
17
- }
18
-
19
- export function useChildLock(childLockCode: string): [boolean, (v: boolean) => Promise<Result<any>>] {
20
- return useDp(childLockCode)
21
- }
22
-
23
- const ChildLockPage = () => {
24
- const params = useParams<ChildLockPageParams>()
25
- const devInfo = useDeviceInfo()
26
- const [childLock, setChildLock] = useChildLock(params.childLockCode)
27
- const state = useReactive({
28
- loading: false
29
- })
30
- return (<Page
31
- backText={devInfo.name}
32
- headlineText={I18n.getLang('sockets_specific_settings_child_lock')}
33
- loading={state.loading}>
34
- <View style={styles.tipInfoContainer}>
35
- <Image style={styles.image} source={res.ic_info} />
36
- <Text style={{ color: '#000' }}>
37
- {I18n.getLang('childlock_overview_description_text')}
38
- </Text>
39
- </View>
40
- <View style={[styles.titleBGView, styles.shadow]}>
41
- <Text style={styles.title}>{I18n.getLang('sockets_specific_settings_child_lock')}</Text>
42
- <View style={[styles.colorBlock, { backgroundColor: 'red', opacity: 0 }]} />
43
- <Spacer style={{ flex: 1 }} height={0} width={0} />
44
- <SwitchButton value={childLock} onValueChange={async v => {
45
- state.loading = true
46
- await setChildLock(v)
47
- state.loading = false
48
- } } />
49
- </View>
50
- </Page>)
51
- }
52
-
53
- const styles = StyleSheet.create({
54
- tipInfoContainer: {
55
- flexDirection: 'row',
56
- marginHorizontal: cx(24),
57
- marginVertical: cx(10)
58
- },
59
- image: {
60
- width: cx(16),
61
- height: cx(16),
62
- marginRight: cx(5),
63
- tintColor: '#000'
64
- },
65
- titleBGView: {
66
- flexDirection: 'row',
67
- alignItems: 'center',
68
- paddingHorizontal: cx(16),
69
- marginHorizontal: cx(24),
70
- },
71
- colorBlock: {
72
- width: cx(20),
73
- height: cx(20),
74
- marginStart: cx(12),
75
- borderRadius: cx(4),
76
- },
77
- title: {
78
- color: '#000',
79
- fontSize: cx(14),
80
- fontFamily: 'helvetica_neue_lt_std_bd',
81
- paddingVertical: cx(16),
82
- },
83
- shadow: {
84
- shadowColor: '#000000',
85
- shadowOpacity: 0.2,
86
- shadowRadius: 8,
87
- elevation:8,
88
- shadowOffset: {
89
- width: 0,
90
- height: 4,
91
- },
92
- backgroundColor: '#fff',
93
- borderRadius: 8,
94
- },
95
- })
96
-
97
- export default ChildLockPage
1
+ import React from 'react'
2
+ import {SwitchButton, Utils} from "tuya-panel-kit";
3
+ import Page from "@ledvance/base/src/components/Page";
4
+ import I18n from "@ledvance/base/src/i18n/index";
5
+ import {useDeviceInfo, useDp} from "@ledvance/base/src/models/modules/NativePropsSlice";
6
+ import {useReactive} from "ahooks";
7
+ import Spacer from "@ledvance/base/src/components/Spacer";
8
+ import {View, Text, StyleSheet, Image} from "react-native";
9
+ import {Result} from "@ledvance/base/src/models/modules/Result";
10
+ import res from "@ledvance/base/src/res";
11
+ import {useParams} from "@ledvance/base/src/hooks/Hooks";
12
+
13
+ const { convertX: cx } = Utils.RatioUtils
14
+
15
+ export interface ChildLockPageParams {
16
+ childLockCode: string
17
+ }
18
+
19
+ export function useChildLock(childLockCode: string): [boolean, (v: boolean) => Promise<Result<any>>] {
20
+ return useDp(childLockCode)
21
+ }
22
+
23
+ const ChildLockPage = () => {
24
+ const params = useParams<ChildLockPageParams>()
25
+ const devInfo = useDeviceInfo()
26
+ const [childLock, setChildLock] = useChildLock(params.childLockCode)
27
+ const state = useReactive({
28
+ loading: false
29
+ })
30
+ return (<Page
31
+ backText={devInfo.name}
32
+ headlineText={I18n.getLang('sockets_specific_settings_child_lock')}
33
+ loading={state.loading}>
34
+ <View style={styles.tipInfoContainer}>
35
+ <Image style={styles.image} source={res.ic_info} />
36
+ <Text style={{ color: '#000' }}>
37
+ {I18n.getLang('childlock_overview_description_text')}
38
+ </Text>
39
+ </View>
40
+ <View style={[styles.titleBGView, styles.shadow]}>
41
+ <Text style={styles.title}>{I18n.getLang('sockets_specific_settings_child_lock')}</Text>
42
+ <View style={[styles.colorBlock, { backgroundColor: 'red', opacity: 0 }]} />
43
+ <Spacer style={{ flex: 1 }} height={0} width={0} />
44
+ <SwitchButton value={childLock} onValueChange={async v => {
45
+ state.loading = true
46
+ await setChildLock(v)
47
+ state.loading = false
48
+ } } />
49
+ </View>
50
+ </Page>)
51
+ }
52
+
53
+ const styles = StyleSheet.create({
54
+ tipInfoContainer: {
55
+ flexDirection: 'row',
56
+ marginHorizontal: cx(24),
57
+ marginVertical: cx(10)
58
+ },
59
+ image: {
60
+ width: cx(16),
61
+ height: cx(16),
62
+ marginRight: cx(5),
63
+ tintColor: '#000'
64
+ },
65
+ titleBGView: {
66
+ flexDirection: 'row',
67
+ alignItems: 'center',
68
+ paddingHorizontal: cx(16),
69
+ marginHorizontal: cx(24),
70
+ },
71
+ colorBlock: {
72
+ width: cx(20),
73
+ height: cx(20),
74
+ marginStart: cx(12),
75
+ borderRadius: cx(4),
76
+ },
77
+ title: {
78
+ color: '#000',
79
+ fontSize: cx(14),
80
+ fontFamily: 'helvetica_neue_lt_std_bd',
81
+ paddingVertical: cx(16),
82
+ },
83
+ shadow: {
84
+ shadowColor: '#000000',
85
+ shadowOpacity: 0.2,
86
+ shadowRadius: 8,
87
+ elevation:8,
88
+ shadowOffset: {
89
+ width: 0,
90
+ height: 4,
91
+ },
92
+ backgroundColor: '#fff',
93
+ borderRadius: 8,
94
+ },
95
+ })
96
+
97
+ export default ChildLockPage
@@ -1,16 +1,16 @@
1
- import {NavigationRoute} from "tuya-panel-kit";
2
- import ChildLockPage from "./ChildLockPage";
3
- import {ui_biz_routerKey} from "../../navigation/Routers";
4
-
5
- const ChildLockPageRouters: NavigationRoute[] = [
6
- {
7
- name: ui_biz_routerKey.ui_biz_child_lock,
8
- component: ChildLockPage,
9
- options:{
10
- hideTopbar: true,
11
- showOfflineView: false,
12
- }
13
- }
14
- ]
15
-
16
- export default ChildLockPageRouters
1
+ import {NavigationRoute} from "tuya-panel-kit";
2
+ import ChildLockPage from "./ChildLockPage";
3
+ import {ui_biz_routerKey} from "../../navigation/Routers";
4
+
5
+ const ChildLockPageRouters: NavigationRoute[] = [
6
+ {
7
+ name: ui_biz_routerKey.ui_biz_child_lock,
8
+ component: ChildLockPage,
9
+ options:{
10
+ hideTopbar: true,
11
+ showOfflineView: false,
12
+ }
13
+ }
14
+ ]
15
+
16
+ export default ChildLockPageRouters
@@ -1,23 +1,23 @@
1
- import { useDp } from "@ledvance/base/src/models/modules/NativePropsSlice";
2
- import { localeNumber } from "@ledvance/base/src/utils/common";
3
- import {EnergyData} from "./component/EnergyModal";
4
- import {NativeApi} from "@ledvance/base/src/api/native";
5
-
6
- export function useElectricCurrent(dpCode: string): number {
7
- const current = useDp<number, any>(dpCode)[0] || 0
8
- return localeNumber(current, 1)
9
- }
10
-
11
- export function useVoltage(dpCode: string): number {
12
- const voltage = useDp<number, any>(dpCode)[0] / 10 || 0;
13
- return localeNumber(voltage, 1)
14
- }
15
-
16
- export function usePower(dpCode: string): number {
17
- const power = useDp<number, any>(dpCode)[0] / 10 || 0;
18
- return localeNumber(power, 1)
19
- }
20
-
21
- export async function updatePrice(devId: string, energyData: EnergyData){
22
- return await NativeApi.putJson(devId, 'energiepreise', JSON.stringify(energyData))
23
- }
1
+ import { useDp } from "@ledvance/base/src/models/modules/NativePropsSlice";
2
+ import { localeNumber } from "@ledvance/base/src/utils/common";
3
+ import {EnergyData} from "./component/EnergyModal";
4
+ import {NativeApi} from "@ledvance/base/src/api/native";
5
+
6
+ export function useElectricCurrent(dpCode: string): number {
7
+ const current = useDp<number, any>(dpCode)[0] || 0
8
+ return localeNumber(current, 1)
9
+ }
10
+
11
+ export function useVoltage(dpCode: string): number {
12
+ const voltage = useDp<number, any>(dpCode)[0] / 10 || 0;
13
+ return localeNumber(voltage, 1)
14
+ }
15
+
16
+ export function usePower(dpCode: string): number {
17
+ const power = useDp<number, any>(dpCode)[0] / 10 || 0;
18
+ return localeNumber(power, 1)
19
+ }
20
+
21
+ export async function updatePrice(devId: string, energyData: EnergyData){
22
+ return await NativeApi.putJson(devId, 'energiepreise', JSON.stringify(energyData))
23
+ }
@@ -1,84 +1,84 @@
1
- import React from "react";
2
- import { Platform, View, StyleSheet, Image, Text } from "react-native";
3
- import { useRoute } from '@react-navigation/core'
4
- import Page from "@ledvance/base/src/components/Page";
5
- import res from "@ledvance/base/src/res";
6
- import I18n from "@ledvance/base/src/i18n";
7
- import { Utils } from "tuya-panel-kit";
8
- import BarChart from "./component/BarChart";
9
- import { exportFile } from "@ledvance/base/src/utils/common";
10
- import { OverviewItem } from "./EnergyConsumptionPage";
11
- import Spacer from "@ledvance/base/src/components/Spacer";
12
-
13
- const { convertX: cx, height, width } = Utils.RatioUtils
14
-
15
- export interface EnergyConsumptionChartProps {
16
- addEleDpCode: string
17
- headlineText: string
18
- chartData: OverviewItem[],
19
- over365Days?: boolean
20
- over7Days?: boolean
21
- }
22
-
23
- const EnergyConsumptionChart = () => {
24
- const props = useRoute().params as EnergyConsumptionChartProps
25
- const computeNum = Platform.OS === 'ios' && 180 || 130
26
-
27
- return (
28
- <Page
29
- backText={I18n.getLang('consumption_data_annual_bar_chart_system_back_text')}
30
- headlineText={props.headlineText}
31
- headlineIcon={props.chartData?.length && res.download_icon}
32
- onHeadlineIconClick={() => {
33
- exportFile(props.chartData)
34
- }}
35
- showGreenery={false}
36
- greeneryIcon={res.energy_consumption_greenery}
37
- >
38
- <View style={{ marginHorizontal: cx(24) }}>
39
- {
40
- props.over7Days ? (
41
- <View style={styles.listEmptyView}>
42
- <Spacer height={cx(26)} />
43
- <Image
44
- style={styles.listEmptyImage}
45
- source={{ uri: res.ldv_timer_empty }} />
46
- <Spacer height={cx(14)} />
47
- <View style={{ flexDirection: 'row', alignItems: 'center' }}>
48
- <Image style={styles.listEmptyTextIcon} source={{ uri: res.ic_info }} />
49
- <Spacer width={cx(4)} height={0} />
50
- <Text style={styles.listEmptyText}>
51
- {I18n.getLang('energyconsumption_hourlylimit')}
52
- </Text>
53
- </View>
54
- </View>
55
- ) : (
56
- <BarChart height={height - cx(computeNum)} data={props.chartData} width={width - cx(80)} />
57
- )
58
- }
59
- </View>
60
- </Page>
61
- )
62
- }
63
-
64
- const styles = StyleSheet.create({
65
- listEmptyView: {
66
- alignItems: 'center',
67
- },
68
- listEmptyImage: {
69
- width: cx(200),
70
- height: cx(200),
71
- },
72
- listEmptyTextIcon: {
73
- width: cx(16),
74
- height: cx(16),
75
- tintColor: '#000',
76
- },
77
- listEmptyText: {
78
- color: '#000',
79
- fontSize: cx(12),
80
- fontFamily: 'helvetica_neue_lt_std_roman',
81
- },
82
- });
83
-
84
- export default EnergyConsumptionChart
1
+ import React from "react";
2
+ import { Platform, View, StyleSheet, Image, Text } from "react-native";
3
+ import { useRoute } from '@react-navigation/core'
4
+ import Page from "@ledvance/base/src/components/Page";
5
+ import res from "@ledvance/base/src/res";
6
+ import I18n from "@ledvance/base/src/i18n";
7
+ import { Utils } from "tuya-panel-kit";
8
+ import BarChart from "./component/BarChart";
9
+ import { exportFile } from "@ledvance/base/src/utils/common";
10
+ import { OverviewItem } from "./EnergyConsumptionPage";
11
+ import Spacer from "@ledvance/base/src/components/Spacer";
12
+
13
+ const { convertX: cx, height, width } = Utils.RatioUtils
14
+
15
+ export interface EnergyConsumptionChartProps {
16
+ addEleDpCode: string
17
+ headlineText: string
18
+ chartData: OverviewItem[],
19
+ over365Days?: boolean
20
+ over7Days?: boolean
21
+ }
22
+
23
+ const EnergyConsumptionChart = () => {
24
+ const props = useRoute().params as EnergyConsumptionChartProps
25
+ const computeNum = Platform.OS === 'ios' && 180 || 130
26
+
27
+ return (
28
+ <Page
29
+ backText={I18n.getLang('consumption_data_annual_bar_chart_system_back_text')}
30
+ headlineText={props.headlineText}
31
+ headlineIcon={props.chartData?.length && res.download_icon}
32
+ onHeadlineIconClick={() => {
33
+ exportFile(props.chartData)
34
+ }}
35
+ showGreenery={false}
36
+ greeneryIcon={res.energy_consumption_greenery}
37
+ >
38
+ <View style={{ marginHorizontal: cx(24) }}>
39
+ {
40
+ props.over7Days ? (
41
+ <View style={styles.listEmptyView}>
42
+ <Spacer height={cx(26)} />
43
+ <Image
44
+ style={styles.listEmptyImage}
45
+ source={{ uri: res.ldv_timer_empty }} />
46
+ <Spacer height={cx(14)} />
47
+ <View style={{ flexDirection: 'row', alignItems: 'center' }}>
48
+ <Image style={styles.listEmptyTextIcon} source={{ uri: res.ic_info }} />
49
+ <Spacer width={cx(4)} height={0} />
50
+ <Text style={styles.listEmptyText}>
51
+ {I18n.getLang('energyconsumption_hourlylimit')}
52
+ </Text>
53
+ </View>
54
+ </View>
55
+ ) : (
56
+ <BarChart height={height - cx(computeNum)} data={props.chartData} width={width - cx(80)} />
57
+ )
58
+ }
59
+ </View>
60
+ </Page>
61
+ )
62
+ }
63
+
64
+ const styles = StyleSheet.create({
65
+ listEmptyView: {
66
+ alignItems: 'center',
67
+ },
68
+ listEmptyImage: {
69
+ width: cx(200),
70
+ height: cx(200),
71
+ },
72
+ listEmptyTextIcon: {
73
+ width: cx(16),
74
+ height: cx(16),
75
+ tintColor: '#000',
76
+ },
77
+ listEmptyText: {
78
+ color: '#000',
79
+ fontSize: cx(12),
80
+ fontFamily: 'helvetica_neue_lt_std_roman',
81
+ },
82
+ });
83
+
84
+ export default EnergyConsumptionChart