@wavemaker/app-rn-runtime 11.9.2-rc.5853 → 11.9.3-1.5914

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 (271) hide show
  1. app-rn-runtime/actions/notification-action.js +1 -1
  2. app-rn-runtime/actions/timer-action.js +1 -1
  3. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +1 -1
  4. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +1 -1
  5. app-rn-runtime/components/advanced/carousel/carousel.component.js +62 -48
  6. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +1 -1
  7. app-rn-runtime/components/advanced/carousel/carousel.props.js +2 -2
  8. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +1 -1
  9. app-rn-runtime/components/advanced/carousel/carousel.styles.js +7 -9
  10. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +1 -1
  11. app-rn-runtime/components/advanced/login/login.component.js +2 -2
  12. app-rn-runtime/components/advanced/login/login.props.js +1 -1
  13. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +2 -2
  14. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +1 -1
  15. app-rn-runtime/components/advanced/webview/webview.component.js +2 -2
  16. app-rn-runtime/components/advanced/webview/webview.props.js +1 -1
  17. app-rn-runtime/components/basic/anchor/anchor.component.js +1 -1
  18. app-rn-runtime/components/basic/anchor/anchor.props.js +1 -1
  19. app-rn-runtime/components/basic/animatedview.component.js +2 -2
  20. app-rn-runtime/components/basic/audio/audio.component.js +1 -1
  21. app-rn-runtime/components/basic/audio/audio.props.js +1 -1
  22. app-rn-runtime/components/basic/button/button.component.js +1 -1
  23. app-rn-runtime/components/basic/button/button.props.js +1 -1
  24. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +1 -1
  25. app-rn-runtime/components/basic/custom/custom.props.js +1 -1
  26. app-rn-runtime/components/basic/icon/icon.component.js +2 -2
  27. app-rn-runtime/components/basic/icon/icon.props.js +1 -1
  28. app-rn-runtime/components/basic/label/label.component.js +2 -2
  29. app-rn-runtime/components/basic/label/label.props.js +1 -1
  30. app-rn-runtime/components/basic/lottie/lottie.component.js +1 -1
  31. app-rn-runtime/components/basic/lottie/lottie.props.js +1 -1
  32. app-rn-runtime/components/basic/message/message.component.js +2 -2
  33. app-rn-runtime/components/basic/message/message.props.js +1 -1
  34. app-rn-runtime/components/basic/modal/modal.props.js +1 -1
  35. app-rn-runtime/components/basic/picture/picture.component.js +12 -6
  36. app-rn-runtime/components/basic/picture/picture.component.js.map +1 -1
  37. app-rn-runtime/components/basic/picture/picture.props.js +2 -1
  38. app-rn-runtime/components/basic/picture/picture.props.js.map +1 -1
  39. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +1 -1
  40. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +1 -1
  41. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +1 -1
  42. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +2 -2
  43. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +1 -1
  44. app-rn-runtime/components/basic/search/local-data-provider.js +1 -1
  45. app-rn-runtime/components/basic/search/search.component.js +5 -5
  46. app-rn-runtime/components/basic/search/search.component.js.map +1 -1
  47. app-rn-runtime/components/basic/search/search.props.js +1 -1
  48. app-rn-runtime/components/basic/skeleton/skeleton.component.js +1 -1
  49. app-rn-runtime/components/basic/skeleton/skeleton.props.js +1 -1
  50. app-rn-runtime/components/basic/spinner/spinner.component.js +2 -2
  51. app-rn-runtime/components/basic/spinner/spinner.props.js +1 -1
  52. app-rn-runtime/components/basic/tooltip/tooltip.props.js +1 -1
  53. app-rn-runtime/components/basic/video/video.component.js +101 -24
  54. app-rn-runtime/components/basic/video/video.component.js.map +1 -1
  55. app-rn-runtime/components/basic/video/video.props.js +8 -1
  56. app-rn-runtime/components/basic/video/video.props.js.map +1 -1
  57. app-rn-runtime/components/chart/area-chart/area-chart.component.js +2 -2
  58. app-rn-runtime/components/chart/area-chart/area-chart.props.js +1 -1
  59. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +1 -1
  60. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +1 -1
  61. app-rn-runtime/components/chart/basechart.component.js +1 -1
  62. app-rn-runtime/components/chart/basechart.props.js +1 -1
  63. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +1 -1
  64. app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +1 -1
  65. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +1 -1
  66. app-rn-runtime/components/chart/line-chart/line-chart.component.js +1 -1
  67. app-rn-runtime/components/chart/line-chart/line-chart.props.js +1 -1
  68. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +2 -2
  69. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +1 -1
  70. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +2 -2
  71. app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +1 -1
  72. app-rn-runtime/components/container/accordion/accordion.component.js +2 -2
  73. app-rn-runtime/components/container/accordion/accordion.props.js +1 -1
  74. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +1 -1
  75. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +1 -1
  76. app-rn-runtime/components/container/container.component.js +2 -2
  77. app-rn-runtime/components/container/container.props.js +1 -1
  78. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +1 -1
  79. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +1 -1
  80. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +1 -1
  81. app-rn-runtime/components/container/linearlayout/linearlayout.props.js +1 -1
  82. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +1 -1
  83. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +1 -1
  84. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +1 -1
  85. app-rn-runtime/components/container/panel/panel.component.js +4 -4
  86. app-rn-runtime/components/container/panel/panel.component.js.map +1 -1
  87. app-rn-runtime/components/container/panel/panel.props.js +1 -1
  88. app-rn-runtime/components/container/partial-host.component.js +1 -1
  89. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +31 -17
  90. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +1 -1
  91. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +2 -1
  92. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +1 -1
  93. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +1 -1
  94. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +1 -1
  95. app-rn-runtime/components/container/tabs/tabs.component.js +5 -4
  96. app-rn-runtime/components/container/tabs/tabs.component.js.map +1 -1
  97. app-rn-runtime/components/container/tabs/tabs.props.js +2 -1
  98. app-rn-runtime/components/container/tabs/tabs.props.js.map +1 -1
  99. app-rn-runtime/components/container/tabs/tabs.styles.js.map +1 -1
  100. app-rn-runtime/components/container/tile/tile.component.js +1 -1
  101. app-rn-runtime/components/container/tile/tile.props.js +1 -1
  102. app-rn-runtime/components/container/wizard/wizard.component.js +4 -4
  103. app-rn-runtime/components/container/wizard/wizard.component.js.map +1 -1
  104. app-rn-runtime/components/container/wizard/wizard.props.js +1 -1
  105. app-rn-runtime/components/container/wizard/wizard.styles.js +3 -0
  106. app-rn-runtime/components/container/wizard/wizard.styles.js.map +1 -1
  107. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +1 -1
  108. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +1 -1
  109. app-rn-runtime/components/data/card/card-content/card-content.component.js +1 -1
  110. app-rn-runtime/components/data/card/card-content/card-content.props.js +1 -1
  111. app-rn-runtime/components/data/card/card-footer/card-footer.props.js +1 -1
  112. app-rn-runtime/components/data/card/card.component.js +1 -1
  113. app-rn-runtime/components/data/card/card.props.js +1 -1
  114. app-rn-runtime/components/data/form/form-action/form-action.component.js +1 -1
  115. app-rn-runtime/components/data/form/form-action/form-action.props.js +1 -1
  116. app-rn-runtime/components/data/form/form-body/form-body.props.js +1 -1
  117. app-rn-runtime/components/data/form/form-field/form-field.component.js +2 -2
  118. app-rn-runtime/components/data/form/form-field/form-field.props.js +1 -1
  119. app-rn-runtime/components/data/form/form-footer/form-footer.props.js +1 -1
  120. app-rn-runtime/components/data/form/form.component.js +1 -1
  121. app-rn-runtime/components/data/form/form.props.js +1 -1
  122. app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +1 -1
  123. app-rn-runtime/components/data/list/list-template/list-template.props.js +1 -1
  124. app-rn-runtime/components/data/list/list.component.js +13 -3
  125. app-rn-runtime/components/data/list/list.component.js.map +1 -1
  126. app-rn-runtime/components/data/list/list.props.js +1 -1
  127. app-rn-runtime/components/data/liveform/liveform.component.js +1 -1
  128. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +1 -1
  129. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +1 -1
  130. app-rn-runtime/components/device/camera/camera.component.js +1 -1
  131. app-rn-runtime/components/device/camera/camera.props.js +1 -1
  132. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +1 -1
  133. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +1 -1
  134. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +1 -1
  135. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +1 -1
  136. app-rn-runtime/components/dialogs/dialog/dialog.component.js +2 -2
  137. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +1 -1
  138. app-rn-runtime/components/dialogs/dialog/dialog.props.js +1 -1
  139. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +1 -1
  140. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +1 -1
  141. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +1 -1
  142. app-rn-runtime/components/input/basedataset/basedataset.component.js +1 -1
  143. app-rn-runtime/components/input/basedataset/basedataset.props.js +1 -1
  144. app-rn-runtime/components/input/baseinput/baseinput.component.js +1 -1
  145. app-rn-runtime/components/input/baseinput/baseinput.props.js +1 -1
  146. app-rn-runtime/components/input/basenumber/basenumber.component.js +11 -5
  147. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +1 -1
  148. app-rn-runtime/components/input/basenumber/basenumber.props.js +1 -1
  149. app-rn-runtime/components/input/calendar/calendar.component.js +1 -1
  150. app-rn-runtime/components/input/calendar/calendar.props.js +1 -1
  151. app-rn-runtime/components/input/calendar/calendar.styles.js.map +1 -1
  152. app-rn-runtime/components/input/calendar/views/month-view.js +2 -2
  153. app-rn-runtime/components/input/calendar/views/month-view.js.map +1 -1
  154. app-rn-runtime/components/input/checkbox/checkbox.component.js +2 -2
  155. app-rn-runtime/components/input/checkbox/checkbox.props.js +1 -1
  156. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +2 -2
  157. app-rn-runtime/components/input/checkboxset/checkboxset.props.js +1 -1
  158. app-rn-runtime/components/input/chips/chips.component.js +33 -5
  159. app-rn-runtime/components/input/chips/chips.component.js.map +1 -1
  160. app-rn-runtime/components/input/chips/chips.props.js +1 -1
  161. app-rn-runtime/components/input/composite/composite.props.js +1 -1
  162. app-rn-runtime/components/input/currency/currency.component.js +2 -2
  163. app-rn-runtime/components/input/currency/currency.props.js +1 -1
  164. app-rn-runtime/components/input/epoch/base-datetime.component.js +2 -2
  165. app-rn-runtime/components/input/epoch/date-picker.component.js +2 -2
  166. app-rn-runtime/components/input/epoch/date-picker.component.js.map +1 -1
  167. app-rn-runtime/components/input/epoch/datetime/datetime.props.js +1 -1
  168. app-rn-runtime/components/input/epoch/time/time.props.js +1 -1
  169. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +1 -1
  170. app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +1 -1
  171. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +1 -1
  172. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +1 -1
  173. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +1 -1
  174. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +1 -1
  175. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +1 -1
  176. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +1 -1
  177. app-rn-runtime/components/input/fileupload/fileupload.component.js +1 -1
  178. app-rn-runtime/components/input/fileupload/fileupload.props.js +1 -1
  179. app-rn-runtime/components/input/number/number.component.js +2 -2
  180. app-rn-runtime/components/input/number/number.props.js +1 -1
  181. app-rn-runtime/components/input/radioset/radioset.component.js +2 -2
  182. app-rn-runtime/components/input/radioset/radioset.props.js +1 -1
  183. app-rn-runtime/components/input/rating/rating.component.js +1 -1
  184. app-rn-runtime/components/input/rating/rating.props.js +1 -1
  185. app-rn-runtime/components/input/select/select.component.js +3 -3
  186. app-rn-runtime/components/input/select/select.component.js.map +1 -1
  187. app-rn-runtime/components/input/select/select.props.js +1 -1
  188. app-rn-runtime/components/input/slider/slider.component.js +4 -4
  189. app-rn-runtime/components/input/slider/slider.component.js.map +1 -1
  190. app-rn-runtime/components/input/slider/slider.props.js +1 -1
  191. app-rn-runtime/components/input/switch/switch.component.js +1 -1
  192. app-rn-runtime/components/input/switch/switch.props.js +1 -1
  193. app-rn-runtime/components/input/text/text.component.js +1 -1
  194. app-rn-runtime/components/input/text/text.props.js +1 -1
  195. app-rn-runtime/components/input/textarea/textarea.component.js +1 -1
  196. app-rn-runtime/components/input/textarea/textarea.props.js +1 -1
  197. app-rn-runtime/components/input/toggle/toggle.component.js +2 -2
  198. app-rn-runtime/components/input/toggle/toggle.props.js +1 -1
  199. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +2 -2
  200. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +1 -1
  201. app-rn-runtime/components/navigation/basenav/basenav.component.js +1 -1
  202. app-rn-runtime/components/navigation/basenav/basenav.props.js +1 -1
  203. app-rn-runtime/components/navigation/menu/menu.component.js +1 -1
  204. app-rn-runtime/components/navigation/menu/menu.props.js +1 -1
  205. app-rn-runtime/components/navigation/navbar/navbar.props.js +1 -1
  206. app-rn-runtime/components/navigation/navitem/navitem.component.js +2 -2
  207. app-rn-runtime/components/navigation/navitem/navitem.props.js +1 -1
  208. app-rn-runtime/components/navigation/popover/popover.component.js +2 -2
  209. app-rn-runtime/components/navigation/popover/popover.props.js +1 -1
  210. app-rn-runtime/components/page/left-panel/left-panel.component.js +1 -1
  211. app-rn-runtime/components/page/left-panel/left-panel.props.js +1 -1
  212. app-rn-runtime/components/page/page-content/page-content.props.js +1 -1
  213. app-rn-runtime/components/page/page.component.js +2 -2
  214. app-rn-runtime/components/page/partial-container/partial-container.props.js +1 -1
  215. app-rn-runtime/components/page/tabbar/tabbar.component.js +3 -3
  216. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -1
  217. app-rn-runtime/components/page/tabbar/tabbar.props.js +1 -1
  218. app-rn-runtime/core/base.component.js +2 -2
  219. app-rn-runtime/core/components/textinput.component.js +1 -1
  220. app-rn-runtime/core/constant.service.js +1 -1
  221. app-rn-runtime/core/event-notifier.js +1 -1
  222. app-rn-runtime/core/fixed-view.component.js +1 -1
  223. app-rn-runtime/core/imageSizeEstimator.js +1 -1
  224. app-rn-runtime/core/key.extractor.js +1 -1
  225. app-rn-runtime/core/logger.js +1 -1
  226. app-rn-runtime/core/network.service.js +1 -1
  227. app-rn-runtime/core/props.provider.js +1 -1
  228. app-rn-runtime/core/scroll-view.component.js +2 -2
  229. app-rn-runtime/core/storage.service.js +1 -1
  230. app-rn-runtime/core/tappable.component.js +2 -2
  231. app-rn-runtime/core/viewport.js +1 -1
  232. app-rn-runtime/core/wm-component-tree.js +1 -1
  233. app-rn-runtime/gestures/swipe.animation.js +1 -1
  234. app-rn-runtime/package.json +43 -44
  235. app-rn-runtime/runtime/App.js +13 -5
  236. app-rn-runtime/runtime/App.js.map +1 -1
  237. app-rn-runtime/runtime/base-fragment.component.js +6 -2
  238. app-rn-runtime/runtime/base-fragment.component.js.map +1 -1
  239. app-rn-runtime/runtime/base-page.component.js +2 -2
  240. app-rn-runtime/runtime/base-page.component.js.map +1 -1
  241. app-rn-runtime/runtime/base-partial.component.js +1 -1
  242. app-rn-runtime/runtime/base-prefab.component.js +1 -1
  243. app-rn-runtime/runtime/memo.component.js +1 -1
  244. app-rn-runtime/runtime/navigator/stack.navigator.js +1 -1
  245. app-rn-runtime/runtime/services/app-display-manager.service.js +1 -1
  246. app-rn-runtime/runtime/services/app-i18n.service.js +2 -1
  247. app-rn-runtime/runtime/services/app-i18n.service.js.map +1 -1
  248. app-rn-runtime/runtime/services/app-modal.service.js +1 -1
  249. app-rn-runtime/runtime/services/app-security.service.js +1 -1
  250. app-rn-runtime/runtime/services/app-spinner.service.js +1 -1
  251. app-rn-runtime/runtime/services/app-toast.service.js +1 -1
  252. app-rn-runtime/runtime/services/device/camera-service.js +10 -10
  253. app-rn-runtime/runtime/services/device/camera-service.js.map +1 -1
  254. app-rn-runtime/runtime/services/device/permissions.js +2 -2
  255. app-rn-runtime/runtime/services/device/permissions.js.map +1 -1
  256. app-rn-runtime/runtime/services/device/scan-service.js +35 -9
  257. app-rn-runtime/runtime/services/device/scan-service.js.map +1 -1
  258. app-rn-runtime/runtime/services/webprocess.service.js +1 -1
  259. app-rn-runtime/runtime/watcher.js +1 -1
  260. app-rn-runtime/styles/background.component.js +2 -2
  261. app-rn-runtime/styles/background.component.js.map +1 -1
  262. app-rn-runtime/styles/style-props.js +1 -1
  263. app-rn-runtime/styles/theme.js +1 -1
  264. app-rn-runtime/styles/theme.variables.js +2 -2
  265. app-rn-runtime/styles/theme.variables.js.map +1 -1
  266. app-rn-runtime/variables/base-variable.js +1 -1
  267. app-rn-runtime/variables/device/device/network-info.operation.js +1 -1
  268. app-rn-runtime/variables/live-variable.js +1 -1
  269. app-rn-runtime/variables/model-variable.js +1 -1
  270. app-rn-runtime/variables/service-variable.js +1 -1
  271. app-rn-runtime/variables/utils/inflight-queue.js +1 -1
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { BaseNavProps } from '../../navigation/basenav/basenav.props';
@@ -1,5 +1,5 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
3
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
4
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  import { assign, isUndefined, isNil } from 'lodash';
@@ -1,4 +1,4 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
2
  import React, { useCallback, useEffect, useRef, useState } from 'react';
3
3
  import { Animated, Platform, Text, TextInput, View } from 'react-native';
4
4
  import { isArray } from 'lodash';
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  export class ConstantService {
@@ -1,5 +1,5 @@
1
1
  var _EventNotifier;
2
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
3
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
4
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  let i = 1;
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import React from "react";
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { remove } from "lodash-es";
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  export class DefaultKeyExtractor {
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { keys, sortBy } from 'lodash-es';
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import axios from 'axios';
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { assign, isNil } from "lodash-es";
@@ -1,5 +1,5 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
3
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
4
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  import React from 'react';
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import AsyncStorage from '@react-native-async-storage/async-storage';
@@ -1,5 +1,5 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
3
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
4
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  import React from "react";
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { Dimensions } from "react-native";
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  let id = 0;
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { isNil } from 'lodash-es';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-rn-runtime",
3
- "version": "11.9.2-rc.5853",
3
+ "version": "11.9.3-1.5914",
4
4
  "description": "''",
5
5
  "main": "index",
6
6
  "module": "index",
@@ -41,49 +41,50 @@
41
41
  "registry": "https://registry.npmjs.org/"
42
42
  },
43
43
  "dependencies": {
44
- "@expo/vector-icons": "14.0.0",
45
- "@react-native-async-storage/async-storage": "1.21.0",
46
- "@react-native-community/datetimepicker": "7.6.1",
47
- "@react-native-community/netinfo": "11.1.0",
48
- "@react-native-community/slider": "4.5.2",
49
- "@react-native-masked-view/masked-view": "0.3.0",
50
- "@react-native/assets-registry": "0.74.83",
44
+ "@expo/vector-icons": "14.0.2",
45
+ "@lottiefiles/dotlottie-react": "0.6.5",
46
+ "@react-native-async-storage/async-storage": "1.23.1",
47
+ "@react-native-community/datetimepicker": "8.2.0",
48
+ "@react-native-community/netinfo": "11.4.1",
49
+ "@react-native-community/slider": "4.5.5",
50
+ "@react-native-masked-view/masked-view": "0.3.2",
51
+ "@react-native/assets-registry": "0.76.3",
51
52
  "@react-navigation/drawer": "6.6.3",
52
53
  "@react-navigation/native": "6.1.7",
53
54
  "@react-navigation/stack": "6.3.29",
54
- "@wavemaker/variables": "11.9.2-rc.5853",
55
+ "@wavemaker/variables": "11.9.3-1.5914",
55
56
  "axios": "1.6.8",
56
57
  "color": "4.2.3",
57
58
  "cross-env": "7.0.3",
58
59
  "css-mediaquery": "0.1.2",
59
60
  "d3-shape": "3.2.0",
60
61
  "expo-application": "5.8.4",
61
- "expo-font": "11.10.3",
62
- "expo-linear-gradient": "12.7.2",
63
- "expo-modules-core": "1.11.13",
62
+ "expo-font": "13.0.1",
63
+ "expo-linear-gradient": "14.0.1",
64
+ "expo-modules-core": "2.1.1",
65
+ "expo-video": "2.0.2",
64
66
  "fast-xml-parser": "4.3.6",
65
- "imask": "7.6.0",
67
+ "imask": "7.6.1",
66
68
  "lodash-es": "4.17.21",
67
- "lottie-react-native": "6.5.1",
69
+ "lottie-react-native": "7.1.0",
68
70
  "moment": "2.30.1",
69
- "react-lottie-player": "2.0.0",
71
+ "react-lottie-player": "2.1.0",
70
72
  "react-native-animatable": "1.4.0",
71
- "react-native-circular-progress": "1.4.0",
73
+ "react-native-circular-progress": "1.4.1",
72
74
  "react-native-logs": "5.1.0",
73
75
  "react-native-mime-types": "2.5.0",
74
76
  "react-native-paper": "5.12.3",
75
77
  "react-native-paper-dates": "0.22.7",
76
- "react-native-reanimated": "3.6.2",
77
- "react-native-screens": "3.29.0",
78
+ "react-native-reanimated": "3.16.1",
79
+ "react-native-screens": "4.1.0",
78
80
  "react-native-size-scaling": "0.5.1",
79
- "react-native-snap-carousel": "3.9.1",
80
- "react-native-svg": "14.1.0",
81
- "react-native-web": "0.19.6",
82
- "react-native-webview": "13.6.4",
81
+ "react-native-svg": "15.8.0",
82
+ "react-native-web": "0.19.13",
83
+ "react-native-webview": "13.12.5",
83
84
  "react-xml-parser": "1.1.8"
84
85
  },
85
86
  "devDependencies": {
86
- "@babel/core": "7.24.0",
87
+ "@babel/core": "7.25.2",
87
88
  "@babel/plugin-transform-class-static-block": "7.24.6",
88
89
  "@babel/preset-env": "7.24.7",
89
90
  "@commitlint/config-conventional": "19.2.2",
@@ -98,7 +99,6 @@
98
99
  "@types/lodash-es": "4.17.12",
99
100
  "@types/react": "18.3.1",
100
101
  "@types/react-native": "0.73.0",
101
- "@types/react-native-snap-carousel": "3.8.11",
102
102
  "@types/react-test-renderer": "18.3.0",
103
103
  "babel-jest": "29.7.0",
104
104
  "babel-preset-env": "1.7.0",
@@ -111,38 +111,37 @@
111
111
  "eslint-plugin-jest-dom": "5.4.0",
112
112
  "eslint-plugin-prettier": "5.1.3",
113
113
  "execa": "5.0.0",
114
- "expo-av": "13.10.6",
115
- "expo-barcode-scanner": "12.9.3",
116
- "expo-calendar": "12.2.1",
117
- "expo-camera": "14.1.3",
118
- "expo-contacts": "12.8.2",
119
- "expo-device": "5.9.4",
120
- "expo-document-picker": "11.10.1",
121
- "expo-file-system": "16.0.9",
122
- "expo-location": "16.5.5",
123
- "expo-network": "5.8.0",
124
- "expo-splash-screen": "0.26.5",
125
- "expo-web-browser": "12.8.2",
114
+ "expo-av": "15.0.1",
115
+ "expo-calendar": "14.0.4",
116
+ "expo-camera": "16.0.9",
117
+ "expo-contacts": "14.0.2",
118
+ "expo-device": "7.0.1",
119
+ "expo-document-picker": "13.0.1",
120
+ "expo-file-system": "18.0.4",
121
+ "expo-location": "18.0.3",
122
+ "expo-network": "7.0.3",
123
+ "expo-splash-screen": "0.29.16",
124
+ "expo-web-browser": "14.0.1",
126
125
  "handlebars": "4.7.8",
127
126
  "jest": "29.7.0",
128
127
  "jest-expo": "50.0.4",
129
128
  "jest-html-reporter": "3.10.2",
130
- "metro-react-native-babel-preset": "^0.77.0",
129
+ "metro-react-native-babel-preset": "0.77.0",
131
130
  "mockdate": "3.0.5",
132
131
  "ncp": "2.0.0",
133
- "react": "18.2.0",
134
- "react-dom": "18.2.0",
135
- "react-native": "0.73.6",
132
+ "react": "18.3.1",
133
+ "react-dom": "18.3.1",
134
+ "react-native": "0.76.3",
136
135
  "react-native-builder-bob": "0.18.1",
137
- "react-native-gesture-handler": "2.14.0",
138
- "react-native-safe-area-context": "4.8.2",
136
+ "react-native-gesture-handler": "2.20.2",
137
+ "react-native-safe-area-context": "4.12.0",
139
138
  "react-test-renderer": "18.2.0",
140
139
  "release-it": "14.2.2",
141
140
  "tar": "6.1.0",
142
141
  "typescript": "5.1.3",
143
- "victory-native": "36.6.11",
142
+ "victory-native": "37.3.2",
144
143
  "yargs": "16.2.0",
145
- "@wavemaker/variables": "11.9.2-rc.5853"
144
+ "@wavemaker/variables": "11.9.3-1.5914"
146
145
  },
147
146
  "jest": {
148
147
  "preset": "jest-expo",
@@ -1,4 +1,4 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import React from 'react';
@@ -215,7 +215,11 @@ export default class BaseApp extends React.Component {
215
215
  }
216
216
  }
217
217
  triggerPageReady(activePageName, activePageScope) {
218
- this.onPageReady(activePageName, activePageScope);
218
+ try {
219
+ this.onPageReady(activePageName, activePageScope);
220
+ } catch (e) {
221
+ console.error(e);
222
+ }
219
223
  }
220
224
  onPageReady(activePageName, activePageScope) {}
221
225
  setTimezone(timezone) {
@@ -343,7 +347,7 @@ export default class BaseApp extends React.Component {
343
347
  render: watch => {
344
348
  watch(() => AppToastService.refreshCount);
345
349
  return /*#__PURE__*/React.createElement(React.Fragment, null, AppToastService.toastsOpened.map((o, i) => {
346
- return this.getProviders( /*#__PURE__*/React.createElement(ThemeProvider, {
350
+ return this.getProviders(/*#__PURE__*/React.createElement(ThemeProvider, {
347
351
  value: this.appConfig.theme
348
352
  }, /*#__PURE__*/React.createElement(View, {
349
353
  key: i,
@@ -464,12 +468,16 @@ export default class BaseApp extends React.Component {
464
468
  right: 0
465
469
  }) => {
466
470
  var _this$props, _this$appConfig$drawe, _this$appConfig$drawe2;
467
- return this.getProviders( /*#__PURE__*/React.createElement(SafeAreaView, {
471
+ return this.getProviders(/*#__PURE__*/React.createElement(SafeAreaView, {
468
472
  style: {
469
473
  flex: 1
470
474
  }
471
475
  }, /*#__PURE__*/React.createElement(StatusBar, null), /*#__PURE__*/React.createElement(ThemeProvider, {
472
476
  value: this.appConfig.theme
477
+ }, /*#__PURE__*/React.createElement(View, {
478
+ style: {
479
+ flex: 1
480
+ }
473
481
  }, /*#__PURE__*/React.createElement(FixedViewContainer, null, /*#__PURE__*/React.createElement(View, {
474
482
  style: styles.container
475
483
  }, /*#__PURE__*/React.createElement(GestureHandlerRootView, {
@@ -483,7 +491,7 @@ export default class BaseApp extends React.Component {
483
491
  drawerAnimation: (_this$appConfig$drawe2 = this.appConfig.drawer) === null || _this$appConfig$drawe2 === void 0 ? void 0 : _this$appConfig$drawe2.getAnimation()
484
492
  }), commonPartial)), this.appConfig.url ? /*#__PURE__*/React.createElement(WmNetworkInfoToaster, {
485
493
  appLocale: this.appConfig.appLocale
486
- }) : null), this.renderToasters(), this.renderDialogs(), this.renderDisplayManager())));
494
+ }) : null), this.renderToasters(), this.renderDialogs(), this.renderDisplayManager()))));
487
495
  }))));
488
496
  }
489
497
  }