@wavemaker/app-rn-runtime 11.4.1-next.29471 → 11.4.1-patch.5

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 (868) hide show
  1. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +4 -1
  2. package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
  3. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +1 -2
  4. package/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +1 -0
  5. package/components/advanced/carousel/carousel.component.js +201 -0
  6. package/components/advanced/carousel/carousel.component.js.map +1 -0
  7. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js +2 -0
  8. package/components/advanced/carousel/carousel.props.js.map +1 -0
  9. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js +17 -9
  10. package/components/advanced/carousel/carousel.styles.js.map +1 -0
  11. {app-rn-runtime → package}/components/basic/icon/icon.component.js +3 -0
  12. package/components/basic/icon/icon.component.js.map +1 -0
  13. {app-rn-runtime → package}/components/basic/search/search.component.js +3 -1
  14. package/components/basic/search/search.component.js.map +1 -0
  15. {app-rn-runtime → package}/components/chart/basechart.component.js +19 -8
  16. package/components/chart/basechart.component.js.map +1 -0
  17. package/components/chart/stack-chart/stack-chart.component.js +213 -0
  18. package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
  19. package/components/chart/stack-chart/stack-chart.props.js +15 -0
  20. package/components/chart/stack-chart/stack-chart.props.js.map +1 -0
  21. package/components/chart/stack-chart/stack-chart.styles.js +7 -0
  22. package/components/chart/stack-chart/stack-chart.styles.js.map +1 -0
  23. {app-rn-runtime → package}/components/container/accordion/accordion.component.js +6 -2
  24. package/components/container/accordion/accordion.component.js.map +1 -0
  25. package/components/data/list/list-template/list-template.component.js +31 -0
  26. package/components/data/list/list-template/list-template.component.js.map +1 -0
  27. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +7 -3
  28. package/components/data/list/list-template/list-template.styles.js.map +1 -0
  29. {app-rn-runtime → package}/components/data/list/list.component.js +15 -4
  30. package/components/data/list/list.component.js.map +1 -0
  31. {app-rn-runtime → package}/components/data/list/list.props.js +6 -0
  32. package/components/data/list/list.props.js.map +1 -0
  33. {app-rn-runtime → package}/components/input/radioset/radioset.component.js +7 -3
  34. package/components/input/radioset/radioset.component.js.map +1 -0
  35. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +6 -0
  36. package/components/input/radioset/radioset.props.js.map +1 -0
  37. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js +4 -8
  38. package/components/input/radioset/radioset.styles.js.map +1 -0
  39. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +2 -0
  40. package/components/navigation/basenav/basenav.component.js.map +1 -0
  41. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js +1 -1
  42. package/components/navigation/navitem/navitem.component.js.map +1 -0
  43. package/core/change.queue.js +26 -0
  44. package/core/change.queue.js.map +1 -0
  45. {app-rn-runtime → package}/core/imageSizeEstimator.js +4 -0
  46. package/core/imageSizeEstimator.js.map +1 -0
  47. {app-rn-runtime → package}/gestures/swipe.animation.js +34 -11
  48. package/gestures/swipe.animation.js.map +1 -0
  49. {app-rn-runtime → package}/package.json +3 -3
  50. package/styles/fdfd.css +56 -0
  51. {app-rn-runtime → package}/styles/theme.js +16 -1
  52. package/styles/theme.js.map +1 -0
  53. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -1
  54. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -1
  55. app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -164
  56. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
  57. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +0 -1
  58. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +0 -1
  59. app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
  60. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  61. app-rn-runtime/components/chart/basechart.component.js.map +0 -1
  62. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  63. app-rn-runtime/components/data/list/list-template/list-template.component.js +0 -17
  64. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +0 -1
  65. app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +0 -1
  66. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  67. app-rn-runtime/components/data/list/list.props.js.map +0 -1
  68. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  69. app-rn-runtime/components/input/radioset/radioset.props.js.map +0 -1
  70. app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
  71. app-rn-runtime/components/navigation/basenav/basenav.component.js.map +0 -1
  72. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  73. app-rn-runtime/core/imageSizeEstimator.js.map +0 -1
  74. app-rn-runtime/gestures/swipe.animation.js.map +0 -1
  75. app-rn-runtime/styles/theme.js.map +0 -1
  76. {app-rn-runtime → package}/actions/base-action.js +0 -0
  77. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  78. {app-rn-runtime → package}/actions/index.js +0 -0
  79. {app-rn-runtime → package}/actions/index.js.map +0 -0
  80. {app-rn-runtime → package}/actions/login-action.js +0 -0
  81. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  82. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  83. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  84. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  85. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  86. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  87. {app-rn-runtime → package}/actions/notification-action.js.map +0 -0
  88. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  89. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  90. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  91. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  92. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  93. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  94. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  95. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  96. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  97. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  98. {app-rn-runtime → package}/components/advanced/login/login.component.js +0 -0
  99. {app-rn-runtime → package}/components/advanced/login/login.component.js.map +0 -0
  100. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  101. {app-rn-runtime → package}/components/advanced/login/login.props.js.map +0 -0
  102. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  103. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  104. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -0
  105. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -0
  106. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  107. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  108. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  109. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  110. {app-rn-runtime → package}/components/advanced/webview/webview.component.js +0 -0
  111. {app-rn-runtime → package}/components/advanced/webview/webview.component.js.map +0 -0
  112. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  113. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  114. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  115. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  116. {app-rn-runtime → package}/components/basic/anchor/anchor.component.js +0 -0
  117. {app-rn-runtime → package}/components/basic/anchor/anchor.component.js.map +0 -0
  118. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +0 -0
  119. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js.map +0 -0
  120. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js +0 -0
  121. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js.map +0 -0
  122. {app-rn-runtime → package}/components/basic/animatedview.component.js +0 -0
  123. {app-rn-runtime → package}/components/basic/animatedview.component.js.map +0 -0
  124. {app-rn-runtime → package}/components/basic/audio/audio.component.js +0 -0
  125. {app-rn-runtime → package}/components/basic/audio/audio.component.js.map +0 -0
  126. {app-rn-runtime → package}/components/basic/audio/audio.props.js +0 -0
  127. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  128. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  129. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  130. {app-rn-runtime → package}/components/basic/button/button.component.js +0 -0
  131. {app-rn-runtime → package}/components/basic/button/button.component.js.map +0 -0
  132. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  133. {app-rn-runtime → package}/components/basic/button/button.props.js.map +0 -0
  134. {app-rn-runtime → package}/components/basic/button/button.styles.js +0 -0
  135. {app-rn-runtime → package}/components/basic/button/button.styles.js.map +0 -0
  136. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  137. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js.map +0 -0
  138. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  139. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  140. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  141. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  142. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  143. {app-rn-runtime → package}/components/basic/custom/custom.component.js.map +0 -0
  144. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  145. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  146. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  147. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  148. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  149. {app-rn-runtime → package}/components/basic/icon/icon.props.js.map +0 -0
  150. {app-rn-runtime → package}/components/basic/icon/icon.styles.js +0 -0
  151. {app-rn-runtime → package}/components/basic/icon/icon.styles.js.map +0 -0
  152. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  153. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  154. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  155. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  156. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  157. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  158. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  159. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  160. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  161. {app-rn-runtime → package}/components/basic/label/label.component.js +0 -0
  162. {app-rn-runtime → package}/components/basic/label/label.component.js.map +0 -0
  163. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  164. {app-rn-runtime → package}/components/basic/label/label.props.js.map +0 -0
  165. {app-rn-runtime → package}/components/basic/label/label.styles.js +0 -0
  166. {app-rn-runtime → package}/components/basic/label/label.styles.js.map +0 -0
  167. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  168. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js.map +0 -0
  169. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  170. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  171. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  172. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  173. {app-rn-runtime → package}/components/basic/message/message.component.js +0 -0
  174. {app-rn-runtime → package}/components/basic/message/message.component.js.map +0 -0
  175. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  176. {app-rn-runtime → package}/components/basic/message/message.props.js.map +0 -0
  177. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  178. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  179. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  180. {app-rn-runtime → package}/components/basic/modal/modal.component.js.map +0 -0
  181. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  182. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  183. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  184. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  185. {app-rn-runtime → package}/components/basic/picture/picture.component.js +0 -0
  186. {app-rn-runtime → package}/components/basic/picture/picture.component.js.map +0 -0
  187. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  188. {app-rn-runtime → package}/components/basic/picture/picture.props.js.map +0 -0
  189. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  190. {app-rn-runtime → package}/components/basic/picture/picture.styles.js.map +0 -0
  191. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js +0 -0
  192. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js.map +0 -0
  193. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  194. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js.map +0 -0
  195. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js +0 -0
  196. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js.map +0 -0
  197. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js +0 -0
  198. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js.map +0 -0
  199. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  200. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  201. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  202. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  203. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  204. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  205. {app-rn-runtime → package}/components/basic/search/search.props.js +0 -0
  206. {app-rn-runtime → package}/components/basic/search/search.props.js.map +0 -0
  207. {app-rn-runtime → package}/components/basic/search/search.styles.js +0 -0
  208. {app-rn-runtime → package}/components/basic/search/search.styles.js.map +0 -0
  209. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  210. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js.map +0 -0
  211. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  212. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  213. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  214. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  215. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js +0 -0
  216. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js.map +0 -0
  217. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  218. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  219. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  220. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  221. {app-rn-runtime → package}/components/basic/video/video.component.js +0 -0
  222. {app-rn-runtime → package}/components/basic/video/video.component.js.map +0 -0
  223. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -0
  224. {app-rn-runtime → package}/components/basic/video/video.props.js.map +0 -0
  225. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  226. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  227. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  228. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js.map +0 -0
  229. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  230. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  231. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  232. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  233. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  234. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js.map +0 -0
  235. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  236. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js.map +0 -0
  237. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  238. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  239. {app-rn-runtime → package}/components/chart/basechart.props.js +0 -0
  240. {app-rn-runtime → package}/components/chart/basechart.props.js.map +0 -0
  241. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  242. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  243. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  244. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js.map +0 -0
  245. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  246. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  247. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  248. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  249. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  250. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  251. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  252. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  253. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  254. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  255. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  256. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  257. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js +0 -0
  258. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  259. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  260. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  261. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  262. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  263. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  264. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js.map +0 -0
  265. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  266. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  267. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  268. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  269. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js +0 -0
  270. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js.map +0 -0
  271. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js +0 -0
  272. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  273. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  274. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  275. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  276. {app-rn-runtime → package}/components/chart/theme/chart.theme.js.map +0 -0
  277. {app-rn-runtime → package}/components/container/accordion/accordion.props.js +0 -0
  278. {app-rn-runtime → package}/components/container/accordion/accordion.props.js.map +0 -0
  279. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js +0 -0
  280. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js.map +0 -0
  281. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js +0 -0
  282. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  283. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  284. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  285. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  286. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  287. {app-rn-runtime → package}/components/container/container.component.js +0 -0
  288. {app-rn-runtime → package}/components/container/container.component.js.map +0 -0
  289. {app-rn-runtime → package}/components/container/container.props.js +0 -0
  290. {app-rn-runtime → package}/components/container/container.props.js.map +0 -0
  291. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  292. {app-rn-runtime → package}/components/container/container.styles.js.map +0 -0
  293. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  294. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -0
  295. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  296. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  297. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  298. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  299. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  300. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -0
  301. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  302. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  303. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  304. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  305. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  306. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js.map +0 -0
  307. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  308. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  309. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  310. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  311. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js +0 -0
  312. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js.map +0 -0
  313. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  314. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  315. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  316. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  317. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
  318. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -0
  319. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  320. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  321. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  322. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  323. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  324. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  325. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  326. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  327. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  328. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  329. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  330. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  331. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  332. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  333. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  334. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  335. {app-rn-runtime → package}/components/container/panel/panel.component.js +0 -0
  336. {app-rn-runtime → package}/components/container/panel/panel.component.js.map +0 -0
  337. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  338. {app-rn-runtime → package}/components/container/panel/panel.props.js.map +0 -0
  339. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  340. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  341. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  342. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  343. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js +0 -0
  344. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js.map +0 -0
  345. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  346. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js.map +0 -0
  347. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  348. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  349. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +0 -0
  350. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js.map +0 -0
  351. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  352. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js.map +0 -0
  353. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  354. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  355. {app-rn-runtime → package}/components/container/tabs/tabs.component.js +0 -0
  356. {app-rn-runtime → package}/components/container/tabs/tabs.component.js.map +0 -0
  357. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  358. {app-rn-runtime → package}/components/container/tabs/tabs.props.js.map +0 -0
  359. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js +0 -0
  360. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js.map +0 -0
  361. {app-rn-runtime → package}/components/container/tile/tile.component.js +0 -0
  362. {app-rn-runtime → package}/components/container/tile/tile.component.js.map +0 -0
  363. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  364. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  365. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  366. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  367. {app-rn-runtime → package}/components/container/wizard/wizard.component.js +0 -0
  368. {app-rn-runtime → package}/components/container/wizard/wizard.component.js.map +0 -0
  369. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  370. {app-rn-runtime → package}/components/container/wizard/wizard.props.js.map +0 -0
  371. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js +0 -0
  372. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js.map +0 -0
  373. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +0 -0
  374. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -0
  375. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  376. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  377. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  378. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  379. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  380. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js.map +0 -0
  381. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  382. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  383. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  384. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  385. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  386. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js.map +0 -0
  387. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  388. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  389. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  390. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  391. {app-rn-runtime → package}/components/data/card/card.component.js +0 -0
  392. {app-rn-runtime → package}/components/data/card/card.component.js.map +0 -0
  393. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  394. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  395. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  396. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  397. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js +0 -0
  398. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js.map +0 -0
  399. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js +0 -0
  400. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  401. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  402. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  403. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  404. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js.map +0 -0
  405. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  406. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  407. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  408. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  409. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js +0 -0
  410. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js.map +0 -0
  411. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js +0 -0
  412. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js.map +0 -0
  413. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  414. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js.map +0 -0
  415. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  416. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js.map +0 -0
  417. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  418. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  419. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  420. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  421. {app-rn-runtime → package}/components/data/form/form.component.js +0 -0
  422. {app-rn-runtime → package}/components/data/form/form.component.js.map +0 -0
  423. {app-rn-runtime → package}/components/data/form/form.props.js +0 -0
  424. {app-rn-runtime → package}/components/data/form/form.props.js.map +0 -0
  425. {app-rn-runtime → package}/components/data/form/form.styles.js +0 -0
  426. {app-rn-runtime → package}/components/data/form/form.styles.js.map +0 -0
  427. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  428. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  429. {app-rn-runtime → package}/components/data/list/list.styles.js +0 -0
  430. {app-rn-runtime → package}/components/data/list/list.styles.js.map +0 -0
  431. {app-rn-runtime → package}/components/data/liveform/liveform.component.js +0 -0
  432. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  433. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js +0 -0
  434. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js.map +0 -0
  435. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  436. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js.map +0 -0
  437. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  438. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  439. {app-rn-runtime → package}/components/device/camera/camera.component.js +0 -0
  440. {app-rn-runtime → package}/components/device/camera/camera.component.js.map +0 -0
  441. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  442. {app-rn-runtime → package}/components/device/camera/camera.props.js.map +0 -0
  443. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  444. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  445. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js +0 -0
  446. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  447. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  448. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  449. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  450. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  451. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js +0 -0
  452. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  453. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  454. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  455. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  456. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  457. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js +0 -0
  458. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js.map +0 -0
  459. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  460. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  461. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js +0 -0
  462. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js.map +0 -0
  463. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  464. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js.map +0 -0
  465. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  466. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  467. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  468. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  469. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +0 -0
  470. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -0
  471. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  472. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  473. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  474. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  475. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +0 -0
  476. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js.map +0 -0
  477. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  478. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js.map +0 -0
  479. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  480. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  481. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js +0 -0
  482. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js.map +0 -0
  483. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +0 -0
  484. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js.map +0 -0
  485. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  486. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  487. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js +0 -0
  488. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js.map +0 -0
  489. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  490. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js.map +0 -0
  491. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  492. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  493. {app-rn-runtime → package}/components/input/calendar/calendar.component.js +0 -0
  494. {app-rn-runtime → package}/components/input/calendar/calendar.component.js.map +0 -0
  495. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  496. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  497. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js +0 -0
  498. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js.map +0 -0
  499. {app-rn-runtime → package}/components/input/calendar/views/month-view.js +0 -0
  500. {app-rn-runtime → package}/components/input/calendar/views/month-view.js.map +0 -0
  501. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  502. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  503. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js +0 -0
  504. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js.map +0 -0
  505. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js +0 -0
  506. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  507. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  508. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js.map +0 -0
  509. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js +0 -0
  510. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js.map +0 -0
  511. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +0 -0
  512. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  513. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  514. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js.map +0 -0
  515. {app-rn-runtime → package}/components/input/chips/chips.component.js +0 -0
  516. {app-rn-runtime → package}/components/input/chips/chips.component.js.map +0 -0
  517. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  518. {app-rn-runtime → package}/components/input/chips/chips.props.js.map +0 -0
  519. {app-rn-runtime → package}/components/input/chips/chips.styles.js +0 -0
  520. {app-rn-runtime → package}/components/input/chips/chips.styles.js.map +0 -0
  521. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  522. {app-rn-runtime → package}/components/input/composite/composite.component.js.map +0 -0
  523. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  524. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  525. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  526. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  527. {app-rn-runtime → package}/components/input/currency/currency.component.js +0 -0
  528. {app-rn-runtime → package}/components/input/currency/currency.component.js.map +0 -0
  529. {app-rn-runtime → package}/components/input/currency/currency.props.js +0 -0
  530. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  531. {app-rn-runtime → package}/components/input/currency/currency.styles.js +0 -0
  532. {app-rn-runtime → package}/components/input/currency/currency.styles.js.map +0 -0
  533. {app-rn-runtime → package}/components/input/epoch/base-datetime.component.js +0 -0
  534. {app-rn-runtime → package}/components/input/epoch/base-datetime.component.js.map +0 -0
  535. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  536. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  537. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  538. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  539. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js +0 -0
  540. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js.map +0 -0
  541. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  542. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js.map +0 -0
  543. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  544. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  545. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +0 -0
  546. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js.map +0 -0
  547. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js +0 -0
  548. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js.map +0 -0
  549. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  550. {app-rn-runtime → package}/components/input/epoch/time/time.component.js.map +0 -0
  551. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  552. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  553. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js +0 -0
  554. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js.map +0 -0
  555. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js +0 -0
  556. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js.map +0 -0
  557. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  558. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js.map +0 -0
  559. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  560. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  561. {app-rn-runtime → package}/components/input/number/number.component.js +0 -0
  562. {app-rn-runtime → package}/components/input/number/number.component.js.map +0 -0
  563. {app-rn-runtime → package}/components/input/number/number.props.js +0 -0
  564. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  565. {app-rn-runtime → package}/components/input/number/number.styles.js +0 -0
  566. {app-rn-runtime → package}/components/input/number/number.styles.js.map +0 -0
  567. {app-rn-runtime → package}/components/input/rating/rating.component.js +0 -0
  568. {app-rn-runtime → package}/components/input/rating/rating.component.js.map +0 -0
  569. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  570. {app-rn-runtime → package}/components/input/rating/rating.props.js.map +0 -0
  571. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  572. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  573. {app-rn-runtime → package}/components/input/select/select.component.js +0 -0
  574. {app-rn-runtime → package}/components/input/select/select.component.js.map +0 -0
  575. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  576. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  577. {app-rn-runtime → package}/components/input/select/select.styles.js +0 -0
  578. {app-rn-runtime → package}/components/input/select/select.styles.js.map +0 -0
  579. {app-rn-runtime → package}/components/input/slider/slider.component.js +0 -0
  580. {app-rn-runtime → package}/components/input/slider/slider.component.js.map +0 -0
  581. {app-rn-runtime → package}/components/input/slider/slider.props.js +0 -0
  582. {app-rn-runtime → package}/components/input/slider/slider.props.js.map +0 -0
  583. {app-rn-runtime → package}/components/input/slider/slider.styles.js +0 -0
  584. {app-rn-runtime → package}/components/input/slider/slider.styles.js.map +0 -0
  585. {app-rn-runtime → package}/components/input/switch/switch.component.js +0 -0
  586. {app-rn-runtime → package}/components/input/switch/switch.component.js.map +0 -0
  587. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  588. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  589. {app-rn-runtime → package}/components/input/switch/switch.styles.js +0 -0
  590. {app-rn-runtime → package}/components/input/switch/switch.styles.js.map +0 -0
  591. {app-rn-runtime → package}/components/input/text/text.component.js +0 -0
  592. {app-rn-runtime → package}/components/input/text/text.component.js.map +0 -0
  593. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  594. {app-rn-runtime → package}/components/input/text/text.props.js.map +0 -0
  595. {app-rn-runtime → package}/components/input/text/text.styles.js +0 -0
  596. {app-rn-runtime → package}/components/input/text/text.styles.js.map +0 -0
  597. {app-rn-runtime → package}/components/input/textarea/textarea.component.js +0 -0
  598. {app-rn-runtime → package}/components/input/textarea/textarea.component.js.map +0 -0
  599. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  600. {app-rn-runtime → package}/components/input/textarea/textarea.props.js.map +0 -0
  601. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js +0 -0
  602. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js.map +0 -0
  603. {app-rn-runtime → package}/components/input/toggle/toggle.component.js +0 -0
  604. {app-rn-runtime → package}/components/input/toggle/toggle.component.js.map +0 -0
  605. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  606. {app-rn-runtime → package}/components/input/toggle/toggle.props.js.map +0 -0
  607. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js +0 -0
  608. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js.map +0 -0
  609. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js +0 -0
  610. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js.map +0 -0
  611. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  612. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js.map +0 -0
  613. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  614. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js.map +0 -0
  615. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  616. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  617. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  618. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  619. {app-rn-runtime → package}/components/navigation/menu/menu.component.js +0 -0
  620. {app-rn-runtime → package}/components/navigation/menu/menu.component.js.map +0 -0
  621. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  622. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  623. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js +0 -0
  624. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js.map +0 -0
  625. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js +0 -0
  626. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js.map +0 -0
  627. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  628. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js.map +0 -0
  629. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  630. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  631. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  632. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js.map +0 -0
  633. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  634. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  635. {app-rn-runtime → package}/components/navigation/popover/popover.component.js +0 -0
  636. {app-rn-runtime → package}/components/navigation/popover/popover.component.js.map +0 -0
  637. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  638. {app-rn-runtime → package}/components/navigation/popover/popover.props.js.map +0 -0
  639. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js +0 -0
  640. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js.map +0 -0
  641. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  642. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  643. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  644. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  645. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  646. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  647. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +0 -0
  648. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js.map +0 -0
  649. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  650. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  651. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  652. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  653. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +0 -0
  654. {app-rn-runtime → package}/components/page/page-content/page-content.component.js.map +0 -0
  655. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  656. {app-rn-runtime → package}/components/page/page-content/page-content.props.js.map +0 -0
  657. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  658. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  659. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  660. {app-rn-runtime → package}/components/page/page.component.js.map +0 -0
  661. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  662. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  663. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  664. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  665. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  666. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  667. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  668. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  669. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  670. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  671. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  672. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js.map +0 -0
  673. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  674. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js.map +0 -0
  675. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  676. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  677. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js +0 -0
  678. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js.map +0 -0
  679. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  680. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js.map +0 -0
  681. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  682. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  683. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  684. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  685. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  686. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  687. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  688. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  689. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  690. {app-rn-runtime → package}/core/AppConfig.js.map +0 -0
  691. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  692. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  693. {app-rn-runtime → package}/core/base.component.js +0 -0
  694. {app-rn-runtime → package}/core/base.component.js.map +0 -0
  695. {app-rn-runtime → package}/core/components/textinput.component.js +0 -0
  696. {app-rn-runtime → package}/core/components/textinput.component.js.map +0 -0
  697. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  698. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  699. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  700. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  701. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  702. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  703. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  704. {app-rn-runtime → package}/core/device/camera-service.js.map +0 -0
  705. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  706. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  707. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  708. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  709. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  710. {app-rn-runtime → package}/core/device/scan-service.js.map +0 -0
  711. {app-rn-runtime → package}/core/display.manager.js +0 -0
  712. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  713. {app-rn-runtime → package}/core/event-notifier.js +0 -0
  714. {app-rn-runtime → package}/core/event-notifier.js.map +0 -0
  715. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  716. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  717. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  718. {app-rn-runtime → package}/core/fixed-view.component.js.map +0 -0
  719. {app-rn-runtime → package}/core/formatters.js +0 -0
  720. {app-rn-runtime → package}/core/formatters.js.map +0 -0
  721. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  722. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  723. {app-rn-runtime → package}/core/if.component.js +0 -0
  724. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  725. {app-rn-runtime → package}/core/injector.js +0 -0
  726. {app-rn-runtime → package}/core/injector.js.map +0 -0
  727. {app-rn-runtime → package}/core/key.extractor.js +0 -0
  728. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  729. {app-rn-runtime → package}/core/logger.js +0 -0
  730. {app-rn-runtime → package}/core/logger.js.map +0 -0
  731. {app-rn-runtime → package}/core/modal.service.js +0 -0
  732. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  733. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  734. {app-rn-runtime → package}/core/navigation.service.js.map +0 -0
  735. {app-rn-runtime → package}/core/network.service.js +0 -0
  736. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  737. {app-rn-runtime → package}/core/partial.service.js +0 -0
  738. {app-rn-runtime → package}/core/partial.service.js.map +0 -0
  739. {app-rn-runtime → package}/core/props.provider.js +0 -0
  740. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  741. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  742. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  743. {app-rn-runtime → package}/core/security.service.js +0 -0
  744. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  745. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  746. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  747. {app-rn-runtime → package}/core/storage.service.js +0 -0
  748. {app-rn-runtime → package}/core/storage.service.js.map +0 -0
  749. {app-rn-runtime → package}/core/tappable.component.js +0 -0
  750. {app-rn-runtime → package}/core/tappable.component.js.map +0 -0
  751. {app-rn-runtime → package}/core/toast.service.js +0 -0
  752. {app-rn-runtime → package}/core/toast.service.js.map +0 -0
  753. {app-rn-runtime → package}/core/utils.js +0 -0
  754. {app-rn-runtime → package}/core/utils.js.map +0 -0
  755. {app-rn-runtime → package}/core/viewport.js +0 -0
  756. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  757. {app-rn-runtime → package}/index.js +0 -0
  758. {app-rn-runtime → package}/index.js.map +0 -0
  759. {app-rn-runtime → package}/runtime/App.js +0 -0
  760. {app-rn-runtime → package}/runtime/App.js.map +0 -0
  761. {app-rn-runtime → package}/runtime/App.navigator.js +0 -0
  762. {app-rn-runtime → package}/runtime/App.navigator.js.map +0 -0
  763. {app-rn-runtime → package}/runtime/base-fragment.component.js +0 -0
  764. {app-rn-runtime → package}/runtime/base-fragment.component.js.map +0 -0
  765. {app-rn-runtime → package}/runtime/base-page.component.js +0 -0
  766. {app-rn-runtime → package}/runtime/base-page.component.js.map +0 -0
  767. {app-rn-runtime → package}/runtime/base-partial.component.js +0 -0
  768. {app-rn-runtime → package}/runtime/base-partial.component.js.map +0 -0
  769. {app-rn-runtime → package}/runtime/base-prefab.component.js +0 -0
  770. {app-rn-runtime → package}/runtime/base-prefab.component.js.map +0 -0
  771. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  772. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  773. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  774. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  775. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  776. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js.map +0 -0
  777. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  778. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js.map +0 -0
  779. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  780. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  781. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  782. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js.map +0 -0
  783. {app-rn-runtime → package}/runtime/services/app-i18n.service.js +0 -0
  784. {app-rn-runtime → package}/runtime/services/app-i18n.service.js.map +0 -0
  785. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  786. {app-rn-runtime → package}/runtime/services/app-modal.service.js.map +0 -0
  787. {app-rn-runtime → package}/runtime/services/app-security.service.js +0 -0
  788. {app-rn-runtime → package}/runtime/services/app-security.service.js.map +0 -0
  789. {app-rn-runtime → package}/runtime/services/app-spinner.service.js +0 -0
  790. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  791. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  792. {app-rn-runtime → package}/runtime/services/app-toast.service.js.map +0 -0
  793. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  794. {app-rn-runtime → package}/runtime/services/device/calendar-service.js.map +0 -0
  795. {app-rn-runtime → package}/runtime/services/device/camera-service.js +0 -0
  796. {app-rn-runtime → package}/runtime/services/device/camera-service.js.map +0 -0
  797. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  798. {app-rn-runtime → package}/runtime/services/device/contacts-service.js.map +0 -0
  799. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  800. {app-rn-runtime → package}/runtime/services/device/location-service.js.map +0 -0
  801. {app-rn-runtime → package}/runtime/services/device/permissions.js +0 -0
  802. {app-rn-runtime → package}/runtime/services/device/permissions.js.map +0 -0
  803. {app-rn-runtime → package}/runtime/services/device/scan-service.js +0 -0
  804. {app-rn-runtime → package}/runtime/services/device/scan-service.js.map +0 -0
  805. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  806. {app-rn-runtime → package}/runtime/services/partial.service.js.map +0 -0
  807. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  808. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  809. {app-rn-runtime → package}/runtime/watcher.js +0 -0
  810. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  811. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  812. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  813. {app-rn-runtime → package}/styles/background.component.js +0 -0
  814. {app-rn-runtime → package}/styles/background.component.js.map +0 -0
  815. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  816. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  817. {app-rn-runtime → package}/styles/style-props.js +0 -0
  818. {app-rn-runtime → package}/styles/style-props.js.map +0 -0
  819. {app-rn-runtime → package}/styles/theme.variables.js +0 -0
  820. {app-rn-runtime → package}/styles/theme.variables.js.map +0 -0
  821. {app-rn-runtime → package}/variables/base-variable.js +0 -0
  822. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  823. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  824. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js.map +0 -0
  825. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  826. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js.map +0 -0
  827. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  828. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js.map +0 -0
  829. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  830. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js.map +0 -0
  831. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  832. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js.map +0 -0
  833. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  834. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js.map +0 -0
  835. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  836. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  837. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  838. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js.map +0 -0
  839. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  840. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  841. {app-rn-runtime → package}/variables/device/device/network-info.operation.js +0 -0
  842. {app-rn-runtime → package}/variables/device/device/network-info.operation.js.map +0 -0
  843. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  844. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  845. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  846. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js.map +0 -0
  847. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  848. {app-rn-runtime → package}/variables/device/operation.provider.js.map +0 -0
  849. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  850. {app-rn-runtime → package}/variables/device/scan/scan.operation.js.map +0 -0
  851. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  852. {app-rn-runtime → package}/variables/device-variable.js.map +0 -0
  853. {app-rn-runtime → package}/variables/http.service.js +0 -0
  854. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  855. {app-rn-runtime → package}/variables/live-variable.js +0 -0
  856. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  857. {app-rn-runtime → package}/variables/model-variable.js +0 -0
  858. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  859. {app-rn-runtime → package}/variables/service-variable.js +0 -0
  860. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  861. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  862. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  863. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  864. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  865. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  866. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  867. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  868. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Dimensions","moment","forEach","get","isArray","isEmpty","isObject","maxBy","minBy","set","trim","orderBy","VictoryAxis","VictoryLegend","VictoryLabel","BaseComponent","BaseComponentState","WmIcon","ThemeFactory","DEFAULT_CLASS","BaseChartComponentState","constructor","arguments","_defineProperty","undefined","screenWidth","width","shapes","SI_SYMBOL","BaseChartComponent","props","defaultClass","length","defaultProps","defaultState","theme","applyTheme","componentDidMount","abbreviateNumber","number","tier","Math","log10","abs","suffix","scale","pow","scaled","toFixed","getLegendView","colorScale","state","showlegend","top","parseInt","styles","root","height","orientation","createElement","name","gutter","data","legendData","style","border","stroke","borderPadding","left","y","getYScaleMinValue","value","_min","floor","getXaxis","showxaxis","crossAxis","label","xaxislabel","xaxisdatakey","xunits","grid","fixLabelOverlap","tickLabelComponent","angle","labelangle","tickFormat","d","xaxisDatakeyArr","getYAxis","showyaxis","yaxislabel","yaxisdatakey","yunits","axisLabel","padding","yaxislabeldistance","t","dependentAxis","isAxisDomainSupported","type","isAxisDomainValid","axis","areMinMaxValuesValid","values","isFinite","min","max","setDomainValues","xDomainValues","yDomainValues","x","getXMinMaxValues","getYMinMaxValues","updateState","chartMinX","chartMaxX","yMin","chartMinY","chartMaxY","datum","xValues","dataObject","yValues","minValues","maxValues","push","setHeightWidthOnChart","cb","chartHeight","chartWidth","themeName","colorsToUse","customcolors","split","map","themeToUse","getColorsObj","getTheme","colors","prepareLegendData","yAxis","ldata","prepareEvents","_","idx","childName","target","eventKey","String","eventHandlers","onClick","mutation","onMouseOver","onMouseOut","getxAxisVal","dataObj","xKey","index","isValid","isNaN","prepareDataItems","dataset","xaxis","yaxis","datasets","yPts","o","xindex","xVal","yVal","parseFloat","bubblesize","shape","invokeEventCallback","proxy","setTimeout","endAngle","updateData","renderLoadingIcon","loadingIcon","iconclass","loadingicon","caption","loadingdatamsg","labeltype","setTotal","ydomain","xdomain","loading","total","onPropertyChange","$new","$old","units","xLabel","yLabel"],"sources":["basechart.component.tsx"],"sourcesContent":["import React from \"react\";\nimport { Dimensions } from 'react-native';\nimport moment from \"moment\";\nimport {forEach, get, isArray, isEmpty, isObject, maxBy, minBy, set, trim, orderBy} from \"lodash-es\";\nimport { ScatterSymbolType } from \"victory-core\";\nimport {VictoryAxis, VictoryLegend, VictoryLabel} from \"victory-native\";\n\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmIcon from \"@wavemaker/app-rn-runtime/components/basic/icon/icon.component\";\nimport ThemeFactory from \"@wavemaker/app-rn-runtime/components/chart/theme/chart.theme\";\n\nimport BaseChartComponentProps from \"./basechart.props\";\nimport { DEFAULT_CLASS, BaseChartComponentStyles} from \"./basechart.styles\";\n\nexport class BaseChartComponentState <T extends BaseChartComponentProps> extends BaseComponentState<T> {\n data: any = [];\n content: any = null;\n yAxis: Array<string> = [];\n xaxisDatakeyArr: Array<any> = [];\n legendData: any = [];\n theme: any;\n colors: any;\n xLabel: string = '';\n yLabel: string = '';\n total: number = 0;\n endAngle: number = 0;\n loading: boolean = true;\n chartHeight: number = 0;\n chartWidth: number = 0;\n chartMinY: number | undefined = undefined;\n chartMinX: number | undefined = undefined;\n chartMaxY: number | undefined = undefined;\n chartMaxX: number | undefined = undefined;\n}\n\nconst screenWidth = Dimensions.get(\"window\").width;\n\nconst shapes: {[key: string]: ScatterSymbolType} = {\n 'circle': 'circle',\n 'cross': 'cross',\n 'diamond': 'diamond',\n 'plus': 'plus',\n 'minus': 'minus',\n 'square': 'square',\n 'star': 'star',\n 'triangle-down': 'triangleDown',\n 'triangle-up': 'triangleUp'\n};\n\nconst SI_SYMBOL = [\"\", \"k\", \"M\", \"G\", \"T\", \"P\", \"E\"];\n\nexport abstract class BaseChartComponent<T extends BaseChartComponentProps, S extends BaseChartComponentState<T>, L extends BaseChartComponentStyles> extends BaseComponent<T, S, L> {\n protected screenWidth: number = screenWidth;\n constructor(props: T, public defaultClass: string = DEFAULT_CLASS, defaultProps?: T, defaultState?: S) {\n super(props, defaultClass, defaultProps, defaultState);\n if (!props.theme) {\n this.applyTheme(props);\n }\n }\n\n componentDidMount() {\n super.componentDidMount();\n }\n\n abbreviateNumber(number: any) {\n if (typeof number !== 'number') {\n return number;\n }\n const tier = Math.log10(Math.abs(number)) / 3 | 0;\n\n if (tier == 0) {\n return number;\n }\n\n // get suffix and determine scale\n const suffix = SI_SYMBOL[tier];\n const scale = Math.pow(10, tier * 3);\n\n // scale the number\n var scaled = number / scale;\n\n // format number and add suffix\n return scaled.toFixed(1) + suffix;\n }\n\n getLegendView(colorScale?: any) {\n if (this.state.props.showlegend === 'hide') {\n return null;\n }\n let top = this.props.showlegend === 'bottom' ? parseInt(this.styles.root.height as string) : 0;\n if (top) {\n top = top - (50); // remove legendHeight\n }\n const orientation = (this.props.showlegend === 'right' || this.props.showlegend === 'left') ? 'vertical' : 'horizontal';\n return <VictoryLegend\n colorScale={colorScale}\n name={'legendData'}\n orientation={orientation}\n gutter={20}\n data={this.state.legendData}\n style={{ border: { stroke: 'none' } }}\n borderPadding={{top: 30, left: 50}}\n y={top}\n />\n }\n\n getYScaleMinValue(value: number) {\n const _min = Math.floor(value);\n return Math.abs(value) - _min > 0 ? value - .1 : _min - 1;\n };\n\n // x axis with vertical lines having grid stroke colors\n getXaxis() {\n if (this.props.showxaxis === false) {\n return null;\n }\n return <VictoryAxis crossAxis label={(this.props.xaxislabel || this.props.xaxisdatakey) + (this.props.xunits ? `(${this.props.xunits})` : '')}\n style={{\n grid: this.styles.grid\n }}\n fixLabelOverlap={true}\n tickLabelComponent={<VictoryLabel angle={this.props.labelangle || 0} />} theme={this.state.theme}\n tickFormat={(d) => `${this.state.xaxisDatakeyArr.length ? this.state.xaxisDatakeyArr[d] : d}`}/>;\n }\n /* y axis with horizontal lines having grid stroke colors*/\n getYAxis() {\n if (this.props.showyaxis === false) {\n return null;\n }\n return <VictoryAxis crossAxis label={(this.props.yaxislabel || this.props.yaxisdatakey) + (this.props.yunits ? `(${this.props.yunits})` : '')}\n style={{\n axisLabel: {padding: this.props.yaxislabeldistance},\n grid: this.styles.grid\n }}\n theme={this.state.theme}\n tickFormat={(t) => `${this.abbreviateNumber(t)}`} dependentAxis />;\n }\n\n // X/Y Domain properties are supported only for Column and Area charts\n isAxisDomainSupported(type: string) {\n return type === 'Column'|| type === 'Area';\n }\n\n // Check whether X/Y Domain was set to Min and is supported for the present chart\n isAxisDomainValid(axis: string) {\n if (get(this.props, axis + 'domain') === 'Min' && (this.isAxisDomainSupported(this.props.type))) {\n return true;\n }\n return false;\n };\n\n// Check whether min and max values are finite or not\n areMinMaxValuesValid(values: any) {\n if (isFinite(values.min) && isFinite(values.max)) {\n return true;\n }\n return false;\n };\n\n setDomainValues() {\n let xDomainValues, yDomainValues;\n if (this.state.data.length > 0) {\n if (this.isAxisDomainValid('x') && typeof this.state.data[0].x === 'number') {\n xDomainValues = this.getXMinMaxValues(this.state.data[0]);\n }\n if (this.isAxisDomainValid('y')) {\n yDomainValues = this.getYMinMaxValues(this.state.data);\n }\n if (xDomainValues) {\n this.updateState({\n chartMinX: yDomainValues.min.x,\n chartMaxX: yDomainValues.max.x\n } as S)\n }\n let yMin;\n if (yDomainValues) {\n if (this.areMinMaxValuesValid({max: yDomainValues.max.y, min: yDomainValues.min.y})) {\n yMin = this.getYScaleMinValue(yDomainValues.min.y);\n }\n this.updateState({\n chartMinY: yMin ? yMin : yDomainValues.min.y,\n chartMaxY: yDomainValues.max.y\n } as S);\n }\n }\n }\n\n // Getting the min and max values among all the x values\n getXMinMaxValues(datum: Array<{x: number, y: any}>) {\n if (!datum) {\n return;\n }\n const xValues: any = {};\n /*\n compute the min x value\n eg: When data has objects\n input: [{x:1, y:2}, {x:2, y:3}, {x:3, y:4}]\n min x: 1\n eg: When data has arrays\n input: [[10, 20], [20, 30], [30, 40]];\n min x: 10\n */\n xValues.min = minBy(datum, (dataObject: {x: any, y: any}) => dataObject.x) || {x: undefined};\n /*\n compute the max x value\n eg: When data has objects\n input: [{x:1, y:2}, {x:2, y:3}, {x:3, y:4}]\n max x: 3\n eg: When data has arrays\n input: [[10, 20], [20, 30], [30, 40]];\n max x: 30\n */\n xValues.max = maxBy(datum, (dataObject: {x: any, y: any}) => dataObject.x)|| {x: undefined};\n return xValues;\n }\n\n // Getting the min and max values among all the y values\n getYMinMaxValues(datum: Array<Array<{x: any, y: number}>>) {\n const yValues: any = {},\n minValues: any = [],\n maxValues: any = [];\n if (!datum) {\n return;\n }\n\n /*\n Getting the min and max y values among all the series of data\n compute the min y value\n eg: When data has objects\n input: [[{x:1, y:2}, {x:2, y:3}, {x:3, y:4}], [{x:2, y:3}, {x:3, y:4}, {x:4, y:5}]]\n min y values : '2'(among first set) & '3'(among second set)\n max y values : '4'(among first set) & '5'(among second set)\n\n eg: When data has arrays\n input: [[[10, 20], [20, 30], [30, 40]], [[20, 30], [30, 40], [40, 50]]]\n min y values : '20'(among first set) & '30'(among second set)\n max y values : '40'(among first set) & '50'(among second set)\n */\n\n forEach(datum, data => {\n if (data && !isEmpty(data)) {\n minValues.push(minBy(data, (dataObject: {x: any, y: any}) => { return dataObject.y }));\n maxValues.push(maxBy(data, (dataObject: {x: any, y: any}) => { return dataObject.y }));\n }\n });\n // Gets the least and highest values among all the min and max values of respective series of data\n yValues.min = minBy(minValues, (dataObject: {x: any, y: any}) => dataObject.y) || {y: undefined};\n yValues.max = maxBy(maxValues, (dataObject: {x: any, y: any}) => dataObject.y) || {y: undefined};\n return yValues;\n }\n\n setHeightWidthOnChart(cb?: () => void) {\n let height = this.styles.root.height || 250;\n let width = this.styles.root.width || screenWidth;\n if (height && typeof height === 'string') {\n height = parseInt(height);\n }\n if (width && typeof width === 'string') {\n width = parseInt(width);\n }\n this.updateState({\n chartHeight: height,\n chartWidth: width\n } as S, cb);\n }\n\n applyTheme(props: BaseChartComponentProps) {\n let themeName = props.theme ? props.theme : (props.type === 'Pie' ? 'Azure' : 'Terrestrial');\n let colorsToUse = [];\n if (typeof props.customcolors === 'string' && !isEmpty(props.customcolors)) {\n colorsToUse = props.customcolors.split(',').map(trim);\n }\n let themeToUse;\n if (typeof themeName === 'string') {\n if (!colorsToUse.length) {\n colorsToUse = ThemeFactory.getColorsObj(themeName);\n }\n themeToUse = ThemeFactory.getTheme(themeName, this.props.styles, colorsToUse);\n } else if (typeof themeName === 'object') {\n // if theme is passed as an object then use that custom theme.\n themeToUse = props.theme;\n }\n this.updateState({\n colors: colorsToUse,\n theme: themeToUse\n } as S);\n }\n\n prepareLegendData() {\n if (this.state.yAxis) {\n let ldata: any;\n if (this.props.type === 'Stack') {\n const data = orderBy(this.state.data[0], 'y', 'asc');\n ldata = data.map((d: any) => {\n return {\n name: this.state.xaxisDatakeyArr[d.x]\n }\n });\n } else {\n ldata = this.state.yAxis.map((d: string) => {\n return {\n name: d\n }\n });\n }\n\n this.updateState({\n legendData: ldata\n } as S);\n }\n }\n\n prepareEvents(name: string) {\n return this.state.legendData.map((_: any, idx: number) => {\n return {\n childName: ['legend'],\n target: 'data',\n eventKey: String(idx),\n eventHandlers: {\n onClick: () => {\n return [\n {\n childName: [name + '_' + idx],\n target: 'data',\n eventKey: 'all',\n mutation: (props: any) => {\n return null;\n }\n }\n ];\n },\n onMouseOver: () => {\n },\n onMouseOut: () => {\n }\n }\n };\n });\n }\n\n // If date string is bound to xaxis then we are pushing the x values as indexes.\n getxAxisVal(dataObj: {[key: string] : any}, xKey: string, index: number, xaxisDatakeyArr: Array<any>) {\n const value: any = get(dataObj, xKey);\n if (moment(value, true).isValid() || isNaN(value)) {\n xaxisDatakeyArr.push(value);\n return index;\n }\n return value;\n }\n\n prepareDataItems(dataset: any) {\n let xaxis = this.props.xaxisdatakey;\n let yaxis = this.props.yaxisdatakey;\n let xaxisDatakeyArr: Array<any> = [];\n let datasets: any = [];\n\n if (xaxis && yaxis) {\n let yPts = yaxis.split(',');\n yPts.forEach((y: any) => {\n if (xaxis !== y) {\n datasets.push(dataset.map((o: {[key: string] : any}, xindex: number) => {\n const xVal = this.getxAxisVal(o, xaxis, xindex, xaxisDatakeyArr);\n let yVal: string | number = get(o, y);\n if (typeof yVal === 'string') {\n yVal = parseFloat(yVal) || yVal;\n }\n let dataObj = {\n x: xVal,\n y: yVal,\n };\n if (this.props.bubblesize) {\n set(dataObj, 'size', get(o, this.props.bubblesize, 5));\n }\n if (this.props.shape) {\n set(dataObj, 'symbol', shapes[this.props.shape]);\n }\n return dataObj;\n }));\n }\n });\n // chartTransform\n this.invokeEventCallback('onTransform', [undefined, this.proxy]);\n if (this.props.type == 'Pie' || this.props.type === 'Donut') {\n // for animation effect\n setTimeout(() => {\n this.updateState({\n endAngle: 360,\n } as S);\n }, 500);\n }\n this.updateData(datasets, yPts, xaxisDatakeyArr);\n }\n }\n\n\n protected renderLoadingIcon() {\n return (<WmIcon styles={this.styles.loadingIcon}\n iconclass={this.props.loadingicon}\n caption={this.props.loadingdatamsg}></WmIcon>);\n }\n\n updateData(datasets: any, yPts: any, xaxisDatakeyArr: Array<any>) {\n this.updateState({\n data: datasets as any,\n yAxis: yPts,\n xaxisDatakeyArr: xaxisDatakeyArr\n } as S, () => {\n this.prepareLegendData();\n if (!this.props.labeltype || this.props.labeltype === 'percent') {\n this.setTotal(this.state.data[0]);\n }\n if (this.isAxisDomainSupported(this.props.type) && (this.props.ydomain || this.props.xdomain)) {\n this.setDomainValues();\n }\n this.updateState({\n loading: false\n } as S);\n });\n }\n\n setTotal(data: Array<{x: any, y: number}>) {\n let total = 0;\n data.forEach((d: {x: any, y: any}) => {\n total += d.y as number;\n });\n this.updateState({\n total: total\n } as S);\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n super.onPropertyChange(name, $new, $old);\n let units = '';\n switch(name) {\n case 'customcolors':\n if (isEmpty($new)) {\n return;\n }\n if (typeof $new === 'string') {\n $new = $new.split(',');\n }\n this.updateState({\n colors: $new\n } as S);\n break;\n case 'theme':\n this.applyTheme(this.props);\n break;\n case 'dataset':\n if (!isArray($new)) {\n if (isObject($new) && !isEmpty($new)) {\n $new = [$new];\n } else {\n $new = [];\n }\n }\n $new && this.prepareDataItems($new);\n break;\n case 'xaxislabel':\n if (this.props.xunits) {\n units = ' (' + this.props.xunits + ')';\n }\n this.updateState({\n xLabel: $new + units\n } as S);\n break;\n case 'yaxislabel':\n if (this.props.yunits) {\n units = ' (' + this.props.yunits + ')';\n }\n this.updateState({\n yLabel: $new + units\n } as S);\n break;\n }\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1,213 @@
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
+ 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); }
4
+ import React from 'react';
5
+ import { View } from 'react-native';
6
+ import { Svg } from 'react-native-svg';
7
+ import { VictoryStack, VictoryBar, VictoryChart, VictoryPie, VictoryLegend, VictoryAxis } from 'victory-native';
8
+ import { Axis, Scale } from 'victory-core';
9
+ import { orderBy, cloneDeep } from 'lodash';
10
+ import WmStackChartProps from './stack-chart.props';
11
+ import { DEFAULT_CLASS } from './stack-chart.styles';
12
+ import { BaseChartComponent, BaseChartComponentState } from '@wavemaker/app-rn-runtime/components/chart/basechart.component';
13
+ export class WmStackChartState extends BaseChartComponentState {
14
+ constructor() {
15
+ super(...arguments);
16
+ _defineProperty(this, "chartWidth", 0);
17
+ }
18
+ }
19
+ export default class WmStackChart extends BaseChartComponent {
20
+ constructor(props) {
21
+ super(props, DEFAULT_CLASS, new WmStackChartProps(), new WmStackChartState());
22
+ _defineProperty(this, "onViewLayoutChange", e => {
23
+ let viewWidth = e.nativeEvent.layout.width;
24
+ this.updateState({
25
+ chartWidth: viewWidth
26
+ });
27
+ });
28
+ }
29
+ componentDidMount() {
30
+ super.componentDidMount();
31
+ this.setHeightWidthOnChart();
32
+ }
33
+ getBarChart(props) {
34
+ if (this.state.data.length > 0) {
35
+ let data = cloneDeep(this.state.data[0]);
36
+ data = orderBy(data, 'y', 'asc');
37
+ let currentValue = 0;
38
+ return data.map((d, i) => {
39
+ let d1 = [];
40
+ d.x = 0;
41
+ d.y = d.y - currentValue;
42
+ d1.push(d);
43
+ currentValue = d.y + currentValue;
44
+ return /*#__PURE__*/React.createElement(VictoryBar, {
45
+ key: props.name + '_' + i,
46
+ cornerRadius: {
47
+ bottomLeft: 3,
48
+ bottomRight: 3,
49
+ topLeft: 3,
50
+ topRight: 3
51
+ },
52
+ data: d1
53
+ });
54
+ });
55
+ }
56
+ }
57
+ getColorCodes() {
58
+ const colors = cloneDeep(this.state.colors);
59
+ return colors.reverse();
60
+ }
61
+ getArcChart(props) {
62
+ if (this.state.data.length > 0) {
63
+ let data = cloneDeep(this.state.data[0]);
64
+ const colorScaleArray = this.getColorCodes();
65
+ const maxValue = Math.max(...data.map(o => o.y));
66
+ data = orderBy(data, 'y', 'desc');
67
+ const radius = 170;
68
+ return data.map((d, i) => {
69
+ let d1 = [];
70
+ d1.push(d);
71
+ d1.push({
72
+ x: d.x,
73
+ y: maxValue - d.y
74
+ });
75
+ return /*#__PURE__*/React.createElement(VictoryPie, {
76
+ key: props.name + '_' + i,
77
+ radius: radius,
78
+ colorScale: [colorScaleArray[i], '#fff0'],
79
+ startAngle: -80,
80
+ endAngle: 80,
81
+ cornerRadius: 100,
82
+ standalone: false,
83
+ origin: {
84
+ x: this.state.chartWidth / 2,
85
+ y: this.state.chartHeight - 50
86
+ },
87
+ innerRadius: radius - this.state.props.thickness,
88
+ labels: [],
89
+ data: d1
90
+ });
91
+ });
92
+ }
93
+ }
94
+ getArcAxis() {
95
+ const ticks = this.getTickValues();
96
+ const radius = 170;
97
+ const axisData = [];
98
+ ticks.forEach((d, i) => {
99
+ axisData.push({
100
+ x: `${this.state.props.yunits}${d}`,
101
+ y: 1
102
+ });
103
+ });
104
+ return /*#__PURE__*/React.createElement(VictoryPie, {
105
+ style: {
106
+ labels: {
107
+ fontSize: 12,
108
+ paddingLeft: 50,
109
+ paddingRight: 80
110
+ }
111
+ },
112
+ startAngle: -90,
113
+ endAngle: 90,
114
+ standalone: false,
115
+ colorScale: ['#fff0'],
116
+ origin: {
117
+ x: this.state.chartWidth / 2 - 5,
118
+ y: this.state.chartHeight - 50
119
+ },
120
+ labelRadius: radius - this.state.props.thickness - 20,
121
+ data: axisData
122
+ });
123
+ }
124
+ getTickValues() {
125
+ let ticks = [];
126
+ if (this.state.data[0].length) {
127
+ let data = cloneDeep(this.state.data[0]);
128
+ const maxValue = Math.max(...data.map(o => o.y));
129
+ const scale = Scale.getBaseScale({}, 'x');
130
+ scale.domain([0, maxValue]);
131
+ ticks = Axis.getTicks({}, scale);
132
+ }
133
+ return ticks;
134
+ }
135
+ renderWidget(props) {
136
+ if (!this.state.data.length) {
137
+ return null;
138
+ }
139
+ let mindomain = {
140
+ x: this.props.xdomain === 'Min' ? this.state.chartMinX : undefined,
141
+ y: this.props.ydomain === 'Min' ? this.state.chartMinY : undefined
142
+ };
143
+ const colorScale = this.state.colors.length === 1 ? this.state.colors[0] : this.state.colors;
144
+ return /*#__PURE__*/React.createElement(View, {
145
+ style: this.styles.root,
146
+ onLayout: this.onViewLayoutChange
147
+ }, props.viewtype === 'Bar' ? /*#__PURE__*/React.createElement(VictoryChart, {
148
+ theme: this.state.theme,
149
+ minDomain: mindomain,
150
+ height: this.styles.root.height,
151
+ width: this.styles.root.width || this.screenWidth,
152
+ padding: {
153
+ top: props.offsettop,
154
+ bottom: props.offsetbottom,
155
+ left: props.offsetleft,
156
+ right: props.offsetright
157
+ }
158
+ }, /*#__PURE__*/React.createElement(VictoryLegend, {
159
+ name: 'legend',
160
+ containerComponent: /*#__PURE__*/React.createElement(Svg, null),
161
+ style: {
162
+ title: {
163
+ fontFamily: "'Helvetica Neue', 'Helvetica', sans-serif",
164
+ fontSize: 18
165
+ }
166
+ },
167
+ title: [props.title, props.subheading],
168
+ orientation: "horizontal",
169
+ gutter: 20,
170
+ data: [],
171
+ theme: this.state.theme
172
+ }), this.getLegendView(colorScale), /*#__PURE__*/React.createElement(VictoryAxis, {
173
+ crossAxis: true,
174
+ style: {
175
+ tickLabels: {
176
+ fill: this.state.props.showyaxis === false ? 'transparent' : '#000000',
177
+ fontSize: 12,
178
+ padding: this.state.props.thickness / 2 + 5
179
+ },
180
+ axisLabel: {
181
+ padding: 15 + this.state.props.thickness / 2
182
+ },
183
+ grid: {
184
+ stroke: 'none'
185
+ }
186
+ },
187
+ theme: this.state.theme,
188
+ tickValues: this.getTickValues(),
189
+ tickFormat: t => this.state.props.yunits ? `${this.abbreviateNumber(t)}${this.state.props.yunits}` : `${this.abbreviateNumber(t)}`,
190
+ dependentAxis: true
191
+ }), /*#__PURE__*/React.createElement(VictoryStack, {
192
+ colorScale: colorScale,
193
+ horizontal: true,
194
+ style: {
195
+ data: {
196
+ strokeWidth: this.state.props.thickness
197
+ }
198
+ }
199
+ }, this.getBarChart(props))) : /*#__PURE__*/React.createElement(Svg, {
200
+ width: this.state.chartWidth,
201
+ height: this.state.chartHeight
202
+ }, /*#__PURE__*/React.createElement(VictoryLegend, {
203
+ name: 'legend',
204
+ containerComponent: /*#__PURE__*/React.createElement(Svg, null),
205
+ title: [props.title, props.subheading],
206
+ orientation: "horizontal",
207
+ gutter: 20,
208
+ data: [],
209
+ theme: this.state.theme
210
+ }), this.getArcChart(props), this.getArcAxis()));
211
+ }
212
+ }
213
+ //# sourceMappingURL=stack-chart.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Svg","VictoryStack","VictoryBar","VictoryChart","VictoryPie","VictoryLegend","VictoryAxis","Axis","Scale","orderBy","cloneDeep","WmStackChartProps","DEFAULT_CLASS","BaseChartComponent","BaseChartComponentState","WmStackChartState","constructor","arguments","_defineProperty","WmStackChart","props","e","viewWidth","nativeEvent","layout","width","updateState","chartWidth","componentDidMount","setHeightWidthOnChart","getBarChart","state","data","length","currentValue","map","d","i","d1","x","y","push","createElement","key","name","cornerRadius","bottomLeft","bottomRight","topLeft","topRight","getColorCodes","colors","reverse","getArcChart","colorScaleArray","maxValue","Math","max","o","radius","colorScale","startAngle","endAngle","standalone","origin","chartHeight","innerRadius","thickness","labels","getArcAxis","ticks","getTickValues","axisData","forEach","yunits","style","fontSize","paddingLeft","paddingRight","labelRadius","scale","getBaseScale","domain","getTicks","renderWidget","mindomain","xdomain","chartMinX","undefined","ydomain","chartMinY","styles","root","onLayout","onViewLayoutChange","viewtype","theme","minDomain","height","screenWidth","padding","top","offsettop","bottom","offsetbottom","left","offsetleft","right","offsetright","containerComponent","title","fontFamily","subheading","orientation","gutter","getLegendView","crossAxis","tickLabels","fill","showyaxis","axisLabel","grid","stroke","tickValues","tickFormat","t","abbreviateNumber","dependentAxis","horizontal","strokeWidth"],"sources":["stack-chart.component.tsx"],"sourcesContent":["import React from 'react';\nimport { LayoutChangeEvent, View } from 'react-native';\nimport { Svg } from 'react-native-svg';\nimport { VictoryStack, VictoryBar, VictoryChart, VictoryPie, VictoryLegend, VictoryAxis } from 'victory-native';\nimport { Axis, Scale } from 'victory-core';\nimport { orderBy, cloneDeep } from 'lodash';\n\nimport WmStackChartProps from './stack-chart.props';\nimport { DEFAULT_CLASS, WmStackChartStyles } from './stack-chart.styles';\nimport {\n BaseChartComponent,\n BaseChartComponentState\n} from '@wavemaker/app-rn-runtime/components/chart/basechart.component';\n\nexport class WmStackChartState extends BaseChartComponentState<WmStackChartProps> {\n chartWidth = 0;\n}\n\nexport default class WmStackChart extends BaseChartComponent<WmStackChartProps, WmStackChartState, WmStackChartStyles> {\n constructor(props: WmStackChartProps) {\n super(props, DEFAULT_CLASS, new WmStackChartProps(), new WmStackChartState());\n }\n\n componentDidMount() {\n super.componentDidMount();\n this.setHeightWidthOnChart();\n }\n\n getBarChart(props: WmStackChartProps) {\n if ( this.state.data.length >0 ) {\n let data = cloneDeep(this.state.data[0]);\n data = orderBy(data, 'y', 'asc');\n let currentValue = 0;\n return data.map((d: any, i: number) => {\n let d1: any = [];\n d.x = 0;\n d.y = d.y - currentValue;\n d1.push(d);\n currentValue = d.y + currentValue;\n return <VictoryBar key={props.name + '_' + i}\n cornerRadius={{bottomLeft:(3), bottomRight:(3), topLeft:(3), topRight:(3)}}\n data={d1}/>\n });\n }\n }\n\n private getColorCodes() {\n const colors = cloneDeep(this.state.colors);\n return colors.reverse();\n }\n\n getArcChart(props: WmStackChartProps) {\n if ( this.state.data.length > 0 ) {\n let data = cloneDeep(this.state.data[0]);\n const colorScaleArray = this.getColorCodes();\n const maxValue = Math.max(...data.map((o: any) => o.y));\n data = orderBy(data, 'y', 'desc');\n const radius = 170;\n return data.map((d: any, i: number) => {\n let d1: any = [];\n d1.push(d);\n d1.push({x: d.x, y: maxValue - d.y})\n return <VictoryPie key={props.name + '_' + i}\n radius={radius}\n colorScale={[colorScaleArray[i], '#fff0']}\n startAngle={-80}\n endAngle={80}\n cornerRadius={100}\n standalone={false}\n origin={{x: (this.state.chartWidth/2), y: (this.state.chartHeight - 50)}}\n innerRadius={radius - this.state.props.thickness}\n labels={[]}\n data={d1}/>\n });\n }\n }\n\n getArcAxis() {\n const ticks = this.getTickValues();\n const radius = 170;\n const axisData: any = [];\n ticks.forEach((d: any, i: any) => {\n axisData.push({x: `${this.state.props.yunits}${d}`, y: 1})\n });\n return <VictoryPie\n style={{\n labels: {\n fontSize: 12, paddingLeft: 50, paddingRight: 80\n }}\n }\n startAngle={-90}\n endAngle={90}\n standalone={false}\n colorScale={['#fff0']}\n origin={{x: (this.state.chartWidth/2 - 5), y: (this.state.chartHeight - 50)}}\n labelRadius={radius - this.state.props.thickness - 20}\n data={axisData}\n />\n }\n\n onViewLayoutChange = (e: LayoutChangeEvent) => {\n let viewWidth = e.nativeEvent.layout.width;\n this.updateState({\n chartWidth: viewWidth\n } as WmStackChartState);\n }\n\n getTickValues() {\n let ticks: any = [];\n if (this.state.data[0].length) {\n let data = cloneDeep(this.state.data[0]);\n const maxValue = Math.max(...data.map((o: any) => o.y));\n const scale = Scale.getBaseScale({}, 'x');\n scale.domain([0, maxValue]);\n ticks = Axis.getTicks({}, scale);\n }\n return ticks;\n }\n\n renderWidget(props: WmStackChartProps) {\n if (!this.state.data.length) {\n return null;\n }\n let mindomain={x: this.props.xdomain === 'Min' ? this.state.chartMinX: undefined, y: this.props.ydomain === 'Min' ? this.state.chartMinY: undefined};\n const colorScale = this.state.colors.length === 1 ? this.state.colors[0] : this.state.colors;\n return (\n <View\n style={this.styles.root} onLayout={this.onViewLayoutChange}\n >{\n props.viewtype === 'Bar' ?\n <VictoryChart\n theme={this.state.theme}\n minDomain={mindomain}\n height={this.styles.root.height as number}\n width={this.styles.root.width as number || this.screenWidth}\n padding={{\n top: props.offsettop,\n bottom: props.offsetbottom,\n left: props.offsetleft,\n right: props.offsetright\n }}>\n <VictoryLegend\n name={'legend'}\n containerComponent={<Svg />}\n style={{title: {\n fontFamily: \"'Helvetica Neue', 'Helvetica', sans-serif\",\n fontSize: 18\n }\n }}\n title={[props.title, props.subheading]}\n orientation=\"horizontal\"\n gutter={20}\n data={[]}\n theme={this.state.theme}\n />\n {this.getLegendView(colorScale)}\n <VictoryAxis crossAxis\n style={{\n tickLabels: { fill: this.state.props.showyaxis === false ? 'transparent' : '#000000', fontSize: 12, padding: this.state.props.thickness/2 + 5},\n axisLabel: { padding: (15 + this.state.props.thickness/2) },\n grid: {stroke: 'none'}\n }}\n theme={this.state.theme}\n tickValues={this.getTickValues()}\n tickFormat={(t) => this.state.props.yunits ? `${this.abbreviateNumber(t)}${this.state.props.yunits}` : `${this.abbreviateNumber(t)}`} dependentAxis />\n <VictoryStack\n colorScale={colorScale}\n horizontal={true}\n style={{\n data: { strokeWidth: this.state.props.thickness }\n }}\n >\n {\n this.getBarChart(props)\n }\n </VictoryStack>\n </VictoryChart> :\n <Svg width={this.state.chartWidth} height={this.state.chartHeight}>\n <VictoryLegend\n name={'legend'}\n containerComponent={<Svg />}\n title={[props.title, props.subheading]}\n orientation=\"horizontal\"\n gutter={20}\n data={[]}\n theme={this.state.theme}\n />\n {this.getArcChart(props)}\n {this.getArcAxis()}\n </Svg>\n }\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
+ 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); }
4
+ import BaseChartComponentProps from '@wavemaker/app-rn-runtime/components/chart/basechart.props';
5
+ export default class WmStackChartProps extends BaseChartComponentProps {
6
+ constructor() {
7
+ super(...arguments);
8
+ _defineProperty(this, "viewtype", 'Bar');
9
+ _defineProperty(this, "showlegend", 'left');
10
+ _defineProperty(this, "thickness", 20);
11
+ _defineProperty(this, "offsetleft", 25);
12
+ _defineProperty(this, "offsetright", 35);
13
+ }
14
+ }
15
+ //# sourceMappingURL=stack-chart.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseChartComponentProps","WmStackChartProps","constructor","arguments","_defineProperty"],"sources":["stack-chart.props.ts"],"sourcesContent":["import BaseChartComponentProps from '@wavemaker/app-rn-runtime/components/chart/basechart.props';\n\nexport default class WmStackChartProps extends BaseChartComponentProps {\n viewtype: string = 'Bar';\n showlegend: string = 'left';\n thickness: number = 20;\n offsetleft: number = 25;\n offsetright: number = 35;\n}\n"],"mappings":";;;AAAA,OAAOA,uBAAuB,MAAM,4DAA4D;AAEhG,eAAe,MAAMC,iBAAiB,SAASD,uBAAuB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,mBAClD,KAAK;IAAAA,eAAA,qBACH,MAAM;IAAAA,eAAA,oBACP,EAAE;IAAAA,eAAA,qBACD,EAAE;IAAAA,eAAA,sBACD,EAAE;EAAA;AAC1B"}
@@ -0,0 +1,7 @@
1
+ import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';
3
+ export const DEFAULT_CLASS = 'app-stack-chart';
4
+ BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
+ addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS, {});
6
+ });
7
+ //# sourceMappingURL=stack-chart.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","DEFAULT_CLASS","BASE_CHART_DEFAULT_CLASS","registerStyle","themeVariables","addStyle"],"sources":["stack-chart.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport {BaseChartComponentStyles, DEFAULT_CLASS as BASE_CHART_DEFAULT_CLASS } from '../basechart.styles';\n\nexport type WmStackChartStyles = BaseStyles & BaseChartComponentStyles;\n\nexport const DEFAULT_CLASS = 'app-stack-chart';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n addStyle(DEFAULT_CLASS, BASE_CHART_DEFAULT_CLASS, {});\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAE/D,SAAkCC,aAAa,IAAIC,wBAAwB,QAAQ,qBAAqB;AAIxG,OAAO,MAAMD,aAAa,GAAG,iBAAiB;AAC9CD,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrDA,QAAQ,CAACJ,aAAa,EAAEC,wBAAwB,EAAE,CAAC,CAAC,CAAC;AACvD,CAAC,CAAC"}
@@ -24,12 +24,16 @@ export default class WmAccordion extends BaseComponent {
24
24
  _defineProperty(this, "newIndex", 0);
25
25
  }
26
26
  addAccordionPane(accordionPane) {
27
- const i = this.accordionPanes.findIndex(t => t.props.name === accordionPane.props.name);
27
+ var _this$state$isExpande;
28
+ const i = this.accordionPanes.findIndex(t => t.props.title === accordionPane.props.title);
28
29
  if (i >= 0) {
29
30
  this.accordionPanes[i] = accordionPane;
30
31
  } else {
31
32
  this.accordionPanes[this.newIndex++] = accordionPane;
32
33
  }
34
+ if (!((_this$state$isExpande = this.state.isExpanded) !== null && _this$state$isExpande !== void 0 && _this$state$isExpande.find(v => v))) {
35
+ this.toggle(this.state.props.defaultpaneindex + 1);
36
+ }
33
37
  }
34
38
  expand(accordionName) {
35
39
  const i = this.accordionPanes.findIndex(t => t.props.name === accordionName);
@@ -71,7 +75,7 @@ export default class WmAccordion extends BaseComponent {
71
75
  const isExpanded = this.state.isExpanded[index];
72
76
  return /*#__PURE__*/React.createElement(View, {
73
77
  style: this.styles.pane,
74
- key: item.props.name
78
+ key: item.props.title
75
79
  }, /*#__PURE__*/React.createElement(TouchableOpacity, {
76
80
  key: 'accordionpane_' + (index + 1),
77
81
  style: [this.styles.header, index === 0 ? this.styles.firstHeader : null, index === accordionpanes.length - 1 && !isExpanded ? this.styles.lastHeader : null, isExpanded ? this.styles.activeHeader : {}],
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","TouchableOpacity","View","Badge","isArray","BaseComponent","BaseComponentState","WmAccordionProps","DEFAULT_CLASS","WmIcon","isDefined","WmAccordionState","constructor","arguments","_defineProperty","WmAccordion","props","addAccordionPane","accordionPane","_this$state$isExpande","i","accordionPanes","findIndex","t","title","newIndex","state","isExpanded","find","v","toggle","defaultpaneindex","expand","accordionName","name","collapse","expandCollapseIcon","item","showBadge","length","undefined","showIcon","useChevron","widgetProps","badge","badgevalue","createElement","style","styles","activeBadge","badgetype","iconclass","flexDirection","theme","mergeStyle","icon","activeIcon","renderAccordionpane","index","accordionpanes","showIconOnLeft","leftToggleIcon","root","width","pane","key","header","firstHeader","lastHeader","activeHeader","onPress","bind","flex","justifyContent","text","heading","activeHeaderTitle","description","subheading","expandedId","collapseId","closeothers","lastExpandedIndex","collapsedPane","hide","Promise","resolve","then","expandedPane","show","setState","invokeEventCallback","proxy","componentDidMount","renderWidget","children","_background","map"],"sources":["accordion.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, TouchableOpacity, View } from 'react-native';\nimport { Badge } from 'react-native-paper';\nimport { isArray } from 'lodash';\n\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmAccordionProps from './accordion.props';\nimport { DEFAULT_CLASS, WmAccordionStyles } from './accordion.styles';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmAccordionpane from './accordionpane/accordionpane.component';\nimport { isDefined } from '@wavemaker/app-rn-runtime/core/utils';\n\nexport class WmAccordionState extends BaseComponentState<WmAccordionProps> {\n lastExpandedIndex = -1;\n isExpanded = [] as boolean[];\n}\n\nexport default class WmAccordion extends BaseComponent<WmAccordionProps, WmAccordionState, WmAccordionStyles> {\n public accordionPanes = [] as WmAccordionpane[];\n private newIndex = 0;\n\n constructor(props: WmAccordionProps) {\n super(props, DEFAULT_CLASS, new WmAccordionProps(), new WmAccordionState());\n }\n\n addAccordionPane(accordionPane: WmAccordionpane) {\n const i = this.accordionPanes.findIndex(t => t.props.title === accordionPane.props.title);\n if (i >= 0) {\n this.accordionPanes[i] = accordionPane;\n } else {\n this.accordionPanes[this.newIndex++] = accordionPane;\n }\n if (!(this.state.isExpanded?.find((v) => v))) {\n this.toggle(this.state.props.defaultpaneindex + 1);\n }\n }\n\n expand(accordionName: string) {\n const i = this.accordionPanes.findIndex(t => t.props.name === accordionName);\n this.toggle(i + 1, true);\n }\n\n collapse(accordionName: string) {\n const i = this.accordionPanes.findIndex(t => t.props.name === accordionName);\n this.toggle(i + 1, false);\n }\n\n expandCollapseIcon(item: any, showBadge = true, showIcon = true, useChevron = true, isExpanded = false) {\n const widgetProps = item.props;\n //@ts-ignore\n const badge = showBadge && widgetProps.badgevalue != undefined ? (\n <Badge style={[\n this.styles.badge,\n isExpanded ? this.styles.activeBadge: null,\n this.styles[widgetProps.badgetype || 'default']]}>\n {widgetProps.badgevalue}\n </Badge>): null;\n let iconclass = null;\n if (useChevron) {\n iconclass = isExpanded ? 'wi wi-chevron-down' : 'wi wi-chevron-up';\n } else {\n iconclass = isExpanded ? 'wi wi-minus' : 'wi wi-plus';\n }\n return (<View style={{flexDirection: 'row'}}>\n {badge}\n {showIcon ? (\n <WmIcon\n styles={this.theme.mergeStyle({}, this.styles.icon, isExpanded ? this.styles.activeIcon : null)}\n name={'expand_collapse_icon'}\n iconclass={iconclass}></WmIcon>): null}\n </View>);\n }\n\n renderAccordionpane(item: any, index: any, accordionpanes: any[] = []) {\n const showIconOnLeft = this.styles.leftToggleIcon.root.width !== undefined;\n const isExpanded = this.state.isExpanded[index];\n return (\n <View style={this.styles.pane} key={item.props.title}>\n <TouchableOpacity key={'accordionpane_' + (index + 1)}\n style={[this.styles.header,\n index === 0 ? this.styles.firstHeader: null,\n index === accordionpanes.length - 1 && !isExpanded ? this.styles.lastHeader: null,\n isExpanded ? this.styles.activeHeader : {}]}\n onPress={this.toggle.bind(this, index + 1, !isExpanded)}>\n {this.expandCollapseIcon(item, false, showIconOnLeft, true, isExpanded)}\n {item.props.iconclass ? <WmIcon styles={this.styles.icon} name={item.props.name + '_icon'} iconclass={item.props.iconclass}></WmIcon>: null}\n <View style={{flexDirection: 'column', flex: 1, justifyContent: 'center'}}>\n <Text style={[\n this.styles.text,\n this.styles.heading,\n isExpanded ? this.styles.activeHeaderTitle : {}]}>\n {isDefined(item.props.title) ? item.props.title : 'Title'}\n </Text>\n {item.props.description ? \n (<Text style={this.styles.subheading}>{item.props.description}</Text>) : null }\n </View>\n {this.expandCollapseIcon(item, true, !showIconOnLeft, true, isExpanded)}\n </TouchableOpacity>\n {item}\n </View>\n );\n }\n\n toggle(index: number, expand = true) {\n let expandedId = expand ? index : -1;\n let collapseId = expand ? -1 : index;\n if (expand && this.state.isExpanded[expandedId - 1]\n || !expand && this.state.isExpanded[collapseId - 1] === false) {\n return;\n }\n if (collapseId < 0 && this.state.props.closeothers) {\n collapseId = this.state.lastExpandedIndex;\n }\n const collapsedPane = this.accordionPanes[collapseId -1];\n collapsedPane?.hide();\n Promise.resolve().then(() => {\n const expandedPane = expandedId ? this.accordionPanes[expandedId - 1]: null;\n expandedPane?.show();\n this.setState((state) => {\n if (collapseId > 0 && collapsedPane) {\n state.isExpanded[collapseId - 1] = false;\n }\n if (expandedId > 0 && expandedPane) {\n state.isExpanded[expandedId - 1] = true;\n }\n return {\n lastExpandedIndex: expandedId,\n isExpanded: [...state.isExpanded]\n };\n }, () => {\n this.invokeEventCallback('onChange', [{},\n this.proxy,\n expandedId - 1,\n collapseId ? collapseId - 1 : null,\n expandedPane && expandedPane.props.name,\n collapsedPane && collapsedPane.props.name]);\n });\n }, () => {});\n }\n\n public componentDidMount(): void {\n super.componentDidMount();\n this.toggle(this.state.props.defaultpaneindex + 1);\n }\n\n renderWidget(props: WmAccordionProps) {\n const accordionpanes = props.children;\n const expandedId = this.state.lastExpandedIndex || 0;\n return (\n <View style={this.styles.root}>\n {this._background}\n {accordionpanes\n ? isArray(accordionpanes) && accordionpanes.length\n ? accordionpanes.map((item: any, index: any) => this.renderAccordionpane(item, index, accordionpanes))\n : this.renderAccordionpane(accordionpanes, 0)\n : null}\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ import React from 'react';
2
+ import { View } from 'react-native';
3
+ import { isNil } from 'lodash';
4
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ import WmListTemplateProps from './list-template.props';
6
+ import { DEFAULT_CLASS } from './list-template.styles';
7
+ export class WmListTemplateState extends BaseComponentState {}
8
+ export default class WmListTemplate extends BaseComponent {
9
+ constructor(props) {
10
+ super(props, DEFAULT_CLASS, new WmListTemplateProps());
11
+ }
12
+ renderWidget(props) {
13
+ var _style;
14
+ const list = this.parent;
15
+ const listProps = list.state.props;
16
+ const isHorizontalList = listProps.direction === 'horizontal';
17
+ const noOfCols = list.getNoOfColumns();
18
+ let style = this.theme.getStyle(isHorizontalList ? 'horizontal-list-template' : 'vertical-list-template');
19
+ if (isNil(style['flex']) && !isHorizontalList && noOfCols === 1) {
20
+ style = this.theme.mergeStyle({
21
+ root: {
22
+ flex: 1
23
+ }
24
+ }, style);
25
+ }
26
+ return /*#__PURE__*/React.createElement(View, {
27
+ style: [this.styles.root, (_style = style) === null || _style === void 0 ? void 0 : _style.root]
28
+ }, this._background, props.children);
29
+ }
30
+ }
31
+ //# sourceMappingURL=list-template.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","isNil","BaseComponent","BaseComponentState","WmListTemplateProps","DEFAULT_CLASS","WmListTemplateState","WmListTemplate","constructor","props","renderWidget","_style","list","parent","listProps","state","isHorizontalList","direction","noOfCols","getNoOfColumns","style","theme","getStyle","mergeStyle","root","flex","createElement","styles","_background","children"],"sources":["list-template.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { isNil } from 'lodash';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmListTemplateProps from './list-template.props';\nimport { DEFAULT_CLASS, WmListTemplateStyles } from './list-template.styles';\nimport WmList from '../list.component';\n\nexport class WmListTemplateState extends BaseComponentState<WmListTemplateProps> {\n\n}\n\nexport default class WmListTemplate extends BaseComponent<WmListTemplateProps, WmListTemplateState, WmListTemplateStyles> {\n\n constructor(props: WmListTemplateProps) {\n super(props, DEFAULT_CLASS, new WmListTemplateProps());\n }\n\n renderWidget(props: WmListTemplateProps) {\n const list = (this.parent as WmList);\n const listProps = list.state.props;\n const isHorizontalList = listProps.direction === 'horizontal';\n const noOfCols = list.getNoOfColumns();\n let style = this.theme.getStyle( isHorizontalList ? 'horizontal-list-template' : 'vertical-list-template');\n if (isNil(style['flex']) && !isHorizontalList && noOfCols === 1) {\n style = this.theme.mergeStyle({root: {flex: 1}}, style);\n }\n return (\n <View style={[this.styles.root, style?.root]}>{this._background}{props.children}</View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,KAAK,QAAQ,QAAQ;AAC9B,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,uBAAuB;AACvD,SAASC,aAAa,QAA8B,wBAAwB;AAG5E,OAAO,MAAMC,mBAAmB,SAASH,kBAAkB,CAAsB;AAIjF,eAAe,MAAMI,cAAc,SAASL,aAAa,CAAiE;EAExHM,WAAWA,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,mBAAmB,CAAC,CAAC,CAAC;EACxD;EAEAM,YAAYA,CAACD,KAA0B,EAAE;IAAA,IAAAE,MAAA;IACvC,MAAMC,IAAI,GAAI,IAAI,CAACC,MAAiB;IACpC,MAAMC,SAAS,GAAGF,IAAI,CAACG,KAAK,CAACN,KAAK;IAClC,MAAMO,gBAAgB,GAAGF,SAAS,CAACG,SAAS,KAAK,YAAY;IAC7D,MAAMC,QAAQ,GAAGN,IAAI,CAACO,cAAc,CAAC,CAAC;IACtC,IAAIC,KAAK,GAAG,IAAI,CAACC,KAAK,CAACC,QAAQ,CAAEN,gBAAgB,GAAG,0BAA0B,GAAG,wBAAwB,CAAC;IAC1G,IAAIf,KAAK,CAACmB,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,CAACJ,gBAAgB,IAAIE,QAAQ,KAAK,CAAC,EAAE;MAC7DE,KAAK,GAAG,IAAI,CAACC,KAAK,CAACE,UAAU,CAAC;QAACC,IAAI,EAAE;UAACC,IAAI,EAAE;QAAC;MAAC,CAAC,EAAEL,KAAK,CAAC;IAC3D;IACA,oBACErB,KAAA,CAAA2B,aAAA,CAAC1B,IAAI;MAACoB,KAAK,EAAE,CAAC,IAAI,CAACO,MAAM,CAACH,IAAI,GAAAb,MAAA,GAAES,KAAK,cAAAT,MAAA,uBAALA,MAAA,CAAOa,IAAI;IAAE,GAAE,IAAI,CAACI,WAAW,EAAEnB,KAAK,CAACoB,QAAe,CAAC;EAE3F;AACF"}
@@ -3,9 +3,7 @@ import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
3
  export const DEFAULT_CLASS = 'app-list-template';
4
4
  BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
5
  const defaultStyles = defineStyles({
6
- root: {
7
- flex: 1
8
- },
6
+ root: {},
9
7
  text: {}
10
8
  });
11
9
  addStyle(DEFAULT_CLASS, '', defaultStyles);
@@ -14,5 +12,11 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
14
12
  borderBottomWidth: 0
15
13
  }
16
14
  });
15
+ addStyle('horizontal-list-template', '', {
16
+ root: {}
17
+ });
18
+ addStyle('vertical-list-template', '', {
19
+ root: {}
20
+ });
17
21
  });
18
22
  //# sourceMappingURL=list-template.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","borderBottomWidth"],"sources":["list-template.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport type WmListTemplateStyles = BaseStyles & {};\n\nexport const DEFAULT_CLASS = 'app-list-template';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmListTemplateStyles = defineStyles<WmListTemplateStyles>({\n root: {},\n text: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('list-card-template', '', {\n root : {\n borderBottomWidth: 0\n }\n } as WmListTemplateStyles);\n addStyle('horizontal-list-template', '', {\n root : {}\n } as WmListTemplateStyles);\n addStyle('vertical-list-template', '', {\n root : {\n }\n } as WmListTemplateStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAIxF,OAAO,MAAMC,aAAa,GAAG,mBAAmB;AAChDF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAmC,GAAGL,YAAY,CAAuB;IAC3EM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC;EACX,CAAC,CAAC;EAEFH,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,oBAAoB,EAAE,EAAE,EAAE;IAC/BE,IAAI,EAAG;MACHE,iBAAiB,EAAE;IACvB;EACJ,CAAyB,CAAC;EAC1BJ,QAAQ,CAAC,0BAA0B,EAAE,EAAE,EAAE;IACrCE,IAAI,EAAG,CAAC;EACZ,CAAyB,CAAC;EAC1BF,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAG,CACP;EACJ,CAAyB,CAAC;AAC9B,CAAC,CAAC"}
@@ -1,3 +1,4 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
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); }
@@ -39,7 +40,7 @@ export default class WmList extends BaseComponent {
39
40
  let triggerTapEvent = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
40
41
  const props = this.state.props;
41
42
  let selectedItem = null;
42
- if (!props.disableitem($item, $index)) {
43
+ if (props.disableitem !== true && (typeof props.disableitem !== 'function' || !props.disableitem($item, $index))) {
43
44
  if (props.multiselect) {
44
45
  selectedItem = [...(props.selecteditem || [])];
45
46
  const index = selectedItem.indexOf($item);
@@ -217,6 +218,13 @@ export default class WmList extends BaseComponent {
217
218
  caption: props.loadingdatamsg
218
219
  });
219
220
  }
221
+ getNoOfColumns() {
222
+ const props = this.state.props;
223
+ if (props.direction === 'vertical') {
224
+ return props.itemsperrow.xs;
225
+ }
226
+ return 0;
227
+ }
220
228
  renderWithFlatList(props) {
221
229
  let isHorizontal = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
222
230
  return /*#__PURE__*/React.createElement(View, {
@@ -226,13 +234,16 @@ export default class WmList extends BaseComponent {
226
234
  marginBottom: 16
227
235
  },
228
236
  key: v.key || this.keyExtractor.getKey(v, true)
229
- }, this.renderHeader(props, v.key), /*#__PURE__*/React.createElement(FlatList, {
237
+ }, this.renderHeader(props, v.key), /*#__PURE__*/React.createElement(FlatList, _extends({
238
+ key: props.name + '_' + (isHorizontal ? 'H' : 'V') + props.itemsperrow.xs,
230
239
  keyExtractor: (item, i) => this.generateItemKey(item, i, props),
231
240
  horizontal: isHorizontal,
232
241
  data: v.data || [],
233
242
  ListEmptyComponent: itemInfo => this.renderEmptyMessage(isHorizontal, itemInfo.item, itemInfo.index, props),
234
243
  renderItem: itemInfo => this.renderItem(itemInfo.item, itemInfo.index, props)
235
- }))) : null);
244
+ }, isHorizontal ? {} : {
245
+ numColumns: this.getNoOfColumns()
246
+ })))) : null);
236
247
  }
237
248
  getSectionListData() {
238
249
  if (this._showSkeleton) {
@@ -279,7 +290,7 @@ export default class WmList extends BaseComponent {
279
290
  renderWidget(props) {
280
291
  this.invokeEventCallback('onBeforedatarender', [this, this.state.props.dataset]);
281
292
  const isHorizontal = props.direction === 'horizontal';
282
- return /*#__PURE__*/React.createElement(View, null, this._background, isHorizontal ? this.renderWithFlatList(props, isHorizontal) : this.renderWithSectionList(props, isHorizontal));
293
+ return /*#__PURE__*/React.createElement(View, null, this._background, isHorizontal || !props.groupby ? this.renderWithFlatList(props, isHorizontal) : this.renderWithSectionList(props, isHorizontal));
283
294
  }
284
295
  }
285
296
  //# sourceMappingURL=list.component.js.map