@eohjsc/react-native-smart-city 0.3.8 → 0.3.11

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 (297) hide show
  1. package/README.md +36 -15
  2. package/package.json +10 -6
  3. package/react-native-smart-city.podspec +1 -0
  4. package/src/commons/Action/ItemQuickAction.js +16 -4
  5. package/src/commons/Action/__test__/ItemQuickAction.test.js +11 -6
  6. package/src/commons/ActionGroup/ColorPickerTemplate.js +37 -24
  7. package/src/commons/ActionGroup/CurtainButtonTemplate.js +10 -5
  8. package/src/commons/ActionGroup/OnOffSmartLock/AutoLock/__test__/index.test.js +4 -0
  9. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/ItemPasscode.js +1 -1
  10. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/ItemPasscode.test.js +24 -0
  11. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/__test__/index.test.js +14 -0
  12. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/index.js +1 -0
  13. package/src/commons/ActionGroup/OnOffTemplate/OnOffButtonTemplate.js +8 -2
  14. package/src/commons/ActionGroup/SliderRangeTemplate.js +6 -2
  15. package/src/commons/ActionGroup/SmartTiviActionTemplate/SmartTiviActionTemplate.js +7 -3
  16. package/src/commons/ActionGroup/StatesGridActionTemplate.js +22 -8
  17. package/src/commons/ActionGroup/TimerActionTemplate.js +11 -3
  18. package/src/commons/ActionGroup/TwoButtonTemplate/index.js +1 -5
  19. package/src/commons/ActionGroup/__test__/CurtainButtonTemplate.test.js +53 -4
  20. package/src/commons/ActionGroup/__test__/OnOffButtonTemplate.test.js +14 -14
  21. package/src/commons/ActionGroup/__test__/OnOffTemplate.test.js +53 -78
  22. package/src/commons/ActionGroup/__test__/OneBigButtonTemplate.test.js +36 -20
  23. package/src/commons/ActionGroup/__test__/StatesGridActionTemplate.test.js +77 -0
  24. package/src/commons/ActionGroup/__test__/TimerActionTemplate.test.js +58 -6
  25. package/src/commons/ActionGroup/__test__/TwoButtonTemplate.test.js +49 -1
  26. package/src/commons/ActionGroup/__test__/index.test.js +135 -0
  27. package/src/commons/Auth/AccountList.js +1 -1
  28. package/src/commons/Automate/ItemAutomate.js +1 -3
  29. package/src/commons/Calendar/__test__/Calendar.test.js +33 -0
  30. package/src/commons/Connecting/__test__/Connecting.test.js +19 -2
  31. package/src/commons/ConnectingProcess/DeviceItem/DeviceItem.js +7 -3
  32. package/src/commons/ConnectingProcess/DeviceItem/DeviceItemStyles.js +8 -11
  33. package/src/commons/ConnectingProcess/__test__/Connecting.test.js +136 -3
  34. package/src/commons/ConnectingProcess/__test__/DeviceItem.test.js +3 -2
  35. package/src/commons/ConnectingProcess/index.js +76 -26
  36. package/src/commons/Dashboard/MyPinnedSharedUnit/__test__/MyPinnedSharedUnit.test.js +16 -13
  37. package/src/commons/Dashboard/MyPinnedSharedUnit/index.js +1 -1
  38. package/src/commons/Dashboard/MyUnit/__test__/MyUnit.test.js +0 -5
  39. package/src/commons/Device/ConnectedViewHeader.js +1 -1
  40. package/src/commons/Device/Hanet/ItemHanetDevice.test.js +58 -0
  41. package/src/commons/Device/HistoryChart.js +7 -3
  42. package/src/commons/Device/ItemDevice.js +34 -13
  43. package/src/commons/Device/LinearChart.js +15 -0
  44. package/src/commons/Device/PMSensor/PMSensorIndicatior.js +16 -12
  45. package/src/commons/Device/PMSensor/PMSensorIndicatorStyles.js +3 -0
  46. package/src/commons/Device/SonosSpeaker/index.js +1 -1
  47. package/src/commons/Device/WaterQualitySensor/ListQualityIndicator.js +1 -0
  48. package/src/commons/Device/WaterQualitySensor/QualityIndicatorsItem.js +7 -2
  49. package/src/commons/Explore/__test__/CityItem.test.js +33 -54
  50. package/src/commons/FieldTemplate/ChooseUserField/ChooseFieldStyles.js +25 -0
  51. package/src/commons/FieldTemplate/ChooseUserField/ChoosePopup.js +96 -0
  52. package/src/commons/FieldTemplate/ChooseUserField/ChoosePopupStyles.js +39 -0
  53. package/src/commons/FieldTemplate/ChooseUserField/__test__/index.test.js +118 -0
  54. package/src/commons/FieldTemplate/ChooseUserField/index.js +62 -0
  55. package/src/commons/FieldTemplate/PasscodeField/PasscodeFieldStyles.js +30 -0
  56. package/src/commons/FieldTemplate/PasscodeField/__test__/index.test.js +90 -0
  57. package/src/commons/FieldTemplate/PasscodeField/index.js +43 -0
  58. package/src/commons/FieldTemplate/ScheduleField/ScheduleFieldStyles.js +13 -0
  59. package/src/commons/FieldTemplate/ScheduleField/__test__/index.test.js +179 -0
  60. package/src/commons/FieldTemplate/ScheduleField/index.js +176 -0
  61. package/src/commons/Form/CurrencyInput.js +15 -1
  62. package/src/commons/Form/TextInputPassword.js +1 -1
  63. package/src/commons/FullLoading/index.js +2 -1
  64. package/src/commons/Header/HeaderCustom.js +2 -1
  65. package/src/commons/HeaderAni/index.js +6 -1
  66. package/src/commons/HorizontalPicker/index.js +2 -2
  67. package/src/commons/MediaPlayerDetail/Styles/MediaPlayerDetailStyles.js +0 -6
  68. package/src/commons/MediaPlayerDetail/index.js +29 -47
  69. package/src/commons/MenuActionAddnew/index.js +1 -0
  70. package/src/commons/MenuActionList/index.js +1 -0
  71. package/src/commons/MenuActionMore/index.js +1 -1
  72. package/src/commons/PreventAccess/__test__/PreventAccess.test.js +62 -0
  73. package/src/commons/PreventAccess/index.js +9 -1
  74. package/src/commons/Sharing/MemberList.js +10 -2
  75. package/src/commons/Sharing/WrapHeaderScrollable.js +2 -0
  76. package/src/commons/Sharing/__test__/DevicePermissionsCheckbox.test.js +0 -1
  77. package/src/commons/SubUnit/Favorites/index.js +6 -3
  78. package/src/commons/SubUnit/OneTap/__test__/SubUnitAutomate.test.js +8 -35
  79. package/src/commons/SubUnit/OneTap/index.js +1 -2
  80. package/src/commons/SubUnit/ShortDetail.js +25 -9
  81. package/src/commons/SubUnit/__test__/Item.test.js +0 -1
  82. package/src/commons/SubUnit/__test__/ShortDetail.test.js +9 -2
  83. package/src/commons/Unit/SharedUnit.js +1 -0
  84. package/src/commons/Unit/__test__/SharedUnit.test.js +38 -183
  85. package/src/commons/UnitSummary/ConfigHistoryChart/__test__/ConfigHistoryChart.test.js +28 -1
  86. package/src/commons/UnitSummary/ConfigHistoryChart/index.js +2 -13
  87. package/src/commons/UnitSummary/ConfigHistoryChart.js +55 -13
  88. package/src/commons/WheelDateTimePicker/index.js +4 -3
  89. package/src/configs/API.js +91 -143
  90. package/src/configs/Constants.js +80 -1
  91. package/src/configs/SCConfig.js +4 -0
  92. package/src/context/actionType.ts +14 -2
  93. package/src/context/mockStore.ts +26 -0
  94. package/src/context/reducer.ts +84 -5
  95. package/src/hooks/Common/index.js +2 -0
  96. package/src/hooks/Common/useGGHomeDeviceConnected.js +16 -0
  97. package/src/hooks/Common/useGetIdUser.js +1 -5
  98. package/src/hooks/Common/useSensorsStatus.js +4 -4
  99. package/src/hooks/IoT/__test__/useGGHomeConnection.test.js +199 -0
  100. package/src/hooks/IoT/__test__/useRemoteControl.test.js +198 -0
  101. package/src/hooks/IoT/__test__/useValueEvaluation.test.js +58 -0
  102. package/src/hooks/IoT/index.js +5 -0
  103. package/src/hooks/IoT/useGGHomeConnection.js +93 -0
  104. package/src/hooks/IoT/useRemoteControl.js +79 -0
  105. package/src/hooks/IoT/useValueEvaluation.js +45 -0
  106. package/src/hooks/index.js +4 -0
  107. package/src/hooks/useReceiveNotifications.js +12 -7
  108. package/src/iot/Monitor.js +3 -2
  109. package/src/iot/RemoteControl/Bluetooth.js +1 -1
  110. package/src/iot/RemoteControl/GoogleHome.js +75 -49
  111. package/src/iot/RemoteControl/Internet.js +1 -1
  112. package/src/iot/RemoteControl/__test__/GoogleHome.test.js +95 -48
  113. package/src/iot/RemoteControl/__test__/Internet.test.js +18 -7
  114. package/src/iot/RemoteControl/__test__/LgThinq.test.js +36 -177
  115. package/src/iot/RemoteControl/index.js +52 -52
  116. package/src/navigations/UnitStack.js +19 -20
  117. package/src/navigations/UnitStackStyles.js +21 -0
  118. package/src/screens/AQIGuide/index.js +1 -1
  119. package/src/screens/ActivityLog/FilterPopup.js +2 -0
  120. package/src/screens/ActivityLog/__test__/index.test.js +38 -23
  121. package/src/screens/ActivityLog/hooks/__test__/index.test.js +51 -90
  122. package/src/screens/ActivityLog/hooks/index.js +1 -1
  123. package/src/screens/ActivityLog/index.js +2 -2
  124. package/src/screens/AddCommon/SelectSubUnit.js +1 -0
  125. package/src/screens/AddCommon/SelectUnit.js +1 -0
  126. package/src/screens/AddCommon/__test__/SelectSubUnit.test.js +13 -24
  127. package/src/screens/AddCommon/__test__/SelectUnit.test.js +9 -33
  128. package/src/screens/AddLocationMaps/__test__/index.test.js +265 -0
  129. package/src/screens/AddLocationMaps/index.js +48 -21
  130. package/src/screens/AddNewAction/SelectAction.js +33 -13
  131. package/src/screens/AddNewAction/SelectSensorDevices.js +8 -2
  132. package/src/screens/AddNewAction/SetupSensor.js +68 -32
  133. package/src/screens/AddNewAction/__test__/SelectAction.test.js +10 -91
  134. package/src/screens/AddNewAction/__test__/SelectSensorDevices.test.js +40 -26
  135. package/src/screens/AddNewAction/__test__/SetupSensor.test.js +2 -0
  136. package/src/screens/AddNewAutoSmart/__test__/AddNewAutoSmart.test.js +3 -1
  137. package/src/screens/AddNewAutoSmart/index.js +5 -2
  138. package/src/screens/AddNewDevice/ConnectingDevices.js +3 -3
  139. package/src/screens/AddNewDevice/__test__/AddNewDevice.test.js +42 -34
  140. package/src/screens/AddNewDevice/__test__/ConnectDevices.test.js +0 -4
  141. package/src/screens/AddNewDevice/__test__/ConnectingDevices.test.js +22 -22
  142. package/src/screens/AddNewDevice/hooks/ConnectDevices.js +1 -1
  143. package/src/screens/AddNewDevice/index.js +1 -0
  144. package/src/screens/AddNewGateway/PlugAndPlay/ConnectWifiWarning.js +23 -17
  145. package/src/screens/AddNewGateway/PlugAndPlay/GatewayWifiList.js +46 -40
  146. package/src/screens/AddNewGateway/PlugAndPlay/__test__/GatewayWifiList.test.js +64 -10
  147. package/src/screens/AddNewGateway/SelectGateway.js +1 -0
  148. package/src/screens/AddNewGateway/SetupGatewayWifi.js +2 -0
  149. package/src/screens/AddNewGateway/__test__/AddNewGateway.test.js +4 -6
  150. package/src/screens/AddNewGateway/__test__/ConnectedGateway.test.js +0 -4
  151. package/src/screens/AddNewGateway/__test__/ConnectingGateway.test.js +5 -29
  152. package/src/screens/AddNewGateway/__test__/SelectGateway.test.js +0 -4
  153. package/src/screens/AddNewGateway/__test__/SetupGateway.test.js +0 -4
  154. package/src/screens/AddNewGateway/index.js +1 -0
  155. package/src/screens/AddNewOneTap/__test__/AddNewOneTap.test.js +10 -24
  156. package/src/screens/AddNewOneTap/index.js +3 -2
  157. package/src/screens/AllCamera/index.js +4 -4
  158. package/src/screens/Automate/MultiUnits.js +8 -8
  159. package/src/screens/Automate/__test__/MultiUnits.test.js +6 -9
  160. package/src/screens/Automate/__test__/index.test.js +7 -12
  161. package/src/screens/Automate/index.js +5 -3
  162. package/src/screens/ConfirmUnitDeletion/__test__/ConfirmUnitDeletion.test.js +36 -8
  163. package/src/screens/ConfirmUnitDeletion/index.js +7 -1
  164. package/src/screens/Device/EditDevice/__test__/EditDevice.test.js +71 -22
  165. package/src/screens/Device/EditDevice/index.js +17 -15
  166. package/src/screens/Device/__test__/detail.test.js +33 -86
  167. package/src/screens/Device/components/DetailHistoryChart.js +1 -1
  168. package/src/screens/Device/components/SensorConnectStatusViewHeader.js +44 -24
  169. package/src/screens/Device/components/SensorDisplayItem.js +5 -2
  170. package/src/screens/Device/detail.js +101 -51
  171. package/src/screens/Device/hooks/useDisconnectedDevice.js +4 -4
  172. package/src/screens/Device/hooks/useEvaluateValue.js +97 -0
  173. package/src/screens/Device/hooks/useFavoriteDevice.js +7 -11
  174. package/src/screens/DeviceInfo/__test__/index.test.js +0 -2
  175. package/src/screens/EditActionsList/index.js +1 -1
  176. package/src/screens/EmergencyContacts/EmergencyContactsSelectContacts.js +6 -3
  177. package/src/screens/EmergencyContacts/__test__/EmergencyContactAddNew.test.js +7 -19
  178. package/src/screens/EmergencyContacts/__test__/EmergencyContactList.test.js +20 -2
  179. package/src/screens/EmergencyContacts/__test__/EmergencyContactsSelectContacts.test.js +40 -23
  180. package/src/screens/EmergencySetting/components/DropDownItem.js +2 -2
  181. package/src/screens/EmergencySetting/index.js +4 -1
  182. package/src/screens/EnterPassword/__test__/EnterPassword.test.js +41 -25
  183. package/src/screens/Explore/index.js +2 -0
  184. package/src/screens/GuestInfo/__test__/index.test.js +14 -41
  185. package/src/screens/GuestInfo/components/RecurringDetail.js +1 -0
  186. package/src/screens/GuestInfo/components/TemporaryDetail.js +2 -2
  187. package/src/screens/HanetCamera/Detail.js +1 -1
  188. package/src/screens/HanetCamera/__test__/CaptureFaceID.test.js +8 -12
  189. package/src/screens/HanetCamera/__test__/Detail.test.js +27 -42
  190. package/src/screens/HanetCamera/__test__/ManageAccess.test.js +8 -5
  191. package/src/screens/HanetCamera/__test__/MemberInfo.test.js +10 -32
  192. package/src/screens/HanetCamera/components/RequestFaceIDPopup.js +3 -2
  193. package/src/screens/HanetCamera/hooks/__test__/useHanetCheckinData.test.js +43 -35
  194. package/src/screens/HanetCamera/hooks/__test__/useHanetPlaceMembers.test.js +10 -21
  195. package/src/screens/HanetCamera/hooks/useHanetCheckinData.js +11 -11
  196. package/src/screens/HanetCamera/hooks/useHanetPlaceMembers.js +11 -11
  197. package/src/screens/ManageAccess/__test__/ManageAccess.test.js +33 -22
  198. package/src/screens/ManageAccess/hooks/__test__/useManageAccess.test.js +44 -45
  199. package/src/screens/ManageAccess/hooks/index.js +7 -4
  200. package/src/screens/ManageAccess/index.js +2 -1
  201. package/src/screens/MoveToAnotherSubUnit/__test__/index.test.js +35 -12
  202. package/src/screens/MoveToAnotherSubUnit/index.js +6 -6
  203. package/src/screens/Notification/__test__/Notification.test.js +31 -25
  204. package/src/screens/Notification/__test__/NotificationItem.test.js +8 -7
  205. package/src/screens/Notification/components/NotificationItem.js +17 -20
  206. package/src/screens/Notification/index.js +13 -2
  207. package/src/screens/PlayBackCamera/Timer.js +2 -2
  208. package/src/screens/PlayBackCamera/__test__/index.test.js +87 -2
  209. package/src/screens/PlayBackCamera/index.js +54 -35
  210. package/src/screens/ScanChipQR/__test__/ScanChipQR.test.js +7 -20
  211. package/src/screens/ScanChipQR/components/QRScan/index.js +1 -0
  212. package/src/screens/ScanChipQR/hooks/index.js +15 -16
  213. package/src/screens/ScanSensorQR/__test__/ScanSensorQR.test.js +8 -24
  214. package/src/screens/ScriptDetail/__test__/index.test.js +17 -86
  215. package/src/screens/ScriptDetail/index.js +30 -15
  216. package/src/screens/SelectUnit/__test__/index.test.js +12 -55
  217. package/src/screens/SelectUnit/index.js +9 -4
  218. package/src/screens/SetSchedule/index.js +15 -11
  219. package/src/screens/SharedUnit/__test__/TabHeader.test.js +0 -2
  220. package/src/screens/SharedUnit/index.js +2 -0
  221. package/src/screens/Sharing/Components/SensorItem.js +10 -12
  222. package/src/screens/Sharing/InfoMemberUnit.js +1 -1
  223. package/src/screens/Sharing/MemberList.js +12 -11
  224. package/src/screens/Sharing/SelectPermission.js +136 -83
  225. package/src/screens/Sharing/__test__/InfoMemberUnit.test.js +47 -29
  226. package/src/screens/Sharing/__test__/MemberList.test.js +13 -127
  227. package/src/screens/Sharing/__test__/MemberList2.test.js +80 -0
  228. package/src/screens/Sharing/__test__/SelectPermission.test.js +28 -38
  229. package/src/screens/Sharing/__test__/SelectUser.test.js +17 -38
  230. package/src/screens/Sharing/hooks/index.js +3 -0
  231. package/src/screens/SideMenuDetail/SideMenuDetailStyles.js +28 -0
  232. package/src/screens/SideMenuDetail/__test__/index.test.js +154 -0
  233. package/src/screens/SideMenuDetail/index.js +148 -0
  234. package/src/screens/SmartIr/components/GroupButtonByType/GroupButtonByType.js +3 -2
  235. package/src/screens/SmartIr/components/SelectBrand.js +1 -1
  236. package/src/screens/SubUnit/AddSubUnit.js +23 -17
  237. package/src/screens/SubUnit/Detail.js +1 -2
  238. package/src/screens/SubUnit/EditSubUnit.js +15 -13
  239. package/src/screens/SubUnit/ManageSubUnit.js +13 -7
  240. package/src/screens/SubUnit/__test__/AddSubUnit.test.js +29 -89
  241. package/src/screens/SubUnit/__test__/Detail.test.js +31 -8
  242. package/src/screens/SubUnit/__test__/EditSubUnit.test.js +21 -89
  243. package/src/screens/SubUnit/__test__/ManageSubUnit.test.js +27 -1
  244. package/src/screens/SubUnit/hooks/__test__/useManageSubUnit.test.js +48 -45
  245. package/src/screens/SubUnit/hooks/useManageSubUnit.js +7 -7
  246. package/src/screens/SyncLGDevice/AddLGDevice.js +1 -0
  247. package/src/screens/SyncLGDevice/__test__/AddLGDevice.test.js +22 -91
  248. package/src/screens/TDSGuide/index.js +4 -1
  249. package/src/screens/UVIndexGuide/index.js +1 -1
  250. package/src/screens/Unit/ChooseLocation.js +7 -14
  251. package/src/screens/Unit/Detail.js +37 -75
  252. package/src/screens/Unit/ManageUnit.js +1 -0
  253. package/src/screens/Unit/SelectAddress.js +46 -26
  254. package/src/screens/Unit/SelectDevices.js +158 -0
  255. package/src/screens/Unit/SelectDevicesStyles.js +40 -0
  256. package/src/screens/Unit/SmartAccount.js +4 -4
  257. package/src/screens/Unit/Station/index.js +4 -0
  258. package/src/screens/Unit/Summaries.js +18 -2
  259. package/src/screens/Unit/__test__/CheckSendEmail.test.js +24 -29
  260. package/src/screens/Unit/__test__/ChooseLocation.test.js +27 -14
  261. package/src/screens/Unit/__test__/Detail.test.js +98 -199
  262. package/src/screens/Unit/__test__/ManageUnit.test.js +18 -42
  263. package/src/screens/Unit/__test__/SelectAddress.test.js +249 -50
  264. package/src/screens/Unit/__test__/SelectDevices.test.js +110 -0
  265. package/src/screens/Unit/__test__/SmartAccount.test.js +17 -9
  266. package/src/screens/Unit/__test__/SmartAccountItem.test.js +0 -1
  267. package/src/screens/Unit/__test__/Summaries.test.js +100 -0
  268. package/src/screens/Unit/components/MyAllUnit/__test__/MyAllUnit.test.js +36 -0
  269. package/src/screens/Unit/components/MyAllUnit/__test__/index.test.js +54 -0
  270. package/src/screens/Unit/components/MyUnitDevice/index.js +4 -4
  271. package/src/screens/Unit/components/SharedUnit/index.js +1 -0
  272. package/src/screens/Unit/components/__test__/MyUnitDevice.test.js +2 -2
  273. package/src/screens/Unit/components/__test__/SharedUnit.test.js +31 -34
  274. package/src/screens/Unit/hook/useUnitConnectRemoteDevices.js +50 -0
  275. package/src/screens/Unit/styles.js +8 -0
  276. package/src/screens/UnitSummary/__test__/index.test.js +91 -30
  277. package/src/screens/UnitSummary/components/3PPowerConsumption/__test__/3PPowerConsumption.test.js +31 -2
  278. package/src/screens/UnitSummary/components/PowerConsumeHistoryChart/__test__/index.test.js +7 -4
  279. package/src/screens/UnitSummary/components/PowerConsumeHistoryChart/index.js +2 -13
  280. package/src/screens/UnitSummary/components/PowerConsumption/__test__/ItemPower.test.js +0 -1
  281. package/src/screens/UnitSummary/components/PowerConsumption/__test__/PowerConsumption.test.js +14 -16
  282. package/src/screens/UnitSummary/components/RunningDevices/__test__/index.test.js +11 -2
  283. package/src/screens/UnitSummary/components/RunningDevices/index.js +7 -10
  284. package/src/screens/UnitSummary/components/Temperature/index.js +4 -4
  285. package/src/screens/UnitSummary/components/WaterQuality/Item/index.js +10 -2
  286. package/src/screens/UnitSummary/index.js +15 -1
  287. package/src/screens/WaterQualityGuide/index.js +1 -1
  288. package/src/utils/Apis/axios.js +61 -32
  289. package/src/utils/Converter/time.js +0 -18
  290. package/src/utils/I18n/translations/en.json +13 -1
  291. package/src/utils/I18n/translations/vi.json +14 -1
  292. package/src/utils/Permission/common.js +67 -0
  293. package/src/utils/Route/index.js +2 -0
  294. package/src/utils/Setting/Location.js +30 -0
  295. package/src/utils/Utils.js +12 -7
  296. package/src/utils/Validation.js +3 -0
  297. package/src/utils/__test__/Utils.test.js +12 -0
@@ -1,8 +1,8 @@
1
- import axios from 'axios';
2
1
  import React from 'react';
3
2
  import { create, act } from 'react-test-renderer';
4
3
  import moment from 'moment';
5
4
  import { useNavigation } from '@react-navigation/native';
5
+ import MockAdapter from 'axios-mock-adapter';
6
6
 
7
7
  import SharedUnit from '../SharedUnit';
8
8
  import { TESTID } from '../../../configs/Constants';
@@ -10,8 +10,9 @@ import { API } from '../../../configs';
10
10
  import Routes from '../../../utils/Route';
11
11
  import { SCProvider } from '../../../context';
12
12
  import { mockSCStore } from '../../../context/mockStore';
13
+ import api from '../../../utils/Apis/axios';
13
14
 
14
- jest.mock('axios');
15
+ const mock = new MockAdapter(api.axiosInstance);
15
16
 
16
17
  const mockNavigate = jest.fn();
17
18
  jest.mock('@react-navigation/native', () => {
@@ -38,8 +39,6 @@ describe('Test SharedUnit', () => {
38
39
  let tree, item, unit;
39
40
 
40
41
  beforeEach(() => {
41
- axios.post.mockClear();
42
-
43
42
  unit = {
44
43
  background: '',
45
44
  icon: '',
@@ -61,6 +60,12 @@ describe('Test SharedUnit', () => {
61
60
 
62
61
  test('test create SharedUnit unit is not pin, not star', async () => {
63
62
  const navigation = useNavigation();
63
+ const mockedRenewItem = jest.fn();
64
+ await act(async () => {
65
+ tree = await create(
66
+ wrapComponent(item, navigation, true, mockedRenewItem)
67
+ );
68
+ });
64
69
 
65
70
  await act(async () => {
66
71
  tree = await create(wrapComponent(item, navigation));
@@ -72,34 +77,39 @@ describe('Test SharedUnit', () => {
72
77
  act(() => {
73
78
  touchSharedUnit.props.onPress();
74
79
  });
75
- expect(mockNavigate).toHaveBeenCalledWith(Routes.UnitStack, {
76
- screen: Routes.UnitDetail,
77
- params: {
78
- unitId: 3,
79
- unitData: unit,
80
- },
81
- });
82
-
83
80
  const iconRemovePinSharedUnit = instance.findAll(
84
81
  (el) => el.props.testID === TESTID.ICON_REMOVE_PIN_SHARED_UNIT + '-69'
85
82
  );
86
- expect(iconRemovePinSharedUnit).toHaveLength(0);
87
-
88
83
  const iconAddPinSharedUnit = instance.find(
89
84
  (el) => el.props.testID === TESTID.ICON_ADD_PIN_SHARED_UNIT + '-69'
90
85
  );
86
+ mock.onPost(API.UNIT.PIN_UNIT(3)).reply(200);
87
+ act(() => {
88
+ iconAddPinSharedUnit.props.onPress();
89
+ });
90
+ mock.onPost(API.UNIT.PIN_UNIT(3)).reply(400);
91
91
  act(() => {
92
92
  iconAddPinSharedUnit.props.onPress();
93
93
  });
94
- expect(axios.post).toHaveBeenCalledWith(API.UNIT.PIN_UNIT(3));
95
-
96
94
  const iconAddStarSharedUnit = instance.find(
97
95
  (el) => el.props.testID === TESTID.ICON_ADD_STAR_SHARED_UNIT + '-69'
98
96
  );
97
+ mock.onPost(API.UNIT.STAR_UNIT(3)).reply(200);
99
98
  act(() => {
100
99
  iconAddStarSharedUnit.props.onPress();
101
100
  });
102
- expect(axios.post).toHaveBeenCalledWith(API.UNIT.STAR_UNIT(3));
101
+ mock.onPost(API.UNIT.STAR_UNIT(3)).reply(400);
102
+ act(() => {
103
+ iconAddStarSharedUnit.props.onPress();
104
+ });
105
+ expect(iconRemovePinSharedUnit).toHaveLength(0);
106
+ expect(mockNavigate).toHaveBeenCalledWith(Routes.UnitStack, {
107
+ screen: Routes.UnitDetail,
108
+ params: {
109
+ unitId: 3,
110
+ unitData: unit,
111
+ },
112
+ });
103
113
  });
104
114
 
105
115
  test('test create SharedUnit unit without unit owner', async () => {
@@ -148,183 +158,28 @@ describe('Test SharedUnit', () => {
148
158
  const iconRemovePinSharedUnit = instance.find(
149
159
  (el) => el.props.testID === TESTID.ICON_REMOVE_PIN_SHARED_UNIT + '-69'
150
160
  );
161
+ mock.onPost(API.UNIT.UNPIN_UNIT(3)).reply(200);
162
+ act(() => {
163
+ iconRemovePinSharedUnit.props.onPress();
164
+ });
165
+ mock.onPost(API.UNIT.UNPIN_UNIT(3)).reply(400);
151
166
  act(() => {
152
167
  iconRemovePinSharedUnit.props.onPress();
153
168
  });
154
- expect(axios.post).toHaveBeenCalledWith(API.UNIT.UNPIN_UNIT(3));
155
-
156
169
  const iconRemoveStarSharedUnit = instance.find(
157
170
  (el) => el.props.testID === TESTID.ICON_REMOVE_STAR_SHARED_UNIT + '-69'
158
171
  );
172
+ mock.onPost(API.UNIT.UNSTAR_UNIT(3)).reply(200);
159
173
  act(() => {
160
174
  iconRemoveStarSharedUnit.props.onPress();
161
175
  });
162
- expect(axios.post).toHaveBeenCalledWith(API.UNIT.UNSTAR_UNIT(3));
163
- });
164
-
165
- test('test pin SharedUnit success', async () => {
166
- const navigation = useNavigation();
167
- const mockedRenewItem = jest.fn();
168
- await act(async () => {
169
- tree = await create(
170
- wrapComponent(item, navigation, true, mockedRenewItem)
171
- );
172
- });
173
- const instance = tree.root;
174
-
175
- const response = {
176
- success: true,
177
- status: 200,
178
- };
179
-
180
- jest.spyOn(axios, 'post').mockImplementation(() => {
181
- return response;
182
- });
183
-
184
- const iconAddPinSharedUnit = instance.find(
185
- (el) => el.props.testID === TESTID.ICON_ADD_PIN_SHARED_UNIT + '-69'
186
- );
187
-
188
- const iconStarUnit = instance.find(
189
- (el) => el.props.testID === TESTID.ICON_ADD_STAR_SHARED_UNIT + '-69'
190
- );
191
-
192
- await act(async () => {
193
- await iconAddPinSharedUnit.props.onPress();
194
- await iconStarUnit.props.onPress();
195
- });
196
-
197
- expect(mockedRenewItem).toHaveBeenCalledTimes(2);
198
- });
199
-
200
- test('test pin SharedUnit unsuccess', async () => {
201
- const navigation = useNavigation();
202
- const mockedRenewItem = jest.fn();
203
- await act(async () => {
204
- tree = await create(
205
- wrapComponent(item, navigation, true, mockedRenewItem)
206
- );
207
- });
208
- const instance = tree.root;
209
-
210
- const response = {
211
- success: false,
212
- status: 500,
213
- };
214
-
215
- jest.spyOn(axios, 'post').mockImplementation(() => {
216
- return response;
217
- });
218
-
219
- const iconAddPinSharedUnit = instance.find(
220
- (el) => el.props.testID === TESTID.ICON_ADD_PIN_SHARED_UNIT + '-69'
221
- );
222
-
223
- const iconStarUnit = instance.find(
224
- (el) => el.props.testID === TESTID.ICON_ADD_STAR_SHARED_UNIT + '-69'
225
- );
226
-
227
- await act(async () => {
228
- await iconAddPinSharedUnit.props.onPress();
229
- await iconStarUnit.props.onPress();
230
- });
231
-
232
- const iconRemovePinSharedUnit = instance.findAll(
233
- (el) => el.props.testID === TESTID.ICON_REMOVE_PIN_SHARED_UNIT + '-69'
234
- );
235
-
236
- const iconRemoveStartUnit = instance.findAll(
237
- (el) => el.props.testID === TESTID.ICON_REMOVE_STAR_SHARED_UNIT + '-69'
238
- );
239
-
240
- expect(mockedRenewItem).toHaveBeenCalledTimes(0);
241
- expect(iconRemovePinSharedUnit).toHaveLength(0);
242
- expect(iconRemoveStartUnit).toHaveLength(0);
243
- });
244
-
245
- test('test unpin SharedUnit success', async () => {
246
- const navigation = useNavigation();
247
- item.is_pin = true;
248
- item.is_star = true;
249
- const mockedRenewItem = jest.fn();
250
-
251
- await act(async () => {
252
- tree = await create(
253
- wrapComponent(item, navigation, true, mockedRenewItem)
254
- );
255
- });
256
- const instance = tree.root;
257
-
258
- const response = {
259
- success: true,
260
- status: 200,
261
- };
262
-
263
- jest.spyOn(axios, 'post').mockImplementation(() => {
264
- return response;
265
- });
266
-
267
- const iconRemovePinSharedUnit = instance.find(
268
- (el) => el.props.testID === TESTID.ICON_REMOVE_PIN_SHARED_UNIT + '-69'
269
- );
270
-
271
- const iconRemoveStartUnit = instance.find(
272
- (el) => el.props.testID === TESTID.ICON_REMOVE_STAR_SHARED_UNIT + '-69'
273
- );
274
-
275
- await act(async () => {
276
- await iconRemovePinSharedUnit.props.onPress();
277
- await iconRemoveStartUnit.props.onPress();
278
- });
279
-
280
- expect(mockedRenewItem).toHaveBeenCalledTimes(2);
281
- });
282
-
283
- test('test unpin SharedUnit unsuccess', async () => {
284
- const navigation = useNavigation();
285
- item.is_pin = true;
286
- item.is_star = true;
287
- const mockedRenewItem = jest.fn();
288
-
289
- await act(async () => {
290
- tree = await create(
291
- wrapComponent(item, navigation, true, mockedRenewItem)
292
- );
293
- });
294
- const instance = tree.root;
295
-
296
- const response = {
297
- success: false,
298
- status: 500,
299
- };
300
-
301
- jest.spyOn(axios, 'post').mockImplementation(() => {
302
- return response;
176
+ mock.onPost(API.UNIT.UNSTAR_UNIT(3)).reply(400);
177
+ act(() => {
178
+ iconRemoveStarSharedUnit.props.onPress();
303
179
  });
304
-
305
- const iconRemovePinSharedUnit = instance.find(
306
- (el) => el.props.testID === TESTID.ICON_REMOVE_PIN_SHARED_UNIT + '-69'
307
- );
308
-
309
- const iconRemoveStartUnit = instance.find(
180
+ const iconRemoveStar = instance.findAll(
310
181
  (el) => el.props.testID === TESTID.ICON_REMOVE_STAR_SHARED_UNIT + '-69'
311
182
  );
312
-
313
- await act(async () => {
314
- await iconRemovePinSharedUnit.props.onPress();
315
- await iconRemoveStartUnit.props.onPress();
316
- });
317
-
318
- const iconAddPinSharedUnit = instance.findAll(
319
- (el) => el.props.testID === TESTID.ICON_ADD_PIN_SHARED_UNIT + '-69'
320
- );
321
-
322
- const iconStarUnit = instance.findAll(
323
- (el) => el.props.testID === TESTID.ICON_ADD_STAR_SHARED_UNIT + '-69'
324
- );
325
-
326
- expect(mockedRenewItem).toHaveBeenCalledTimes(0);
327
- expect(iconAddPinSharedUnit).toHaveLength(0);
328
- expect(iconStarUnit).toHaveLength(0);
183
+ expect(iconRemoveStar).toHaveLength(3);
329
184
  });
330
185
  });
@@ -4,8 +4,13 @@ import ConfigHistoryChart from '../';
4
4
  import { SCProvider } from '../../../../context';
5
5
  import { mockSCStore } from '../../../../context/mockStore';
6
6
  import HistoryChart from '../../../../commons/Device/HistoryChart';
7
+ import MockAdapter from 'axios-mock-adapter';
8
+ import { API } from '../../../../configs';
9
+ import api from '../../../../utils/Apis/axios';
7
10
 
8
- const wrapComponent = (configs = []) => (
11
+ const mock = new MockAdapter(api.axiosInstance);
12
+
13
+ const wrapComponent = (configs = [1]) => (
9
14
  <SCProvider initState={mockSCStore({})}>
10
15
  <ConfigHistoryChart configs={configs} />
11
16
  </SCProvider>
@@ -16,6 +21,28 @@ describe('Test HistoryChart', () => {
16
21
 
17
22
  beforeAll(() => {
18
23
  jest.useFakeTimers();
24
+ mock.onGet(API.CONFIG.DISPLAY_HISTORY()).reply(200, [
25
+ {
26
+ config: 1,
27
+ data: [
28
+ {
29
+ url: 'https://valuelog-history/test',
30
+ },
31
+ {
32
+ x: '2022-06-16T00:00:00Z',
33
+ y: 5.0,
34
+ },
35
+ ],
36
+ },
37
+ ]);
38
+ mock.onGet('https://valuelog-history/test').reply(200, [
39
+ {
40
+ config_id: 1,
41
+ start_time: '2022-07-04T02:00:06.151765Z',
42
+ value_log: 0.0,
43
+ converted_value_log: 0.0,
44
+ },
45
+ ]);
19
46
  });
20
47
 
21
48
  it('Test render', async () => {
@@ -4,6 +4,7 @@ import moment from 'moment';
4
4
  import { API } from '../../../configs';
5
5
  import HistoryChart from '../../../commons/Device/HistoryChart';
6
6
  import { axiosGet } from '../../../utils/Apis/axios';
7
+ import { updateConfigChart } from '../ConfigHistoryChart';
7
8
 
8
9
  export const dateTimeType = {
9
10
  date: 'date',
@@ -30,19 +31,7 @@ const ConfigHistoryChart = memo(({ configs }) => {
30
31
  const { success, data } = await axiosGet(API.CONFIG.DISPLAY_HISTORY(), {
31
32
  params,
32
33
  });
33
- if (success) {
34
- for (let i = 0; i < data.length; i++) {
35
- for (let j = 0; j < data[i].data.length; j++) {
36
- data[i].data[j].x = moment(data[i].data[j].x).toDate();
37
- }
38
- }
39
- setChartData(
40
- configuration.map((config) => {
41
- config.data = data.find((k) => k.config === config.id).data;
42
- return config;
43
- })
44
- );
45
- }
34
+ updateConfigChart(success, data, configuration, setChartData);
46
35
  };
47
36
  fetchData();
48
37
  }, [startDate, endDate, configs]);
@@ -17,29 +17,71 @@ const ConfigHistoryChart = memo(({ configs }) => {
17
17
  const [endDate, setEndDate] = useState(moment());
18
18
 
19
19
  useEffect(() => {
20
+ const fetchDataS3 = (url) => {
21
+ return (
22
+ axiosGet(url, {
23
+ transformRequest: (rq, headers) => {
24
+ delete headers.Authorization;
25
+ return rq;
26
+ },
27
+ })
28
+ // eslint-disable-next-line promise/prefer-await-to-then
29
+ .then((response) => {
30
+ return response.data;
31
+ })
32
+ // eslint-disable-next-line promise/prefer-await-to-callbacks
33
+ .catch((error) => {})
34
+ );
35
+ };
36
+
20
37
  const fetchData = async () => {
21
38
  let params = new URLSearchParams();
22
39
  let configuration = configs.filter((item) => item.id);
23
40
  configuration.map((item) => {
24
41
  params.append('config', item.id);
25
42
  });
26
- params.append('date_from', startDate.valueOf() / 1000);
27
- params.append('date_to', endDate.valueOf() / 1000);
43
+ params.append('date_from', startDate.unix());
44
+ params.append('date_to', endDate.unix());
45
+
28
46
  const { success, data } = await axiosGet(API.CONFIG.DISPLAY_HISTORY(), {
29
47
  params,
30
48
  });
31
49
  if (success) {
32
- for (let i = 0; i < data.length; i++) {
33
- for (let j = 0; j < data[i].data.length; j++) {
34
- data[i].data[j].x = moment(data[i].data[j].x).toDate();
35
- }
36
- }
37
- setChartData(
38
- configuration.map((config) => {
39
- config.data = data.find((k) => k.config === config.id).data;
40
- return config;
41
- })
42
- );
50
+ let urls = [];
51
+ data.forEach((config) => {
52
+ config.data.forEach((value_log) => {
53
+ if (value_log.url) {
54
+ urls.push(value_log.url);
55
+ } else {
56
+ value_log.x = moment(value_log.x).toDate();
57
+ }
58
+ });
59
+ });
60
+
61
+ // eslint-disable-next-line promise/prefer-await-to-then
62
+ Promise.all(urls.map(fetchDataS3)).then((result) => {
63
+ let s3_data = [].concat.apply(
64
+ [],
65
+ result.filter((r) => r.length > 0)
66
+ );
67
+ s3_data.forEach((value_log) => {
68
+ value_log.x = moment(value_log.start_time).toDate();
69
+ value_log.y = value_log.converted_value_log;
70
+ });
71
+ setChartData(
72
+ configuration.map((config) => {
73
+ let s3_config_data = [].concat.apply(
74
+ [],
75
+ s3_data.filter((x) => x.config_id === config.id)
76
+ );
77
+ let config_data = data.find((k) => k.config === config.id).data;
78
+ config_data = config_data.filter((k) => !('url' in k));
79
+ config.data = [...s3_config_data, ...config_data];
80
+ config.data = config.data.sort((a, b) => a.x > b.x);
81
+ return config;
82
+ })
83
+ );
84
+ });
43
85
  }
44
86
  };
45
87
  fetchData();
@@ -40,12 +40,12 @@ const WheelDateTimePicker = ({
40
40
  const date = moment(defaultValue);
41
41
  const maximumDate = moment(date).add(15, 'days');
42
42
  const minimumDate = moment(date).add(-15, 'days');
43
- const [dateData, indexDate] =
43
+ const [newDateData, indexDate] =
44
44
  mode === 'datetime'
45
45
  ? getDateData(date, maximumDate, minimumDate)
46
46
  : [[{ value: date }], 0];
47
47
  return {
48
- dateData: dateData,
48
+ dateData: newDateData,
49
49
  indexInitialDate: indexDate,
50
50
  indexInitialHour: date.hour(),
51
51
  indexInitialMinute: date.minute(),
@@ -104,6 +104,7 @@ const WheelDateTimePicker = ({
104
104
 
105
105
  return (
106
106
  <BottomSheet
107
+ testID={TESTID.WHEEL_DATE_TIME_PICKER}
107
108
  isVisible={isVisible}
108
109
  onBackdropPress={onPickerCancel}
109
110
  onHide={onHide}
@@ -173,7 +174,7 @@ const WheelDateTimePicker = ({
173
174
  onLeftClick={onPickerCancel}
174
175
  rightTitle={t('done')}
175
176
  onRightClick={onDone}
176
- testIDPrefix={TESTID.WHEEL_DATE_TIME_PICKER}
177
+ testIDPrefix={TESTID.WHEEL_DATE_TIME_PICKER_BUTTON}
177
178
  />
178
179
  </BottomSheet>
179
180
  );