@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
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","LinearGradient","ExpoLinearGradient","Image","StyleSheet","View","isEmpty","isNil","isNumber","imageSizeEstimator","AssetConsumer","isFullPathUrl","IMAGE_URL_REGEX","LINEAT_GRADIENT_REGEX","DIMENSION_REGEX","BACKGROUND_POSITION_REGEX","BACKGROUND_SIZE_REGEX","ASSET_CACHE","Component","constructor","props","state","parse","val","value","splits","split","map","v","trim","angle","locations","endsWith","parseInt","shift","delta","Math","round","tan","PI","abs","end","x","y","start","colors","s","_s$matchAll$next","p","matchAll","next","push","parseFloat","replace","componentDidUpdate","prevProps","prevState","snapshot","setState","render","_this$props$size","_this$props$style","createElement","style","borderWidth","overflow","absoluteFill","middle","flexDirection","justifyContent","alignItems","testID","size","width","position","borderRadius","children","BackgroundComponent","_defineProperty","imageSrc","image","undefined","caluculateSize","height","resolveAssetSource","naturalImageWidth","naturalImageHeight","getSize","uri","getDimension","dim","getPosition","result","top","bottom","left","right","getPositionAndSize","_this$props$size2","_this$getGradient","resizeMode","getGradient","length","repeat","renderLinearGradient","data","psresult","Fragment","setImage","componentDidMount","setTimeout","_this$props$image","_source","source","startsWith","_this$props$image2","loadAsset","_this$props$image3","renderImage","_psresult$position","_psresult$position2","loadImage","minWidth","minHeight","_gradientData$value","gradientData"],"sources":["background.component.tsx"],"sourcesContent":["import * as React from 'react';\nimport { LinearGradient as ExpoLinearGradient, LinearGradientPoint } from 'expo-linear-gradient';\nimport { Image, StyleSheet, View, ViewStyle } from 'react-native';\nimport { isEmpty, isNil, isNumber, isString } from 'lodash-es';\nimport imageSizeEstimator from '@wavemaker/app-rn-runtime/core/imageSizeEstimator';\nimport { AssetConsumer } from '@wavemaker/app-rn-runtime/core/asset.provider';\nimport { isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';\n\nexport interface LinearGradientProps {\n value: string;\n children: any;\n style?: ViewStyle;\n size?: ViewStyle;\n position?: ViewStyle;\n middle?: boolean;\n}\n\nexport interface LinearGradientState {\n colors: string[];\n locations: number[];\n start: LinearGradientPoint;\n end: LinearGradientPoint;\n}\n\nconst IMAGE_URL_REGEX = /url\\(['|\"]?(.+)['|\"]?\\)$/gi;\nconst LINEAT_GRADIENT_REGEX = /linear-gradient\\((.+)\\)$/gi;\nconst DIMENSION_REGEX = /([0-9%]+)[a-z]*/g;\nconst BACKGROUND_POSITION_REGEX = /([0-9%]+)[a-z]*\\s*([0-9%]+)[a-z]*/g;\nconst BACKGROUND_SIZE_REGEX = /([0-9%]+)[a-z]*\\s*([0-9%]+)[a-z]*/g;\n\nconst ASSET_CACHE = {} as any;\n\nexport class LinearGradient extends React.Component<LinearGradientProps, LinearGradientState> {\n\n constructor(props: LinearGradientProps) {\n super(props);\n this.state = this.parse();\n }\n\n parse(val = this.props.value) {\n let state = {} as LinearGradientState;\n const splits = val.split(',').map(v => v.trim());\n let angle = 0;\n const locations: LinearGradientPoint[] = [];\n if (splits[0].endsWith('deg')) {\n angle = (parseInt(splits[0].split('deg')[0]))%360;\n angle = angle < 0 ? (360 + angle) : angle;\n splits.shift();\n }\n angle += 90;\n const delta = Math.round(Math.tan((angle * Math.PI) / 180) * 100)/100;\n if (Math.abs(delta) > 1) {\n state = {\n end: {\n x: -0.5 / delta + 0.5,\n y: 0\n },\n start: {\n x: 0.5 / delta + 0.5,\n y: 1\n }\n } as LinearGradientState;\n } else {\n state = {\n start: {\n x: 0,\n y: -0.5 * delta + 0.5\n },\n end: {\n x: 1,\n y: 0.5 * delta + 0.5\n }\n } as LinearGradientState;\n }\n if (angle >= 270 && angle <= 450) {\n state = {\n start : state.end,\n end: state.start\n } as LinearGradientState;\n }\n state.colors = [];\n state.locations = [];\n splits.map(s => {\n const p = s.matchAll(/\\s*([0-9.]+)%/g).next()?.value;\n if (p) {\n state.locations.push(parseFloat(p[1]) / 100);\n state.colors.push(s.replace(p[0], ''));\n } else {\n state.locations.push(null as any);\n state.colors.push(s);\n }\n });\n return state;\n }\n\n componentDidUpdate(prevProps: Readonly<LinearGradientProps>, prevState: Readonly<{}>, snapshot?: any): void {\n if (prevProps.value !== this.props.value) {\n this.setState(this.parse());\n }\n }\n \n\n public render() {\n return (\n <View style={[{borderWidth: 0, overflow: 'hidden'}, StyleSheet.absoluteFill, this.props.style]}>\n <View style={[\n StyleSheet.absoluteFill, this.props.middle ? {\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center'\n } : null]}>\n <ExpoLinearGradient testID=\"wm-expo-linear-gradient\"\n colors={this.state.colors}\n locations={this.state.locations}\n start={this.state.start}\n end={this.state.end}\n style={[\n this.props.size?.width ? this.props.size : StyleSheet.absoluteFill,\n this.props.position,\n {position: 'absolute', borderRadius: this.props.style?.borderRadius}\n ]}\n />\n </View>\n {this.props.children}\n </View>\n );\n }\n}\n\nexport interface BackgroundProps {\n image?: string;\n position?: string;\n children?: any;\n resizeMode?: string;\n repeat?: string;\n style?: ViewStyle;\n size: string;\n}\n\nexport interface BackgroundState {\n imageSrc: any;\n naturalImageWidth: number,\n naturalImageHeight: number\n}\n\nexport class BackgroundComponent extends React.Component<BackgroundProps, BackgroundState> {\n\n private loadAsset: (path: string) => number | string = null as any;\n\n constructor(props: BackgroundProps) {\n super(props);\n this.state = {\n imageSrc : this.props.image ? ASSET_CACHE[this.props.image] : undefined\n } as BackgroundState;\n }\n\n public caluculateSize(imageSrc: any) {\n if (isNumber(imageSrc)) {\n const {width, height} = Image.resolveAssetSource(imageSrc);\n this.setState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as BackgroundState);\n } else if (!isNil(imageSrc)) {\n imageSizeEstimator.getSize(imageSrc.uri, (width: number, height: number) => {\n this.setState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as BackgroundState);\n });\n }\n }\n\n getDimension(dim: string) {\n if (dim) {\n const value = dim.matchAll(DIMENSION_REGEX).next().value;\n if (value[1]) {\n return value[1].endsWith('%') ? value[1] : parseInt(value[1]);\n }\n }\n return null;\n }\n\n public getPosition() {\n const result = {} as ViewStyle;\n if (!this.props.position) {\n return result;\n }\n const position = this.props.position.split(' ').map(s => s.trim());\n if (position[0] === 'center') {\n result.alignItems = 'center';\n } else if (position[0] === 'top') {\n result.top = 0;\n } else if (position[0] === 'bottom') {\n result.bottom = 0;\n } else {\n result.top = this.getDimension(position[0]);\n }\n if (position[1] === 'center') {\n result.justifyContent = 'center';\n } else if (position[1] === 'left') {\n result.left = 0;\n } else if (position[1] === 'bottom') {\n result.right = 0;\n } else {\n result.left = this.getDimension(position[1]);\n }\n return result;\n }\n\n public getPositionAndSize() {\n const result: {\n resizeMode? : string,\n position?: ViewStyle,\n size?: ViewStyle\n } = {} as any;\n if (this.props.resizeMode) {\n result.resizeMode = this.props.resizeMode;\n return result;\n } else if (this.props.position === 'center') {\n result.resizeMode = 'center';\n result.position = {\n justifyContent: 'center',\n alignItems: 'center'\n };\n } else if (this.props.size === 'contain' || this.props.size === 'cover') {\n result.resizeMode = this.props.size;\n return result;\n }\n const size = this.props.size?.matchAll(BACKGROUND_SIZE_REGEX).next().value;\n result.size = {};\n if (size) {\n result.size.width = size[1].endsWith('%') ? size[1] : parseInt(size[1]);\n result.size.height = size[2].endsWith('%') ? size[2] : parseInt(size[2]);\n }\n if (!result.resizeMode && this.props.position) {\n result.position = this.getPosition();\n }\n if (!this.getGradient()?.value?.length) {\n if (this.props.repeat === 'no-repeat') {\n result.size.width = result.size.width || this.state.naturalImageWidth; \n result.size.height = result.size.height || this.state.naturalImageHeight; \n } else if (this.props.repeat === 'repeat-x') {\n result.resizeMode = 'repeat';\n result.size.width = result.size.width || '100%'; \n result.size.height = result.size.height || this.state.naturalImageHeight; \n } else if (this.props.repeat === 'repeat-y') {\n result.resizeMode = 'repeat';\n result.size.width = result.size.width || this.state.naturalImageWidth; \n result.size.height = result.size.height || '100%'; \n } else {\n result.resizeMode = 'repeat';\n }\n }\n return result;\n }\n\n public renderLinearGradient(data: string) {\n const psresult = this.getPositionAndSize();\n return (\n <LinearGradient\n value={data || ''}\n style={this.props.style}\n size={psresult.size}\n position={psresult.position}\n middle={psresult.resizeMode === 'center'}> \n <></> \n </LinearGradient>\n );\n }\n\n componentDidUpdate(prevProps: Readonly<BackgroundProps>, prevState: Readonly<{}>, snapshot?: any): void {\n if (this.props.image && prevProps.image !== this.props.image) {\n this.setImage();\n }\n }\n\n componentDidMount(): void {\n setTimeout(() => this.setImage(), 100);\n }\n\n setImage() {\n let source = this.props.image?.trim() as any;\n if (!source) {\n return;\n }\n if (source?.startsWith('url')) {\n source = this.props.image?.matchAll(IMAGE_URL_REGEX).next().value[1];\n }\n if (this.loadAsset) {\n source = this.loadAsset(source);\n }\n if (isFullPathUrl(source)) {\n source = {\n uri: source\n };\n }\n this.caluculateSize(source);\n this.setState({\n imageSrc: source\n } as BackgroundState);\n if (this.props.image) {\n ASSET_CACHE[this.props.image] = source;\n }\n }\n\n public getGradient() {\n return this.props.image?.trim().matchAll(LINEAT_GRADIENT_REGEX).next();\n }\n\n public renderImage() {\n const psresult = this.getPositionAndSize();\n return (\n <AssetConsumer>\n {(loadAsset) => {\n const loadImage = this.loadAsset !== loadAsset;\n this.loadAsset = loadAsset;\n if (loadImage) {\n setTimeout(() => this.setImage(), 10);\n }\n return (<View style={[{borderWidth: 0, overflow: 'hidden'}, StyleSheet.absoluteFill, this.props.style]}>\n <View style={[\n StyleSheet.absoluteFill, {\n flexDirection: 'row',\n justifyContent: psresult.position?.justifyContent,\n alignItems: psresult.position?.alignItems\n }]}>\n <View style={[\n { position: 'absolute', overflow: 'hidden' },\n psresult.position,\n isEmpty(psresult.size) ? StyleSheet.absoluteFill : psresult.size\n ]}>\n <Image\n source={this.state.imageSrc}\n resizeMode={psresult.resizeMode as any || 'cover'}\n style={[\n { \n width: '100%',\n height: '100%'\n }, \n !isEmpty(psresult.size)\n || (psresult.resizeMode === 'cover'\n || psresult.resizeMode === 'contain') ? null : {\n minWidth: this.state.naturalImageWidth,\n minHeight: this.state.naturalImageHeight\n }\n ]}/> \n </View>\n </View>\n </View>);\n }}\n </AssetConsumer>\n );\n }\n\n public render() {\n const gradientData = this.getGradient();\n if (gradientData?.value?.length) {\n return this.renderLinearGradient(gradientData.value[1]);\n } else if (this.props.image && this.state.imageSrc) {\n return this.renderImage();\n }\n return null;\n }\n}\n\n"],"mappings":"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","ignoreList":[]}
@@ -12,7 +12,6 @@ import ViewPort, { EVENTS as ViewPortEvents } from '@wavemaker/app-rn-runtime/co
12
12
  import MediaQueryList from './MediaQueryList';
13
13
  import ThemeVariables from './theme.variables';
14
14
  import { getErrorMessage, getStyleReference, isValidStyleProp } from './style-prop.validator';
15
- import injector from '@wavemaker/app-rn-runtime/core/injector';
16
15
  export const DEFAULT_CLASS = 'DEFAULT_CLASS';
17
16
  if (typeof window !== "undefined") {
18
17
  // @ts-ignore: does not properly extend MediaQueryList
@@ -35,7 +34,6 @@ export let ThemeEvent = /*#__PURE__*/function (ThemeEvent) {
35
34
  ;
36
35
  export class Theme {
37
36
  constructor(parent, name) {
38
- var _this$getAppConfig;
39
37
  this.parent = parent;
40
38
  this.name = name;
41
39
  _defineProperty(this, "eventNotifer", new EventNotifier());
@@ -43,18 +41,13 @@ export class Theme {
43
41
  _defineProperty(this, "styles", {});
44
42
  _defineProperty(this, "cache", {});
45
43
  _defineProperty(this, "traceEnabled", false);
46
- _defineProperty(this, "revertLayoutToExpo50", void 0);
47
44
  _defineProperty(this, "styleGenerators", []);
48
- this.revertLayoutToExpo50 = ((_this$getAppConfig = this.getAppConfig()) === null || _this$getAppConfig === void 0 ? void 0 : _this$getAppConfig.revertLayoutToExpo50) || false;
49
45
  if (parent) {
50
46
  this.traceEnabled = parent.traceEnabled;
51
47
  } else {
52
48
  this.traceEnabled = isWebPreviewMode();
53
49
  }
54
50
  }
55
- getAppConfig() {
56
- return injector.get('APP_CONFIG');
57
- }
58
51
  enableTrace(flag) {
59
52
  this.traceEnabled = flag;
60
53
  this.reset();
@@ -177,38 +170,6 @@ export class Theme {
177
170
  style['paddingBottom'] = style['paddingBottom'] || style['padding'];
178
171
  delete style['padding'];
179
172
  }
180
- if (this.revertLayoutToExpo50 && !isNil(style['flexDirection']) && style['flexDirection'] === 'row-reverse') {
181
- if (!isNil(style['paddingLeft']) || !isNil(style['paddingRight'])) {
182
- if (!isNil(style['paddingLeft']) && !isNil(style['paddingRight'])) {
183
- [style['paddingLeft'], style['paddingRight']] = [style['paddingRight'], style['paddingLeft']];
184
- } else {
185
- const [paddingLeft, paddingRight] = [style['paddingLeft'], style['paddingRight']];
186
- if (paddingLeft !== undefined) {
187
- style['paddingRight'] = paddingLeft;
188
- delete style['paddingLeft'];
189
- }
190
- if (paddingRight !== undefined) {
191
- style['paddingLeft'] = paddingRight;
192
- delete style['paddingRight'];
193
- }
194
- }
195
- }
196
- if (!isNil(style['marginLeft']) || !isNil(style['marginRight'])) {
197
- if (!isNil(style['marginLeft']) && !isNil(style['marginRight'])) {
198
- [style['marginLeft'], style['marginRight']] = [style['marginRight'], style['marginLeft']];
199
- } else {
200
- const [marginLeft, marginRight] = [style['marginLeft'], style['marginRight']];
201
- if (marginLeft !== undefined) {
202
- style['marginRight'] = marginLeft;
203
- delete style['marginLeft'];
204
- }
205
- if (marginRight !== undefined) {
206
- style['marginLeft'] = marginRight;
207
- delete style['marginRight'];
208
- }
209
- }
210
- }
211
- }
212
173
  let screenWidth = Dimensions.get('window').width;
213
174
  let screenHeight = Dimensions.get('window').height;
214
175
  Object.keys(style).forEach((k, i) => {
@@ -386,8 +347,7 @@ Theme.BASE.registerStyle((themeVariables, addStyle) => {
386
347
  height: 0,
387
348
  transform: [{
388
349
  scale: 0
389
- }],
390
- overflow: 'hidden'
350
+ }]
391
351
  }
392
352
  });
393
353
  addStyle('bg-danger', '', {
@@ -0,0 +1 @@
1
+ {"version":3,"names":["cloneDeep","isNil","forEach","flatten","isArray","isEmpty","isObject","isString","get","reverse","React","camelCase","Dimensions","deepCopy","isWebPreviewMode","EventNotifier","ViewPort","EVENTS","ViewPortEvents","MediaQueryList","ThemeVariables","getErrorMessage","getStyleReference","isValidStyleProp","DEFAULT_CLASS","window","matchMedia","query","DEVICE_BREAK_POINTS","ThemeEvent","Theme","constructor","parent","name","_defineProperty","traceEnabled","enableTrace","flag","reset","children","t","subscribe","event","fn","eventNotifer","notify","replaceVariables","val","match","s","variableName","substring","length","replace","INSTANCE","clearCache","cache","registerStyle","styleGenerators","push","addStyle","bind","checkStyleProperties","value","Object","keys","map","k","console","log","extend","style","styles","getStyle","addTrace","styleName","mergedChildstyle","childStyle","parentStyle","v","__trace","prefix","result","collect","mergeStyle","flattenStyles","cs","filter","cleanseStyleProperties","screenWidth","width","screenHeight","height","i","stylePropertyValue","endsWith","Number","indexOf","split","c","mediaQuery","clonedStyle","matches","BASE","$new","newTheme","destroy","splice","getTextStyle","color","fontFamily","fontSize","fontStyle","fontWeight","includeFontPadding","fontVariant","letterSpacing","lineHeight","textAlign","textAlignVertical","textDecorationColor","textDecorationStyle","textShadowColor","textShadowOffset","textShadowRadius","textTransform","verticalAlign","writingDirection","userSelect","themeVariables","CHANGE","_Theme","SIZE_CHANGE","ThemeContext","createContext","ThemeProvider","Provider","ThemeConsumer","Consumer","addColStyles","device","minWidth","root","MIN_EXTRA_SMALL_DEVICE","MIN_SMALL_DEVICE","MIN_MEDIUM_DEVICE","MIN_LARGE_DEVICE","display","addDisplayStyles","maxWidth","MAX_LARGE_DEVICE","MAX_EXTRA_SMALL_DEVICE","MAX_SMALL_DEVICE","MAX_MEDIUM_DEVICE","addElevationClasses","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","zIndex","transform","scale","backgroundColor","dangerColor","infoColor","primaryColor","successColor","warningColor","borderColor","text"],"sources":["theme.tsx"],"sourcesContent":["import { cloneDeep, isNil, forEach, flatten, isArray, isEmpty, isObject, isString, isFunction, get, reverse } from 'lodash';\nimport React from 'react';\nimport { camelCase } from 'lodash-es';\nimport { TextStyle, ViewStyle, ImageStyle, ImageBackground, Dimensions } from 'react-native';\nimport { deepCopy, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';\nimport ViewPort, {EVENTS as ViewPortEvents} from '@wavemaker/app-rn-runtime/core/viewport';\nimport MediaQueryList from './MediaQueryList';\nimport ThemeVariables from './theme.variables';\nimport { getErrorMessage, getStyleReference, isValidStyleProp } from './style-prop.validator';\nexport const DEFAULT_CLASS = 'DEFAULT_CLASS';\n\ndeclare const matchMedia: any, window: any;\n\nif (typeof window !== \"undefined\") {\n // @ts-ignore: does not properly extend MediaQueryList\n window.matchMedia = (query: string) => new MediaQueryList(query);\n}\n\nexport const DEVICE_BREAK_POINTS = {\n 'MIN_EXTRA_SMALL_DEVICE' : '0px',\n 'MAX_EXTRA_SMALL_DEVICE' : '767px',\n 'MIN_SMALL_DEVICE' : '768px',\n 'MAX_SMALL_DEVICE' : '991px',\n 'MIN_MEDIUM_DEVICE' : '992px',\n 'MAX_MEDIUM_DEVICE' : '1199px',\n 'MIN_LARGE_DEVICE' : '1200px',\n 'MAX_LARGE_DEVICE' : '1000000px',\n};\n\nexport type styleGeneratorFn<T extends NamedStyles<any>> = (\n themeVariables: ThemeVariables,\n addStyle: (name: string, extend: string, style: T) => void) => void\n\nexport enum ThemeEvent {\n CHANGE ='change'\n};\n\nexport class Theme {\n public static BASE = new Theme(null as any, 'default');\n\n static {\n ViewPort.subscribe(ViewPortEvents.SIZE_CHANGE, () => {\n Theme.BASE.reset();\n });\n }\n\n\n private eventNotifer = new EventNotifier();\n\n private children: Theme[] = [];\n\n private styles: any = {};\n\n private cache: any = {};\n\n private traceEnabled = false;\n\n private styleGenerators: styleGeneratorFn<any>[] = [];\n\n private constructor(private parent:Theme, public readonly name: string) {\n if (parent) {\n this.traceEnabled = parent.traceEnabled;\n } else {\n this.traceEnabled = isWebPreviewMode();\n }\n }\n\n public enableTrace(flag: boolean) {\n this.traceEnabled = flag;\n this.reset();\n this.children.forEach(t => t.enableTrace(flag));\n }\n\n public subscribe(event: ThemeEvent, fn: Function) {\n return this.eventNotifer.subscribe(event, fn);\n }\n\n public notify(event: ThemeEvent): void {\n this.eventNotifer.notify(event, []);\n this.children.forEach(t => t.notify(event));\n }\n\n private replaceVariables(val: string) {\n if(isString(val)) { \n (val.match(/_*var\\([^\\)]*\\)/g) || []).forEach((s) => {\n const variableName = s.substring(4, s.length - 1);\n val = val.replace(s, (ThemeVariables.INSTANCE as any)[variableName]\n || (ThemeVariables.INSTANCE as any)[variableName.substring(2)]\n || (ThemeVariables.INSTANCE as any)[camelCase(variableName.substring(2))]);\n val = this.replaceVariables(val);\n });\n }\n return val; \n }\n\n clearCache() {\n this.cache = {};\n this.children.forEach((t) => t.clearCache());\n }\n\n registerStyle<T extends NamedStyles<any>>(fn: styleGeneratorFn<T>) {\n this.styleGenerators.push(fn);\n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this));\n }\n\n checkStyleProperties(name: string, value : any) {\n if (isObject(value)) {\n Object.keys(value).map((k) => this.checkStyleProperties(k, (value as any)[k]));\n } else if(name && !isValidStyleProp(name, value)) {\n console.log(\n `%cInvalid Style property in ${this.name}: ${getErrorMessage(name, value)}`,\n 'background-color: #FF0000;font-weight: bold; color: #fff'\n );\n console.log(`Refer: ${getStyleReference(name)}`);\n }\n }\n\n private addStyle<T extends NamedStyles<any>>(name: string, extend: string, style: T) {\n this.styles[name] = deepCopy(this.getStyle(extend), this.styles[name], style);\n }\n\n private addTrace(styleName: string, mergedChildstyle: any, childStyle: any, parentStyle?: any) {\n if (!this.traceEnabled) {\n return;\n }\n let addTrace = !isEmpty(childStyle);\n forEach(mergedChildstyle, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n addTrace = false;\n this.addTrace(styleName + '.' + k, v, childStyle && childStyle[k], parentStyle && parentStyle[k])\n }\n });\n if (addTrace) {\n mergedChildstyle['__trace'] = [\n {\n name: styleName,\n value: childStyle\n },\n ...(parentStyle?.__trace|| [])\n ];\n } else {\n mergedChildstyle['__trace'] = [...(parentStyle?.__trace|| [])];\n }\n }\n\n private flatten(style: any, prefix = \"\", result = {} as any) {\n let collect = !isEmpty(style);\n forEach(style, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n collect = false;\n this.flatten(v, (prefix ? prefix + '.' : '') + k, result)\n }\n });\n if (collect) {\n result[prefix] = style;\n }\n return result;\n }\n\n mergeStyle(...styles: any) {\n const style = deepCopy(...styles);\n if (this.traceEnabled) {\n const flattenStyles = this.flatten(style);\n Object.keys(flattenStyles).forEach(k => {\n const s = flattenStyles[k];\n s['__trace'] = flatten(reverse(styles.map((v: any) => {\n const cs = get(v, k);\n if (cs && cs.__trace) {\n return [...cs.__trace];\n }\n return [];\n }).filter((t: any) => t.length > 0)));\n });\n }\n return style;\n }\n\n cleanseStyleProperties(style: any) {\n if (!(style && isObject(style)) || isString(style) || isArray(style)) {\n return style;\n }\n style = style as any;\n if (isObject(style) && !isArray(style)) {\n Object.keys(style).forEach(k => {\n (style as any)[k] = this.replaceVariables((style as any)[k]);\n });\n }\n if (!isNil(style['shadowRadius'])) {\n if (style['shadowRadius'] <= 0) {\n style['shadowColor'] = 'transparent';\n } else if (isNil(style['elevation'])) {\n style['elevation'] = 2;\n }\n }\n if (!isNil(style['margin'])) {\n style['marginLeft'] = style['marginLeft'] || style['margin'];\n style['marginRight'] = style['marginRight'] || style['margin'];\n style['marginTop'] = style['marginTop'] || style['margin'];\n style['marginBottom'] = style['marginBottom'] || style['margin'];\n delete style['margin'];\n }\n if (!isNil(style['padding'])) {\n style['paddingLeft'] = style['paddingLeft'] || style['padding'];\n style['paddingRight'] = style['paddingRight'] || style['padding'];\n style['paddingTop'] = style['paddingTop'] || style['padding'];\n style['paddingBottom'] = style['paddingBottom'] || style['padding'];\n delete style['padding'];\n }\n let screenWidth = Dimensions.get('window').width;\n let screenHeight = Dimensions.get('window').height;\n Object.keys(style).forEach((k, i) => {\n let stylePropertyValue = style[k]\n if(typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vw')) {\n stylePropertyValue = stylePropertyValue.replace('vw','')\n style[k] = Number(stylePropertyValue)/100 * screenWidth\n }\n if((typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vh'))) {\n stylePropertyValue = stylePropertyValue.replace('vh','')\n style[k] = Number(stylePropertyValue)/100 * screenHeight\n }\n })\n Object.keys(style).forEach((k, i) => this.cleanseStyleProperties(style[k]));\n return style;\n }\n\n getStyle(name: string) {\n let style = this.cache[name];\n if (style) {\n return style;\n }\n if (!name) {\n return {};\n }\n if (name.indexOf(' ') > 0) {\n style = this.mergeStyle(...(name.split(' ').map(c => this.getStyle(c))));\n } else {\n const parentStyle = this.parent && this.parent.getStyle(name);\n const mediaQuery = (this.styles[name] || {})['@media'];\n let clonedStyle = {};\n if (!mediaQuery || matchMedia(mediaQuery).matches) {\n clonedStyle = cloneDeep(this.styles[name]);\n this.cleanseStyleProperties(clonedStyle);\n }\n if (this !== Theme.BASE && isWebPreviewMode()) {\n this.checkStyleProperties('', clonedStyle);\n }\n style = deepCopy(parentStyle, clonedStyle);\n this.addTrace(`@${this.name}:${name}`, style, clonedStyle, parentStyle);\n }\n this.cache[name] = style;\n return style;\n }\n\n $new(name = \"\", styles = {} as NamedStyles<any>) {\n const newTheme = new Theme(this, name);\n newTheme.reset(styles);\n this.children.push(newTheme);\n return newTheme;\n }\n\n destroy() {\n const i = this.parent.children.indexOf(this);\n if (i >= 0) {\n this.parent.children.splice(i, 1);\n }\n }\n \n getTextStyle(s: any) {\n if (!s) {\n return {};\n }\n return {\n color: s.color,\n fontFamily: s.fontFamily,\n fontSize: s.fontSize,\n fontStyle: s.fontStyle,\n fontWeight: s.fontWeight,\n includeFontPadding: s.includeFontPadding,\n fontVariant: s.fontVariant,\n letterSpacing: s.letterSpacing,\n lineHeight: s.lineHeight,\n textAlign: s.textAlign,\n textAlignVertical: s.textAlignVertical,\n textDecorationColor: s.textDecorationColor,\n textDecorationStyle: s.textDecorationStyle,\n textShadowColor: s.textShadowColor,\n textShadowOffset: s.textShadowOffset,\n textShadowRadius: s.textShadowRadius,\n textTransform: s.textTransform,\n verticalAlign: s.verticalAlign,\n writingDirection: s.writingDirection,\n userSelect: s.userSelect,\n } as TextStyle;\n }\n\n reset(styles?: NamedStyles<any>) {\n this.styles = {};\n this.clearCache();\n if (styles) {\n this.registerStyle((themeVariables, addStyle) => {\n Object.keys(styles).forEach(k => {\n addStyle(k, '', styles[k] as any);\n });\n });\n } else {\n this.styleGenerators.forEach(fn => \n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this)));\n }\n this.notify(ThemeEvent.CHANGE);\n }\n}\nexport default Theme.BASE;\nexport type NamedStyles<T> = { [P in keyof T]: AllStyle | NamedStyles<T>};\nexport type BackgroundImageStyle = {\n backgroundImage: string,\n backgroundPosition: string,\n backgroundRepeat: string,\n backgroundSize: string | number\n};\n\nexport type AllStyle = (ViewStyle & TextStyle & ImageStyle & {userSelect?: 'none'| 'text'} & {rippleColor?: string});\n\nconst ThemeContext = React.createContext<Theme>(null as any);\n\nexport const ThemeProvider = ThemeContext.Provider;\nexport const ThemeConsumer = ThemeContext.Consumer;\n/**\n * Common styles\n */\n Theme.BASE.registerStyle((themeVariables, addStyle) => {\n const addColStyles = (device: string, minWidth: string) => {\n for(let i = 1; i <= 12; i++) {\n addStyle(`col-${device}-${i}`, '', {\n \"@media\": `(min-width: ${minWidth})`,\n root: {\n width: (100 * i / 12) + '%'\n }\n } as any)\n }\n };\n addColStyles('xs', DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE);\n addColStyles('sm', DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE);\n addColStyles('md', DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE);\n addColStyles('lg', DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE);\n\n addStyle('d-none', '', {\n root: {\n display: 'none'\n }\n } as any);\n addStyle('d-flex', '', {\n root: {\n display: 'flex'\n }\n } as any);\n\n const addDisplayStyles = (device: string, minWidth: string, maxWidth: string) => {\n addStyle(`d-${device}-none`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'none'\n }\n } as any);\n addStyle(`d-${device}-flex`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'flex'\n }\n } as any);\n };\n addDisplayStyles('all', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n addDisplayStyles('xs', \n DEVICE_BREAK_POINTS.MIN_EXTRA_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_EXTRA_SMALL_DEVICE);\n addDisplayStyles('sm', \n DEVICE_BREAK_POINTS.MIN_SMALL_DEVICE,\n DEVICE_BREAK_POINTS.MAX_SMALL_DEVICE);\n addDisplayStyles('md', \n DEVICE_BREAK_POINTS.MIN_MEDIUM_DEVICE,\n DEVICE_BREAK_POINTS.MAX_MEDIUM_DEVICE);\n addDisplayStyles('lg', \n DEVICE_BREAK_POINTS.MIN_LARGE_DEVICE,\n DEVICE_BREAK_POINTS.MAX_LARGE_DEVICE);\n\n const addElevationClasses = () => {\n for(let i = 1; i <= 10; i++) {\n addStyle(`elevate${i}`, '', {\n root : {\n shadowColor: \"#000000\",\n shadowOffset: {\n width: i,\n height: i,\n },\n shadowOpacity: 0.27,\n shadowRadius: i,\n elevation: i,\n zIndex: 1\n }\n });\n }\n };\n addElevationClasses();\n addStyle('hidden', '', {\n root: {\n width: 0,\n height: 0,\n transform: [{ scale: 0 }]\n }\n });\n addStyle('bg-danger', '', { root: { backgroundColor: themeVariables.dangerColor }});\n addStyle('bg-info', '', { root: { backgroundColor: themeVariables.infoColor }});\n addStyle('bg-primary', '', { root: { backgroundColor: themeVariables.primaryColor }});\n addStyle('bg-success', '', { root: { backgroundColor: themeVariables.successColor }});\n addStyle('bg-warning', '', { root: { backgroundColor: themeVariables.warningColor }});\n\n addStyle('border-danger', '', { root: { borderColor: themeVariables.dangerColor }});\n addStyle('border-info', '', { root: { borderColor: themeVariables.infoColor }});\n addStyle('border-primary', '', { root: { borderColor: themeVariables.primaryColor }});\n addStyle('border-success', '', { root: { borderColor: themeVariables.successColor }});\n addStyle('border-warning', '', { root: { borderColor: themeVariables.warningColor }});\n\n addStyle('hide-context-menu', '', { text: { userSelect: 'none' }});\n addStyle('hide-context-menu-input', '', { text: { userSelect: 'none' }});\n});\n\n"],"mappings":"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","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","BackHandler","Platform","View","WebView","HideMode","BaseComponent","BaseComponentState","WmWebviewProps","DEFAULT_CLASS","AccessibilityWidgetType","getAccessibilityProps","isAndroid","isWebPreviewMode","WmWebViewState","constructor","args","_defineProperty","title","src","WmWebview","props","webview","webViewState","canGoBack","goBack","event","_event$nativeEvent","data","nativeEvent","startsWith","id","match","callback","invokeJSCallbacks","result","substring","indexOf","parseResult","invokeEventCallback","hideMode","DONOT_ADD_TO_DOM","addEventListener","handleBackButtonPress","componentWillUnmount","removeEventListener","_this$state$currentTa","state","currentTarget","currentsrc","_this$state$currentTa2","executeScript","fn","Promise","resolve","reject","Date","now","injectJavaScript","insertCSS","style","replace","JSON","parse","e","getTitle","iframe","contentWindow","document","onLoad","updateState","renderWidget","createElement","styles","root","_background","OS","width","height","_extends","ref","nestedScrollEnabled","source","uri","testID","getTestId","WEBVIEW","incognito","onMessage","sharedCookiesEnabled","onNavigationStateChange","scrollEnabled","onLoadEnd","url"],"sources":["webview.component.tsx"],"sourcesContent":["import React from 'react';\nimport { BackHandler, Platform, View } from 'react-native';\nimport { WebView, WebViewNavigation, WebViewMessageEvent } from 'react-native-webview';\nimport { HideMode } from '@wavemaker/app-rn-runtime/core/if.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmWebviewProps from './webview.props';\nimport { DEFAULT_CLASS, WebviewStyles } from './webview.styles';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\nimport { isAndroid, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\n\nclass WmWebViewState extends BaseComponentState<WmWebviewProps> {\n currentTarget = {\n title: '',\n src: ''\n };\n\n}\n\nexport default class WmWebview extends BaseComponent<WmWebviewProps, WmWebViewState, WebviewStyles> {\n\n private webview: WebView | null = null as any;\n private webViewState: WebViewNavigation = null as any;\n private invokeJSCallbacks = {} as any;\n\n constructor(props: WmWebviewProps) {\n super(props, DEFAULT_CLASS, new WmWebviewProps());\n this.hideMode = HideMode.DONOT_ADD_TO_DOM;\n if (isAndroid() && !isWebPreviewMode()) {\n BackHandler.addEventListener('hardwareBackPress', this.handleBackButtonPress);\n }\n }\n\n componentWillUnmount() {\n super.componentWillUnmount();\n if (isAndroid() && !isWebPreviewMode()) {\n BackHandler.removeEventListener('hardwareBackPress', this.handleBackButtonPress);\n }\n }\n\n handleBackButtonPress = (): boolean => {\n if (this.webview && this.webViewState && this.webViewState.canGoBack) {\n this.webview.goBack();\n return true;\n }\n return false;\n }\n\n get title() {\n return this.state.currentTarget?.title;\n }\n\n get currentsrc() {\n return this.state.currentTarget?.src;\n }\n\n executeScript(fn: string) {\n return new Promise((resolve, reject) => {\n if (this.webview) {\n const id = '' + Date.now();\n this.invokeJSCallbacks[id] = resolve;\n fn = `\n (function(){\n try{\n return (${fn});\n } catch(e) {\n return e.getMessage();\n }\n }())\n `;\n this.webview.injectJavaScript(\n `window.ReactNativeWebView.postMessage('afterInjectJavaScript:' + ${id} + ':' + JSON.stringify(${fn}))`\n );\n } else {\n reject();\n }\n });\n }\n\n insertCSS(style = '') {\n style = style.replace(/[\\n\\t\\r]/g, '');\n return this.executeScript(`\n function() {\n const style = document.createElement('style');\n style.innerHTML = '${style}';\n document.head.appendChild(style);\n return 'SUCCESS';\n }()\n `);\n }\n\n parseResult(result: string) {\n try {\n return JSON.parse(result);\n } catch(e) {\n if (result === 'undefined' || result === 'null') {\n return null;\n }\n return result;\n }\n }\n\n onMessage = (event: WebViewMessageEvent) => {\n const data: string = event.nativeEvent?.data;\n if (data && data.startsWith('afterInjectJavaScript')) {\n const id = data?.match(/\\:([0-9]+)\\:/);\n const callback = id && this.invokeJSCallbacks[id[1]];\n const result = data.substring(data.indexOf(':', data.indexOf(':') + 1) + 1);\n callback && callback(this.parseResult(result));\n } else {\n this.invokeEventCallback('onMessage', [event, this]);\n }\n }\n\n getTitle(iframe: any) {\n try {\n return iframe.currentTarget.contentWindow.document.title;\n } catch(e) {\n // browser blocks cross origin access to iframe content.\n }\n }\n\n public onLoad(e: any, title: string, src: string) {\n this.updateState({\n currentTarget: {\n title: title,\n src: src\n }\n } as WmWebViewState, () => {\n this.invokeEventCallback('onLoad', [e, this]);\n });\n }\n\n protected renderWidget(props: WmWebviewProps) {\n return (\n <View style={this.styles.root}>\n {this._background}\n {Platform.OS === 'web' ?\n (<iframe src={props.src} width={'100%'} height={'100%'}\n onLoad={(e) => this.onLoad(e, this.getTitle(e.currentTarget), (e.currentTarget as any).src)}></iframe>) :\n (<WebView\n ref={(ref) => this.webview = ref}\n nestedScrollEnabled={true}\n style={this.styles.webview}\n source={{\n uri: props.src\n }}\n testID={this.getTestId('web_view')}\n {...getAccessibilityProps(AccessibilityWidgetType.WEBVIEW, props)}\n incognito={props.incognito}\n onMessage={this.onMessage}\n sharedCookiesEnabled={true}\n onNavigationStateChange={(state) => {\n this.webViewState = state;\n }}\n scrollEnabled={true}\n onLoadEnd={(e) => this.onLoad(e, e.nativeEvent.title, e.nativeEvent.url)}>\n </WebView>)}\n </View>\n );\n }\n}\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,WAAW,EAAEC,QAAQ,EAAEC,IAAI,QAAQ,cAAc;AAC1D,SAASC,OAAO,QAAgD,sBAAsB;AACtF,SAASC,QAAQ,QAAQ,6CAA6C;AACtE,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,cAAc,MAAM,iBAAiB;AAC5C,SAASC,aAAa,QAAuB,kBAAkB;AAC/D,SAASC,uBAAuB,EAAEC,qBAAqB,QAAQ,8CAA8C;AAC7G,SAASC,SAAS,EAAEC,gBAAgB,QAAQ,sCAAsC;AAElF,MAAMC,cAAc,SAASP,kBAAkB,CAAiB;EAAAQ,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,wBAC9C;MACdC,KAAK,EAAE,EAAE;MACTC,GAAG,EAAE;IACP,CAAC;EAAA;AAEH;AAEA,eAAe,MAAMC,SAAS,SAASd,aAAa,CAAgD;EAMlGS,WAAWA,CAACM,KAAqB,EAAE;IACjC,KAAK,CAACA,KAAK,EAAEZ,aAAa,EAAE,IAAID,cAAc,CAAC,CAAC,CAAC;IAACS,eAAA,kBALlB,IAAI;IAAAA,eAAA,uBACI,IAAI;IAAAA,eAAA,4BAClB,CAAC,CAAC;IAAAA,eAAA,gCAiBN,MAAe;MACrC,IAAI,IAAI,CAACK,OAAO,IAAI,IAAI,CAACC,YAAY,IAAI,IAAI,CAACA,YAAY,CAACC,SAAS,EAAE;QACpE,IAAI,CAACF,OAAO,CAACG,MAAM,CAAC,CAAC;QACrB,OAAO,IAAI;MACb;MACA,OAAO,KAAK;IACd,CAAC;IAAAR,eAAA,oBAwDYS,KAA0B,IAAK;MAAA,IAAAC,kBAAA;MAC1C,MAAMC,IAAY,IAAAD,kBAAA,GAAGD,KAAK,CAACG,WAAW,cAAAF,kBAAA,uBAAjBA,kBAAA,CAAmBC,IAAI;MAC5C,IAAIA,IAAI,IAAIA,IAAI,CAACE,UAAU,CAAC,uBAAuB,CAAC,EAAE;QACpD,MAAMC,EAAE,GAAGH,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEI,KAAK,CAAC,cAAc,CAAC;QACtC,MAAMC,QAAQ,GAAGF,EAAE,IAAI,IAAI,CAACG,iBAAiB,CAACH,EAAE,CAAC,CAAC,CAAC,CAAC;QACpD,MAAMI,MAAM,GAAGP,IAAI,CAACQ,SAAS,CAACR,IAAI,CAACS,OAAO,CAAC,GAAG,EAAET,IAAI,CAACS,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC;QAC3EJ,QAAQ,IAAIA,QAAQ,CAAC,IAAI,CAACK,WAAW,CAACH,MAAM,CAAC,CAAC;MAChD,CAAC,MAAM;QACL,IAAI,CAACI,mBAAmB,CAAC,WAAW,EAAE,CAACb,KAAK,EAAE,IAAI,CAAC,CAAC;MACtD;IACF,CAAC;IArFC,IAAI,CAACc,QAAQ,GAAGnC,QAAQ,CAACoC,gBAAgB;IACzC,IAAI7B,SAAS,CAAC,CAAC,IAAI,CAACC,gBAAgB,CAAC,CAAC,EAAE;MACtCZ,WAAW,CAACyC,gBAAgB,CAAC,mBAAmB,EAAE,IAAI,CAACC,qBAAqB,CAAC;IAC/E;EACF;EAEAC,oBAAoBA,CAAA,EAAG;IACrB,KAAK,CAACA,oBAAoB,CAAC,CAAC;IAC5B,IAAIhC,SAAS,CAAC,CAAC,IAAI,CAACC,gBAAgB,CAAC,CAAC,EAAE;MACtCZ,WAAW,CAAC4C,mBAAmB,CAAC,mBAAmB,EAAE,IAAI,CAACF,qBAAqB,CAAC;IAClF;EACF;EAUA,IAAIzB,KAAKA,CAAA,EAAG;IAAA,IAAA4B,qBAAA;IACV,QAAAA,qBAAA,GAAO,IAAI,CAACC,KAAK,CAACC,aAAa,cAAAF,qBAAA,uBAAxBA,qBAAA,CAA0B5B,KAAK;EACxC;EAEA,IAAI+B,UAAUA,CAAA,EAAG;IAAA,IAAAC,sBAAA;IACf,QAAAA,sBAAA,GAAO,IAAI,CAACH,KAAK,CAACC,aAAa,cAAAE,sBAAA,uBAAxBA,sBAAA,CAA0B/B,GAAG;EACtC;EAEAgC,aAAaA,CAACC,EAAU,EAAE;IACxB,OAAO,IAAIC,OAAO,CAAC,CAACC,OAAO,EAAEC,MAAM,KAAK;MACtC,IAAI,IAAI,CAACjC,OAAO,EAAE;QAChB,MAAMS,EAAE,GAAG,EAAE,GAAGyB,IAAI,CAACC,GAAG,CAAC,CAAC;QAC1B,IAAI,CAACvB,iBAAiB,CAACH,EAAE,CAAC,GAAGuB,OAAO;QACpCF,EAAE,GAAG;AACb;AACA;AACA,sBAAsBA,EAAE;AACxB;AACA;AACA;AACA;AACA,SAAS;QACD,IAAI,CAAC9B,OAAO,CAACoC,gBAAgB,CAC3B,oEAAoE3B,EAAE,2BAA2BqB,EAAE,IACrG,CAAC;MACH,CAAC,MAAM;QACLG,MAAM,CAAC,CAAC;MACV;IACF,CAAC,CAAC;EACJ;EAEAI,SAASA,CAACC,KAAK,GAAG,EAAE,EAAE;IACpBA,KAAK,GAAGA,KAAK,CAACC,OAAO,CAAC,WAAW,EAAE,EAAE,CAAC;IACtC,OAAO,IAAI,CAACV,aAAa,CAAC;AAC9B;AACA;AACA,2BAA2BS,KAAK;AAChC;AACA;AACA;AACA,KAAK,CAAC;EACJ;EAEAtB,WAAWA,CAACH,MAAc,EAAE;IAC1B,IAAI;MACF,OAAO2B,IAAI,CAACC,KAAK,CAAC5B,MAAM,CAAC;IAC3B,CAAC,CAAC,OAAM6B,CAAC,EAAE;MACT,IAAI7B,MAAM,KAAK,WAAW,IAAIA,MAAM,KAAK,MAAM,EAAE;QAC/C,OAAO,IAAI;MACb;MACA,OAAOA,MAAM;IACf;EACF;EAcA8B,QAAQA,CAACC,MAAW,EAAE;IACpB,IAAI;MACF,OAAOA,MAAM,CAAClB,aAAa,CAACmB,aAAa,CAACC,QAAQ,CAAClD,KAAK;IAC1D,CAAC,CAAC,OAAM8C,CAAC,EAAE;MACT;IAAA;EAEJ;EAEOK,MAAMA,CAACL,CAAM,EAAE9C,KAAa,EAAEC,GAAW,EAAE;IAChD,IAAI,CAACmD,WAAW,CAAC;MACftB,aAAa,EAAE;QACb9B,KAAK,EAAEA,KAAK;QACZC,GAAG,EAAEA;MACP;IACF,CAAC,EAAoB,MAAM;MACzB,IAAI,CAACoB,mBAAmB,CAAC,QAAQ,EAAE,CAACyB,CAAC,EAAE,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC;EACJ;EAEUO,YAAYA,CAAClD,KAAqB,EAAE;IAC5C,oBACErB,KAAA,CAAAwE,aAAA,CAACrE,IAAI;MAACyD,KAAK,EAAE,IAAI,CAACa,MAAM,CAACC;IAAK,GAC3B,IAAI,CAACC,WAAW,EAChBzE,QAAQ,CAAC0E,EAAE,KAAK,KAAK,gBACnB5E,KAAA,CAAAwE,aAAA;MAAQrD,GAAG,EAAEE,KAAK,CAACF,GAAI;MAAC0D,KAAK,EAAE,MAAO;MAACC,MAAM,EAAE,MAAO;MACrDT,MAAM,EAAGL,CAAC,IAAK,IAAI,CAACK,MAAM,CAACL,CAAC,EAAE,IAAI,CAACC,QAAQ,CAACD,CAAC,CAAChB,aAAa,CAAC,EAAGgB,CAAC,CAAChB,aAAa,CAAS7B,GAAG;IAAE,CAAS,CAAC,gBACvGnB,KAAA,CAAAwE,aAAA,CAACpE,OAAO,EAAA2E,QAAA;MACPC,GAAG,EAAGA,GAAG,IAAK,IAAI,CAAC1D,OAAO,GAAG0D,GAAI;MACjCC,mBAAmB,EAAE,IAAK;MAC1BrB,KAAK,EAAE,IAAI,CAACa,MAAM,CAACnD,OAAQ;MAC3B4D,MAAM,EAAE;QACNC,GAAG,EAAE9D,KAAK,CAACF;MACb,CAAE;MACFiE,MAAM,EAAE,IAAI,CAACC,SAAS,CAAC,UAAU;IAAE,GAC/B1E,qBAAqB,CAACD,uBAAuB,CAAC4E,OAAO,EAAEjE,KAAK,CAAC;MACjEkE,SAAS,EAAElE,KAAK,CAACkE,SAAU;MAC3BC,SAAS,EAAE,IAAI,CAACA,SAAU;MAC1BC,oBAAoB,EAAE,IAAK;MAC3BC,uBAAuB,EAAG3C,KAAK,IAAK;QAClC,IAAI,CAACxB,YAAY,GAAGwB,KAAK;MAC3B,CAAE;MACF4C,aAAa,EAAE,IAAK;MACpBC,SAAS,EAAG5B,CAAC,IAAK,IAAI,CAACK,MAAM,CAACL,CAAC,EAAEA,CAAC,CAACnC,WAAW,CAACX,KAAK,EAAE8C,CAAC,CAACnC,WAAW,CAACgE,GAAG;IAAE,EAClE,CACP,CAAC;EAEX;AACF","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","deepCopy","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","alignSelf","text","fontSize","color","labelDefaultColor","asterisk","labelAsteriskColor","marginLeft","skeleton","width","height","borderRadius","link","textDecorationLine","flexDirection","textAlign","getLabelStyles","textColor","backgroundColor","paddingLeft","paddingTop","paddingRight","paddingBottom","fontWeight","labelDangerColor","labelDangerContrastColor","labelDefaultContrastColor","labelInfoColor","labelInfoContrastColor","labelPrimaryColor","labelPrimaryContrastColor","labelSuccessColor","labelSuccessContrastColor","labelWarningColor","labelWarningContrastColor","getTextStyles","labelTextDangerColor","labelTextInfoColor","labelTextPrimaryColor","labelTextSuccessColor","labelTextWarningColor","getHeadingStyles","overrides","margin","labelHeaderColor","heading1FontSize","heading2FontSize","heading3FontSize","heading4FontSize","heading5FontSize","heading6FontSize","labelTextMutedColor"],"sources":["label.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { deepCopy } from '@wavemaker/app-rn-runtime/core/utils';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmSkeletonStyles } from '../skeleton/skeleton.styles';\nimport { WmAnchorStyles } from '../anchor/anchor.styles';\n\nexport type WmLabelStyles = BaseStyles & {\n asterisk: AllStyle,\n skeleton: WmSkeletonStyles \n link: WmAnchorStyles\n};\n\nexport const DEFAULT_CLASS = 'app-label';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmLabelStyles = defineStyles({\n root: {\n alignSelf: 'flex-start',\n },\n text: {\n fontSize: 16,\n color: themeVariables.labelDefaultColor\n },\n asterisk: {\n color: themeVariables.labelAsteriskColor,\n marginLeft: 2\n },\n skeleton: {\n root:{\n width: '100%',\n height: 16,\n borderRadius: 4,\n }\n } as any as WmSkeletonStyles,\n link: {\n text: {\n textDecorationLine: 'underline'\n }\n } as WmAnchorStyles\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', {\n root : {\n flexDirection: 'row',\n textAlign: 'right'\n }\n });\n const getLabelStyles = (color: string, textColor: string): WmLabelStyles => {\n return {\n root: {\n backgroundColor: color,\n paddingLeft: 32,\n paddingTop: 16,\n paddingRight: 32,\n paddingBottom: 16,\n borderRadius: 6\n },\n text: {\n color: textColor,\n fontWeight: 'bold'\n }\n } as WmLabelStyles;\n };\n\n addStyle('label-danger', '', getLabelStyles(themeVariables.labelDangerColor, themeVariables.labelDangerContrastColor));\n addStyle('label-default', '', getLabelStyles(themeVariables.labelDefaultColor, themeVariables.labelDefaultContrastColor));\n addStyle('label-info', '', getLabelStyles(themeVariables.labelInfoColor, themeVariables.labelInfoContrastColor));\n addStyle('label-primary', '', getLabelStyles(themeVariables.labelPrimaryColor, themeVariables.labelPrimaryContrastColor));\n addStyle('label-success', '', getLabelStyles(themeVariables.labelSuccessColor, themeVariables.labelSuccessContrastColor));\n addStyle('label-warning', '', getLabelStyles(themeVariables.labelWarningColor, themeVariables.labelWarningContrastColor));\n addStyle('label-test', '', getLabelStyles('yellow', 'red'));\n addStyle('label-test1', '', getLabelStyles('blue', 'orange'));\n\n const getTextStyles = (color: string) => {\n return {\n text: {\n color: color\n }\n } as WmLabelStyles;\n };\n\n addStyle('text-danger', '', getTextStyles(themeVariables.labelTextDangerColor));\n addStyle('text-info', '', getTextStyles(themeVariables.labelTextInfoColor));\n addStyle('text-primary', '', getTextStyles(themeVariables.labelTextPrimaryColor));\n addStyle('text-success', '', getTextStyles(themeVariables.labelTextSuccessColor));\n addStyle('text-warning', '', getTextStyles(themeVariables.labelTextWarningColor));\n addStyle('text-center', '', {\n root: {\n textAlign: 'center'\n }\n } as WmLabelStyles);\n addStyle('text-left', '', {\n root: {\n textAlign: 'left'\n }\n } as WmLabelStyles);\n addStyle('text-right', '', {\n root: {\n textAlign: 'right'\n }\n } as WmLabelStyles);\n\n\n const getHeadingStyles = (fontSize: number, overrides?: WmLabelStyles) => {\n return deepCopy({\n text: {\n fontWeight: '400',\n fontSize: fontSize,\n margin: 4,\n color: themeVariables.labelHeaderColor\n }\n } as WmLabelStyles, overrides);\n };\n addStyle('h1', '', getHeadingStyles(themeVariables.heading1FontSize, {text: {fontWeight: 'bold'}} as WmLabelStyles));\n addStyle('h2', '', getHeadingStyles(themeVariables.heading2FontSize, {text: {fontWeight: '500'}} as WmLabelStyles));\n addStyle('h3', '', getHeadingStyles(themeVariables.heading3FontSize));\n addStyle('h4', '', getHeadingStyles(themeVariables.heading4FontSize));\n addStyle('h5', '', getHeadingStyles(themeVariables.heading5FontSize));\n addStyle('h6', '', getHeadingStyles(themeVariables.heading6FontSize));\n addStyle('media-heading', '', {\n text : {\n fontSize: 16\n }\n } as WmLabelStyles);\n addStyle('text-muted', '', {\n text : {\n color: themeVariables.labelTextMutedColor\n }\n } as WmLabelStyles);\n addStyle('p', '', {\n text : {\n fontSize: 12\n }\n } as WmLabelStyles);\n});\n"],"mappings":"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","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","ProgressBar","LinearGradient","ExpoLinearGradient","Tappable","BaseComponent","BaseComponentState","AccessibilityWidgetType","getAccessibilityProps","WmProgressBarProps","DEFAULT_CLASS","parseLinearGradient","WmProgressBarState","WmProgressBar","constructor","props","renderWidget","_styles$root","_styles$progressBar","value","datavalue","minvalue","maxvalue","styles","theme","mergeStyle","getStyle","type","hasLinearGradient","color1","color2","start","end","root","progressBar","backgroundColor","gradientColors","valuePercent","Math","round","createElement","style","_background","target","width","height","_extends","getTestPropsForAction","PROGRESSBAR","animatedValue","color","progressValue","colors","position","borderRadius","Fragment"],"sources":["progress-bar.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { ProgressBar } from 'react-native-paper';\nimport { LinearGradient as ExpoLinearGradient } from 'expo-linear-gradient';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nimport WmProgressBarProps from './progress-bar.props';\nimport { DEFAULT_CLASS, WmProgressBarStyles } from './progress-bar.styles';\nimport { parseLinearGradient } from '@wavemaker/app-rn-runtime/core/utils';\n\nexport class WmProgressBarState extends BaseComponentState<WmProgressBarProps> {}\n\nexport default class WmProgressBar extends BaseComponent<WmProgressBarProps, WmProgressBarState, WmProgressBarStyles> {\n\n constructor(props: WmProgressBarProps) {\n super(props, DEFAULT_CLASS, new WmProgressBarProps());\n }\n\n renderWidget(props: WmProgressBarProps) {\n let value = (props.datavalue - props.minvalue) / (props.maxvalue - props.minvalue);\n const styles = this.theme.mergeStyle(this.theme.getStyle(`app-${props.type}-progress-bar`), this.styles);\n const {hasLinearGradient, color1, color2, start, end} = parseLinearGradient(styles?.root?.progressBar?.backgroundColor as string);\n const gradientColors: [string, string, ...string[]] = [color1, color2];\n const valuePercent = `${Math.round(value * 100)}%`;\n\n return (\n <View style={styles.root}>\n {this._background}\n <Tappable target={this} styles={{root:{width: '100%', height: '100%'}}}>\n <ProgressBar\n {...this.getTestPropsForAction('progressbar')}\n {...getAccessibilityProps(AccessibilityWidgetType.PROGRESSBAR, props)}\n animatedValue={value}\n color={styles.progressValue.color}\n style={[styles.progressBar, {height: styles.root.height || styles.progressBar.height}]}></ProgressBar>\n {hasLinearGradient ? (\n <ExpoLinearGradient\n colors={gradientColors}\n start={start}\n end={end}\n style={[\n {\n width: valuePercent as any,\n height: styles.root.height || styles.progressBar.height,\n position: 'absolute',\n borderRadius: styles?.progressBar?.borderRadius || 0,\n },\n ]}\n />\n ) : (\n <></>\n )}\n </Tappable>\n </View>); \n }\n\n}"],"mappings":"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","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["Color","BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","progressBar","height","progressValue","getStyle","color","backgroundColor","alpha","rgb","toString","progressBarDefaultColor","progressBarSuccessColor","progressBarInfoColor","progressBarDangerColor","progressBarWarningColor","OS","transform","scale"],"sources":["progress-bar.styles.ts"],"sourcesContent":["import Color from 'color';\nimport BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { Platform } from 'react-native';\n\nexport type WmProgressBarStyles = BaseStyles & {\n progressBar : AllStyle,\n progressValue: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-progress-bar';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmProgressBarStyles = defineStyles({\n root: {},\n text: {},\n progressBar: {\n height: 4\n },\n progressValue: {}\n });\n\n const getStyle = (color: string) => ({\n progressBar: {\n backgroundColor: Color(color).alpha(0.2).rgb().toString()\n },\n progressValue: {\n color: color\n }\n } as WmProgressBarStyles);\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('app-default-progress-bar', '', getStyle(themeVariables.progressBarDefaultColor));\n addStyle('app-success-progress-bar', '', getStyle(themeVariables.progressBarSuccessColor));\n addStyle('app-info-progress-bar', '', getStyle(themeVariables.progressBarInfoColor));\n addStyle('app-danger-progress-bar', '', getStyle(themeVariables.progressBarDangerColor));\n addStyle('app-warning-progress-bar', '', getStyle(themeVariables.progressBarWarningColor));\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS =='ios' ? {\n progressBar: {\n transform: [{scale: -1}]\n }\n }: {})\n});"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,UAAU,MAAoB,wCAAwC;AAC7E,SAAqBC,YAAY,QAAQ,+CAA+C;AACxF,SAASC,QAAQ,QAAQ,cAAc;AAOvC,OAAO,MAAMC,aAAa,GAAG,kBAAkB;AAC/CH,UAAU,CAACI,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAkC,GAAGN,YAAY,CAAC;IACpDO,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,WAAW,EAAE;MACTC,MAAM,EAAE;IACZ,CAAC;IACDC,aAAa,EAAE,CAAC;EACpB,CAAC,CAAC;EAEF,MAAMC,QAAQ,GAAIC,KAAa,KAAM;IACjCJ,WAAW,EAAE;MACTK,eAAe,EAAEhB,KAAK,CAACe,KAAK,CAAC,CAACE,KAAK,CAAC,GAAG,CAAC,CAACC,GAAG,CAAC,CAAC,CAACC,QAAQ,CAAC;IAC5D,CAAC;IACDN,aAAa,EAAE;MACXE,KAAK,EAAEA;IACX;EACJ,CAAC,CAAwB;EAEzBR,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,0BAA0B,EAAE,EAAE,EAAEO,QAAQ,CAACR,cAAc,CAACc,uBAAuB,CAAC,CAAC;EAC1Fb,QAAQ,CAAC,0BAA0B,EAAE,EAAE,EAAEO,QAAQ,CAACR,cAAc,CAACe,uBAAuB,CAAC,CAAC;EAC1Fd,QAAQ,CAAC,uBAAuB,EAAE,EAAE,EAAEO,QAAQ,CAACR,cAAc,CAACgB,oBAAoB,CAAC,CAAC;EACpFf,QAAQ,CAAC,yBAAyB,EAAE,EAAE,EAAEO,QAAQ,CAACR,cAAc,CAACiB,sBAAsB,CAAC,CAAC;EACxFhB,QAAQ,CAAC,0BAA0B,EAAE,EAAE,EAAEO,QAAQ,CAACR,cAAc,CAACkB,uBAAuB,CAAC,CAAC;EAC1FjB,QAAQ,CAACH,aAAa,GAAG,MAAM,EAAE,EAAE,EAAGD,QAAQ,CAACsB,EAAE,IAAG,KAAK,GAAG;IACxDd,WAAW,EAAE;MACTe,SAAS,EAAE,CAAC;QAACC,KAAK,EAAE,CAAC;MAAC,CAAC;IAC3B;EACJ,CAAC,GAAE,CAAC,CAAC,CAAC;AACV,CAAC,CAAC","ignoreList":[]}
@@ -1,144 +0,0 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
- function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
- import React from 'react';
6
- import { View, Image, TouchableWithoutFeedback } from 'react-native';
7
- import { VideoView, createVideoPlayer } from 'expo-video';
8
- import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
9
- import WmVideoProps from './video.props';
10
- import { DEFAULT_CLASS } from './video.styles';
11
- import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';
12
- import { isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';
13
- import { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';
14
- export class WmVideoState extends BaseComponentState {
15
- constructor(...args) {
16
- super(...args);
17
- _defineProperty(this, "isVideoReady", false);
18
- _defineProperty(this, "playStarted", false);
19
- }
20
- }
21
- export default class WmVideo extends BaseComponent {
22
- constructor(props) {
23
- super(props, DEFAULT_CLASS, new WmVideoProps(), new WmVideoState());
24
- _defineProperty(this, "player", void 0);
25
- }
26
- getSource(path) {
27
- if (!path) {
28
- return null;
29
- }
30
- const resource = this.loadAsset && this.loadAsset(path);
31
- if (isFullPathUrl(resource)) {
32
- return {
33
- uri: resource
34
- };
35
- }
36
- return resource || {
37
- uri: ''
38
- };
39
- }
40
- renderVideoPoster(props) {
41
- const accessibilityImageProps = {
42
- ...props,
43
- accessibilitylabel: `${props.accessibilitylabel}_poster`,
44
- hint: `${props.hint}_poster`,
45
- accessibilityrole: `${props.accessibilityrole}_poster`
46
- };
47
- return /*#__PURE__*/React.createElement(TouchableWithoutFeedback, {
48
- onPress: () => this.player.play()
49
- }, /*#__PURE__*/React.createElement(Image, _extends({}, this.getTestProps('video_poster'), {
50
- style: {
51
- position: 'absolute',
52
- top: 0,
53
- bottom: 0,
54
- left: 0,
55
- right: 0,
56
- width: '100%',
57
- height: '100%'
58
- },
59
- resizeMode: 'cover',
60
- source: this.getSource(props.videoposter)
61
- }, getAccessibilityProps(AccessibilityWidgetType.PICTURE, accessibilityImageProps))));
62
- }
63
- renderSkeleton(props) {
64
- return createSkeleton(this.theme, this.styles.skeleton, {
65
- ...this.styles.root
66
- });
67
- }
68
- playingStatusChange(isPlaying) {
69
- if (!this.state.playStarted) {
70
- this.updateState({
71
- playStarted: this.state.props.autoplay || isPlaying
72
- });
73
- }
74
- }
75
- playerReadyStatusChange(statusObj) {
76
- const videoReady = statusObj.status === 'readyToPlay';
77
- if (this.state.props.autoplay && videoReady) {
78
- this.player.play();
79
- }
80
- this.updateState({
81
- isVideoReady: videoReady
82
- });
83
- }
84
- initializeProps() {
85
- const {
86
- loop,
87
- muted,
88
- showNowPlayingNotification
89
- } = this.state.props;
90
- this.player.muted = muted;
91
- this.player.loop = loop;
92
- this.player.showNowPlayingNotification = showNowPlayingNotification;
93
- }
94
- componentDidMount() {
95
- super.componentDidMount();
96
- const {
97
- mp4format,
98
- webmformat,
99
- autoplay
100
- } = this.state.props;
101
- const videoSource = this.getSource(mp4format || webmformat);
102
- this.player = createVideoPlayer(videoSource);
103
- this.player.addListener('playingChange', this.playingStatusChange.bind(this));
104
- this.player.addListener('statusChange', this.playerReadyStatusChange.bind(this));
105
- this.initializeProps();
106
- }
107
- componentWillUnmount() {
108
- super.componentWillUnmount();
109
- this.player.removeListener('playingChange', this.playingStatusChange);
110
- this.player.removeListener('statusChange', this.playerReadyStatusChange);
111
- this.player.release();
112
- }
113
- renderWidget(props) {
114
- const {
115
- allowsPictureInPicture,
116
- videoposter,
117
- onFullscreenEnter,
118
- onFullscreenExit,
119
- requiresLinearPlayback
120
- } = props;
121
- const {
122
- playStarted
123
- } = this.state;
124
- const isPlaying = playStarted || this.state.props.autoplay;
125
- return /*#__PURE__*/React.createElement(View, {
126
- style: this.styles.root
127
- }, this._background, /*#__PURE__*/React.createElement(VideoView, _extends({}, getAccessibilityProps(AccessibilityWidgetType.VIDEO, props), {
128
- style: {
129
- width: '100%',
130
- height: '100%',
131
- flex: 1
132
- },
133
- player: this.player,
134
- nativeControls: props.controls,
135
- contentFit: 'contain',
136
- testID: this.getTestId('video'),
137
- allowsPictureInPicture: allowsPictureInPicture,
138
- onFullscreenEnter: onFullscreenEnter,
139
- onFullscreenExit: onFullscreenExit,
140
- requiresLinearPlayback: requiresLinearPlayback
141
- })), !isPlaying && videoposter ? this.renderVideoPoster(props) : /*#__PURE__*/React.createElement(React.Fragment, null));
142
- }
143
- }
144
- //# sourceMappingURL=video.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","Image","TouchableWithoutFeedback","VideoView","createVideoPlayer","BaseComponent","BaseComponentState","WmVideoProps","DEFAULT_CLASS","AccessibilityWidgetType","getAccessibilityProps","isFullPathUrl","createSkeleton","WmVideoState","constructor","args","_defineProperty","WmVideo","props","getSource","path","resource","loadAsset","uri","renderVideoPoster","accessibilityImageProps","accessibilitylabel","hint","accessibilityrole","createElement","onPress","player","play","_extends","getTestProps","style","position","top","bottom","left","right","width","height","resizeMode","source","videoposter","PICTURE","renderSkeleton","theme","styles","skeleton","root","playingStatusChange","isPlaying","state","playStarted","updateState","autoplay","playerReadyStatusChange","statusObj","videoReady","status","isVideoReady","initializeProps","loop","muted","showNowPlayingNotification","componentDidMount","mp4format","webmformat","videoSource","addListener","bind","componentWillUnmount","removeListener","release","renderWidget","allowsPictureInPicture","onFullscreenEnter","onFullscreenExit","requiresLinearPlayback","_background","VIDEO","flex","nativeControls","controls","contentFit","testID","getTestId","Fragment"],"sources":["video.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, Image, TouchableWithoutFeedback } from 'react-native';\nimport { VideoView, createVideoPlayer } from 'expo-video';\nimport {\n BaseComponent,\n BaseComponentState,\n} from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmVideoProps from './video.props';\nimport { DEFAULT_CLASS, WmVideoStyles } from './video.styles';\nimport {\n AccessibilityWidgetType,\n getAccessibilityProps,\n} from '@wavemaker/app-rn-runtime/core/accessibility';\nimport { isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nexport class WmVideoState extends BaseComponentState<WmVideoProps> {\n isVideoReady: boolean = false;\n playStarted: boolean = false;\n}\n\nexport default class WmVideo extends BaseComponent<\n WmVideoProps,\n WmVideoState,\n WmVideoStyles\n> {\n private player: any;\n\n constructor(props: WmVideoProps) {\n super(props, DEFAULT_CLASS, new WmVideoProps(), new WmVideoState());\n }\n\n getSource(path: string) {\n if (!path) {\n return null;\n }\n const resource = this.loadAsset && this.loadAsset(path);\n if (isFullPathUrl(resource as string)) {\n return {\n uri: resource as string,\n };\n }\n return resource || {\n uri: ''\n };\n }\n\n renderVideoPoster(props: WmVideoProps) {\n const accessibilityImageProps = {...props, \n accessibilitylabel : `${props.accessibilitylabel}_poster`,\n hint: `${props.hint}_poster`,\n accessibilityrole: `${props.accessibilityrole}_poster`,\n }\n return (\n <TouchableWithoutFeedback onPress={() => this.player.play()}>\n <Image\n {...this.getTestProps('video_poster')}\n style={{\n position: 'absolute',\n top: 0,\n bottom: 0,\n left: 0,\n right: 0,\n width: '100%',\n height: '100%',\n }}\n resizeMode={'cover'}\n source={this.getSource(props.videoposter) as any}\n {...getAccessibilityProps(AccessibilityWidgetType.PICTURE, accessibilityImageProps)}\n />\n </TouchableWithoutFeedback>\n );\n }\n\n public renderSkeleton(props: WmVideoProps): React.ReactNode {\n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n });\n }\n\n public playingStatusChange(isPlaying: boolean) {\n if (!this.state.playStarted) {\n this.updateState({\n playStarted: this.state.props.autoplay || isPlaying,\n } as WmVideoState);\n }\n }\n\n playerReadyStatusChange(statusObj: any) {\n const videoReady = statusObj.status === 'readyToPlay'\n if (this.state.props.autoplay && videoReady) {\n this.player.play();\n }\n this.updateState({\n isVideoReady: videoReady,\n } as WmVideoState);\n }\n\n initializeProps(){\n const {\n loop,\n muted,\n showNowPlayingNotification,\n } = this.state.props\n\n this.player.muted = muted; \n this.player.loop = loop; \n this.player.showNowPlayingNotification = showNowPlayingNotification; \n }\n\n componentDidMount(): void {\n super.componentDidMount();\n const { mp4format, webmformat, autoplay } = this.state.props;\n const videoSource = this.getSource(mp4format || webmformat) ;\n\n this.player = createVideoPlayer(videoSource);\n this.player.addListener(\n 'playingChange',\n this.playingStatusChange.bind(this)\n );\n this.player.addListener(\n 'statusChange',\n this.playerReadyStatusChange.bind(this)\n );\n\n this.initializeProps()\n }\n\n componentWillUnmount(): void {\n super.componentWillUnmount();\n this.player.removeListener('playingChange', this.playingStatusChange);\n this.player.removeListener('statusChange', this.playerReadyStatusChange);\n this.player.release();\n }\n\n\n renderWidget(props: WmVideoProps) {\n const {\n allowsPictureInPicture,\n videoposter,\n onFullscreenEnter,\n onFullscreenExit,\n requiresLinearPlayback\n } = props;\n\n const { playStarted } = this.state;\n const isPlaying = playStarted || this.state.props.autoplay;\n\n return (\n <View style={this.styles.root}>\n {this._background}\n <VideoView\n {...getAccessibilityProps(AccessibilityWidgetType.VIDEO, props)}\n style={{ width: '100%', height: '100%', flex: 1 }}\n player={this.player}\n nativeControls={props.controls}\n contentFit={'contain'}\n testID={this.getTestId('video')}\n allowsPictureInPicture={allowsPictureInPicture}\n onFullscreenEnter={onFullscreenEnter}\n onFullscreenExit={onFullscreenExit}\n requiresLinearPlayback={requiresLinearPlayback}\n />\n {!isPlaying && videoposter ? (\n this.renderVideoPoster(props)\n ) : (\n <></>\n )}\n </View>\n );\n }\n}"],"mappings":"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","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmVideoProps","constructor","args","_defineProperty","undefined"],"sources":["video.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { AccessibilityRole } from 'react-native';\nexport default class WmVideoProps extends BaseProps {\n autoplay = false;\n controls = false;\n loop = false;\n mp4format: string = null as any;\n muted = false;\n oggformat: string = null as any;\n subtitlelang = 'en';\n subtitlesource: string = null as any;\n videoposter = 'resources/images/imagelists/default-image.png';\n videopreload = 'none';\n videosupportmessage = 'Your browser does not support the video tag.';\n webmformat: string = null as any;\n accessibilitylabel?: string = undefined;\n hint?: string = undefined;\n accessibilityrole?: AccessibilityRole;\n onFullscreenEnter: (() => void) | null = null;\n onFullscreenExit: (() => void) | null = null;\n requiresLinearPlayback: boolean = true;\n isLive: boolean = false;\n playing: boolean = false;\n showNowPlayingNotification: boolean = false;\n allowsPictureInPicture: boolean = false;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,YAAY,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBACrC,KAAK;IAAAA,eAAA,mBACL,KAAK;IAAAA,eAAA,eACT,KAAK;IAAAA,eAAA,oBACQ,IAAI;IAAAA,eAAA,gBAChB,KAAK;IAAAA,eAAA,oBACO,IAAI;IAAAA,eAAA,uBACT,IAAI;IAAAA,eAAA,yBACM,IAAI;IAAAA,eAAA,sBACf,+CAA+C;IAAAA,eAAA,uBAC9C,MAAM;IAAAA,eAAA,8BACC,8CAA8C;IAAAA,eAAA,qBAC/C,IAAI;IAAAA,eAAA,6BACKC,SAAS;IAAAD,eAAA,eACvBC,SAAS;IAAAD,eAAA;IAAAA,eAAA,4BAEgB,IAAI;IAAAA,eAAA,2BACL,IAAI;IAAAA,eAAA,iCACV,IAAI;IAAAA,eAAA,iBACpB,KAAK;IAAAA,eAAA,kBACJ,KAAK;IAAAA,eAAA,qCACc,KAAK;IAAAA,eAAA,iCACT,KAAK;EAAA;AAC3C","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Text","View","TouchableOpacity","Platform","TouchableWithoutFeedback","isArray","merge","BaseComponent","BaseComponentState","WmWizardProps","DEFAULT_CLASS","WmButton","WmIcon","WmAnchor","WmProgressCircle","WmPopover","WmLabel","createSkeleton","WmWizardState","constructor","args","_defineProperty","WmWizard","props","onComponentInit","c","popOverRef","updateDefaultStep","steps","defaultStepIndex","defaultstep","map","item","index","name","updateCurrentStep","addWizardStep","step","forceUpdate","componentDidMount","componentDidUpdate","prevProps","prevState","snapshot","showActiveStep","_this$steps$this$stat","state","currentStep","setActive","isDone","_this$steps$this$stat2","lastStep","setInActive","updateState","invokeEventCallback","proxy","getStepStyle","style","styles","push","doneStep","activeStep","renderMenuPopover","menuDataset","getmenudataexpression","Labels","title","createElement","id","getTestId","popover","contentanimation","caption","popoverheight","height","popoverwidth","width","listener","iconclass","popovericonclass","iconposition","type","currentMenuItem","length","key","onPress","hide","stepMenu","activeStepMenu","stepMenuActiveIcon","stepMenuIcon","stepMenuActiveLabel","stepMenuLabel","renderProgressCircleHeader","progressTitle","progresstitle","headerWrapper","stepWrapper","flex","alignItems","justifyContent","flexDirection","minvalue","maxvalue","datavalue","captionplacement","progresstype","subtitle","progressCircle","_extends","stepTitle","getTestPropsForLabel","stepSubTitle","renderWizardHeader","isLastStep","numberOfSteps","isFirstStep","isActiveStep","isNumberTextLayout","classname","wizardStepCountVisibility","show","paddingRight","paddingLeft","bind","disabled","headernavigation","accessibilityRole","_showSkeleton","getTestPropsForAction","activeStepCounter","stepCounter","stepIcon","icon","color","showskeleton","root","numberTextStepConnector","stepConnector","left","OS","isRTL","prev","invokePrevCB","next","eventName","invokeSkipCB","invokeNextCB","done","$event","cancel","skip","getBackground","_background","renderSkeleton","showskeletonchildren","_this$props","skeletonStyles","skeleton","text","theme","opacity","children","renderWidget","_this$state$props$cla","isSkippable","enableskip","isProgressCircleHeader","includes","wizardHeader","i","wizardBody","wizardFooter","actionsalignment","showdone","wizardActions","getStyle","doneButton","donebtnlabel","onTap","disabledone","shownext","nextButton","nextbtnlabel","disablenext","showprev","prevButton","previousbtnlabel","disableprev","cancelable","cancelbtnlabel","cancelButton","skipLink"],"sources":["wizard.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View, TouchableOpacity, Platform, TouchableWithoutFeedback } from 'react-native';\nimport { isArray, merge } from 'lodash';\nimport { BaseComponent, BaseComponentState, LifecycleListener } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmWizardProps from './wizard.props';\nimport { DEFAULT_CLASS, WmWizardStyles } from './wizard.styles';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';\nimport WmWizardstep from './wizardstep/wizardstep.component';\nimport WmProgressCircle from '@wavemaker/app-rn-runtime/components/basic/progress-circle/progress-circle.component';\nimport WmPopover from '@wavemaker/app-rn-runtime/components/navigation/popover/popover.component';\nimport WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nexport class WmWizardState extends BaseComponentState<WmWizardProps> {\n currentStep: number = 0;\n isDone: boolean = false;\n}\n\nexport default class WmWizard extends BaseComponent<WmWizardProps, WmWizardState, WmWizardStyles> {\n private numberOfSteps: number = null as any;\n private steps = [] as WmWizardstep[];\n private popOverRef: WmPopover = null as any;\n\n private listener: LifecycleListener = {\n onComponentInit: (c) => {\n if (c instanceof WmPopover) {\n this.popOverRef = c;\n }\n }\n };\n\n constructor(props: WmWizardProps) {\n super(props, DEFAULT_CLASS, new WmWizardProps());\n }\n\n updateDefaultStep() {\n const steps = this.steps;\n const props = this.props;\n let defaultStepIndex = 0;\n if (isArray(steps) && props.defaultstep) {\n steps && steps.map((item: any, index: any) => {\n if (props.defaultstep === item.props.name) {\n defaultStepIndex = index;\n }\n })\n }\n this.updateCurrentStep(defaultStepIndex);\n }\n\n addWizardStep(step: WmWizardstep) {\n this.steps[step.props.index] = step;\n this.forceUpdate();\n }\n\n componentDidMount() {\n super.componentDidMount();\n if (this.props.defaultstep && this.props.defaultstep != 'none') {\n this.updateDefaultStep();\n }\n }\n\n componentDidUpdate(prevProps: Readonly<WmWizardProps>, prevState: Readonly<WmWizardState>, snapshot?: any): void {\n super.componentDidUpdate && super.componentDidUpdate(prevProps, prevState, snapshot);\n // * when a variable is bind to default step\n if (this.props.defaultstep && prevProps.defaultstep !== this.props.defaultstep) {\n this.updateDefaultStep();\n }\n }\n\n showActiveStep() {\n this.steps[this.state.currentStep]?.setActive();\n }\n\n updateCurrentStep(index: number, isDone = false) {\n const lastStep = this.state.currentStep;\n this.steps[this.state.currentStep]?.setInActive();\n this.updateState({\n currentStep: index,\n isDone: isDone\n } as WmWizardState, () => {\n this.showActiveStep();\n if (lastStep !== index) {\n this.invokeEventCallback('onChange', [null, this.proxy, index + 1, lastStep + 1]);\n }\n });\n }\n\n getStepStyle(index: number) {\n const style = [this.styles.step];\n if (this.state.isDone || index < this.state.currentStep) {\n style.push(this.styles.doneStep);\n } else if (this.state.currentStep === index) {\n style.push(this.styles.activeStep);\n }\n return style;\n }\n\n renderMenuPopover(){\n const menuDataset = this.props.getmenudataexpression || ((item: any, index: number) => '') ;\n const Labels = this.steps.map((step: WmWizardstep) => step.state.props.title);\n return (\n <WmPopover\n id={this.getTestId('menu')}\n styles={this.styles.popover}\n contentanimation={'slideInDown'}\n caption={''}\n popoverheight={this.styles.popover.popover.height as string | number | undefined || null}\n popoverwidth={this.styles.popover.popover.width as string | number | undefined || null}\n listener={this.listener}\n iconclass={this.props.popovericonclass || 'fa fa-caret-down'}\n iconposition=\"right\"\n type='dropdown'>\n <View style={this.styles.popover.popover}>\n {Labels.map((item: any, index: number) => {\n const currentMenuItem = index==this.state.currentStep;\n const caption = menuDataset({\"count\":this.steps.length}, index);\n return (\n <TouchableWithoutFeedback key={'wizard_menu_item_'+index} onPress={()=>{this.popOverRef.hide();}}>\n <View style={[this.styles.stepMenu, currentMenuItem?this.styles.activeStepMenu:{}]}>\n <WmIcon id={this.getTestId('icon')} caption={caption} iconclass={currentMenuItem? \"wi wi-radio-button-checked\" : 'wi wi-radio-button-unchecked'} styles={currentMenuItem?this.styles.stepMenuActiveIcon:this.styles.stepMenuIcon}/>\n <WmLabel caption={item} styles={currentMenuItem?this.styles.stepMenuActiveLabel:this.styles.stepMenuLabel}/>\n </View>\n </TouchableWithoutFeedback>\n )})}\n </View>\n </WmPopover>\n );\n }\n\n renderProgressCircleHeader(item: any, index: number) {\n const progressTitle = this.props.progresstitle || (index + 1 + '/' + this.steps.length);\n return (\n <View style={[this.styles.headerWrapper]} key={index + 1}>\n <View style={this.styles.stepWrapper}>\n <View style={{ flex: 1, alignItems: 'flex-start', justifyContent: 'center', flexDirection:'row' }}>\n <WmProgressCircle id={this.getTestId('progress')} minvalue={0} maxvalue={this.steps.length} datavalue={index + 1} captionplacement={'inside'} type={this.props.progresstype} title={progressTitle} subtitle={''} styles={this.styles.progressCircle}/>\n </View>\n <View style={{ flex: 2, justifyContent: 'center', flexDirection: 'column' }}>\n <Text style={this.styles.stepTitle} {...this.getTestPropsForLabel('step' + (index + 1) + '_title')}>\n {item.props.title || 'Step Title'}</Text>\n <Text style={this.styles.stepSubTitle} {...this.getTestPropsForLabel('step' + (index + 1)+ '_subtitle')}>\n {item.props.subtitle || 'Step Sub Title'}</Text>\n </View>\n <View style={{ flexDirection: 'row', alignItems: 'flex-end', justifyContent: 'flex-end', flex: 1 }}>\n {this.renderMenuPopover()}\n </View>\n </View>\n </View>\n );\n }\n\n renderWizardHeader(item: any, index: number) {\n const isLastStep = index === this.numberOfSteps - 1;\n const isFirstStep = index === 0;\n const isActiveStep = index === this.state.currentStep;\n const isNumberTextLayout = this.state.props.classname === 'number-text-inline';\n const wizardStepCountVisibility = (index >= this.state.currentStep && !this.state.isDone) || !this.state.currentStep\n return item.state.props.show != false ? (\n <View style={[this.styles.headerWrapper, isNumberTextLayout ?\n {paddingRight: isActiveStep ? 0 : 5, paddingLeft: index === this.state.currentStep + 1 ? 0 : 5}: {}]} key={index+1}>\n <TouchableOpacity style={this.styles.stepWrapper}\n onPress={this.updateCurrentStep.bind(this, index, false)} disabled={index >= this.state.currentStep || !this.state.props.headernavigation}\n accessibilityRole='header'>\n {!this._showSkeleton ? <View style={this.getStepStyle(index)} {...this.getTestPropsForAction('step'+index)}>\n { wizardStepCountVisibility &&\n <Text style={isActiveStep ? [this.styles.activeStep, this.styles.activeStepCounter] : this.styles.stepCounter} {...this.getTestPropsForLabel('step' + (index + 1) + '_indicator')}>{index+1}</Text>}\n {(index < this.state.currentStep || this.state.isDone) &&\n <WmIcon id={this.getTestId('status')} styles={isActiveStep ? merge({}, this.styles.stepIcon, {icon: {color: this.styles.activeStep.color}}) : this.styles.stepIcon}\n iconclass={item.state.props.iconclass || 'wm-sl-l sl-check'}></WmIcon>}\n </View> : <WmLabel showskeleton={true} styles={{root: {...this.getStepStyle(index)[0]}}}/>}\n {(isActiveStep) &&\n <Text style={this.styles.stepTitle} {...this.getTestPropsForLabel('step' + (index + 1) + '_title')}>\n {item.state.props.title || 'Step Title'}</Text> }\n {this.numberOfSteps > 1 && isActiveStep &&\n <View style={[this.styles.numberTextStepConnector, {width: isLastStep ? 0 : 50}]}></View>}\n </TouchableOpacity>\n {this.numberOfSteps > 1 && <View style={[this.styles.stepConnector, { width: isFirstStep || isLastStep ? '50%' : '100%',\n left: Platform.OS == \"web\"?(!this.isRTL && isFirstStep) || (this.isRTL && isLastStep) ? '50%': '0%': isFirstStep ? '50%': '0%'}]}></View>}\n </View>\n ) : null;\n }\n\n prev() {\n const index = this.state.currentStep;\n if (index <= 0) {\n return;\n }\n const currentStep = this.steps[index];\n if(currentStep.invokePrevCB(index) == false){\n return;\n }\n this.updateCurrentStep(index - 1);\n }\n\n next(eventName?: string) {\n const index = this.state.currentStep;\n if (index >= this.steps.length - 1) {\n return;\n }\n const currentStep = this.steps[index];\n if (eventName === 'skip') {\n currentStep.invokeSkipCB(index);\n } else if (currentStep.invokeNextCB(index) == false) {\n return;\n }\n this.updateCurrentStep(index + 1);\n }\n\n done($event: any) {\n if (this.state.currentStep !== this.steps.length - 1) {\n return;\n }\n this.updateState({\n isDone: true\n } as WmWizardState);\n this.invokeEventCallback('onDone', [$event, this.proxy]);\n }\n\n cancel() {\n this.invokeEventCallback('onCancel', [null, this.proxy]);\n }\n\n skip() {\n this.next('skip');\n }\n\n getBackground(): React.JSX.Element | null {\n return this._showSkeleton ? null : this._background\n } \n \n public renderSkeleton(props: WmWizardProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n {props.children}\n </View>))\n }\n return null;\n }\n\n\n renderWidget(props: WmWizardProps) {\n this.numberOfSteps = this.steps.length;\n const activeStep = this.steps[this.state.currentStep];\n const isSkippable = activeStep && activeStep.state.props.enableskip;\n const isProgressCircleHeader = this.state.props.classname?.includes('progress-circle-header');\n const styles = this._showSkeleton ? {\n ...this.styles.root,\n ...this.styles.skeleton.root\n } : this.styles.root\n return (\n <View style={styles}>\n {this.getBackground()}\n <View style={this.styles.wizardHeader}>\n {activeStep && isProgressCircleHeader ? (this.renderProgressCircleHeader(activeStep, this.state.currentStep)) : (this.steps ? this.steps.map((step, i) => this.renderWizardHeader(step, i)) : null)}\n </View>\n <View style={this.styles.wizardBody}>\n {props.children}\n </View>\n <View style={[this.styles.wizardFooter,\n {flexDirection: props.actionsalignment === 'right' ? 'row-reverse': 'row'}]}>\n {(this.state.currentStep+1) === this.numberOfSteps && activeStep.state.props.showdone &&\n <WmButton iconclass={'wm-sl-l sl-check'} styles={merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.doneButton)}\n id = {this.getTestId('donebtn')} caption={props.donebtnlabel} onTap={this.done.bind(this)} disabled={activeStep.state.props.disabledone}></WmButton>\n }\n {(this.state.currentStep+1) < this.numberOfSteps && activeStep.state.props.shownext &&\n <WmButton iconclass={'wi wi-chevron-right'} styles={merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.nextButton)}\n id = {this.getTestId('nextbtn')}\n iconposition={'right'} caption={props.nextbtnlabel} onTap={this.next.bind(this)} disabled={activeStep.state.props.disablenext}></WmButton>\n }\n {this.state.currentStep > 0 && activeStep.state.props.showprev &&\n <WmButton iconclass={'wi wi-chevron-left'} styles={merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.prevButton)} caption={props.previousbtnlabel}\n id = {this.getTestId('prevbtn')}\n onTap={this.prev.bind(this)} disabled={activeStep.state.props.disableprev}></WmButton>\n }\n {props.cancelable ?\n <WmButton id = {this.getTestId('cancelbtn')} caption={props.cancelbtnlabel} styles={merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.cancelButton)} onTap={this.cancel.bind(this)}></WmButton>\n : null\n }\n {isSkippable &&\n <WmAnchor iconclass={'wi wi-chevron-right'} iconposition={'right'} caption={'Skip'}\n id = {this.getTestId('skip')}\n styles={merge({}, this.styles.wizardActions, this.styles.skipLink)} onTap={this.skip.bind(this)}></WmAnchor>\n }\n </View>\n </View>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmWizardstepProps","DEFAULT_CLASS","WmWizardstepState","constructor","args","_defineProperty","WmWizardstep","props","componentDidMount","wizard","parent","addWizardStep","onPropertyChange","name","$new","$old","refresh","setTimeout","forceUpdate","setActive","updateState","active","state","showContent","invokeEventCallback","setInActive","isVisible","invokeNextCB","index","proxy","invokePrevCB","invokeSkipCB","renderWidget","createElement","style","styles","root","_background","children"],"sources":["wizardstep.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmWizardstepProps from './wizardstep.props';\nimport { DEFAULT_CLASS, WmWizardstepStyles } from './wizardstep.styles';\nimport WmWizard from '../wizard.component';\nimport { isBoolean } from 'lodash-es';\n\nexport class WmWizardstepState extends BaseComponentState<WmWizardstepProps> {\n active = false;\n showContent: boolean = false;\n}\n\nexport default class WmWizardstep extends BaseComponent<WmWizardstepProps, WmWizardstepState, WmWizardstepStyles> {\n\n constructor(props: WmWizardstepProps) {\n super(props, DEFAULT_CLASS, new WmWizardstepProps(), new WmWizardstepState());\n }\n\n componentDidMount() {\n const wizard = (this.parent) as WmWizard;\n // When skeleton is enabled in the wizard component, the parent would be WMSkeleton which doesnot have addWizardStep function\n if(wizard.addWizardStep) {\n wizard.addWizardStep(this);\n }\n super.componentDidMount();\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n super.onPropertyChange(name, $new, $old);\n switch(name) {\n case 'title':\n const wizard = (this.parent) as WmWizard;\n wizard?.refresh();\n break;\n case 'disableprev':\n case 'disablenext':\n case 'disabledone':\n case 'enableskip':\n setTimeout(() => {\n this.parent.forceUpdate();\n }, 10);\n break;\n }\n }\n\n setActive() {\n this.updateState({\n active: true\n } as WmWizardstepState, () => {\n if(this.state.showContent) {\n this.invokeEventCallback('onLoad', [this]);\n }\n });\n }\n\n setInActive() {\n this.updateState({\n active: false\n } as WmWizardstepState);\n }\n\n isVisible() {\n return super.isVisible() && this.state.active;\n }\n\n invokeNextCB(index: number) : boolean {\n return this.invokeEventCallback('onNext', [this.proxy, this, index]);\n }\n\n invokePrevCB(index: number) : boolean {\n return this.invokeEventCallback('onPrev', [this.proxy, this, index]);\n }\n\n invokeSkipCB(index: number) {\n this.invokeEventCallback('onSkip', [this.proxy, this, index]);\n }\n renderWidget(props: WmWizardstepProps) {\n if(!this.state.showContent && this.isVisible()){\n this.updateState({showContent: true} as WmWizardstepState, ()=>{\n this.invokeEventCallback('onLoad', [this]);\n });\n }\n return this.state.showContent && (<View style={this.styles.root}>{this._background}{props.children}</View>);\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,iBAAiB,MAAM,oBAAoB;AAClD,SAASC,aAAa,QAA4B,qBAAqB;AAIvE,OAAO,MAAMC,iBAAiB,SAASH,kBAAkB,CAAoB;EAAAI,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,iBAClE,KAAK;IAAAA,eAAA,sBACS,KAAK;EAAA;AAC9B;AAEA,eAAe,MAAMC,YAAY,SAASR,aAAa,CAA2D;EAEhHK,WAAWA,CAACI,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEN,aAAa,EAAE,IAAID,iBAAiB,CAAC,CAAC,EAAE,IAAIE,iBAAiB,CAAC,CAAC,CAAC;EAC/E;EAEAM,iBAAiBA,CAAA,EAAG;IAClB,MAAMC,MAAM,GAAI,IAAI,CAACC,MAAmB;IACxC;IACA,IAAGD,MAAM,CAACE,aAAa,EAAE;MACvBF,MAAM,CAACE,aAAa,CAAC,IAAI,CAAC;IAC5B;IACA,KAAK,CAACH,iBAAiB,CAAC,CAAC;EAC3B;EAEAI,gBAAgBA,CAACC,IAAY,EAAEC,IAAS,EAAEC,IAAS,EAAE;IACnD,KAAK,CAACH,gBAAgB,CAACC,IAAI,EAAEC,IAAI,EAAEC,IAAI,CAAC;IACxC,QAAOF,IAAI;MACT,KAAK,OAAO;QACV,MAAMJ,MAAM,GAAI,IAAI,CAACC,MAAmB;QACxCD,MAAM,aAANA,MAAM,eAANA,MAAM,CAAEO,OAAO,CAAC,CAAC;QACjB;MACF,KAAK,aAAa;MAClB,KAAK,aAAa;MAClB,KAAK,aAAa;MAClB,KAAK,YAAY;QACfC,UAAU,CAAC,MAAM;UACf,IAAI,CAACP,MAAM,CAACQ,WAAW,CAAC,CAAC;QAC3B,CAAC,EAAE,EAAE,CAAC;QACN;IACJ;EACF;EAEAC,SAASA,CAAA,EAAG;IACV,IAAI,CAACC,WAAW,CAAC;MACfC,MAAM,EAAE;IACV,CAAC,EAAuB,MAAM;MAC5B,IAAG,IAAI,CAACC,KAAK,CAACC,WAAW,EAAE;QACzB,IAAI,CAACC,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC;MAC5C;IACF,CAAC,CAAC;EACJ;EAEAC,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACL,WAAW,CAAC;MACfC,MAAM,EAAE;IACV,CAAsB,CAAC;EACzB;EAEAK,SAASA,CAAA,EAAG;IACV,OAAO,KAAK,CAACA,SAAS,CAAC,CAAC,IAAI,IAAI,CAACJ,KAAK,CAACD,MAAM;EAC/C;EAEAM,YAAYA,CAACC,KAAa,EAAY;IACpC,OAAO,IAAI,CAACJ,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAACK,KAAK,EAAE,IAAI,EAAED,KAAK,CAAC,CAAC;EACtE;EAEAE,YAAYA,CAACF,KAAa,EAAY;IACpC,OAAO,IAAI,CAACJ,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAACK,KAAK,EAAE,IAAI,EAAED,KAAK,CAAC,CAAC;EACtE;EAEAG,YAAYA,CAACH,KAAa,EAAE;IAC1B,IAAI,CAACJ,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAACK,KAAK,EAAE,IAAI,EAAED,KAAK,CAAC,CAAC;EAC/D;EACAI,YAAYA,CAACzB,KAAwB,EAAE;IACrC,IAAG,CAAC,IAAI,CAACe,KAAK,CAACC,WAAW,IAAI,IAAI,CAACG,SAAS,CAAC,CAAC,EAAC;MAC7C,IAAI,CAACN,WAAW,CAAC;QAACG,WAAW,EAAE;MAAI,CAAC,EAAuB,MAAI;QAC7D,IAAI,CAACC,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC;MAC5C,CAAC,CAAC;IACJ;IACA,OAAO,IAAI,CAACF,KAAK,CAACC,WAAW,iBAAK3B,KAAA,CAAAqC,aAAA,CAACpC,IAAI;MAACqC,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAE9B,KAAK,CAAC+B,QAAe,CAAE;EAC7G;AACF","ignoreList":[]}