@wavemaker/app-rn-runtime 11.7.0-next.26341 → 11.7.0-patch.1

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 (921) hide show
  1. package/components/basic/anchor/anchor.component.js.map +1 -0
  2. {app-rn-runtime → package}/components/basic/label/label.component.js +1 -1
  3. package/components/basic/label/label.component.js.map +1 -0
  4. package/components/basic/tooltip/tooltip.component.js +79 -0
  5. package/components/basic/tooltip/tooltip.component.js.map +1 -0
  6. package/components/basic/tooltip/tooltip.props.js +18 -0
  7. package/components/basic/tooltip/tooltip.props.js.map +1 -0
  8. package/components/basic/tooltip/tooltip.styles.js +49 -0
  9. package/components/basic/tooltip/tooltip.styles.js.map +1 -0
  10. {app-rn-runtime → package}/components/container/accordion/accordion.component.js +2 -2
  11. package/components/container/accordion/accordion.component.js.map +1 -0
  12. {app-rn-runtime → package}/components/container/panel/panel.component.js +1 -1
  13. package/components/container/panel/panel.component.js.map +1 -0
  14. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +6 -3
  15. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  16. {app-rn-runtime → package}/components/container/wizard/wizard.component.js +1 -1
  17. package/components/container/wizard/wizard.component.js.map +1 -0
  18. package/components/data/form/form-action/form-action.component.js.map +1 -0
  19. {app-rn-runtime → package}/components/data/form/form.component.js +1 -1
  20. package/components/data/form/form.component.js.map +1 -0
  21. {app-rn-runtime → package}/components/data/list/list.component.js +21 -18
  22. package/components/data/list/list.component.js.map +1 -0
  23. {app-rn-runtime → package}/components/data/list/list.styles.js +0 -2
  24. package/components/data/list/list.styles.js.map +1 -0
  25. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +2 -2
  26. package/components/input/basedataset/basedataset.component.js.map +1 -0
  27. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js +2 -0
  28. package/components/input/baseinput/baseinput.component.js.map +1 -0
  29. {app-rn-runtime → package}/components/input/epoch/base-datetime.component.js +74 -1
  30. package/components/input/epoch/base-datetime.component.js.map +1 -0
  31. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +2 -0
  32. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js.map +1 -1
  33. package/components/input/epoch/wheel-date-picker.component.js +87 -0
  34. package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
  35. package/components/input/epoch/wheel-time-picker.component.js +107 -0
  36. package/components/input/epoch/wheel-time-picker.component.js.map +1 -0
  37. package/components/input/epoch/wheelpicker/wheelpicker.component.js +90 -0
  38. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
  39. package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
  40. package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
  41. package/components/input/epoch/wheelpicker/wheelpicker.styles.js +55 -0
  42. package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
  43. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +72 -0
  44. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
  45. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +15 -0
  46. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
  47. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +66 -0
  48. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
  49. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +74 -0
  50. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
  51. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +16 -0
  52. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
  53. package/components/input/slider/slider.component.js +439 -0
  54. package/components/input/slider/slider.component.js.map +1 -0
  55. package/components/input/slider/slider.component_backup.js +398 -0
  56. package/components/input/slider/slider.component_backup.js.map +1 -0
  57. {app-rn-runtime → package}/components/input/slider/slider.props.js +9 -5
  58. package/components/input/slider/slider.props.js.map +1 -0
  59. {app-rn-runtime → package}/components/input/slider/slider.styles.js +25 -2
  60. package/components/input/slider/slider.styles.js.map +1 -0
  61. {app-rn-runtime → package}/components/input/switch/switch.component.js +1 -1
  62. {app-rn-runtime → package}/components/input/switch/switch.component.js.map +1 -1
  63. {app-rn-runtime → package}/components/input/switch/switch.styles.js +6 -1
  64. package/components/input/switch/switch.styles.js.map +1 -0
  65. package/components/navigation/navbar/navbar.props.js.map +1 -0
  66. package/components/navigation/navitem/navitem.component.js.map +1 -0
  67. package/components/navigation/navitem/navitem.props.js.map +1 -0
  68. package/components/navigation/popover/popover.component.js.map +1 -0
  69. {app-rn-runtime → package}/core/base.component.js +21 -15
  70. package/core/base.component.js.map +1 -0
  71. package/core/components/flatlist.component.js +38 -0
  72. package/core/components/flatlist.component.js.map +1 -0
  73. {app-rn-runtime → package}/core/event-notifier.js +13 -4
  74. package/core/event-notifier.js.map +1 -0
  75. {app-rn-runtime → package}/core/tappable.component.js +75 -39
  76. package/core/tappable.component.js.map +1 -0
  77. {app-rn-runtime → package}/core/utils.js +62 -0
  78. package/core/utils.js.map +1 -0
  79. {app-rn-runtime → package}/package.json +3 -3
  80. {app-rn-runtime → package}/runtime/App.js +8 -0
  81. package/runtime/App.js.map +1 -0
  82. {app-rn-runtime → package}/runtime/base-page.component.js +10 -2
  83. package/runtime/base-page.component.js.map +1 -0
  84. {app-rn-runtime → package}/runtime/base-partial.component.js +10 -5
  85. package/runtime/base-partial.component.js.map +1 -0
  86. {app-rn-runtime → package}/runtime/services/app-security.service.js +21 -7
  87. package/runtime/services/app-security.service.js.map +1 -0
  88. {app-rn-runtime → package}/styles/theme.variables.js +7 -0
  89. package/styles/theme.variables.js.map +1 -0
  90. package/variables/device/device/network-info.operation.js +33 -0
  91. package/variables/device/device/network-info.operation.js.map +1 -0
  92. package/variables/device/operation.provider.js.map +1 -0
  93. {app-rn-runtime → package}/variables/device-variable.js +1 -1
  94. package/variables/device-variable.js.map +1 -0
  95. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  96. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  97. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  98. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  99. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  100. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  101. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +0 -1
  102. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  103. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  104. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  105. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  106. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  107. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  108. app-rn-runtime/components/input/slider/slider.component.js +0 -154
  109. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  110. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  111. app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
  112. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  113. app-rn-runtime/components/navigation/navbar/navbar.props.js.map +0 -1
  114. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  115. app-rn-runtime/components/navigation/navitem/navitem.props.js.map +0 -1
  116. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  117. app-rn-runtime/core/base.component.js.map +0 -1
  118. app-rn-runtime/core/event-notifier.js.map +0 -1
  119. app-rn-runtime/core/tappable.component.js.map +0 -1
  120. app-rn-runtime/core/utils.js.map +0 -1
  121. app-rn-runtime/runtime/App.js.map +0 -1
  122. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  123. app-rn-runtime/runtime/base-partial.component.js.map +0 -1
  124. app-rn-runtime/runtime/services/app-security.service.js.map +0 -1
  125. app-rn-runtime/styles/theme.variables.js.map +0 -1
  126. app-rn-runtime/variables/device/device/network-info.operation.js +0 -13
  127. app-rn-runtime/variables/device/device/network-info.operation.js.map +0 -1
  128. app-rn-runtime/variables/device/operation.provider.js.map +0 -1
  129. app-rn-runtime/variables/device-variable.js.map +0 -1
  130. {app-rn-runtime → package}/actions/base-action.js +0 -0
  131. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  132. {app-rn-runtime → package}/actions/index.js +0 -0
  133. {app-rn-runtime → package}/actions/index.js.map +0 -0
  134. {app-rn-runtime → package}/actions/login-action.js +0 -0
  135. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  136. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  137. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  138. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  139. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  140. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  141. {app-rn-runtime → package}/actions/notification-action.js.map +0 -0
  142. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  143. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  144. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  145. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  146. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  147. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  148. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  149. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  150. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  151. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  152. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  153. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  154. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  155. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  156. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js +0 -0
  157. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js.map +0 -0
  158. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js +0 -0
  159. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js.map +0 -0
  160. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js +0 -0
  161. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js.map +0 -0
  162. {app-rn-runtime → package}/components/advanced/login/login.component.js +0 -0
  163. {app-rn-runtime → package}/components/advanced/login/login.component.js.map +0 -0
  164. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  165. {app-rn-runtime → package}/components/advanced/login/login.props.js.map +0 -0
  166. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  167. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  168. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -0
  169. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -0
  170. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  171. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  172. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  173. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  174. {app-rn-runtime → package}/components/advanced/webview/webview.component.js +0 -0
  175. {app-rn-runtime → package}/components/advanced/webview/webview.component.js.map +0 -0
  176. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  177. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  178. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  179. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  180. {app-rn-runtime → package}/components/basic/anchor/anchor.component.js +0 -0
  181. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +0 -0
  182. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js.map +0 -0
  183. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js +0 -0
  184. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js.map +0 -0
  185. {app-rn-runtime → package}/components/basic/animatedview.component.js +0 -0
  186. {app-rn-runtime → package}/components/basic/animatedview.component.js.map +0 -0
  187. {app-rn-runtime → package}/components/basic/audio/audio.component.js +0 -0
  188. {app-rn-runtime → package}/components/basic/audio/audio.component.js.map +0 -0
  189. {app-rn-runtime → package}/components/basic/audio/audio.props.js +0 -0
  190. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  191. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  192. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  193. {app-rn-runtime → package}/components/basic/button/button.component.js +0 -0
  194. {app-rn-runtime → package}/components/basic/button/button.component.js.map +0 -0
  195. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  196. {app-rn-runtime → package}/components/basic/button/button.props.js.map +0 -0
  197. {app-rn-runtime → package}/components/basic/button/button.styles.js +0 -0
  198. {app-rn-runtime → package}/components/basic/button/button.styles.js.map +0 -0
  199. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  200. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js.map +0 -0
  201. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  202. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  203. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  204. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  205. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  206. {app-rn-runtime → package}/components/basic/custom/custom.component.js.map +0 -0
  207. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  208. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  209. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  210. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  211. {app-rn-runtime → package}/components/basic/icon/icon.component.js +0 -0
  212. {app-rn-runtime → package}/components/basic/icon/icon.component.js.map +0 -0
  213. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  214. {app-rn-runtime → package}/components/basic/icon/icon.props.js.map +0 -0
  215. {app-rn-runtime → package}/components/basic/icon/icon.styles.js +0 -0
  216. {app-rn-runtime → package}/components/basic/icon/icon.styles.js.map +0 -0
  217. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  218. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  219. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  220. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  221. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  222. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  223. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  224. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  225. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  226. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  227. {app-rn-runtime → package}/components/basic/label/label.props.js.map +0 -0
  228. {app-rn-runtime → package}/components/basic/label/label.styles.js +0 -0
  229. {app-rn-runtime → package}/components/basic/label/label.styles.js.map +0 -0
  230. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  231. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js.map +0 -0
  232. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  233. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  234. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  235. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  236. {app-rn-runtime → package}/components/basic/message/message.component.js +0 -0
  237. {app-rn-runtime → package}/components/basic/message/message.component.js.map +0 -0
  238. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  239. {app-rn-runtime → package}/components/basic/message/message.props.js.map +0 -0
  240. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  241. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  242. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  243. {app-rn-runtime → package}/components/basic/modal/modal.component.js.map +0 -0
  244. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  245. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  246. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  247. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  248. {app-rn-runtime → package}/components/basic/picture/picture.component.js +0 -0
  249. {app-rn-runtime → package}/components/basic/picture/picture.component.js.map +0 -0
  250. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  251. {app-rn-runtime → package}/components/basic/picture/picture.props.js.map +0 -0
  252. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  253. {app-rn-runtime → package}/components/basic/picture/picture.styles.js.map +0 -0
  254. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js +0 -0
  255. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js.map +0 -0
  256. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  257. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js.map +0 -0
  258. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js +0 -0
  259. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js.map +0 -0
  260. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js +0 -0
  261. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js.map +0 -0
  262. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  263. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  264. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  265. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  266. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  267. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  268. {app-rn-runtime → package}/components/basic/search/search.component.js +0 -0
  269. {app-rn-runtime → package}/components/basic/search/search.component.js.map +0 -0
  270. {app-rn-runtime → package}/components/basic/search/search.props.js +0 -0
  271. {app-rn-runtime → package}/components/basic/search/search.props.js.map +0 -0
  272. {app-rn-runtime → package}/components/basic/search/search.styles.js +0 -0
  273. {app-rn-runtime → package}/components/basic/search/search.styles.js.map +0 -0
  274. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  275. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js.map +0 -0
  276. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  277. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  278. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  279. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  280. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js +0 -0
  281. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js.map +0 -0
  282. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  283. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  284. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  285. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  286. {app-rn-runtime → package}/components/basic/video/video.component.js +0 -0
  287. {app-rn-runtime → package}/components/basic/video/video.component.js.map +0 -0
  288. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -0
  289. {app-rn-runtime → package}/components/basic/video/video.props.js.map +0 -0
  290. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  291. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  292. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  293. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js.map +0 -0
  294. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  295. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  296. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  297. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  298. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  299. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js.map +0 -0
  300. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  301. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js.map +0 -0
  302. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  303. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  304. {app-rn-runtime → package}/components/chart/basechart.component.js +0 -0
  305. {app-rn-runtime → package}/components/chart/basechart.component.js.map +0 -0
  306. {app-rn-runtime → package}/components/chart/basechart.props.js +0 -0
  307. {app-rn-runtime → package}/components/chart/basechart.props.js.map +0 -0
  308. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  309. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  310. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  311. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js.map +0 -0
  312. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  313. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  314. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  315. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  316. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  317. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  318. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  319. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  320. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  321. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  322. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  323. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  324. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js +0 -0
  325. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  326. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  327. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  328. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  329. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  330. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  331. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js.map +0 -0
  332. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  333. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  334. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  335. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  336. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js +0 -0
  337. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js.map +0 -0
  338. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js +0 -0
  339. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  340. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  341. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  342. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js +0 -0
  343. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js.map +0 -0
  344. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js +0 -0
  345. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  346. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  347. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  348. {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
  349. {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
  350. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  351. {app-rn-runtime → package}/components/chart/theme/chart.theme.js.map +0 -0
  352. {app-rn-runtime → package}/components/container/accordion/accordion.props.js +0 -0
  353. {app-rn-runtime → package}/components/container/accordion/accordion.props.js.map +0 -0
  354. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js +0 -0
  355. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js.map +0 -0
  356. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js +0 -0
  357. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  358. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  359. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  360. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  361. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  362. {app-rn-runtime → package}/components/container/container.component.js +0 -0
  363. {app-rn-runtime → package}/components/container/container.component.js.map +0 -0
  364. {app-rn-runtime → package}/components/container/container.props.js +0 -0
  365. {app-rn-runtime → package}/components/container/container.props.js.map +0 -0
  366. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  367. {app-rn-runtime → package}/components/container/container.styles.js.map +0 -0
  368. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  369. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -0
  370. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  371. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  372. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  373. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  374. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  375. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -0
  376. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  377. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  378. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  379. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  380. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  381. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js.map +0 -0
  382. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  383. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  384. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  385. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  386. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js +0 -0
  387. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js.map +0 -0
  388. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  389. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  390. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  391. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  392. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
  393. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -0
  394. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  395. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  396. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  397. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  398. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
  399. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
  400. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  401. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  402. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  403. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  404. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  405. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  406. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  407. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  408. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  409. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  410. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  411. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  412. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  413. {app-rn-runtime → package}/components/container/panel/panel.props.js.map +0 -0
  414. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  415. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  416. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  417. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  418. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js +0 -0
  419. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js.map +0 -0
  420. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  421. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js.map +0 -0
  422. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  423. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  424. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  425. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js.map +0 -0
  426. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  427. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  428. {app-rn-runtime → package}/components/container/tabs/tabs.component.js +0 -0
  429. {app-rn-runtime → package}/components/container/tabs/tabs.component.js.map +0 -0
  430. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  431. {app-rn-runtime → package}/components/container/tabs/tabs.props.js.map +0 -0
  432. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js +0 -0
  433. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js.map +0 -0
  434. {app-rn-runtime → package}/components/container/tile/tile.component.js +0 -0
  435. {app-rn-runtime → package}/components/container/tile/tile.component.js.map +0 -0
  436. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  437. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  438. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  439. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  440. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  441. {app-rn-runtime → package}/components/container/wizard/wizard.props.js.map +0 -0
  442. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js +0 -0
  443. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js.map +0 -0
  444. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +0 -0
  445. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -0
  446. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  447. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  448. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  449. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  450. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  451. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js.map +0 -0
  452. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  453. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  454. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  455. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  456. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  457. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js.map +0 -0
  458. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  459. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  460. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  461. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  462. {app-rn-runtime → package}/components/data/card/card.component.js +0 -0
  463. {app-rn-runtime → package}/components/data/card/card.component.js.map +0 -0
  464. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  465. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  466. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  467. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  468. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js +0 -0
  469. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js +0 -0
  470. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  471. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  472. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  473. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  474. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js.map +0 -0
  475. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  476. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  477. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  478. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  479. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js +0 -0
  480. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js.map +0 -0
  481. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js +0 -0
  482. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js.map +0 -0
  483. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  484. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js.map +0 -0
  485. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  486. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js.map +0 -0
  487. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  488. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  489. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  490. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  491. {app-rn-runtime → package}/components/data/form/form.props.js +0 -0
  492. {app-rn-runtime → package}/components/data/form/form.props.js.map +0 -0
  493. {app-rn-runtime → package}/components/data/form/form.styles.js +0 -0
  494. {app-rn-runtime → package}/components/data/form/form.styles.js.map +0 -0
  495. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js +0 -0
  496. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js.map +0 -0
  497. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  498. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  499. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  500. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js.map +0 -0
  501. {app-rn-runtime → package}/components/data/list/list.props.js +0 -0
  502. {app-rn-runtime → package}/components/data/list/list.props.js.map +0 -0
  503. {app-rn-runtime → package}/components/data/liveform/liveform.component.js +0 -0
  504. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  505. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js +0 -0
  506. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js.map +0 -0
  507. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  508. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js.map +0 -0
  509. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  510. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  511. {app-rn-runtime → package}/components/device/camera/camera.component.js +0 -0
  512. {app-rn-runtime → package}/components/device/camera/camera.component.js.map +0 -0
  513. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  514. {app-rn-runtime → package}/components/device/camera/camera.props.js.map +0 -0
  515. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  516. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  517. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js +0 -0
  518. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  519. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  520. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  521. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  522. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  523. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js +0 -0
  524. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  525. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  526. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  527. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  528. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  529. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js +0 -0
  530. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js.map +0 -0
  531. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  532. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  533. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js +0 -0
  534. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js.map +0 -0
  535. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  536. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js.map +0 -0
  537. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  538. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  539. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  540. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  541. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +0 -0
  542. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -0
  543. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  544. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  545. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  546. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  547. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  548. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js.map +0 -0
  549. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  550. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  551. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +0 -0
  552. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js.map +0 -0
  553. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  554. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  555. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js +0 -0
  556. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js.map +0 -0
  557. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  558. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js.map +0 -0
  559. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  560. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  561. {app-rn-runtime → package}/components/input/calendar/calendar.component.js +0 -0
  562. {app-rn-runtime → package}/components/input/calendar/calendar.component.js.map +0 -0
  563. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  564. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  565. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js +0 -0
  566. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js.map +0 -0
  567. {app-rn-runtime → package}/components/input/calendar/views/month-view.js +0 -0
  568. {app-rn-runtime → package}/components/input/calendar/views/month-view.js.map +0 -0
  569. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  570. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  571. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js +0 -0
  572. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js.map +0 -0
  573. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js +0 -0
  574. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  575. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  576. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js.map +0 -0
  577. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js +0 -0
  578. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js.map +0 -0
  579. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +0 -0
  580. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  581. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  582. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js.map +0 -0
  583. {app-rn-runtime → package}/components/input/chips/chips.component.js +0 -0
  584. {app-rn-runtime → package}/components/input/chips/chips.component.js.map +0 -0
  585. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  586. {app-rn-runtime → package}/components/input/chips/chips.props.js.map +0 -0
  587. {app-rn-runtime → package}/components/input/chips/chips.styles.js +0 -0
  588. {app-rn-runtime → package}/components/input/chips/chips.styles.js.map +0 -0
  589. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  590. {app-rn-runtime → package}/components/input/composite/composite.component.js.map +0 -0
  591. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  592. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  593. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  594. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  595. {app-rn-runtime → package}/components/input/currency/currency.component.js +0 -0
  596. {app-rn-runtime → package}/components/input/currency/currency.component.js.map +0 -0
  597. {app-rn-runtime → package}/components/input/currency/currency.props.js +0 -0
  598. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  599. {app-rn-runtime → package}/components/input/currency/currency.styles.js +0 -0
  600. {app-rn-runtime → package}/components/input/currency/currency.styles.js.map +0 -0
  601. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  602. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  603. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  604. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  605. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js +0 -0
  606. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js.map +0 -0
  607. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  608. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js.map +0 -0
  609. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  610. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  611. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js +0 -0
  612. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js.map +0 -0
  613. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  614. {app-rn-runtime → package}/components/input/epoch/time/time.component.js.map +0 -0
  615. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  616. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  617. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js +0 -0
  618. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js.map +0 -0
  619. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js +0 -0
  620. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js.map +0 -0
  621. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  622. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js.map +0 -0
  623. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  624. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  625. {app-rn-runtime → package}/components/input/number/number.component.js +0 -0
  626. {app-rn-runtime → package}/components/input/number/number.component.js.map +0 -0
  627. {app-rn-runtime → package}/components/input/number/number.props.js +0 -0
  628. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  629. {app-rn-runtime → package}/components/input/number/number.styles.js +0 -0
  630. {app-rn-runtime → package}/components/input/number/number.styles.js.map +0 -0
  631. {app-rn-runtime → package}/components/input/radioset/radioset.component.js +0 -0
  632. {app-rn-runtime → package}/components/input/radioset/radioset.component.js.map +0 -0
  633. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +0 -0
  634. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +0 -0
  635. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js +0 -0
  636. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js.map +0 -0
  637. {app-rn-runtime → package}/components/input/rating/rating.component.js +0 -0
  638. {app-rn-runtime → package}/components/input/rating/rating.component.js.map +0 -0
  639. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  640. {app-rn-runtime → package}/components/input/rating/rating.props.js.map +0 -0
  641. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  642. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  643. {app-rn-runtime → package}/components/input/select/select.component.js +0 -0
  644. {app-rn-runtime → package}/components/input/select/select.component.js.map +0 -0
  645. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  646. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  647. {app-rn-runtime → package}/components/input/select/select.styles.js +0 -0
  648. {app-rn-runtime → package}/components/input/select/select.styles.js.map +0 -0
  649. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  650. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  651. {app-rn-runtime → package}/components/input/text/text.component.js +0 -0
  652. {app-rn-runtime → package}/components/input/text/text.component.js.map +0 -0
  653. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  654. {app-rn-runtime → package}/components/input/text/text.props.js.map +0 -0
  655. {app-rn-runtime → package}/components/input/text/text.styles.js +0 -0
  656. {app-rn-runtime → package}/components/input/text/text.styles.js.map +0 -0
  657. {app-rn-runtime → package}/components/input/textarea/textarea.component.js +0 -0
  658. {app-rn-runtime → package}/components/input/textarea/textarea.component.js.map +0 -0
  659. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  660. {app-rn-runtime → package}/components/input/textarea/textarea.props.js.map +0 -0
  661. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js +0 -0
  662. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js.map +0 -0
  663. {app-rn-runtime → package}/components/input/toggle/toggle.component.js +0 -0
  664. {app-rn-runtime → package}/components/input/toggle/toggle.component.js.map +0 -0
  665. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  666. {app-rn-runtime → package}/components/input/toggle/toggle.props.js.map +0 -0
  667. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js +0 -0
  668. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js.map +0 -0
  669. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js +0 -0
  670. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js.map +0 -0
  671. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  672. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js.map +0 -0
  673. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  674. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js.map +0 -0
  675. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +0 -0
  676. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  677. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  678. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  679. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  680. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  681. {app-rn-runtime → package}/components/navigation/menu/menu.component.js +0 -0
  682. {app-rn-runtime → package}/components/navigation/menu/menu.component.js.map +0 -0
  683. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  684. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  685. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js +0 -0
  686. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js.map +0 -0
  687. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js +0 -0
  688. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js.map +0 -0
  689. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  690. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  691. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  692. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js +0 -0
  693. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  694. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  695. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  696. {app-rn-runtime → package}/components/navigation/popover/popover.component.js +0 -0
  697. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  698. {app-rn-runtime → package}/components/navigation/popover/popover.props.js.map +0 -0
  699. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js +0 -0
  700. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js.map +0 -0
  701. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  702. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  703. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  704. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  705. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  706. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  707. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +0 -0
  708. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js.map +0 -0
  709. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  710. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  711. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  712. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  713. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +0 -0
  714. {app-rn-runtime → package}/components/page/page-content/page-content.component.js.map +0 -0
  715. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  716. {app-rn-runtime → package}/components/page/page-content/page-content.props.js.map +0 -0
  717. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  718. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  719. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  720. {app-rn-runtime → package}/components/page/page.component.js.map +0 -0
  721. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  722. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  723. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  724. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  725. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  726. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  727. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  728. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  729. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  730. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  731. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  732. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js.map +0 -0
  733. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  734. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js.map +0 -0
  735. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  736. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  737. {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
  738. {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
  739. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js +0 -0
  740. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js.map +0 -0
  741. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  742. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js.map +0 -0
  743. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  744. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  745. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  746. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  747. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  748. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  749. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  750. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  751. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  752. {app-rn-runtime → package}/core/AppConfig.js.map +0 -0
  753. {app-rn-runtime → package}/core/accessibility.js +0 -0
  754. {app-rn-runtime → package}/core/accessibility.js.map +0 -0
  755. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  756. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  757. {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
  758. {app-rn-runtime → package}/core/components/floatinglabel.component.js.map +0 -0
  759. {app-rn-runtime → package}/core/components/textinput.component.js +0 -0
  760. {app-rn-runtime → package}/core/components/textinput.component.js.map +0 -0
  761. {app-rn-runtime → package}/core/constant.service.js +0 -0
  762. {app-rn-runtime → package}/core/constant.service.js.map +0 -0
  763. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  764. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  765. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  766. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  767. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  768. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  769. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  770. {app-rn-runtime → package}/core/device/camera-service.js.map +0 -0
  771. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  772. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  773. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  774. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  775. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  776. {app-rn-runtime → package}/core/device/scan-service.js.map +0 -0
  777. {app-rn-runtime → package}/core/display.manager.js +0 -0
  778. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  779. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  780. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  781. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  782. {app-rn-runtime → package}/core/fixed-view.component.js.map +0 -0
  783. {app-rn-runtime → package}/core/formatters.js +0 -0
  784. {app-rn-runtime → package}/core/formatters.js.map +0 -0
  785. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  786. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  787. {app-rn-runtime → package}/core/if.component.js +0 -0
  788. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  789. {app-rn-runtime → package}/core/imageSizeEstimator.js +0 -0
  790. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  791. {app-rn-runtime → package}/core/injector.js +0 -0
  792. {app-rn-runtime → package}/core/injector.js.map +0 -0
  793. {app-rn-runtime → package}/core/key.extractor.js +0 -0
  794. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  795. {app-rn-runtime → package}/core/logger.js +0 -0
  796. {app-rn-runtime → package}/core/logger.js.map +0 -0
  797. {app-rn-runtime → package}/core/modal.service.js +0 -0
  798. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  799. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  800. {app-rn-runtime → package}/core/navigation.service.js.map +0 -0
  801. {app-rn-runtime → package}/core/network.service.js +0 -0
  802. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  803. {app-rn-runtime → package}/core/partial.service.js +0 -0
  804. {app-rn-runtime → package}/core/partial.service.js.map +0 -0
  805. {app-rn-runtime → package}/core/props.provider.js +0 -0
  806. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  807. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  808. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  809. {app-rn-runtime → package}/core/security.service.js +0 -0
  810. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  811. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  812. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  813. {app-rn-runtime → package}/core/storage.service.js +0 -0
  814. {app-rn-runtime → package}/core/storage.service.js.map +0 -0
  815. {app-rn-runtime → package}/core/testid.provider.js +0 -0
  816. {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
  817. {app-rn-runtime → package}/core/toast.service.js +0 -0
  818. {app-rn-runtime → package}/core/toast.service.js.map +0 -0
  819. {app-rn-runtime → package}/core/viewport.js +0 -0
  820. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  821. {app-rn-runtime → package}/gestures/swipe.animation.js +0 -0
  822. {app-rn-runtime → package}/gestures/swipe.animation.js.map +0 -0
  823. {app-rn-runtime → package}/index.js +0 -0
  824. {app-rn-runtime → package}/index.js.map +0 -0
  825. {app-rn-runtime → package}/runtime/App.navigator.js +0 -0
  826. {app-rn-runtime → package}/runtime/App.navigator.js.map +0 -0
  827. {app-rn-runtime → package}/runtime/base-fragment.component.js +0 -0
  828. {app-rn-runtime → package}/runtime/base-fragment.component.js.map +0 -0
  829. {app-rn-runtime → package}/runtime/base-prefab.component.js +0 -0
  830. {app-rn-runtime → package}/runtime/base-prefab.component.js.map +0 -0
  831. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  832. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  833. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  834. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  835. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  836. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js.map +0 -0
  837. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  838. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js.map +0 -0
  839. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  840. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  841. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  842. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js.map +0 -0
  843. {app-rn-runtime → package}/runtime/services/app-i18n.service.js +0 -0
  844. {app-rn-runtime → package}/runtime/services/app-i18n.service.js.map +0 -0
  845. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  846. {app-rn-runtime → package}/runtime/services/app-modal.service.js.map +0 -0
  847. {app-rn-runtime → package}/runtime/services/app-spinner.service.js +0 -0
  848. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  849. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  850. {app-rn-runtime → package}/runtime/services/app-toast.service.js.map +0 -0
  851. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  852. {app-rn-runtime → package}/runtime/services/device/calendar-service.js.map +0 -0
  853. {app-rn-runtime → package}/runtime/services/device/camera-service.js +0 -0
  854. {app-rn-runtime → package}/runtime/services/device/camera-service.js.map +0 -0
  855. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  856. {app-rn-runtime → package}/runtime/services/device/contacts-service.js.map +0 -0
  857. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  858. {app-rn-runtime → package}/runtime/services/device/location-service.js.map +0 -0
  859. {app-rn-runtime → package}/runtime/services/device/permissions.js +0 -0
  860. {app-rn-runtime → package}/runtime/services/device/permissions.js.map +0 -0
  861. {app-rn-runtime → package}/runtime/services/device/scan-service.js +0 -0
  862. {app-rn-runtime → package}/runtime/services/device/scan-service.js.map +0 -0
  863. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  864. {app-rn-runtime → package}/runtime/services/partial.service.js.map +0 -0
  865. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  866. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  867. {app-rn-runtime → package}/runtime/watcher.js +0 -0
  868. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  869. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  870. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  871. {app-rn-runtime → package}/styles/background.component.js +0 -0
  872. {app-rn-runtime → package}/styles/background.component.js.map +0 -0
  873. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  874. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  875. {app-rn-runtime → package}/styles/style-props.js +0 -0
  876. {app-rn-runtime → package}/styles/style-props.js.map +0 -0
  877. {app-rn-runtime → package}/styles/theme.js +0 -0
  878. {app-rn-runtime → package}/styles/theme.js.map +0 -0
  879. {app-rn-runtime → package}/variables/base-variable.js +0 -0
  880. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  881. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  882. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js.map +0 -0
  883. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  884. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js.map +0 -0
  885. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  886. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js.map +0 -0
  887. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  888. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js.map +0 -0
  889. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  890. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js.map +0 -0
  891. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  892. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js.map +0 -0
  893. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  894. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  895. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  896. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js.map +0 -0
  897. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  898. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  899. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  900. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  901. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  902. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js.map +0 -0
  903. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  904. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  905. {app-rn-runtime → package}/variables/device/scan/scan.operation.js.map +0 -0
  906. {app-rn-runtime → package}/variables/http.service.js +0 -0
  907. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  908. {app-rn-runtime → package}/variables/live-variable.js +0 -0
  909. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  910. {app-rn-runtime → package}/variables/model-variable.js +0 -0
  911. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  912. {app-rn-runtime → package}/variables/service-variable.js +0 -0
  913. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  914. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  915. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  916. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  917. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  918. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  919. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  920. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  921. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -12,7 +12,7 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
12
12
  text: {
13
13
  fontWeight: '500',
14
14
  fontSize: 16,
15
- textTransform: 'capitalize'
15
+ textTransform: 'uppercase'
16
16
  },
17
17
  loadingIcon: {
18
18
  root: {
@@ -50,6 +50,11 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
50
50
  backgroundColor: themeVariables.switchActiveBgColor,
51
51
  borderColor: themeVariables.switchBorderColor
52
52
  },
53
+ selectedButtonText: {
54
+ fontWeight: '500',
55
+ fontSize: 16,
56
+ textTransform: 'uppercase'
57
+ },
53
58
  firstButton: {
54
59
  borderTopLeftRadius: 18,
55
60
  borderBottomLeftRadius: 18,
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","minHeight","padding","flexDirection","text","fontWeight","fontSize","textTransform","loadingIcon","flex","alignSelf","justifyContent","color","listSubTitleColor","button","backgroundColor","switchBgColor","switchTextColor","minWidth","paddingLeft","paddingRight","borderTopLeftRadius","borderBottomLeftRadius","borderBottomRightRadius","borderTopRightRadius","borderColor","switchBorderColor","borderWidth","borderRightWidth","fontFamily","baseFont","alignItems","selectedButton","switchActiveTextColor","switchActiveBgColor","selectedButtonText","firstButton","lastButton","OS","borderLeftWidth"],"sources":["switch.styles.ts"],"sourcesContent":["import BASE_THEME, {AllStyle} from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport {WmIconStyles} from \"@wavemaker/app-rn-runtime/components/basic/icon/icon.styles\";\nimport { Platform } from 'react-native';\n\nexport type WmSwitchStyles = BaseStyles & {\n loadingIcon: WmIconStyles,\n button: AllStyle,\n selectedButton: AllStyle,\n selectedButtonText: AllStyle,\n firstButton: AllStyle,\n lastButton: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-switch';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmSwitchStyles = defineStyles<WmSwitchStyles>({\n root: {\n minHeight: 24,\n padding: 4,\n flexDirection: 'row'\n },\n text: {\n fontWeight: '500',\n fontSize: 16,\n textTransform: 'uppercase'\n },\n loadingIcon: {\n root: {\n flex: 1,\n alignSelf: 'center',\n justifyContent: 'center',\n fontSize: 16\n },\n text: {\n color: themeVariables.listSubTitleColor\n }\n } as WmIconStyles,\n button: {\n backgroundColor: themeVariables.switchBgColor,\n color: themeVariables.switchTextColor,\n fontSize: 14,\n minWidth: 64,\n minHeight: 40,\n paddingLeft: 16,\n paddingRight: 16,\n borderTopLeftRadius: 0,\n borderBottomLeftRadius: 0,\n borderBottomRightRadius: 0,\n borderTopRightRadius: 0,\n borderColor: themeVariables.switchBorderColor,\n borderWidth: 1,\n borderRightWidth: 0,\n fontWeight: '500',\n fontFamily: themeVariables.baseFont,\n justifyContent: 'center',\n alignItems: 'center'\n } as AllStyle,\n selectedButton: {\n color: themeVariables.switchActiveTextColor,\n backgroundColor: themeVariables.switchActiveBgColor,\n borderColor: themeVariables.switchBorderColor\n } as AllStyle,\n selectedButtonText: {\n fontWeight: '500',\n fontSize: 16,\n textTransform: 'uppercase'\n } as AllStyle,\n firstButton: {\n borderTopLeftRadius: 18,\n borderBottomLeftRadius: 18,\n borderTopRightRadius: 0,\n borderBottomRightRadius: 0\n } as AllStyle,\n lastButton: {\n borderTopLeftRadius: 0,\n borderBottomLeftRadius: 0,\n borderTopRightRadius: 18,\n borderBottomRightRadius: 18,\n borderRightWidth: 1\n } as AllStyle\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root: {}\n });\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS==\"web\"?{\n firstButton:{\n borderTopLeftRadius: 0,\n borderBottomLeftRadius: 0,\n borderTopRightRadius: 6,\n borderBottomRightRadius: 6,\n borderRightWidth: 1,\n borderLeftWidth: 0\n } ,\n lastButton:{\n borderTopLeftRadius: 6,\n borderBottomLeftRadius: 6,\n borderTopRightRadius: 0,\n borderBottomRightRadius: 0,\n borderRightWidth: 0\n }\n }:{});\n addStyle(DEFAULT_CLASS + '1-rtl', '', Platform.OS==\"web\"?{\n firstButton:{\n borderTopLeftRadius: 0,\n borderBottomLeftRadius: 0,\n borderTopRightRadius: 500,\n borderBottomRightRadius: 500,\n borderRightWidth: 0,\n borderLeftWidth: 1\n } ,\n lastButton:{\n flex: 1,\n borderTopLeftRadius: 500,\n borderBottomLeftRadius: 500,\n borderTopRightRadius: 0,\n borderBottomRightRadius: 0,\n borderRightWidth: 1\n }\n }:{});\n addStyle(DEFAULT_CLASS + '1', '', {\n firstButton: {\n borderTopLeftRadius: 500,\n borderBottomLeftRadius: 500,\n borderTopRightRadius: 0,\n borderBottomRightRadius: 0\n } as AllStyle,\n lastButton: {\n flex: 1,\n borderTopLeftRadius: 0,\n borderBottomLeftRadius: 0,\n borderTopRightRadius: 500,\n borderBottomRightRadius: 500\n } as AllStyle\n } as WmSwitchStyles);\n});\n"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseNavProps","WmNavbarProps","constructor","arguments","_defineProperty","$event","target","$item"],"sources":["navbar.props.ts"],"sourcesContent":["import { BaseNavProps } from '@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.props';\nimport { SyntheticEvent } from \"@wavemaker/app-rn-runtime/core/tappable.component\";\nimport {\n NavigationDataItem\n} from \"@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.component\";\n\nexport default class WmNavbarProps extends BaseNavProps {\n type: string = 'pills';\n layout: string = '';\n children?: any = [] as any;\n indent = 0;\n onSelect? = ($event: SyntheticEvent, target: any, $item: NavigationDataItem) => {}; ischildnav? = false;\n}\n"],"mappings":";;;AAAA,SAASA,YAAY,QAAQ,uEAAuE;AAMpG,eAAe,MAAMC,aAAa,SAASD,YAAY,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,eACvC,OAAO;IAAAA,eAAA,iBACL,EAAE;IAAAA,eAAA,mBACF,EAAE;IAAAA,eAAA,iBACV,CAAC;IAAAA,eAAA,mBACE,CAACC,MAAsB,EAAEC,MAAW,EAAEC,KAAyB,KAAK,CAAC,CAAC;IAAAH,eAAA,qBAAiB,KAAK;EAAA;AAC1G"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","TouchableOpacity","BaseComponent","BaseComponentState","WmAnchor","WmIcon","WmNavItemProps","DEFAULT_CLASS","AccessibilityWidgetType","getAccessibilityProps","WmNavItemState","constructor","arguments","_defineProperty","WmNavItem","props","onSelectItem","cb","$item","$event","data","renderWidget","getDisplayLabel","getDisplayExpression","label","child","children","view","createElement","_extends","id","getTestId","NAV","styles","navAnchorItem","caption","item","hyperlink","link","badgevalue","badge","iconclass","icon","onTap","bind","onSelect","Fragment","onPress","updateState","collapsed","state","style","dropdownNav","caretIcon","root","_background"],"sources":["navitem.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, TouchableOpacity } from 'react-native';\n\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\n\nimport WmNavItemProps from './navitem.props';\nimport { DEFAULT_CLASS, WmNavItemStyles } from './navitem.styles';\nimport { NavigationDataItem } from \"@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.component\";\nimport { SyntheticEvent } from \"@wavemaker/app-rn-runtime/core/tappable.component\";\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility'; \n\nexport class WmNavItemState extends BaseComponentState<WmNavItemProps> {\n collapsed = true;\n}\n\nexport default class WmNavItem extends BaseComponent<WmNavItemProps, WmNavItemState, WmNavItemStyles> {\n\n constructor(props: WmNavItemProps) {\n super(props, DEFAULT_CLASS, new WmNavItemProps(), new WmNavItemState());\n }\n\n onSelectItem(cb: any, $item: NavigationDataItem, $event: SyntheticEvent) {\n cb && cb($event, this, $item?.data);\n }\n\n renderWidget(props: WmNavItemProps) {\n const getDisplayLabel = this.props.getDisplayExpression || ((label: string) => label);\n let child = props.children;\n if (props.view === 'anchor') {\n child = (\n <WmAnchor\n id={this.getTestId('navlink')}\n {...getAccessibilityProps(AccessibilityWidgetType.NAV, props)}\n styles={this.styles.navAnchorItem}\n caption={getDisplayLabel(props.item.label)}\n hyperlink={props.item.link}\n badgevalue={props.item.badge}\n iconclass={props.item.icon}\n onTap={this.onSelectItem.bind(this, props.onSelect, props.item)}\n ></WmAnchor>\n );\n }\n if (props.view === 'dropdown') {\n child = (\n <>\n <TouchableOpacity \n id={this.getTestId('navlink')}\n onPress={() => {\n this.updateState({collapsed: !this.state.collapsed} as WmNavItemState);\n }}>\n <View style={this.styles.dropdownNav}>\n <WmAnchor id={this.getTestId('navlink')} styles={this.styles.navAnchorItem} caption={getDisplayLabel(props.item.label)} iconclass={props.item.icon} onTap={this.onSelectItem.bind(this, props.onSelect, props.item)} {...getAccessibilityProps(AccessibilityWidgetType.NAV, props)}></WmAnchor>\n <WmIcon id={this.getTestId('icon')} styles={this.styles.caretIcon} iconclass={this.state.collapsed ? 'fa fa-sort-down' : 'fa fa-sort-up'}></WmIcon>\n </View>\n </TouchableOpacity>\n {!this.state.collapsed && props.children}\n </>\n );\n }\n return (\n <View style={this.styles.root}>{this._background}{child}</View>\n );\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmNavItemProps","constructor","arguments","_defineProperty","$event","target","$item","label","undefined"],"sources":["navitem.props.ts"],"sourcesContent":["import {BaseComponent, BaseProps} from '@wavemaker/app-rn-runtime/core/base.component';\nimport {NavigationDataItem} from \"@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.component\";\nimport {SyntheticEvent} from \"@wavemaker/app-rn-runtime/core/tappable.component\";\nimport { AccessibilityRole } from 'react-native';\n\nexport default class WmNavItemProps extends BaseProps {\n children?: any;\n caption?: string;\n item: any = [];\n view: 'default' | 'dropdown' | 'anchor' = 'default';\n onSelect? = ($event: SyntheticEvent, target: any, $item: NavigationDataItem) => {};\n getDisplayExpression? = (label: string) => null as any;\n accessibilitylabel?: string = undefined;\n hint?: string = undefined;\n accessibilityrole?: AccessibilityRole = \"link\";\n}\n"],"mappings":";;;AAAA,SAAuBA,SAAS,QAAO,+CAA+C;AAKtF,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA,eAGxC,EAAE;IAAAA,eAAA,eAC4B,SAAS;IAAAA,eAAA,mBACvC,CAACC,MAAsB,EAAEC,MAAW,EAAEC,KAAyB,KAAK,CAAC,CAAC;IAAAH,eAAA,+BACzDI,KAAa,IAAK,IAAW;IAAAJ,eAAA,6BACxBK,SAAS;IAAAL,eAAA,eACvBK,SAAS;IAAAL,eAAA,4BACe,MAAM;EAAA;AAChD"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","isString","TouchableOpacity","Text","View","ScrollView","Dimensions","BaseComponent","BaseComponentState","ModalConsumer","WmAnchor","WmPopoverProps","DEFAULT_CLASS","WmContainer","AccessibilityWidgetType","getAccessibilityProps","WmPopoverState","constructor","arguments","_defineProperty","WmPopover","props","e","position","state","type","windowDimensions","get","view","measure","x","y","width","height","px","py","popoverwidth","parseInt","left","top","updateState","setState","isOpened","invokeEventCallback","stopPropagation","prepareModalOptions","content","styles","modalService","o","modalOptions","modalStyle","modal","contentStyle","modalContent","isModal","autoclose","centered","animation","contentanimation","onClose","hide","isPartialLoaded","hideModal","renderWidget","dimensions","theme","mergeStyle","getStyle","popoverheight","createElement","_extends","style","root","onLayout","computePosition","ref","POVOVER","_background","id","getTestId","caption","badgevalue","iconclass","iconposition","iconheight","iconwidth","iconmargin","iconurl","link","onTap","showPopover","showModal","popover","onScroll","event","notify","scrollEventThrottle","accessible","accessibilityViewIsModal","title","getTestPropsForAction","activeOpacity","onPress","popoverContent","onLoad","renderPartial","p","children"],"sources":["popover.component.tsx"],"sourcesContent":["import React from 'react';\nimport { isString } from 'lodash-es';\nimport { LayoutChangeEvent, TouchableOpacity, Text, View, ScrollView, Dimensions } from 'react-native';\nimport { BaseComponent, BaseComponentState, BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport { SyntheticEvent } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { ModalConsumer, ModalOptions, ModalService } from '@wavemaker/app-rn-runtime/core/modal.service';\nimport WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';\n\nimport WmPopoverProps from './popover.props';\nimport { DEFAULT_CLASS, WmPopoverStyles } from './popover.styles';\nimport WmContainer from '../../container/container.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility'; \n\nexport class WmPopoverState extends BaseComponentState<WmPopoverProps> {\n isOpened: boolean = false;\n modalOptions = {} as ModalOptions;\n position = {} as PopoverPosition;\n isPartialLoaded = false;\n}\n\nexport interface PopoverPosition {\n top?: number;\n bottom?: number;\n left?: number;\n right?: number;\n}\n\nexport default class WmPopover extends BaseComponent<WmPopoverProps, WmPopoverState, WmPopoverStyles> {\n\n view: View = null as any;\n\n constructor(props: WmPopoverProps) {\n super(props, DEFAULT_CLASS, new WmPopoverProps(), new WmPopoverState());\n }\n\n private computePosition = (e: LayoutChangeEvent) => {\n const position = {} as PopoverPosition;\n if (this.state.props.type === 'dropdown') {\n const windowDimensions = Dimensions.get('window');\n this.view.measure((x, y, width, height, px, py) => {\n let popoverwidth = this.state.props.popoverwidth as any;\n if (popoverwidth && isString(popoverwidth)) {\n popoverwidth = parseInt(popoverwidth);\n }\n position.left = px;\n if (px + popoverwidth > windowDimensions.width) {\n position.left = px + width - popoverwidth;\n }\n position.top = py + height;\n this.updateState({position: position} as WmPopoverState);\n });\n }\n };\n\n public showPopover = (e?: SyntheticEvent) => {\n this.setState({ isOpened: true });\n this.invokeEventCallback('onShow', [e, this]);\n e?.stopPropagation();\n };\n\n public hide = () => {};\n\n prepareModalOptions(content: React.ReactNode, styles: WmPopoverStyles, modalService: ModalService) {\n const o = this.state.modalOptions;\n o.modalStyle = styles.modal;\n o.contentStyle = {...styles.modalContent, ...this.state.position};\n o.content = content;\n o.isModal = this.state.props.autoclose !== 'disabled';\n o.centered = true;\n o.animation = this.state.props.contentanimation || 'slideInUp';\n o.onClose = () => {\n this.hide = () => {};\n this.setState({ isOpened: false, isPartialLoaded: false, modalOptions: {} as ModalOptions });\n this.invokeEventCallback('onHide', [null, this]);\n };\n this.hide = () => modalService.hideModal(this.state.modalOptions);\n return o;\n }\n\n renderWidget(props: WmPopoverProps) {\n let dimensions = {} as any;\n const styles = this.theme.mergeStyle(this.theme.getStyle('popover-' + props.type), this.styles);\n if (props.type === 'dropdown') {\n if (props.popoverwidth) {\n dimensions.width = props.popoverwidth;\n styles.modalContent.width = props.popoverwidth;\n }\n if (props.popoverheight) {\n dimensions.height = props.popoverheight;\n }\n }\n return (\n <View style={styles.root} onLayout={this.computePosition} ref={ref => {this.view = ref as View}} {...getAccessibilityProps(AccessibilityWidgetType.POVOVER, props)}>\n {this._background}\n <WmAnchor\n id={this.getTestId('trigger')}\n animation={props.animation}\n caption={props.caption}\n badgevalue={props.badgevalue}\n iconclass={props.iconclass}\n iconposition={props.iconposition}\n iconheight={props.iconheight}\n iconwidth={props.iconwidth}\n iconmargin={props.iconmargin}\n iconurl={props.iconurl}\n styles={styles.link}\n onTap={this.showPopover}/>\n {this.state.isOpened ? (\n <ModalConsumer>\n {(modalService: ModalService) => {\n modalService.showModal(this.prepareModalOptions((\n <ScrollView style={this.theme.mergeStyle(styles.popover, dimensions)} \n onScroll={(event) => {this.notify('scroll', [event])}}\n scrollEventThrottle={48}\n accessible={props.type !== \"dropdown\"} accessibilityViewIsModal>\n {props.title ? (<Text style={styles.title}>{props.title}</Text>): null}\n <TouchableOpacity \n {...this.getTestPropsForAction('outercontent')}\n activeOpacity={1} onPress={() => {\n props.autoclose === 'always' && this.hide()\n }} style={styles.popoverContent.root}>\n <WmContainer\n styles={styles.popoverContent}\n onLoad={() => this.invokeEventCallback('onLoad', [this])}\n {... props.renderPartial ? {\n renderPartial : (p: any, onLoad: Function) => {\n return props.renderPartial && props.renderPartial(props, onLoad);\n }\n } : {}}>\n {props.renderPartial ? null : props.children}\n </WmContainer>\n </TouchableOpacity>\n </ScrollView>\n ), styles, modalService));\n return null;\n }}\n </ModalConsumer>) : null}\n </View>);\n }\n}\n"],"mappings":"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"}
@@ -21,6 +21,7 @@ import { AssetConsumer } from './asset.provider';
21
21
  import { FixedView } from './fixed-view.component';
22
22
  import { TextIdPrefixConsumer } from './testid.provider';
23
23
  import { isScreenReaderEnabled } from './accessibility';
24
+ import { TappableContext } from './tappable.component';
24
25
  export const WIDGET_LOGGER = ROOT_LOGGER.extend('widget');
25
26
  export const ParentContext = /*#__PURE__*/React.createContext(null);
26
27
  export class BaseComponentState {
@@ -79,6 +80,7 @@ export class BaseComponent extends React.Component {
79
80
  _defineProperty(this, "i18nService", injector.I18nService.get());
80
81
  _defineProperty(this, "testIdPrefix", '');
81
82
  _defineProperty(this, "_showView", true);
83
+ _defineProperty(this, "closestTappable", void 0);
82
84
  this.state = defaultState || {};
83
85
  this.notifier.name = this.props.name || '';
84
86
  this.propertyProvider = new PropsProvider(assign({
@@ -149,7 +151,8 @@ export class BaseComponent extends React.Component {
149
151
  return this.notifier.subscribe(event, fn);
150
152
  }
151
153
  notify(event, args) {
152
- return this.notifier.notify(event, args);
154
+ let emitToParent = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
155
+ return this.notifier.notify(event, args, emitToParent);
153
156
  }
154
157
  get isRTL() {
155
158
  return this.i18nService.isRTLLocale();
@@ -392,20 +395,23 @@ export class BaseComponent extends React.Component {
392
395
  return this.getTestProps(suffix || 'l');
393
396
  }
394
397
  getDependenciesFromContext(fn) {
395
- return /*#__PURE__*/React.createElement(TextIdPrefixConsumer, null, testIdPrefix => {
396
- this.testIdPrefix = testIdPrefix || '';
397
- return /*#__PURE__*/React.createElement(AssetConsumer, null, loadAsset => {
398
- this.loadAsset = loadAsset;
399
- return /*#__PURE__*/React.createElement(ParentContext.Consumer, null, parent => {
400
- var _this$parent;
401
- this.setParent(parent);
402
- this._showSkeleton = ((_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent._showSkeleton) || !!this.state.props.showskeleton;
403
- return /*#__PURE__*/React.createElement(ParentContext.Provider, {
404
- value: this
405
- }, /*#__PURE__*/React.createElement(ThemeConsumer, null, theme => {
406
- this.theme = theme || BASE_THEME;
407
- return fn();
408
- }));
398
+ return /*#__PURE__*/React.createElement(TappableContext.Consumer, null, tappable => {
399
+ this.closestTappable = tappable;
400
+ return /*#__PURE__*/React.createElement(TextIdPrefixConsumer, null, testIdPrefix => {
401
+ this.testIdPrefix = testIdPrefix || '';
402
+ return /*#__PURE__*/React.createElement(AssetConsumer, null, loadAsset => {
403
+ this.loadAsset = loadAsset;
404
+ return /*#__PURE__*/React.createElement(ParentContext.Consumer, null, parent => {
405
+ var _this$parent;
406
+ this.setParent(parent);
407
+ this._showSkeleton = ((_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent._showSkeleton) || !!this.state.props.showskeleton;
408
+ return /*#__PURE__*/React.createElement(ParentContext.Provider, {
409
+ value: this
410
+ }, /*#__PURE__*/React.createElement(ThemeConsumer, null, theme => {
411
+ this.theme = theme || BASE_THEME;
412
+ return fn();
413
+ }));
414
+ });
409
415
  });
410
416
  });
411
417
  });
@@ -0,0 +1 @@
1
+ {"version":3,"names":["assign","isUndefined","isNil","React","AccessibilityInfo","Platform","Animatable","ThemeVariables","StyleProps","getStyleName","BackgroundComponent","injector","ROOT_LOGGER","deepCopy","BASE_THEME","ThemeConsumer","ThemeEvent","EventNotifier","PropsProvider","assignIn","HideMode","AssetConsumer","FixedView","TextIdPrefixConsumer","isScreenReaderEnabled","TappableContext","WIDGET_LOGGER","extend","ParentContext","createContext","BaseComponentState","constructor","_defineProperty","undefined","defineStyles","styles","text","fontFamily","INSTANCE","baseFont","userSelect","BaseProps","arguments","BaseComponent","Component","markupProps","defaultClass","defaultProps","defaultState","ADD_TO_DOM","createElement","Fragment","I18nService","get","state","notifier","name","props","propertyProvider","show","$new","$old","debug","initialized","styleName","styleOverrides","setTimeout","cleanRefresh","onPropertyChange","_showView","deferload","check","proxy","Proxy","target","prop","receiver","propName","toString","has","Reflect","set","value","updateState","cleanup","push","updateStateTimeouts","forEach","v","clearTimeout","theme","subscribe","CHANGE","forceUpdate","addEventListener","remove","destroyParentListeners","event","fn","notify","args","emitToParent","length","isRTL","i18nService","isRTLLocale","animate","setState","animationId","Date","now","animatableProps","setProp","setPropDefault","setDefault","getDefaultStyles","getStyle","reset","newPartialState","callback","destroyed","stateFn","oldState","oldProps","newState","Object","keys","k","onUpdateState","_this$props$listener","_this$props$listener2","listener","onComponentChange","timeoutId","splice","indexOf","shouldComponentUpdate","nextProps","nextState","nextContext","key","componentDidMount","onComponentInit","componentWillAttach","isFixed","hide","componentWillDetach","componentWillUnmount","onComponentDestroy","f","destroy","componentDidUpdate","prevProps","prevState","snapshot","invokeEventCallback","eventName","callBack","map","a","apply","e","console","error","showView","isVisible","refresh","renderSkeleton","parentListenerDestroyers","setParent","parent","copyStyles","property","from","to","renderFixedContainer","style","rootStyle","left","top","bottom","right","width","height","root","mergeStyle","addAnimation","renderWidget","n","View","_extends","setBackground","bgStyle","_background","image","backgroundImage","position","backgroundPosition","size","backgroundSize","repeat","backgroundRepeat","resizeMode","backgroundResizeMode","borderRadius","getTestId","suffix","id","testIdPrefix","getTestProps","OS","accessibilityLabel","testID","accessible","getStyleClassName","classname","getTestPropsForInput","getTestPropsForAction","getTestPropsForLabel","getDependenciesFromContext","Consumer","tappable","closestTappable","loadAsset","_this$parent","_showSkeleton","showskeleton","Provider","render","selectedLocale","getSelectedLocale","info","hideMode","DONOT_ADD_TO_DOM","disabled","showindevice","d","join","hasOwnProperty","backgroundColor","eleToRender"],"sources":["base.component.tsx"],"sourcesContent":["import { assign, isUndefined, isNil } from 'lodash';\nimport React, { ReactNode } from 'react';\nimport { AccessibilityInfo, Platform, TextStyle, ViewStyle } from 'react-native';\nimport { AnimatableProperties } from 'react-native-animatable';\nimport * as Animatable from 'react-native-animatable';\nimport ThemeVariables from '@wavemaker/app-rn-runtime/styles/theme.variables';\nimport { StyleProps, getStyleName } from '@wavemaker/app-rn-runtime/styles/style-props';\nimport { BackgroundComponent } from '@wavemaker/app-rn-runtime/styles/background.component';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport { ROOT_LOGGER } from '@wavemaker/app-rn-runtime/core/logger';\nimport { deepCopy } from '@wavemaker/app-rn-runtime/core/utils';\nimport BASE_THEME, { NamedStyles, AllStyle, ThemeConsumer, ThemeEvent, Theme } from '../styles/theme';\nimport EventNotifier from './event-notifier';\nimport { PropsProvider } from './props.provider';\nimport { assignIn } from 'lodash-es';\nimport { HideMode } from './if.component';\nimport { AssetConsumer } from './asset.provider';\nimport { FixedView } from './fixed-view.component';\nimport { TextIdPrefixConsumer } from './testid.provider';\nimport { isScreenReaderEnabled } from './accessibility';\nimport { Tappable, TappableContext } from './tappable.component';\n\nexport const WIDGET_LOGGER = ROOT_LOGGER.extend('widget');\n\nexport const ParentContext = React.createContext(null as any);\n\nexport class BaseComponentState<T extends BaseProps> {\n public animationId?: number = 0;\n public animatableProps?: AnimatableProperties<ViewStyle> = undefined;\n public props = {} as T;\n public hide? = false;\n}\n\nexport type BaseStyles = NamedStyles<any> & {\n root: AllStyle,\n text: TextStyle & {userSelect?: 'none'| 'text'}\n}\n\nexport function defineStyles<T>(styles: T): T {\n return deepCopy({\n text: {\n fontFamily: ThemeVariables.INSTANCE.baseFont,\n userSelect: 'text'\n }\n }, styles);\n}\n\nexport interface LifecycleListener {\n onComponentChange?: (c: BaseComponent<any, any, any>) => void;\n onComponentInit?: (c: BaseComponent<any, any, any>) => void;\n onComponentDestroy?: (c: BaseComponent<any, any, any>) => void;\n}\n\nexport class BaseProps extends StyleProps {\n id?: string = null as any;\n name?: string = null as any;\n key?: any = null as any;\n disabled? = false;\n show? = true as Boolean | String | Number;\n styles?: any = null;\n classname?: string = null as any;\n listener?: LifecycleListener = null as any;\n showindevice?: ('xs'|'sm'|'md'|'lg'|'xl'|'xxl')[] = null as any;\n showskeleton?: boolean = false;\n deferload?: boolean = false;\n}\n\nexport abstract class BaseComponent<T extends BaseProps, S extends BaseComponentState<T>, L extends BaseStyles> extends React.Component<T, S> {\n public styles: L = null as any;\n public hideMode = HideMode.ADD_TO_DOM;\n private propertyProvider: PropsProvider<T>;\n public proxy: BaseComponent<T, S, L>;\n public initialized = false;\n public cleanup = [] as Function[];\n public theme = BASE_THEME;\n public updateStateTimeouts= [] as NodeJS.Timeout[];\n public parent: BaseComponent<any, any, any> = null as any;\n public destroyed = false;\n public _showSkeleton = false;\n public isFixed = false;\n private notifier = new EventNotifier();\n private parentListenerDestroyers = [] as Function[];\n public _background = <></>;\n private styleOverrides = {} as any;\n public loadAsset: (path: string) => number | string = null as any;\n private i18nService = injector.I18nService.get();\n public testIdPrefix = '';\n private _showView = true;\n public closestTappable?: Tappable;\n\n constructor(markupProps: T, public defaultClass: string, defaultProps?: T, defaultState?: S) {\n super(markupProps);\n this.state = (defaultState || {} as S);\n this.notifier.name = this.props.name || '';\n this.propertyProvider = new PropsProvider<T>(\n assign({show: true}, defaultProps),\n assign({}, markupProps),\n (name: string, $new: any, $old: any) => {\n WIDGET_LOGGER.debug(() => `${this.props.name || this.constructor.name}: ${name} changed from ${$old} to ${$new}`);\n if (this.initialized) {\n const styleName = getStyleName(name);\n if (styleName) {\n if ($new === undefined) {\n delete this.styleOverrides[styleName];\n } else {\n this.styleOverrides[styleName] = $new;\n }\n }\n }\n if (name === 'showskeleton' && this.initialized) {\n setTimeout(() => this.cleanRefresh(), 100);\n }\n this.onPropertyChange(name, $new, $old);\n });\n //@ts-ignore\n this.state.props =this.propertyProvider.get();\n //@ts-ignore\n this._showView = !this.props.deferload;\n this.propertyProvider.check();\n //@ts-ignore\n this.proxy = (new Proxy(this, {\n get: (target, prop, receiver): any => {\n const propName = prop.toString();\n if (this.propertyProvider.has(propName)) {\n //@ts-ignore\n return this.state.props[propName];\n }\n return Reflect.get(target, prop, receiver);\n },\n set: (target: any, prop, value: any): any => {\n const propName = prop.toString();\n if (this.propertyProvider.has(propName)) {\n // @ts-ignore\n const props = {} as any;\n props[propName] = value;\n this.updateState({\n props: props\n } as S);\n return true;\n } else {\n return Reflect.set(target, prop, value);\n }\n }\n }));\n this.cleanup.push(() => {\n this.updateStateTimeouts.forEach(v => clearTimeout(v));\n });\n this.cleanup.push(this.theme.subscribe(ThemeEvent.CHANGE, () => {\n this.forceUpdate();\n }));\n this.cleanup.push(AccessibilityInfo.addEventListener('screenReaderChanged',\n () => {\n setTimeout(() => {\n this.forceUpdate();\n }, 100);\n },\n ).remove);\n this.cleanup.push(() => {\n this.destroyParentListeners();\n });\n }\n\n public subscribe(event: string, fn: Function) {\n return this.notifier.subscribe(event, fn);\n }\n\n public notify(event: string, args: any[], emitToParent = false) {\n return this.notifier.notify(event, args, emitToParent);\n }\n\n public get isRTL(){\n return this.i18nService.isRTLLocale();\n }\n\n public animate(props: AnimatableProperties<ViewStyle>) {\n this.setState({\n animationId: Date.now(),\n animatableProps: props\n });\n }\n\n setProp(propName: string, value: any) {\n this.propertyProvider.set(propName, value);\n this.updateState({props:{}} as S);\n }\n\n setPropDefault(propName: string, value: any) {\n this.propertyProvider.setDefault(propName, value);\n }\n \n onPropertyChange(name: string, $new: any, $old: any) { \n }\n \n getDefaultStyles() {\n return this.theme.getStyle(this.defaultClass);\n }\n\n reset() {\n\n }\n\n updateState(newPartialState: S, callback?: ()=>void) {\n if (this.destroyed) {\n return;\n }\n const stateFn = (oldState: S) => {\n const oldProps = oldState.props;\n const newState = this.initialized ? assignIn({}, oldState, newPartialState) : assignIn(oldState, newPartialState);\n if (newPartialState.props) {\n Object.keys(newPartialState.props).forEach((k) => {\n //@ts-ignore\n oldProps[k] = newState.props[k];\n });\n newState.props = oldProps;\n }\n return newState;\n };\n const onUpdateState = () => {\n callback && callback();\n this.props.listener?.onComponentChange\n && this.props.listener?.onComponentChange(this);\n }\n if (!this.initialized) {\n this.state = stateFn(this.state);\n onUpdateState();\n } else {\n const timeoutId = setTimeout(() => {\n this.setState(stateFn, onUpdateState);\n this.updateStateTimeouts.splice(this.updateStateTimeouts.indexOf(timeoutId), 1);\n });\n this.updateStateTimeouts.push(timeoutId);\n }\n }\n\n shouldComponentUpdate(nextProps: T, nextState: S, nextContext: any) {\n if (this.propertyProvider.check(nextProps)) {\n return true;\n }\n for(let key in nextState) {\n if(key !== 'props' && (!(key in this.state) || nextState[key] !== this.state[key])) {\n return true;\n }\n }\n\n for(let key in this.state) {\n if(key !== 'props' && (!(key in nextState) || this.state[key] !== nextState[key])) {\n return true;\n }\n }\n return false;\n }\n\n componentDidMount() {\n if (this.props.listener && this.props.listener.onComponentInit) {\n this.props.listener.onComponentInit(this.proxy);\n }\n this.initialized = true;\n }\n\n componentWillAttach() {\n if (this.isFixed) {\n this.setState({hide: false});\n }\n }\n\n componentWillDetach() {\n if (this.isFixed) {\n this.setState({hide: true});\n }\n }\n\n componentWillUnmount() {\n this.destroyed = true;\n if (this.props.listener && this.props.listener.onComponentDestroy) {\n this.props.listener.onComponentDestroy(this.proxy);\n }\n this.cleanup.forEach(f => f && f());\n this.notifier.destroy();\n this.notifier.notify('destroy', []);\n }\n \n componentDidUpdate(prevProps: Readonly<T>, prevState: Readonly<S>, snapshot?: any): void {\n if (this.propertyProvider.check(this.props)) {\n this.forceUpdate();\n }\n }\n\n invokeEventCallback(eventName: string, args: any[]) {\n //@ts-ignore\n const callBack: Function = this.props[eventName];\n args = args && args.map(a => (a === this) ? this.proxy : a)\n if (callBack) {\n try {\n return callBack.apply(this.proxy, args);\n } catch(e) {\n console.error(e);\n }\n }\n }\n\n showView() {\n return this.isVisible();\n }\n\n isVisible() {\n const show = this.state.props.show;\n return show !== false && show !== 'false' && show !== '0' && !isNil(show);\n }\n\n protected abstract renderWidget(props: T): ReactNode;\n\n public refresh() {\n this.forceUpdate();\n }\n\n public cleanRefresh() {\n this.forceUpdate(() => this.notifier.notify('forceUpdate', []));\n }\n \n public renderSkeleton (props: T): ReactNode {\n return null;\n }\n\n public destroyParentListeners() {\n this.parentListenerDestroyers.map(fn => fn());\n }\n\n private setParent(parent: BaseComponent<any, any, any>) {\n if (parent && this.parent !== parent) {\n this.parent = parent;\n this.notifier.setParent(parent.notifier);\n this.parentListenerDestroyers = [\n this.parent.subscribe('forceUpdate', () => {\n this.cleanRefresh();\n }),\n this.parent.subscribe('destroy', () => {\n this.destroyParentListeners();\n })\n ];\n }\n }\n\n copyStyles(property: string, from: any, to: any) {\n if (!isUndefined(from[property])) {\n to[property] = from[property];\n }\n }\n\n renderFixedContainer(props: T) {\n const style = {} as ViewStyle;\n const rootStyle = {\n left: 0,\n top: 0,\n bottom: 0,\n right: 0,\n width: \"100%\",\n height: \"100%\"\n } as ViewStyle;\n this.copyStyles('left', this.styles.root, style);\n this.copyStyles('top', this.styles.root, style);\n this.copyStyles('right', this.styles.root, style);\n this.copyStyles('bottom', this.styles.root, style);\n this.copyStyles('width', this.styles.root, style);\n this.copyStyles('height', this.styles.root, style);\n this.styles = this.theme.mergeStyle(this.styles, {root: rootStyle});\n return (<FixedView style={style} theme={this.theme}>{this.addAnimation(this.renderWidget(props))}</FixedView>);\n }\n\n private addAnimation(n: ReactNode) {\n if (!this.state.animatableProps) {\n return n;\n }\n return (<Animatable.View key={this.state.animationId} {...this.state.animatableProps}>{n}</Animatable.View>);\n }\n \n private setBackground() {\n const bgStyle = this.styles.root as any;\n this._background = (\n <BackgroundComponent \n image={bgStyle.backgroundImage}\n position={bgStyle.backgroundPosition}\n size={bgStyle.backgroundSize}\n repeat={bgStyle.backgroundRepeat}\n resizeMode={bgStyle.backgroundResizeMode}\n style={{borderRadius: this.styles.root.borderRadius}}>\n </BackgroundComponent>\n );\n delete (this.styles.root as any)['backgroundImage'];\n delete (this.styles.root as any)['backgroundPosition'];\n delete (this.styles.root as any)['backgroundResizeMode'];\n delete (this.styles.root as any)['backgroundSize'];\n delete (this.styles.root as any)['backgroundRepeat'];\n }\n\n public getTestId(suffix?: string) {\n let id = this.props.id || this.props.name;\n if (this.testIdPrefix) {\n id = this.testIdPrefix + '_' + id;\n }\n if (suffix) {\n id = id + '_' + suffix;\n }\n return id;\n }\n\n public getTestProps(suffix?: string) {\n let id = this.getTestId(suffix);\n if (isScreenReaderEnabled()) {\n return {};\n }\n if (Platform.OS === 'android' || Platform.OS === 'web') {\n return {\n accessibilityLabel: id,\n testID: id\n };\n }\n return {\n accessible: false,\n testID: id\n };\n }\n\n public getStyleClassName() {\n return this.state.props.classname;\n }\n\n public getTestPropsForInput(suffix?: string) {\n return this.getTestProps(suffix || 'i');\n }\n\n public getTestPropsForAction(suffix?: string) {\n return this.getTestProps(suffix || 'a');\n }\n\n public getTestPropsForLabel(suffix?: string) {\n return this.getTestProps(suffix || 'l');\n }\n\n private getDependenciesFromContext(fn: () => ReactNode) {\n return (\n <TappableContext.Consumer>{(tappable) => {\n this.closestTappable = tappable;\n return (\n <TextIdPrefixConsumer>\n {(testIdPrefix) => {\n this.testIdPrefix = testIdPrefix || '';\n return (<AssetConsumer>\n {(loadAsset) => {\n this.loadAsset = loadAsset;\n return (<ParentContext.Consumer>\n {(parent) => {\n this.setParent(parent);\n this._showSkeleton = this.parent?._showSkeleton \n || !!this.state.props.showskeleton;\n return (\n <ParentContext.Provider value={this}>\n <ThemeConsumer>\n {(theme) => { \n this.theme = theme || BASE_THEME;\n return fn();\n }}\n </ThemeConsumer>\n </ParentContext.Provider>);\n }} \n </ParentContext.Consumer>);\n }}\n </AssetConsumer>);\n }}\n </TextIdPrefixConsumer>)}}\n </TappableContext.Consumer>); \n }\n \n public render(): ReactNode {\n const props = this.state.props;\n this.isFixed = false;\n const selectedLocale = this.i18nService.getSelectedLocale();\n return this.getDependenciesFromContext(() => {\n WIDGET_LOGGER.info(() => `${this.props.name || this.constructor.name} is rendering.`);\n this._showView = this._showView || this.showView();\n if (this.state.hide \n || (!this.isVisible() && this.hideMode === HideMode.DONOT_ADD_TO_DOM)\n || !this._showView) {\n return null;\n }\n const classname = this.getStyleClassName();\n this.styles = this.theme.mergeStyle(\n this.getDefaultStyles(),\n {text: this.theme.getStyle('app-' + selectedLocale)},\n {text: this.theme.getStyle(this.defaultClass + '-' + selectedLocale)},\n props.disabled ? this.theme.getStyle(this.defaultClass + '-disabled') : null,\n this.isRTL ? this.theme.getStyle(this.defaultClass + '-rtl') : null,\n classname && this.theme.getStyle(classname),\n props.showindevice && this.theme.getStyle('d-all-none ' + props.showindevice.map(d => `d-${d}-flex`).join(' ')),\n this.props.styles,\n {\n root: this.styleOverrides,\n text: this.styleOverrides\n });\n if (this.styles.root.hasOwnProperty('_background')) {\n delete this.styles.root.backgroundColor;\n }\n if (!this.isVisible()) {\n assign(this.styles, this.theme.getStyle('hidden'))\n }\n let eleToRender = (this._showSkeleton && this.renderSkeleton(props));\n if (eleToRender) {\n return eleToRender;\n }\n this.setBackground();\n this.isFixed = (this.styles.root.position as any) === 'fixed';\n if (this.isFixed) {\n this.styles.root.position = undefined;\n return this.renderFixedContainer(props);\n }\n return this.addAnimation(this.renderWidget(this.state.props)); \n });\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import { isEmpty } from 'lodash-es';
3
+ import React from 'react';
4
+ import { View } from 'react-native';
5
+ import { FlatList } from 'react-native-gesture-handler';
6
+ const WMFlatList = props => {
7
+ return /*#__PURE__*/React.createElement(View, {
8
+ style: [{
9
+ flex: 1
10
+ }]
11
+ }, !isEmpty(props.groupedData) ? props.groupedData.map((v, i) => /*#__PURE__*/React.createElement(View, {
12
+ style: {
13
+ marginBottom: 16,
14
+ flex: 1
15
+ }
16
+ // key={v.key || props.getKey(v)} // * will cause re-render
17
+ ,
18
+ key: i
19
+ }, props.renderHeader(props, v.key), /*#__PURE__*/React.createElement(View, {
20
+ style: {
21
+ flex: 1
22
+ }
23
+ }, /*#__PURE__*/React.createElement(FlatList
24
+ // estimatedItemSize={200}
25
+ , _extends({
26
+ onEndReachedThreshold: 0.3,
27
+ onEndReached: props.handleOnEndReached,
28
+ keyExtractor: props.generateItemKey,
29
+ horizontal: props.isHorizontal,
30
+ data: isEmpty(v.data[0]) ? [] : v.data,
31
+ ListEmptyComponent: props.listEmptyComponent,
32
+ renderItem: props.renderItem
33
+ }, props.isHorizontal ? {} : {
34
+ numColumns: props.noOfColumns
35
+ }))))) : props.renderEmptyMessage);
36
+ };
37
+ export default WMFlatList;
38
+ //# sourceMappingURL=flatlist.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["isEmpty","React","View","FlatList","WMFlatList","props","createElement","style","flex","groupedData","map","v","i","marginBottom","key","renderHeader","_extends","onEndReachedThreshold","onEndReached","handleOnEndReached","keyExtractor","generateItemKey","horizontal","isHorizontal","data","ListEmptyComponent","listEmptyComponent","renderItem","numColumns","noOfColumns","renderEmptyMessage"],"sources":["flatlist.component.tsx"],"sourcesContent":["import { isEmpty } from 'lodash-es';\nimport React from 'react';\nimport { View } from 'react-native';\nimport { FlatList } from 'react-native-gesture-handler';\n\nconst WMFlatList = (props: any) => {\n return (\n <View style={[{ flex: 1 }]}>\n {!isEmpty(props.groupedData)\n ? props.groupedData.map((v: any, i: number) => (\n <View\n style={{ marginBottom: 16, flex: 1 }}\n // key={v.key || props.getKey(v)} // * will cause re-render\n key={i}\n >\n {props.renderHeader(props, v.key)}\n <View style={{ flex: 1 }}>\n <FlatList\n // estimatedItemSize={200}\n onEndReachedThreshold={0.3}\n onEndReached={props.handleOnEndReached}\n keyExtractor={props.generateItemKey\n }\n horizontal={props.isHorizontal}\n data={isEmpty(v.data[0]) ? [] : v.data}\n ListEmptyComponent={props.listEmptyComponent\n }\n renderItem={props.renderItem\n }\n {...(props.isHorizontal\n ? {}\n : { numColumns: props.noOfColumns })}\n ></FlatList>\n </View>\n </View>\n ))\n : props.renderEmptyMessage}\n </View>\n );\n};\n\nexport default WMFlatList;\n"],"mappings":";AAAA,SAASA,OAAO,QAAQ,WAAW;AACnC,OAAOC,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,QAAQ,QAAQ,8BAA8B;AAEvD,MAAMC,UAAU,GAAIC,KAAU,IAAK;EACjC,oBACEJ,KAAA,CAAAK,aAAA,CAACJ,IAAI;IAACK,KAAK,EAAE,CAAC;MAAEC,IAAI,EAAE;IAAE,CAAC;EAAE,GACxB,CAACR,OAAO,CAACK,KAAK,CAACI,WAAW,CAAC,GACxBJ,KAAK,CAACI,WAAW,CAACC,GAAG,CAAC,CAACC,CAAM,EAAEC,CAAS,kBACtCX,KAAA,CAAAK,aAAA,CAACJ,IAAI;IACHK,KAAK,EAAE;MAAEM,YAAY,EAAE,EAAE;MAAEL,IAAI,EAAE;IAAE;IACnC;IAAA;IACAM,GAAG,EAAEF;EAAE,GAENP,KAAK,CAACU,YAAY,CAACV,KAAK,EAAEM,CAAC,CAACG,GAAG,CAAC,eACjCb,KAAA,CAAAK,aAAA,CAACJ,IAAI;IAACK,KAAK,EAAE;MAAEC,IAAI,EAAE;IAAE;EAAE,gBACvBP,KAAA,CAAAK,aAAA,CAACH;EACC;EAAA,EAAAa,QAAA;IACAC,qBAAqB,EAAE,GAAI;IAC3BC,YAAY,EAAEb,KAAK,CAACc,kBAAmB;IACvCC,YAAY,EAAEf,KAAK,CAACgB,eACnB;IACDC,UAAU,EAAEjB,KAAK,CAACkB,YAAa;IAC/BC,IAAI,EAAExB,OAAO,CAACW,CAAC,CAACa,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,GAAGb,CAAC,CAACa,IAAK;IACvCC,kBAAkB,EAAEpB,KAAK,CAACqB,kBACzB;IACDC,UAAU,EAAEtB,KAAK,CAACsB;EACjB,GACItB,KAAK,CAACkB,YAAY,GACnB,CAAC,CAAC,GACF;IAAEK,UAAU,EAAEvB,KAAK,CAACwB;EAAY,CAAC,CAC5B,CACP,CACF,CACP,CAAC,GACFxB,KAAK,CAACyB,kBACN,CAAC;AAEX,CAAC;AAED,eAAe1B,UAAU"}
@@ -1,3 +1,4 @@
1
+ var _class;
1
2
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
3
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
4
  function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
@@ -7,7 +8,7 @@ export default class EventNotifier {
7
8
  _defineProperty(this, "name", '');
8
9
  _defineProperty(this, "id", i++);
9
10
  _defineProperty(this, "listeners", {});
10
- _defineProperty(this, "parent", null);
11
+ _defineProperty(this, "parent", EventNotifier.ROOT);
11
12
  _defineProperty(this, "children", []);
12
13
  }
13
14
  setParent(parent) {
@@ -18,6 +19,7 @@ export default class EventNotifier {
18
19
  }
19
20
  }
20
21
  notify(event, args) {
22
+ let emitToParent = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
21
23
  let propagate = true;
22
24
  if (this.listeners[event]) {
23
25
  propagate = !this.listeners[event].find(l => {
@@ -30,9 +32,14 @@ export default class EventNotifier {
30
32
  });
31
33
  }
32
34
  if (propagate) {
33
- this.children.forEach(c => {
34
- c.notify(event, args);
35
- });
35
+ if (emitToParent) {
36
+ var _this$parent;
37
+ (_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent.notify(event, args, true);
38
+ } else {
39
+ this.children.forEach(c => {
40
+ c.notify(event, args);
41
+ });
42
+ }
36
43
  }
37
44
  }
38
45
  subscribe(event, fn) {
@@ -57,4 +64,6 @@ export default class EventNotifier {
57
64
  this.removeFromParent();
58
65
  }
59
66
  }
67
+ _class = EventNotifier;
68
+ _defineProperty(EventNotifier, "ROOT", new _class());
60
69
  //# sourceMappingURL=event-notifier.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["i","EventNotifier","constructor","_defineProperty","ROOT","setParent","parent","removeFromParent","children","push","notify","event","args","emitToParent","arguments","length","undefined","propagate","listeners","find","l","apply","e","console","error","_this$parent","forEach","c","subscribe","fn","eventListeners","findIndex","fni","splice","indexOf","destroy","_class"],"sources":["event-notifier.ts"],"sourcesContent":["let i = 1;\nexport default class EventNotifier {\n public static ROOT = new EventNotifier();\n public name = '';\n public id = i++;\n private listeners = {} as any;\n private parent: EventNotifier = EventNotifier.ROOT;\n private children: EventNotifier[] = [];\n\n setParent(parent: EventNotifier) {\n if (parent !== this.parent) {\n this.removeFromParent();\n this.parent = parent;\n this.parent.children.push(this);\n }\n }\n\n public notify(event: string, args: any[], emitToParent = false) {\n let propagate = true;\n if (this.listeners[event]) {\n propagate = !this.listeners[event].find((l: Function) => {\n try {\n return (l && l.apply(null, args)) === false;\n } catch(e) {\n console.error(e);\n }\n return true;\n });\n }\n if (propagate) {\n if (emitToParent) {\n this.parent?.notify(event, args, true);\n } else {\n this.children.forEach((c) => {\n c.notify(event, args);\n });\n }\n }\n }\n\n public subscribe(event: string, fn: Function) {\n this.listeners[event] = this.listeners[event] || [];\n this.listeners[event].push(fn);\n return () => {\n const eventListeners = this.listeners[event];\n const i = eventListeners.findIndex((fni: Function) => fni === fn);\n eventListeners.splice(i, 1);\n };\n }\n\n private removeFromParent() {\n if (this.parent) {\n const i = this.parent.children.indexOf(this) || -1;\n if (i >= 0) {\n this.parent.children.splice(i, 1);\n }\n this.parent = null as any;\n }\n }\n\n public destroy() {\n this.removeFromParent();\n }\n}"],"mappings":"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"}
@@ -7,8 +7,10 @@ import { Platform, View } from "react-native";
7
7
  import { get } from "lodash";
8
8
  import injector from "./injector";
9
9
  import { TouchableRipple } from "react-native-paper";
10
- export class TapEvent {
10
+ export const TappableContext = /*#__PURE__*/React.createContext(null);
11
+ export class SyntheticEvent {
11
12
  constructor() {
13
+ // as the event is being used in onPress, onPressOut and onLongTap the TapEvent is renamed to SyntheticEvent
12
14
  _defineProperty(this, "propagationEnabled", true);
13
15
  }
14
16
  stopPropagation() {
@@ -22,88 +24,122 @@ export class Tappable extends React.Component {
22
24
  _defineProperty(this, "lastTap", 0);
23
25
  _defineProperty(this, "lastDoubleTap", 0);
24
26
  _defineProperty(this, "isLongTap", false);
27
+ _defineProperty(this, "parent", null);
28
+ }
29
+ async triggerTap() {
30
+ var _this$parent;
31
+ let e = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : new SyntheticEvent();
32
+ if (!e.propagationEnabled) {
33
+ return;
34
+ }
35
+ const target = this.props.target;
36
+ if (this.props.onTap) {
37
+ await this.props.onTap(e);
38
+ } else {
39
+ await (target === null || target === void 0 ? void 0 : target.invokeEventCallback('onTap', [e, target]));
40
+ }
41
+ (_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent.triggerTap(e);
25
42
  }
26
43
  onPress(e) {
27
44
  var _this$props$target;
28
45
  this.lastPress = Date.now();
29
46
  const target = this.props.target;
30
- if (!Tappable.CURRENT_EVENT) {
31
- Tappable.CURRENT_EVENT = new TapEvent();
32
- setTimeout(() => {
33
- Tappable.CURRENT_EVENT = null;
34
- }, 10);
35
- }
36
- const syntheticEvent = Tappable.CURRENT_EVENT;
37
- this.props.onTouchStart && this.props.onTouchStart(e || syntheticEvent);
38
- (_this$props$target = this.props.target) === null || _this$props$target === void 0 ? void 0 : _this$props$target.invokeEventCallback('onTouchstart', [syntheticEvent, this.props.target]);
47
+ this.props.onTouchStart && this.props.onTouchStart(e);
48
+ (_this$props$target = this.props.target) === null || _this$props$target === void 0 ? void 0 : _this$props$target.invokeEventCallback('onTouchstart', [e, this.props.target]);
39
49
  const currentTime = Date.now();
40
50
  const tapDelta = currentTime - this.lastTap;
41
51
  if (this.isLongTap) {
42
52
  this.isLongTap = false;
43
53
  return;
44
54
  }
45
- if (syntheticEvent.propagationEnabled) {
55
+ if (e.propagationEnabled) {
46
56
  var _injector$FOCUSED_ELE;
47
57
  (_injector$FOCUSED_ELE = injector.FOCUSED_ELEMENT.get()) === null || _injector$FOCUSED_ELE === void 0 ? void 0 : _injector$FOCUSED_ELE.blur();
48
58
  if (this.lastDoubleTap !== this.lastTap && tapDelta < 500) {
49
59
  this.props.onDoubleTap && this.props.onDoubleTap(e);
50
60
  setTimeout(() => {
51
- target === null || target === void 0 ? void 0 : target.invokeEventCallback('onDoubletap', [syntheticEvent, target]);
61
+ target === null || target === void 0 ? void 0 : target.invokeEventCallback('onDoubletap', [e, target]);
52
62
  }, 200);
53
63
  this.lastDoubleTap = currentTime;
54
64
  }
55
65
  setTimeout(() => {
66
+ var _this$parent2;
67
+ if (!e.propagationEnabled) {
68
+ return;
69
+ }
56
70
  if (this.props.onTap) {
57
- this.props.onTap(e || syntheticEvent);
71
+ this.props.onTap(e);
58
72
  } else {
59
- target === null || target === void 0 ? void 0 : target.invokeEventCallback('onTap', [syntheticEvent, target]);
73
+ target === null || target === void 0 ? void 0 : target.invokeEventCallback('onTap', [e, target]);
60
74
  }
75
+ (_this$parent2 = this.parent) === null || _this$parent2 === void 0 ? void 0 : _this$parent2.onPress(e);
61
76
  }, 200);
62
77
  this.lastTap = currentTime;
63
78
  }
64
79
  }
65
80
  onLongTap(e) {
66
- const syntheticEvent = Tappable.CURRENT_EVENT;
67
- this.props.onLongTap && this.props.onLongTap(e || syntheticEvent);
81
+ if (!e.propagationEnabled) {
82
+ return;
83
+ }
84
+ this.props.onLongTap && this.props.onLongTap(e);
68
85
  setTimeout(() => {
69
- var _this$props$target2;
70
- (_this$props$target2 = this.props.target) === null || _this$props$target2 === void 0 ? void 0 : _this$props$target2.invokeEventCallback('onLongtap', [syntheticEvent, this.props.target]);
86
+ var _this$props$target2, _this$parent3;
87
+ (_this$props$target2 = this.props.target) === null || _this$props$target2 === void 0 ? void 0 : _this$props$target2.invokeEventCallback('onLongtap', [e, this.props.target]);
88
+ (_this$parent3 = this.parent) === null || _this$parent3 === void 0 ? void 0 : _this$parent3.onPressOut(e);
71
89
  }, 200);
72
90
  this.isLongTap = true;
73
91
  }
74
92
  onPressOut(e) {
75
- const syntheticEvent = Tappable.CURRENT_EVENT;
76
- this.props.onTouchEnd && this.props.onTouchEnd(e || syntheticEvent);
93
+ if (!e.propagationEnabled) {
94
+ return;
95
+ }
96
+ this.props.onTouchEnd && this.props.onTouchEnd(e);
77
97
  setTimeout(() => {
78
- var _this$props$target3;
79
- (_this$props$target3 = this.props.target) === null || _this$props$target3 === void 0 ? void 0 : _this$props$target3.invokeEventCallback('onTouchend', [syntheticEvent, this.props.target]);
98
+ var _this$props$target3, _this$parent4;
99
+ (_this$props$target3 = this.props.target) === null || _this$props$target3 === void 0 ? void 0 : _this$props$target3.invokeEventCallback('onTouchend', [e, this.props.target]);
100
+ (_this$parent4 = this.parent) === null || _this$parent4 === void 0 ? void 0 : _this$parent4.onPressOut(e);
80
101
  }, 200);
81
102
  this.isLongTap = false;
82
103
  }
104
+ setParent(parent) {
105
+ if (parent && this.parent !== parent) {
106
+ this.parent = parent;
107
+ }
108
+ }
83
109
  render() {
84
110
  const target = this.props.target;
85
111
  if (target !== null && target !== void 0 && target.props.onTap || target !== null && target !== void 0 && target.props.onLongtap || target !== null && target !== void 0 && target.props.onDoubletap || this.props.onTap || this.props.onLongTap || this.props.onDoubleTap) {
86
- return /*#__PURE__*/React.createElement(TouchableRipple, _extends({
87
- rippleColor: this.props.rippleColor,
88
- borderless: true
89
- }, Platform.OS === 'android' || Platform.OS === 'web' ? {
90
- accessibilityLabel: this.props.testID,
91
- testID: this.props.testID
92
- } : {
93
- // accessible: false,
94
- testID: this.props.testID
95
- }, {
96
- disabled: get(target === null || target === void 0 ? void 0 : target.proxy, 'disabled'),
97
- style: this.props.styles,
98
- onPress: () => this.onPress(),
99
- onLongPress: () => this.onLongTap(),
100
- onPressOut: () => this.onPressOut()
101
- }), /*#__PURE__*/React.createElement(React.Fragment, null, this.props.children));
112
+ return /*#__PURE__*/React.createElement(TappableContext.Consumer, null, parent => {
113
+ this.setParent(parent);
114
+ return /*#__PURE__*/React.createElement(TappableContext.Provider, {
115
+ value: this
116
+ }, /*#__PURE__*/React.createElement(TouchableRipple, _extends({
117
+ rippleColor: this.props.rippleColor,
118
+ borderless: true
119
+ }, Platform.OS === 'android' || Platform.OS === 'web' ? {
120
+ accessibilityLabel: this.props.testID,
121
+ testID: this.props.testID
122
+ } : {
123
+ // accessible: false,
124
+ testID: this.props.testID
125
+ }, {
126
+ disabled: get(target === null || target === void 0 ? void 0 : target.proxy, 'disabled'),
127
+ style: this.props.styles,
128
+ onPress: e => {
129
+ var _e$target;
130
+ if ((e === null || e === void 0 || (_e$target = e.target) === null || _e$target === void 0 ? void 0 : _e$target.tagName) === 'INPUT') {
131
+ return;
132
+ }
133
+ this.onPress(new SyntheticEvent());
134
+ },
135
+ onLongPress: e => this.onLongTap(new SyntheticEvent()),
136
+ onPressOut: e => this.onPressOut(new SyntheticEvent())
137
+ }), /*#__PURE__*/React.createElement(React.Fragment, null, this.props.children)));
138
+ });
102
139
  }
103
140
  return /*#__PURE__*/React.createElement(View, {
104
141
  style: this.props.styles
105
142
  }, this.props.children);
106
143
  }
107
144
  }
108
- _defineProperty(Tappable, "CURRENT_EVENT", null);
109
145
  //# sourceMappingURL=tappable.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Platform","View","get","injector","TouchableRipple","TappableContext","createContext","SyntheticEvent","constructor","_defineProperty","stopPropagation","propagationEnabled","Tappable","Component","props","triggerTap","_this$parent","e","arguments","length","undefined","target","onTap","invokeEventCallback","parent","onPress","_this$props$target","lastPress","Date","now","onTouchStart","currentTime","tapDelta","lastTap","isLongTap","_injector$FOCUSED_ELE","FOCUSED_ELEMENT","blur","lastDoubleTap","onDoubleTap","setTimeout","_this$parent2","onLongTap","_this$props$target2","_this$parent3","onPressOut","onTouchEnd","_this$props$target3","_this$parent4","setParent","render","onLongtap","onDoubletap","createElement","Consumer","Provider","value","_extends","rippleColor","borderless","OS","accessibilityLabel","testID","disabled","proxy","style","styles","_e$target","tagName","onLongPress","Fragment","children"],"sources":["tappable.component.tsx"],"sourcesContent":["import { BaseComponent } from \"@wavemaker/app-rn-runtime/core/base.component\";\nimport React from \"react\";\nimport { GestureResponderEvent, Platform, View } from \"react-native\";\nimport { get } from \"lodash\";\nimport injector from \"./injector\";\nimport { TouchableRipple } from \"react-native-paper\";\nimport ThemeVariables from \"../styles/theme.variables\";\nimport { isDefined } from \"./utils\";\n\nexport const TappableContext = React.createContext<Tappable>(null as any);\n\ninterface TappableProps {\n testID?: string;\n children?: any\n styles?: any;\n target?: BaseComponent<any, any, any>;\n onTap?: (e: any) => void;\n onLongTap?: (e: any) => void; \n onDoubleTap?: (e: any) => void;\n onTouchStart? : (e: any) => void;\n onTouchEnd? : (e: any) => void;\n rippleColor?: string;\n}\n\nexport class SyntheticEvent {\n // as the event is being used in onPress, onPressOut and onLongTap the TapEvent is renamed to SyntheticEvent\n propagationEnabled = true;\n \n constructor() {\n\n }\n\n stopPropagation() {\n this.propagationEnabled = false;\n }\n}\n\nexport class Tappable extends React.Component<TappableProps, any> {\n private lastPress = 0;\n private lastTap = 0;\n private lastDoubleTap = 0;\n private isLongTap = false;\n private parent:Tappable = null as any;\n \n constructor(props: any) {\n super(props);\n }\n\n async triggerTap(e = new SyntheticEvent()) {\n if (!e.propagationEnabled) {\n return;\n }\n const target = this.props.target;\n if (this.props.onTap) {\n await this.props.onTap(e);\n } else {\n await target?.invokeEventCallback('onTap', [e, target]);\n }\n this.parent?.triggerTap(e);\n }\n\n onPress(e: SyntheticEvent): void { \n this.lastPress = Date.now();\n const target = this.props.target;\n this.props.onTouchStart && this.props.onTouchStart(e);\n this.props.target?.invokeEventCallback('onTouchstart', [e, this.props.target]);\n const currentTime = Date.now();\n const tapDelta = currentTime - this.lastTap;\n if (this.isLongTap) {\n this.isLongTap = false;\n return;\n }\n if (e.propagationEnabled) {\n injector.FOCUSED_ELEMENT.get()?.blur();\n if(this.lastDoubleTap !== this.lastTap \n && tapDelta < 500) {\n this.props.onDoubleTap && this.props.onDoubleTap(e);\n setTimeout(() => {\n target?.invokeEventCallback('onDoubletap', [e, target]);\n }, 200);\n this.lastDoubleTap = currentTime;\n }\n setTimeout(() => {\n if (!e.propagationEnabled) {\n return;\n }\n if (this.props.onTap) {\n this.props.onTap(e);\n } else {\n target?.invokeEventCallback('onTap', [e, target]);\n }\n this.parent?.onPress(e);\n }, 200);\n this.lastTap = currentTime;\n }\n }\n\n onLongTap(e: SyntheticEvent): void {\n if(!e.propagationEnabled){\n return;\n }\n this.props.onLongTap && this.props.onLongTap(e);\n setTimeout(() => {\n this.props.target?.invokeEventCallback('onLongtap', [e, this.props.target]);\n this.parent?.onPressOut(e);\n }, 200);\n this.isLongTap = true;\n }\n \n onPressOut(e: SyntheticEvent): void {\n if(!e.propagationEnabled){\n return;\n } \n this.props.onTouchEnd && this.props.onTouchEnd(e);\n setTimeout(() => {\n this.props.target?.invokeEventCallback('onTouchend', [e, this.props.target]);\n this.parent?.onPressOut(e);\n }, 200);\n this.isLongTap = false;\n }\n private setParent(parent: Tappable) {\n if (parent && this.parent !== parent) {\n this.parent = parent;\n }\n }\n\n render() {\n const target = this.props.target;\n if (target?.props.onTap \n || target?.props.onLongtap \n || target?.props.onDoubletap \n || this.props.onTap \n || this.props.onLongTap \n || this.props.onDoubleTap) {\n return (\n <TappableContext.Consumer>{(parent) => {\n this.setParent(parent);\n return( <TappableContext.Provider value={this}>\n <TouchableRipple\n rippleColor={this.props.rippleColor}\n borderless = {true}\n {...(Platform.OS === 'android' || Platform.OS === 'web') ? {\n accessibilityLabel: this.props.testID,\n testID: this.props.testID\n }: {\n // accessible: false,\n testID: this.props.testID\n }} \n disabled={get(target?.proxy, 'disabled')}\n style={this.props.styles}\n onPress={(e?: GestureResponderEvent) => {\n if ((e?.target as any)?.tagName === 'INPUT') {\n return;\n }\n this.onPress(new SyntheticEvent())\n }}\n onLongPress={(e?: GestureResponderEvent) => this.onLongTap(new SyntheticEvent())}\n onPressOut={(e?: GestureResponderEvent) => this.onPressOut(new SyntheticEvent())}>\n <>{this.props.children}</>\n </TouchableRipple>\n </TappableContext.Provider>)}}</TappableContext.Consumer>\n \n );\n }\n return (<View style={this.props.styles}>{this.props.children}</View>);\n }\n}\n"],"mappings":"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"}