@eohjsc/react-native-smart-city 0.6.2 → 0.7.0

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 (304) hide show
  1. package/README.md +1 -1
  2. package/android/build.gradle +7 -10
  3. package/package.json +53 -70
  4. package/src/commons/Action/__test__/ItemQuickAction.test.js +2 -2
  5. package/src/commons/ActionGroup/NumberUpDownActionTemplate.js +3 -3
  6. package/src/commons/ActionGroup/OnOffSmartLock/AutoLock/ButtonWrapper.js +3 -3
  7. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/ItemPasscode.test.js +2 -2
  8. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/index.test.js +3 -3
  9. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/index.js +3 -3
  10. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/ButtonWrapper.js +2 -2
  11. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/__test__/index.test.js +0 -15
  12. package/src/commons/ActionGroup/OnOffTemplate/OnOffSimpleTemplate.js +2 -2
  13. package/src/commons/ActionGroup/OptionsDropdownActionTemplate.js +2 -2
  14. package/src/commons/ActionGroup/SmartTiviActionTemplate/SmartTiviActionTemplate.js +2 -2
  15. package/src/commons/ActionGroup/SmartTiviActionTemplate/component/CircleButton.js +5 -5
  16. package/src/commons/ActionGroup/SmartTiviActionTemplate/component/ControlPlay.js +5 -5
  17. package/src/commons/ActionGroup/TerminalBoxTemplate.js +2 -2
  18. package/src/commons/ActionGroup/TextBoxTemplate.js +2 -2
  19. package/src/commons/ActionGroup/ThreeButtonTemplate/__test__/ThreeButtonTemplate.test.js +4 -4
  20. package/src/commons/ActionGroup/TimerActionTemplate.js +4 -5
  21. package/src/commons/ActionGroup/TwoButtonTemplate/index.js +2 -2
  22. package/src/commons/ActionGroup/__test__/ColorPickerTemplate.test.js +4 -9
  23. package/src/commons/ActionGroup/__test__/NumberUpDownTemplate.test.js +2 -9
  24. package/src/commons/ActionGroup/__test__/OnOffButtonTemplate.test.js +4 -11
  25. package/src/commons/ActionGroup/__test__/OnOffSmartLock.test.js +2 -9
  26. package/src/commons/ActionGroup/__test__/OnOffTemplate.test.js +4 -18
  27. package/src/commons/ActionGroup/__test__/OneBigButtonTemplate.test.js +2 -2
  28. package/src/commons/ActionGroup/__test__/OptionsDropdownTemplate.test.js +1 -8
  29. package/src/commons/ActionGroup/__test__/StatesGridActionTemplate.test.js +0 -7
  30. package/src/commons/ActionGroup/__test__/SwitchButtonTemplate.test.js +4 -15
  31. package/src/commons/ActionGroup/__test__/TerminalBoxTemplate.test.js +0 -7
  32. package/src/commons/ActionGroup/__test__/TextBoxTemplate.test.js +1 -8
  33. package/src/commons/ActionGroup/__test__/TimerActionTemplate.test.js +8 -15
  34. package/src/commons/ActionGroup/__test__/TimerActionTemplateWithutConfigValue.test.js +2 -10
  35. package/src/commons/ActionGroup/__test__/TwoButtonTemplate.test.js +3 -20
  36. package/src/commons/ActionGroup/__test__/index.test.js +15 -23
  37. package/src/commons/ActionTemplate/__test__/index.test.js +2 -0
  38. package/src/commons/ActionTemplate/__test__/utils.js +21 -0
  39. package/src/commons/ActionTemplate/index.js +1 -2
  40. package/src/commons/BackDefault/index.js +2 -2
  41. package/src/commons/ButtonPopup/index.js +2 -2
  42. package/src/commons/Calendar/__test__/Calendar.test.js +0 -7
  43. package/src/commons/CircleButton/__test__/CircleButton.test.js +2 -2
  44. package/src/commons/Dashboard/MyPinnedSharedUnit/__test__/MyPinnedSharedUnit.test.js +11 -25
  45. package/src/commons/Dashboard/MyUnit/__test__/MyUnit.test.js +27 -20
  46. package/src/commons/Dashboard/MyUnit/index.js +0 -1
  47. package/src/commons/DateTimeRangeChange/DateTimeButton.js +2 -2
  48. package/src/commons/DateTimeRangeChange/__test__/DateTimeButton.test.js +4 -4
  49. package/src/commons/DateTimeRangeChange/index.js +2 -2
  50. package/src/commons/Device/ConnectedViewHeader.js +2 -2
  51. package/src/commons/Device/DisconnectedView.js +2 -2
  52. package/src/commons/Device/Emergency/EmergencyDetail.js +3 -3
  53. package/src/commons/Device/Emergency/__test__/EmergencyDetail.test.js +2 -2
  54. package/src/commons/Device/FlatListItems.js +3 -3
  55. package/src/commons/Device/Hanet/ItemHanetDevice.js +3 -3
  56. package/src/commons/Device/Hanet/ItemHanetDevice.test.js +3 -11
  57. package/src/commons/Device/ItemAddNew/index.js +2 -2
  58. package/src/commons/Device/ItemDevice.js +2 -2
  59. package/src/commons/Device/SonosSpeaker/index.js +3 -3
  60. package/src/commons/Device/WaterPurifierStatus/AlertStatusMachine.js +2 -2
  61. package/src/commons/Device/WaterQualitySensor/QualityIndicatorsItem.js +2 -6
  62. package/src/commons/DisplayChecking/index.js +2 -2
  63. package/src/commons/EmergencyButton/AlertSendConfirm.js +2 -2
  64. package/src/commons/EmergencyButton/AlertSent.js +6 -2
  65. package/src/commons/FieldTemplate/ChooseUserField/index.js +2 -2
  66. package/src/commons/FieldTemplate/PasscodeField/__test__/index.test.js +5 -5
  67. package/src/commons/FieldTemplate/ScheduleField/__test__/index.test.js +9 -9
  68. package/src/commons/Form/CurrencyInput.js +1 -15
  69. package/src/commons/GroupCheckBox/__test__/GroupCheckBox.test.js +1 -22
  70. package/src/commons/Header/HeaderCustom.js +8 -3
  71. package/src/commons/HeaderAni/index.js +2 -2
  72. package/src/commons/IconComponent/index.js +3 -3
  73. package/src/commons/MediaPlayerDetail/MediaPlayerFull.js +1 -1
  74. package/src/commons/MediaPlayerDetail/__test__/MediaPlayerFull.test.js +12 -48
  75. package/src/commons/MenuActionAddnew/__test__/MenuActionAddNew.test.js +1 -1
  76. package/src/commons/MenuActionList/__test__/MenuActionList.test.js +1 -0
  77. package/src/commons/NavBar/index.js +2 -2
  78. package/src/commons/OneTapTemplate/NumberUpDownActionTemplate.js +3 -3
  79. package/src/commons/PreventAccess/__test__/PreventAccess.test.js +1 -13
  80. package/src/commons/Processing/__test__/Connecting.test.js +3 -14
  81. package/src/commons/SearchLocation/index.js +3 -3
  82. package/src/commons/SelectActionCard/index.js +2 -2
  83. package/src/commons/SelectSubUnit/__test__/SelectSubUnit.test.js +1 -18
  84. package/src/commons/SelectSubUnit/index.js +2 -2
  85. package/src/commons/SelectUnit/__test__/SelectUnit.test.js +1 -13
  86. package/src/commons/Sharing/BtnRemoveMember.js +2 -2
  87. package/src/commons/Sharing/StationDevicePermissions.js +2 -2
  88. package/src/commons/Sharing/WrapHeaderScrollable.js +1 -1
  89. package/src/commons/Sharing/__test__/ButtonRemoveMember.test.js +2 -2
  90. package/src/commons/Sharing/__test__/DevicePermissionsCheckbox.test.js +1 -1
  91. package/src/commons/SubUnit/DeviceTemplate/ConfigAndEvaluation/ConfigAndEvaluation.js +2 -2
  92. package/src/commons/SubUnit/DeviceTemplate/ConfigValue/ConfigValue.js +2 -2
  93. package/src/commons/SubUnit/DeviceTemplate/EvaluationOverConfig/EvaluationOverConfig.js +2 -2
  94. package/src/commons/SubUnit/Item/index.js +3 -3
  95. package/src/commons/SubUnit/OneTap/ItemOneTap.js +2 -2
  96. package/src/commons/SubUnit/OneTap/__test__/SubUnitAutomate.test.js +11 -8
  97. package/src/commons/SubUnit/__test__/Favorites.test.js +1 -13
  98. package/src/commons/SubUnit/__test__/ShortDetail.test.js +5 -16
  99. package/src/commons/SummaryItem/index.js +22 -23
  100. package/src/commons/Tabbar/__test__/index.test.js +0 -11
  101. package/src/commons/Unit/HeaderUnit/index.js +84 -84
  102. package/src/commons/Unit/SharedUnit.js +7 -7
  103. package/src/commons/Unit/__test__/HeaderUnit.test.js +29 -52
  104. package/src/commons/Unit/__test__/SharedUnit.test.js +94 -105
  105. package/src/commons/UnitSummary/AirQuality/SegmentedRoundDisplay/index.js +11 -30
  106. package/src/commons/WrapParallaxScrollView/index.js +21 -50
  107. package/src/configs/API.js +1 -2
  108. package/src/hooks/Common/__test__/useAndroidTranslucentStatusBar.test.js +4 -15
  109. package/src/hooks/Common/useIsOwnerOfUnit.js +1 -1
  110. package/src/hooks/IoT/__test__/useRemoteControl.test.js +1 -1
  111. package/src/hooks/IoT/__test__/useWatchConfigs.test.js +6 -21
  112. package/src/iot/RemoteControl/HomeAssistant.js +1 -1
  113. package/src/iot/RemoteControl/__test__/Bluetooth.test.js +234 -232
  114. package/src/navigations/AutomateStack.js +2 -2
  115. package/src/navigations/EmergencyContactsStack.js +2 -2
  116. package/src/navigations/SharedStack.js +6 -4
  117. package/src/navigations/UnitStack.js +2 -10
  118. package/src/screens/ActivityLog/hooks/index.js +7 -4
  119. package/src/screens/ActivityLog/index.js +2 -2
  120. package/src/screens/AddCommon/__test__/SelectSubUnit.test.js +4 -21
  121. package/src/screens/AddCommon/__test__/SelectUnit.test.js +7 -19
  122. package/src/screens/AddLocationMaps/__test__/index.test.js +3 -13
  123. package/src/screens/AddLocationMaps/index.js +11 -6
  124. package/src/screens/AddNewDevice/__test__/AddNewDevice.test.js +3 -20
  125. package/src/screens/AddNewGateway/PlugAndPlay/__test__/FirstWarning.test.js +11 -18
  126. package/src/screens/AddNewGateway/PlugAndPlay/__test__/ZigbeeDeviceConnectGuide.test.js +4 -21
  127. package/src/screens/AddNewGateway/RenameNewDevices.js +2 -2
  128. package/src/screens/AddNewGateway/__test__/AddNewGateway.test.js +3 -3
  129. package/src/screens/AddNewGateway/__test__/ConnectingModbusDevice.test.js +0 -17
  130. package/src/screens/AddNewGateway/__test__/ConnectingWifiDevice.test.js +4 -19
  131. package/src/screens/AddNewGateway/__test__/ConnectingWifiGuide.test.js +3 -15
  132. package/src/screens/AddNewGateway/__test__/ConnectingZigbeeDevice.test.js +31 -51
  133. package/src/screens/AddNewGateway/__test__/RenameNewDevices.test.js +9 -22
  134. package/src/screens/AddNewGateway/__test__/ScanGatewayQR.test.js +12 -19
  135. package/src/screens/AddNewGateway/__test__/ScanModbusQR.test.js +6 -16
  136. package/src/screens/AddNewGateway/__test__/ScanWifiDeviceQR.test.js +4 -15
  137. package/src/screens/AddNewGateway/__test__/SelectDeviceSubUnit.test.js +3 -3
  138. package/src/screens/AddNewGateway/__test__/SelectDeviceType.test.js +18 -10
  139. package/src/screens/AddNewGateway/__test__/SelectDeviceUnit.test.js +1 -1
  140. package/src/screens/AddNewGateway/__test__/SelectModbusGateway.test.js +12 -9
  141. package/src/screens/AddNewGateway/__test__/SelectZigbeeGateway.test.js +12 -9
  142. package/src/screens/AddNewGateway/__test__/ShareWifiPassword.test.js +7 -21
  143. package/src/screens/AllGateway/DetailConfigActionInternal/__test__/index.test.js +0 -20
  144. package/src/screens/AllGateway/DetailConfigActionModbus/__test__/index.test.js +7 -24
  145. package/src/screens/AllGateway/DeviceGatewayInfo/__test__/index.test.js +0 -17
  146. package/src/screens/AllGateway/DeviceInternalDetail/__test__/index.test.js +84 -100
  147. package/src/screens/AllGateway/DeviceModbusDetail/__test__/index.test.js +64 -82
  148. package/src/screens/AllGateway/DeviceZigbeeDetail/__test__/index.test.js +36 -55
  149. package/src/screens/AllGateway/GatewayConnectionMethods/__test__/index.test.js +9 -18
  150. package/src/screens/AllGateway/GatewayDetail/__test__/index.test.js +10 -37
  151. package/src/screens/AllGateway/GatewayInfo/__test__/index.test.js +7 -32
  152. package/src/screens/AllGateway/__test__/index.test.js +1 -14
  153. package/src/screens/AllGateway/components/GatewayItem/__test__/index.test.js +0 -12
  154. package/src/screens/AllGateway/components/TabPaneCT/__test__/index.test.js +1 -13
  155. package/src/screens/AllGateway/components/TabPaneCT/index.js +1 -1
  156. package/src/screens/AllGateway/hooks/__test__/index.test.js +1 -8
  157. package/src/screens/AllGateway/test-utils.js +1 -1
  158. package/src/screens/Automate/AddNewAction/NewActionWrapper.js +2 -2
  159. package/src/screens/Automate/AddNewAction/SetupConfigCondition.js +27 -28
  160. package/src/screens/Automate/AddNewAction/__test__/ChooseAction.test.js +3 -3
  161. package/src/screens/Automate/AddNewAction/__test__/ChooseConfig.test.js +8 -5
  162. package/src/screens/Automate/AddNewAction/__test__/SelectControlDevices.test.js +2 -2
  163. package/src/screens/Automate/AddNewAction/__test__/SelectMonitorDevices.test.js +1 -18
  164. package/src/screens/Automate/AddNewAction/__test__/SetupConfigCondition.test.js +17 -15
  165. package/src/screens/Automate/AddNewAutoSmart/__test__/AddNewAutoSmart.test.js +4 -4
  166. package/src/screens/Automate/EditActionsList/__tests__/UpdateActionScript.test.js +38 -55
  167. package/src/screens/Automate/EditActionsList/__tests__/UpdateDelayScript.test.js +0 -18
  168. package/src/screens/Automate/EditActionsList/__tests__/UpdateNotifyScript.test.js +1 -19
  169. package/src/screens/Automate/EditActionsList/__tests__/index.test.js +14 -11
  170. package/src/screens/Automate/OneTap/__test__/AddNewOneTap.test.js +3 -3
  171. package/src/screens/Automate/Scenario/__test__/AddNewOneTap.test.js +2 -2
  172. package/src/screens/Automate/ScriptDetail/Components/AddActionScript.js +2 -2
  173. package/src/screens/Automate/ScriptDetail/__test__/index.test.js +33 -25
  174. package/src/screens/Automate/ScriptDetail/index.js +6 -6
  175. package/src/screens/Automate/SetSchedule/__test__/index.test.js +4 -4
  176. package/src/screens/Automate/SetSchedule/components/RowItem.js +3 -3
  177. package/src/screens/Automate/__test__/MultiUnits.test.js +7 -7
  178. package/src/screens/Automate/__test__/index.test.js +6 -6
  179. package/src/screens/Automate/index.js +2 -2
  180. package/src/screens/ChangePosition/__test__/index.test.js +1 -14
  181. package/src/screens/ConfirmUnitDeletion/__test__/ConfirmUnitDeletion.test.js +1 -23
  182. package/src/screens/Device/EditDevice/__test__/EditDevice.test.js +1 -11
  183. package/src/screens/Device/EditDevice/index.js +2 -2
  184. package/src/screens/Device/__test__/detail.test.js +11 -11
  185. package/src/screens/Device/__test__/sensorDisplayItem.test.js +0 -12
  186. package/src/screens/Device/detail.js +14 -12
  187. package/src/screens/Drawer/Drawer.test.js +3 -11
  188. package/src/screens/Drawer/index.js +3 -4
  189. package/src/screens/EmergencyContacts/EmergencyContactsList.js +4 -8
  190. package/src/screens/EmergencyContacts/EmergencyContactsSelectContacts.js +3 -3
  191. package/src/screens/EmergencyContacts/__test__/EmergencyContactAddNew.test.js +4 -17
  192. package/src/screens/EmergencyContacts/__test__/EmergencyContactList.test.js +3 -14
  193. package/src/screens/EmergencyContacts/__test__/EmergencyContactsSelectContacts.test.js +0 -10
  194. package/src/screens/EmergencySetting/components/DropDownItem.js +2 -2
  195. package/src/screens/EnterPassword/__test__/EnterPassword.test.js +4 -17
  196. package/src/screens/GuestInfo/__test__/index.test.js +0 -11
  197. package/src/screens/GuestInfo/components/RowGuestInfo.js +2 -2
  198. package/src/screens/GuestInfo/index.js +2 -2
  199. package/src/screens/HanetCamera/Detail.js +6 -2
  200. package/src/screens/HanetCamera/ManageAccess.js +3 -4
  201. package/src/screens/HanetCamera/MemberInfo.js +4 -4
  202. package/src/screens/HanetCamera/__test__/CaptureFaceID.test.js +2 -16
  203. package/src/screens/HanetCamera/__test__/Detail.test.js +1 -12
  204. package/src/screens/HanetCamera/__test__/ManageAccess.test.js +5 -16
  205. package/src/screens/HanetCamera/__test__/MemberInfo.test.js +5 -18
  206. package/src/screens/HanetCamera/components/RequestFaceIDPopup.js +2 -2
  207. package/src/screens/ManageAccess/__test__/ManageAccess.test.js +3 -19
  208. package/src/screens/ManageAccess/index.js +3 -3
  209. package/src/screens/MoveToAnotherSubUnit/__test__/index.test.js +7 -7
  210. package/src/screens/Notification/__test__/Notification.test.js +5 -15
  211. package/src/screens/Notification/__test__/NotificationItem.test.js +9 -19
  212. package/src/screens/Notification/index.js +5 -5
  213. package/src/screens/PlayBackCamera/__test__/index.test.js +13 -22
  214. package/src/screens/PlayBackCamera/index.js +2 -2
  215. package/src/screens/ScanChipQR/components/QRScan/__test__/QRScan.test.js +0 -11
  216. package/src/screens/ScanChipQR/components/QRScan/index.js +3 -3
  217. package/src/screens/SelectUnit/__test__/index.test.js +9 -29
  218. package/src/screens/SelectUnit/index.js +2 -2
  219. package/src/screens/SharedUnit/TabHeader.js +2 -2
  220. package/src/screens/Sharing/Components/EndDevice.js +3 -3
  221. package/src/screens/Sharing/SelectUser.js +5 -4
  222. package/src/screens/Sharing/UnitMemberList.js +7 -6
  223. package/src/screens/Sharing/__test__/InfoMemberUnit.test.js +9 -4
  224. package/src/screens/Sharing/__test__/SelectShareDevice.test.js +2 -15
  225. package/src/screens/Sharing/__test__/SelectUser.test.js +2 -22
  226. package/src/screens/Sharing/__test__/UnitMemberList.test.js +2 -2
  227. package/src/screens/Sharing/__test__/UpdateShareDevice.test.js +4 -17
  228. package/src/screens/Sharing/hooks/__test__/index.test.js +2 -13
  229. package/src/screens/SmartAccount/Connecting/index.js +0 -2
  230. package/src/screens/SmartAccount/ListDevice/__test__/ListDevice.test.js +3 -18
  231. package/src/screens/SmartAccount/SuccessfullyConnected/__test__/SuccessfullyConnected.test.js +11 -21
  232. package/src/screens/SmartAccount/SuccessfullyConnected/index.js +3 -4
  233. package/src/screens/SmartAccount/__test__/Connecting.test.js +30 -36
  234. package/src/screens/SmartAccount/__test__/SmartAccount.test.js +12 -21
  235. package/src/screens/SmartIr/__test__/GroupButtonByType.test.js +8 -17
  236. package/src/screens/SmartIr/__test__/SelectBrand.test.js +1 -11
  237. package/src/screens/SmartIr/__test__/SelectDeviceType.test.js +1 -12
  238. package/src/screens/SmartIr/__test__/SmartIr.test.js +3 -11
  239. package/src/screens/SmartIr/components/GroupButtonByType/GroupButtonByType.js +6 -5
  240. package/src/screens/SmartIr/components/SelectBrand.js +2 -2
  241. package/src/screens/SubUnit/AddSubUnit.js +1 -0
  242. package/src/screens/SubUnit/EditSubUnit.js +3 -2
  243. package/src/screens/SubUnit/ManageSubUnit.js +5 -5
  244. package/src/screens/SubUnit/__test__/AddSubUnit.test.js +9 -31
  245. package/src/screens/SubUnit/__test__/EditSubUnit.test.js +12 -30
  246. package/src/screens/SubUnit/__test__/ManageSubUnit.test.js +2 -2
  247. package/src/screens/SubUnit/hooks/__test__/useManageSubUnit.test.js +0 -12
  248. package/src/screens/SyncLGDevice/__test__/AddLGDevice.test.js +7 -20
  249. package/src/screens/Template/__test__/EditTemplate.test.js +4 -15
  250. package/src/screens/Template/__test__/GatewayList.test.js +0 -9
  251. package/src/screens/Template/__test__/detail.test.js +8 -8
  252. package/src/screens/Template/__test__/index.test.js +3 -14
  253. package/src/screens/Template/detail.js +2 -2
  254. package/src/screens/Unit/Detail.js +12 -53
  255. package/src/screens/Unit/SelectAddToFavorites.js +2 -2
  256. package/src/screens/Unit/SelectAddress.js +9 -4
  257. package/src/screens/Unit/SmartAccountItem.js +2 -2
  258. package/src/screens/Unit/Station/__test__/index.test.js +2 -2
  259. package/src/screens/Unit/Summaries.js +24 -29
  260. package/src/screens/Unit/__test__/AddMenu.test.js +5 -2
  261. package/src/screens/Unit/__test__/CheckSendEmail.test.js +0 -12
  262. package/src/screens/Unit/__test__/ChooseLocation.test.js +1 -4
  263. package/src/screens/Unit/__test__/Detail.test.js +14 -12
  264. package/src/screens/Unit/__test__/ManageUnit.test.js +2 -17
  265. package/src/screens/Unit/__test__/MoreMenu.test.js +1 -11
  266. package/src/screens/Unit/__test__/SelectAddToFavorites.test.js +3 -14
  267. package/src/screens/Unit/__test__/SelectAddress.test.js +4 -17
  268. package/src/screens/Unit/__test__/SmartAccount.test.js +14 -11
  269. package/src/screens/Unit/__test__/SmartAccountItem.test.js +0 -11
  270. package/src/screens/Unit/__test__/Summaries.test.js +2 -14
  271. package/src/screens/Unit/components/AutomateScript/index.js +2 -2
  272. package/src/screens/Unit/components/ButtonWrapper/index.js +3 -4
  273. package/src/screens/Unit/components/Header/index.js +5 -4
  274. package/src/screens/Unit/components/SharedUnit/index.js +5 -5
  275. package/src/screens/Unit/components/__test__/Header.test.js +1 -14
  276. package/src/screens/Unit/components/__test__/MyUnitDevice.test.js +1 -11
  277. package/src/screens/Unit/components/__test__/SharedUnit.test.js +1 -11
  278. package/src/screens/UnitSummary/__test__/index.test.js +51 -17
  279. package/src/screens/UnitSummary/components/3PPowerConsumption/__test__/3PPowerConsumption.test.js +8 -25
  280. package/src/screens/UnitSummary/components/AirQuality/__test__/index.test.js +1 -7
  281. package/src/screens/UnitSummary/components/AirQuality/index.js +8 -3
  282. package/src/screens/UnitSummary/components/PowerConsumption/__test__/PowerConsumption.test.js +0 -11
  283. package/src/screens/UnitSummary/components/RunningDevices/__test__/index.test.js +1 -16
  284. package/src/screens/UnitSummary/components/Temperature/index.js +5 -1
  285. package/src/screens/UnitSummary/components/UvIndex/__test__/index.test.js +0 -8
  286. package/src/screens/UnitSummary/components/UvIndex/index.js +6 -2
  287. package/src/screens/UnitSummary/components/WaterQuality/Item/index.js +2 -2
  288. package/src/screens/UnitSummary/components/WaterQuality/__test__/index.test.js +14 -18
  289. package/src/screens/UnitSummary/components/__test__/UnitSummary.test.js +8 -8
  290. package/src/screens/UnitSummary/index.js +4 -8
  291. package/src/utils/Converter/__test__/timer.test.js +8 -0
  292. package/src/utils/Functions/preloadImages.js +13 -14
  293. package/src/utils/Monitor.js +2 -3
  294. package/src/utils/Route/index.js +0 -1
  295. package/src/utils/Storage.js +1 -1
  296. package/src/commons/Device/WindSpeed/LinearChart/__test__/LinearChart.test.js +0 -48
  297. package/src/commons/Device/WindSpeed/LinearChart/index.js +0 -155
  298. package/src/screens/AddNewGateway/hooks/__Tests__/index.test.js +0 -27
  299. package/src/screens/AddNewGateway/hooks/index.js +0 -31
  300. package/src/screens/SubUnit/Detail.js +0 -150
  301. package/src/screens/SubUnit/__test__/Detail.test.js +0 -125
  302. package/src/screens/UnitSummary/components/Temperature/ChartAverage/index.js +0 -62
  303. package/src/screens/UnitSummary/components/Temperature/__test__/ChartAverage.test.js +0 -17
  304. package/src/utils/dateHelper/getTickValues.js +0 -22
@@ -12,6 +12,7 @@ import Text from '../../../commons/Text';
12
12
  import _TextInput from '../../../commons/Form/TextInput';
13
13
  import API from '../../../configs/API';
14
14
  import { CheckBoxCustom } from '../../Sharing/Components';
15
+ import { useNavigation } from '@react-navigation/native';
15
16
 
16
17
  const wrapComponent = (route) => (
17
18
  <SCProvider initState={mockSCStore({})}>
@@ -21,22 +22,8 @@ const wrapComponent = (route) => (
21
22
 
22
23
  const mock = new MockAdapter(api.axiosInstance);
23
24
 
24
- const mockedNavigate = jest.fn();
25
- const mockedGoBack = jest.fn();
26
- const mockedDispatch = jest.fn();
27
-
28
- jest.mock('@react-navigation/native', () => {
29
- return {
30
- ...jest.requireActual('@react-navigation/native'),
31
- useNavigation: () => ({
32
- navigate: mockedNavigate,
33
- goBack: mockedGoBack,
34
- dispatch: mockedDispatch,
35
- }),
36
- };
37
- });
38
-
39
25
  describe('Test rename new devices', () => {
26
+ const { navigate } = useNavigation();
40
27
  let tree;
41
28
  let route;
42
29
  const listItemComponent = (instance) => {
@@ -74,7 +61,7 @@ describe('Test rename new devices', () => {
74
61
  }
75
62
  };
76
63
  const mockedDispatchNavigate = () => {
77
- expect(mockedDispatch).toBeCalledWith({
64
+ expect(global.mockedDispatch).toBeCalledWith({
78
65
  payload: {
79
66
  index: 0,
80
67
  routes: [
@@ -115,12 +102,9 @@ describe('Test rename new devices', () => {
115
102
  expect(button).toHaveLength(1);
116
103
  };
117
104
 
118
- afterEach(() => {
119
- mockedNavigate.mockClear();
120
- mock.reset();
121
- });
122
-
123
105
  beforeEach(() => {
106
+ navigate.mockClear();
107
+ mock.reset();
124
108
  route = {
125
109
  params: {
126
110
  unitId: 1,
@@ -452,7 +436,10 @@ describe('Test rename new devices', () => {
452
436
  );
453
437
  await act(async () => {
454
438
  doneButton.props.onPress();
455
- jest.advanceTimersByTime(3000);
439
+ });
440
+
441
+ await act(async () => {
442
+ jest.runOnlyPendingTimers();
456
443
  });
457
444
 
458
445
  expect(mock.history.post).toHaveLength(0);
@@ -8,19 +8,7 @@ import QRScan from '../../ScanChipQR/components/QRScan';
8
8
  import { getTranslate } from '../../../utils/I18n';
9
9
  import Routes from '../../../utils/Route';
10
10
  import { ViewButtonBottom } from '../../../commons';
11
-
12
- const mockedGoBack = jest.fn();
13
- const mockedNavigate = jest.fn();
14
- jest.mock('@react-navigation/native', () => {
15
- return {
16
- ...jest.requireActual('@react-navigation/native'),
17
- useNavigation: () => ({
18
- navigate: mockedNavigate,
19
- goBack: mockedGoBack,
20
- }),
21
- useIsFocused: () => true,
22
- };
23
- });
11
+ import { useNavigation } from '@react-navigation/native';
24
12
 
25
13
  const wrapComponent = (route) => (
26
14
  <SCProvider initState={mockSCStore({})}>
@@ -30,6 +18,7 @@ const wrapComponent = (route) => (
30
18
 
31
19
  describe('test scan gateway device QR', () => {
32
20
  let tree;
21
+ const { goBack, navigate } = useNavigation();
33
22
 
34
23
  it('render scan gateway device', async () => {
35
24
  const route = { params: {} };
@@ -51,17 +40,18 @@ describe('test scan gateway device QR', () => {
51
40
  const instance = tree.root;
52
41
  const qrScan = instance.findByType(QRScan);
53
42
  await act(async () => {
54
- qrScan.props.onScan(JSON.stringify(data), jest.fn());
43
+ qrScan.props.onScan(data, jest.fn());
55
44
  });
56
45
  };
57
46
 
58
47
  it('on scan wrong QR code', async () => {
59
- await scanQRCode({ imei: 'SAMSUNG-xxx' });
48
+ await scanQRCode('wrong json data');
60
49
 
61
50
  const instance = tree.root;
62
51
  const bottomSheet = instance.findByProps({
63
52
  title: getTranslate('en', 'invalid_qr_code'),
64
53
  });
54
+ expect(bottomSheet.props.isVisible).toBe(true);
65
55
 
66
56
  const buttonBottom = instance.findByType(ViewButtonBottom);
67
57
  await act(async () => {
@@ -72,12 +62,15 @@ describe('test scan gateway device QR', () => {
72
62
  await act(async () => {
73
63
  await buttonBottom.props.onLeftClick();
74
64
  });
75
- expect(mockedGoBack).toBeCalled();
65
+ expect(goBack).toBeCalled();
76
66
  });
77
67
 
78
68
  it('on scan correct QR code', async () => {
79
- await scanQRCode({ org_slug: 'eoh', prefix: 'lite' }, jest.fn());
80
- expect(mockedNavigate).toHaveBeenCalled();
81
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
69
+ await scanQRCode(
70
+ JSON.stringify({ org_slug: 'eoh', prefix: 'lite' }),
71
+ jest.fn()
72
+ );
73
+ expect(navigate).toHaveBeenCalled();
74
+ expect(navigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
82
75
  });
83
76
  });
@@ -8,19 +8,7 @@ import QRScan from '../../ScanChipQR/components/QRScan';
8
8
  import { getTranslate } from '../../../utils/I18n';
9
9
  import Routes from '../../../utils/Route';
10
10
  import ViewButtonBottom from '../../../commons/ViewButtonBottom';
11
-
12
- const mockedGoBack = jest.fn();
13
- const mockedNavigate = jest.fn();
14
- jest.mock('@react-navigation/native', () => {
15
- return {
16
- ...jest.requireActual('@react-navigation/native'),
17
- useNavigation: () => ({
18
- navigate: mockedNavigate,
19
- goBack: mockedGoBack,
20
- }),
21
- useIsFocused: () => true,
22
- };
23
- });
11
+ import { useNavigation } from '@react-navigation/native';
24
12
 
25
13
  const wrapComponent = (route) => (
26
14
  <SCProvider initState={mockSCStore({})}>
@@ -43,6 +31,7 @@ describe('test scan modbus QR', () => {
43
31
  });
44
32
 
45
33
  it('cancel scan modbus device', async () => {
34
+ const { goBack } = useNavigation();
46
35
  const route = { params: {} };
47
36
  await act(async () => {
48
37
  tree = await renderer.create(wrapComponent(route));
@@ -53,7 +42,7 @@ describe('test scan modbus QR', () => {
53
42
  await act(async () => {
54
43
  qrScanComponent.props.onLeftClick();
55
44
  });
56
- expect(mockedGoBack).toHaveBeenCalled();
45
+ expect(goBack).toHaveBeenCalled();
57
46
  });
58
47
 
59
48
  const scanQRCode = async (data) => {
@@ -79,8 +68,9 @@ describe('test scan modbus QR', () => {
79
68
  });
80
69
 
81
70
  it('on scan correct QR code', async () => {
71
+ const { navigate } = useNavigation();
82
72
  await scanQRCode({ imei: 'SENSOR-xxx' }, jest.fn());
83
- expect(mockedNavigate).toHaveBeenCalled();
84
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectModbusGateway);
73
+ expect(navigate).toHaveBeenCalled();
74
+ expect(navigate.mock.calls[0][0]).toEqual(Routes.SelectModbusGateway);
85
75
  });
86
76
  });
@@ -7,19 +7,6 @@ import { mockSCStore } from '../../../context/mockStore';
7
7
  import QRScan from '../../ScanChipQR/components/QRScan';
8
8
  import Routes from '../../../utils/Route';
9
9
 
10
- const mockedGoBack = jest.fn();
11
- const mockedNavigate = jest.fn();
12
- jest.mock('@react-navigation/native', () => {
13
- return {
14
- ...jest.requireActual('@react-navigation/native'),
15
- useNavigation: () => ({
16
- navigate: mockedNavigate,
17
- goBack: mockedGoBack,
18
- }),
19
- useIsFocused: () => true,
20
- };
21
- });
22
-
23
10
  const wrapComponent = (route) => (
24
11
  <SCProvider initState={mockSCStore({})}>
25
12
  <ScanWifiDeviceQR route={route} />
@@ -55,7 +42,9 @@ describe('test scan wifi device QR', () => {
55
42
 
56
43
  it('on scan correct QR code', async () => {
57
44
  await scanQRCode({ prefix: 'robot', org_slug: 'eoh' }, jest.fn());
58
- expect(mockedNavigate).toHaveBeenCalled();
59
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
45
+ expect(global.mockedNavigate).toHaveBeenCalled();
46
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
47
+ Routes.ConnectingWifiGuide
48
+ );
60
49
  });
61
50
  });
@@ -35,7 +35,7 @@ describe('Test SelectSubUnit', () => {
35
35
  await act(async () => {
36
36
  viewButtonBottom.props.onRightClick();
37
37
  });
38
- expect(mockedNavigate).toHaveBeenCalled();
38
+ expect(global.mockedNavigate).toHaveBeenCalled();
39
39
  });
40
40
  it('test ViewButtonBottom onRightClick MODBUS', async () => {
41
41
  const route = { params: { deviceType: DEVICE_TYPE.MODBUS } };
@@ -47,7 +47,7 @@ describe('Test SelectSubUnit', () => {
47
47
  await act(async () => {
48
48
  viewButtonBottom.props.onRightClick();
49
49
  });
50
- expect(mockedNavigate).toHaveBeenCalled();
50
+ expect(global.mockedNavigate).toHaveBeenCalled();
51
51
  });
52
52
  it('test ViewButtonBottom onRightClick ZIGBEE', async () => {
53
53
  const route = { params: { deviceType: DEVICE_TYPE.ZIGBEE } };
@@ -59,6 +59,6 @@ describe('Test SelectSubUnit', () => {
59
59
  await act(async () => {
60
60
  viewButtonBottom.props.onRightClick();
61
61
  });
62
- expect(mockedNavigate).toHaveBeenCalled();
62
+ expect(global.mockedNavigate).toHaveBeenCalled();
63
63
  });
64
64
  });
@@ -108,8 +108,10 @@ describe('Test select device type', () => {
108
108
  },
109
109
  },
110
110
  });
111
- expect(mockedNavigate).toBeCalled();
112
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectDeviceSubUnit);
111
+ expect(global.mockedNavigate).toBeCalled();
112
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
113
+ Routes.SelectDeviceSubUnit
114
+ );
113
115
  });
114
116
 
115
117
  it('select zigbee', async () => {
@@ -124,8 +126,10 @@ describe('Test select device type', () => {
124
126
  },
125
127
  },
126
128
  });
127
- expect(mockedNavigate).toBeCalled();
128
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectDeviceSubUnit);
129
+ expect(global.mockedNavigate).toBeCalled();
130
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
131
+ Routes.SelectDeviceSubUnit
132
+ );
129
133
  });
130
134
 
131
135
  it('select zigbee reach limit', async () => {
@@ -146,7 +150,7 @@ describe('Test select device type', () => {
146
150
  },
147
151
  },
148
152
  });
149
- expect(mockedNavigate).not.toBeCalled();
153
+ expect(global.mockedNavigate).not.toBeCalled();
150
154
  expect(spyToastError).toBeCalledWith(
151
155
  getTranslate('en', 'reach_max_configs_per_unit', { length: 1 }),
152
156
  '',
@@ -166,8 +170,10 @@ describe('Test select device type', () => {
166
170
  },
167
171
  },
168
172
  });
169
- expect(mockedNavigate).toBeCalled();
170
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ScanGatewayQR);
173
+ expect(global.mockedNavigate).toBeCalled();
174
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
175
+ Routes.ScanGatewayQR
176
+ );
171
177
  });
172
178
 
173
179
  it('select gateway reach limit', async () => {
@@ -187,7 +193,7 @@ describe('Test select device type', () => {
187
193
  },
188
194
  },
189
195
  });
190
- expect(mockedNavigate).not.toBeCalled();
196
+ expect(global.mockedNavigate).not.toBeCalled();
191
197
  expect(spyToastError).toBeCalledWith(
192
198
  getTranslate('en', 'reach_max_chips_per_unit', { length: 1 }),
193
199
  '',
@@ -283,7 +289,9 @@ describe('Test select device type', () => {
283
289
  },
284
290
  },
285
291
  });
286
- expect(mockedNavigate).toBeCalled();
287
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectDeviceSubUnit);
292
+ expect(global.mockedNavigate).toBeCalled();
293
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
294
+ Routes.SelectDeviceSubUnit
295
+ );
288
296
  });
289
297
  });
@@ -41,6 +41,6 @@ describe('test single SelectUnit', () => {
41
41
  await act(async () => {
42
42
  goBack.props.onPress();
43
43
  });
44
- expect(mockedNavigate).toBeCalled();
44
+ expect(global.mockedNavigate).toBeCalled();
45
45
  });
46
46
  });
@@ -60,14 +60,17 @@ describe('Test select modbus gateway', () => {
60
60
  selectGateway.props.onPressNext({ id: 3 });
61
61
  });
62
62
 
63
- expect(mockedNavigate).toBeCalledWith(Routes.ConnectingModbusDevice, {
64
- unit: {
65
- id: 1,
66
- },
67
- subUnit: {
68
- id: 2,
69
- },
70
- chipId: 3,
71
- });
63
+ expect(global.mockedNavigate).toBeCalledWith(
64
+ Routes.ConnectingModbusDevice,
65
+ {
66
+ unit: {
67
+ id: 1,
68
+ },
69
+ subUnit: {
70
+ id: 2,
71
+ },
72
+ chipId: 3,
73
+ }
74
+ );
72
75
  });
73
76
  });
@@ -60,14 +60,17 @@ describe('Test select zigbee gateway', () => {
60
60
  selectGateway.props.onPressNext({ id: 3 });
61
61
  });
62
62
 
63
- expect(mockedNavigate).toBeCalledWith(Routes.ZigbeeDeviceConnectGuide, {
64
- unit: {
65
- id: 1,
66
- },
67
- subUnit: {
68
- id: 2,
69
- },
70
- chipId: 3,
71
- });
63
+ expect(global.mockedNavigate).toBeCalledWith(
64
+ Routes.ZigbeeDeviceConnectGuide,
65
+ {
66
+ unit: {
67
+ id: 1,
68
+ },
69
+ subUnit: {
70
+ id: 2,
71
+ },
72
+ chipId: 3,
73
+ }
74
+ );
72
75
  });
73
76
  });
@@ -14,24 +14,12 @@ import Routes from '../../../utils/Route';
14
14
  import { AccessibilityLabel } from '../../../configs/Constants';
15
15
  import { HeaderCustom } from '../../../commons/Header';
16
16
  import { flushPromises } from '../../AllGateway/test-utils';
17
+ import { useNavigation } from '@react-navigation/native';
17
18
 
18
- const mockedGoBack = jest.fn();
19
- const mockedNavigate = jest.fn();
20
19
  const mockedReconnectWifiSSID = jest.fn();
21
20
  jest.spyOn(Alert, 'alert').mockImplementation(() => {});
22
21
  jest.mock('@react-native-community/netinfo');
23
22
 
24
- jest.mock('@react-navigation/native', () => {
25
- return {
26
- ...jest.requireActual('@react-navigation/native'),
27
- useNavigation: () => ({
28
- navigate: mockedNavigate,
29
- goBack: mockedGoBack,
30
- }),
31
- useIsFocused: () => true,
32
- };
33
- });
34
-
35
23
  const wrapComponent = (route) => (
36
24
  <SCProvider initState={mockSCStore({})}>
37
25
  <ShareWifiPassword route={route} />
@@ -40,6 +28,7 @@ const wrapComponent = (route) => (
40
28
 
41
29
  describe('test share wifi password', () => {
42
30
  let tree;
31
+ const { navigate } = useNavigation();
43
32
 
44
33
  beforeEach(() => {
45
34
  const socket = dgram.createSocket({});
@@ -48,7 +37,6 @@ describe('test share wifi password', () => {
48
37
  socket.send.mockClear();
49
38
  socket.close.mockClear();
50
39
  Alert.alert.mockReset();
51
- mockedNavigate.mockClear();
52
40
  });
53
41
 
54
42
  it('render share wifi', async () => {
@@ -170,8 +158,8 @@ describe('test share wifi password', () => {
170
158
  await act(async () => {
171
159
  Alert.alert.mock.calls[1][2][0].onPress();
172
160
  });
173
- expect(mockedNavigate).toBeCalled();
174
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
161
+ expect(navigate).toBeCalled();
162
+ expect(navigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
175
163
  });
176
164
 
177
165
  it('close socket after gateway success connect to wifi', async () => {
@@ -195,10 +183,8 @@ describe('test share wifi password', () => {
195
183
  jest.runOnlyPendingTimers();
196
184
  });
197
185
  await new Promise(jest.requireActual('timers').setImmediate);
198
- expect(mockedNavigate).toBeCalled();
199
- expect(mockedNavigate.mock.calls[0][0]).toEqual(
200
- Routes.ConnectingWifiDevice
201
- );
186
+ expect(navigate).toBeCalled();
187
+ expect(navigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiDevice);
202
188
  });
203
189
  it('render list wifi onPress item and cancel popup item', async () => {
204
190
  jest.useFakeTimers();
@@ -270,7 +256,7 @@ describe('test share wifi password', () => {
270
256
  await headerCustom.props.onGoBack();
271
257
  });
272
258
  expect(socket.close).toBeCalled();
273
- expect(mockedNavigate).toBeCalledWith('ConnectingWifiGuide', {
259
+ expect(navigate).toBeCalledWith('ConnectingWifiGuide', {
274
260
  addDeviceType: undefined,
275
261
  isBackFromOtherScreen: true,
276
262
  qrData: undefined,
@@ -13,26 +13,6 @@ const wrapComponent = () => (
13
13
  </SCProvider>
14
14
  );
15
15
 
16
- jest.mock('@react-navigation/native', () => {
17
- return {
18
- ...jest.requireActual('@react-navigation/native'),
19
- useRoute: jest.fn(),
20
- };
21
- });
22
-
23
- const mockNavigate = jest.fn();
24
- jest.mock('@react-navigation/native', () => {
25
- return {
26
- ...jest.requireActual('@react-navigation/native'),
27
- useNavigation: () => ({
28
- navigate: mockNavigate,
29
- pop: jest.fn(),
30
- }),
31
- useRoute: jest.fn(),
32
- useIsFocused: () => true,
33
- };
34
- });
35
-
36
16
  const initData = async (params) => {
37
17
  let tree;
38
18
  useRoute.mockReturnValue({
@@ -15,26 +15,6 @@ const wrapComponent = () => (
15
15
  </SCProvider>
16
16
  );
17
17
 
18
- jest.mock('@react-navigation/native', () => {
19
- return {
20
- ...jest.requireActual('@react-navigation/native'),
21
- useRoute: jest.fn(),
22
- };
23
- });
24
-
25
- const mockNavigate = jest.fn();
26
- jest.mock('@react-navigation/native', () => {
27
- return {
28
- ...jest.requireActual('@react-navigation/native'),
29
- useNavigation: () => ({
30
- navigate: mockNavigate,
31
- pop: jest.fn(),
32
- }),
33
- useRoute: jest.fn(),
34
- useIsFocused: () => true,
35
- };
36
- });
37
-
38
18
  describe('Test DetailConfigActionZigbee', () => {
39
19
  let tree;
40
20
  it('test render DetailConfigActionZigbee isConfigRead', async () => {
@@ -113,10 +93,13 @@ describe('Test DetailConfigActionZigbee', () => {
113
93
  })();
114
94
  });
115
95
  expect(detailActionModbus).toHaveLength(1);
116
- expect(mockNavigate).toBeCalledWith(Routes.DetailChildConfigActionModbus, {
117
- isChildAction: true,
118
- itemActionConfig: { actionName: 'action', id: 1 },
119
- });
96
+ expect(global.mockedNavigate).toBeCalledWith(
97
+ Routes.DetailChildConfigActionModbus,
98
+ {
99
+ isChildAction: true,
100
+ itemActionConfig: { actionName: 'action', id: 1 },
101
+ }
102
+ );
120
103
  });
121
104
  it('test render DetailConfigActionZigbee isChildAction', async () => {
122
105
  useRoute.mockReturnValue({
@@ -12,23 +12,6 @@ const wrapComponent = () => (
12
12
  <DeviceGatewayInfo />
13
13
  </SCProvider>
14
14
  );
15
- jest.mock('@react-navigation/native', () => {
16
- return {
17
- ...jest.requireActual('@react-navigation/native'),
18
- useRoute: jest.fn(),
19
- };
20
- });
21
-
22
- jest.mock('@react-navigation/native', () => {
23
- return {
24
- ...jest.requireActual('@react-navigation/native'),
25
- useNavigation: () => ({
26
- goBack: jest.fn(),
27
- }),
28
- useRoute: jest.fn(),
29
- useIsFocused: () => true,
30
- };
31
- });
32
15
 
33
16
  describe('Test DeviceGatewayInfo', () => {
34
17
  let tree;