@wavemaker/app-rn-runtime 11.9.5-rc.6003 → 11.10.0-next.140549

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 (915) hide show
  1. {app-rn-runtime → package}/components/advanced/webview/webview.component.js +3 -1
  2. package/components/advanced/webview/webview.component.js.map +1 -0
  3. {app-rn-runtime → package}/components/basic/label/label.styles.js +4 -0
  4. package/components/basic/label/label.styles.js.map +1 -0
  5. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js +1 -1
  6. package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  7. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js +0 -8
  8. package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  9. package/components/basic/video/video.component.js +68 -0
  10. package/components/basic/video/video.component.js.map +1 -0
  11. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -7
  12. package/components/basic/video/video.props.js.map +1 -0
  13. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js.map +1 -1
  14. {app-rn-runtime → package}/components/container/wizard/wizard.component.js +10 -4
  15. package/components/container/wizard/wizard.component.js.map +1 -0
  16. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +7 -0
  17. package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
  18. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js.map +1 -1
  19. {app-rn-runtime → package}/components/input/toggle/toggle.component.js +1 -2
  20. package/components/input/toggle/toggle.component.js.map +1 -0
  21. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +22 -1
  22. package/components/page/page-content/page-content.component.js.map +1 -0
  23. {app-rn-runtime → package}/core/AppConfig.js.map +1 -1
  24. {app-rn-runtime → package}/core/accessibility.js +5 -10
  25. package/core/accessibility.js.map +1 -0
  26. {app-rn-runtime → package}/core/base.component.js +39 -2
  27. package/core/base.component.js.map +1 -0
  28. {app-rn-runtime → package}/core/utils.js +14 -0
  29. package/core/utils.js.map +1 -0
  30. package/npm-shrinkwrap.json +27331 -0
  31. package/package-lock.json +27331 -0
  32. {app-rn-runtime → package}/package.json +46 -49
  33. {app-rn-runtime → package}/runtime/base-fragment.component.js +0 -6
  34. package/runtime/base-fragment.component.js.map +1 -0
  35. {app-rn-runtime → package}/runtime/base-page.component.js +3 -0
  36. package/runtime/base-page.component.js.map +1 -0
  37. {app-rn-runtime → package}/runtime/services/device/camera-service.js +8 -8
  38. package/runtime/services/device/camera-service.js.map +1 -0
  39. {app-rn-runtime → package}/runtime/services/device/permissions.js +2 -2
  40. package/runtime/services/device/permissions.js.map +1 -0
  41. {app-rn-runtime → package}/runtime/services/device/scan-service.js +8 -34
  42. package/runtime/services/device/scan-service.js.map +1 -0
  43. {app-rn-runtime → package}/styles/background.component.js +3 -3
  44. package/styles/background.component.js.map +1 -0
  45. {app-rn-runtime → package}/styles/theme.js +1 -41
  46. package/styles/theme.js.map +1 -0
  47. app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
  48. app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
  49. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  50. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  51. app-rn-runtime/components/basic/video/video.component.js +0 -144
  52. app-rn-runtime/components/basic/video/video.component.js.map +0 -1
  53. app-rn-runtime/components/basic/video/video.props.js.map +0 -1
  54. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  55. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
  56. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  57. app-rn-runtime/components/page/page-content/page-content.component.js.map +0 -1
  58. app-rn-runtime/core/accessibility.js.map +0 -1
  59. app-rn-runtime/core/base.component.js.map +0 -1
  60. app-rn-runtime/core/utils.js.map +0 -1
  61. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  62. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  63. app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
  64. app-rn-runtime/runtime/services/device/permissions.js.map +0 -1
  65. app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
  66. app-rn-runtime/styles/background.component.js.map +0 -1
  67. app-rn-runtime/styles/theme.js.map +0 -1
  68. {app-rn-runtime → package}/actions/base-action.js +0 -0
  69. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  70. {app-rn-runtime → package}/actions/index.js +0 -0
  71. {app-rn-runtime → package}/actions/index.js.map +0 -0
  72. {app-rn-runtime → package}/actions/login-action.js +0 -0
  73. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  74. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  75. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  76. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  77. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  78. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  79. {app-rn-runtime → package}/actions/notification-action.js.map +0 -0
  80. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  81. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  82. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  83. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  84. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  85. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  86. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  87. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  88. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  89. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  90. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  91. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  92. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  93. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  94. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js +0 -0
  95. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js.map +0 -0
  96. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js +0 -0
  97. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js.map +0 -0
  98. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js +0 -0
  99. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js.map +0 -0
  100. {app-rn-runtime → package}/components/advanced/login/login.component.js +0 -0
  101. {app-rn-runtime → package}/components/advanced/login/login.component.js.map +0 -0
  102. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  103. {app-rn-runtime → package}/components/advanced/login/login.props.js.map +0 -0
  104. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  105. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  106. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -0
  107. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -0
  108. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  109. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  110. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  111. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  112. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  113. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  114. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  115. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  116. {app-rn-runtime → package}/components/basic/anchor/anchor.component.js +0 -0
  117. {app-rn-runtime → package}/components/basic/anchor/anchor.component.js.map +0 -0
  118. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +0 -0
  119. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js.map +0 -0
  120. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js +0 -0
  121. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js.map +0 -0
  122. {app-rn-runtime → package}/components/basic/animatedview.component.js +0 -0
  123. {app-rn-runtime → package}/components/basic/animatedview.component.js.map +0 -0
  124. {app-rn-runtime → package}/components/basic/audio/audio.component.js +0 -0
  125. {app-rn-runtime → package}/components/basic/audio/audio.component.js.map +0 -0
  126. {app-rn-runtime → package}/components/basic/audio/audio.props.js +0 -0
  127. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  128. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  129. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  130. {app-rn-runtime → package}/components/basic/button/button.component.js +0 -0
  131. {app-rn-runtime → package}/components/basic/button/button.component.js.map +0 -0
  132. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  133. {app-rn-runtime → package}/components/basic/button/button.props.js.map +0 -0
  134. {app-rn-runtime → package}/components/basic/button/button.styles.js +0 -0
  135. {app-rn-runtime → package}/components/basic/button/button.styles.js.map +0 -0
  136. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  137. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js.map +0 -0
  138. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  139. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  140. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  141. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  142. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  143. {app-rn-runtime → package}/components/basic/custom/custom.component.js.map +0 -0
  144. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  145. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  146. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  147. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  148. {app-rn-runtime → package}/components/basic/icon/icon.component.js +0 -0
  149. {app-rn-runtime → package}/components/basic/icon/icon.component.js.map +0 -0
  150. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  151. {app-rn-runtime → package}/components/basic/icon/icon.props.js.map +0 -0
  152. {app-rn-runtime → package}/components/basic/icon/icon.styles.js +0 -0
  153. {app-rn-runtime → package}/components/basic/icon/icon.styles.js.map +0 -0
  154. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  155. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  156. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  157. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  158. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  159. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  160. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  161. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  162. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  163. {app-rn-runtime → package}/components/basic/label/label.component.js +0 -0
  164. {app-rn-runtime → package}/components/basic/label/label.component.js.map +0 -0
  165. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  166. {app-rn-runtime → package}/components/basic/label/label.props.js.map +0 -0
  167. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  168. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js.map +0 -0
  169. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  170. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  171. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  172. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  173. {app-rn-runtime → package}/components/basic/message/message.component.js +0 -0
  174. {app-rn-runtime → package}/components/basic/message/message.component.js.map +0 -0
  175. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  176. {app-rn-runtime → package}/components/basic/message/message.props.js.map +0 -0
  177. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  178. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  179. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  180. {app-rn-runtime → package}/components/basic/modal/modal.component.js.map +0 -0
  181. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  182. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  183. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  184. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  185. {app-rn-runtime → package}/components/basic/picture/picture.component.js +0 -0
  186. {app-rn-runtime → package}/components/basic/picture/picture.component.js.map +0 -0
  187. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  188. {app-rn-runtime → package}/components/basic/picture/picture.props.js.map +0 -0
  189. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  190. {app-rn-runtime → package}/components/basic/picture/picture.styles.js.map +0 -0
  191. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  192. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js.map +0 -0
  193. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js +0 -0
  194. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js.map +0 -0
  195. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  196. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  197. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  198. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  199. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  200. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  201. {app-rn-runtime → package}/components/basic/search/search.component.js +0 -0
  202. {app-rn-runtime → package}/components/basic/search/search.component.js.map +0 -0
  203. {app-rn-runtime → package}/components/basic/search/search.props.js +0 -0
  204. {app-rn-runtime → package}/components/basic/search/search.props.js.map +0 -0
  205. {app-rn-runtime → package}/components/basic/search/search.styles.js +0 -0
  206. {app-rn-runtime → package}/components/basic/search/search.styles.js.map +0 -0
  207. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  208. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js.map +0 -0
  209. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  210. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  211. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  212. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  213. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js +0 -0
  214. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js.map +0 -0
  215. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  216. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  217. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  218. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  219. {app-rn-runtime → package}/components/basic/tooltip/tooltip.component.js +0 -0
  220. {app-rn-runtime → package}/components/basic/tooltip/tooltip.component.js.map +0 -0
  221. {app-rn-runtime → package}/components/basic/tooltip/tooltip.props.js +0 -0
  222. {app-rn-runtime → package}/components/basic/tooltip/tooltip.props.js.map +0 -0
  223. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js +0 -0
  224. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js.map +0 -0
  225. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  226. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  227. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  228. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js.map +0 -0
  229. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  230. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  231. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  232. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  233. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  234. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js.map +0 -0
  235. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  236. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js.map +0 -0
  237. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  238. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  239. {app-rn-runtime → package}/components/chart/basechart.component.js +0 -0
  240. {app-rn-runtime → package}/components/chart/basechart.component.js.map +0 -0
  241. {app-rn-runtime → package}/components/chart/basechart.props.js +0 -0
  242. {app-rn-runtime → package}/components/chart/basechart.props.js.map +0 -0
  243. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  244. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  245. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  246. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js.map +0 -0
  247. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  248. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  249. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  250. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  251. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  252. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  253. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  254. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  255. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  256. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  257. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  258. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  259. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js +0 -0
  260. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  261. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  262. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  263. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  264. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  265. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  266. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js.map +0 -0
  267. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  268. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  269. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  270. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  271. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js +0 -0
  272. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js.map +0 -0
  273. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js +0 -0
  274. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  275. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  276. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  277. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js +0 -0
  278. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js.map +0 -0
  279. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js +0 -0
  280. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  281. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  282. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  283. {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
  284. {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
  285. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  286. {app-rn-runtime → package}/components/chart/theme/chart.theme.js.map +0 -0
  287. {app-rn-runtime → package}/components/container/accordion/accordion.component.js +0 -0
  288. {app-rn-runtime → package}/components/container/accordion/accordion.component.js.map +0 -0
  289. {app-rn-runtime → package}/components/container/accordion/accordion.props.js +0 -0
  290. {app-rn-runtime → package}/components/container/accordion/accordion.props.js.map +0 -0
  291. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js +0 -0
  292. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js.map +0 -0
  293. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js +0 -0
  294. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  295. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  296. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  297. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  298. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  299. {app-rn-runtime → package}/components/container/container.component.js +0 -0
  300. {app-rn-runtime → package}/components/container/container.component.js.map +0 -0
  301. {app-rn-runtime → package}/components/container/container.props.js +0 -0
  302. {app-rn-runtime → package}/components/container/container.props.js.map +0 -0
  303. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  304. {app-rn-runtime → package}/components/container/container.styles.js.map +0 -0
  305. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  306. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -0
  307. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  308. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  309. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  310. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  311. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  312. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -0
  313. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  314. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  315. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  316. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  317. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  318. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js.map +0 -0
  319. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  320. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  321. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  322. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  323. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js +0 -0
  324. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js.map +0 -0
  325. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  326. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  327. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  328. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  329. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
  330. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -0
  331. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  332. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  333. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  334. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  335. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
  336. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
  337. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  338. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  339. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  340. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  341. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  342. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  343. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  344. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  345. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  346. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  347. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  348. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  349. {app-rn-runtime → package}/components/container/panel/panel.component.js +0 -0
  350. {app-rn-runtime → package}/components/container/panel/panel.component.js.map +0 -0
  351. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  352. {app-rn-runtime → package}/components/container/panel/panel.props.js.map +0 -0
  353. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  354. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  355. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  356. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  357. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js +0 -0
  358. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js.map +0 -0
  359. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  360. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js.map +0 -0
  361. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  362. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  363. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +0 -0
  364. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js.map +0 -0
  365. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  366. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js.map +0 -0
  367. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  368. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  369. {app-rn-runtime → package}/components/container/tabs/tabs.component.js +0 -0
  370. {app-rn-runtime → package}/components/container/tabs/tabs.component.js.map +0 -0
  371. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  372. {app-rn-runtime → package}/components/container/tabs/tabs.props.js.map +0 -0
  373. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js +0 -0
  374. {app-rn-runtime → package}/components/container/tile/tile.component.js +0 -0
  375. {app-rn-runtime → package}/components/container/tile/tile.component.js.map +0 -0
  376. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  377. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  378. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  379. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  380. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  381. {app-rn-runtime → package}/components/container/wizard/wizard.props.js.map +0 -0
  382. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js +0 -0
  383. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js.map +0 -0
  384. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  385. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  386. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  387. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  388. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  389. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js.map +0 -0
  390. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  391. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  392. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  393. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  394. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  395. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js.map +0 -0
  396. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  397. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  398. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  399. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  400. {app-rn-runtime → package}/components/data/card/card.component.js +0 -0
  401. {app-rn-runtime → package}/components/data/card/card.component.js.map +0 -0
  402. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  403. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  404. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  405. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  406. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js +0 -0
  407. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js.map +0 -0
  408. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js +0 -0
  409. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  410. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  411. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  412. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  413. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js.map +0 -0
  414. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  415. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  416. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  417. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  418. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js +0 -0
  419. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js.map +0 -0
  420. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js +0 -0
  421. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js.map +0 -0
  422. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  423. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js.map +0 -0
  424. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  425. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js.map +0 -0
  426. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  427. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  428. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  429. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  430. {app-rn-runtime → package}/components/data/form/form.component.js +0 -0
  431. {app-rn-runtime → package}/components/data/form/form.component.js.map +0 -0
  432. {app-rn-runtime → package}/components/data/form/form.props.js +0 -0
  433. {app-rn-runtime → package}/components/data/form/form.props.js.map +0 -0
  434. {app-rn-runtime → package}/components/data/form/form.styles.js +0 -0
  435. {app-rn-runtime → package}/components/data/form/form.styles.js.map +0 -0
  436. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js +0 -0
  437. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js.map +0 -0
  438. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.props.js +0 -0
  439. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.props.js.map +0 -0
  440. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js +0 -0
  441. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js.map +0 -0
  442. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js +0 -0
  443. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js.map +0 -0
  444. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  445. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  446. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  447. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js.map +0 -0
  448. {app-rn-runtime → package}/components/data/list/list.component.js +0 -0
  449. {app-rn-runtime → package}/components/data/list/list.component.js.map +0 -0
  450. {app-rn-runtime → package}/components/data/list/list.props.js +0 -0
  451. {app-rn-runtime → package}/components/data/list/list.props.js.map +0 -0
  452. {app-rn-runtime → package}/components/data/list/list.styles.js +0 -0
  453. {app-rn-runtime → package}/components/data/list/list.styles.js.map +0 -0
  454. {app-rn-runtime → package}/components/data/liveform/liveform.component.js +0 -0
  455. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  456. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js +0 -0
  457. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js.map +0 -0
  458. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  459. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js.map +0 -0
  460. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  461. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  462. {app-rn-runtime → package}/components/device/camera/camera.component.js +0 -0
  463. {app-rn-runtime → package}/components/device/camera/camera.component.js.map +0 -0
  464. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  465. {app-rn-runtime → package}/components/device/camera/camera.props.js.map +0 -0
  466. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  467. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  468. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js +0 -0
  469. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  470. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  471. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  472. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  473. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  474. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js +0 -0
  475. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  476. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  477. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  478. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  479. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  480. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js +0 -0
  481. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js.map +0 -0
  482. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  483. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  484. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js +0 -0
  485. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js.map +0 -0
  486. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  487. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js.map +0 -0
  488. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  489. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  490. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  491. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  492. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +0 -0
  493. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -0
  494. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  495. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  496. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  497. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  498. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +0 -0
  499. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js.map +0 -0
  500. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  501. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js.map +0 -0
  502. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  503. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  504. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js +0 -0
  505. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js.map +0 -0
  506. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +0 -0
  507. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js.map +0 -0
  508. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  509. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  510. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js +0 -0
  511. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js.map +0 -0
  512. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  513. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js.map +0 -0
  514. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  515. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  516. {app-rn-runtime → package}/components/input/calendar/calendar.component.js +0 -0
  517. {app-rn-runtime → package}/components/input/calendar/calendar.component.js.map +0 -0
  518. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  519. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  520. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js +0 -0
  521. {app-rn-runtime → package}/components/input/calendar/views/month-view.js +0 -0
  522. {app-rn-runtime → package}/components/input/calendar/views/month-view.js.map +0 -0
  523. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  524. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  525. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js +0 -0
  526. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js.map +0 -0
  527. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js +0 -0
  528. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  529. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  530. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js.map +0 -0
  531. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js +0 -0
  532. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js.map +0 -0
  533. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +0 -0
  534. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  535. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  536. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js.map +0 -0
  537. {app-rn-runtime → package}/components/input/chips/chips.component.js +0 -0
  538. {app-rn-runtime → package}/components/input/chips/chips.component.js.map +0 -0
  539. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  540. {app-rn-runtime → package}/components/input/chips/chips.props.js.map +0 -0
  541. {app-rn-runtime → package}/components/input/chips/chips.styles.js +0 -0
  542. {app-rn-runtime → package}/components/input/chips/chips.styles.js.map +0 -0
  543. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  544. {app-rn-runtime → package}/components/input/composite/composite.component.js.map +0 -0
  545. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  546. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  547. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  548. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  549. {app-rn-runtime → package}/components/input/currency/currency.component.js +0 -0
  550. {app-rn-runtime → package}/components/input/currency/currency.component.js.map +0 -0
  551. {app-rn-runtime → package}/components/input/currency/currency.props.js +0 -0
  552. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  553. {app-rn-runtime → package}/components/input/currency/currency.styles.js +0 -0
  554. {app-rn-runtime → package}/components/input/currency/currency.styles.js.map +0 -0
  555. {app-rn-runtime → package}/components/input/epoch/base-datetime.component.js +0 -0
  556. {app-rn-runtime → package}/components/input/epoch/base-datetime.component.js.map +0 -0
  557. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  558. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  559. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  560. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  561. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js +0 -0
  562. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js.map +0 -0
  563. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  564. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js.map +0 -0
  565. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  566. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  567. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +0 -0
  568. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js.map +0 -0
  569. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js +0 -0
  570. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js.map +0 -0
  571. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  572. {app-rn-runtime → package}/components/input/epoch/time/time.component.js.map +0 -0
  573. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  574. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  575. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js +0 -0
  576. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js.map +0 -0
  577. {app-rn-runtime → package}/components/input/epoch/wheel-date-picker.component.js +0 -0
  578. {app-rn-runtime → package}/components/input/epoch/wheel-date-picker.component.js.map +0 -0
  579. {app-rn-runtime → package}/components/input/epoch/wheel-time-picker.component.js +0 -0
  580. {app-rn-runtime → package}/components/input/epoch/wheel-time-picker.component.js.map +0 -0
  581. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -0
  582. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -0
  583. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -0
  584. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -0
  585. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
  586. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -0
  587. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -0
  588. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -0
  589. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -0
  590. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -0
  591. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
  592. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -0
  593. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -0
  594. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -0
  595. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -0
  596. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -0
  597. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js +0 -0
  598. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js.map +0 -0
  599. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  600. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js.map +0 -0
  601. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  602. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  603. {app-rn-runtime → package}/components/input/number/number.component.js +0 -0
  604. {app-rn-runtime → package}/components/input/number/number.component.js.map +0 -0
  605. {app-rn-runtime → package}/components/input/number/number.props.js +0 -0
  606. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  607. {app-rn-runtime → package}/components/input/number/number.styles.js +0 -0
  608. {app-rn-runtime → package}/components/input/number/number.styles.js.map +0 -0
  609. {app-rn-runtime → package}/components/input/radioset/radioset.component.js +0 -0
  610. {app-rn-runtime → package}/components/input/radioset/radioset.component.js.map +0 -0
  611. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +0 -0
  612. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +0 -0
  613. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js +0 -0
  614. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js.map +0 -0
  615. {app-rn-runtime → package}/components/input/rating/rating.component.js +0 -0
  616. {app-rn-runtime → package}/components/input/rating/rating.component.js.map +0 -0
  617. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  618. {app-rn-runtime → package}/components/input/rating/rating.props.js.map +0 -0
  619. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  620. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  621. {app-rn-runtime → package}/components/input/select/select.component.js +0 -0
  622. {app-rn-runtime → package}/components/input/select/select.component.js.map +0 -0
  623. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  624. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  625. {app-rn-runtime → package}/components/input/select/select.styles.js +0 -0
  626. {app-rn-runtime → package}/components/input/select/select.styles.js.map +0 -0
  627. {app-rn-runtime → package}/components/input/slider/slider.component.js +0 -0
  628. {app-rn-runtime → package}/components/input/slider/slider.component.js.map +0 -0
  629. {app-rn-runtime → package}/components/input/slider/slider.props.js +0 -0
  630. {app-rn-runtime → package}/components/input/slider/slider.props.js.map +0 -0
  631. {app-rn-runtime → package}/components/input/slider/slider.styles.js +0 -0
  632. {app-rn-runtime → package}/components/input/slider/slider.styles.js.map +0 -0
  633. {app-rn-runtime → package}/components/input/switch/switch.component.js +0 -0
  634. {app-rn-runtime → package}/components/input/switch/switch.component.js.map +0 -0
  635. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  636. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  637. {app-rn-runtime → package}/components/input/switch/switch.styles.js +0 -0
  638. {app-rn-runtime → package}/components/input/switch/switch.styles.js.map +0 -0
  639. {app-rn-runtime → package}/components/input/text/text.component.js +0 -0
  640. {app-rn-runtime → package}/components/input/text/text.component.js.map +0 -0
  641. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  642. {app-rn-runtime → package}/components/input/text/text.props.js.map +0 -0
  643. {app-rn-runtime → package}/components/input/text/text.styles.js +0 -0
  644. {app-rn-runtime → package}/components/input/text/text.styles.js.map +0 -0
  645. {app-rn-runtime → package}/components/input/textarea/textarea.component.js +0 -0
  646. {app-rn-runtime → package}/components/input/textarea/textarea.component.js.map +0 -0
  647. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  648. {app-rn-runtime → package}/components/input/textarea/textarea.props.js.map +0 -0
  649. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js +0 -0
  650. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js.map +0 -0
  651. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  652. {app-rn-runtime → package}/components/input/toggle/toggle.props.js.map +0 -0
  653. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js +0 -0
  654. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js.map +0 -0
  655. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js +0 -0
  656. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js.map +0 -0
  657. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  658. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js.map +0 -0
  659. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  660. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js.map +0 -0
  661. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +0 -0
  662. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  663. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  664. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  665. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  666. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  667. {app-rn-runtime → package}/components/navigation/menu/menu.component.js +0 -0
  668. {app-rn-runtime → package}/components/navigation/menu/menu.component.js.map +0 -0
  669. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  670. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  671. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js +0 -0
  672. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js.map +0 -0
  673. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js +0 -0
  674. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js.map +0 -0
  675. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  676. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js.map +0 -0
  677. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  678. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  679. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js +0 -0
  680. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js.map +0 -0
  681. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  682. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js.map +0 -0
  683. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  684. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  685. {app-rn-runtime → package}/components/navigation/popover/popover.component.js +0 -0
  686. {app-rn-runtime → package}/components/navigation/popover/popover.component.js.map +0 -0
  687. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  688. {app-rn-runtime → package}/components/navigation/popover/popover.props.js.map +0 -0
  689. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js +0 -0
  690. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js.map +0 -0
  691. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  692. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  693. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  694. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  695. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  696. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  697. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +0 -0
  698. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js.map +0 -0
  699. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  700. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  701. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  702. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  703. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  704. {app-rn-runtime → package}/components/page/page-content/page-content.props.js.map +0 -0
  705. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  706. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  707. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  708. {app-rn-runtime → package}/components/page/page.component.js.map +0 -0
  709. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  710. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  711. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  712. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  713. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  714. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  715. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  716. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  717. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  718. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  719. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  720. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js.map +0 -0
  721. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  722. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js.map +0 -0
  723. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  724. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  725. {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
  726. {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
  727. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js +0 -0
  728. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js.map +0 -0
  729. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  730. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js.map +0 -0
  731. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  732. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  733. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  734. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  735. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  736. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  737. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  738. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  739. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  740. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  741. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  742. {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
  743. {app-rn-runtime → package}/core/components/floatinglabel.component.js.map +0 -0
  744. {app-rn-runtime → package}/core/components/textinput.component.js +0 -0
  745. {app-rn-runtime → package}/core/components/textinput.component.js.map +0 -0
  746. {app-rn-runtime → package}/core/constant.service.js +0 -0
  747. {app-rn-runtime → package}/core/constant.service.js.map +0 -0
  748. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  749. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  750. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  751. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  752. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  753. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  754. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  755. {app-rn-runtime → package}/core/device/camera-service.js.map +0 -0
  756. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  757. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  758. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  759. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  760. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  761. {app-rn-runtime → package}/core/device/scan-service.js.map +0 -0
  762. {app-rn-runtime → package}/core/display.manager.js +0 -0
  763. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  764. {app-rn-runtime → package}/core/event-notifier.js +0 -0
  765. {app-rn-runtime → package}/core/event-notifier.js.map +0 -0
  766. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  767. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  768. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  769. {app-rn-runtime → package}/core/fixed-view.component.js.map +0 -0
  770. {app-rn-runtime → package}/core/formatters.js +0 -0
  771. {app-rn-runtime → package}/core/formatters.js.map +0 -0
  772. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  773. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  774. {app-rn-runtime → package}/core/if.component.js +0 -0
  775. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  776. {app-rn-runtime → package}/core/imageSizeEstimator.js +0 -0
  777. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  778. {app-rn-runtime → package}/core/injector.js +0 -0
  779. {app-rn-runtime → package}/core/injector.js.map +0 -0
  780. {app-rn-runtime → package}/core/key.extractor.js +0 -0
  781. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  782. {app-rn-runtime → package}/core/logger.js +0 -0
  783. {app-rn-runtime → package}/core/logger.js.map +0 -0
  784. {app-rn-runtime → package}/core/modal.service.js +0 -0
  785. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  786. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  787. {app-rn-runtime → package}/core/navigation.service.js.map +0 -0
  788. {app-rn-runtime → package}/core/network.service.js +0 -0
  789. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  790. {app-rn-runtime → package}/core/partial.service.js +0 -0
  791. {app-rn-runtime → package}/core/partial.service.js.map +0 -0
  792. {app-rn-runtime → package}/core/props.provider.js +0 -0
  793. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  794. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  795. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  796. {app-rn-runtime → package}/core/security.service.js +0 -0
  797. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  798. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  799. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  800. {app-rn-runtime → package}/core/storage.service.js +0 -0
  801. {app-rn-runtime → package}/core/storage.service.js.map +0 -0
  802. {app-rn-runtime → package}/core/tappable.component.js +0 -0
  803. {app-rn-runtime → package}/core/tappable.component.js.map +0 -0
  804. {app-rn-runtime → package}/core/testid.provider.js +0 -0
  805. {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
  806. {app-rn-runtime → package}/core/toast.service.js +0 -0
  807. {app-rn-runtime → package}/core/toast.service.js.map +0 -0
  808. {app-rn-runtime → package}/core/ui-preferences.context.js +0 -0
  809. {app-rn-runtime → package}/core/ui-preferences.context.js.map +0 -0
  810. {app-rn-runtime → package}/core/viewport.js +0 -0
  811. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  812. {app-rn-runtime → package}/core/wm-component-tree.js +0 -0
  813. {app-rn-runtime → package}/core/wm-component-tree.js.map +0 -0
  814. {app-rn-runtime → package}/gestures/swipe.animation.js +0 -0
  815. {app-rn-runtime → package}/gestures/swipe.animation.js.map +0 -0
  816. {app-rn-runtime → package}/index.js +0 -0
  817. {app-rn-runtime → package}/index.js.map +0 -0
  818. {app-rn-runtime → package}/runtime/App.js +0 -0
  819. {app-rn-runtime → package}/runtime/App.js.map +0 -0
  820. {app-rn-runtime → package}/runtime/App.navigator.js +0 -0
  821. {app-rn-runtime → package}/runtime/App.navigator.js.map +0 -0
  822. {app-rn-runtime → package}/runtime/base-partial.component.js +0 -0
  823. {app-rn-runtime → package}/runtime/base-partial.component.js.map +0 -0
  824. {app-rn-runtime → package}/runtime/base-prefab.component.js +0 -0
  825. {app-rn-runtime → package}/runtime/base-prefab.component.js.map +0 -0
  826. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  827. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  828. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  829. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  830. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  831. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js.map +0 -0
  832. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  833. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js.map +0 -0
  834. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  835. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  836. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  837. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js.map +0 -0
  838. {app-rn-runtime → package}/runtime/services/app-i18n.service.js +0 -0
  839. {app-rn-runtime → package}/runtime/services/app-i18n.service.js.map +0 -0
  840. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  841. {app-rn-runtime → package}/runtime/services/app-modal.service.js.map +0 -0
  842. {app-rn-runtime → package}/runtime/services/app-security.service.js +0 -0
  843. {app-rn-runtime → package}/runtime/services/app-security.service.js.map +0 -0
  844. {app-rn-runtime → package}/runtime/services/app-spinner.service.js +0 -0
  845. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  846. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  847. {app-rn-runtime → package}/runtime/services/app-toast.service.js.map +0 -0
  848. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  849. {app-rn-runtime → package}/runtime/services/device/calendar-service.js.map +0 -0
  850. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  851. {app-rn-runtime → package}/runtime/services/device/contacts-service.js.map +0 -0
  852. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  853. {app-rn-runtime → package}/runtime/services/device/location-service.js.map +0 -0
  854. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  855. {app-rn-runtime → package}/runtime/services/partial.service.js.map +0 -0
  856. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  857. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  858. {app-rn-runtime → package}/runtime/watcher.js +0 -0
  859. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  860. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  861. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  862. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  863. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  864. {app-rn-runtime → package}/styles/style-props.js +0 -0
  865. {app-rn-runtime → package}/styles/style-props.js.map +0 -0
  866. {app-rn-runtime → package}/styles/theme.variables.js +0 -0
  867. {app-rn-runtime → package}/styles/theme.variables.js.map +0 -0
  868. {app-rn-runtime → package}/variables/base-variable.js +0 -0
  869. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  870. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  871. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js.map +0 -0
  872. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  873. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js.map +0 -0
  874. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  875. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js.map +0 -0
  876. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  877. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js.map +0 -0
  878. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  879. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js.map +0 -0
  880. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  881. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js.map +0 -0
  882. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  883. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  884. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  885. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js.map +0 -0
  886. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  887. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  888. {app-rn-runtime → package}/variables/device/device/network-info.operation.js +0 -0
  889. {app-rn-runtime → package}/variables/device/device/network-info.operation.js.map +0 -0
  890. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  891. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  892. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  893. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js.map +0 -0
  894. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  895. {app-rn-runtime → package}/variables/device/operation.provider.js.map +0 -0
  896. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  897. {app-rn-runtime → package}/variables/device/scan/scan.operation.js.map +0 -0
  898. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  899. {app-rn-runtime → package}/variables/device-variable.js.map +0 -0
  900. {app-rn-runtime → package}/variables/http.service.js +0 -0
  901. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  902. {app-rn-runtime → package}/variables/live-variable.js +0 -0
  903. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  904. {app-rn-runtime → package}/variables/model-variable.js +0 -0
  905. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  906. {app-rn-runtime → package}/variables/service-variable.js +0 -0
  907. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  908. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  909. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  910. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  911. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  912. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  913. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  914. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  915. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-rn-runtime",
3
- "version": "11.9.5-rc.6003",
3
+ "version": "11.10.0-next.140549",
4
4
  "description": "''",
5
5
  "main": "index",
6
6
  "module": "index",
@@ -37,54 +37,50 @@
37
37
  "url": "http://wavemaker.com/issues"
38
38
  },
39
39
  "homepage": "http://wavemaker.com#readme",
40
- "publishConfig": {
41
- "registry": "https://registry.npmjs.org/"
42
- },
43
40
  "dependencies": {
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",
41
+ "@expo/vector-icons": "14.0.0",
42
+ "@react-native-async-storage/async-storage": "1.21.0",
43
+ "@react-native-community/datetimepicker": "7.6.1",
44
+ "@react-native-community/netinfo": "11.1.0",
45
+ "@react-native-community/slider": "4.5.2",
46
+ "@react-native-masked-view/masked-view": "0.3.0",
47
+ "@react-native/assets-registry": "0.74.83",
52
48
  "@react-navigation/drawer": "6.6.3",
53
49
  "@react-navigation/native": "6.1.7",
54
50
  "@react-navigation/stack": "6.3.29",
55
- "@wavemaker/variables": "11.9.5-rc.6003",
51
+ "@wavemaker/variables": "11.10.0-next.140549",
56
52
  "axios": "1.6.8",
57
53
  "color": "4.2.3",
58
54
  "cross-env": "7.0.3",
59
55
  "css-mediaquery": "0.1.2",
60
56
  "d3-shape": "3.2.0",
61
- "expo-application": "6.0.1",
62
- "expo-font": "13.0.1",
63
- "expo-linear-gradient": "13.0.2",
64
- "expo-modules-core": "2.1.1",
65
- "expo-video": "2.0.2",
57
+ "expo-application": "5.8.4",
58
+ "expo-font": "11.10.3",
59
+ "expo-linear-gradient": "12.7.2",
60
+ "expo-modules-core": "1.11.13",
66
61
  "fast-xml-parser": "4.3.6",
67
- "imask": "7.6.1",
62
+ "imask": "7.6.0",
68
63
  "lodash-es": "4.17.21",
69
- "lottie-react-native": "7.1.0",
64
+ "lottie-react-native": "6.5.1",
70
65
  "moment": "2.30.1",
71
- "react-lottie-player": "2.1.0",
66
+ "react-lottie-player": "2.0.0",
72
67
  "react-native-animatable": "1.4.0",
73
- "react-native-circular-progress": "1.4.1",
68
+ "react-native-circular-progress": "1.4.0",
74
69
  "react-native-logs": "5.1.0",
75
70
  "react-native-mime-types": "2.5.0",
76
71
  "react-native-paper": "5.12.3",
77
72
  "react-native-paper-dates": "0.22.7",
78
- "react-native-reanimated": "3.16.1",
79
- "react-native-screens": "4.1.0",
73
+ "react-native-reanimated": "3.6.2",
74
+ "react-native-screens": "3.29.0",
80
75
  "react-native-size-scaling": "0.5.1",
81
- "react-native-svg": "15.8.0",
82
- "react-native-web": "0.19.13",
83
- "react-native-webview": "13.12.5",
76
+ "react-native-snap-carousel": "3.9.1",
77
+ "react-native-svg": "14.1.0",
78
+ "react-native-web": "0.19.6",
79
+ "react-native-webview": "13.6.4",
84
80
  "react-xml-parser": "1.1.8"
85
81
  },
86
82
  "devDependencies": {
87
- "@babel/core": "7.25.2",
83
+ "@babel/core": "7.24.0",
88
84
  "@babel/plugin-transform-class-static-block": "7.24.6",
89
85
  "@babel/preset-env": "7.24.7",
90
86
  "@commitlint/config-conventional": "19.2.2",
@@ -99,6 +95,7 @@
99
95
  "@types/lodash-es": "4.17.12",
100
96
  "@types/react": "18.3.1",
101
97
  "@types/react-native": "0.73.0",
98
+ "@types/react-native-snap-carousel": "3.8.11",
102
99
  "@types/react-test-renderer": "18.3.0",
103
100
  "babel-jest": "29.7.0",
104
101
  "babel-preset-env": "1.7.0",
@@ -111,37 +108,37 @@
111
108
  "eslint-plugin-jest-dom": "5.4.0",
112
109
  "eslint-plugin-prettier": "5.1.3",
113
110
  "execa": "5.0.0",
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",
111
+ "expo-av": "13.10.6",
112
+ "expo-barcode-scanner": "12.9.3",
113
+ "expo-calendar": "12.2.1",
114
+ "expo-camera": "14.1.3",
115
+ "expo-contacts": "12.8.2",
116
+ "expo-device": "5.9.4",
117
+ "expo-document-picker": "11.10.1",
118
+ "expo-file-system": "16.0.9",
119
+ "expo-location": "16.5.5",
120
+ "expo-network": "5.8.0",
121
+ "expo-splash-screen": "0.26.5",
122
+ "expo-web-browser": "12.8.2",
125
123
  "handlebars": "4.7.8",
126
124
  "jest": "29.7.0",
127
- "jest-expo": "52.0.2",
125
+ "jest-expo": "50.0.4",
128
126
  "jest-html-reporter": "3.10.2",
129
- "metro-react-native-babel-preset": "0.77.0",
127
+ "metro-react-native-babel-preset": "^0.77.0",
130
128
  "mockdate": "3.0.5",
131
129
  "ncp": "2.0.0",
132
- "react": "18.3.1",
133
- "react-dom": "18.3.1",
134
- "react-native": "0.76.3",
130
+ "react": "18.2.0",
131
+ "react-dom": "18.2.0",
132
+ "react-native": "0.73.6",
135
133
  "react-native-builder-bob": "0.18.1",
136
- "react-native-gesture-handler": "2.20.2",
137
- "react-native-safe-area-context": "4.12.0",
134
+ "react-native-gesture-handler": "2.14.0",
135
+ "react-native-safe-area-context": "4.8.2",
138
136
  "react-test-renderer": "18.2.0",
139
137
  "release-it": "14.2.2",
140
138
  "tar": "6.1.0",
141
139
  "typescript": "5.1.3",
142
- "victory-native": "37.3.2",
143
- "yargs": "16.2.0",
144
- "@wavemaker/variables": "11.9.5-rc.6003"
140
+ "victory-native": "36.6.11",
141
+ "yargs": "16.2.0"
145
142
  },
146
143
  "jest": {
147
144
  "preset": "jest-expo",
@@ -18,7 +18,6 @@ import spinnerService from '@wavemaker/app-rn-runtime/runtime/services/app-spinn
18
18
  import AppI18nService from './services/app-i18n.service';
19
19
  import WmFormAction from '@wavemaker/app-rn-runtime/components/data/form/form-action/form-action.component';
20
20
  import WmLeftPanel from '@wavemaker/app-rn-runtime/components/page/left-panel/left-panel.component';
21
- import WmLabel from '../components/basic/label/label.component';
22
21
  export class SkeletonAnimationProps extends BaseProps {
23
22
  constructor(...args) {
24
23
  super(...args);
@@ -184,11 +183,6 @@ export default class BaseFragment extends BaseComponent {
184
183
  var _w$_INSTANCE$styles;
185
184
  this.appConfig.leftNavWidth = (_w$_INSTANCE$styles = w._INSTANCE.styles) === null || _w$_INSTANCE$styles === void 0 || (_w$_INSTANCE$styles = _w$_INSTANCE$styles.root) === null || _w$_INSTANCE$styles === void 0 ? void 0 : _w$_INSTANCE$styles.width;
186
185
  }
187
- // temporary fix need to be removed in Expo53
188
- if (this.appConfig.revertLayoutToExpo50 && w instanceof WmLabel) {
189
- var _w$styles;
190
- ((_w$styles = w.styles) === null || _w$styles === void 0 ? void 0 : _w$styles.root) && (w.styles.root.flexDirection = "row");
191
- }
192
186
  }
193
187
  onComponentDestroy(w) {
194
188
  const id = w.props.id || w.props.name;
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","get","filter","isNil","TestIdPrefixProvider","TextIdPrefixConsumer","injector","toBoolean","toNumber","isFullPathUrl","BaseComponent","BaseProps","ParentContext","BASE_THEME","ThemeProvider","VariableEvents","default","_viewPort","EVENTS","viewportEvents","WmFormField","WmForm","ToastConsumer","spinnerService","AppI18nService","WmFormAction","WmLeftPanel","SkeletonAnimationProps","constructor","args","_defineProperty","FragmentProps","BaseFragment","props","defaultProps","createElement","text","title","okButtonText","cancelButtonText","onOk","onCancel","onClose","App","appConfig","app","formatters","Actions","Object","assign","Variables","cleanup","push","subscribe","ORIENTATION_CHANGE","$new","$old","isDetached","targetWidget","invokeEventCallback","proxy","screenWidth","width","screenHeight","height","SIZE_CHANGE","_this$theme","theme","destroy","baseUrl","url","resourceBaseUrl","onDestroy","onContentReady","onReady","e","console","error","refresh","onComponentChange","w","onComponentInit","id","name","formWidgets","formFields","formActions","Widgets","buttonArray","parentFormRef","pid","forEach","ff","formKey","registerFormFields","registerFormActions","formfield","formRef","fragments","_w$_INSTANCE$styles","leftNavWidth","_INSTANCE","styles","root","onComponentDestroy","formfields","handleUrl","startsWith","getDateFormat","fmt","dateFormat","replace","getTimeFormat","timeFormat","getDateTimeFormat","dateTimeFormat","getCurrencySymbol","currencyCode","getStyle","classes","inlineStyles","trim","length","mergeStyle","getFormFieldStyles","formField","type","_formField$classname","suffix","classname","split","map","s","join","resetAppLocale","appLocale","messages","values","f","eval","fn","failOnError","call","val","componentWillUnmount","componentDidMount","memoize","key","o","_memoize","initVariableSpinner","variables","v","actions","concat","BEFORE_INVOKE","notify","show","message","spinner","AFTER_INVOKE","hide","onFragmentReady","fragmentVariables","fragmentActions","cleanUpVariablesandActions","startUpActions","a","invoke","Promise","all","startUpVariables","catch","then","startUpVariablesLoaded","showContent","onAttach","_this$targetWidget","watcher","isActive","unmute","refreshdataonattach","componentWillAttach","onDetach","_this$targetWidget2","mute","componentWillDetach","forceUpdate","generateTestIdPrefix","testId","getTestId","reduce","i","charCodeAt","render","autoUpdateVariables","value","_this$Variables$value","invokeOnParamChange","isVisible","Consumer","parent","_this$parent","setParent","_showSkeleton","state","showskeleton","Provider","testIdPrefix","toastService","toaster","renderWidget"],"sources":["base-fragment.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { get, filter, isNil } from 'lodash';\n\nimport AppConfig from '@wavemaker/app-rn-runtime/core/AppConfig';\nimport { Formatter } from '@wavemaker/app-rn-runtime/core/formatters';\nimport { TestIdPrefixProvider, TextIdPrefixConsumer } from '@wavemaker/app-rn-runtime/core/testid.provider';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport { toBoolean, toNumber, isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';\nimport { BaseComponent, BaseComponentState, BaseStyles, BaseProps, LifecycleListener, ParentContext } from '@wavemaker/app-rn-runtime/core/base.component';\nimport BASE_THEME, { Theme, ThemeProvider } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseVariable, VariableEvents } from '@wavemaker/app-rn-runtime/variables/base-variable';\nimport { default as _viewPort, EVENTS as viewportEvents } from '@wavemaker/app-rn-runtime/core/viewport';\nimport App from './App';\nimport WmFormField from '@wavemaker/app-rn-runtime/components/data/form/form-field/form-field.component';\nimport WmForm from '@wavemaker/app-rn-runtime/components/data/form/form.component';\nimport { ToastConsumer, ToastService } from '@wavemaker/app-rn-runtime/core/toast.service';\nimport spinnerService from '@wavemaker/app-rn-runtime/runtime/services/app-spinner.service';\n\nimport AppI18nService from './services/app-i18n.service';\nimport { Watcher } from './watcher';\nimport WmFormAction from '@wavemaker/app-rn-runtime/components/data/form/form-action/form-action.component';\nimport WmLottie from '@wavemaker/app-rn-runtime/components/basic/lottie/lottie.component';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\nimport WmLeftPanel from '@wavemaker/app-rn-runtime/components/page/left-panel/left-panel.component';\n\nexport class SkeletonAnimationProps extends BaseProps {\n skeletonanimationresource = \"\";\n skeletonanimationspeed = 1;\n}\n\nexport class FragmentProps extends SkeletonAnimationProps {}\n\nexport interface FragmentState<T extends FragmentProps> extends BaseComponentState<T> {}\n\nexport type FragmentStyles = BaseStyles & {\n skeleton?: WmSkeletonStyles\n};\nexport default abstract class BaseFragment<P extends FragmentProps, S extends FragmentState<P>> extends BaseComponent<P, S, FragmentStyles> implements LifecycleListener {\n public App: App;\n public onReady: Function = () => {};\n public baseUrl = '';\n public resourceBaseUrl = '';\n public targetWidget = null as unknown as BaseComponent<any, any, any>;\n public Widgets: any = {};\n public Variables: any = {};\n public theme: Theme = BASE_THEME;\n public appLocale: any = {};\n private startUpVariables: string[] = [];\n protected startUpVariablesLoaded = false;\n private startUpActions: string[] = [];\n private autoUpdateVariables: string[] = [];\n private cleanUpVariablesandActions: BaseVariable<any>[] = [];\n public fragmentVariables: any = {};\n public fragmentActions: any = {};\n public Actions: any = {};\n public appConfig = injector.get<AppConfig>('APP_CONFIG');\n public cache = false;\n public refreshdataonattach= true;\n public isReactNativeApp = true;\n public fragments: any = {};\n public isDetached = false;\n public _memoize = {} as any;\n public toaster: any;\n public formatters: Map<string, Formatter>;\n public serviceDefinitions = {} as any;\n public Viewport = _viewPort;\n public loadingMessage = React.createElement(Text, [] as any, ['loading...']);\n public showContent = false;\n public notification = {\n text: '',\n title: '',\n okButtonText: '',\n cancelButtonText: '',\n onOk: () => {},\n onCancel: () => {},\n onClose: () => {}\n };\n public watcher: Watcher = null as any;\n constructor(props: P, defaultProps?: P) {\n super(props, null as any, defaultProps);\n this.App = this.appConfig.app;\n this.formatters = this.App.formatters;\n this.Actions = Object.assign({}, this.App.Actions);\n this.Variables = Object.assign({}, this.App.Variables);\n this.cleanup.push(_viewPort.subscribe(viewportEvents.ORIENTATION_CHANGE, ($new: any, $old: any) => {\n !this.isDetached && this.targetWidget && this.targetWidget.invokeEventCallback('onOrientationchange', [null, this.proxy,\n {screenWidth: _viewPort.width,\n screenHeight: _viewPort.height}]);\n }));\n this.cleanup.push(_viewPort.subscribe(viewportEvents.SIZE_CHANGE, ($new: any, $old: any) => {\n !this.isDetached && this.targetWidget && this.targetWidget.invokeEventCallback('onResize', [null, this.proxy,\n {screenWidth: $new.width,\n screenHeight: $new.height}]);\n }));\n this.cleanup.push(() => this.theme?.destroy());\n this.baseUrl = this.appConfig.url;\n this.resourceBaseUrl = this.appConfig.url;\n this.cleanup.push(() => this.onDestroy());\n }\n\n onContentReady() {\n try {\n this.onReady();\n } catch(e) {\n console.error(e);\n }\n this.appConfig.refresh();\n this.targetWidget && this.targetWidget.invokeEventCallback('onLoad', [null, this.proxy]);\n this.onContentReady = () => {};\n }\n\n onComponentChange(w: BaseComponent<any, any, any>) {\n this.refresh();\n }\n\n onComponentInit(w: BaseComponent<any, any, any>) {\n const id = w.props.id || w.props.name;\n let formWidgets: any, formFields: any, formActions: any;\n\n if (w instanceof WmForm) {\n if (!this.Widgets[id]) {\n this.Widgets[id] = w;\n }\n if (w.props.id) {\n const name: any = w.props.name;\n formWidgets = this.Widgets[name].formWidgets;\n formFields = this.Widgets[name].formFields;\n formActions = this.Widgets[name].buttonArray;\n this.Widgets[name].formFields = [];\n this.Widgets[name].buttonArray = [];\n this.Widgets[name].formWidgets = {};\n } else {\n formWidgets = this.Widgets[id].formWidgets;\n formFields = this.Widgets[id].formFields;\n formActions = this.Widgets[id].buttonArray;\n }\n this.Widgets[id] = w;\n if (w.parentFormRef) {\n let pid = w.parentFormRef.props.id || w.parentFormRef.props.name;\n formFields.forEach((ff: any) => {\n const formKey = ff.props.formKey || ff.props.name;\n this.Widgets[pid].formFields.push(ff);\n this.Widgets[pid].formWidgets[formKey] = formWidgets[ff.props.name];\n });\n }\n w.registerFormFields(formFields, formWidgets);\n w.registerFormActions(formActions);\n return;\n }\n if (w.props.formfield) {\n if (!this.Widgets[w.props.formRef]) {\n this.Widgets[w.props.formRef] = {formFields: [], formWidgets: {}};\n } else if (!this.Widgets[w.props.formRef].formFields) {\n this.Widgets[w.props.formRef].formFields = [];\n }\n if (!this.Widgets[w.props.formRef].formWidgets) {\n this.Widgets[w.props.formRef].formWidgets = {}\n }\n this.Widgets[w.props.formRef].formWidgets[w.props.name] = w;\n return;\n }\n if (w instanceof WmFormAction) {\n if (!this.Widgets[w.props.formKey]) {\n this.Widgets[w.props.formKey] = {};\n }\n if (!this.Widgets[w.props.formKey].buttonArray) {\n this.Widgets[w.props.formKey].buttonArray = [];\n }\n this.Widgets[w.props.formKey].buttonArray.push(w);\n return;\n }\n\n if (w instanceof WmFormField) {\n if (!this.Widgets[w.props.formRef]) {\n this.Widgets[w.props.formRef] = {};\n }\n if (!this.Widgets[w.props.formRef].formFields) {\n this.Widgets[w.props.formRef].formFields = [];\n }\n this.Widgets[w.props.formRef].formWidgets = this.Widgets[w.props.formRef].formWidgets || {};\n this.Widgets[w.props.formRef].formFields.push(w);\n return;\n }\n this.Widgets[id] = w;\n if (w instanceof BaseFragment && w !== this) {\n this.fragments[id] = w;\n }\n if (w instanceof WmLeftPanel) {\n this.appConfig.leftNavWidth = w._INSTANCE.styles?.root?.width;\n }\n }\n\n onComponentDestroy(w: BaseComponent<any, any, any>) {\n const id = w.props.id || w.props.name;\n delete this.Widgets[id];\n if (w instanceof BaseFragment) {\n delete this.fragments[id];\n }\n if (w instanceof WmForm) {\n w.formWidgets = {};\n w.formFields = [];\n w.formfields = {};\n }\n }\n\n handleUrl(url: string) {\n if (isFullPathUrl(url)) {\n return url;\n }\n return this.appConfig.url + (url.startsWith('/') ? '' : '/') + url;\n }\n\n getDateFormat(fmt?: string) {\n // getting formats from appLocale when app locale is loaded locally.\n return (fmt || AppI18nService.dateFormat || get(this.appConfig, 'appLocale.formats.date')).replace(/d/g, 'D').replace(/E/g, 'd').replace(/y/g, 'Y');\n }\n\n getTimeFormat(fmt?: string) {\n return fmt || AppI18nService.timeFormat || get(this.appConfig, 'appLocale.formats.time');\n }\n\n getDateTimeFormat(fmt?: string) {\n return (fmt || AppI18nService.dateTimeFormat || (get(this.appConfig, 'appLocale.formats.date') + ' ' + get(this.appConfig, 'appLocale.formats.time'))).replace(/d/g, 'D').replace(/E/g, 'd').replace(/y/g, 'Y');\n }\n\n getCurrencySymbol(fmt?: string) {\n return (fmt || AppI18nService.currencyCode || 'USD');\n }\n\n getStyle(classes: string, inlineStyles:any = {}) {\n if (classes && classes.trim().length > 0) {\n return this.theme.mergeStyle({}, this.theme.getStyle(classes), inlineStyles);\n }\n return inlineStyles;\n }\n\n getFormFieldStyles(formField: any, type: string){\n let suffix = ''\n switch(type){\n case 'label' :\n suffix = '_formLabel'\n break\n case 'commonField' :\n suffix = '-input'\n break\n default :\n ''\n }\n return formField?.classname?.trim()?.split(' ')?.map((s:string) => s.trim() + suffix).join(' ');\n }\n\n resetAppLocale() {\n this.appLocale = this.appConfig.appLocale.messages;\n Object.values(this.fragments).forEach((f: any) => (f as BaseFragment<any, any>).resetAppLocale());\n }\n\n eval(fn: Function, failOnError = false) {\n try {\n return fn.call(this);\n } catch (e) {\n if (failOnError) {\n throw e;\n } else {\n return null;\n }\n }\n }\n\n toBoolean(val: any) {\n if (isNil(val)) {\n return false;\n }\n return toBoolean(val);\n }\n\n toNumber(val: any) {\n if (isNil(val)) {\n return val;\n }\n return toNumber(val);\n }\n\n componentWillUnmount() {\n super.componentWillUnmount();\n this.targetWidget && this.targetWidget.invokeEventCallback('onDestroy', [null, this.proxy]);\n }\n\n componentDidMount(): void {\n this.resetAppLocale();\n super.componentDidMount();\n }\n\n memoize(key: string, o: any) {\n if (!this._memoize[key]) {\n this._memoize[key] = o;\n }\n return this._memoize[key];\n }\n\n initVariableSpinner() {\n let variables = filter(this.Variables, (v: BaseVariable<any>) => !!get(v, 'config.spinnerContext'));\n const actions = filter(this.Actions, (v: BaseVariable<any>) => !!get(v, 'config.spinnerContext'));\n variables = variables.concat(actions);\n if (!variables.length) {\n return;\n }\n this.cleanup.push(...variables.map(v => {\n return ((v as BaseVariable<any>)\n .subscribe(VariableEvents.BEFORE_INVOKE, () => {\n this.App.notify(VariableEvents.BEFORE_INVOKE, v);\n spinnerService.show({\n message: get(v, 'config.spinnerMessage'),\n spinner: this.App.appConfig.spinner\n });\n }))\n }));\n this.cleanup.push(...variables.map(v => {\n return ((v as BaseVariable<any>)\n .subscribe(VariableEvents.AFTER_INVOKE, () => {\n this.App.notify(VariableEvents.AFTER_INVOKE, v);\n spinnerService.hide();\n }));\n }));\n }\n\n onFragmentReady() {\n this.cleanup.push(...Object.values({...this.Variables, ...this.Actions}).map(v => {\n return ((v as BaseVariable<any>)\n .subscribe(VariableEvents.AFTER_INVOKE, () => this.App.refresh()));\n }));\n (Object.values({...this.fragmentVariables, ...this.fragmentActions} as BaseVariable<any>))\n .map(v => {\n (v as BaseVariable<any>).subscribe(VariableEvents.BEFORE_INVOKE, () => {\n this.App.notify(VariableEvents.BEFORE_INVOKE, v);\n });\n (v as BaseVariable<any>).subscribe(VariableEvents.AFTER_INVOKE, () => {\n this.App.notify(VariableEvents.AFTER_INVOKE, v);\n });\n });\n this.initVariableSpinner();\n this.cleanUpVariablesandActions.push(...Object.values({...this.fragmentVariables, ...this.fragmentActions} as BaseVariable<any>));\n this.startUpActions.map(a => this.Actions[a] && this.Actions[a].invoke());\n return Promise.all(this.startUpVariables.map(s => this.Variables[s] && this.Variables[s].invoke()))\n .catch((error) => {\n // catch errors and show content\n console.error(error);\n })\n .then(() => {\n this.startUpVariablesLoaded = true;\n this.showContent = true;\n this.appConfig.refresh();\n });\n }\n\n onAttach() {\n this.isDetached = false;\n this.watcher.isActive = true;\n this.resetAppLocale();\n Object.values(this.fragments).forEach((f: any) => f.onAttach());\n this.cleanUpVariablesandActions.forEach((v: any) => v.unmute && v.unmute());\n this.targetWidget?.invokeEventCallback('onAttach', [null, this.proxy]);\n if (this.refreshdataonattach) {\n Promise.all(this.startUpVariables.map(s => this.Variables[s] && this.Variables[s].invoke()));\n }\n Object.values(this.Widgets).forEach((w: any) => {\n w.componentWillAttach && w.componentWillAttach();\n });\n }\n\n onDetach() {\n this.isDetached = true;\n this.watcher.isActive = false;\n Object.values(this.fragments).forEach((f: any) => f.onDetach());\n this.cleanUpVariablesandActions.forEach((v: any) => v.mute && v.mute());\n this.targetWidget?.invokeEventCallback('onDetach', [null, this.proxy]);\n Object.values(this.Widgets).forEach((w: any) => {\n w.componentWillDetach && w.componentWillDetach();\n });\n }\n\n onDestroy() {\n this.cleanUpVariablesandActions.forEach((v: any) => v.destroy());\n this.watcher.destroy();\n }\n\n refresh() {\n (injector.get('AppConfig') as AppConfig).refresh();\n }\n\n forceUpdate() {\n super.forceUpdate();\n Object.values(this.fragments).forEach((f: any) => (f as BaseFragment<any, any>).forceUpdate());\n }\n\n generateTestIdPrefix() {\n const testId = this.getTestId();\n return testId && (testId.split('')\n .reduce((a, v, i) => a + (v.charCodeAt(0) * (i + 1)), 0) + '');\n }\n\n render() {\n if (this.startUpVariablesLoaded) {\n this.autoUpdateVariables\n .forEach(value => this.Variables[value]?.invokeOnParamChange());\n }\n return this.isVisible() ? (\n <ParentContext.Consumer>\n {(parent) => {\n this.setParent(parent);\n this._showSkeleton = this.state.props.showskeleton !== false \n && (this.parent?._showSkeleton || this.state.props.showskeleton === true);\n let theme = this.theme;\n return (\n <ParentContext.Provider value={this}>\n <ThemeProvider value={theme}>\n <TextIdPrefixConsumer>\n {(testIdPrefix) => {\n this.testIdPrefix = testIdPrefix || '';\n return (\n <TestIdPrefixProvider value={this.generateTestIdPrefix() || ''}>\n <ToastConsumer>\n {(toastService: ToastService) => {\n this.toaster = toastService;\n return this.renderWidget(this.props);\n }}\n </ToastConsumer>\n </TestIdPrefixProvider>);\n }}\n </TextIdPrefixConsumer>\n </ThemeProvider>\n </ParentContext.Provider>);\n }}\n </ParentContext.Consumer>) : null;\n }\n\n\n}\n\n\n"],"mappings":"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","ignoreList":[]}
@@ -11,6 +11,7 @@ import AppSecurityService from './services/app-security.service';
11
11
  import AppSpinnerService from './services/app-spinner.service';
12
12
  import BaseFragment from './base-fragment.component';
13
13
  import { Watcher } from './watcher';
14
+ import { resetLayoutPositions } from '../core/utils';
14
15
  export default class BasePage extends BaseFragment {
15
16
  constructor(props) {
16
17
  var _this$appConfig$drawe;
@@ -117,6 +118,7 @@ export default class BasePage extends BaseFragment {
117
118
  if (!isNavigable) {
118
119
  return Promise.resolve();
119
120
  }
121
+ resetLayoutPositions();
120
122
  const navigation = this.props.navigation;
121
123
  const _params = clone(params);
122
124
  _params && delete _params['pageName'];
@@ -164,6 +166,7 @@ export default class BasePage extends BaseFragment {
164
166
  if (!isNavigable) {
165
167
  return Promise.resolve();
166
168
  }
169
+ resetLayoutPositions();
167
170
  this.App.appConfig.diagnostics.pageStartTime = Date.now();
168
171
  if (navigation.canGoBack()) {
169
172
  navigation.goBack();
@@ -0,0 +1 @@
1
+ {"version":3,"names":["clone","isEqual","React","CommonActions","SplashScreen","WmPage","NavigationServiceProvider","AppSecurityService","AppSpinnerService","BaseFragment","Watcher","resetLayoutPositions","BasePage","constructor","props","_this$appConfig$drawe","_defineProperty","setTimeout","hideAsync","pageName","route","name","pageParams","params","appConfig","currentPage","drawer","setContent","serviceDefinitions","App","watcher","ROOT","create","canUserAccessPage","then","flag","cache","redirectToLogin","toHashURL","diagnostics","pageStartTime","Date","now","onComponentInit","w","targetWidget","refreshdataonattach","toggleDrawer","navigation","setDrawerContent","content","drawerContent","drawerType","hasDrawer","proxy","_this$appConfig$drawe2","_this$appConfig$drawe4","_this$appConfig$drawe3","createElement","value","setAnimation","onAttach","pageReadyTime","notify","onFragmentReady","onContentReady","triggerPageReady","hide","cleanup","push","addListener","refresh","componentWillUnmount","canNavigate","nextPage","navigate","onBeforePageLeave","goToPage","clearCahe","isNavigable","Promise","resolve","_params","dispatch","reset","index","routes","onDetach","destroyMe","closeDrawer","navigateToLandingPage","hash","paramStr","Object","keys","map","k","join","goBack","_navigation$getState","getState","canGoBack","length","window","history","back","openUrl","url","startsWith","substring","splits","split","p","forEach","openBrowser","isActiveTabbarItem","label","link","links","possibleLinks","find","l","includes","renderWidget","renderPage"],"sources":["base-page.component.tsx"],"sourcesContent":["import { clone, isEqual } from 'lodash';\nimport React, { ReactNode } from 'react';\nimport { CommonActions } from '@react-navigation/native';\nimport * as SplashScreen from 'expo-splash-screen';\nimport { BaseComponent } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmPage from '@wavemaker/app-rn-runtime/components/page/page.component';\nimport NavigationService, { NavigationServiceProvider } from '@wavemaker/app-rn-runtime/core/navigation.service';\n\nimport AppSecurityService from './services/app-security.service';\nimport AppSpinnerService from './services/app-spinner.service';\nimport BaseFragment, { FragmentProps, FragmentState } from './base-fragment.component';\nimport { Watcher } from './watcher';\nimport { resetLayoutPositions } from '../core/utils';\n\ndeclare const window: any;\n\nexport interface PageProps extends FragmentProps {\n route: any;\n navigation: any;\n destroyMe: Function;\n}\n\nexport interface PageState extends FragmentState<PageProps> {}\n\nexport default abstract class BasePage extends BaseFragment<PageProps, PageState> implements NavigationService {\n private pageName = null as unknown as string;\n private pageParams: any = {};\n private hasDrawer = false;\n private hasTabbar = false;\n private drawerContent = null as React.ReactNode;\n private drawerType = '';\n\n constructor(props: PageProps) {\n super(props);\n setTimeout(() => {\n SplashScreen.hideAsync();\n }, 300);\n this.pageName = props.route.name;\n this.pageParams = props.route.params;\n this.appConfig.currentPage = this;\n this.appConfig.drawer?.setContent(null);\n this.serviceDefinitions = this.App.serviceDefinitions;\n this.watcher = Watcher.ROOT.create();\n AppSecurityService.canUserAccessPage(this.pageName)\n .then(flag => {\n if (!flag) {\n this.cache = false;\n AppSecurityService.redirectToLogin(this.toHashURL());\n }\n });\n if (this.App.appConfig.diagnostics.pageStartTime < 0) {\n this.App.appConfig.diagnostics.pageStartTime = Date.now();\n }\n }\n\n onComponentInit(w: BaseComponent<any, any, any>) {\n super.onComponentInit(w);\n if (w instanceof WmPage) {\n this.targetWidget = w;\n const props = w.props as any;\n this.cache = !(props.cache === false);\n this.refreshdataonattach = !(props.refreshdataonattach === false);\n }\n }\n\n toggleDrawer() {\n (this.props as PageProps).navigation.toggleDrawer();\n }\n\n setDrawerContent(content = this.drawerContent, drawerType = this.drawerType) {\n if (!content) {\n return;\n }\n this.drawerContent = content;\n this.drawerType = drawerType;\n this.hasDrawer = true;\n setTimeout(() => {\n if (this.appConfig.currentPage === this \n || this.appConfig.currentPage.proxy === this) {\n this.appConfig.drawer?.setContent(null);\n setTimeout(() => {\n this.appConfig.drawer?.setContent((\n <NavigationServiceProvider value={this}>\n {content}\n </NavigationServiceProvider>));\n }, 500);\n this.appConfig.drawer?.setAnimation(drawerType);\n }\n }, 10);\n }\n\n onAttach() {\n super.onAttach();\n this.setDrawerContent();\n this.App.appConfig.diagnostics.pageReadyTime = Date.now();\n this.App.notify('pageAttached', this);\n }\n\n onFragmentReady() {\n return super.onFragmentReady().then(() => {\n this.onContentReady();\n this.App.triggerPageReady(this.pageName, this.proxy as BasePage);\n this.App.appConfig.diagnostics.pageReadyTime = Date.now(); \n this.App.notify('pageReady', this);\n AppSpinnerService.hide();\n this.cleanup.push((this.props as PageProps).navigation.addListener('focus', () => {\n if (this.appConfig.currentPage !== this) {\n this.appConfig.currentPage = this;\n this.onAttach();\n this.appConfig.refresh();\n }\n }));\n });\n }\n\n componentWillUnmount() {\n super.componentWillUnmount();\n this.App.notify('pageDestroyed', this);\n }\n\n async canNavigate (currentPage: string, nextPage: string) {\n let navigate = true;\n navigate = await this.onBeforePageLeave(currentPage, nextPage);\n if(navigate !== false){\n navigate = await this.App.onBeforePageLeave(currentPage, nextPage);\n }\n\n if(navigate !== false) navigate = true;\n\n return navigate; \n }\n\n async onBeforePageLeave(currentPage: string, nextPage: string) {\n //method can be override by the user from studio;\n return true;\n }\n\n async goToPage(pageName: string, params: any, clearCahe = false) {\n const isNavigable = await this.canNavigate(this.pageName, pageName)\n if(!isNavigable){\n return Promise.resolve();\n }\n\n resetLayoutPositions();\n\n const navigation = (this.props as PageProps).navigation;\n const _params = clone(params);\n _params && delete _params['pageName'];\n this.App.appConfig.diagnostics.pageStartTime = Date.now();\n if (pageName !== this.pageName || !isEqual(_params || null, this.pageParams || null)) {\n if (pageName === this.pageName) {\n navigation.push(pageName, _params);\n } else if (clearCahe) {\n navigation.dispatch(CommonActions.reset({\n index: 0,\n routes: [\n { name: pageName, params: params }\n ]}));\n } else {\n navigation.navigate(pageName, _params);\n }\n if (this.cache) {\n this.onDetach();\n } else {\n this.props.destroyMe();\n }\n } else {\n (this.props as PageProps).navigation.closeDrawer();\n }\n return Promise.resolve();\n }\n\n public navigateToLandingPage() {\n AppSecurityService.navigateToLandingPage();\n }\n\n public toHashURL() {\n const hash = `#/${this.pageName}`;\n const paramStr = Object.keys(this.pageParams || [])\n .map(k => k && `${k}=${this.pageParams[k]}`)\n .join('&');\n return hash + (paramStr ? `?${paramStr}` : '');\n }\n\n async goBack() {\n const navigation = (this.props as PageProps).navigation;\n const routes = navigation.getState()?.routes;\n let isNavigable = true;\n\n if(navigation.canGoBack()){\n isNavigable = await this.canNavigate(this.pageName, routes[routes.length - 2].name)\n }\n if(!isNavigable){\n return Promise.resolve();\n }\n\n resetLayoutPositions();\n\n this.App.appConfig.diagnostics.pageStartTime = Date.now();\n if (navigation.canGoBack()) {\n navigation.goBack();\n } else if (window && window.history) {\n window.history.back();\n }\n return Promise.resolve();\n }\n\n openUrl(url: string, params = {} as any) {\n if (url) {\n if (url.startsWith('#')) {\n url = url.substring(1);\n url = url.startsWith('/') ? url.substring(1) : url;\n const splits = url.split('?');\n const pageName = splits[0];\n let params = {} as any;\n if (splits.length > 1) {\n splits[1].split('&')\n .map(p => p.split('='))\n .forEach(p => params[p[0]] = p[1]);\n }\n return this.goToPage(pageName, params);\n } else {\n this.App.openBrowser(url, params);\n }\n }\n return Promise.resolve();\n }\n\n isActiveTabbarItem({label, link, links}: {label: string, link: string, links: string[]}) {\n const pageName = this.pageName;\n const possibleLinks = [pageName, '#' + pageName, '#/' + pageName];\n return links && links.find(l => possibleLinks.includes(l));\n }\n\n abstract renderPage(): ReactNode;\n\n renderWidget(props: PageProps) {\n return this.renderPage();\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -6,7 +6,7 @@ import React from "react";
6
6
  import { ImageBackground, Platform, TouchableOpacity, View } from "react-native";
7
7
  import { Ionicons } from "@expo/vector-icons";
8
8
  import { ResizeMode, Video } from "expo-av";
9
- import { CameraView } from "expo-camera";
9
+ import { Camera, CameraType } from "expo-camera";
10
10
  import * as FileSystem from "expo-file-system";
11
11
  import permissionManager from '@wavemaker/app-rn-runtime/runtime/services/device/permissions';
12
12
  import appDisplayManagerService from "@wavemaker/app-rn-runtime/runtime/services/app-display-manager.service";
@@ -73,13 +73,13 @@ const styles = {
73
73
  export class CameraService {
74
74
  constructor(displayManager) {
75
75
  this.displayManager = displayManager;
76
- _defineProperty(this, "type", "back");
76
+ _defineProperty(this, "type", CameraType.back);
77
77
  }
78
78
  captureVideo(options) {
79
79
  return new Promise((resolve, reject) => {
80
80
  permissionManager.requestPermissions('video').then(() => {
81
81
  const destroy = this.displayManager.show({
82
- content: /*#__PURE__*/React.createElement(Camera, {
82
+ content: /*#__PURE__*/React.createElement(CameraView, {
83
83
  testID: "camera_view",
84
84
  type: this.type,
85
85
  captureType: 'video',
@@ -105,7 +105,7 @@ export class CameraService {
105
105
  return new Promise((resolve, reject) => {
106
106
  permissionManager.requestPermissions('image').then(() => {
107
107
  const destroy = this.displayManager.show({
108
- content: /*#__PURE__*/React.createElement(Camera, {
108
+ content: /*#__PURE__*/React.createElement(CameraView, {
109
109
  testID: "camera_view",
110
110
  type: this.type,
111
111
  captureType: 'image',
@@ -140,13 +140,13 @@ class CameraViewState {
140
140
  constructor() {
141
141
  _defineProperty(this, "recording", false);
142
142
  _defineProperty(this, "showActionBtns", false);
143
- _defineProperty(this, "cameraType", 'back');
143
+ _defineProperty(this, "cameraType", CameraType.back);
144
144
  _defineProperty(this, "isCaptured", false);
145
145
  _defineProperty(this, "closeView", false);
146
146
  _defineProperty(this, "cameraContent", {});
147
147
  }
148
148
  }
149
- export class Camera extends React.Component {
149
+ export class CameraView extends React.Component {
150
150
  constructor(props) {
151
151
  super(props);
152
152
  _defineProperty(this, "camera", {});
@@ -332,8 +332,8 @@ export class Camera extends React.Component {
332
332
  const actions = this.getActionsTemplate();
333
333
  return /*#__PURE__*/React.createElement(View, {
334
334
  style: styles.preview
335
- }, this.state.isCaptured ? this.getPreviewTemplate(actions) : /*#__PURE__*/React.createElement(CameraView, {
336
- facing: this.state.cameraType,
335
+ }, this.state.isCaptured ? this.getPreviewTemplate(actions) : /*#__PURE__*/React.createElement(Camera, {
336
+ type: CameraType[this.state.cameraType],
337
337
  ref: ref => {
338
338
  this.camera = ref;
339
339
  },
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","ImageBackground","Platform","TouchableOpacity","View","Ionicons","ResizeMode","Video","Camera","CameraType","FileSystem","permissionManager","appDisplayManagerService","styles","preview","top","left","right","flexGrow","backgroundColor","actionBtn","flex","padding","paddingHorizontal","alignSelf","margin","actionBar","flexDirection","justifyContent","position","bottom","leftWrapper","alignItems","midWrapper","rightWrapper","circle","display","outerCircle","borderWidth","height","width","borderRadius","borderColor","innerCircle","CameraService","constructor","displayManager","_defineProperty","back","captureVideo","options","Promise","resolve","reject","requestPermissions","then","destroy","show","content","createElement","CameraView","testID","type","captureType","onSuccess","o","call","videoPath","uri","onCancel","captureImage","params","catch","base64","imagePath","CameraViewProps","CameraViewState","Component","props","camera","recordAsync","response","readAsStringAsync","encoding","setState","cameraContent","isCaptured","state","showActionBtns","recording","stopRecording","toggleCapture","takePicture","startRecord","stopRecord","getTestProps","suffix","id","OS","accessibilityLabel","accessible","quality","skipProcessing","onPictureSaved","takePictureAsync","getActionsTemplate","style","_extends","onPress","closeView","name","size","color","bind","cameraType","getPreviewTemplate","actions","source","resizeMode","CONTAIN","shouldPlay","useNativeControls","isLooping","render","ref","onCameraReady","cameraService"],"sources":["camera-service.tsx"],"sourcesContent":["import React from \"react\";\nimport { ImageBackground, Platform, TouchableOpacity, View, ViewStyle } from \"react-native\";\nimport { Ionicons } from \"@expo/vector-icons\";\nimport { ResizeMode, Video } from \"expo-av\";\nimport { Camera, CameraType } from \"expo-camera\";\nimport * as FileSystem from \"expo-file-system\";\nimport * as Application from 'expo-application';\n\nimport { DisplayManager } from \"@wavemaker/app-rn-runtime/core/display.manager\";\nimport { CaptureVideoOutput } from \"@wavemaker/app-rn-runtime/variables/device/camera/capture-video.operation\";\nimport { CaptureImageOutput } from \"@wavemaker/app-rn-runtime/variables/device/camera/capture-image.operation\";\nimport permissionManager from '@wavemaker/app-rn-runtime/runtime/services/device/permissions';\nimport { CameraInput } from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { Input } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\nimport appDisplayManagerService from \"@wavemaker/app-rn-runtime/runtime/services/app-display-manager.service\";\nconst styles = {\n preview: {\n top: 0,\n left: 0,\n right: 0,\n flexGrow: 1,\n backgroundColor: 'black'\n },\n actionBtn: {\n flex: 0,\n padding: 15,\n paddingHorizontal: 20,\n alignSelf: 'center',\n margin: 20,\n } as ViewStyle,\n actionBar: {\n flex: 0,\n flexDirection: 'row',\n justifyContent: 'center',\n backgroundColor: 'rgba(0,0,0,0.6)',\n position: 'absolute',\n bottom: 0,\n left: 0,\n right: 0,\n padding: 20\n } as ViewStyle,\n leftWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'flex-start',\n } as ViewStyle,\n midWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'center',\n } as ViewStyle,\n rightWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'flex-end',\n } as ViewStyle,\n circle: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n } as ViewStyle,\n outerCircle: {\n borderWidth: 3,\n height: 50,\n width: 50,\n borderRadius: 25,\n borderColor: 'white'\n },\n innerCircle: {\n borderRadius:2,\n height: 20,\n width:20,\n backgroundColor: 'red'\n }\n};\n\nexport interface CameraVideoInput extends Input {}\n\nexport class CameraService {\n private type= CameraType.back;\n\n constructor(private displayManager: DisplayManager) {\n }\n\n public captureVideo(options?: CameraVideoInput): Promise<CaptureVideoOutput> {\n return new Promise((resolve, reject) => {\n permissionManager.requestPermissions('video').then(() => {\n const destroy = this.displayManager.show({\n content: (<CameraView testID={\"camera_view\"} type={this.type} captureType={'video'} onSuccess={(o) => {\n destroy.call(this.displayManager);\n /*o.content().catch(() => {}).then(base64 => {\n resolve({videoPath: o.uri, content: base64 || ''});\n });*/\n resolve({videoPath: o.uri, content: ''});\n }}\n onCancel={() => {\n destroy.call(this.displayManager);\n }}\n ></CameraView>)\n });\n }, reject);\n });\n }\n\n public captureImage(params: CameraInput): Promise<CaptureImageOutput> {\n return new Promise((resolve, reject) => {\n permissionManager.requestPermissions('image').then(() => {\n const destroy = this.displayManager.show({\n content: (<CameraView testID={\"camera_view\"} type={this.type} captureType={'image'} onSuccess={(o) => {\n destroy.call(this.displayManager);\n o.content().catch(() => {}).then(base64 => {\n resolve({imagePath: o.uri, content: base64 || ''});\n });\n }} onCancel={() => {destroy.call(this.displayManager);}}\n ></CameraView>)\n });\n }, reject);\n });\n }\n}\n\ninterface CameraOutput {\n uri: string;\n content: () => Promise<string>;\n}\n\nclass CameraViewProps {\n testID: string = 'camera_view';\n type: 'front' | 'back' = 'back' as CameraType;\n captureType: 'image' | 'video' = 'image';\n onSuccess: (o: CameraOutput) => any = () => {};\n onCancel: () => any = () => {};\n}\n\nclass CameraViewState {\n recording: boolean = false;\n showActionBtns: boolean = false;\n cameraType: CameraType = CameraType.back;\n isCaptured: boolean = false;\n closeView: boolean = false;\n cameraContent: CameraOutput = {} as CameraOutput;\n}\n\nexport class CameraView extends React.Component<CameraViewProps, CameraViewState> {\n private camera: Camera = {} as Camera;\n\n constructor(props: CameraViewProps) {\n super(props);\n this.state = new CameraViewState();\n }\n\n toggleCapture() {\n if (this.props.captureType === 'image') {\n this.takePicture();\n } else {\n if (!this.state.recording) {\n this.startRecord();\n } else {\n this.stopRecord();\n this.setState({showActionBtns: true} as CameraViewState);\n }\n }\n }\n\n getTestProps(suffix: string) {\n const id = this.props.testID + (suffix ? '_' + suffix : '');\n if (Platform.OS === 'android' || Platform.OS === 'web') {\n return {\n accessibilityLabel: id,\n testID: id\n };\n }\n return {\n accessible: false,\n testID: id\n };\n }\n\n async takePicture() {\n const options = {\n quality: 0.5,\n base64: false,\n skipProcessing: true,\n onPictureSaved: (response: any) => {\n response.content = async () => {\n return await FileSystem.readAsStringAsync(response.uri, { encoding: 'base64' });\n };\n this.setState({ \n cameraContent: response,\n isCaptured: true,\n showActionBtns: true } as CameraViewState);\n }\n }\n await this.camera.takePictureAsync(options);\n\n if (this.state.showActionBtns) {\n this.setState({showActionBtns: false} as CameraViewState);\n }\n this.setState({showActionBtns: true} as CameraViewState);\n }\n\n // start recording\n startRecord = async () => {\n this.camera.recordAsync().then((response: any) => {\n response.content = async () => {\n return await FileSystem.readAsStringAsync(response.uri, { encoding: 'base64' });\n };\n this.setState({ cameraContent: response, isCaptured: true } as CameraViewState);\n });\n if (this.state.showActionBtns) {\n this.setState({showActionBtns: false} as CameraViewState);\n }\n\n this.setState({recording: true} as CameraViewState);\n };\n\n // stop recording\n stopRecord = async () => {\n this.camera.stopRecording();\n this.setState({recording: false} as CameraViewState);\n this.setState({showActionBtns: true} as CameraViewState);\n };\n\n getActionsTemplate() {\n return <View style={styles.actionBar}>\n <View style={styles.leftWrapper}>\n <TouchableOpacity\n {...this.getTestProps('close')}\n onPress={() => {\n this.setState({ cameraContent: {uri: ''}, isCaptured: false, closeView: true } as CameraViewState);\n this.props.onCancel();\n }}>\n <Ionicons name='close-circle' size={32} color='white' />\n </TouchableOpacity>\n </View>\n <View style={styles.midWrapper}>\n {!this.state.isCaptured ? <TouchableOpacity style={[styles.circle, styles.outerCircle, this.props.captureType === 'video' && !this.state.recording ? { backgroundColor: \"red\" } : {},\n this.props.captureType === 'image' ? { backgroundColor: \"white\" } : {}]}\n onPress={this.toggleCapture.bind(this)}\n {...this.getTestProps('capture')}>\n <View style={[styles.circle as ViewStyle, this.props.captureType === 'image' ? {} : styles.innerCircle, this.props.captureType === 'image' ? { backgroundColor: \"white\" } : {}]}></View>\n </TouchableOpacity> : null}\n </View>\n <View style={styles.rightWrapper}>\n {this.state.showActionBtns ? (<TouchableOpacity\n onPress={() => {\n this.setState({ isCaptured: false, closeView: true } as CameraViewState);\n this.props.onSuccess(this.state.cameraContent);\n this.setState({ cameraContent: {uri: ''} } as CameraViewState);\n }}\n {...this.getTestProps('ok')}>\n <Ionicons name='checkmark-circle' size={32} color='white'/>\n </TouchableOpacity>) : (<TouchableOpacity\n {...this.getTestProps('toggle')}\n onPress={() => {\n this.setState({cameraType: this.state.cameraType === 'back' ? 'front' : 'back'} as CameraViewState);\n }}>\n <Ionicons name='camera-reverse' size={32} color='white' />\n </TouchableOpacity>)}\n </View>\n </View>\n }\n\n getPreviewTemplate(actions: any) {\n return this.props.captureType === 'image' ?\n <ImageBackground source={{uri : this.state.cameraContent.uri}} resizeMode={ResizeMode.CONTAIN} style={{flex: 1}} />\n : <Video\n style={{ flex: 1 }}\n source={{\n uri: this.state.cameraContent.uri,\n }}\n shouldPlay={true}\n useNativeControls\n isLooping\n resizeMode={ResizeMode.CONTAIN}\n ></Video>\n }\n\n render() {\n if (this.state.closeView) {\n return null;\n }\n const actions = this.getActionsTemplate();\n return (\n <View style={styles.preview}>\n {this.state.isCaptured ? (\n this.getPreviewTemplate(actions)\n ) : (\n <Camera type={CameraType[this.state.cameraType]} ref={(ref: Camera) => { this.camera = ref; }}\n style={{flex: 1}}\n onCameraReady={() => {}}>\n\n </Camera>)}\n {actions}\n </View>)\n }\n}\nconst cameraService = new CameraService(appDisplayManagerService);\nexport default cameraService;\n"],"mappings":"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","ignoreList":[]}
@@ -16,9 +16,9 @@ export default {
16
16
  // requestPermissionsAsync is deprecated and requestForegroundPermissionsAsync is available only in sdk 41+
17
17
  query = Location.requestForegroundPermissionsAsync();
18
18
  } else if (type === 'video') {
19
- query = Promise.all([Camera.Camera.requestCameraPermissionsAsync(), Camera.Camera.requestMicrophonePermissionsAsync()]);
19
+ query = Promise.all([Camera.requestCameraPermissionsAsync(), Camera.requestMicrophonePermissionsAsync()]);
20
20
  } else if (type === 'image' || type === 'camera') {
21
- query = Camera.Camera.requestCameraPermissionsAsync();
21
+ query = Camera.requestCameraPermissionsAsync();
22
22
  } else if (type === 'contacts') {
23
23
  query = Contacts.requestPermissionsAsync();
24
24
  } else if (type === 'calendar') {
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Location","Contacts","Calendar","Camera","Platform","rejectionMsgMap","Map","set","requestPermissions","type","query","requestForegroundPermissionsAsync","Promise","all","requestCameraPermissionsAsync","requestMicrophonePermissionsAsync","requestPermissionsAsync","OS","requestCalendarPermissionsAsync","requestRemindersPermissionsAsync","reject","then","response","Array","isArray","isRejected","find","o","status","get","resolve","error","console","log"],"sources":["permissions.ts"],"sourcesContent":["import * as Location from 'expo-location';\nimport * as Contacts from 'expo-contacts';\nimport * as Calendar from 'expo-calendar';\nimport * as Camera from 'expo-camera';\nimport { Platform } from 'react-native';\n\nconst rejectionMsgMap = new Map<string, string>();\n\nrejectionMsgMap.set('camera', 'camera permission is required to capture image');\nrejectionMsgMap.set('video', 'camera and audio permissions are required to capture video');\nrejectionMsgMap.set('location', 'enable geolocation permission to access the location');\nrejectionMsgMap.set('contacts', 'enable contacts permission to access the contacts');\nrejectionMsgMap.set('calendar', 'enable calendar permission to access the calendar events');\n\ninterface objectMap {\n [key: string]: Array<string>\n}\n\nexport default {\n requestPermissions: (type: string) => {\n let query;\n if (type === 'location') {\n // requestPermissionsAsync is deprecated and requestForegroundPermissionsAsync is available only in sdk 41+\n query = Location.requestForegroundPermissionsAsync();\n } else if (type === 'video') {\n query = Promise.all([Camera.requestCameraPermissionsAsync(), Camera.requestMicrophonePermissionsAsync()]);\n } else if (type === 'image' || type === 'camera') {\n query = Camera.requestCameraPermissionsAsync();\n } else if (type === 'contacts') {\n query = Contacts.requestPermissionsAsync();\n } else if (type === 'calendar') {\n if (Platform.OS === 'ios') {\n query = Promise.all([Calendar.requestCalendarPermissionsAsync(), Calendar.requestRemindersPermissionsAsync()]);\n } else {\n query = Calendar.requestCalendarPermissionsAsync();\n }\n }\n if (!query) {\n return Promise.reject('no supported permission type.');\n }\n return query.then((response: any) => {\n if (Array.isArray(response)) {\n const isRejected = response.find(o => o.status !== 'granted');\n if (isRejected) {\n return Promise.reject(rejectionMsgMap.get(type));\n }\n } else if (response && response.status !== 'granted') {\n return Promise.reject(rejectionMsgMap.get(type));\n }\n return Promise.resolve();\n }, (error: any) => {\n console.log('permission is not enabled ', error);\n return Promise.reject();\n });\n }\n}\n"],"mappings":"AAAA,OAAO,KAAKA,QAAQ,MAAM,eAAe;AACzC,OAAO,KAAKC,QAAQ,MAAM,eAAe;AACzC,OAAO,KAAKC,QAAQ,MAAM,eAAe;AACzC,OAAO,KAAKC,MAAM,MAAM,aAAa;AACrC,SAASC,QAAQ,QAAQ,cAAc;AAEvC,MAAMC,eAAe,GAAG,IAAIC,GAAG,CAAiB,CAAC;AAEjDD,eAAe,CAACE,GAAG,CAAC,QAAQ,EAAE,gDAAgD,CAAC;AAC/EF,eAAe,CAACE,GAAG,CAAC,OAAO,EAAE,4DAA4D,CAAC;AAC1FF,eAAe,CAACE,GAAG,CAAC,UAAU,EAAE,sDAAsD,CAAC;AACvFF,eAAe,CAACE,GAAG,CAAC,UAAU,EAAE,mDAAmD,CAAC;AACpFF,eAAe,CAACE,GAAG,CAAC,UAAU,EAAE,0DAA0D,CAAC;AAM3F,eAAe;EACbC,kBAAkB,EAAGC,IAAY,IAAK;IACpC,IAAIC,KAAK;IACT,IAAID,IAAI,KAAK,UAAU,EAAE;MACvB;MACAC,KAAK,GAAGV,QAAQ,CAACW,iCAAiC,CAAC,CAAC;IACtD,CAAC,MAAM,IAAIF,IAAI,KAAK,OAAO,EAAE;MAC3BC,KAAK,GAAGE,OAAO,CAACC,GAAG,CAAC,CAACV,MAAM,CAACW,6BAA6B,CAAC,CAAC,EAAEX,MAAM,CAACY,iCAAiC,CAAC,CAAC,CAAC,CAAC;IAC3G,CAAC,MAAM,IAAIN,IAAI,KAAK,OAAO,IAAIA,IAAI,KAAK,QAAQ,EAAE;MAChDC,KAAK,GAAGP,MAAM,CAACW,6BAA6B,CAAC,CAAC;IAChD,CAAC,MAAM,IAAIL,IAAI,KAAK,UAAU,EAAE;MAC9BC,KAAK,GAAGT,QAAQ,CAACe,uBAAuB,CAAC,CAAC;IAC5C,CAAC,MAAM,IAAIP,IAAI,KAAK,UAAU,EAAE;MAC9B,IAAIL,QAAQ,CAACa,EAAE,KAAK,KAAK,EAAE;QACzBP,KAAK,GAAGE,OAAO,CAACC,GAAG,CAAC,CAACX,QAAQ,CAACgB,+BAA+B,CAAC,CAAC,EAAEhB,QAAQ,CAACiB,gCAAgC,CAAC,CAAC,CAAC,CAAC;MAChH,CAAC,MAAM;QACLT,KAAK,GAAGR,QAAQ,CAACgB,+BAA+B,CAAC,CAAC;MACpD;IACF;IACA,IAAI,CAACR,KAAK,EAAE;MACV,OAAOE,OAAO,CAACQ,MAAM,CAAC,+BAA+B,CAAC;IACxD;IACA,OAAOV,KAAK,CAACW,IAAI,CAAEC,QAAa,IAAK;MACnC,IAAIC,KAAK,CAACC,OAAO,CAACF,QAAQ,CAAC,EAAE;QAC3B,MAAMG,UAAU,GAAGH,QAAQ,CAACI,IAAI,CAACC,CAAC,IAAIA,CAAC,CAACC,MAAM,KAAK,SAAS,CAAC;QAC7D,IAAIH,UAAU,EAAE;UACd,OAAOb,OAAO,CAACQ,MAAM,CAACf,eAAe,CAACwB,GAAG,CAACpB,IAAI,CAAC,CAAC;QAClD;MACF,CAAC,MAAM,IAAIa,QAAQ,IAAIA,QAAQ,CAACM,MAAM,KAAK,SAAS,EAAE;QACpD,OAAOhB,OAAO,CAACQ,MAAM,CAACf,eAAe,CAACwB,GAAG,CAACpB,IAAI,CAAC,CAAC;MAClD;MACA,OAAOG,OAAO,CAACkB,OAAO,CAAC,CAAC;IAC1B,CAAC,EAAGC,KAAU,IAAK;MACjBC,OAAO,CAACC,GAAG,CAAC,4BAA4B,EAAEF,KAAK,CAAC;MAChD,OAAOnB,OAAO,CAACQ,MAAM,CAAC,CAAC;IACzB,CAAC,CAAC;EACJ;AACF,CAAC","ignoreList":[]}
@@ -1,6 +1,7 @@
1
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
- import { CameraView } from 'expo-camera';
2
+ import { Camera } from 'expo-camera';
3
3
  import { Ionicons } from '@expo/vector-icons';
4
+ import { BarCodeScanner } from 'expo-barcode-scanner';
4
5
  import { Platform, StyleSheet, TouchableOpacity, View } from 'react-native';
5
6
  import React from 'react';
6
7
  import permissionManager from '@wavemaker/app-rn-runtime/runtime/services/device/permissions';
@@ -58,33 +59,6 @@ const styles = StyleSheet.create({
58
59
  backgroundColor: opacity
59
60
  }
60
61
  });
61
- const BarCodeType = [{
62
- 0: 'aztec'
63
- }, {
64
- 1: 'ean13'
65
- }, {
66
- 2: 'ean8'
67
- }, {
68
- 3: 'qr'
69
- }, {
70
- 4: 'pdf417'
71
- }, {
72
- 5: 'upc_e'
73
- }, {
74
- 6: 'datamatrix'
75
- }, {
76
- 7: 'code39'
77
- }, {
78
- 8: 'code93'
79
- }, {
80
- 9: 'itf14'
81
- }, {
82
- 10: 'codabar'
83
- }, {
84
- 11: 'code128'
85
- }, {
86
- 12: 'upc_a'
87
- }];
88
62
  export class ScanService {
89
63
  constructor(displayManager) {
90
64
  this.displayManager = displayManager;
@@ -108,11 +82,11 @@ export class ScanService {
108
82
  return new Promise((resolve, reject) => {
109
83
  permissionManager.requestPermissions('camera').then(() => {
110
84
  const destroy = this.displayManager.show({
111
- content: /*#__PURE__*/React.createElement(CameraView, {
112
- barcodeScannerSettings: barcodeFormat ? {
113
- barcodeTypes: [BarCodeType[barcodeFormat]]
85
+ content: /*#__PURE__*/React.createElement(Camera, {
86
+ barCodeScannerSettings: barcodeFormat ? {
87
+ barCodeTypes: [BarCodeScanner.Constants.BarCodeType[barcodeFormat]]
114
88
  } : undefined,
115
- onBarcodeScanned: result => {
89
+ onBarCodeScanned: result => {
116
90
  destroy.call(this.displayManager);
117
91
  resolve(result);
118
92
  },
@@ -145,9 +119,9 @@ export class ScanService {
145
119
  }).then(response => {
146
120
  let format;
147
121
  if (response.type) {
148
- const values = Object.values(BarCodeType);
122
+ const values = Object.values(BarCodeScanner.Constants.BarCodeType);
149
123
  const index = values.indexOf(response.type);
150
- format = index > -1 ? Object.keys(BarCodeType)[index] : '';
124
+ format = index > -1 ? Object.keys(BarCodeScanner.Constants.BarCodeType)[index] : '';
151
125
  }
152
126
  return Promise.resolve({
153
127
  text: response.data,
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Camera","Ionicons","BarCodeScanner","Platform","StyleSheet","TouchableOpacity","View","React","permissionManager","appDisplayManagerService","barcodeFormatOptions","opacity","styles","create","container","flex","flexDirection","closeWrapper","justifyContent","alignItems","paddingBottom","topWrapper","backgroundColor","centerWrapper","leftWrapper","focused","rightWrapper","bottomWrapper","ScanService","constructor","displayManager","getTestProps","suffix","id","OS","accessibilityLabel","testID","accessible","scanBarcode","params","format","barcodeFormat","undefined","Promise","resolve","reject","requestPermissions","then","destroy","show","content","createElement","barCodeScannerSettings","barCodeTypes","Constants","BarCodeType","onBarCodeScanned","result","call","style","absoluteFillObject","_extends","onPress","name","size","color","response","type","values","Object","index","indexOf","keys","text","data","cancelled","scanService"],"sources":["scan-service.tsx"],"sourcesContent":["import { Camera } from 'expo-camera';\nimport { Ionicons } from '@expo/vector-icons';\nimport { BarCodeScanner } from 'expo-barcode-scanner';\nimport * as Application from 'expo-application';\nimport { Platform, StyleSheet, TouchableOpacity, View } from 'react-native';\nimport React from 'react';\nimport { ScanInput, ScanOutput } from '@wavemaker/app-rn-runtime/variables/device/scan/scan.operation';\nimport { DisplayManager } from '@wavemaker/app-rn-runtime/core/display.manager';\nimport permissionManager from '@wavemaker/app-rn-runtime/runtime/services/device/permissions';\nimport appDisplayManagerService from '@wavemaker/app-rn-runtime/runtime/services/app-display-manager.service';\n\ninterface objectMap {\n [key: string]: string\n}\n\nconst barcodeFormatOptions: objectMap = {\n 'ALL': 'ALL',\n 'CODABAR': 'codabar',\n 'CODE_39': 'code39',\n 'CODE_93': 'code93',\n 'CODE_128': 'code128',\n 'DATA_MATRIX': 'datamatrix',\n 'EAN_8': 'ean8',\n 'EAN_13': 'ean13',\n 'ITF': 'itf14',\n 'PDF_417': 'pdf417',\n 'QR_CODE': 'qr',\n 'RSS14': 'rss14',\n 'RSS_EXPANDED': 'rssexpanded',\n 'UPC_E': 'upc_e',\n 'UPC_A': 'upc_a'\n};\nconst opacity = 'rgba(0, 0, 0, 0.6)';\nconst styles = StyleSheet.create({\n container: {\n flex: 1,\n flexDirection: 'column'\n },\n closeWrapper: {\n flex: 1,\n justifyContent: 'flex-end',\n alignItems: 'center',\n paddingBottom: 32\n },\n topWrapper: {\n flex: 2,\n backgroundColor: opacity\n },\n centerWrapper: {\n flex: 2,\n flexDirection: 'row'\n },\n leftWrapper: {\n flex: 2,\n backgroundColor: opacity\n },\n focused: {\n flex: 10\n },\n rightWrapper: {\n flex: 2,\n backgroundColor: opacity\n },\n bottomWrapper: {\n flex: 2,\n backgroundColor: opacity\n },\n});\n\nexport class ScanService {\n\n constructor(private displayManager: DisplayManager) {}\n\n getTestProps(suffix: string) {\n const id = \"scan\" + (suffix ? '_' + suffix : '');\n if (Platform.OS === 'android' || Platform.OS === 'web') {\n return {\n accessibilityLabel: id,\n testID: id\n };\n }\n return {\n accessible: false,\n testID: id\n };\n }\n\n public scanBarcode(params: ScanInput): Promise<ScanOutput> {\n const format = params?.barcodeFormat || 'ALL';\n const barcodeFormat: string | undefined = Platform.OS === 'ios' ? undefined : barcodeFormatOptions[format];\n return new Promise((resolve, reject) => {\n permissionManager.requestPermissions('camera').then(() => {\n const destroy = this.displayManager.show({\n content: (<Camera\n barCodeScannerSettings={barcodeFormat ? {\n barCodeTypes: [BarCodeScanner.Constants.BarCodeType[barcodeFormat]],\n }: undefined}\n onBarCodeScanned={(result) => {\n destroy.call(this.displayManager);\n resolve(result);\n }}\n style={StyleSheet.absoluteFillObject}\n >\n <View style={styles.topWrapper}>\n </View>\n <View style={styles.centerWrapper}>\n <View style={styles.leftWrapper}/>\n <View style={styles.focused}/>\n <View style={styles.rightWrapper}/>\n </View>\n <View style={styles.bottomWrapper}>\n \n <View style={styles.closeWrapper}>\n <TouchableOpacity\n {... this.getTestProps('close_button')}\n onPress={() => {\n destroy.call(this.displayManager);\n }}>\n <Ionicons name='close-circle' size={48} color='white' />\n </TouchableOpacity>\n </View>\n </View>\n </Camera>)\n });\n }, reject)\n }).then((response: any) => {\n let format;\n if (response.type) {\n const values = Object.values(BarCodeScanner.Constants.BarCodeType);\n const index = values.indexOf(response.type);\n format = index > -1 ? Object.keys(BarCodeScanner.Constants.BarCodeType)[index] : '';\n }\n return Promise.resolve({\n text: response.data,\n format : format || response.type,\n cancelled : false\n });\n });\n }\n}\nconst scanService = new ScanService(appDisplayManagerService);\nexport default scanService;\n"],"mappings":";AAAA,SAASA,MAAM,QAAQ,aAAa;AACpC,SAASC,QAAQ,QAAQ,oBAAoB;AAC7C,SAASC,cAAc,QAAQ,sBAAsB;AAErD,SAASC,QAAQ,EAAEC,UAAU,EAAEC,gBAAgB,EAAEC,IAAI,QAAQ,cAAc;AAC3E,OAAOC,KAAK,MAAM,OAAO;AAGzB,OAAOC,iBAAiB,MAAM,+DAA+D;AAC7F,OAAOC,wBAAwB,MAAM,wEAAwE;AAM7G,MAAMC,oBAA+B,GAAG;EACtC,KAAK,EAAE,KAAK;EACZ,SAAS,EAAE,SAAS;EACpB,SAAS,EAAE,QAAQ;EACnB,SAAS,EAAE,QAAQ;EACnB,UAAU,EAAE,SAAS;EACrB,aAAa,EAAE,YAAY;EAC3B,OAAO,EAAE,MAAM;EACf,QAAQ,EAAE,OAAO;EACjB,KAAK,EAAE,OAAO;EACd,SAAS,EAAE,QAAQ;EACnB,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,OAAO;EAChB,cAAc,EAAE,aAAa;EAC7B,OAAO,EAAE,OAAO;EAChB,OAAO,EAAE;AACX,CAAC;AACD,MAAMC,OAAO,GAAG,oBAAoB;AACpC,MAAMC,MAAM,GAAGR,UAAU,CAACS,MAAM,CAAC;EAC/BC,SAAS,EAAE;IACTC,IAAI,EAAE,CAAC;IACPC,aAAa,EAAE;EACjB,CAAC;EACDC,YAAY,EAAE;IACZF,IAAI,EAAE,CAAC;IACPG,cAAc,EAAE,UAAU;IAC1BC,UAAU,EAAE,QAAQ;IACpBC,aAAa,EAAE;EACjB,CAAC;EACDC,UAAU,EAAE;IACVN,IAAI,EAAE,CAAC;IACPO,eAAe,EAAEX;EACnB,CAAC;EACDY,aAAa,EAAE;IACbR,IAAI,EAAE,CAAC;IACPC,aAAa,EAAE;EACjB,CAAC;EACDQ,WAAW,EAAE;IACXT,IAAI,EAAE,CAAC;IACPO,eAAe,EAAEX;EACnB,CAAC;EACDc,OAAO,EAAE;IACPV,IAAI,EAAE;EACR,CAAC;EACDW,YAAY,EAAE;IACZX,IAAI,EAAE,CAAC;IACPO,eAAe,EAAEX;EACnB,CAAC;EACDgB,aAAa,EAAE;IACbZ,IAAI,EAAE,CAAC;IACPO,eAAe,EAAEX;EACnB;AACF,CAAC,CAAC;AAEF,OAAO,MAAMiB,WAAW,CAAC;EAEvBC,WAAWA,CAASC,cAA8B,EAAE;IAAA,KAAhCA,cAA8B,GAA9BA,cAA8B;EAAG;EAErDC,YAAYA,CAACC,MAAc,EAAE;IAC3B,MAAMC,EAAE,GAAG,MAAM,IAAID,MAAM,GAAG,GAAG,GAAGA,MAAM,GAAI,EAAE,CAAC;IACjD,IAAI7B,QAAQ,CAAC+B,EAAE,KAAK,SAAS,IAAI/B,QAAQ,CAAC+B,EAAE,KAAK,KAAK,EAAE;MACtD,OAAO;QACHC,kBAAkB,EAAEF,EAAE;QACtBG,MAAM,EAAEH;MACZ,CAAC;IACH;IACA,OAAO;MACHI,UAAU,EAAE,KAAK;MACjBD,MAAM,EAAEH;IACZ,CAAC;EACH;EAEOK,WAAWA,CAACC,MAAiB,EAAuB;IACzD,MAAMC,MAAM,GAAG,CAAAD,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAEE,aAAa,KAAI,KAAK;IAC7C,MAAMA,aAAiC,GAAGtC,QAAQ,CAAC+B,EAAE,KAAK,KAAK,GAAGQ,SAAS,GAAGhC,oBAAoB,CAAC8B,MAAM,CAAC;IAC1G,OAAO,IAAIG,OAAO,CAAC,CAACC,OAAO,EAAEC,MAAM,KAAK;MACtCrC,iBAAiB,CAACsC,kBAAkB,CAAC,QAAQ,CAAC,CAACC,IAAI,CAAC,MAAM;QACxD,MAAMC,OAAO,GAAG,IAAI,CAAClB,cAAc,CAACmB,IAAI,CAAC;UACvCC,OAAO,eAAG3C,KAAA,CAAA4C,aAAA,CAACnD,MAAM;YACfoD,sBAAsB,EAAEX,aAAa,GAAG;cACtCY,YAAY,EAAE,CAACnD,cAAc,CAACoD,SAAS,CAACC,WAAW,CAACd,aAAa,CAAC;YACpE,CAAC,GAAEC,SAAU;YACbc,gBAAgB,EAAGC,MAAM,IAAK;cAC5BT,OAAO,CAACU,IAAI,CAAC,IAAI,CAAC5B,cAAc,CAAC;cACjCc,OAAO,CAACa,MAAM,CAAC;YACjB,CAAE;YACFE,KAAK,EAAEvD,UAAU,CAACwD;UAAmB,gBAErCrD,KAAA,CAAA4C,aAAA,CAAC7C,IAAI;YAACqD,KAAK,EAAE/C,MAAM,CAACS;UAAW,CACzB,CAAC,eACPd,KAAA,CAAA4C,aAAA,CAAC7C,IAAI;YAACqD,KAAK,EAAE/C,MAAM,CAACW;UAAc,gBAChChB,KAAA,CAAA4C,aAAA,CAAC7C,IAAI;YAACqD,KAAK,EAAE/C,MAAM,CAACY;UAAY,CAAC,CAAC,eAClCjB,KAAA,CAAA4C,aAAA,CAAC7C,IAAI;YAACqD,KAAK,EAAE/C,MAAM,CAACa;UAAQ,CAAC,CAAC,eAC9BlB,KAAA,CAAA4C,aAAA,CAAC7C,IAAI;YAACqD,KAAK,EAAE/C,MAAM,CAACc;UAAa,CAAC,CAC9B,CAAC,eACPnB,KAAA,CAAA4C,aAAA,CAAC7C,IAAI;YAACqD,KAAK,EAAE/C,MAAM,CAACe;UAAc,gBAEhCpB,KAAA,CAAA4C,aAAA,CAAC7C,IAAI;YAACqD,KAAK,EAAE/C,MAAM,CAACK;UAAa,gBAC7BV,KAAA,CAAA4C,aAAA,CAAC9C,gBAAgB,EAAAwD,QAAA,KACR,IAAI,CAAC9B,YAAY,CAAC,cAAc,CAAC;YACtC+B,OAAO,EAAEA,CAAA,KAAM;cACbd,OAAO,CAACU,IAAI,CAAC,IAAI,CAAC5B,cAAc,CAAC;YACnC;UAAE,iBACFvB,KAAA,CAAA4C,aAAA,CAAClD,QAAQ;YAAC8D,IAAI,EAAC,cAAc;YAACC,IAAI,EAAE,EAAG;YAACC,KAAK,EAAC;UAAO,CAAE,CACzC,CAChB,CACF,CACA;QACV,CAAC,CAAC;MACJ,CAAC,EAAEpB,MAAM,CAAC;IACZ,CAAC,CAAC,CAACE,IAAI,CAAEmB,QAAa,IAAK;MACzB,IAAI1B,MAAM;MACV,IAAI0B,QAAQ,CAACC,IAAI,EAAE;QACjB,MAAMC,MAAM,GAAGC,MAAM,CAACD,MAAM,CAAClE,cAAc,CAACoD,SAAS,CAACC,WAAW,CAAC;QAClE,MAAMe,KAAK,GAAGF,MAAM,CAACG,OAAO,CAACL,QAAQ,CAACC,IAAI,CAAC;QAC3C3B,MAAM,GAAG8B,KAAK,GAAG,CAAC,CAAC,GAAGD,MAAM,CAACG,IAAI,CAACtE,cAAc,CAACoD,SAAS,CAACC,WAAW,CAAC,CAACe,KAAK,CAAC,GAAG,EAAE;MACrF;MACA,OAAO3B,OAAO,CAACC,OAAO,CAAC;QACrB6B,IAAI,EAAEP,QAAQ,CAACQ,IAAI;QACnBlC,MAAM,EAAGA,MAAM,IAAI0B,QAAQ,CAACC,IAAI;QAChCQ,SAAS,EAAG;MACd,CAAC,CAAC;IACJ,CAAC,CAAC;EACJ;AACF;AACA,MAAMC,WAAW,GAAG,IAAIhD,WAAW,CAACnB,wBAAwB,CAAC;AAC7D,eAAemE,WAAW","ignoreList":[]}
@@ -64,9 +64,9 @@ export class LinearGradient extends React.Component {
64
64
  state.locations = [];
65
65
  splits.map(s => {
66
66
  var _s$matchAll$next;
67
- const p = (_s$matchAll$next = s.matchAll(/\s*([0-9]+)%/g).next()) === null || _s$matchAll$next === void 0 ? void 0 : _s$matchAll$next.value;
67
+ const p = (_s$matchAll$next = s.matchAll(/\s*([0-9.]+)%/g).next()) === null || _s$matchAll$next === void 0 ? void 0 : _s$matchAll$next.value;
68
68
  if (p) {
69
- state.locations.push(parseInt(p[1]) / 100);
69
+ state.locations.push(parseFloat(p[1]) / 100);
70
70
  state.colors.push(s.replace(p[0], ''));
71
71
  } else {
72
72
  state.locations.push(null);
@@ -237,7 +237,7 @@ export class BackgroundComponent extends React.Component {
237
237
  }
238
238
  if ((_source = source) !== null && _source !== void 0 && _source.startsWith('url')) {
239
239
  var _this$props$image2;
240
- source = (_this$props$image2 = this.props.image) === null || _this$props$image2 === void 0 || (_this$props$image2 = _this$props$image2.matchAll(IMAGE_URL_REGEX)) === null || _this$props$image2 === void 0 || (_this$props$image2 = _this$props$image2.next()) === null || _this$props$image2 === void 0 || (_this$props$image2 = _this$props$image2.value) === null || _this$props$image2 === void 0 ? void 0 : _this$props$image2[1];
240
+ source = (_this$props$image2 = this.props.image) === null || _this$props$image2 === void 0 ? void 0 : _this$props$image2.matchAll(IMAGE_URL_REGEX).next().value[1];
241
241
  }
242
242
  if (this.loadAsset) {
243
243
  source = this.loadAsset(source);