@wavemaker/app-rn-runtime 11.7.0-patch.6 → 11.7.0-rc.162

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 (1625) hide show
  1. app-rn-runtime/actions/base-action.js.map +1 -0
  2. app-rn-runtime/actions/index.js.map +1 -0
  3. app-rn-runtime/actions/login-action.js.map +1 -0
  4. app-rn-runtime/actions/logout-action.js.map +1 -0
  5. app-rn-runtime/actions/navigation-action.js +44 -0
  6. app-rn-runtime/actions/navigation-action.js.map +1 -0
  7. app-rn-runtime/actions/notification-action.js +73 -0
  8. app-rn-runtime/actions/notification-action.js.map +1 -0
  9. app-rn-runtime/actions/timer-action.js +57 -0
  10. app-rn-runtime/actions/timer-action.js.map +1 -0
  11. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -0
  12. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
  13. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -0
  14. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +1 -0
  15. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
  16. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
  17. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -0
  18. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +1 -0
  19. app-rn-runtime/components/advanced/carousel/carousel.component.js +330 -0
  20. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +1 -0
  21. app-rn-runtime/components/advanced/carousel/carousel.props.js +21 -0
  22. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +1 -0
  23. app-rn-runtime/components/advanced/carousel/carousel.styles.js +180 -0
  24. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +1 -0
  25. app-rn-runtime/components/advanced/login/login.component.js +39 -0
  26. app-rn-runtime/components/advanced/login/login.component.js.map +1 -0
  27. app-rn-runtime/components/advanced/login/login.props.js +12 -0
  28. app-rn-runtime/components/advanced/login/login.props.js.map +1 -0
  29. app-rn-runtime/components/advanced/login/login.styles.js.map +1 -0
  30. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +114 -0
  31. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
  32. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
  33. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -0
  34. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +1 -0
  35. app-rn-runtime/components/advanced/webview/webview.component.js +153 -0
  36. app-rn-runtime/components/advanced/webview/webview.component.js.map +1 -0
  37. app-rn-runtime/components/advanced/webview/webview.props.js +16 -0
  38. app-rn-runtime/components/advanced/webview/webview.props.js.map +1 -0
  39. app-rn-runtime/components/advanced/webview/webview.styles.js.map +1 -0
  40. app-rn-runtime/components/basic/anchor/anchor.component.js +99 -0
  41. app-rn-runtime/components/basic/anchor/anchor.component.js.map +1 -0
  42. app-rn-runtime/components/basic/anchor/anchor.props.js +32 -0
  43. app-rn-runtime/components/basic/anchor/anchor.props.js.map +1 -0
  44. app-rn-runtime/components/basic/anchor/anchor.styles.js +83 -0
  45. app-rn-runtime/components/basic/anchor/anchor.styles.js.map +1 -0
  46. app-rn-runtime/components/basic/animatedview.component.js +222 -0
  47. app-rn-runtime/components/basic/animatedview.component.js.map +1 -0
  48. app-rn-runtime/components/basic/audio/audio.component.js +244 -0
  49. app-rn-runtime/components/basic/audio/audio.component.js.map +1 -0
  50. app-rn-runtime/components/basic/audio/audio.props.js +15 -0
  51. app-rn-runtime/components/basic/audio/audio.props.js.map +1 -0
  52. app-rn-runtime/components/basic/audio/audio.styles.js.map +1 -0
  53. app-rn-runtime/components/basic/button/button.component.js +113 -0
  54. app-rn-runtime/components/basic/button/button.component.js.map +1 -0
  55. app-rn-runtime/components/basic/button/button.props.js +27 -0
  56. app-rn-runtime/components/basic/button/button.props.js.map +1 -0
  57. app-rn-runtime/components/basic/button/button.styles.js +132 -0
  58. app-rn-runtime/components/basic/button/button.styles.js.map +1 -0
  59. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +1 -0
  60. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +14 -0
  61. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js.map +1 -0
  62. app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
  63. app-rn-runtime/components/basic/custom/custom.component.js.map +1 -0
  64. app-rn-runtime/components/basic/custom/custom.props.js +16 -0
  65. app-rn-runtime/components/basic/custom/custom.props.js.map +1 -0
  66. app-rn-runtime/components/basic/custom/custom.styles.js.map +1 -0
  67. app-rn-runtime/components/basic/icon/icon.component.js +266 -0
  68. app-rn-runtime/components/basic/icon/icon.component.js.map +1 -0
  69. app-rn-runtime/components/basic/icon/icon.props.js +27 -0
  70. app-rn-runtime/components/basic/icon/icon.props.js.map +1 -0
  71. app-rn-runtime/components/basic/icon/icon.styles.js.map +1 -0
  72. app-rn-runtime/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +1 -0
  73. app-rn-runtime/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +1 -0
  74. app-rn-runtime/components/basic/icon/wavicon/wavicon.component.js.map +1 -0
  75. app-rn-runtime/components/basic/label/label.component.js +156 -0
  76. app-rn-runtime/components/basic/label/label.component.js.map +1 -0
  77. app-rn-runtime/components/basic/label/label.props.js +24 -0
  78. app-rn-runtime/components/basic/label/label.props.js.map +1 -0
  79. app-rn-runtime/components/basic/label/label.styles.js.map +1 -0
  80. app-rn-runtime/components/basic/lottie/lottie.component.js +136 -0
  81. app-rn-runtime/components/basic/lottie/lottie.component.js.map +1 -0
  82. app-rn-runtime/components/basic/lottie/lottie.props.js +14 -0
  83. app-rn-runtime/components/basic/lottie/lottie.props.js.map +1 -0
  84. app-rn-runtime/components/basic/lottie/lottie.styles.js +15 -0
  85. app-rn-runtime/components/basic/lottie/lottie.styles.js.map +1 -0
  86. app-rn-runtime/components/basic/message/message.component.js +78 -0
  87. app-rn-runtime/components/basic/message/message.component.js.map +1 -0
  88. app-rn-runtime/components/basic/message/message.props.js +21 -0
  89. app-rn-runtime/components/basic/message/message.props.js.map +1 -0
  90. app-rn-runtime/components/basic/message/message.styles.js +116 -0
  91. app-rn-runtime/components/basic/message/message.styles.js.map +1 -0
  92. app-rn-runtime/components/basic/modal/modal.component.js.map +1 -0
  93. app-rn-runtime/components/basic/modal/modal.props.js +12 -0
  94. app-rn-runtime/components/basic/modal/modal.props.js.map +1 -0
  95. app-rn-runtime/components/basic/modal/modal.styles.js.map +1 -0
  96. app-rn-runtime/components/basic/picture/picture.component.js +191 -0
  97. app-rn-runtime/components/basic/picture/picture.component.js.map +1 -0
  98. app-rn-runtime/components/basic/picture/picture.props.js +22 -0
  99. app-rn-runtime/components/basic/picture/picture.props.js.map +1 -0
  100. app-rn-runtime/components/basic/picture/picture.styles.js.map +1 -0
  101. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +59 -0
  102. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  103. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +16 -0
  104. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +1 -0
  105. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  106. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +77 -0
  107. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +1 -0
  108. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +19 -0
  109. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js.map +1 -0
  110. app-rn-runtime/components/basic/progress-circle/progress-circle.styles.js.map +1 -0
  111. app-rn-runtime/components/basic/search/local-data-provider.js +113 -0
  112. app-rn-runtime/components/basic/search/local-data-provider.js.map +1 -0
  113. app-rn-runtime/components/basic/search/search.component.js +430 -0
  114. app-rn-runtime/components/basic/search/search.component.js.map +1 -0
  115. app-rn-runtime/components/basic/search/search.props.js +35 -0
  116. app-rn-runtime/components/basic/search/search.props.js.map +1 -0
  117. app-rn-runtime/components/basic/search/search.styles.js +179 -0
  118. app-rn-runtime/components/basic/search/search.styles.js.map +1 -0
  119. app-rn-runtime/components/basic/skeleton/skeleton.component.js +149 -0
  120. app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +1 -0
  121. app-rn-runtime/components/basic/skeleton/skeleton.props.js +11 -0
  122. app-rn-runtime/components/basic/skeleton/skeleton.props.js.map +1 -0
  123. app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +1 -0
  124. app-rn-runtime/components/basic/spinner/spinner.component.js +90 -0
  125. app-rn-runtime/components/basic/spinner/spinner.component.js.map +1 -0
  126. app-rn-runtime/components/basic/spinner/spinner.props.js +17 -0
  127. app-rn-runtime/components/basic/spinner/spinner.props.js.map +1 -0
  128. app-rn-runtime/components/basic/spinner/spinner.styles.js +41 -0
  129. app-rn-runtime/components/basic/spinner/spinner.styles.js.map +1 -0
  130. app-rn-runtime/components/basic/tooltip/tooltip.component.js.map +1 -0
  131. app-rn-runtime/components/basic/tooltip/tooltip.props.js +18 -0
  132. app-rn-runtime/components/basic/tooltip/tooltip.props.js.map +1 -0
  133. app-rn-runtime/components/basic/tooltip/tooltip.styles.js.map +1 -0
  134. app-rn-runtime/components/basic/video/video.component.js +62 -0
  135. app-rn-runtime/components/basic/video/video.component.js.map +1 -0
  136. app-rn-runtime/components/basic/video/video.props.js +25 -0
  137. app-rn-runtime/components/basic/video/video.props.js.map +1 -0
  138. app-rn-runtime/components/basic/video/video.styles.js +14 -0
  139. app-rn-runtime/components/basic/video/video.styles.js.map +1 -0
  140. app-rn-runtime/components/chart/area-chart/area-chart.component.js +148 -0
  141. app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +1 -0
  142. app-rn-runtime/components/chart/area-chart/area-chart.props.js +12 -0
  143. app-rn-runtime/components/chart/area-chart/area-chart.props.js.map +1 -0
  144. app-rn-runtime/components/chart/area-chart/area-chart.styles.js +13 -0
  145. app-rn-runtime/components/chart/area-chart/area-chart.styles.js.map +1 -0
  146. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +120 -0
  147. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +1 -0
  148. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +13 -0
  149. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +1 -0
  150. app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js +13 -0
  151. app-rn-runtime/components/chart/bar-chart/bar-chart.styles.js.map +1 -0
  152. app-rn-runtime/components/chart/basechart.component.js +693 -0
  153. app-rn-runtime/components/chart/basechart.component.js.map +1 -0
  154. app-rn-runtime/components/chart/basechart.props.js +61 -0
  155. app-rn-runtime/components/chart/basechart.props.js.map +1 -0
  156. app-rn-runtime/components/chart/basechart.styles.js +97 -0
  157. app-rn-runtime/components/chart/basechart.styles.js.map +1 -0
  158. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +104 -0
  159. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
  160. app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +11 -0
  161. app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js.map +1 -0
  162. app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js +13 -0
  163. app-rn-runtime/components/chart/bubble-chart/bubble-chart.styles.js.map +1 -0
  164. app-rn-runtime/components/chart/column-chart/column-chart.component.js.map +1 -0
  165. app-rn-runtime/components/chart/column-chart/column-chart.props.js.map +1 -0
  166. app-rn-runtime/components/chart/column-chart/column-chart.styles.js +13 -0
  167. app-rn-runtime/components/chart/column-chart/column-chart.styles.js.map +1 -0
  168. app-rn-runtime/components/chart/donut-chart/donut-chart.component.js.map +1 -0
  169. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +11 -0
  170. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js.map +1 -0
  171. app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js +13 -0
  172. app-rn-runtime/components/chart/donut-chart/donut-chart.styles.js.map +1 -0
  173. app-rn-runtime/components/chart/legend/legend.component.js.map +1 -0
  174. app-rn-runtime/components/chart/line-chart/line-chart.component.js +110 -0
  175. app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +1 -0
  176. app-rn-runtime/components/chart/line-chart/line-chart.props.js +14 -0
  177. app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +1 -0
  178. app-rn-runtime/components/chart/line-chart/line-chart.styles.js +13 -0
  179. app-rn-runtime/components/chart/line-chart/line-chart.styles.js.map +1 -0
  180. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +228 -0
  181. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +1 -0
  182. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +14 -0
  183. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js.map +1 -0
  184. app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js +13 -0
  185. app-rn-runtime/components/chart/pie-chart/pie-chart.styles.js.map +1 -0
  186. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +348 -0
  187. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +1 -0
  188. app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +17 -0
  189. app-rn-runtime/components/chart/stack-chart/stack-chart.props.js.map +1 -0
  190. app-rn-runtime/components/chart/stack-chart/stack-chart.styles.js.map +1 -0
  191. app-rn-runtime/components/chart/staticdata.js.map +1 -0
  192. app-rn-runtime/components/chart/theme/chart.theme.js.map +1 -0
  193. app-rn-runtime/components/container/accordion/accordion.component.js +183 -0
  194. app-rn-runtime/components/container/accordion/accordion.component.js.map +1 -0
  195. app-rn-runtime/components/container/accordion/accordion.props.js +14 -0
  196. app-rn-runtime/components/container/accordion/accordion.props.js.map +1 -0
  197. app-rn-runtime/components/container/accordion/accordion.styles.js +141 -0
  198. app-rn-runtime/components/container/accordion/accordion.styles.js.map +1 -0
  199. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +78 -0
  200. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
  201. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
  202. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -0
  203. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -0
  204. app-rn-runtime/components/container/container.component.js +73 -0
  205. app-rn-runtime/components/container/container.component.js.map +1 -0
  206. app-rn-runtime/components/container/container.props.js +13 -0
  207. app-rn-runtime/components/container/container.props.js.map +1 -0
  208. app-rn-runtime/components/container/container.styles.js +52 -0
  209. app-rn-runtime/components/container/container.styles.js.map +1 -0
  210. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
  211. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
  212. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -0
  213. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +1 -0
  214. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +21 -0
  215. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
  216. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
  217. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -0
  218. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js +42 -0
  219. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.styles.js.map +1 -0
  220. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +43 -0
  221. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
  222. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +11 -0
  223. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
  224. app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js +34 -0
  225. app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
  226. app-rn-runtime/components/container/linearlayout/linearlayout.component.js +69 -0
  227. app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +1 -0
  228. app-rn-runtime/components/container/linearlayout/linearlayout.props.js +15 -0
  229. app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +1 -0
  230. app-rn-runtime/components/container/linearlayout/linearlayout.styles.js +14 -0
  231. app-rn-runtime/components/container/linearlayout/linearlayout.styles.js.map +1 -0
  232. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
  233. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
  234. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -0
  235. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +1 -0
  236. app-rn-runtime/components/container/panel/collapsible-pane.component.js.map +1 -0
  237. app-rn-runtime/components/container/panel/panel-content/panel-content.component.js.map +1 -0
  238. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +11 -0
  239. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js.map +1 -0
  240. app-rn-runtime/components/container/panel/panel-content/panel-content.styles.js.map +1 -0
  241. app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js.map +1 -0
  242. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +11 -0
  243. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js.map +1 -0
  244. app-rn-runtime/components/container/panel/panel-footer/panel-footer.styles.js.map +1 -0
  245. app-rn-runtime/components/container/panel/panel.component.js +155 -0
  246. app-rn-runtime/components/container/panel/panel.component.js.map +1 -0
  247. app-rn-runtime/components/container/panel/panel.props.js +24 -0
  248. app-rn-runtime/components/container/panel/panel.props.js.map +1 -0
  249. app-rn-runtime/components/container/panel/panel.styles.js +108 -0
  250. app-rn-runtime/components/container/panel/panel.styles.js.map +1 -0
  251. app-rn-runtime/components/container/partial-host.component.js +42 -0
  252. app-rn-runtime/components/container/partial-host.component.js.map +1 -0
  253. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +198 -0
  254. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  255. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +13 -0
  256. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
  257. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
  258. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +74 -0
  259. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  260. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +15 -0
  261. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
  262. app-rn-runtime/components/container/tabs/tabpane/tabpane.styles.js.map +1 -0
  263. app-rn-runtime/components/container/tabs/tabs.component.js +271 -0
  264. app-rn-runtime/components/container/tabs/tabs.component.js.map +1 -0
  265. app-rn-runtime/components/container/tabs/tabs.props.js +13 -0
  266. app-rn-runtime/components/container/tabs/tabs.props.js.map +1 -0
  267. app-rn-runtime/components/container/tabs/tabs.styles.js +61 -0
  268. app-rn-runtime/components/container/tabs/tabs.styles.js.map +1 -0
  269. app-rn-runtime/components/container/tile/tile.component.js +45 -0
  270. app-rn-runtime/components/container/tile/tile.component.js.map +1 -0
  271. app-rn-runtime/components/container/tile/tile.props.js +13 -0
  272. app-rn-runtime/components/container/tile/tile.props.js.map +1 -0
  273. app-rn-runtime/components/container/tile/tile.styles.js +38 -0
  274. app-rn-runtime/components/container/tile/tile.styles.js.map +1 -0
  275. app-rn-runtime/components/container/wizard/wizard.component.js +335 -0
  276. app-rn-runtime/components/container/wizard/wizard.component.js.map +1 -0
  277. app-rn-runtime/components/container/wizard/wizard.props.js +23 -0
  278. app-rn-runtime/components/container/wizard/wizard.props.js.map +1 -0
  279. app-rn-runtime/components/container/wizard/wizard.styles.js +313 -0
  280. app-rn-runtime/components/container/wizard/wizard.styles.js.map +1 -0
  281. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +80 -0
  282. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
  283. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
  284. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -0
  285. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js +13 -0
  286. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.styles.js.map +1 -0
  287. app-rn-runtime/components/data/card/card-content/card-content.component.js +45 -0
  288. app-rn-runtime/components/data/card/card-content/card-content.component.js.map +1 -0
  289. app-rn-runtime/components/data/card/card-content/card-content.props.js +12 -0
  290. app-rn-runtime/components/data/card/card-content/card-content.props.js.map +1 -0
  291. app-rn-runtime/components/data/card/card-content/card-content.styles.js +17 -0
  292. app-rn-runtime/components/data/card/card-content/card-content.styles.js.map +1 -0
  293. app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +1 -0
  294. app-rn-runtime/components/data/card/card-footer/card-footer.props.js +11 -0
  295. app-rn-runtime/components/data/card/card-footer/card-footer.props.js.map +1 -0
  296. app-rn-runtime/components/data/card/card-footer/card-footer.styles.js.map +1 -0
  297. app-rn-runtime/components/data/card/card.component.js +90 -0
  298. app-rn-runtime/components/data/card/card.component.js.map +1 -0
  299. app-rn-runtime/components/data/card/card.props.js +27 -0
  300. app-rn-runtime/components/data/card/card.props.js.map +1 -0
  301. app-rn-runtime/components/data/card/card.styles.js +51 -0
  302. app-rn-runtime/components/data/card/card.styles.js.map +1 -0
  303. app-rn-runtime/components/data/form/form-action/form-action.component.js +35 -0
  304. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +1 -0
  305. app-rn-runtime/components/data/form/form-action/form-action.props.js +18 -0
  306. app-rn-runtime/components/data/form/form-action/form-action.props.js.map +1 -0
  307. app-rn-runtime/components/data/form/form-action/form-action.styles.js.map +1 -0
  308. app-rn-runtime/components/data/form/form-body/form-body.component.js.map +1 -0
  309. app-rn-runtime/components/data/form/form-body/form-body.props.js +11 -0
  310. app-rn-runtime/components/data/form/form-body/form-body.props.js.map +1 -0
  311. app-rn-runtime/components/data/form/form-body/form-body.styles.js.map +1 -0
  312. app-rn-runtime/components/data/form/form-field/form-field.component.js +245 -0
  313. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +1 -0
  314. app-rn-runtime/components/data/form/form-field/form-field.props.js +34 -0
  315. app-rn-runtime/components/data/form/form-field/form-field.props.js.map +1 -0
  316. app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +1 -0
  317. app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +1 -0
  318. app-rn-runtime/components/data/form/form-footer/form-footer.props.js +11 -0
  319. app-rn-runtime/components/data/form/form-footer/form-footer.props.js.map +1 -0
  320. app-rn-runtime/components/data/form/form-footer/form-footer.styles.js.map +1 -0
  321. app-rn-runtime/components/data/form/form.component.js +425 -0
  322. app-rn-runtime/components/data/form/form.component.js.map +1 -0
  323. app-rn-runtime/components/data/form/form.props.js +31 -0
  324. app-rn-runtime/components/data/form/form.props.js.map +1 -0
  325. app-rn-runtime/components/data/form/form.styles.js +45 -0
  326. app-rn-runtime/components/data/form/form.styles.js.map +1 -0
  327. app-rn-runtime/components/data/list/list-action-template/list-action-template.component.js +28 -0
  328. app-rn-runtime/components/data/list/list-action-template/list-action-template.component.js.map +1 -0
  329. app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +12 -0
  330. app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js.map +1 -0
  331. app-rn-runtime/components/data/list/list-action-template/list-action-template.styles.js +36 -0
  332. app-rn-runtime/components/data/list/list-action-template/list-action-template.styles.js.map +1 -0
  333. app-rn-runtime/components/data/list/list-template/list-template.component.js +45 -0
  334. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +1 -0
  335. app-rn-runtime/components/data/list/list-template/list-template.props.js +12 -0
  336. app-rn-runtime/components/data/list/list-template/list-template.props.js.map +1 -0
  337. app-rn-runtime/components/data/list/list-template/list-template.styles.js +35 -0
  338. app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +1 -0
  339. app-rn-runtime/components/data/list/list.component.js +475 -0
  340. app-rn-runtime/components/data/list/list.component.js.map +1 -0
  341. app-rn-runtime/components/data/list/list.props.js +48 -0
  342. app-rn-runtime/components/data/list/list.props.js.map +1 -0
  343. app-rn-runtime/components/data/list/list.styles.js +151 -0
  344. app-rn-runtime/components/data/list/list.styles.js.map +1 -0
  345. app-rn-runtime/components/data/liveform/liveform.component.js +98 -0
  346. app-rn-runtime/components/data/liveform/liveform.component.js.map +1 -0
  347. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +50 -0
  348. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
  349. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +18 -0
  350. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
  351. app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js.map +1 -0
  352. app-rn-runtime/components/device/camera/camera.component.js +68 -0
  353. app-rn-runtime/components/device/camera/camera.component.js.map +1 -0
  354. app-rn-runtime/components/device/camera/camera.props.js +23 -0
  355. app-rn-runtime/components/device/camera/camera.props.js.map +1 -0
  356. app-rn-runtime/components/device/camera/camera.styles.js.map +1 -0
  357. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +72 -0
  358. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
  359. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +24 -0
  360. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js.map +1 -0
  361. app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
  362. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
  363. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
  364. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
  365. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -0
  366. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
  367. app-rn-runtime/components/dialogs/dialog/dialog.component.js +102 -0
  368. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +1 -0
  369. app-rn-runtime/components/dialogs/dialog/dialog.props.js +25 -0
  370. app-rn-runtime/components/dialogs/dialog/dialog.props.js.map +1 -0
  371. app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +1 -0
  372. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +21 -0
  373. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
  374. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +11 -0
  375. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js.map +1 -0
  376. app-rn-runtime/components/dialogs/dialogactions/dialogactions.styles.js.map +1 -0
  377. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +26 -0
  378. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
  379. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
  380. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -0
  381. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.styles.js.map +1 -0
  382. app-rn-runtime/components/input/basedataset/basedataset.component.js +230 -0
  383. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +1 -0
  384. app-rn-runtime/components/input/basedataset/basedataset.props.js +31 -0
  385. app-rn-runtime/components/input/basedataset/basedataset.props.js.map +1 -0
  386. app-rn-runtime/components/input/basedataset/basedataset.styles.js.map +1 -0
  387. app-rn-runtime/components/input/baseinput/baseinput.component.js +157 -0
  388. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +1 -0
  389. app-rn-runtime/components/input/baseinput/baseinput.props.js +30 -0
  390. app-rn-runtime/components/input/baseinput/baseinput.props.js.map +1 -0
  391. app-rn-runtime/components/input/baseinput/baseinput.styles.js.map +1 -0
  392. app-rn-runtime/components/input/basenumber/basenumber.component.js +327 -0
  393. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +1 -0
  394. app-rn-runtime/components/input/basenumber/basenumber.props.js +27 -0
  395. app-rn-runtime/components/input/basenumber/basenumber.props.js.map +1 -0
  396. app-rn-runtime/components/input/basenumber/basenumber.styles.js.map +1 -0
  397. app-rn-runtime/components/input/calendar/calendar.component.js +139 -0
  398. app-rn-runtime/components/input/calendar/calendar.component.js.map +1 -0
  399. app-rn-runtime/components/input/calendar/calendar.props.js +14 -0
  400. app-rn-runtime/components/input/calendar/calendar.props.js.map +1 -0
  401. app-rn-runtime/components/input/calendar/calendar.styles.js.map +1 -0
  402. app-rn-runtime/components/input/calendar/views/month-view.js +191 -0
  403. app-rn-runtime/components/input/calendar/views/month-view.js.map +1 -0
  404. app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +1 -0
  405. app-rn-runtime/components/input/checkbox/checkbox.component.js +101 -0
  406. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +1 -0
  407. app-rn-runtime/components/input/checkbox/checkbox.props.js +18 -0
  408. app-rn-runtime/components/input/checkbox/checkbox.props.js.map +1 -0
  409. app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +1 -0
  410. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +144 -0
  411. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +1 -0
  412. app-rn-runtime/components/input/checkboxset/checkboxset.props.js +21 -0
  413. app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +1 -0
  414. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +77 -0
  415. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +1 -0
  416. app-rn-runtime/components/input/chips/chips.component.js +282 -0
  417. app-rn-runtime/components/input/chips/chips.component.js.map +1 -0
  418. app-rn-runtime/components/input/chips/chips.props.js +19 -0
  419. app-rn-runtime/components/input/chips/chips.props.js.map +1 -0
  420. app-rn-runtime/components/input/chips/chips.styles.js.map +1 -0
  421. app-rn-runtime/components/input/composite/composite.component.js.map +1 -0
  422. app-rn-runtime/components/input/composite/composite.props.js +12 -0
  423. app-rn-runtime/components/input/composite/composite.props.js.map +1 -0
  424. app-rn-runtime/components/input/composite/composite.styles.js.map +1 -0
  425. app-rn-runtime/components/input/currency/currency.component.js +103 -0
  426. app-rn-runtime/components/input/currency/currency.component.js.map +1 -0
  427. app-rn-runtime/components/input/currency/currency.props.js +13 -0
  428. app-rn-runtime/components/input/currency/currency.props.js.map +1 -0
  429. app-rn-runtime/components/input/currency/currency.styles.js.map +1 -0
  430. app-rn-runtime/components/input/epoch/base-datetime.component.js +452 -0
  431. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +1 -0
  432. app-rn-runtime/components/input/epoch/date/date.component.js.map +1 -0
  433. app-rn-runtime/components/input/epoch/date/date.props.js.map +1 -0
  434. app-rn-runtime/components/input/epoch/date/date.styles.js.map +1 -0
  435. app-rn-runtime/components/input/epoch/date-picker.component.js +136 -0
  436. app-rn-runtime/components/input/epoch/date-picker.component.js.map +1 -0
  437. app-rn-runtime/components/input/epoch/datetime/datetime.component.js.map +1 -0
  438. app-rn-runtime/components/input/epoch/datetime/datetime.props.js +29 -0
  439. app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +1 -0
  440. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +1 -0
  441. app-rn-runtime/components/input/epoch/time/time.component.js.map +1 -0
  442. app-rn-runtime/components/input/epoch/time/time.props.js +15 -0
  443. app-rn-runtime/components/input/epoch/time/time.props.js.map +1 -0
  444. app-rn-runtime/components/input/epoch/time/time.styles.js.map +1 -0
  445. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +198 -0
  446. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js.map +1 -0
  447. app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +107 -0
  448. app-rn-runtime/components/input/epoch/wheel-time-picker.component.js.map +1 -0
  449. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +91 -0
  450. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
  451. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
  452. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
  453. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
  454. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +76 -0
  455. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
  456. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +17 -0
  457. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
  458. app-rn-runtime/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
  459. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +74 -0
  460. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
  461. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +16 -0
  462. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
  463. app-rn-runtime/components/input/fileupload/fileupload.component.js +60 -0
  464. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +1 -0
  465. app-rn-runtime/components/input/fileupload/fileupload.props.js +17 -0
  466. app-rn-runtime/components/input/fileupload/fileupload.props.js.map +1 -0
  467. app-rn-runtime/components/input/fileupload/fileupload.styles.js.map +1 -0
  468. app-rn-runtime/components/input/number/number.component.js +69 -0
  469. app-rn-runtime/components/input/number/number.component.js.map +1 -0
  470. app-rn-runtime/components/input/number/number.props.js +13 -0
  471. app-rn-runtime/components/input/number/number.props.js.map +1 -0
  472. app-rn-runtime/components/input/number/number.styles.js.map +1 -0
  473. app-rn-runtime/components/input/radioset/radioset.component.js +117 -0
  474. app-rn-runtime/components/input/radioset/radioset.component.js.map +1 -0
  475. app-rn-runtime/components/input/radioset/radioset.props.js +19 -0
  476. app-rn-runtime/components/input/radioset/radioset.props.js.map +1 -0
  477. app-rn-runtime/components/input/radioset/radioset.styles.js +83 -0
  478. app-rn-runtime/components/input/radioset/radioset.styles.js.map +1 -0
  479. app-rn-runtime/components/input/rating/rating.component.js +144 -0
  480. app-rn-runtime/components/input/rating/rating.component.js.map +1 -0
  481. app-rn-runtime/components/input/rating/rating.props.js +21 -0
  482. app-rn-runtime/components/input/rating/rating.props.js.map +1 -0
  483. app-rn-runtime/components/input/rating/rating.styles.js.map +1 -0
  484. app-rn-runtime/components/input/select/select.component.js +207 -0
  485. app-rn-runtime/components/input/select/select.component.js.map +1 -0
  486. app-rn-runtime/components/input/select/select.props.js +12 -0
  487. app-rn-runtime/components/input/select/select.props.js.map +1 -0
  488. app-rn-runtime/components/input/select/select.styles.js.map +1 -0
  489. app-rn-runtime/components/input/slider/slider.component.js +444 -0
  490. app-rn-runtime/components/input/slider/slider.component.js.map +1 -0
  491. app-rn-runtime/components/input/slider/slider.props.js +20 -0
  492. app-rn-runtime/components/input/slider/slider.props.js.map +1 -0
  493. app-rn-runtime/components/input/slider/slider.styles.js.map +1 -0
  494. app-rn-runtime/components/input/switch/switch.component.js +84 -0
  495. app-rn-runtime/components/input/switch/switch.component.js.map +1 -0
  496. app-rn-runtime/components/input/switch/switch.props.js +13 -0
  497. app-rn-runtime/components/input/switch/switch.props.js.map +1 -0
  498. app-rn-runtime/components/input/switch/switch.styles.js +128 -0
  499. app-rn-runtime/components/input/switch/switch.styles.js.map +1 -0
  500. app-rn-runtime/components/input/text/text.component.js +82 -0
  501. app-rn-runtime/components/input/text/text.component.js.map +1 -0
  502. app-rn-runtime/components/input/text/text.props.js +14 -0
  503. app-rn-runtime/components/input/text/text.props.js.map +1 -0
  504. app-rn-runtime/components/input/text/text.styles.js.map +1 -0
  505. app-rn-runtime/components/input/textarea/textarea.component.js +81 -0
  506. app-rn-runtime/components/input/textarea/textarea.component.js.map +1 -0
  507. app-rn-runtime/components/input/textarea/textarea.props.js +14 -0
  508. app-rn-runtime/components/input/textarea/textarea.props.js.map +1 -0
  509. app-rn-runtime/components/input/textarea/textarea.styles.js.map +1 -0
  510. app-rn-runtime/components/input/toggle/toggle.component.js +144 -0
  511. app-rn-runtime/components/input/toggle/toggle.component.js.map +1 -0
  512. app-rn-runtime/components/input/toggle/toggle.props.js +20 -0
  513. app-rn-runtime/components/input/toggle/toggle.props.js.map +1 -0
  514. app-rn-runtime/components/input/toggle/toggle.styles.js.map +1 -0
  515. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +74 -0
  516. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
  517. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +21 -0
  518. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
  519. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
  520. app-rn-runtime/components/navigation/basenav/basenav.component.js +72 -0
  521. app-rn-runtime/components/navigation/basenav/basenav.component.js.map +1 -0
  522. app-rn-runtime/components/navigation/basenav/basenav.props.js +18 -0
  523. app-rn-runtime/components/navigation/basenav/basenav.props.js.map +1 -0
  524. app-rn-runtime/components/navigation/basenav/basenav.styles.js.map +1 -0
  525. app-rn-runtime/components/navigation/menu/menu.component.js +63 -0
  526. app-rn-runtime/components/navigation/menu/menu.component.js.map +1 -0
  527. app-rn-runtime/components/navigation/menu/menu.props.js +14 -0
  528. app-rn-runtime/components/navigation/menu/menu.props.js.map +1 -0
  529. app-rn-runtime/components/navigation/menu/menu.styles.js.map +1 -0
  530. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +1 -0
  531. app-rn-runtime/components/navigation/navbar/navbar.props.js +16 -0
  532. app-rn-runtime/components/navigation/navbar/navbar.props.js.map +1 -0
  533. app-rn-runtime/components/navigation/navbar/navbar.styles.js.map +1 -0
  534. app-rn-runtime/components/navigation/navitem/navitem.component.js +67 -0
  535. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +1 -0
  536. app-rn-runtime/components/navigation/navitem/navitem.props.js +19 -0
  537. app-rn-runtime/components/navigation/navitem/navitem.props.js.map +1 -0
  538. app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +1 -0
  539. app-rn-runtime/components/navigation/popover/popover.component.js +193 -0
  540. app-rn-runtime/components/navigation/popover/popover.component.js.map +1 -0
  541. app-rn-runtime/components/navigation/popover/popover.props.js +31 -0
  542. app-rn-runtime/components/navigation/popover/popover.props.js.map +1 -0
  543. app-rn-runtime/components/navigation/popover/popover.styles.js +86 -0
  544. app-rn-runtime/components/navigation/popover/popover.styles.js.map +1 -0
  545. app-rn-runtime/components/page/content/content.component.js +31 -0
  546. app-rn-runtime/components/page/content/content.component.js.map +1 -0
  547. app-rn-runtime/components/page/content/content.props.js.map +1 -0
  548. app-rn-runtime/components/page/content/content.styles.js.map +1 -0
  549. app-rn-runtime/components/page/left-panel/left-panel.component.js +45 -0
  550. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +1 -0
  551. app-rn-runtime/components/page/left-panel/left-panel.props.js +12 -0
  552. app-rn-runtime/components/page/left-panel/left-panel.props.js.map +1 -0
  553. app-rn-runtime/components/page/left-panel/left-panel.styles.js.map +1 -0
  554. app-rn-runtime/components/page/page-content/page-content.component.js +62 -0
  555. app-rn-runtime/components/page/page-content/page-content.component.js.map +1 -0
  556. app-rn-runtime/components/page/page-content/page-content.props.js +12 -0
  557. app-rn-runtime/components/page/page-content/page-content.props.js.map +1 -0
  558. app-rn-runtime/components/page/page-content/page-content.styles.js +20 -0
  559. app-rn-runtime/components/page/page-content/page-content.styles.js.map +1 -0
  560. app-rn-runtime/components/page/page.component.js +26 -0
  561. app-rn-runtime/components/page/page.component.js.map +1 -0
  562. app-rn-runtime/components/page/page.props.js.map +1 -0
  563. app-rn-runtime/components/page/page.styles.js +24 -0
  564. app-rn-runtime/components/page/page.styles.js.map +1 -0
  565. app-rn-runtime/components/page/partial/partial.component.js +37 -0
  566. app-rn-runtime/components/page/partial/partial.component.js.map +1 -0
  567. app-rn-runtime/components/page/partial/partial.props.js.map +1 -0
  568. app-rn-runtime/components/page/partial/partial.styles.js +18 -0
  569. app-rn-runtime/components/page/partial/partial.styles.js.map +1 -0
  570. app-rn-runtime/components/page/partial-container/partial-container.component.js.map +1 -0
  571. app-rn-runtime/components/page/partial-container/partial-container.props.js +12 -0
  572. app-rn-runtime/components/page/partial-container/partial-container.props.js.map +1 -0
  573. app-rn-runtime/components/page/partial-container/partial-container.styles.js.map +1 -0
  574. app-rn-runtime/components/page/tabbar/curve.js.map +1 -0
  575. app-rn-runtime/components/page/tabbar/tabbar.component.js +149 -0
  576. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -0
  577. app-rn-runtime/components/page/tabbar/tabbar.props.js +28 -0
  578. app-rn-runtime/components/page/tabbar/tabbar.props.js.map +1 -0
  579. app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +1 -0
  580. app-rn-runtime/components/prefab/prefab-container.component.js +38 -0
  581. app-rn-runtime/components/prefab/prefab-container.component.js.map +1 -0
  582. app-rn-runtime/components/prefab/prefab-container.props.js.map +1 -0
  583. app-rn-runtime/components/prefab/prefab-container.styles.js +16 -0
  584. app-rn-runtime/components/prefab/prefab-container.styles.js.map +1 -0
  585. app-rn-runtime/core/AppConfig.js.map +1 -0
  586. app-rn-runtime/core/accessibility.js +155 -0
  587. app-rn-runtime/core/accessibility.js.map +1 -0
  588. app-rn-runtime/core/asset.provider.js.map +1 -0
  589. app-rn-runtime/core/base.component.js +459 -0
  590. app-rn-runtime/core/base.component.js.map +1 -0
  591. app-rn-runtime/core/components/floatinglabel.component.js.map +1 -0
  592. app-rn-runtime/core/components/textinput.component.js +195 -0
  593. app-rn-runtime/core/components/textinput.component.js.map +1 -0
  594. app-rn-runtime/core/constant.service.js +22 -0
  595. app-rn-runtime/core/constant.service.js.map +1 -0
  596. app-rn-runtime/core/constants/currency-constants.js.map +1 -0
  597. app-rn-runtime/core/currency-constants.js.map +1 -0
  598. app-rn-runtime/core/device/calendar-service.js.map +1 -0
  599. app-rn-runtime/core/device/camera-service.js.map +1 -0
  600. app-rn-runtime/core/device/contacts-service.js.map +1 -0
  601. app-rn-runtime/core/device/location-service.js.map +1 -0
  602. app-rn-runtime/core/device/scan-service.js.map +1 -0
  603. app-rn-runtime/core/display.manager.js.map +1 -0
  604. app-rn-runtime/core/event-notifier.js +68 -0
  605. app-rn-runtime/core/event-notifier.js.map +1 -0
  606. app-rn-runtime/core/file-extension-types.js.map +1 -0
  607. app-rn-runtime/core/fixed-view.component.js +67 -0
  608. app-rn-runtime/core/fixed-view.component.js.map +1 -0
  609. app-rn-runtime/core/formatters.js +68 -0
  610. app-rn-runtime/core/formatters.js.map +1 -0
  611. app-rn-runtime/core/i18n.service.js.map +1 -0
  612. app-rn-runtime/core/if.component.js +35 -0
  613. app-rn-runtime/core/if.component.js.map +1 -0
  614. app-rn-runtime/core/imageSizeEstimator.js +51 -0
  615. app-rn-runtime/core/imageSizeEstimator.js.map +1 -0
  616. app-rn-runtime/core/injector.js.map +1 -0
  617. app-rn-runtime/core/key.extractor.js +21 -0
  618. app-rn-runtime/core/key.extractor.js.map +1 -0
  619. app-rn-runtime/core/logger.js +123 -0
  620. app-rn-runtime/core/logger.js.map +1 -0
  621. app-rn-runtime/core/modal.service.js.map +1 -0
  622. app-rn-runtime/core/navigation.service.js.map +1 -0
  623. app-rn-runtime/core/network.service.js +327 -0
  624. app-rn-runtime/core/network.service.js.map +1 -0
  625. app-rn-runtime/core/partial.service.js.map +1 -0
  626. app-rn-runtime/core/props.provider.js +89 -0
  627. app-rn-runtime/core/props.provider.js.map +1 -0
  628. app-rn-runtime/core/scroll-view.component.js +52 -0
  629. app-rn-runtime/core/scroll-view.component.js.map +1 -0
  630. app-rn-runtime/core/security.service.js.map +1 -0
  631. app-rn-runtime/core/spinner.service.js.map +1 -0
  632. app-rn-runtime/core/storage.service.js +23 -0
  633. app-rn-runtime/core/storage.service.js.map +1 -0
  634. app-rn-runtime/core/tappable.component.js +145 -0
  635. app-rn-runtime/core/tappable.component.js.map +1 -0
  636. app-rn-runtime/core/testid.provider.js.map +1 -0
  637. app-rn-runtime/core/toast.service.js.map +1 -0
  638. app-rn-runtime/core/ui-preferences.context.js +7 -0
  639. app-rn-runtime/core/ui-preferences.context.js.map +1 -0
  640. app-rn-runtime/core/utils.js +529 -0
  641. app-rn-runtime/core/utils.js.map +1 -0
  642. app-rn-runtime/core/viewport.js +45 -0
  643. app-rn-runtime/core/viewport.js.map +1 -0
  644. app-rn-runtime/gestures/swipe.animation.js +217 -0
  645. app-rn-runtime/gestures/swipe.animation.js.map +1 -0
  646. app-rn-runtime/index.js.map +1 -0
  647. app-rn-runtime/package.json +270 -0
  648. app-rn-runtime/runtime/App.js +506 -0
  649. app-rn-runtime/runtime/App.js.map +1 -0
  650. app-rn-runtime/runtime/App.navigator.js +109 -0
  651. app-rn-runtime/runtime/App.navigator.js.map +1 -0
  652. app-rn-runtime/runtime/base-fragment.component.js +383 -0
  653. app-rn-runtime/runtime/base-fragment.component.js.map +1 -0
  654. app-rn-runtime/runtime/base-page.component.js +170 -0
  655. app-rn-runtime/runtime/base-page.component.js.map +1 -0
  656. app-rn-runtime/runtime/base-partial.component.js +60 -0
  657. app-rn-runtime/runtime/base-partial.component.js.map +1 -0
  658. app-rn-runtime/runtime/base-prefab.component.js +83 -0
  659. app-rn-runtime/runtime/base-prefab.component.js.map +1 -0
  660. app-rn-runtime/runtime/lib-patch.js +25 -0
  661. app-rn-runtime/runtime/lib-patch.js.map +1 -0
  662. app-rn-runtime/runtime/memo.component.js +35 -0
  663. app-rn-runtime/runtime/memo.component.js.map +1 -0
  664. app-rn-runtime/runtime/navigator/drawer.navigator.js +30 -0
  665. app-rn-runtime/runtime/navigator/drawer.navigator.js.map +1 -0
  666. app-rn-runtime/runtime/navigator/stack.navigator.js +77 -0
  667. app-rn-runtime/runtime/navigator/stack.navigator.js.map +1 -0
  668. app-rn-runtime/runtime/platform.api.js.map +1 -0
  669. app-rn-runtime/runtime/services/app-display-manager.service.js +50 -0
  670. app-rn-runtime/runtime/services/app-display-manager.service.js.map +1 -0
  671. app-rn-runtime/runtime/services/app-i18n.service.js +81 -0
  672. app-rn-runtime/runtime/services/app-i18n.service.js.map +1 -0
  673. app-rn-runtime/runtime/services/app-modal.service.js +71 -0
  674. app-rn-runtime/runtime/services/app-modal.service.js.map +1 -0
  675. app-rn-runtime/runtime/services/app-security.service.js +240 -0
  676. app-rn-runtime/runtime/services/app-security.service.js.map +1 -0
  677. app-rn-runtime/runtime/services/app-spinner.service.js +74 -0
  678. app-rn-runtime/runtime/services/app-spinner.service.js.map +1 -0
  679. app-rn-runtime/runtime/services/app-toast.service.js +56 -0
  680. app-rn-runtime/runtime/services/app-toast.service.js.map +1 -0
  681. app-rn-runtime/runtime/services/device/calendar-service.js.map +1 -0
  682. app-rn-runtime/runtime/services/device/camera-service.js +349 -0
  683. app-rn-runtime/runtime/services/device/camera-service.js.map +1 -0
  684. app-rn-runtime/runtime/services/device/contacts-service.js +33 -0
  685. app-rn-runtime/runtime/services/device/contacts-service.js.map +1 -0
  686. app-rn-runtime/runtime/services/device/location-service.js.map +1 -0
  687. app-rn-runtime/runtime/services/device/permissions.js.map +1 -0
  688. app-rn-runtime/runtime/services/device/scan-service.js.map +1 -0
  689. app-rn-runtime/runtime/services/partial.service.js +15 -0
  690. app-rn-runtime/runtime/services/partial.service.js.map +1 -0
  691. app-rn-runtime/runtime/services/webprocess.service.js +107 -0
  692. app-rn-runtime/runtime/services/webprocess.service.js.map +1 -0
  693. app-rn-runtime/runtime/watcher.js +147 -0
  694. app-rn-runtime/runtime/watcher.js.map +1 -0
  695. app-rn-runtime/styles/MediaQueryList.js.map +1 -0
  696. app-rn-runtime/styles/background.component.js +311 -0
  697. app-rn-runtime/styles/background.component.js.map +1 -0
  698. app-rn-runtime/styles/style-prop.validator.js +467 -0
  699. app-rn-runtime/styles/style-prop.validator.js.map +1 -0
  700. app-rn-runtime/styles/style-props.js +93 -0
  701. app-rn-runtime/styles/style-props.js.map +1 -0
  702. app-rn-runtime/styles/theme.js +404 -0
  703. app-rn-runtime/styles/theme.js.map +1 -0
  704. app-rn-runtime/styles/theme.variables.js +437 -0
  705. app-rn-runtime/styles/theme.variables.js.map +1 -0
  706. app-rn-runtime/variables/base-variable.js +125 -0
  707. app-rn-runtime/variables/base-variable.js.map +1 -0
  708. app-rn-runtime/variables/device/calendar/create-event.operation.js.map +1 -0
  709. app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +1 -0
  710. app-rn-runtime/variables/device/calendar/get-events.operation.js.map +1 -0
  711. app-rn-runtime/variables/device/camera/capture-image.operation.js.map +1 -0
  712. app-rn-runtime/variables/device/camera/capture-video.operation.js.map +1 -0
  713. app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +1 -0
  714. app-rn-runtime/variables/device/device/app-info.operation.js.map +1 -0
  715. app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +1 -0
  716. app-rn-runtime/variables/device/device/device-info.operation.js.map +1 -0
  717. app-rn-runtime/variables/device/device/network-info.operation.js +33 -0
  718. app-rn-runtime/variables/device/device/network-info.operation.js.map +1 -0
  719. app-rn-runtime/variables/device/device/vibrate.operation.js.map +1 -0
  720. app-rn-runtime/variables/device/file/upload-file.operation.js.map +1 -0
  721. app-rn-runtime/variables/device/operation.provider.js.map +1 -0
  722. app-rn-runtime/variables/device/scan/scan.operation.js.map +1 -0
  723. app-rn-runtime/variables/device-variable.js.map +1 -0
  724. app-rn-runtime/variables/http.service.js +80 -0
  725. app-rn-runtime/variables/http.service.js.map +1 -0
  726. app-rn-runtime/variables/live-variable.js +116 -0
  727. app-rn-runtime/variables/live-variable.js.map +1 -0
  728. app-rn-runtime/variables/model-variable.js +47 -0
  729. app-rn-runtime/variables/model-variable.js.map +1 -0
  730. app-rn-runtime/variables/service-variable.js +143 -0
  731. app-rn-runtime/variables/service-variable.js.map +1 -0
  732. app-rn-runtime/variables/utils/dataset-util.js.map +1 -0
  733. app-rn-runtime/variables/utils/inflight-queue.js +114 -0
  734. app-rn-runtime/variables/utils/inflight-queue.js.map +1 -0
  735. app-rn-runtime/variables/utils/variable.constants.js.map +1 -0
  736. app-rn-runtime/variables/utils/variable.utils.js +189 -0
  737. app-rn-runtime/variables/utils/variable.utils.js.map +1 -0
  738. package/actions/base-action.js.map +0 -1
  739. package/actions/index.js.map +0 -1
  740. package/actions/login-action.js.map +0 -1
  741. package/actions/logout-action.js.map +0 -1
  742. package/actions/navigation-action.js +0 -44
  743. package/actions/navigation-action.js.map +0 -1
  744. package/actions/notification-action.js +0 -74
  745. package/actions/notification-action.js.map +0 -1
  746. package/actions/timer-action.js +0 -57
  747. package/actions/timer-action.js.map +0 -1
  748. package/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -1
  749. package/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -11
  750. package/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -1
  751. package/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -1
  752. package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -1
  753. package/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -11
  754. package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -1
  755. package/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -1
  756. package/components/advanced/carousel/carousel.component.js +0 -295
  757. package/components/advanced/carousel/carousel.component.js.map +0 -1
  758. package/components/advanced/carousel/carousel.props.js +0 -20
  759. package/components/advanced/carousel/carousel.props.js.map +0 -1
  760. package/components/advanced/carousel/carousel.styles.js +0 -165
  761. package/components/advanced/carousel/carousel.styles.js.map +0 -1
  762. package/components/advanced/login/login.component.js +0 -39
  763. package/components/advanced/login/login.component.js.map +0 -1
  764. package/components/advanced/login/login.props.js +0 -12
  765. package/components/advanced/login/login.props.js.map +0 -1
  766. package/components/advanced/login/login.styles.js.map +0 -1
  767. package/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -114
  768. package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
  769. package/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -11
  770. package/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -1
  771. package/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -1
  772. package/components/advanced/webview/webview.component.js +0 -149
  773. package/components/advanced/webview/webview.component.js.map +0 -1
  774. package/components/advanced/webview/webview.props.js +0 -16
  775. package/components/advanced/webview/webview.props.js.map +0 -1
  776. package/components/advanced/webview/webview.styles.js.map +0 -1
  777. package/components/basic/anchor/anchor.component.js +0 -87
  778. package/components/basic/anchor/anchor.component.js.map +0 -1
  779. package/components/basic/anchor/anchor.props.js +0 -31
  780. package/components/basic/anchor/anchor.props.js.map +0 -1
  781. package/components/basic/anchor/anchor.styles.js +0 -80
  782. package/components/basic/anchor/anchor.styles.js.map +0 -1
  783. package/components/basic/animatedview.component.js +0 -216
  784. package/components/basic/animatedview.component.js.map +0 -1
  785. package/components/basic/audio/audio.component.js +0 -245
  786. package/components/basic/audio/audio.component.js.map +0 -1
  787. package/components/basic/audio/audio.props.js +0 -15
  788. package/components/basic/audio/audio.props.js.map +0 -1
  789. package/components/basic/audio/audio.styles.js.map +0 -1
  790. package/components/basic/button/button.component.js +0 -89
  791. package/components/basic/button/button.component.js.map +0 -1
  792. package/components/basic/button/button.props.js +0 -26
  793. package/components/basic/button/button.props.js.map +0 -1
  794. package/components/basic/button/button.styles.js +0 -134
  795. package/components/basic/button/button.styles.js.map +0 -1
  796. package/components/basic/buttongroup/buttongroup.component.js.map +0 -1
  797. package/components/basic/buttongroup/buttongroup.props.js +0 -14
  798. package/components/basic/buttongroup/buttongroup.props.js.map +0 -1
  799. package/components/basic/buttongroup/buttongroup.styles.js.map +0 -1
  800. package/components/basic/custom/custom.component.js.map +0 -1
  801. package/components/basic/custom/custom.props.js +0 -16
  802. package/components/basic/custom/custom.props.js.map +0 -1
  803. package/components/basic/custom/custom.styles.js.map +0 -1
  804. package/components/basic/icon/icon.component.js +0 -250
  805. package/components/basic/icon/icon.component.js.map +0 -1
  806. package/components/basic/icon/icon.props.js +0 -26
  807. package/components/basic/icon/icon.props.js.map +0 -1
  808. package/components/basic/icon/icon.styles.js.map +0 -1
  809. package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -1
  810. package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -1
  811. package/components/basic/icon/wavicon/wavicon.component.js.map +0 -1
  812. package/components/basic/label/label.component.js +0 -143
  813. package/components/basic/label/label.component.js.map +0 -1
  814. package/components/basic/label/label.props.js +0 -23
  815. package/components/basic/label/label.props.js.map +0 -1
  816. package/components/basic/label/label.styles.js.map +0 -1
  817. package/components/basic/lottie/lottie.component.js +0 -137
  818. package/components/basic/lottie/lottie.component.js.map +0 -1
  819. package/components/basic/lottie/lottie.props.js +0 -14
  820. package/components/basic/lottie/lottie.props.js.map +0 -1
  821. package/components/basic/lottie/lottie.styles.js +0 -11
  822. package/components/basic/lottie/lottie.styles.js.map +0 -1
  823. package/components/basic/message/message.component.js +0 -77
  824. package/components/basic/message/message.component.js.map +0 -1
  825. package/components/basic/message/message.props.js +0 -20
  826. package/components/basic/message/message.props.js.map +0 -1
  827. package/components/basic/message/message.styles.js +0 -117
  828. package/components/basic/message/message.styles.js.map +0 -1
  829. package/components/basic/modal/modal.component.js.map +0 -1
  830. package/components/basic/modal/modal.props.js +0 -12
  831. package/components/basic/modal/modal.props.js.map +0 -1
  832. package/components/basic/modal/modal.styles.js.map +0 -1
  833. package/components/basic/picture/picture.component.js +0 -191
  834. package/components/basic/picture/picture.component.js.map +0 -1
  835. package/components/basic/picture/picture.props.js +0 -21
  836. package/components/basic/picture/picture.props.js.map +0 -1
  837. package/components/basic/picture/picture.styles.js.map +0 -1
  838. package/components/basic/progress-bar/progress-bar.component.js +0 -59
  839. package/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  840. package/components/basic/progress-bar/progress-bar.props.js +0 -16
  841. package/components/basic/progress-bar/progress-bar.props.js.map +0 -1
  842. package/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  843. package/components/basic/progress-circle/progress-circle.component.js +0 -77
  844. package/components/basic/progress-circle/progress-circle.component.js.map +0 -1
  845. package/components/basic/progress-circle/progress-circle.props.js +0 -19
  846. package/components/basic/progress-circle/progress-circle.props.js.map +0 -1
  847. package/components/basic/progress-circle/progress-circle.styles.js.map +0 -1
  848. package/components/basic/search/local-data-provider.js +0 -113
  849. package/components/basic/search/local-data-provider.js.map +0 -1
  850. package/components/basic/search/search.component.js +0 -426
  851. package/components/basic/search/search.component.js.map +0 -1
  852. package/components/basic/search/search.props.js +0 -33
  853. package/components/basic/search/search.props.js.map +0 -1
  854. package/components/basic/search/search.styles.js +0 -173
  855. package/components/basic/search/search.styles.js.map +0 -1
  856. package/components/basic/skeleton/skeleton.component.js +0 -148
  857. package/components/basic/skeleton/skeleton.component.js.map +0 -1
  858. package/components/basic/skeleton/skeleton.props.js +0 -3
  859. package/components/basic/skeleton/skeleton.props.js.map +0 -1
  860. package/components/basic/skeleton/skeleton.styles.js.map +0 -1
  861. package/components/basic/spinner/spinner.component.js +0 -91
  862. package/components/basic/spinner/spinner.component.js.map +0 -1
  863. package/components/basic/spinner/spinner.props.js +0 -17
  864. package/components/basic/spinner/spinner.props.js.map +0 -1
  865. package/components/basic/spinner/spinner.styles.js +0 -40
  866. package/components/basic/spinner/spinner.styles.js.map +0 -1
  867. package/components/basic/tooltip/tooltip.component.js.map +0 -1
  868. package/components/basic/tooltip/tooltip.props.js +0 -18
  869. package/components/basic/tooltip/tooltip.props.js.map +0 -1
  870. package/components/basic/tooltip/tooltip.styles.js.map +0 -1
  871. package/components/basic/video/video.component.js +0 -59
  872. package/components/basic/video/video.component.js.map +0 -1
  873. package/components/basic/video/video.props.js +0 -25
  874. package/components/basic/video/video.props.js.map +0 -1
  875. package/components/basic/video/video.styles.js +0 -11
  876. package/components/basic/video/video.styles.js.map +0 -1
  877. package/components/chart/area-chart/area-chart.component.js +0 -137
  878. package/components/chart/area-chart/area-chart.component.js.map +0 -1
  879. package/components/chart/area-chart/area-chart.props.js +0 -12
  880. package/components/chart/area-chart/area-chart.props.js.map +0 -1
  881. package/components/chart/area-chart/area-chart.styles.js +0 -7
  882. package/components/chart/area-chart/area-chart.styles.js.map +0 -1
  883. package/components/chart/bar-chart/bar-chart.component.js +0 -109
  884. package/components/chart/bar-chart/bar-chart.component.js.map +0 -1
  885. package/components/chart/bar-chart/bar-chart.props.js +0 -13
  886. package/components/chart/bar-chart/bar-chart.props.js.map +0 -1
  887. package/components/chart/bar-chart/bar-chart.styles.js +0 -7
  888. package/components/chart/bar-chart/bar-chart.styles.js.map +0 -1
  889. package/components/chart/basechart.component.js +0 -606
  890. package/components/chart/basechart.component.js.map +0 -1
  891. package/components/chart/basechart.props.js +0 -66
  892. package/components/chart/basechart.props.js.map +0 -1
  893. package/components/chart/basechart.styles.js +0 -76
  894. package/components/chart/basechart.styles.js.map +0 -1
  895. package/components/chart/bubble-chart/bubble-chart.component.js +0 -84
  896. package/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
  897. package/components/chart/bubble-chart/bubble-chart.props.js +0 -11
  898. package/components/chart/bubble-chart/bubble-chart.props.js.map +0 -1
  899. package/components/chart/bubble-chart/bubble-chart.styles.js +0 -7
  900. package/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -1
  901. package/components/chart/column-chart/column-chart.component.js.map +0 -1
  902. package/components/chart/column-chart/column-chart.props.js.map +0 -1
  903. package/components/chart/column-chart/column-chart.styles.js +0 -7
  904. package/components/chart/column-chart/column-chart.styles.js.map +0 -1
  905. package/components/chart/donut-chart/donut-chart.component.js.map +0 -1
  906. package/components/chart/donut-chart/donut-chart.props.js +0 -11
  907. package/components/chart/donut-chart/donut-chart.props.js.map +0 -1
  908. package/components/chart/donut-chart/donut-chart.styles.js +0 -7
  909. package/components/chart/donut-chart/donut-chart.styles.js.map +0 -1
  910. package/components/chart/legend/legend.component.js.map +0 -1
  911. package/components/chart/line-chart/line-chart.component.js +0 -98
  912. package/components/chart/line-chart/line-chart.component.js.map +0 -1
  913. package/components/chart/line-chart/line-chart.props.js +0 -12
  914. package/components/chart/line-chart/line-chart.props.js.map +0 -1
  915. package/components/chart/line-chart/line-chart.styles.js +0 -7
  916. package/components/chart/line-chart/line-chart.styles.js.map +0 -1
  917. package/components/chart/pie-chart/pie-chart.component.js +0 -216
  918. package/components/chart/pie-chart/pie-chart.component.js.map +0 -1
  919. package/components/chart/pie-chart/pie-chart.props.js +0 -14
  920. package/components/chart/pie-chart/pie-chart.props.js.map +0 -1
  921. package/components/chart/pie-chart/pie-chart.styles.js +0 -7
  922. package/components/chart/pie-chart/pie-chart.styles.js.map +0 -1
  923. package/components/chart/stack-chart/stack-chart.component.js +0 -284
  924. package/components/chart/stack-chart/stack-chart.component.js.map +0 -1
  925. package/components/chart/stack-chart/stack-chart.props.js +0 -17
  926. package/components/chart/stack-chart/stack-chart.props.js.map +0 -1
  927. package/components/chart/stack-chart/stack-chart.styles.js.map +0 -1
  928. package/components/chart/staticdata.js.map +0 -1
  929. package/components/chart/theme/chart.theme.js.map +0 -1
  930. package/components/container/accordion/accordion.component.js +0 -145
  931. package/components/container/accordion/accordion.component.js.map +0 -1
  932. package/components/container/accordion/accordion.props.js +0 -14
  933. package/components/container/accordion/accordion.props.js.map +0 -1
  934. package/components/container/accordion/accordion.styles.js +0 -136
  935. package/components/container/accordion/accordion.styles.js.map +0 -1
  936. package/components/container/accordion/accordionpane/accordionpane.component.js +0 -75
  937. package/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -1
  938. package/components/container/accordion/accordionpane/accordionpane.props.js +0 -17
  939. package/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -1
  940. package/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -1
  941. package/components/container/container.component.js +0 -38
  942. package/components/container/container.component.js.map +0 -1
  943. package/components/container/container.props.js +0 -12
  944. package/components/container/container.props.js.map +0 -1
  945. package/components/container/container.styles.js +0 -45
  946. package/components/container/container.styles.js.map +0 -1
  947. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
  948. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -13
  949. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -1
  950. package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -1
  951. package/components/container/layoutgrid/gridrow/gridrow.component.js +0 -17
  952. package/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
  953. package/components/container/layoutgrid/gridrow/gridrow.props.js +0 -11
  954. package/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -1
  955. package/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -37
  956. package/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -1
  957. package/components/container/layoutgrid/layoutgrid.component.js +0 -17
  958. package/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
  959. package/components/container/layoutgrid/layoutgrid.props.js +0 -11
  960. package/components/container/layoutgrid/layoutgrid.props.js.map +0 -1
  961. package/components/container/layoutgrid/layoutgrid.styles.js +0 -31
  962. package/components/container/layoutgrid/layoutgrid.styles.js.map +0 -1
  963. package/components/container/linearlayout/linearlayout.component.js +0 -43
  964. package/components/container/linearlayout/linearlayout.component.js.map +0 -1
  965. package/components/container/linearlayout/linearlayout.props.js +0 -15
  966. package/components/container/linearlayout/linearlayout.props.js.map +0 -1
  967. package/components/container/linearlayout/linearlayout.styles.js +0 -11
  968. package/components/container/linearlayout/linearlayout.styles.js.map +0 -1
  969. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
  970. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -13
  971. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -1
  972. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -1
  973. package/components/container/panel/collapsible-pane.component.js.map +0 -1
  974. package/components/container/panel/panel-content/panel-content.component.js.map +0 -1
  975. package/components/container/panel/panel-content/panel-content.props.js +0 -11
  976. package/components/container/panel/panel-content/panel-content.props.js.map +0 -1
  977. package/components/container/panel/panel-content/panel-content.styles.js.map +0 -1
  978. package/components/container/panel/panel-footer/panel-footer.component.js.map +0 -1
  979. package/components/container/panel/panel-footer/panel-footer.props.js +0 -11
  980. package/components/container/panel/panel-footer/panel-footer.props.js.map +0 -1
  981. package/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -1
  982. package/components/container/panel/panel.component.js +0 -113
  983. package/components/container/panel/panel.component.js.map +0 -1
  984. package/components/container/panel/panel.props.js +0 -24
  985. package/components/container/panel/panel.props.js.map +0 -1
  986. package/components/container/panel/panel.styles.js +0 -105
  987. package/components/container/panel/panel.styles.js.map +0 -1
  988. package/components/container/partial-host.component.js +0 -42
  989. package/components/container/partial-host.component.js.map +0 -1
  990. package/components/container/tabs/tabheader/tabheader.component.js +0 -200
  991. package/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  992. package/components/container/tabs/tabheader/tabheader.props.js +0 -13
  993. package/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
  994. package/components/container/tabs/tabheader/tabheader.styles.js.map +0 -1
  995. package/components/container/tabs/tabpane/tabpane.component.js +0 -71
  996. package/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  997. package/components/container/tabs/tabpane/tabpane.props.js +0 -15
  998. package/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
  999. package/components/container/tabs/tabpane/tabpane.styles.js.map +0 -1
  1000. package/components/container/tabs/tabs.component.js +0 -244
  1001. package/components/container/tabs/tabs.component.js.map +0 -1
  1002. package/components/container/tabs/tabs.props.js +0 -13
  1003. package/components/container/tabs/tabs.props.js.map +0 -1
  1004. package/components/container/tabs/tabs.styles.js +0 -58
  1005. package/components/container/tabs/tabs.styles.js.map +0 -1
  1006. package/components/container/tile/tile.component.js +0 -22
  1007. package/components/container/tile/tile.component.js.map +0 -1
  1008. package/components/container/tile/tile.props.js +0 -12
  1009. package/components/container/tile/tile.props.js.map +0 -1
  1010. package/components/container/tile/tile.styles.js +0 -33
  1011. package/components/container/tile/tile.styles.js.map +0 -1
  1012. package/components/container/wizard/wizard.component.js +0 -293
  1013. package/components/container/wizard/wizard.component.js.map +0 -1
  1014. package/components/container/wizard/wizard.props.js +0 -23
  1015. package/components/container/wizard/wizard.props.js.map +0 -1
  1016. package/components/container/wizard/wizard.styles.js +0 -311
  1017. package/components/container/wizard/wizard.styles.js.map +0 -1
  1018. package/components/container/wizard/wizardstep/wizardstep.component.js +0 -77
  1019. package/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
  1020. package/components/container/wizard/wizardstep/wizardstep.props.js +0 -22
  1021. package/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -1
  1022. package/components/container/wizard/wizardstep/wizardstep.styles.js +0 -13
  1023. package/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -1
  1024. package/components/data/card/card-content/card-content.component.js +0 -41
  1025. package/components/data/card/card-content/card-content.component.js.map +0 -1
  1026. package/components/data/card/card-content/card-content.props.js +0 -12
  1027. package/components/data/card/card-content/card-content.props.js.map +0 -1
  1028. package/components/data/card/card-content/card-content.styles.js +0 -14
  1029. package/components/data/card/card-content/card-content.styles.js.map +0 -1
  1030. package/components/data/card/card-footer/card-footer.component.js.map +0 -1
  1031. package/components/data/card/card-footer/card-footer.props.js +0 -11
  1032. package/components/data/card/card-footer/card-footer.props.js.map +0 -1
  1033. package/components/data/card/card-footer/card-footer.styles.js.map +0 -1
  1034. package/components/data/card/card.component.js +0 -72
  1035. package/components/data/card/card.component.js.map +0 -1
  1036. package/components/data/card/card.props.js +0 -27
  1037. package/components/data/card/card.props.js.map +0 -1
  1038. package/components/data/card/card.styles.js +0 -48
  1039. package/components/data/card/card.styles.js.map +0 -1
  1040. package/components/data/form/form-action/form-action.component.js +0 -35
  1041. package/components/data/form/form-action/form-action.component.js.map +0 -1
  1042. package/components/data/form/form-action/form-action.props.js +0 -18
  1043. package/components/data/form/form-action/form-action.props.js.map +0 -1
  1044. package/components/data/form/form-action/form-action.styles.js.map +0 -1
  1045. package/components/data/form/form-body/form-body.component.js.map +0 -1
  1046. package/components/data/form/form-body/form-body.props.js +0 -11
  1047. package/components/data/form/form-body/form-body.props.js.map +0 -1
  1048. package/components/data/form/form-body/form-body.styles.js.map +0 -1
  1049. package/components/data/form/form-field/form-field.component.js +0 -242
  1050. package/components/data/form/form-field/form-field.component.js.map +0 -1
  1051. package/components/data/form/form-field/form-field.props.js +0 -33
  1052. package/components/data/form/form-field/form-field.props.js.map +0 -1
  1053. package/components/data/form/form-field/form-field.styles.js.map +0 -1
  1054. package/components/data/form/form-footer/form-footer.component.js.map +0 -1
  1055. package/components/data/form/form-footer/form-footer.props.js +0 -11
  1056. package/components/data/form/form-footer/form-footer.props.js.map +0 -1
  1057. package/components/data/form/form-footer/form-footer.styles.js.map +0 -1
  1058. package/components/data/form/form.component.js +0 -424
  1059. package/components/data/form/form.component.js.map +0 -1
  1060. package/components/data/form/form.props.js +0 -30
  1061. package/components/data/form/form.props.js.map +0 -1
  1062. package/components/data/form/form.styles.js +0 -45
  1063. package/components/data/form/form.styles.js.map +0 -1
  1064. package/components/data/list/list-template/list-template.component.js +0 -31
  1065. package/components/data/list/list-template/list-template.component.js.map +0 -1
  1066. package/components/data/list/list-template/list-template.props.js +0 -11
  1067. package/components/data/list/list-template/list-template.props.js.map +0 -1
  1068. package/components/data/list/list-template/list-template.styles.js +0 -26
  1069. package/components/data/list/list-template/list-template.styles.js.map +0 -1
  1070. package/components/data/list/list.component.js +0 -439
  1071. package/components/data/list/list.component.js.map +0 -1
  1072. package/components/data/list/list.props.js +0 -46
  1073. package/components/data/list/list.props.js.map +0 -1
  1074. package/components/data/list/list.styles.js +0 -142
  1075. package/components/data/list/list.styles.js.map +0 -1
  1076. package/components/data/liveform/liveform.component.js +0 -102
  1077. package/components/data/liveform/liveform.component.js.map +0 -1
  1078. package/components/device/barcodescanner/barcodescanner.component.js +0 -50
  1079. package/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
  1080. package/components/device/barcodescanner/barcodescanner.props.js +0 -18
  1081. package/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
  1082. package/components/device/barcodescanner/barcodescanner.styles.js.map +0 -1
  1083. package/components/device/camera/camera.component.js +0 -68
  1084. package/components/device/camera/camera.component.js.map +0 -1
  1085. package/components/device/camera/camera.props.js +0 -23
  1086. package/components/device/camera/camera.props.js.map +0 -1
  1087. package/components/device/camera/camera.styles.js.map +0 -1
  1088. package/components/dialogs/alertdialog/alertdialog.component.js +0 -71
  1089. package/components/dialogs/alertdialog/alertdialog.component.js.map +0 -1
  1090. package/components/dialogs/alertdialog/alertdialog.props.js +0 -23
  1091. package/components/dialogs/alertdialog/alertdialog.props.js.map +0 -1
  1092. package/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -1
  1093. package/components/dialogs/confirmdialog/confirmdialog.component.js +0 -77
  1094. package/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -1
  1095. package/components/dialogs/confirmdialog/confirmdialog.props.js +0 -23
  1096. package/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -1
  1097. package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -1
  1098. package/components/dialogs/dialog/dialog.component.js +0 -98
  1099. package/components/dialogs/dialog/dialog.component.js.map +0 -1
  1100. package/components/dialogs/dialog/dialog.props.js +0 -24
  1101. package/components/dialogs/dialog/dialog.props.js.map +0 -1
  1102. package/components/dialogs/dialog/dialog.styles.js.map +0 -1
  1103. package/components/dialogs/dialogactions/dialogactions.component.js +0 -21
  1104. package/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
  1105. package/components/dialogs/dialogactions/dialogactions.props.js +0 -11
  1106. package/components/dialogs/dialogactions/dialogactions.props.js.map +0 -1
  1107. package/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -1
  1108. package/components/dialogs/dialogcontent/dialogcontent.component.js +0 -26
  1109. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
  1110. package/components/dialogs/dialogcontent/dialogcontent.props.js +0 -11
  1111. package/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -1
  1112. package/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -1
  1113. package/components/input/basedataset/basedataset.component.js +0 -235
  1114. package/components/input/basedataset/basedataset.component.js.map +0 -1
  1115. package/components/input/basedataset/basedataset.props.js +0 -31
  1116. package/components/input/basedataset/basedataset.props.js.map +0 -1
  1117. package/components/input/basedataset/basedataset.styles.js.map +0 -1
  1118. package/components/input/baseinput/baseinput.component.js +0 -153
  1119. package/components/input/baseinput/baseinput.component.js.map +0 -1
  1120. package/components/input/baseinput/baseinput.props.js +0 -29
  1121. package/components/input/baseinput/baseinput.props.js.map +0 -1
  1122. package/components/input/baseinput/baseinput.styles.js.map +0 -1
  1123. package/components/input/basenumber/basenumber.component.js +0 -317
  1124. package/components/input/basenumber/basenumber.component.js.map +0 -1
  1125. package/components/input/basenumber/basenumber.props.js +0 -25
  1126. package/components/input/basenumber/basenumber.props.js.map +0 -1
  1127. package/components/input/basenumber/basenumber.styles.js.map +0 -1
  1128. package/components/input/calendar/calendar.component.js +0 -139
  1129. package/components/input/calendar/calendar.component.js.map +0 -1
  1130. package/components/input/calendar/calendar.props.js +0 -14
  1131. package/components/input/calendar/calendar.props.js.map +0 -1
  1132. package/components/input/calendar/calendar.styles.js.map +0 -1
  1133. package/components/input/calendar/views/month-view.js +0 -195
  1134. package/components/input/calendar/views/month-view.js.map +0 -1
  1135. package/components/input/calendar/views/month-view.styles.js.map +0 -1
  1136. package/components/input/checkbox/checkbox.component.js +0 -102
  1137. package/components/input/checkbox/checkbox.component.js.map +0 -1
  1138. package/components/input/checkbox/checkbox.props.js +0 -17
  1139. package/components/input/checkbox/checkbox.props.js.map +0 -1
  1140. package/components/input/checkbox/checkbox.styles.js.map +0 -1
  1141. package/components/input/checkboxset/checkboxset.component.js +0 -123
  1142. package/components/input/checkboxset/checkboxset.component.js.map +0 -1
  1143. package/components/input/checkboxset/checkboxset.props.js +0 -20
  1144. package/components/input/checkboxset/checkboxset.props.js.map +0 -1
  1145. package/components/input/checkboxset/checkboxset.styles.js +0 -76
  1146. package/components/input/checkboxset/checkboxset.styles.js.map +0 -1
  1147. package/components/input/chips/chips.component.js +0 -281
  1148. package/components/input/chips/chips.component.js.map +0 -1
  1149. package/components/input/chips/chips.props.js +0 -19
  1150. package/components/input/chips/chips.props.js.map +0 -1
  1151. package/components/input/chips/chips.styles.js.map +0 -1
  1152. package/components/input/composite/composite.component.js.map +0 -1
  1153. package/components/input/composite/composite.props.js +0 -12
  1154. package/components/input/composite/composite.props.js.map +0 -1
  1155. package/components/input/composite/composite.styles.js.map +0 -1
  1156. package/components/input/currency/currency.component.js +0 -88
  1157. package/components/input/currency/currency.component.js.map +0 -1
  1158. package/components/input/currency/currency.props.js +0 -13
  1159. package/components/input/currency/currency.props.js.map +0 -1
  1160. package/components/input/currency/currency.styles.js.map +0 -1
  1161. package/components/input/epoch/base-datetime.component.js +0 -426
  1162. package/components/input/epoch/base-datetime.component.js.map +0 -1
  1163. package/components/input/epoch/date/date.component.js.map +0 -1
  1164. package/components/input/epoch/date/date.props.js.map +0 -1
  1165. package/components/input/epoch/date/date.styles.js.map +0 -1
  1166. package/components/input/epoch/date-picker.component.js +0 -136
  1167. package/components/input/epoch/date-picker.component.js.map +0 -1
  1168. package/components/input/epoch/datetime/datetime.component.js.map +0 -1
  1169. package/components/input/epoch/datetime/datetime.props.js +0 -29
  1170. package/components/input/epoch/datetime/datetime.props.js.map +0 -1
  1171. package/components/input/epoch/datetime/datetime.styles.js.map +0 -1
  1172. package/components/input/epoch/time/time.component.js.map +0 -1
  1173. package/components/input/epoch/time/time.props.js +0 -15
  1174. package/components/input/epoch/time/time.props.js.map +0 -1
  1175. package/components/input/epoch/time/time.styles.js.map +0 -1
  1176. package/components/input/epoch/wheel-date-picker.component.js +0 -87
  1177. package/components/input/epoch/wheel-date-picker.component.js.map +0 -1
  1178. package/components/input/epoch/wheel-time-picker.component.js +0 -107
  1179. package/components/input/epoch/wheel-time-picker.component.js.map +0 -1
  1180. package/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -90
  1181. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -1
  1182. package/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -17
  1183. package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -1
  1184. package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -1
  1185. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -72
  1186. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -1
  1187. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -15
  1188. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -1
  1189. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -1
  1190. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -74
  1191. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -1
  1192. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -16
  1193. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -1
  1194. package/components/input/fileupload/fileupload.component.js +0 -58
  1195. package/components/input/fileupload/fileupload.component.js.map +0 -1
  1196. package/components/input/fileupload/fileupload.props.js +0 -16
  1197. package/components/input/fileupload/fileupload.props.js.map +0 -1
  1198. package/components/input/fileupload/fileupload.styles.js.map +0 -1
  1199. package/components/input/number/number.component.js +0 -66
  1200. package/components/input/number/number.component.js.map +0 -1
  1201. package/components/input/number/number.props.js +0 -13
  1202. package/components/input/number/number.props.js.map +0 -1
  1203. package/components/input/number/number.styles.js.map +0 -1
  1204. package/components/input/radioset/radioset.component.js +0 -94
  1205. package/components/input/radioset/radioset.component.js.map +0 -1
  1206. package/components/input/radioset/radioset.props.js +0 -18
  1207. package/components/input/radioset/radioset.props.js.map +0 -1
  1208. package/components/input/radioset/radioset.styles.js +0 -82
  1209. package/components/input/radioset/radioset.styles.js.map +0 -1
  1210. package/components/input/rating/rating.component.js +0 -144
  1211. package/components/input/rating/rating.component.js.map +0 -1
  1212. package/components/input/rating/rating.props.js +0 -21
  1213. package/components/input/rating/rating.props.js.map +0 -1
  1214. package/components/input/rating/rating.styles.js.map +0 -1
  1215. package/components/input/select/select.component.js +0 -189
  1216. package/components/input/select/select.component.js.map +0 -1
  1217. package/components/input/select/select.props.js +0 -12
  1218. package/components/input/select/select.props.js.map +0 -1
  1219. package/components/input/select/select.styles.js.map +0 -1
  1220. package/components/input/slider/slider.component.js +0 -439
  1221. package/components/input/slider/slider.component.js.map +0 -1
  1222. package/components/input/slider/slider.component_backup.js +0 -398
  1223. package/components/input/slider/slider.component_backup.js.map +0 -1
  1224. package/components/input/slider/slider.props.js +0 -20
  1225. package/components/input/slider/slider.props.js.map +0 -1
  1226. package/components/input/slider/slider.styles.js.map +0 -1
  1227. package/components/input/switch/switch.component.js +0 -81
  1228. package/components/input/switch/switch.component.js.map +0 -1
  1229. package/components/input/switch/switch.props.js +0 -13
  1230. package/components/input/switch/switch.props.js.map +0 -1
  1231. package/components/input/switch/switch.styles.js +0 -127
  1232. package/components/input/switch/switch.styles.js.map +0 -1
  1233. package/components/input/text/text.component.js +0 -61
  1234. package/components/input/text/text.component.js.map +0 -1
  1235. package/components/input/text/text.props.js +0 -12
  1236. package/components/input/text/text.props.js.map +0 -1
  1237. package/components/input/text/text.styles.js.map +0 -1
  1238. package/components/input/textarea/textarea.component.js +0 -60
  1239. package/components/input/textarea/textarea.component.js.map +0 -1
  1240. package/components/input/textarea/textarea.props.js +0 -12
  1241. package/components/input/textarea/textarea.props.js.map +0 -1
  1242. package/components/input/textarea/textarea.styles.js.map +0 -1
  1243. package/components/input/toggle/toggle.component.js +0 -139
  1244. package/components/input/toggle/toggle.component.js.map +0 -1
  1245. package/components/input/toggle/toggle.props.js +0 -20
  1246. package/components/input/toggle/toggle.props.js.map +0 -1
  1247. package/components/input/toggle/toggle.styles.js.map +0 -1
  1248. package/components/navigation/appnavbar/appnavbar.component.js +0 -70
  1249. package/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
  1250. package/components/navigation/appnavbar/appnavbar.props.js +0 -21
  1251. package/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
  1252. package/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
  1253. package/components/navigation/basenav/basenav.component.js +0 -76
  1254. package/components/navigation/basenav/basenav.component.js.map +0 -1
  1255. package/components/navigation/basenav/basenav.props.js +0 -18
  1256. package/components/navigation/basenav/basenav.props.js.map +0 -1
  1257. package/components/navigation/basenav/basenav.styles.js.map +0 -1
  1258. package/components/navigation/menu/menu.component.js +0 -63
  1259. package/components/navigation/menu/menu.component.js.map +0 -1
  1260. package/components/navigation/menu/menu.props.js +0 -14
  1261. package/components/navigation/menu/menu.props.js.map +0 -1
  1262. package/components/navigation/menu/menu.styles.js.map +0 -1
  1263. package/components/navigation/navbar/navbar.component.js.map +0 -1
  1264. package/components/navigation/navbar/navbar.props.js +0 -16
  1265. package/components/navigation/navbar/navbar.props.js.map +0 -1
  1266. package/components/navigation/navbar/navbar.styles.js.map +0 -1
  1267. package/components/navigation/navitem/navitem.component.js +0 -68
  1268. package/components/navigation/navitem/navitem.component.js.map +0 -1
  1269. package/components/navigation/navitem/navitem.props.js +0 -19
  1270. package/components/navigation/navitem/navitem.props.js.map +0 -1
  1271. package/components/navigation/navitem/navitem.styles.js.map +0 -1
  1272. package/components/navigation/popover/popover.component.js +0 -140
  1273. package/components/navigation/popover/popover.component.js.map +0 -1
  1274. package/components/navigation/popover/popover.props.js +0 -30
  1275. package/components/navigation/popover/popover.props.js.map +0 -1
  1276. package/components/navigation/popover/popover.styles.js +0 -81
  1277. package/components/navigation/popover/popover.styles.js.map +0 -1
  1278. package/components/page/content/content.component.js +0 -16
  1279. package/components/page/content/content.component.js.map +0 -1
  1280. package/components/page/content/content.props.js.map +0 -1
  1281. package/components/page/content/content.styles.js.map +0 -1
  1282. package/components/page/left-panel/left-panel.component.js +0 -45
  1283. package/components/page/left-panel/left-panel.component.js.map +0 -1
  1284. package/components/page/left-panel/left-panel.props.js +0 -12
  1285. package/components/page/left-panel/left-panel.props.js.map +0 -1
  1286. package/components/page/left-panel/left-panel.styles.js.map +0 -1
  1287. package/components/page/page-content/page-content.component.js +0 -36
  1288. package/components/page/page-content/page-content.component.js.map +0 -1
  1289. package/components/page/page-content/page-content.props.js +0 -12
  1290. package/components/page/page-content/page-content.props.js.map +0 -1
  1291. package/components/page/page-content/page-content.styles.js +0 -15
  1292. package/components/page/page-content/page-content.styles.js.map +0 -1
  1293. package/components/page/page.component.js +0 -16
  1294. package/components/page/page.component.js.map +0 -1
  1295. package/components/page/page.props.js.map +0 -1
  1296. package/components/page/page.styles.js +0 -18
  1297. package/components/page/page.styles.js.map +0 -1
  1298. package/components/page/partial/partial.component.js +0 -16
  1299. package/components/page/partial/partial.component.js.map +0 -1
  1300. package/components/page/partial/partial.props.js.map +0 -1
  1301. package/components/page/partial/partial.styles.js +0 -13
  1302. package/components/page/partial/partial.styles.js.map +0 -1
  1303. package/components/page/partial-container/partial-container.component.js.map +0 -1
  1304. package/components/page/partial-container/partial-container.props.js +0 -12
  1305. package/components/page/partial-container/partial-container.props.js.map +0 -1
  1306. package/components/page/partial-container/partial-container.styles.js.map +0 -1
  1307. package/components/page/tabbar/curve.js.map +0 -1
  1308. package/components/page/tabbar/tabbar.component.js +0 -150
  1309. package/components/page/tabbar/tabbar.component.js.map +0 -1
  1310. package/components/page/tabbar/tabbar.props.js +0 -27
  1311. package/components/page/tabbar/tabbar.props.js.map +0 -1
  1312. package/components/page/tabbar/tabbar.styles.js.map +0 -1
  1313. package/components/prefab/prefab-container.component.js +0 -16
  1314. package/components/prefab/prefab-container.component.js.map +0 -1
  1315. package/components/prefab/prefab-container.props.js.map +0 -1
  1316. package/components/prefab/prefab-container.styles.js +0 -11
  1317. package/components/prefab/prefab-container.styles.js.map +0 -1
  1318. package/core/AppConfig.js.map +0 -1
  1319. package/core/accessibility.js +0 -149
  1320. package/core/accessibility.js.map +0 -1
  1321. package/core/asset.provider.js.map +0 -1
  1322. package/core/base.component.js +0 -458
  1323. package/core/base.component.js.map +0 -1
  1324. package/core/components/flatlist.component.js +0 -38
  1325. package/core/components/flatlist.component.js.map +0 -1
  1326. package/core/components/floatinglabel.component.js.map +0 -1
  1327. package/core/components/textinput.component.js +0 -193
  1328. package/core/components/textinput.component.js.map +0 -1
  1329. package/core/constant.service.js +0 -22
  1330. package/core/constant.service.js.map +0 -1
  1331. package/core/constants/currency-constants.js.map +0 -1
  1332. package/core/currency-constants.js.map +0 -1
  1333. package/core/device/calendar-service.js.map +0 -1
  1334. package/core/device/camera-service.js.map +0 -1
  1335. package/core/device/contacts-service.js.map +0 -1
  1336. package/core/device/location-service.js.map +0 -1
  1337. package/core/device/scan-service.js.map +0 -1
  1338. package/core/display.manager.js.map +0 -1
  1339. package/core/event-notifier.js +0 -69
  1340. package/core/event-notifier.js.map +0 -1
  1341. package/core/file-extension-types.js.map +0 -1
  1342. package/core/fixed-view.component.js +0 -67
  1343. package/core/fixed-view.component.js.map +0 -1
  1344. package/core/formatters.js +0 -74
  1345. package/core/formatters.js.map +0 -1
  1346. package/core/i18n.service.js.map +0 -1
  1347. package/core/if.component.js +0 -36
  1348. package/core/if.component.js.map +0 -1
  1349. package/core/imageSizeEstimator.js +0 -51
  1350. package/core/imageSizeEstimator.js.map +0 -1
  1351. package/core/injector.js.map +0 -1
  1352. package/core/key.extractor.js +0 -22
  1353. package/core/key.extractor.js.map +0 -1
  1354. package/core/keyboard.js +0 -8
  1355. package/core/keyboard.js.map +0 -1
  1356. package/core/logger.js +0 -123
  1357. package/core/logger.js.map +0 -1
  1358. package/core/modal.service.js.map +0 -1
  1359. package/core/navigation.service.js.map +0 -1
  1360. package/core/network.service.js +0 -331
  1361. package/core/network.service.js.map +0 -1
  1362. package/core/partial.service.js.map +0 -1
  1363. package/core/props.provider.js +0 -86
  1364. package/core/props.provider.js.map +0 -1
  1365. package/core/scroll-view.component.js +0 -52
  1366. package/core/scroll-view.component.js.map +0 -1
  1367. package/core/security.service.js.map +0 -1
  1368. package/core/spinner.service.js.map +0 -1
  1369. package/core/storage.service.js +0 -23
  1370. package/core/storage.service.js.map +0 -1
  1371. package/core/tappable.component.js +0 -145
  1372. package/core/tappable.component.js.map +0 -1
  1373. package/core/testid.provider.js.map +0 -1
  1374. package/core/toast.service.js.map +0 -1
  1375. package/core/utils.js +0 -458
  1376. package/core/utils.js.map +0 -1
  1377. package/core/viewport.js +0 -45
  1378. package/core/viewport.js.map +0 -1
  1379. package/gestures/swipe.animation.js +0 -217
  1380. package/gestures/swipe.animation.js.map +0 -1
  1381. package/index.js.map +0 -1
  1382. package/package.json +0 -247
  1383. package/runtime/App.js +0 -511
  1384. package/runtime/App.js.map +0 -1
  1385. package/runtime/App.navigator.js +0 -109
  1386. package/runtime/App.navigator.js.map +0 -1
  1387. package/runtime/base-fragment.component.js +0 -355
  1388. package/runtime/base-fragment.component.js.map +0 -1
  1389. package/runtime/base-page.component.js +0 -175
  1390. package/runtime/base-page.component.js.map +0 -1
  1391. package/runtime/base-partial.component.js +0 -60
  1392. package/runtime/base-partial.component.js.map +0 -1
  1393. package/runtime/base-prefab.component.js +0 -83
  1394. package/runtime/base-prefab.component.js.map +0 -1
  1395. package/runtime/lib-patch.js +0 -25
  1396. package/runtime/lib-patch.js.map +0 -1
  1397. package/runtime/memo.component.js +0 -35
  1398. package/runtime/memo.component.js.map +0 -1
  1399. package/runtime/navigator/drawer.navigator.js +0 -29
  1400. package/runtime/navigator/drawer.navigator.js.map +0 -1
  1401. package/runtime/navigator/stack.navigator.js +0 -80
  1402. package/runtime/navigator/stack.navigator.js.map +0 -1
  1403. package/runtime/platform.api.js.map +0 -1
  1404. package/runtime/services/app-display-manager.service.js +0 -47
  1405. package/runtime/services/app-display-manager.service.js.map +0 -1
  1406. package/runtime/services/app-i18n.service.js +0 -72
  1407. package/runtime/services/app-i18n.service.js.map +0 -1
  1408. package/runtime/services/app-modal.service.js +0 -68
  1409. package/runtime/services/app-modal.service.js.map +0 -1
  1410. package/runtime/services/app-security.service.js +0 -217
  1411. package/runtime/services/app-security.service.js.map +0 -1
  1412. package/runtime/services/app-spinner.service.js +0 -75
  1413. package/runtime/services/app-spinner.service.js.map +0 -1
  1414. package/runtime/services/app-toast.service.js +0 -56
  1415. package/runtime/services/app-toast.service.js.map +0 -1
  1416. package/runtime/services/device/calendar-service.js.map +0 -1
  1417. package/runtime/services/device/camera-service.js +0 -349
  1418. package/runtime/services/device/camera-service.js.map +0 -1
  1419. package/runtime/services/device/contacts-service.js +0 -33
  1420. package/runtime/services/device/contacts-service.js.map +0 -1
  1421. package/runtime/services/device/location-service.js.map +0 -1
  1422. package/runtime/services/device/permissions.js.map +0 -1
  1423. package/runtime/services/device/scan-service.js.map +0 -1
  1424. package/runtime/services/partial.service.js +0 -16
  1425. package/runtime/services/partial.service.js.map +0 -1
  1426. package/runtime/services/webprocess.service.js +0 -109
  1427. package/runtime/services/webprocess.service.js.map +0 -1
  1428. package/runtime/watcher.js +0 -147
  1429. package/runtime/watcher.js.map +0 -1
  1430. package/styles/MediaQueryList.js.map +0 -1
  1431. package/styles/background.component.js +0 -309
  1432. package/styles/background.component.js.map +0 -1
  1433. package/styles/style-prop.validator.js +0 -470
  1434. package/styles/style-prop.validator.js.map +0 -1
  1435. package/styles/style-props.js +0 -93
  1436. package/styles/style-props.js.map +0 -1
  1437. package/styles/theme.js +0 -396
  1438. package/styles/theme.js.map +0 -1
  1439. package/styles/theme.variables.js +0 -437
  1440. package/styles/theme.variables.js.map +0 -1
  1441. package/variables/base-variable.js +0 -125
  1442. package/variables/base-variable.js.map +0 -1
  1443. package/variables/device/calendar/create-event.operation.js.map +0 -1
  1444. package/variables/device/calendar/delete-event.operation.js.map +0 -1
  1445. package/variables/device/calendar/get-events.operation.js.map +0 -1
  1446. package/variables/device/camera/capture-image.operation.js.map +0 -1
  1447. package/variables/device/camera/capture-video.operation.js.map +0 -1
  1448. package/variables/device/contacts/get-contacts.operation.js.map +0 -1
  1449. package/variables/device/device/app-info.operation.js.map +0 -1
  1450. package/variables/device/device/current-geo-position.operation.js.map +0 -1
  1451. package/variables/device/device/device-info.operation.js.map +0 -1
  1452. package/variables/device/device/network-info.operation.js +0 -33
  1453. package/variables/device/device/network-info.operation.js.map +0 -1
  1454. package/variables/device/device/vibrate.operation.js.map +0 -1
  1455. package/variables/device/file/upload-file.operation.js.map +0 -1
  1456. package/variables/device/operation.provider.js.map +0 -1
  1457. package/variables/device/scan/scan.operation.js.map +0 -1
  1458. package/variables/device-variable.js.map +0 -1
  1459. package/variables/http.service.js +0 -76
  1460. package/variables/http.service.js.map +0 -1
  1461. package/variables/live-variable.js +0 -116
  1462. package/variables/live-variable.js.map +0 -1
  1463. package/variables/model-variable.js +0 -47
  1464. package/variables/model-variable.js.map +0 -1
  1465. package/variables/service-variable.js +0 -141
  1466. package/variables/service-variable.js.map +0 -1
  1467. package/variables/utils/dataset-util.js.map +0 -1
  1468. package/variables/utils/inflight-queue.js +0 -114
  1469. package/variables/utils/inflight-queue.js.map +0 -1
  1470. package/variables/utils/variable.constants.js.map +0 -1
  1471. package/variables/utils/variable.utils.js +0 -190
  1472. package/variables/utils/variable.utils.js.map +0 -1
  1473. {package → app-rn-runtime}/actions/base-action.js +0 -0
  1474. {package → app-rn-runtime}/actions/index.js +0 -0
  1475. {package → app-rn-runtime}/actions/login-action.js +0 -0
  1476. {package → app-rn-runtime}/actions/logout-action.js +0 -0
  1477. {package → app-rn-runtime}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  1478. {package → app-rn-runtime}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  1479. {package → app-rn-runtime}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  1480. {package → app-rn-runtime}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  1481. {package → app-rn-runtime}/components/advanced/login/login.styles.js +0 -0
  1482. {package → app-rn-runtime}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  1483. {package → app-rn-runtime}/components/advanced/webview/webview.styles.js +0 -0
  1484. {package → app-rn-runtime}/components/basic/audio/audio.styles.js +0 -0
  1485. {package → app-rn-runtime}/components/basic/buttongroup/buttongroup.component.js +0 -0
  1486. {package → app-rn-runtime}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  1487. {package → app-rn-runtime}/components/basic/custom/custom.component.js +0 -0
  1488. {package → app-rn-runtime}/components/basic/custom/custom.styles.js +0 -0
  1489. {package → app-rn-runtime}/components/basic/icon/icon.styles.js +0 -0
  1490. {package → app-rn-runtime}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  1491. {package → app-rn-runtime}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  1492. {package → app-rn-runtime}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  1493. {package → app-rn-runtime}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  1494. {package → app-rn-runtime}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  1495. {package → app-rn-runtime}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  1496. {package → app-rn-runtime}/components/basic/label/label.styles.js +0 -0
  1497. {package → app-rn-runtime}/components/basic/modal/modal.component.js +0 -0
  1498. {package → app-rn-runtime}/components/basic/modal/modal.styles.js +0 -0
  1499. {package → app-rn-runtime}/components/basic/picture/picture.styles.js +0 -0
  1500. {package → app-rn-runtime}/components/basic/progress-bar/progress-bar.styles.js +0 -0
  1501. {package → app-rn-runtime}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  1502. {package → app-rn-runtime}/components/basic/skeleton/skeleton.styles.js +0 -0
  1503. {package → app-rn-runtime}/components/basic/tooltip/tooltip.component.js +0 -0
  1504. {package → app-rn-runtime}/components/basic/tooltip/tooltip.styles.js +0 -0
  1505. {package → app-rn-runtime}/components/chart/column-chart/column-chart.component.js +0 -0
  1506. {package → app-rn-runtime}/components/chart/column-chart/column-chart.props.js +0 -0
  1507. {package → app-rn-runtime}/components/chart/donut-chart/donut-chart.component.js +0 -0
  1508. {package → app-rn-runtime}/components/chart/legend/legend.component.js +0 -0
  1509. {package → app-rn-runtime}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  1510. {package → app-rn-runtime}/components/chart/staticdata.js +0 -0
  1511. {package → app-rn-runtime}/components/chart/theme/chart.theme.js +0 -0
  1512. {package → app-rn-runtime}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  1513. {package → app-rn-runtime}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  1514. {package → app-rn-runtime}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  1515. {package → app-rn-runtime}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
  1516. {package → app-rn-runtime}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  1517. {package → app-rn-runtime}/components/container/panel/collapsible-pane.component.js +0 -0
  1518. {package → app-rn-runtime}/components/container/panel/panel-content/panel-content.component.js +0 -0
  1519. {package → app-rn-runtime}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  1520. {package → app-rn-runtime}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  1521. {package → app-rn-runtime}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  1522. {package → app-rn-runtime}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  1523. {package → app-rn-runtime}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  1524. {package → app-rn-runtime}/components/data/card/card-footer/card-footer.component.js +0 -0
  1525. {package → app-rn-runtime}/components/data/card/card-footer/card-footer.styles.js +0 -0
  1526. {package → app-rn-runtime}/components/data/form/form-action/form-action.styles.js +0 -0
  1527. {package → app-rn-runtime}/components/data/form/form-body/form-body.component.js +0 -0
  1528. {package → app-rn-runtime}/components/data/form/form-body/form-body.styles.js +0 -0
  1529. {package → app-rn-runtime}/components/data/form/form-field/form-field.styles.js +0 -0
  1530. {package → app-rn-runtime}/components/data/form/form-footer/form-footer.component.js +0 -0
  1531. {package → app-rn-runtime}/components/data/form/form-footer/form-footer.styles.js +0 -0
  1532. {package → app-rn-runtime}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  1533. {package → app-rn-runtime}/components/device/camera/camera.styles.js +0 -0
  1534. {package → app-rn-runtime}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  1535. {package → app-rn-runtime}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  1536. {package → app-rn-runtime}/components/dialogs/dialog/dialog.styles.js +0 -0
  1537. {package → app-rn-runtime}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  1538. {package → app-rn-runtime}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  1539. {package → app-rn-runtime}/components/input/basedataset/basedataset.styles.js +0 -0
  1540. {package → app-rn-runtime}/components/input/baseinput/baseinput.styles.js +0 -0
  1541. {package → app-rn-runtime}/components/input/basenumber/basenumber.styles.js +0 -0
  1542. {package → app-rn-runtime}/components/input/calendar/calendar.styles.js +0 -0
  1543. {package → app-rn-runtime}/components/input/calendar/views/month-view.styles.js +0 -0
  1544. {package → app-rn-runtime}/components/input/checkbox/checkbox.styles.js +0 -0
  1545. {package → app-rn-runtime}/components/input/chips/chips.styles.js +0 -0
  1546. {package → app-rn-runtime}/components/input/composite/composite.component.js +0 -0
  1547. {package → app-rn-runtime}/components/input/composite/composite.styles.js +0 -0
  1548. {package → app-rn-runtime}/components/input/currency/currency.styles.js +0 -0
  1549. {package → app-rn-runtime}/components/input/epoch/date/date.component.js +0 -0
  1550. {package → app-rn-runtime}/components/input/epoch/date/date.props.js +0 -0
  1551. {package → app-rn-runtime}/components/input/epoch/date/date.styles.js +0 -0
  1552. {package → app-rn-runtime}/components/input/epoch/datetime/datetime.component.js +0 -0
  1553. {package → app-rn-runtime}/components/input/epoch/datetime/datetime.styles.js +0 -0
  1554. {package → app-rn-runtime}/components/input/epoch/time/time.component.js +0 -0
  1555. {package → app-rn-runtime}/components/input/epoch/time/time.styles.js +0 -0
  1556. {package → app-rn-runtime}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
  1557. {package → app-rn-runtime}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
  1558. {package → app-rn-runtime}/components/input/fileupload/fileupload.styles.js +0 -0
  1559. {package → app-rn-runtime}/components/input/number/number.styles.js +0 -0
  1560. {package → app-rn-runtime}/components/input/rating/rating.styles.js +0 -0
  1561. {package → app-rn-runtime}/components/input/select/select.styles.js +0 -0
  1562. {package → app-rn-runtime}/components/input/slider/slider.styles.js +0 -0
  1563. {package → app-rn-runtime}/components/input/text/text.styles.js +0 -0
  1564. {package → app-rn-runtime}/components/input/textarea/textarea.styles.js +0 -0
  1565. {package → app-rn-runtime}/components/input/toggle/toggle.styles.js +0 -0
  1566. {package → app-rn-runtime}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  1567. {package → app-rn-runtime}/components/navigation/basenav/basenav.styles.js +0 -0
  1568. {package → app-rn-runtime}/components/navigation/menu/menu.styles.js +0 -0
  1569. {package → app-rn-runtime}/components/navigation/navbar/navbar.component.js +0 -0
  1570. {package → app-rn-runtime}/components/navigation/navbar/navbar.styles.js +0 -0
  1571. {package → app-rn-runtime}/components/navigation/navitem/navitem.styles.js +0 -0
  1572. {package → app-rn-runtime}/components/page/content/content.props.js +0 -0
  1573. {package → app-rn-runtime}/components/page/content/content.styles.js +0 -0
  1574. {package → app-rn-runtime}/components/page/left-panel/left-panel.styles.js +0 -0
  1575. {package → app-rn-runtime}/components/page/page.props.js +0 -0
  1576. {package → app-rn-runtime}/components/page/partial/partial.props.js +0 -0
  1577. {package → app-rn-runtime}/components/page/partial-container/partial-container.component.js +0 -0
  1578. {package → app-rn-runtime}/components/page/partial-container/partial-container.styles.js +0 -0
  1579. {package → app-rn-runtime}/components/page/tabbar/curve.js +0 -0
  1580. {package → app-rn-runtime}/components/page/tabbar/tabbar.styles.js +0 -0
  1581. {package → app-rn-runtime}/components/prefab/prefab-container.props.js +0 -0
  1582. {package → app-rn-runtime}/core/AppConfig.js +0 -0
  1583. {package → app-rn-runtime}/core/asset.provider.js +0 -0
  1584. {package → app-rn-runtime}/core/components/floatinglabel.component.js +0 -0
  1585. {package → app-rn-runtime}/core/constants/currency-constants.js +0 -0
  1586. {package → app-rn-runtime}/core/currency-constants.js +0 -0
  1587. {package → app-rn-runtime}/core/device/calendar-service.js +0 -0
  1588. {package → app-rn-runtime}/core/device/camera-service.js +0 -0
  1589. {package → app-rn-runtime}/core/device/contacts-service.js +0 -0
  1590. {package → app-rn-runtime}/core/device/location-service.js +0 -0
  1591. {package → app-rn-runtime}/core/device/scan-service.js +0 -0
  1592. {package → app-rn-runtime}/core/display.manager.js +0 -0
  1593. {package → app-rn-runtime}/core/file-extension-types.js +0 -0
  1594. {package → app-rn-runtime}/core/i18n.service.js +0 -0
  1595. {package → app-rn-runtime}/core/injector.js +0 -0
  1596. {package → app-rn-runtime}/core/modal.service.js +0 -0
  1597. {package → app-rn-runtime}/core/navigation.service.js +0 -0
  1598. {package → app-rn-runtime}/core/partial.service.js +0 -0
  1599. {package → app-rn-runtime}/core/security.service.js +0 -0
  1600. {package → app-rn-runtime}/core/spinner.service.js +0 -0
  1601. {package → app-rn-runtime}/core/testid.provider.js +0 -0
  1602. {package → app-rn-runtime}/core/toast.service.js +0 -0
  1603. {package → app-rn-runtime}/index.js +0 -0
  1604. {package → app-rn-runtime}/runtime/platform.api.js +0 -0
  1605. {package → app-rn-runtime}/runtime/services/device/calendar-service.js +0 -0
  1606. {package → app-rn-runtime}/runtime/services/device/location-service.js +0 -0
  1607. {package → app-rn-runtime}/runtime/services/device/permissions.js +0 -0
  1608. {package → app-rn-runtime}/runtime/services/device/scan-service.js +0 -0
  1609. {package → app-rn-runtime}/styles/MediaQueryList.js +0 -0
  1610. {package → app-rn-runtime}/variables/device/calendar/create-event.operation.js +0 -0
  1611. {package → app-rn-runtime}/variables/device/calendar/delete-event.operation.js +0 -0
  1612. {package → app-rn-runtime}/variables/device/calendar/get-events.operation.js +0 -0
  1613. {package → app-rn-runtime}/variables/device/camera/capture-image.operation.js +0 -0
  1614. {package → app-rn-runtime}/variables/device/camera/capture-video.operation.js +0 -0
  1615. {package → app-rn-runtime}/variables/device/contacts/get-contacts.operation.js +0 -0
  1616. {package → app-rn-runtime}/variables/device/device/app-info.operation.js +0 -0
  1617. {package → app-rn-runtime}/variables/device/device/current-geo-position.operation.js +0 -0
  1618. {package → app-rn-runtime}/variables/device/device/device-info.operation.js +0 -0
  1619. {package → app-rn-runtime}/variables/device/device/vibrate.operation.js +0 -0
  1620. {package → app-rn-runtime}/variables/device/file/upload-file.operation.js +0 -0
  1621. {package → app-rn-runtime}/variables/device/operation.provider.js +0 -0
  1622. {package → app-rn-runtime}/variables/device/scan/scan.operation.js +0 -0
  1623. {package → app-rn-runtime}/variables/device-variable.js +0 -0
  1624. {package → app-rn-runtime}/variables/utils/dataset-util.js +0 -0
  1625. {package → app-rn-runtime}/variables/utils/variable.constants.js +0 -0
package/core/utils.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"names":["Platform","moment","FileSystem","isFunction","includes","isUndefined","isNull","orderBy","groupBy","toLower","get","forEach","sortBy","cloneDeep","keys","values","isArray","isString","isNumber","ThemeVariables","GROUP_BY_OPTIONS","ALPHABET","WORD","OTHERS","TIME_ROLLUP_OPTIONS","HOUR","DAY","WEEK","MONTH","YEAR","_deepCopy","o1","_len","arguments","length","o2","Array","_key","o","Object","k","v","deepCopy","_len2","objects","_key2","toBoolean","val","undefined","toNumber","parseFloat","e","encodeUrl","url","splits","split","hash","params","map","p","encodeURIComponent","join","encodeURI","isWebPreviewMode","OS","isDevMode","__DEV__","widgetsWithUndefinedValue","isAndroid","test","window","navigator","userAgent","isIos","getGroupKey","fieldDef","groupby","widgetScope","innerItem","apply","proxy","getGroupedData","fieldDefs","match","orderby","dateFormat","groupKey","groupedLiData","concatStr","toString","trim","substr","replace","format","getSortedGroupedData","getOrderedDataset","dataSet","items","fields","directions","obj","item","push","_groupedData","groupkey","index","liData","key","data","_groupIndex","isDefined","unStringify","defaultVal","number","parseInt","isNaN","retryIfFails","fn","interval","maxRetries","onBeforeRetry","Promise","resolve","retryCount","tryFn","reject","errorFn","errArgs","setTimeout","then","retry","getAbortableDefer","_defer","promise","onAbort","isAborted","abort","validateField","props","value","requiredCheck","regexCheck","required","errorType","isValid","regexp","condition","RegExp","maxchars","mindate","Date","datavalue","startOf","toDate","maxdate","endOf","countDecimalDigits","numberString","decimalMatch","decimalDigits","formatCompactNumber","isNegative","formattedNumber","toFixed","toBase64","path","readAsStringAsync","encoding","DATASET_WIDGETS","Set","isDataSetWidget","widget","has","isFullPathUrl","startsWith","removeUndefinedKeys","getDaysInMonth","month","year","getDate","getDates","getFullYear","daysInMonth","dates","from","i","monthNames","getMonths","months","name","substring","getYearRange","startYear","endYear","years","getDateObject","date","getHours","hours","hour","paddedHour","String","padStart","get24Hours","getMinutes","minutes","minute","paddedMinute","getTimeIndicators","getDateTimeObject","getGradientStartEnd","angle","angleLowerCase","toLowerCase","start","x","y","end","parseLinearGradient","gradient","color1","color2","linearGradientRegex","hasLinearGradient","matches","INSTANCE","primaryColor"],"sources":["utils.ts"],"sourcesContent":["import { Platform } from 'react-native';\nimport moment from \"moment\";\nimport * as FileSystem from \"expo-file-system\";\nimport { isFunction, includes, isUndefined, isNull, orderBy, groupBy, toLower, get, forEach, sortBy, cloneDeep, keys, values, isArray, isString, isNumber} from 'lodash';\nimport ThemeVariables from '../styles/theme.variables';\n\ndeclare const window: any;\nconst GROUP_BY_OPTIONS = {\n ALPHABET: 'alphabet',\n WORD: 'word',\n OTHERS: 'Others'\n};\nconst TIME_ROLLUP_OPTIONS = {\n HOUR: 'hour',\n DAY: 'day',\n WEEK: 'week',\n MONTH: 'month',\n YEAR: 'year'\n};\n\nconst _deepCopy = (o1: any, ...o2: any) => {\n o2.forEach((o: any) => {\n if (o) {\n Object.keys(o).forEach(k => {\n const v = o[k];\n if (v && !isString(v) && !isArray(v) && typeof v === 'object') {\n o1[k] = _deepCopy(o1[k] || {}, o[k]);\n } else {\n o1[k] = _deepCopy(v);\n }\n });\n }\n });\n return o1;\n};\n\nexport const deepCopy = (...objects: any) => _deepCopy({}, ...objects);\n\nexport const toBoolean = (val: any) => {\n return val === true\n || val === 'true'\n || !(val === false\n || val === null\n || val === undefined\n || val === '');\n};\n\nexport const toNumber = (val: any) => {\n try {\n return parseFloat(val) || 0;\n } catch(e) {\n return 0;\n }\n};\n\n/**\n * this method encodes the url and returns the encoded string\n */\n export const encodeUrl = (url: string): string => {\n let splits = url.split('#');\n const hash = splits[1];\n splits = splits[0].split('?');\n let params = '';\n if (splits.length > 1) {\n params = splits[1].split('&')\n .map(p => p.split('='))\n .map(p => p[0] +'=' + encodeURIComponent(p[1]))\n .join('&');\n }\n return encodeURI(splits[0]) + (params ? '?' + params: '') + (hash ? '#'+ hash : '');\n};\n\nexport const isWebPreviewMode = () => Platform.OS === 'web';\n\nexport const isDevMode = () => isWebPreviewMode() || __DEV__;\n\nexport const widgetsWithUndefinedValue = ['checkbox', 'toggle'];\n\nexport const isAndroid = () => (Platform.OS === 'android' || (Platform.OS === 'web' && /android/i.test(window.navigator.userAgent)));\n\nexport const isIos = () => (Platform.OS === 'ios' || (Platform.OS === 'web' && /iPhone|iPad/i.test(window.navigator.userAgent)));\n\nconst getGroupKey = (fieldDef: any, groupby: string, widgetScope: any, innerItem?: any) => isFunction(groupby) ? groupby.apply(widgetScope.proxy, [innerItem ? fieldDef[innerItem] : fieldDef]) : get(innerItem ? fieldDef[innerItem] : fieldDef, groupby);\n\n/**\n * This method prepares the grouped data.\n *\n * @param fieldDefs array of objects i.e. dataset\n * @param groupby string groupby\n * @param match string match\n * @param orderby string orderby\n * @param dateFormat string date format\n */\nexport const getGroupedData = (fieldDefs: any, groupby: string, match: string, orderby: string, dateFormat: string, widgetScope: any, innerItem?: any) => {\n\n // handling case-in-sensitive scenario\n // ordering the data based on groupby field. If there is innerItem then apply orderby using the innerItem's containing the groupby field.\n fieldDefs = orderBy(fieldDefs, fieldDef => {\n const groupKey = getGroupKey(fieldDef, groupby, widgetScope, innerItem);\n if (groupKey) {\n return toLower(groupKey);\n }\n return '';\n });\n\n // extract the grouped data based on the field obtained from 'groupDataByField'.\n const groupedLiData = groupBy(fieldDefs, function (fieldDef) {\n let concatStr = getGroupKey(fieldDef, groupby, widgetScope, innerItem);\n // by default set the undefined groupKey as 'others'\n if (isUndefined(concatStr) || isNull(concatStr) || concatStr.toString().trim() === '') {\n return GROUP_BY_OPTIONS.OTHERS;\n }\n // if match prop is alphabetic ,get the starting alphabet of the word as key.\n if (match === GROUP_BY_OPTIONS.ALPHABET) {\n concatStr = concatStr.substr(0, 1);\n }\n\n // if match contains the time options then get the concatStr using 'getTimeRolledUpString'\n if (includes(values(TIME_ROLLUP_OPTIONS), match)) {\n dateFormat = dateFormat && dateFormat.replace(/d/g, 'D');\n dateFormat = dateFormat && dateFormat.replace(/y/g, 'Y');\n concatStr = moment(concatStr).format(dateFormat);\n }\n\n return concatStr;\n });\n\n return getSortedGroupedData(groupedLiData, groupby, orderby, innerItem);\n};\n\n/**\n * function to get the ordered dataset based on the given orderby\n */\nexport const getOrderedDataset = (dataSet: any, orderby: string, innerItem?: any) => {\n if (!orderBy) {\n return cloneDeep(dataSet);\n }\n\n // The order by only works when the dataset contains list of objects.\n const items = orderby && orderby.split(','),\n fields: any = [],\n directions: any = [];\n items && items.forEach( obj => {\n const item = obj.split(':');\n fields.push(innerItem ? innerItem + '.' + item[0] : item[0]);\n directions.push(item[1]);\n });\n return orderBy(dataSet, fields, directions);\n};\n\n\n/**\n * This method returns sorted data based to groupkey.\n * Returns a array of objects, each object containing key which is groupKey and data is the sorted data which is sorted by groupby field in the data.\n *\n * @param groupedLiData, grouped data object with key as the groupKey and its value as the array of objects grouped under the groupKey.\n * @param groupBy, string groupby property\n * @returns {any[]}\n */\nexport const getSortedGroupedData = (groupedLiData: any, groupBy: string, orderby: string, innerItem?: any) => {\n const _groupedData: any = [];\n forEach(keys(groupedLiData), (groupkey, index) => {\n const liData = getOrderedDataset(groupedLiData[groupkey], orderby, innerItem);\n _groupedData.push({\n key: groupkey,\n data: sortBy(liData, data => {\n data._groupIndex = index;\n return get(data, groupBy) || get(data[innerItem], groupBy);\n })\n });\n });\n return _groupedData;\n};\n\nexport const isDefined = (v: any) => typeof v !== 'undefined';\n\n// try to convert the chekedvalue and unchecked values to boolean/number\nexport const unStringify = (val: any, defaultVal?: boolean) => {\n if (val === null) {\n return defaultVal;\n }\n\n if (val === true || val === 'true') {\n return true;\n }\n\n if (val === false || val === 'false') {\n return false;\n }\n\n const number = parseInt(val, 10);\n if (!isNaN(number)) {\n return number;\n }\n return val;\n};\n\n/**\n * This function invokes the given the function (fn) until the function successfully executes or the maximum number\n * of retries is reached or onBeforeRetry returns false.\n *\n * @param fn - a function that is needs to be invoked. The function can also return a promise as well.\n * @param interval - minimum time gap between successive retries. This argument should be greater or equal to 0.\n * @param maxRetries - maximum number of retries. This argument should be greater than 0. For all other values,\n * maxRetries is infinity.\n * @param onBeforeRetry - a callback function that will be invoked before re-invoking again. This function can\n * return false or a promise that is resolved to false to stop further retry attempts.\n * @returns {*} a promise that is resolved when fn is success (or) maximum retry attempts reached\n * (or) onBeforeRetry returned false.\n */\nexport const retryIfFails = (fn: Function, interval: number, maxRetries: number, onBeforeRetry = () => Promise.resolve(false)) => {\n let retryCount = 0;\n const tryFn = () => {\n retryCount++;\n if (isFunction(fn)) {\n return fn();\n }\n };\n maxRetries = (isNumber(maxRetries) && maxRetries > 0 ? maxRetries : 0);\n interval = (isNumber(interval) && interval > 0 ? interval : 0);\n return new Promise((resolve, reject) => {\n const errorFn = function () {\n const errArgs = arguments;\n setTimeout(() => {\n Promise.resolve().then(() => onBeforeRetry()).then(function (retry) {\n if (retry !== false && (!maxRetries || retryCount <= maxRetries)) {\n Promise.resolve().then(() => tryFn()).then(resolve, errorFn);\n } else {\n reject(errArgs);\n }\n }, () => reject(errArgs));\n }, interval);\n };\n Promise.resolve().then(() => tryFn()).then(resolve, errorFn);\n });\n};\n\n/**\n * Promise of a defer created using this function, has abort function that will reject the defer when called.\n * @returns {*} angular defer object\n */\nexport const getAbortableDefer = () => {\n const _defer: any = {\n promise: null,\n reject: null,\n resolve: null,\n onAbort: () => { },\n isAborted: false\n };\n _defer.promise = new Promise((resolve, reject) => {\n _defer.resolve = resolve;\n _defer.reject = reject;\n });\n _defer.promise.abort = () => {\n _defer.onAbort && _defer.onAbort();\n _defer.reject('aborted');\n _defer.isAborted = true;\n };\n return _defer;\n};\n\nexport const validateField = (props: any, value: any) => {\n let requiredCheck = true, regexCheck = true;\n if (props.required) {\n if (isArray(value)) {\n requiredCheck = value.length === 0 ? false : true\n } else {\n requiredCheck = !value ? false : true\n }\n if (!requiredCheck) {\n return {\n errorType : 'required',\n isValid: false\n }\n }\n }\n if (value && props.regexp) {\n const condition = new RegExp(\"^\" + props.regexp + \"$\", 'g');\n regexCheck = condition.test(value);\n if (!regexCheck) {\n return {\n errorType : 'regexp',\n isValid: false\n }\n }\n }\n if (value && props.maxchars && value.length > props.maxchars) {\n return {\n errorType : 'maxchars',\n isValid: false\n }\n\n }\n if (value && props.mindate && new Date(props.datavalue) < moment(props.mindate).startOf('day').toDate()) {\n return {\n errorType : 'mindate',\n isValid: false\n }\n }\n if (value && props.maxdate && new Date(props.datavalue) > moment(props.maxdate).endOf('day').toDate()) {\n return {\n errorType : 'maxdate',\n isValid: false\n }\n }\n\n return {\n isValid: true\n }\n};\n\nexport const countDecimalDigits = (number: number | string) => {\n if (!number) return 0;\n\n // * convert the number to a string\n const numberString = number.toString();\n \n // * regular expression to match and count the decimal digits\n const decimalMatch = numberString.match(/\\.(\\d+)/);\n\n if (decimalMatch) {\n const decimalDigits = decimalMatch[1];\n return decimalDigits.length;\n } else {\n return 0; // * no decimal digits found\n }\n}\n\nexport const formatCompactNumber = (number: number) => {\n const isNegative = number < 0;\n number = isNegative ? number * -1 : number;\n let formattedNumber = number + '';\n if (number >= 1000 && number < 1_000_000) {\n formattedNumber = (number / 1000).toFixed(1).replace(/\\.0$/, \"\") + \"K\";\n } else if (number >= 1_000_000 && number < 1_000_000_000) {\n formattedNumber = (number / 1_000_000).toFixed(1).replace(/\\.0$/, \"\") + \"M\";\n } else if (number >= 1_000_000_000 && number < 1_000_000_000_000) {\n formattedNumber = (number / 1_000_000_000).toFixed(1).replace(/\\.0$/, \"\") + \"B\";\n } else if (number >= 1_000_000_000_000 && number < 1_000_000_000_000_000) {\n formattedNumber = (number / 1_000_000_000_000).toFixed(1).replace(/\\.0$/, \"\") + \"T\";\n }\n return (isNegative ? '-' : '') + formattedNumber;\n}\n\nexport const toBase64 = function(path: string) {\n return FileSystem.readAsStringAsync(path, { encoding: 'base64' });\n};\n\nconst DATASET_WIDGETS = new Set([ 'select', 'checkboxset', 'radioset', 'switch', 'autocomplete', 'chips', 'typeahead', 'rating']);\nexport const isDataSetWidget = (widget: any) => {\n return DATASET_WIDGETS.has(widget);\n};\nexport const isFullPathUrl = (url: string) => {\n return isString(url) &&\n (url.startsWith('data:') \n || url.startsWith('http:') \n || url.startsWith('https:') \n || url.startsWith('file:'));\n};\n\nexport function removeUndefinedKeys(obj: any) {\n for (const key in obj) {\n if (obj[key] === undefined) {\n delete obj[key];\n } else if (typeof obj[key] === 'object') {\n // * if the value is an object, recursively call the function\n removeUndefinedKeys(obj[key]);\n }\n }\n\n return obj;\n}\n// * get total number of days in a month of a year\nfunction getDaysInMonth(month: number, year: number) {\n return new Date(year, month, 0).getDate();\n}\n\nexport const getDates = (\n month = 0, // zero-based\n year = new Date().getFullYear(),\n) => {\n const daysInMonth = getDaysInMonth(month, year);\n const dates = Array.from({length: daysInMonth}, (v, i) => i + 1);\n\n return dates;\n};\n\nexport const monthNames = [\n 'January',\n 'February',\n 'March',\n 'April',\n 'May',\n 'June',\n 'July',\n 'August',\n 'September',\n 'October',\n 'November',\n 'December',\n];\n\nexport const getMonths = () => {\n const months = monthNames.map(name => name.substring(0, 3));\n\n return months;\n};\n\nexport const getYearRange = (\n startYear: number = 1950,\n endYear: number = 2060,\n) => {\n const years = [];\n for (let year = startYear; year <= endYear; ++year) {\n years.push(year);\n }\n\n return years;\n};\n\nexport const getDateObject = (date: number, month: number, year: number) => {\n // * month is zero-based\n return new Date(year, month, date);\n};\n\nexport const getHours = () => {\n const hours = [];\n for (let hour = 1; hour <= 12; ++hour) {\n const paddedHour = String(hour).padStart(2, '0');\n hours.push(paddedHour);\n }\n\n return hours;\n}\n\nexport const get24Hours = () => {\n const hours = [];\n for (let hour = 0; hour <= 23; ++hour) {\n const paddedHour = String(hour).padStart(2, '0');\n hours.push(paddedHour);\n }\n\n return hours;\n}\n\nexport const getMinutes = () => {\n const minutes = [];\n for (let minute = 0; minute <= 59; ++minute) {\n const paddedMinute = String(minute).padStart(2, '0');\n minutes.push(paddedMinute);\n }\n\n return minutes;\n}\n\nexport const getTimeIndicators = () => {\n return ['AM', 'PM'];\n}\n\nexport const getDateTimeObject = (date: number, month: number, year: number, hour: number, minute: number) => {\n // * month is zero-based\n return new Date(year, month, date, hour, minute);\n};\n\nexport const getGradientStartEnd = (angle: string) => {\n const angleLowerCase = angle?.toLowerCase();\n let start = { x: 0, y: 1 };\n let end = { x: 1, y: 1 };\n\n if (angle === '0deg' || angleLowerCase === 'to top') {\n end.x = 0;\n end.y = 0;\n } else if (angle === '90deg' || angleLowerCase === 'to right') {\n start.x = 0;\n } else if (angle === '180deg' || angleLowerCase === 'to bottom') {\n start.y = 0;\n end.x = 0;\n end.y = 1;\n } else if (angle === '270deg' || angleLowerCase === 'to left') {\n start.x = 1;\n end.x = 0;\n } else {\n // other angle\n }\n\n return {start, end}\n}\n\nexport const parseLinearGradient = (gradient: string) => {\n let angle = '', color1 = '', color2 = '';\n const linearGradientRegex = /linear-gradient\\(([^,]+),\\s*([^,]+),\\s*([^)]+)\\)/;\n const hasLinearGradient = linearGradientRegex.test(gradient);\n\n const matches = gradient?.match(linearGradientRegex);\n angle = matches?.[1] || '90deg';\n const {start, end} = getGradientStartEnd(angle)\n color1 = matches?.[2] || ThemeVariables.INSTANCE.primaryColor;\n color2 = matches?.[3] || ThemeVariables.INSTANCE.primaryColor;\n\n return {hasLinearGradient, color1, color2, start, end};\n}\n"],"mappings":"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"}
package/core/viewport.js DELETED
@@ -1,45 +0,0 @@
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 { Dimensions } from "react-native";
5
- import EventNotifier from "./event-notifier";
6
- export const SCREEN_ORIENTATION = {
7
- LANDSCAPE: 'LANDSCAPE',
8
- PORTRAIT: 'PORTRAIT'
9
- };
10
- export const EVENTS = {
11
- ORIENTATION_CHANGE: 'orientationChange',
12
- SIZE_CHANGE: 'sizeChange'
13
- };
14
- export class ViewPort extends EventNotifier {
15
- constructor() {
16
- super();
17
- _defineProperty(this, "width", void 0);
18
- _defineProperty(this, "height", void 0);
19
- _defineProperty(this, "orientation", void 0);
20
- _defineProperty(this, "isMobileType", true);
21
- const dim = Dimensions.get('window');
22
- this.width = dim.width;
23
- this.height = dim.height;
24
- this.orientation = this.width > this.height ? SCREEN_ORIENTATION.LANDSCAPE : SCREEN_ORIENTATION.PORTRAIT;
25
- Dimensions.addEventListener('change', () => {
26
- const dim = Dimensions.get('window');
27
- const orientation = dim.width > dim.height ? SCREEN_ORIENTATION.LANDSCAPE : SCREEN_ORIENTATION.PORTRAIT;
28
- this.notify(EVENTS.SIZE_CHANGE, [{
29
- width: dim.width,
30
- height: dim.height
31
- }, {
32
- width: this.width,
33
- height: this.height
34
- }]);
35
- this.width = dim.width;
36
- this.height = dim.height;
37
- if (this.orientation != orientation) {
38
- this.notify(EVENTS.ORIENTATION_CHANGE, [orientation, this.orientation]);
39
- this.orientation = orientation;
40
- }
41
- });
42
- }
43
- }
44
- export default new ViewPort();
45
- //# sourceMappingURL=viewport.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["Dimensions","EventNotifier","SCREEN_ORIENTATION","LANDSCAPE","PORTRAIT","EVENTS","ORIENTATION_CHANGE","SIZE_CHANGE","ViewPort","constructor","_defineProperty","dim","get","width","height","orientation","addEventListener","notify"],"sources":["viewport.ts"],"sourcesContent":["import { Dimensions } from \"react-native\";\nimport EventNotifier from \"./event-notifier\";\n\n\nexport const SCREEN_ORIENTATION = {\n LANDSCAPE: 'LANDSCAPE',\n PORTRAIT: 'PORTRAIT'\n};\n\nexport const EVENTS = {\n ORIENTATION_CHANGE: 'orientationChange',\n SIZE_CHANGE: 'sizeChange'\n};\n\nexport class ViewPort extends EventNotifier {\n public width: number;\n public height: number;\n public orientation: string;\n public isMobileType = true;\n\n constructor() {\n super();\n const dim = Dimensions.get('window');\n this.width = dim.width;\n this.height = dim.height;\n this.orientation = this.width > this.height ? SCREEN_ORIENTATION.LANDSCAPE: SCREEN_ORIENTATION.PORTRAIT;\n Dimensions.addEventListener('change', () => {\n const dim = Dimensions.get('window');\n const orientation = dim.width > dim.height ? SCREEN_ORIENTATION.LANDSCAPE: SCREEN_ORIENTATION.PORTRAIT;\n this.notify(EVENTS.SIZE_CHANGE, [\n {width: dim.width, height: dim.height}, \n {width: this.width, height: this.height}\n ]);\n this.width = dim.width;\n this.height = dim.height;\n if (this.orientation != orientation) {\n this.notify(EVENTS.ORIENTATION_CHANGE, [orientation, this.orientation]);\n this.orientation = orientation;\n }\n });\n }\n}\n\nexport default new ViewPort();"],"mappings":";;;AAAA,SAASA,UAAU,QAAQ,cAAc;AACzC,OAAOC,aAAa,MAAM,kBAAkB;AAG5C,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,SAAS,EAAE,WAAW;EACtBC,QAAQ,EAAE;AACd,CAAC;AAED,OAAO,MAAMC,MAAM,GAAG;EAClBC,kBAAkB,EAAE,mBAAmB;EACvCC,WAAW,EAAE;AACjB,CAAC;AAED,OAAO,MAAMC,QAAQ,SAASP,aAAa,CAAC;EAMxCQ,WAAWA,CAAA,EAAG;IACV,KAAK,CAAC,CAAC;IAACC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,uBAHU,IAAI;IAItB,MAAMC,GAAG,GAAGX,UAAU,CAACY,GAAG,CAAC,QAAQ,CAAC;IACpC,IAAI,CAACC,KAAK,GAAGF,GAAG,CAACE,KAAK;IACtB,IAAI,CAACC,MAAM,GAAGH,GAAG,CAACG,MAAM;IACxB,IAAI,CAACC,WAAW,GAAG,IAAI,CAACF,KAAK,GAAG,IAAI,CAACC,MAAM,GAAGZ,kBAAkB,CAACC,SAAS,GAAED,kBAAkB,CAACE,QAAQ;IACvGJ,UAAU,CAACgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM;MACxC,MAAML,GAAG,GAAGX,UAAU,CAACY,GAAG,CAAC,QAAQ,CAAC;MACpC,MAAMG,WAAW,GAAGJ,GAAG,CAACE,KAAK,GAAGF,GAAG,CAACG,MAAM,GAAGZ,kBAAkB,CAACC,SAAS,GAAED,kBAAkB,CAACE,QAAQ;MACtG,IAAI,CAACa,MAAM,CAACZ,MAAM,CAACE,WAAW,EAAE,CAC5B;QAACM,KAAK,EAAEF,GAAG,CAACE,KAAK;QAAEC,MAAM,EAAEH,GAAG,CAACG;MAAM,CAAC,EACtC;QAACD,KAAK,EAAE,IAAI,CAACA,KAAK;QAAEC,MAAM,EAAE,IAAI,CAACA;MAAM,CAAC,CAC3C,CAAC;MACF,IAAI,CAACD,KAAK,GAAGF,GAAG,CAACE,KAAK;MACtB,IAAI,CAACC,MAAM,GAAGH,GAAG,CAACG,MAAM;MACxB,IAAI,IAAI,CAACC,WAAW,IAAIA,WAAW,EAAE;QACjC,IAAI,CAACE,MAAM,CAACZ,MAAM,CAACC,kBAAkB,EAAE,CAACS,WAAW,EAAE,IAAI,CAACA,WAAW,CAAC,CAAC;QACvE,IAAI,CAACA,WAAW,GAAGA,WAAW;MAClC;IACJ,CAAC,CAAC;EACN;AACJ;AAEA,eAAe,IAAIP,QAAQ,CAAC,CAAC"}
@@ -1,217 +0,0 @@
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 { isNil } from 'lodash-es';
5
- import React from 'react';
6
- import { Animated, Easing, View as RNView } from 'react-native';
7
- import { Gesture, GestureDetector } from 'react-native-gesture-handler';
8
- import { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';
9
- import injector from '@wavemaker/app-rn-runtime/core/injector';
10
- export class Handlers {
11
- constructor() {
12
- _defineProperty(this, "bounds", null);
13
- _defineProperty(this, "onAnimation", () => {});
14
- _defineProperty(this, "onLower", () => {});
15
- _defineProperty(this, "onUpper", () => {});
16
- _defineProperty(this, "computePhase", null);
17
- }
18
- }
19
- export class Props {
20
- constructor() {
21
- _defineProperty(this, "threshold", 30);
22
- _defineProperty(this, "direction", 'horizontal');
23
- _defineProperty(this, "handlers", {});
24
- _defineProperty(this, "style", {});
25
- _defineProperty(this, "children", void 0);
26
- _defineProperty(this, "enableGestures", void 0);
27
- _defineProperty(this, "slideWidth", '100%');
28
- _defineProperty(this, "slideMinWidth", undefined);
29
- }
30
- }
31
- export class State {
32
- constructor() {
33
- _defineProperty(this, "threshold", 30);
34
- _defineProperty(this, "isHorizontal", false);
35
- _defineProperty(this, "bounds", {});
36
- _defineProperty(this, "maxPosition", Number.MAX_VALUE);
37
- }
38
- }
39
- export class View extends React.Component {
40
- constructor(props) {
41
- super(props);
42
- _defineProperty(this, "gesture", Gesture.Pan());
43
- _defineProperty(this, "position", new Animated.Value(0));
44
- _defineProperty(this, "animationPhase", new Animated.Value(0));
45
- _defineProperty(this, "i18nService", injector.I18nService.get());
46
- _defineProperty(this, "childrenLayout", []);
47
- _defineProperty(this, "viewLayout", null);
48
- this.state = {
49
- isHorizontal: props.direction === 'horizontal',
50
- threshold: props.threshold || 30,
51
- bounds: {}
52
- };
53
- var touchStart = {
54
- x: 0,
55
- y: 0,
56
- active: false
57
- };
58
- this.gesture.maxPointers(1).minDistance(this.state.threshold).enabled(this.props.enableGestures && !isWebPreviewMode()).onTouchesDown((e, s) => {
59
- touchStart = {
60
- x: e.changedTouches[0].x,
61
- y: e.changedTouches[0].y,
62
- active: false
63
- };
64
- }).onTouchesMove((e, s) => {
65
- if (touchStart.active) {
66
- return;
67
- }
68
- const translationX = e.allTouches[0].x - touchStart.x;
69
- const translationY = e.allTouches[0].y - touchStart.y;
70
- const d = this.state.isHorizontal ? translationX : translationY;
71
- const od = this.state.isHorizontal ? translationY : translationX;
72
- if (Math.abs(d) >= this.state.threshold && Math.abs(od) < Math.tan(15 * Math.PI / 180) * this.state.threshold) {
73
- touchStart.active = true;
74
- }
75
- }).onChange(e => {
76
- var _this$props$handlers, _this$props$handlers2;
77
- if (!touchStart.active) {
78
- return;
79
- }
80
- const bounds = ((_this$props$handlers = this.props.handlers) === null || _this$props$handlers === void 0 ? void 0 : _this$props$handlers.bounds) && ((_this$props$handlers2 = this.props.handlers) === null || _this$props$handlers2 === void 0 ? void 0 : _this$props$handlers2.bounds(e)) || {};
81
- const d = this.state.isHorizontal ? e.translationX : e.translationY;
82
- let phase = this.computePhase((bounds === null || bounds === void 0 ? void 0 : bounds.center) || 0);
83
- if (d && d < 0 && !isNil(bounds.center) && !isNil(bounds.lower) && bounds.center !== bounds.lower) {
84
- phase += d / (bounds.center - bounds.lower) || 0;
85
- } else if (d && d > 0 && !isNil(bounds.center) && !isNil(bounds.upper) && bounds.center !== bounds.upper) {
86
- phase += d / (bounds.upper - bounds.center) || 0;
87
- }
88
- this.animationPhase.setValue(phase);
89
- this.position.setValue((this.isRTL() ? -(bounds === null || bounds === void 0 ? void 0 : bounds.center) : (bounds === null || bounds === void 0 ? void 0 : bounds.center) || 0) + d);
90
- }).onEnd(e => {
91
- var _this$props$handlers3, _this$props$handlers4;
92
- if (!touchStart.active) {
93
- return;
94
- }
95
- touchStart = {
96
- x: 0,
97
- y: 0,
98
- active: false
99
- };
100
- ((_this$props$handlers3 = this.props.handlers) === null || _this$props$handlers3 === void 0 ? void 0 : _this$props$handlers3.onAnimation) && ((_this$props$handlers4 = this.props.handlers) === null || _this$props$handlers4 === void 0 ? void 0 : _this$props$handlers4.onAnimation(e));
101
- if (e.translationX < 0) {
102
- this.isRTL() ? this.goToLower(e) : this.goToUpper(e);
103
- } else if (e.translationX > 0) {
104
- this.isRTL() ? this.goToUpper(e) : this.goToLower(e);
105
- }
106
- });
107
- }
108
- computeMaxScroll() {
109
- var _this$viewLayout2;
110
- let max = Number.MAX_VALUE;
111
- const childrenWidth = this.childrenLayout.reduce((s, v) => s + v.width, 0);
112
- const childrenHeight = this.childrenLayout.reduce((s, v) => s + v.height, 0);
113
- if (this.props.direction === 'horizontal') {
114
- var _this$viewLayout;
115
- if (childrenWidth && (_this$viewLayout = this.viewLayout) !== null && _this$viewLayout !== void 0 && _this$viewLayout.width) {
116
- max = childrenWidth - this.viewLayout.width;
117
- }
118
- } else if (childrenHeight && (_this$viewLayout2 = this.viewLayout) !== null && _this$viewLayout2 !== void 0 && _this$viewLayout2.height) {
119
- max = childrenHeight - this.viewLayout.height;
120
- }
121
- this.setState({
122
- maxPosition: -1 * max
123
- });
124
- }
125
- setChildrenLayout(event, index) {
126
- this.childrenLayout[index] = event.nativeEvent.layout;
127
- this.computeMaxScroll();
128
- }
129
- setViewLayout(event) {
130
- this.viewLayout = event.nativeEvent.layout;
131
- this.computeMaxScroll();
132
- }
133
- computePhase(value) {
134
- var _this$props$handlers5, _this$props$handlers6;
135
- return ((_this$props$handlers5 = this.props.handlers) === null || _this$props$handlers5 === void 0 ? void 0 : _this$props$handlers5.computePhase) && ((_this$props$handlers6 = this.props.handlers) === null || _this$props$handlers6 === void 0 ? void 0 : _this$props$handlers6.computePhase(value)) || 0;
136
- }
137
- isRTL() {
138
- return this.i18nService.isRTLLocale();
139
- }
140
- goToLower(e) {
141
- var _this$props$handlers7, _this$props$handlers8;
142
- const bounds = ((_this$props$handlers7 = this.props.handlers) === null || _this$props$handlers7 === void 0 ? void 0 : _this$props$handlers7.bounds) && ((_this$props$handlers8 = this.props.handlers) === null || _this$props$handlers8 === void 0 ? void 0 : _this$props$handlers8.bounds(e)) || {};
143
- this.setPosition(bounds.lower).then(() => {
144
- if (!isNil(bounds.lower) && bounds.center !== bounds.lower) {
145
- var _this$props$handlers9, _this$props$handlers10;
146
- ((_this$props$handlers9 = this.props.handlers) === null || _this$props$handlers9 === void 0 ? void 0 : _this$props$handlers9.onLower) && ((_this$props$handlers10 = this.props.handlers) === null || _this$props$handlers10 === void 0 ? void 0 : _this$props$handlers10.onLower(e));
147
- }
148
- });
149
- }
150
- goToUpper(e) {
151
- var _this$props$handlers11, _this$props$handlers12;
152
- const bounds = ((_this$props$handlers11 = this.props.handlers) === null || _this$props$handlers11 === void 0 ? void 0 : _this$props$handlers11.bounds) && ((_this$props$handlers12 = this.props.handlers) === null || _this$props$handlers12 === void 0 ? void 0 : _this$props$handlers12.bounds(e)) || {};
153
- this.setPosition(bounds.upper).then(() => {
154
- if (!isNil(bounds.upper) && bounds.center !== bounds.upper) {
155
- var _this$props$handlers13, _this$props$handlers14;
156
- ((_this$props$handlers13 = this.props.handlers) === null || _this$props$handlers13 === void 0 ? void 0 : _this$props$handlers13.onUpper) && ((_this$props$handlers14 = this.props.handlers) === null || _this$props$handlers14 === void 0 ? void 0 : _this$props$handlers14.onUpper(e));
157
- }
158
- });
159
- }
160
- setPosition(value) {
161
- if (isNil(value)) {
162
- return Promise.reject();
163
- }
164
- let position = isNaN(this.state.maxPosition) ? value : Math.max(this.state.maxPosition, value);
165
- return new Promise(resolve => {
166
- Animated.parallel([Animated.timing(this.animationPhase, {
167
- useNativeDriver: true,
168
- toValue: this.computePhase(value),
169
- duration: 200,
170
- easing: Easing.out(Easing.linear)
171
- }), Animated.timing(this.position, {
172
- useNativeDriver: true,
173
- toValue: (this.isRTL() ? -1 : 1) * position,
174
- duration: 200,
175
- easing: Easing.out(Easing.linear)
176
- })]).start(resolve);
177
- });
178
- }
179
- render() {
180
- const isHorizontal = this.props.direction === 'horizontal';
181
- return (
182
- /*#__PURE__*/
183
- //@ts-ignore
184
- React.createElement(GestureDetector, {
185
- gesture: this.gesture
186
- }, /*#__PURE__*/React.createElement(Animated.View, {
187
- style: [isHorizontal ? {
188
- flexDirection: 'row',
189
- flexWrap: 'nowrap',
190
- alignItems: 'center'
191
- } : null, this.props.style, {
192
- transform: this.state.isHorizontal ? [{
193
- translateX: this.position
194
- }] : [{
195
- translateY: this.position
196
- }]
197
- }],
198
- onLayout: this.setViewLayout.bind(this)
199
- }, this.props.children.map((c, i) => {
200
- var _this$props$style;
201
- return /*#__PURE__*/React.createElement(RNView, {
202
- onLayout: e => this.setChildrenLayout(e, i),
203
- key: c.key,
204
- style: [this.props.slideMinWidth ? {
205
- minWidth: this.props.slideMinWidth
206
- } : {
207
- width: this.props.slideWidth
208
- }, ((_this$props$style = this.props.style) === null || _this$props$style === void 0 ? void 0 : _this$props$style.height) === '100%' ? {
209
- height: '100%'
210
- } : null]
211
- }, c);
212
- })))
213
- );
214
- }
215
- }
216
- _defineProperty(View, "defaultProps", new Props());
217
- //# sourceMappingURL=swipe.animation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["isNil","React","Animated","Easing","View","RNView","Gesture","GestureDetector","isWebPreviewMode","injector","Handlers","constructor","_defineProperty","Props","undefined","State","Number","MAX_VALUE","Component","props","Pan","Value","I18nService","get","state","isHorizontal","direction","threshold","bounds","touchStart","x","y","active","gesture","maxPointers","minDistance","enabled","enableGestures","onTouchesDown","e","s","changedTouches","onTouchesMove","translationX","allTouches","translationY","d","od","Math","abs","tan","PI","onChange","_this$props$handlers","_this$props$handlers2","handlers","phase","computePhase","center","lower","upper","animationPhase","setValue","position","isRTL","onEnd","_this$props$handlers3","_this$props$handlers4","onAnimation","goToLower","goToUpper","computeMaxScroll","_this$viewLayout2","max","childrenWidth","childrenLayout","reduce","v","width","childrenHeight","height","_this$viewLayout","viewLayout","setState","maxPosition","setChildrenLayout","event","index","nativeEvent","layout","setViewLayout","value","_this$props$handlers5","_this$props$handlers6","i18nService","isRTLLocale","_this$props$handlers7","_this$props$handlers8","setPosition","then","_this$props$handlers9","_this$props$handlers10","onLower","_this$props$handlers11","_this$props$handlers12","_this$props$handlers13","_this$props$handlers14","onUpper","Promise","reject","isNaN","resolve","parallel","timing","useNativeDriver","toValue","duration","easing","out","linear","start","render","createElement","style","flexDirection","flexWrap","alignItems","transform","translateX","translateY","onLayout","bind","children","map","c","i","_this$props$style","key","slideMinWidth","minWidth","slideWidth"],"sources":["swipe.animation.tsx"],"sourcesContent":["import { isNil } from 'lodash-es';\nimport React from 'react';\nimport { Animated, Easing, View as RNView, ViewStyle, LayoutChangeEvent, LayoutRectangle, DimensionValue } from 'react-native';\nimport { Gesture, GestureDetector, GestureUpdateEvent } from 'react-native-gesture-handler';\nimport { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\n\nexport class Handlers {\n bounds?: (g: GestureUpdateEvent<any>) => Bounds = null as any;\n onAnimation?: (g: GestureUpdateEvent<any>) => any = () => {};\n onLower?: (g: GestureUpdateEvent<any>) => any = () => {};\n onUpper?: (g: GestureUpdateEvent<any>) => any = () => {};\n computePhase?: (value: number) => number = null as any;\n}\n\nexport interface Bounds {\n upper?: number;\n center?: number;\n lower?: number;\n}\n\nexport class Props {\n threshold?: number = 30;\n direction?: 'horizontal' | 'vertical' = 'horizontal';\n handlers?: Handlers = {} as any;\n style?: ViewStyle = {} as any;\n children: any;\n enableGestures: any;\n slideWidth?: DimensionValue = '100%'; \n slideMinWidth?: DimensionValue = undefined; \n}\n\nexport class State {\n threshold = 30;\n isHorizontal = false;\n bounds: Bounds = {} as any;\n maxPosition = Number.MAX_VALUE;\n}\n\nexport class View extends React.Component<Props, State> {\n\n static defaultProps = new Props();\n\n private gesture = Gesture.Pan();\n private position = new Animated.Value(0);\n public animationPhase = new Animated.Value(0);\n private i18nService = injector.I18nService.get();\n private childrenLayout: LayoutRectangle[] = [];\n private viewLayout: LayoutRectangle = null as any;\n\n constructor(props: Props) {\n super(props);\n this.state = {\n isHorizontal: props.direction === 'horizontal',\n threshold: props.threshold || 30,\n bounds: {} as any\n } as State;\n var touchStart = {\n x: 0,\n y: 0,\n active: false\n };\n this.gesture\n .maxPointers(1)\n .minDistance(this.state.threshold)\n .enabled(this.props.enableGestures && !isWebPreviewMode())\n .onTouchesDown((e, s) => {\n touchStart = {\n x: e.changedTouches[0].x,\n y: e.changedTouches[0].y,\n active: false\n };\n })\n .onTouchesMove((e, s) => {\n if (touchStart.active) {\n return;\n }\n const translationX = e.allTouches[0].x - touchStart.x;\n const translationY = e.allTouches[0].y - touchStart.y;\n const d = (this.state.isHorizontal ? translationX : translationY);\n const od = (this.state.isHorizontal ? translationY : translationX);\n if (Math.abs(d) >= this.state.threshold\n && Math.abs(od) < Math.tan((15 * Math.PI) / 180) * this.state.threshold) {\n touchStart.active = true;\n }\n })\n .onChange(e => {\n if (!touchStart.active) {\n return;\n }\n const bounds = (this.props.handlers?.bounds && this.props.handlers?.bounds(e)) || {};\n const d = (this.state.isHorizontal ? e.translationX : e.translationY);\n let phase = this.computePhase(bounds?.center || 0);\n if (d && d < 0 && !isNil(bounds.center) && !isNil(bounds.lower)\n && bounds.center !== bounds.lower) {\n phase += (d / (bounds.center - bounds.lower)) || 0;\n } else if (d && d > 0 && !isNil(bounds.center) && !isNil(bounds.upper)\n && bounds.center !== bounds.upper) {\n phase += (d / (bounds.upper - bounds.center)) || 0;\n }\n this.animationPhase.setValue(phase);\n this.position.setValue(\n (this.isRTL()?-bounds?.center! :bounds?.center || 0) + d);\n })\n .onEnd(e => {\n if (!touchStart.active) {\n return;\n }\n touchStart = {\n x: 0,\n y: 0,\n active: false\n };\n this.props.handlers?.onAnimation && \n this.props.handlers?.onAnimation(e);\n if (e.translationX < 0) {\n this.isRTL()?this.goToLower(e):this.goToUpper(e);\n } else if (e.translationX > 0) {\n this.isRTL()?this.goToUpper(e):this.goToLower(e);\n }\n })\n\n }\n\n computeMaxScroll() {\n let max = Number.MAX_VALUE;\n const childrenWidth = this.childrenLayout.reduce((s, v) => s + v.width, 0);\n const childrenHeight = this.childrenLayout.reduce((s, v) => s + v.height, 0);\n if (this.props.direction === 'horizontal') {\n if (childrenWidth && this.viewLayout?.width) {\n max = childrenWidth - this.viewLayout.width;\n }\n } else if (childrenHeight && this.viewLayout?.height) {\n max = childrenHeight - this.viewLayout.height;\n }\n this.setState({maxPosition: -1 * max});\n }\n\n setChildrenLayout(event: LayoutChangeEvent, index: number) {\n this.childrenLayout[index] = event.nativeEvent.layout;\n this.computeMaxScroll();\n }\n\n setViewLayout(event: LayoutChangeEvent) {\n this.viewLayout = event.nativeEvent.layout;\n this.computeMaxScroll();\n }\n\n computePhase(value: number) {\n return (this.props.handlers?.computePhase && \n this.props.handlers?.computePhase(value)) || 0;\n }\n\n isRTL(){\n return this.i18nService.isRTLLocale();\n }\n\n goToLower(e?: any) {\n const bounds = (this.props.handlers?.bounds && this.props.handlers?.bounds(e)) || {};\n this.setPosition(bounds.lower)\n .then(() => {\n if (!isNil(bounds.lower) && bounds.center !== bounds.lower) {\n this.props.handlers?.onLower && \n this.props.handlers?.onLower(e);\n }\n });\n }\n\n goToUpper(e?: any) {\n const bounds = (this.props.handlers?.bounds && this.props.handlers?.bounds(e)) || {};\n this.setPosition(bounds.upper)\n .then(() => {\n if (!isNil(bounds.upper) && bounds.center !== bounds.upper) {\n this.props.handlers?.onUpper && \n this.props.handlers?.onUpper(e);\n }\n });\n }\n \n setPosition(value: number | undefined) {\n if (isNil(value)) {\n return Promise.reject();\n }\n let position = isNaN(this.state.maxPosition) ? value : Math.max(this.state.maxPosition, value);\n return new Promise((resolve) => {\n Animated.parallel([\n Animated.timing(this.animationPhase, {\n useNativeDriver: true,\n toValue: this.computePhase(value),\n duration: 200,\n easing: Easing.out(Easing.linear)\n }),\n Animated.timing(this.position, {\n useNativeDriver: true,\n toValue: (this.isRTL() ? -1: 1) * position,\n duration: 200,\n easing: Easing.out(Easing.linear)\n })\n ]).start(resolve);\n });\n }\n\n public render() {\n const isHorizontal = this.props.direction === 'horizontal';\n return (\n //@ts-ignore\n <GestureDetector gesture={this.gesture}>\n <Animated.View style={[\n isHorizontal ? {\n flexDirection: 'row',\n flexWrap: 'nowrap',\n alignItems: 'center',\n } : null,\n this.props.style, \n {\n transform: this.state.isHorizontal ? [{\n translateX: this.position\n }] : [{\n translateY: this.position\n }]\n }]} onLayout={this.setViewLayout.bind(this)}>\n {this.props.children.map((c: any, i: number) => {\n return (<RNView onLayout={(e) => this.setChildrenLayout(e, i)} key={c.key} \n style={[this.props.slideMinWidth ? {\n minWidth: this.props.slideMinWidth\n } : {\n width: this.props.slideWidth\n },\n this.props.style?.height === '100%' ? {\n height: '100%'\n } : null\n ]}>\n {c}\n </RNView>);\n })}\n </Animated.View>\n </GestureDetector>\n );\n }\n\n}"],"mappings":"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"}
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from '@wavemaker/app-rn-runtime/actions/index';"],"mappings":"AAAA,cAAc,yCAAyC"}