@ledvance/ui-biz-bundle 1.1.123 → 1.1.125

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 (281) hide show
  1. package/package.json +1 -1
  2. package/src/modules/flags/FlagEditPage.tsx +3 -3
  3. package/src/modules/flags/FlagPage.tsx +1 -1
  4. package/src/modules/history/HistoryPage.tsx +19 -3
  5. package/src/modules/mood/DynamicMoodEditorPage.tsx +5 -5
  6. package/src/modules/mood/FantasyMoodEditPage.tsx +3 -3
  7. package/src/modules/mood/MixMood/MixMoodEditPage.tsx +6 -6
  8. package/src/modules/mood/MixMood/MixMoodItem.tsx +2 -2
  9. package/src/modules/music/MusicDataBean.ts +4 -4
  10. package/src/modules/music/MusicPage.tsx +2 -2
  11. package/src/modules/timeSchedule/DeviceState.tsx +2 -2
  12. package/src/modules/timeSchedule/TimeScheduleEditpage.tsx +11 -11
  13. package/src/modules/timeSchedule/TimeSchedulePage.tsx +1 -1
  14. package/src/modules/timer/TimerPage.tsx +3 -3
  15. package/src/newModules/biorhythm/BiorhythmActions.ts +11 -11
  16. package/src/newModules/biorhythm/BiorhythmBean.ts +6 -6
  17. package/src/newModules/biorhythm/BiorhythmEditPage.tsx +3 -4
  18. package/src/newModules/biorhythm/BiorhythmPage.tsx +8 -9
  19. package/src/newModules/biorhythm/IconSelect.tsx +1 -1
  20. package/src/newModules/biorhythm/circular/ItemIcon.tsx +1 -1
  21. package/src/newModules/biorhythm/circular/Progress.tsx +2 -2
  22. package/src/newModules/biorhythm/circular/TimeCircular.tsx +4 -4
  23. package/src/newModules/biorhythm/iconListData.ts +26 -26
  24. package/src/newModules/childLock/ChildLockPage.tsx +1 -1
  25. package/src/newModules/diyScene/DiySceneEditorPage.tsx +4 -4
  26. package/src/newModules/diyScene/DiyScenePage.tsx +1 -1
  27. package/src/newModules/energyConsumption/EnergyConsumptionActions.ts +1 -1
  28. package/src/newModules/energyConsumption/EnergyConsumptionChart.tsx +2 -2
  29. package/src/newModules/energyConsumption/EnergyConsumptionDetail.tsx +3 -3
  30. package/src/newModules/energyConsumption/EnergyConsumptionPage.tsx +4 -4
  31. package/src/newModules/energyConsumption/component/DateSwitch.tsx +4 -4
  32. package/src/newModules/energyConsumption/component/EnergyModal.tsx +2 -2
  33. package/src/newModules/energyConsumption/component/Overview.tsx +4 -4
  34. package/src/newModules/fixedTime/FixedTimeDetailPage.tsx +3 -3
  35. package/src/newModules/mood/DynamicMoodEditorPage.tsx +3 -3
  36. package/src/newModules/mood/MixDynamicMoodEditor.tsx +6 -6
  37. package/src/newModules/mood/MoodItem.tsx +1 -1
  38. package/src/newModules/mood/MoodPage.tsx +1 -1
  39. package/src/newModules/randomTime/RandomTimeDetailPage.tsx +2 -2
  40. package/src/newModules/sleepWakeUp/SleepWakeUpPage.tsx +15 -15
  41. package/src/newModules/timeSchedule/TimeScheduleDetailPage.tsx +2 -2
  42. package/src/modules/biorhythm/BiorhythmActions.d.ts +0 -8
  43. package/src/modules/biorhythm/BiorhythmActions.ts +0 -324
  44. package/src/modules/biorhythm/BiorhythmBean.d.ts +0 -58
  45. package/src/modules/biorhythm/BiorhythmBean.ts +0 -230
  46. package/src/modules/biorhythm/BiorhythmEditPage.d.ts +0 -14
  47. package/src/modules/biorhythm/BiorhythmEditPage.tsx +0 -324
  48. package/src/modules/biorhythm/BiorhythmPage.d.ts +0 -10
  49. package/src/modules/biorhythm/BiorhythmPage.tsx +0 -796
  50. package/src/modules/biorhythm/IconSelect.d.ts +0 -2
  51. package/src/modules/biorhythm/IconSelect.tsx +0 -82
  52. package/src/modules/biorhythm/Router.ts +0 -34
  53. package/src/modules/biorhythm/circular/ItemIcon.d.ts +0 -22
  54. package/src/modules/biorhythm/circular/ItemIcon.tsx +0 -173
  55. package/src/modules/biorhythm/circular/Progress.d.ts +0 -24
  56. package/src/modules/biorhythm/circular/Progress.tsx +0 -412
  57. package/src/modules/biorhythm/circular/TimeCircular.d.ts +0 -11
  58. package/src/modules/biorhythm/circular/TimeCircular.tsx +0 -70
  59. package/src/modules/biorhythm/circular/biorhythm_plantimer.png +0 -0
  60. package/src/modules/biorhythm/circular/rhythm_icon.png +0 -0
  61. package/src/modules/biorhythm/iconListData.d.ts +0 -7
  62. package/src/modules/biorhythm/iconListData.ts +0 -30
  63. package/src/modules/biorhythm/pIdList.d.ts +0 -2
  64. package/src/modules/biorhythm/pIdList.ts +0 -36
  65. package/src/modules/biorhythm/res/BiologicalRes.d.ts +0 -43
  66. package/src/modules/biorhythm/res/BiologicalRes.ts +0 -42
  67. package/src/modules/biorhythm/res/Biological_Rhythm.png +0 -0
  68. package/src/modules/biorhythm/res/Biological_Rhythm_12.png +0 -0
  69. package/src/modules/biorhythm/res/Biological_Rhythm_new.png +0 -0
  70. package/src/modules/biorhythm/res/Biological_Rhythm_new_12.png +0 -0
  71. package/src/modules/biorhythm/res/iconsMaterialOutlinedAccountGroups.png +0 -0
  72. package/src/modules/biorhythm/res/iconsMaterialOutlinedAccountGroups@2x.png +0 -0
  73. package/src/modules/biorhythm/res/iconsMaterialOutlinedAccountGroups@3x.png +0 -0
  74. package/src/modules/biorhythm/res/iconsMaterialOutlinedArrowsNavAdd.png +0 -0
  75. package/src/modules/biorhythm/res/iconsMaterialOutlinedArrowsNavAdd@2x.png +0 -0
  76. package/src/modules/biorhythm/res/iconsMaterialOutlinedArrowsNavAdd@3x.png +0 -0
  77. package/src/modules/biorhythm/res/iconsMaterialOutlinedArrowsNavArrowForwardIos.png +0 -0
  78. package/src/modules/biorhythm/res/iconsMaterialOutlinedArrowsNavArrowForwardIos@2x.png +0 -0
  79. package/src/modules/biorhythm/res/iconsMaterialOutlinedArrowsNavArrowForwardIos@3x.png +0 -0
  80. package/src/modules/biorhythm/res/iconsMaterialOutlinedBuildingsHome.png +0 -0
  81. package/src/modules/biorhythm/res/iconsMaterialOutlinedBuildingsHome@2x.png +0 -0
  82. package/src/modules/biorhythm/res/iconsMaterialOutlinedBuildingsHome@3x.png +0 -0
  83. package/src/modules/biorhythm/res/iconsMaterialOutlinedEditorFavoriteBorder.png +0 -0
  84. package/src/modules/biorhythm/res/iconsMaterialOutlinedEditorFavoriteBorder@2x.png +0 -0
  85. package/src/modules/biorhythm/res/iconsMaterialOutlinedEditorFavoriteBorder@3x.png +0 -0
  86. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherBed.png +0 -0
  87. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherBed@2x.png +0 -0
  88. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherBed@3x.png +0 -0
  89. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherBusinessCenter.png +0 -0
  90. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherBusinessCenter@2x.png +0 -0
  91. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherBusinessCenter@3x.png +0 -0
  92. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherChair.png +0 -0
  93. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherChair@2x.png +0 -0
  94. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherChair@3x.png +0 -0
  95. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherCoffee.png +0 -0
  96. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherCoffee@2x.png +0 -0
  97. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherCoffee@3x.png +0 -0
  98. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherDirectionsCar.png +0 -0
  99. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherDirectionsCar@2x.png +0 -0
  100. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherDirectionsCar@3x.png +0 -0
  101. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherFitnessCenter.png +0 -0
  102. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherFitnessCenter@2x.png +0 -0
  103. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherFitnessCenter@3x.png +0 -0
  104. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherHeadphones.png +0 -0
  105. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherHeadphones@2x.png +0 -0
  106. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherHeadphones@3x.png +0 -0
  107. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherMenuBook.png +0 -0
  108. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherMenuBook@2x.png +0 -0
  109. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherMenuBook@3x.png +0 -0
  110. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherMusicNote.png +0 -0
  111. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherMusicNote@2x.png +0 -0
  112. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherMusicNote@3x.png +0 -0
  113. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherNotificationsNone.png +0 -0
  114. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherNotificationsNone@2x.png +0 -0
  115. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherNotificationsNone@3x.png +0 -0
  116. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherPottedPlant.png +0 -0
  117. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherPottedPlant@2x.png +0 -0
  118. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherPottedPlant@3x.png +0 -0
  119. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherRestaurant.png +0 -0
  120. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherRestaurant@2x.png +0 -0
  121. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherRestaurant@3x.png +0 -0
  122. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherSentimentSatisfied.png +0 -0
  123. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherSentimentSatisfied@2x.png +0 -0
  124. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherSentimentSatisfied@3x.png +0 -0
  125. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherSportsEsports.png +0 -0
  126. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherSportsEsports@2x.png +0 -0
  127. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherSportsEsports@3x.png +0 -0
  128. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherTv.png +0 -0
  129. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherTv@2x.png +0 -0
  130. package/src/modules/biorhythm/res/iconsMaterialOutlinedOtherTv@3x.png +0 -0
  131. package/src/modules/biorhythm/res/iconsMaterialOutlinedTimeAccessAlarm.png +0 -0
  132. package/src/modules/biorhythm/res/iconsMaterialOutlinedTimeAccessAlarm@2x.png +0 -0
  133. package/src/modules/biorhythm/res/iconsMaterialOutlinedTimeAccessAlarm@3x.png +0 -0
  134. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherBedtime.png +0 -0
  135. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherBedtime@2x.png +0 -0
  136. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherBedtime@3x.png +0 -0
  137. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherPartlyCloudyDay.png +0 -0
  138. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherPartlyCloudyDay@2x.png +0 -0
  139. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherPartlyCloudyDay@3x.png +0 -0
  140. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherStarOutline.png +0 -0
  141. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherStarOutline@2x.png +0 -0
  142. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherStarOutline@3x.png +0 -0
  143. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherWbSunny.png +0 -0
  144. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherWbSunny@2x.png +0 -0
  145. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherWbSunny@3x.png +0 -0
  146. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherWbTwilight.png +0 -0
  147. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherWbTwilight@2x.png +0 -0
  148. package/src/modules/biorhythm/res/iconsMaterialOutlinedWheatherWbTwilight@3x.png +0 -0
  149. package/src/modules/fixedTime/FixedTimeActions.ts +0 -173
  150. package/src/modules/fixedTime/FixedTimeDetailPage.tsx +0 -373
  151. package/src/modules/fixedTime/FixedTimePage.tsx +0 -214
  152. package/src/modules/fixedTime/Router.ts +0 -26
  153. package/src/modules/music/res/app_music_ball@2x.png +0 -0
  154. package/src/modules/music/res/app_music_ball@3x.png +0 -0
  155. package/src/modules/music/res/app_music_game@2x.png +0 -0
  156. package/src/modules/music/res/app_music_game@3x.png +0 -0
  157. package/src/modules/music/res/app_music_music@2x.png +0 -0
  158. package/src/modules/music/res/app_music_music@3x.png +0 -0
  159. package/src/modules/music/res/app_music_romantic@2x.png +0 -0
  160. package/src/modules/music/res/app_music_romantic@3x.png +0 -0
  161. package/src/modules/music/res/iconsMaterialOutlinedArrowsNavCheck.png +0 -0
  162. package/src/modules/music/res/iconsMaterialOutlinedArrowsNavCheck@2x.png +0 -0
  163. package/src/modules/music/res/iconsMaterialOutlinedArrowsNavCheck@3x.png +0 -0
  164. package/src/modules/music/res/illustrationsFeaturesMusic-dark.png +0 -0
  165. package/src/modules/music/res/illustrationsFeaturesMusic-dark@2x.png +0 -0
  166. package/src/modules/music/res/illustrationsFeaturesMusic-dark@3x.png +0 -0
  167. package/src/modules/music/res/illustrationsFeaturesMusic.png +0 -0
  168. package/src/modules/music/res/illustrationsFeaturesMusic@2x.png +0 -0
  169. package/src/modules/music/res/illustrationsFeaturesMusic@3x.png +0 -0
  170. package/src/modules/music/res/illustrationsFeaturesMusicDisabled.png +0 -0
  171. package/src/modules/music/res/illustrationsFeaturesMusicDisabled@2x.png +0 -0
  172. package/src/modules/music/res/illustrationsFeaturesMusicDisabled@3x.png +0 -0
  173. package/src/modules/music/res/index.d.ts +0 -10
  174. package/src/modules/music/res/index.ts +0 -10
  175. package/src/modules/powerOnBehavior/PowerOnBehaviorActions.ts +0 -12
  176. package/src/modules/powerOnBehavior/PowerOnBehaviorPage.tsx +0 -173
  177. package/src/modules/powerOnBehavior/Router.ts +0 -16
  178. package/src/modules/randomTime/RandomTimeActions.ts +0 -160
  179. package/src/modules/randomTime/RandomTimeDetailPage.tsx +0 -338
  180. package/src/modules/randomTime/RandomTimePage.tsx +0 -215
  181. package/src/modules/randomTime/Router.ts +0 -25
  182. package/src/modules/randomTime/Summary.tsx +0 -123
  183. package/src/modules/sleepWakeup/DeviceState.d.ts +0 -9
  184. package/src/modules/sleepWakeup/DeviceState.tsx +0 -100
  185. package/src/modules/sleepWakeup/LdvScheduleItem.d.ts +0 -15
  186. package/src/modules/sleepWakeup/LdvScheduleItem.tsx +0 -176
  187. package/src/modules/sleepWakeup/Router.ts +0 -25
  188. package/src/modules/sleepWakeup/SleepWakeUpActions.d.ts +0 -2
  189. package/src/modules/sleepWakeup/SleepWakeUpActions.ts +0 -180
  190. package/src/modules/sleepWakeup/SleepWakeUpDetailPage.d.ts +0 -2
  191. package/src/modules/sleepWakeup/SleepWakeUpDetailPage.tsx +0 -617
  192. package/src/modules/sleepWakeup/SleepWakeUpPage.d.ts +0 -13
  193. package/src/modules/sleepWakeup/SleepWakeUpPage.tsx +0 -425
  194. package/src/modules/sleepWakeup/utils.d.ts +0 -44
  195. package/src/modules/sleepWakeup/utils.ts +0 -254
  196. package/src/newModules/biorhythm/circular/biorhythm_plantimer.png +0 -0
  197. package/src/newModules/biorhythm/circular/rhythm_icon.png +0 -0
  198. package/src/newModules/biorhythm/res/BiologicalRes.d.ts +0 -43
  199. package/src/newModules/biorhythm/res/BiologicalRes.ts +0 -42
  200. package/src/newModules/biorhythm/res/Biological_Rhythm.png +0 -0
  201. package/src/newModules/biorhythm/res/Biological_Rhythm_12.png +0 -0
  202. package/src/newModules/biorhythm/res/Biological_Rhythm_new.png +0 -0
  203. package/src/newModules/biorhythm/res/Biological_Rhythm_new_12.png +0 -0
  204. package/src/newModules/biorhythm/res/iconsMaterialOutlinedAccountGroups.png +0 -0
  205. package/src/newModules/biorhythm/res/iconsMaterialOutlinedAccountGroups@2x.png +0 -0
  206. package/src/newModules/biorhythm/res/iconsMaterialOutlinedAccountGroups@3x.png +0 -0
  207. package/src/newModules/biorhythm/res/iconsMaterialOutlinedArrowsNavAdd.png +0 -0
  208. package/src/newModules/biorhythm/res/iconsMaterialOutlinedArrowsNavAdd@2x.png +0 -0
  209. package/src/newModules/biorhythm/res/iconsMaterialOutlinedArrowsNavAdd@3x.png +0 -0
  210. package/src/newModules/biorhythm/res/iconsMaterialOutlinedArrowsNavArrowForwardIos.png +0 -0
  211. package/src/newModules/biorhythm/res/iconsMaterialOutlinedArrowsNavArrowForwardIos@2x.png +0 -0
  212. package/src/newModules/biorhythm/res/iconsMaterialOutlinedArrowsNavArrowForwardIos@3x.png +0 -0
  213. package/src/newModules/biorhythm/res/iconsMaterialOutlinedBuildingsHome.png +0 -0
  214. package/src/newModules/biorhythm/res/iconsMaterialOutlinedBuildingsHome@2x.png +0 -0
  215. package/src/newModules/biorhythm/res/iconsMaterialOutlinedBuildingsHome@3x.png +0 -0
  216. package/src/newModules/biorhythm/res/iconsMaterialOutlinedEditorFavoriteBorder.png +0 -0
  217. package/src/newModules/biorhythm/res/iconsMaterialOutlinedEditorFavoriteBorder@2x.png +0 -0
  218. package/src/newModules/biorhythm/res/iconsMaterialOutlinedEditorFavoriteBorder@3x.png +0 -0
  219. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherBed.png +0 -0
  220. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherBed@2x.png +0 -0
  221. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherBed@3x.png +0 -0
  222. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherBusinessCenter.png +0 -0
  223. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherBusinessCenter@2x.png +0 -0
  224. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherBusinessCenter@3x.png +0 -0
  225. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherChair.png +0 -0
  226. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherChair@2x.png +0 -0
  227. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherChair@3x.png +0 -0
  228. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherCoffee.png +0 -0
  229. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherCoffee@2x.png +0 -0
  230. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherCoffee@3x.png +0 -0
  231. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherDirectionsCar.png +0 -0
  232. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherDirectionsCar@2x.png +0 -0
  233. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherDirectionsCar@3x.png +0 -0
  234. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherFitnessCenter.png +0 -0
  235. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherFitnessCenter@2x.png +0 -0
  236. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherFitnessCenter@3x.png +0 -0
  237. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherHeadphones.png +0 -0
  238. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherHeadphones@2x.png +0 -0
  239. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherHeadphones@3x.png +0 -0
  240. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherMenuBook.png +0 -0
  241. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherMenuBook@2x.png +0 -0
  242. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherMenuBook@3x.png +0 -0
  243. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherMusicNote.png +0 -0
  244. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherMusicNote@2x.png +0 -0
  245. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherMusicNote@3x.png +0 -0
  246. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherNotificationsNone.png +0 -0
  247. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherNotificationsNone@2x.png +0 -0
  248. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherNotificationsNone@3x.png +0 -0
  249. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherPottedPlant.png +0 -0
  250. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherPottedPlant@2x.png +0 -0
  251. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherPottedPlant@3x.png +0 -0
  252. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherRestaurant.png +0 -0
  253. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherRestaurant@2x.png +0 -0
  254. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherRestaurant@3x.png +0 -0
  255. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherSentimentSatisfied.png +0 -0
  256. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherSentimentSatisfied@2x.png +0 -0
  257. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherSentimentSatisfied@3x.png +0 -0
  258. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherSportsEsports.png +0 -0
  259. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherSportsEsports@2x.png +0 -0
  260. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherSportsEsports@3x.png +0 -0
  261. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherTv.png +0 -0
  262. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherTv@2x.png +0 -0
  263. package/src/newModules/biorhythm/res/iconsMaterialOutlinedOtherTv@3x.png +0 -0
  264. package/src/newModules/biorhythm/res/iconsMaterialOutlinedTimeAccessAlarm.png +0 -0
  265. package/src/newModules/biorhythm/res/iconsMaterialOutlinedTimeAccessAlarm@2x.png +0 -0
  266. package/src/newModules/biorhythm/res/iconsMaterialOutlinedTimeAccessAlarm@3x.png +0 -0
  267. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherBedtime.png +0 -0
  268. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherBedtime@2x.png +0 -0
  269. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherBedtime@3x.png +0 -0
  270. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherPartlyCloudyDay.png +0 -0
  271. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherPartlyCloudyDay@2x.png +0 -0
  272. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherPartlyCloudyDay@3x.png +0 -0
  273. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherStarOutline.png +0 -0
  274. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherStarOutline@2x.png +0 -0
  275. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherStarOutline@3x.png +0 -0
  276. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherWbSunny.png +0 -0
  277. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherWbSunny@2x.png +0 -0
  278. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherWbSunny@3x.png +0 -0
  279. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherWbTwilight.png +0 -0
  280. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherWbTwilight@2x.png +0 -0
  281. package/src/newModules/biorhythm/res/iconsMaterialOutlinedWheatherWbTwilight@3x.png +0 -0
@@ -1,10 +0,0 @@
1
- export default {
2
- app_music_music: require('./app_music_music.png'),
3
- app_music_ball: require('./app_music_ball.png'),
4
- app_music_game: require('./app_music_game.png'),
5
- app_music_romantic: require('./app_music_romantic.png'),
6
- app_music_check: require('./iconsMaterialOutlinedArrowsNavCheck.png'),
7
- app_music_center_off: require('./illustrationsFeaturesMusicDisabled.png'),
8
- app_music_center_on_light: require('./illustrationsFeaturesMusic.png'),
9
- app_music_center_on_dark: require('./illustrationsFeaturesMusic-dark.png'),
10
- }
@@ -1,12 +0,0 @@
1
- import { useDp } from "@ledvance/base/src/models/modules/NativePropsSlice"
2
- import { Result } from "@ledvance/base/src/models/modules/Result"
3
-
4
- export interface PowerBehaviorPageParams {
5
- powerBehaviorCode: string
6
- }
7
-
8
- type PowerBehaviorType = 'off' | 'on' | 'memory'
9
-
10
- export const usePowerBehavior = (code: string): [PowerBehaviorType, (v: PowerBehaviorType) => Promise<Result<any>>] => {
11
- return useDp(code)
12
- }
@@ -1,173 +0,0 @@
1
- import React, { PropsWithChildren } from 'react'
2
- import { Image, ScrollView, StyleSheet, Text, TouchableOpacity, View, ViewProps } from 'react-native'
3
- import { useRoute } from '@react-navigation/core'
4
- import Page from '@ledvance/base/src/components/Page'
5
- import { useDeviceInfo } from '@ledvance/base/src/models/modules/NativePropsSlice'
6
- import I18n from '@ledvance/base/src/i18n'
7
- import { PowerBehaviorPageParams, usePowerBehavior } from './PowerOnBehaviorActions'
8
- import { Utils } from 'tuya-panel-kit'
9
- import Spacer from '@ledvance/base/src/components/Spacer'
10
- import Card from '@ledvance/base/src/components/Card'
11
- import res from '@ledvance/base/src/res'
12
- import { useReactive, useUpdateEffect } from 'ahooks'
13
-
14
- const { convertX: cx } = Utils.RatioUtils
15
-
16
- const RELAY_STATUS_OFF = 'off'
17
- const RELAY_STATUS_ON = 'on'
18
- const RELAY_STATUS_MEMORY = 'memory'
19
-
20
- const PowerOnBehaviorPage = () => {
21
- const params = useRoute().params as PowerBehaviorPageParams
22
- const deviceInfo = useDeviceInfo()
23
- const [powerMemory, setPowerMemory] = usePowerBehavior(params.powerBehaviorCode)
24
-
25
- const state = useReactive({
26
- powerMemory,
27
- loading: false,
28
- })
29
-
30
- useUpdateEffect(() => {
31
- state.powerMemory = powerMemory
32
- }, [powerMemory])
33
-
34
- return (
35
- <Page
36
- backText={deviceInfo.name}
37
- headlineText={I18n.getLang('light_sources_specific_settings_power_off')}
38
- loading={state.loading}>
39
- <ScrollView style={styles.root} nestedScrollEnabled={true}>
40
- <Spacer />
41
- <View style={styles.modeSelectGroup}>
42
- <Spacer height={cx(8)} />
43
- <Text style={styles.modeTip}>
44
- {I18n.getLang('socket_settings_firstbox_topic')}
45
- </Text>
46
- <Spacer height={cx(8)} />
47
- <Card style={styles.modeSelectCard}>
48
- <Spacer height={cx(12)} />
49
- <PowerOnBehaviorModeItem
50
- enable={state.powerMemory === RELAY_STATUS_OFF}
51
- title={I18n.getLang('feature_summary_action_txt_2')}
52
- content={I18n.getLang('socket_settings_firstbox_status1_description')}
53
- onPress={async () => {
54
- state.powerMemory = RELAY_STATUS_OFF
55
- await setPowerMemory(state.powerMemory)
56
- }} />
57
- <View style={styles.line} />
58
- <Spacer height={cx(8)} />
59
- <PowerOnBehaviorModeItem
60
- enable={state.powerMemory === RELAY_STATUS_ON}
61
- title={I18n.getLang('feature_summary_action_txt_1')}
62
- content={I18n.getLang('socket_settings_firstbox_status2_description')}
63
- onPress={async () => {
64
- state.powerMemory = RELAY_STATUS_ON
65
- await setPowerMemory(state.powerMemory)
66
- }} />
67
- <View style={styles.line} />
68
- <Spacer height={cx(8)} />
69
- <PowerOnBehaviorModeItem
70
- enable={state.powerMemory === RELAY_STATUS_MEMORY}
71
- title={I18n.getLang('sockets_specific_settings_relay_status_remember')}
72
- content={I18n.getLang('socket_settings_firstbox_status3_description')}
73
- onPress={async () => {
74
- state.powerMemory = RELAY_STATUS_MEMORY
75
- await setPowerMemory(state.powerMemory)
76
- }} />
77
- <Spacer height={cx(4)} />
78
- </Card>
79
- <Spacer height={cx(8)} />
80
- </View>
81
- </ScrollView>
82
- </Page>
83
- )
84
- }
85
-
86
- interface PowerOnBehaviorModeItemProps extends PropsWithChildren<ViewProps> {
87
- onPress: () => void
88
- title: string
89
- content: string
90
- enable: boolean
91
- }
92
-
93
- function PowerOnBehaviorModeItem(props: PowerOnBehaviorModeItemProps) {
94
- return (
95
- <TouchableOpacity onPress={props.onPress}>
96
- <View style={styles.itemRoot}>
97
- <View style={styles.itemTextGroup}>
98
- <Text style={styles.itemTitle}>{props.title}</Text>
99
- <Spacer height={cx(4)} />
100
- <Text style={styles.itemContent}>{props.content}</Text>
101
- </View>
102
- <Image
103
- source={{ uri: res.ic_check }}
104
- style={[
105
- styles.itemCheckedIcon,
106
- {
107
- display: props.enable ? 'flex' : 'none',
108
- },
109
- ]} />
110
- </View>
111
- </TouchableOpacity>
112
- )
113
- }
114
-
115
- const styles = StyleSheet.create({
116
- root: {
117
- flex: 1,
118
- },
119
- tipText: {
120
- marginHorizontal: cx(24),
121
- color: '#000',
122
- fontSize: cx(14),
123
- fontFamily: 'helvetica_neue_lt_std_roman',
124
- },
125
- modeSelectGroup: {
126
- marginHorizontal: cx(24),
127
- backgroundColor: '#f6f6f6',
128
- borderRadius: cx(4),
129
- },
130
- modeTip: {
131
- marginHorizontal: cx(8),
132
- color: '#000',
133
- fontSize: cx(14),
134
- fontWeight: 'bold',
135
- fontFamily: 'helvetica_neue_lt_std_bd',
136
- },
137
- modeSelectCard: {
138
- marginHorizontal: cx(8),
139
- },
140
- line: {
141
- height: cx(1),
142
- marginHorizontal: cx(12),
143
- backgroundColor: '#3C3C435B',
144
- },
145
- itemRoot: {
146
- flexDirection: 'row',
147
- alignItems: 'center',
148
- paddingHorizontal: cx(12),
149
- paddingBottom: cx(8),
150
- },
151
- itemTextGroup: {
152
- flex: 1,
153
- marginEnd: cx(12),
154
- justifyContent: 'center',
155
- },
156
- itemTitle: {
157
- color: '#000',
158
- fontSize: cx(14),
159
- fontFamily: 'helvetica_neue_lt_std_roman',
160
- },
161
- itemContent: {
162
- color: '#666',
163
- fontSize: cx(14),
164
- fontFamily: 'helvetica_neue_lt_std_roman',
165
- },
166
- itemCheckedIcon: {
167
- width: cx(32),
168
- height: cx(32),
169
- marginEnd: cx(4),
170
- },
171
- })
172
-
173
- export default PowerOnBehaviorPage
@@ -1,16 +0,0 @@
1
- import {NavigationRoute} from "tuya-panel-kit";
2
- import PowerOnBehaviorPage from "./PowerOnBehaviorPage";
3
- import {ui_biz_routerKey} from "../../navigation/Routers";
4
-
5
- const PowerOnBehaviorPageRouters: NavigationRoute[] = [
6
- {
7
- name: ui_biz_routerKey.ui_biz_power_behavior,
8
- component: PowerOnBehaviorPage,
9
- options: {
10
- hideTopbar: true,
11
- showOfflineView: false,
12
- }
13
- }
14
- ]
15
-
16
- export default PowerOnBehaviorPageRouters
@@ -1,160 +0,0 @@
1
- import { useCallback, useEffect, useMemo, useState } from "react";
2
- import { useDeviceId, useDp } from "@ledvance/base/src/models/modules/NativePropsSlice";
3
- import { getFeature, putFeature } from "@ledvance/base/src/api/native";
4
- import { Result } from "@ledvance/base/src/models/modules/Result";
5
- import { Formatter, Utils } from "@tuya/tuya-panel-lamp-sdk"
6
- import { padStart } from "lodash";
7
- const { to16 } = Utils
8
- const RandomTimer = new Formatter.RandomTimerFormatter()
9
-
10
- const randomFeatureId = 'random_timing'
11
-
12
- export interface RandomTimer {
13
- power: boolean;
14
- channel: number;
15
- weeks: number[];
16
- startTime: number;
17
- endTime: number;
18
- color: {
19
- hue: number;
20
- saturation: number;
21
- value: number;
22
- brightness: number;
23
- temperature: number;
24
- };
25
- }
26
-
27
- export interface RandomTimerItem extends RandomTimer{
28
- index: number | string
29
- name: string
30
- }
31
-
32
- export interface PlugRandomTimer {
33
- power: boolean;
34
- weeks: number[];
35
- startTime: number;
36
- endTime: number;
37
- }
38
-
39
- export interface PlugRandomTimerItem extends PlugRandomTimer {
40
- index: number | string
41
- name: string
42
- }
43
-
44
-
45
- type UseFixedTimeType = (dpKey: string, disableFeature?: boolean) => [RandomTimerItem[], (randomTimeList: RandomTimerItem[], manualEdit?: boolean) => Promise<{ success: boolean}>]
46
-
47
- export const useRandomTime : UseFixedTimeType = (dpKey: string, disableFeature?: boolean) => {
48
- const deviceId = useDeviceId()
49
- const [flag, setFlag] = useState(Symbol())
50
- const [uiData, setUiData] = useState<RandomTimerItem[]>([])
51
- const [randomTime, setRandomTime]: [string, (v: string) => Promise<Result<any>>] = useDp(dpKey)
52
- const randomTimeList: RandomTimer[] = useMemo(() => RandomTimer.parse(randomTime).nodes, [randomTime])
53
- const formatterFn = useCallback(() =>{
54
- return randomTimeList.map((item, idx)=>({
55
- ...item,
56
- index: idx,
57
- name: `randomPlan ${idx + 1}`
58
- }))
59
- }, [randomTimeList])
60
-
61
- // 获取云端数据
62
- useEffect(() => {
63
- // 判断是否需要获取云端数据
64
- if(disableFeature){
65
- const d = formatterFn()
66
- setUiData(d)
67
- }else{
68
- getFeature(deviceId, randomFeatureId).then(res => {
69
- if (res?.result) {
70
- // 首次进入同步云端数据 (云端无数据)
71
- if (!res.data) {
72
- const cloudData = formatterFn()
73
- setRandomTimeFn(cloudData).then()
74
- setUiData(cloudData)
75
- }else{
76
- const featureData = JSON.parse(res.data)
77
- const mergeData = randomTimeList.map((item, idx) => {
78
- const getCloudItem = featureData.find(feature => feature?.v === randomTimeToHex(item))
79
- return ({
80
- ...item,
81
- index: idx,
82
- name: featureData[idx]?.v === randomTimeToHex(item) ? featureData[idx]?.n : getCloudItem.n
83
- })
84
- })
85
- setUiData(mergeData)
86
- }
87
- }
88
- })
89
- }
90
- }, [randomTimeList, flag])
91
-
92
- const setRandomTimeFn = async (randomTimeList: RandomTimerItem[], manualEdit?: boolean) => {
93
- const fixedData = randomTimeList.map(item => ({
94
- n: item?.name || '',
95
- v: randomTimeToHex(item)
96
- }))
97
- const cloudStatus = await putFeatureFn(deviceId, randomFeatureId, JSON.stringify(fixedData))
98
- if (cloudStatus) {
99
- const randomTimerFormatter = {
100
- version: 0,
101
- length: 12,
102
- nodes: randomTimeList
103
- }
104
- const hex = RandomTimer.format(randomTimerFormatter)
105
- const res = await setRandomTime(hex)
106
- if (res.success) {
107
- // 当只修改改名称时,需要手动刷新
108
- if(manualEdit){
109
- setFlag(Symbol())
110
- }
111
- return {
112
- success: true
113
- }
114
- } else {
115
- return {
116
- success: false
117
- }
118
- }
119
- } else {
120
- return {
121
- success: false
122
- }
123
- }
124
- }
125
-
126
- return [uiData, setRandomTimeFn];
127
- }
128
-
129
- let retryNumber = 0
130
-
131
- const putFeatureFn = async (devId, featureId, data) => {
132
- let status = false
133
- await putFeature(devId, featureId, data).then(result => {
134
- if (!result?.result && retryNumber < 3) {
135
- retryNumber += 1
136
- putFeatureFn(devId, featureId, data).then()
137
- }
138
- if (result?.result) {
139
- retryNumber = 0
140
- status = result.result
141
- }
142
- })
143
- return status
144
- }
145
-
146
- const randomTimeToHex = (fixedTime: RandomTimer) => {
147
- const { weeks, startTime, endTime } = fixedTime
148
- const { hue, saturation, value, brightness, temperature } = fixedTime.color
149
- const weeksValue: string = padStart([...weeks].reverse().join(''), 8, '0');
150
- const weeksStr = to16(parseInt(weeksValue, 2), 2);
151
- const startTimeStr = to16(startTime, 4);
152
- const endTimeStr = to16(endTime, 4);
153
- const hueStr = to16(hue, 4);
154
- const saturationStr = to16(saturation);
155
- const valueStr = to16(value);
156
- const brightnessStr = to16(brightness);
157
- const temperatureStr = to16(temperature);
158
- return weeksStr + startTimeStr + endTimeStr + hueStr + saturationStr + valueStr + brightnessStr + temperatureStr
159
- }
160
-