@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
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","isArray","isUndefined","Animated","Easing","View","DefaultKeyExtractor","WmIcon","BaseComponent","BaseComponentState","SwipeAnimation","Tappable","WmCarouselProps","DEFAULT_CLASS","WmCarouselState","constructor","args","_defineProperty","WmCarousel","props","Value","bounds","e","_this$slidesLayout","_this$slidesLayout$ac","activeTabIndex","state","activeIndex","lower","slidesLayout","filter","l","i","reduce","s","width","center","upper","computePhase","value","_this$slidesLayout$ac2","w","Math","abs","onLower","onSlideChange","onUpper","noOfSlides","_this$animationView","animationView","setPosition","index","prevIndex","updateState","invokeEventCallback","animatePagination","item","type","renderSlide","children","data","dataset","length","_this$animationView2","_this$animationView3","goToUpper","_this$animationView4","goToLower","cleanup","push","stopPlay","addSlideLayout","nativeEvent","layout","forceUpdate","generateItemKey","itemkey","_showSkeleton","keyExtractor","getKey","autoPlay","initialized","animation","animationinterval","intervalId","setInterval","next","clearInterval","setTimeout","_this$animationView5","stopAnimation","startAnimation","onPropertyChange","name","$new","$old","_this$keyExtractor","clear","min","_this$styles$dotStyle","_this$styles$dotStyle2","_this$styles$dotStyle3","margin","styles","dotStyle","marginLeft","marginRight","size","position","max","scale","options","useNativeDriver","duration","easing","out","linear","sequence","timing","dotScale","toValue","parallel","dotPosition","isRTL","start","renderPagination","maxNoOfDots","maxnoofdots","minIndex","maxIndex","dotSkeleton","root","createElement","style","dotsWrapperStyle","flexDirection","map","_extends","key","getTestPropsForAction","activeDotStyle","undefined","height","transform","translateX","right","left","renderSkeleton","skeleton","renderItem","componentDidMount","renderWidget","_data","_this$styles$slide","hasNavs","controls","hasDots","slideScale","slideTranslateX","slide","_this$styles$slide2","_this$styles$slide3","find","o","_background","enableGestures","enablegestures","flex","direction","ref","r","handlers","animationHandlers","slideMinWidth","_this$animationView6","_this$animationView7","isActive","animationPhase","interpolate","inputRange","outputRange","onLayout","bind","firstSlide","lastSlide","activeSlide","onTap","_this$animationView8","rippleColor","btnPanel","id","getTestId","iconclass","prevBtn","prev","accessibilitylabel","nextBtn"],"sources":["carousel.component.tsx"],"sourcesContent":["import React from 'react';\nimport { isArray, isUndefined } from 'lodash-es';\nimport { Animated, Easing, View, LayoutChangeEvent, LayoutRectangle } from 'react-native';\nimport { DefaultKeyExtractor } from '@wavemaker/app-rn-runtime/core/key.extractor';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport * as SwipeAnimation from '@wavemaker/app-rn-runtime/gestures/swipe.animation';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\n\nimport WmCarouselProps from './carousel.props';\nimport { DEFAULT_CLASS, WmCarouselStyles } from './carousel.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nexport class WmCarouselState extends BaseComponentState<WmCarouselProps> {\n activeIndex = 1;\n}\n\nexport default class WmCarousel extends BaseComponent<WmCarouselProps, WmCarouselState, WmCarouselStyles> {\n\n noOfSlides: number = 0;\n private slidesLayout: LayoutRectangle[] = [];\n private keyExtractor = new DefaultKeyExtractor();\n stopPlay: Function = null as any;\n private dotScale = new Animated.Value(0);\n private dotPosition = new Animated.Value(0);\n private animationView: SwipeAnimation.View | null = null as any;\n private animationHandlers = {\n bounds: (e) => {\n const activeTabIndex = this.state.activeIndex - 1;\n let lower = 0;\n if (activeTabIndex > 0) {\n lower = this.slidesLayout\n .filter((l , i) => i < activeTabIndex - 1)\n .reduce((s, l) => s + l.width, 0);\n }\n let center = lower + (this.slidesLayout[activeTabIndex - 1]?.width || 0);\n let upper = center + (this.slidesLayout[activeTabIndex]?.width || 0);\n return {\n lower: -1 * lower,\n center: -1 * center,\n upper: -1 * upper\n };\n },\n computePhase: (value) => {\n const activeTabIndex = this.state.activeIndex - 1;\n const w = this.slidesLayout[activeTabIndex]?.width || 0;\n return w && Math.abs(value / w);\n },\n onLower: (e) => {\n this.onSlideChange(this.state.activeIndex - 1);\n },\n onUpper: (e) => {\n if(this.noOfSlides < this.state.activeIndex + 1){\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }\n else{\n this.onSlideChange(this.state.activeIndex + 1);\n }\n }\n } as SwipeAnimation.Handlers;\n\n constructor(props: WmCarouselProps) {\n super(props, DEFAULT_CLASS, new WmCarouselProps(), new WmCarouselState());\n this.cleanup.push(() => {\n this.stopPlay && this.stopPlay();\n })\n }\n\n addSlideLayout(index: number, nativeEvent: LayoutChangeEvent) {\n this.slidesLayout[index] = nativeEvent.nativeEvent.layout;\n if (index === this.state.activeIndex) {\n this.forceUpdate();\n }\n }\n\n private generateItemKey(item: any, index: number, props: WmCarouselProps) {\n if (props.itemkey && item && !this._showSkeleton) {\n return props.itemkey(item, index);\n }\n return 'list_item_' + this.keyExtractor.getKey(item, true);\n }\n\n autoPlay() {\n if(!this.initialized){\n return;\n }\n const props = this.state.props;\n this.stopPlay && this.stopPlay();\n if (props.animation === 'auto' && props.animationinterval) {\n const intervalId = setInterval(() => {\n this.next();\n }, props.animationinterval * 1000);\n this.stopPlay = () => clearInterval(intervalId);\n } else {\n setTimeout(() => {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }, 1000);\n }\n }\n\n stopAnimation(){ \n this.stopPlay();\n }\n startAnimation() {\n this.autoPlay();\n }\n \n\n onPropertyChange(name: string, $new: any, $old: any): void {\n super.onPropertyChange(name, $new, $old);\n switch (name) {\n case 'dataset': {\n this.keyExtractor?.clear();\n this.updateState({\n activeIndex: Math.min(this.state.activeIndex, $new?.length || 1)\n } as WmCarouselState);\n break;\n }\n case 'animation':\n case 'animationinterval' : {\n this.autoPlay();\n }\n }\n }\n\n animatePagination(index: number) {\n const prevIndex = this.state.activeIndex;\n const margin = ((this.styles.dotStyle?.marginLeft as number)|| 0) + \n ((this.styles.dotStyle?.marginRight as number)|| 0)\n const width = (this.styles.dotStyle?.width as number)|| 2;\n const size = margin + width;\n const position = Math.max(index - 1, 0) * size;\n const scale = Math.abs(index - prevIndex) * size;\n const options = {\n useNativeDriver: true,\n duration: 200,\n easing: Easing.out(Easing.linear)\n };\n if (prevIndex < index) {\n Animated.sequence([\n Animated.timing(this.dotScale, {\n toValue: scale,\n ...options\n }),\n Animated.parallel([\n Animated.timing(this.dotScale, {\n toValue: 0,\n ...options\n }),\n Animated.timing(this.dotPosition, {\n toValue: (this.isRTL ? -1: 1) * position,\n ...options\n })\n ])\n ]).start();\n } else if (prevIndex > index) {\n Animated.sequence([\n Animated.parallel([\n Animated.timing(this.dotScale, {\n toValue: scale,\n ...options\n }),\n Animated.timing(this.dotPosition, {\n toValue: (this.isRTL ? -1: 1) * position,\n ...options\n })\n ]),\n Animated.timing(this.dotScale, {\n toValue: 0,\n ...options\n }),\n ]).start();\n } \n }\n\n onSlideChange = (index: number) => {\n const prevIndex = this.state.activeIndex;\n this.updateState({\n activeIndex: index\n } as WmCarouselState,\n () => this.invokeEventCallback('onChange', [this, index, prevIndex]));\n this.animatePagination(index);\n }\n\n renderItem = (item: any, index: number) => {\n const props = this.state.props;\n if (props.type === 'dynamic') {\n return props.renderSlide ? props.renderSlide(item, index, this) : null;\n }\n return props.children[index];\n }\n\n next = () => {\n const props = this.state.props;\n const data = props.type === 'dynamic' ? props.dataset : props.children;\n if (this.state.activeIndex >= data?.length || 0) {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n } else {\n this.animationView?.goToUpper();\n }\n }\n\n prev = () => {\n this.animationView?.goToLower();\n }\n\n renderPagination(data: any) {\n const maxNoOfDots = this.state.props.maxnoofdots;\n let minIndex = Math.max(this.state.activeIndex - maxNoOfDots + 1, 0);\n let maxIndex = Math.min(minIndex + maxNoOfDots - 1, data.length);\n if (maxIndex === data.length) {\n minIndex = maxIndex - maxNoOfDots;\n }\n const dotStyle = this._showSkeleton ? {\n ...this.styles.dotStyle,\n ...this.styles.dotSkeleton.root\n } : this.styles.dotStyle\n return (<View style={this.styles.dotsWrapperStyle}>\n <View style={{flexDirection: this.isRTL ? 'row-reverse' : 'row'}}>\n {\n data.map((item: any, index: number) => {\n return index >= minIndex && index <= maxIndex ? (\n <View key={'dots_' + this.generateItemKey(item, index, this.state.props)} {...this.getTestPropsForAction('indicator'+index)}\n style={[dotStyle]}>\n </View>) : null;\n })\n }\n {\n this._showSkeleton ? null : <Animated.View style={[\n this.styles.dotStyle,\n this.styles.activeDotStyle, {\n width: undefined,\n height: undefined,\n transform: [{\n translateX: this.dotPosition\n }]\n }, this.isRTL ? { right: 0 } : { left: 0}]}>\n <Animated.View style={[{\n width: 1,\n height: 1\n }, {\n // This is failing in Android\n // minWidth: this.dotScale\n }]}>\n </Animated.View>\n </Animated.View>\n }\n </View>\n </View>);\n }\n\n public renderSkeleton(props: WmCarouselProps): React.ReactNode | null {\n return <View style={[this.styles.root, {...this.styles.skeleton.root}]}>\n {this.renderItem({}, 0)}\n {this.renderPagination([{}, {}, {}])}\n </View>\n }\n\n componentDidMount(): void {\n super.componentDidMount();\n this.autoPlay();\n }\n\n renderWidget(props: WmCarouselProps) {\n const hasNavs = props.controls === 'both' || props.controls ==='navs';\n const hasDots = props.controls === 'both' || props.controls ==='indicators';\n let styles = this.styles;\n let data = props.type === 'dynamic' ? props.dataset : props.children;\n data = isArray(data) ? data : [];\n this.noOfSlides = data?.length || 0;\n let slideScale = undefined as any;\n let slideTranslateX = undefined as any;\n if (isArray(this.styles.slide?.transform)) {\n slideScale = (this.styles.slide?.transform?.find(o => !isUndefined((o as any).scale)) as any)?.scale;\n slideTranslateX = (this.styles.slide?.transform?.find(o => !isUndefined((o as any).translateX)) as any)?.translateX;\n }\n // TODO: loop prop on Carousel is not working Refer: https://github.com/meliorence/react-native-snap-carousel/issues/608\n return (\n <View style={styles.root}>\n {this._background}\n <SwipeAnimation.View \n enableGestures={props.enablegestures && this.noOfSlides > 1}\n style={{\n flex: 1\n }}\n direction='horizontal'\n ref={(r) => {this.animationView = r}}\n handlers = {this.animationHandlers}\n slideMinWidth={this.styles.slide.width}\n >\n {data.map((item: any, index: number) => {\n const isActive = index === this.state.activeIndex - 1;\n let scale = this.animationView?.animationPhase.interpolate({\n inputRange: [-2000, index - 1, index, index + 1, 2000],\n outputRange: [slideScale, slideScale, 1, slideScale, slideScale]\n });\n let translateX = this.animationView?.animationPhase.interpolate({\n inputRange: [-2000, index - 1, index, index + 1, 2000],\n outputRange: [-56, -56, 0, 56, 56]\n });\n return (\n <Animated.View key={this.generateItemKey(item, index, props)}\n onLayout={this.addSlideLayout.bind(this, index)}\n style={[\n {height: props.type === 'dynamic' ? undefined : '100%'},\n this.styles.slide,\n index === 0 ? this.styles.firstSlide : null,\n index === data.length - 1 ? this.styles.lastSlide: null,\n isActive ? this.styles.activeSlide: null,\n translateX && scale ? {\n transform: [\n {\n translateX: !isUndefined(slideTranslateX) ? slideTranslateX : translateX\n }, {\n scale: scale\n }\n ]\n } : null]}>\n <Tappable onTap={() => {\n this.onSlideChange(index + 1);\n const position = this.slidesLayout\n .filter((l , i) => i < index)\n .reduce((s, l) => s + l.width, 0);\n this.animationView?.setPosition(-1 * position);\n }} rippleColor={this.styles.root.rippleColor} styles={{height: \"100%\"}}>\n {this.renderItem(item, index)}\n </Tappable>\n </Animated.View>\n );\n })}\n </SwipeAnimation.View>\n {hasNavs ? (\n <View style={styles.btnPanel}>\n <WmIcon\n id={this.getTestId('prev_icon')}\n iconclass=\"wi wi-chevron-left fa-2x\"\n styles={styles.prevBtn}\n onTap={this.prev}\n accessibilitylabel='back'/>\n <WmIcon\n id={this.getTestId('next_icon')}\n iconclass=\"wi wi-chevron-right fa-2x\"\n styles={styles.nextBtn}\n onTap={this.next}\n accessibilitylabel='next'/>\n </View>): null}\n {hasDots && data ? this.renderPagination(data) : null}\n </View>);\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,21 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ export default class WmCarouselProps extends BaseProps {
6
+ constructor(...args) {
7
+ super(...args);
8
+ _defineProperty(this, "dataset", null);
9
+ _defineProperty(this, "type", 'static');
10
+ _defineProperty(this, "animation", 'auto');
11
+ _defineProperty(this, "animationinterval", 3);
12
+ _defineProperty(this, "controls", 'both');
13
+ _defineProperty(this, "children", null);
14
+ _defineProperty(this, "itemkey", null);
15
+ _defineProperty(this, "renderSlide", void 0);
16
+ _defineProperty(this, "enablegestures", true);
17
+ _defineProperty(this, "maxnoofdots", 20);
18
+ _defineProperty(this, "showskeletonchildren", false);
19
+ }
20
+ }
21
+ //# sourceMappingURL=carousel.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmCarouselProps","constructor","args","_defineProperty"],"sources":["carousel.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport React from 'react';\n\nexport default class WmCarouselProps extends BaseProps {\n dataset: any = null;\n type?: 'static' | 'dynamic' = 'static';\n animation?: 'auto' | 'none' = 'auto';\n animationinterval?: number = 3;\n controls?: 'both' | 'none' | 'navs' | 'indicators' = 'both';\n children? = null as any;\n itemkey?: ($item: any, $index: any) => any = null as any;\n renderSlide?: ($item: any, $index: number, carousel: any) => React.ReactNode;\n enablegestures = true;\n maxnoofdots = 20;\n showskeletonchildren?: boolean = false;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,eAAe,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,kBACtC,IAAI;IAAAA,eAAA,eACW,QAAQ;IAAAA,eAAA,oBACR,MAAM;IAAAA,eAAA,4BACP,CAAC;IAAAA,eAAA,mBACuB,MAAM;IAAAA,eAAA,mBAC/C,IAAI;IAAAA,eAAA,kBAC6B,IAAI;IAAAA,eAAA;IAAAA,eAAA,yBAE/B,IAAI;IAAAA,eAAA,sBACR,EAAE;IAAAA,eAAA,+BACiB,KAAK;EAAA;AACxC","ignoreList":[]}
@@ -0,0 +1,180 @@
1
+ import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ export const DEFAULT_CLASS = 'app-carousel';
4
+ BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
+ const btn = {
6
+ height: 48,
7
+ width: 48,
8
+ borderRadius: 48,
9
+ borderColor: themeVariables.transparent,
10
+ borderWidth: 1,
11
+ justifyContent: 'center'
12
+ };
13
+ const defaultStyles = defineStyles({
14
+ root: {
15
+ position: 'relative',
16
+ rippleColor: themeVariables.transparent
17
+ },
18
+ text: {},
19
+ slide: {
20
+ width: '100%',
21
+ overflow: 'hidden',
22
+ paddingHorizontal: 16,
23
+ transform: [{
24
+ scale: 0.8
25
+ }]
26
+ },
27
+ firstSlide: {},
28
+ lastSlide: {},
29
+ activeSlide: {},
30
+ btnPanel: {
31
+ position: 'absolute',
32
+ top: '50%',
33
+ marginTop: -64,
34
+ height: 64,
35
+ flexDirection: 'row',
36
+ alignItems: 'center',
37
+ justifyContent: 'space-between',
38
+ width: '100%'
39
+ },
40
+ prevBtn: {
41
+ root: {
42
+ marginLeft: 12,
43
+ ...btn,
44
+ backgroundColor: themeVariables.carouselPrevBgColor,
45
+ rippleColor: themeVariables.transparent
46
+ },
47
+ text: {
48
+ fontSize: 32
49
+ },
50
+ icon: {
51
+ color: themeVariables.carouselPrevBtnColor
52
+ }
53
+ },
54
+ nextBtn: {
55
+ root: {
56
+ marginRight: 12,
57
+ ...btn,
58
+ backgroundColor: themeVariables.carouselPrevBgColor,
59
+ rippleColor: themeVariables.transparent
60
+ },
61
+ text: {
62
+ fontSize: 32
63
+ },
64
+ icon: {
65
+ color: themeVariables.carouselNextBtnColor
66
+ }
67
+ },
68
+ dotsWrapperStyle: {
69
+ opacity: 1,
70
+ backgroundColor: themeVariables.carouselDotWrapperBgColor,
71
+ flexDirection: 'row',
72
+ justifyContent: 'center',
73
+ alignItems: 'center',
74
+ paddingTop: 4,
75
+ paddingBottom: 4
76
+ },
77
+ activeDotStyle: {
78
+ position: 'absolute',
79
+ backgroundColor: themeVariables.carouselActiveDotColor,
80
+ opacity: 1,
81
+ padding: 4
82
+ },
83
+ dotStyle: {
84
+ width: 8,
85
+ height: 8,
86
+ borderRadius: 10,
87
+ opacity: 0.2,
88
+ marginLeft: 2,
89
+ marginRight: 2,
90
+ backgroundColor: themeVariables.carouselDotColor
91
+ },
92
+ skeleton: {
93
+ root: {
94
+ width: '100%'
95
+ },
96
+ text: {}
97
+ },
98
+ dotSkeleton: {
99
+ root: {
100
+ width: 10,
101
+ height: 10,
102
+ borderRadius: 5,
103
+ opacity: 1,
104
+ backgroundColor: themeVariables.skeletonAnimatedBgColor
105
+ }
106
+ }
107
+ });
108
+ addStyle(DEFAULT_CLASS, '', defaultStyles);
109
+ addStyle(DEFAULT_CLASS + '-rtl', '', {
110
+ prevBtn: {
111
+ root: {
112
+ transform: [{
113
+ rotateY: '180deg'
114
+ }]
115
+ }
116
+ },
117
+ nextBtn: {
118
+ root: {
119
+ transform: [{
120
+ rotateY: '180deg'
121
+ }]
122
+ }
123
+ }
124
+ });
125
+ addStyle('app-carousel-1', '', {
126
+ btnPanel: {
127
+ top: '100%'
128
+ },
129
+ prevBtn: {
130
+ root: {
131
+ borderRadius: 6
132
+ }
133
+ },
134
+ nextBtn: {
135
+ root: {
136
+ borderRadius: 6
137
+ }
138
+ }
139
+ });
140
+ addStyle('app-carousel-2', '', {
141
+ btnPanel: {
142
+ backgroundColor: themeVariables.defaultColorF,
143
+ width: '100%',
144
+ top: '100%',
145
+ right: 0,
146
+ padding: 8,
147
+ justifyContent: 'flex-end'
148
+ },
149
+ dotsWrapperStyle: {
150
+ alignSelf: 'flex-start',
151
+ justifyContent: 'flex-start'
152
+ },
153
+ activeDotStyle: {
154
+ backgroundColor: themeVariables.primaryColor
155
+ },
156
+ dotStyle: {
157
+ backgroundColor: themeVariables.primaryColor
158
+ },
159
+ prevBtn: {
160
+ root: {
161
+ backgroundColor: 'rgba(255, 255, 255, 0.1)',
162
+ borderColor: themeVariables.primaryColor
163
+ },
164
+ icon: {
165
+ color: themeVariables.primaryColor
166
+ }
167
+ },
168
+ nextBtn: {
169
+ root: {
170
+ marginLeft: 8,
171
+ backgroundColor: 'rgba(255, 255, 255, 0.1)',
172
+ borderColor: themeVariables.primaryColor
173
+ },
174
+ icon: {
175
+ color: themeVariables.primaryColor
176
+ }
177
+ }
178
+ });
179
+ });
180
+ //# sourceMappingURL=carousel.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","btn","height","width","borderRadius","borderColor","transparent","borderWidth","justifyContent","defaultStyles","root","position","rippleColor","text","slide","overflow","paddingHorizontal","transform","scale","firstSlide","lastSlide","activeSlide","btnPanel","top","marginTop","flexDirection","alignItems","prevBtn","marginLeft","backgroundColor","carouselPrevBgColor","fontSize","icon","color","carouselPrevBtnColor","nextBtn","marginRight","carouselNextBtnColor","dotsWrapperStyle","opacity","carouselDotWrapperBgColor","paddingTop","paddingBottom","activeDotStyle","carouselActiveDotColor","padding","dotStyle","carouselDotColor","skeleton","dotSkeleton","skeletonAnimatedBgColor","rotateY","defaultColorF","right","alignSelf","primaryColor"],"sources":["carousel.styles.ts"],"sourcesContent":["import { ViewStyle } from 'react-native';\nimport BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\n\nexport type WmCarouselStyles = BaseStyles & {\n btnPanel: AllStyle,\n prevBtn: WmIconStyles,\n slide: AllStyle,\n firstSlide: AllStyle,\n lastSlide: AllStyle,\n activeSlide: AllStyle,\n nextBtn: WmIconStyles,\n dotsWrapperStyle: AllStyle,\n dotStyle: AllStyle,\n activeDotStyle: AllStyle,\n skeleton: WmSkeletonStyles\n dotSkeleton: WmSkeletonStyles\n};\nexport const DEFAULT_CLASS = 'app-carousel';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const btn: ViewStyle = {\n height: 48,\n width: 48,\n borderRadius: 48,\n borderColor: themeVariables.transparent,\n borderWidth: 1,\n justifyContent: 'center'\n };\n const defaultStyles: WmCarouselStyles = defineStyles({\n root: {\n position: 'relative',\n rippleColor: themeVariables.transparent\n },\n text: {},\n slide: {\n width: '100%',\n overflow: 'hidden',\n paddingHorizontal: 16,\n transform: [\n {\n scale: 0.8\n }\n ]\n },\n firstSlide: {},\n lastSlide: {},\n activeSlide: {},\n btnPanel: {\n position: 'absolute',\n top: '50%',\n marginTop: -64,\n height: 64,\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n width: '100%'\n },\n prevBtn : {\n root: {\n marginLeft: 12,\n ...btn,\n backgroundColor: themeVariables.carouselPrevBgColor,\n rippleColor: themeVariables.transparent\n },\n text: {\n fontSize: 32\n },\n icon : {\n color: themeVariables.carouselPrevBtnColor\n }\n } as WmIconStyles,\n nextBtn : {\n root: {\n marginRight: 12,\n ...btn,\n backgroundColor: themeVariables.carouselPrevBgColor,\n rippleColor: themeVariables.transparent\n },\n text: {\n fontSize: 32\n },\n icon : {\n color: themeVariables.carouselNextBtnColor\n }\n } as WmIconStyles,\n dotsWrapperStyle:{\n opacity: 1,\n backgroundColor: themeVariables.carouselDotWrapperBgColor,\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center',\n paddingTop: 4,\n paddingBottom: 4\n },\n activeDotStyle: {\n position: 'absolute',\n backgroundColor: themeVariables.carouselActiveDotColor,\n opacity: 1,\n padding: 4\n },\n dotStyle: {\n width: 8,\n height: 8,\n borderRadius: 10,\n opacity: 0.2,\n marginLeft: 2,\n marginRight: 2,\n backgroundColor: themeVariables.carouselDotColor\n },\n skeleton: {\n root: {\n width: '100%',\n },\n text: {}\n } as any as WmSkeletonStyles,\n dotSkeleton: {\n root: {\n width: 10,\n height: 10,\n borderRadius: 5,\n opacity: 1,\n backgroundColor: themeVariables.skeletonAnimatedBgColor \n }\n } as any as WmSkeletonStyles\n } as WmCarouselStyles);\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', {\n prevBtn : {\n root:{\n transform: [{rotateY: '180deg'}]\n }\n },\n nextBtn : {\n root:{\n transform: [{rotateY: '180deg'}]\n }\n }\n });\n\n addStyle('app-carousel-1', '', {\n btnPanel: {\n top: '100%'\n },\n prevBtn: {\n root: {\n borderRadius: 6\n }\n },\n nextBtn: {\n root: {\n borderRadius: 6\n }\n }\n } as any as WmCarouselStyles);\n\n addStyle('app-carousel-2', '', {\n btnPanel: {\n backgroundColor: themeVariables.defaultColorF,\n width: '100%',\n top: '100%',\n right: 0,\n padding: 8,\n justifyContent: 'flex-end'\n },\n dotsWrapperStyle:{\n alignSelf: 'flex-start',\n justifyContent: 'flex-start'\n },\n activeDotStyle: {\n backgroundColor: themeVariables.primaryColor,\n },\n dotStyle: {\n backgroundColor: themeVariables.primaryColor,\n },\n prevBtn: {\n root: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n borderColor: themeVariables.primaryColor,\n },\n icon : {\n color: themeVariables.primaryColor\n }\n },\n nextBtn: {\n root: {\n marginLeft: 8,\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n borderColor: themeVariables.primaryColor,\n },\n icon : {\n color: themeVariables.primaryColor\n }\n }\n } as any as WmCarouselStyles);\n});"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,39 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ 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; }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ import React from 'react';
6
+ import { Text, View } from 'react-native';
7
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
8
+ import WmLoginProps from './login.props';
9
+ import { DEFAULT_CLASS } from './login.styles';
10
+ export class WmLoginState extends BaseComponentState {
11
+ constructor(...args) {
12
+ super(...args);
13
+ _defineProperty(this, "errorMsg", '');
14
+ }
15
+ }
16
+ export default class WmLogin extends BaseComponent {
17
+ constructor(props) {
18
+ super(props, DEFAULT_CLASS, new WmLoginProps());
19
+ }
20
+ onLoginSuccess(response) {}
21
+ onLoginError(error) {
22
+ this.updateState({
23
+ errorMsg: error === null || error === void 0 ? void 0 : error.message
24
+ });
25
+ }
26
+ doLogin(formData) {
27
+ this.props.onLogin(formData, this.onLoginSuccess.bind(this), this.onLoginError.bind(this));
28
+ }
29
+ renderWidget(props) {
30
+ return /*#__PURE__*/React.createElement(View, {
31
+ style: this.styles.root
32
+ }, this._background, this.state.errorMsg && /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('error'), {
33
+ style: this.styles.errorMsgStyles
34
+ }), this.state.errorMsg), /*#__PURE__*/React.createElement(View, {
35
+ style: this.styles.formStyles
36
+ }, props.children));
37
+ }
38
+ }
39
+ //# sourceMappingURL=login.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","View","BaseComponent","BaseComponentState","WmLoginProps","DEFAULT_CLASS","WmLoginState","constructor","args","_defineProperty","WmLogin","props","onLoginSuccess","response","onLoginError","error","updateState","errorMsg","message","doLogin","formData","onLogin","bind","renderWidget","createElement","style","styles","root","_background","state","_extends","getTestPropsForLabel","errorMsgStyles","formStyles","children"],"sources":["login.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLoginProps from './login.props';\nimport { DEFAULT_CLASS, WmLoginStyles } from './login.styles';\nimport { AxiosError, AxiosResponse } from 'axios';\n\nexport class WmLoginState extends BaseComponentState<WmLoginProps> {\n errorMsg = '';\n}\n\nexport default class WmLogin extends BaseComponent<WmLoginProps, WmLoginState, WmLoginStyles> {\n constructor(props: WmLoginProps) {\n super(props, DEFAULT_CLASS, new WmLoginProps());\n }\n\n onLoginSuccess(response: AxiosResponse) {\n }\n\n onLoginError(error: AxiosError) {\n this.updateState({errorMsg: error?.message} as WmLoginState);\n }\n\n doLogin(formData: any) {\n this.props.onLogin(formData, this.onLoginSuccess.bind(this), this.onLoginError.bind(this));\n }\n\n renderWidget(props: WmLoginProps) {\n return (<View style={this.styles.root}>\n {this._background}\n {this.state.errorMsg && <Text {...this.getTestPropsForLabel('error')} style={this.styles.errorMsgStyles}>{this.state.errorMsg}</Text>}\n <View style={this.styles.formStyles}>{props.children}</View>\n </View>); \n }\n}\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACzC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,YAAY,MAAM,eAAe;AACxC,SAASC,aAAa,QAAuB,gBAAgB;AAG7D,OAAO,MAAMC,YAAY,SAASH,kBAAkB,CAAe;EAAAI,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBACtD,EAAE;EAAA;AACf;AAEA,eAAe,MAAMC,OAAO,SAASR,aAAa,CAA4C;EAC5FK,WAAWA,CAACI,KAAmB,EAAE;IAC/B,KAAK,CAACA,KAAK,EAAEN,aAAa,EAAE,IAAID,YAAY,CAAC,CAAC,CAAC;EACjD;EAEAQ,cAAcA,CAACC,QAAuB,EAAE,CACxC;EAEAC,YAAYA,CAACC,KAAiB,EAAE;IAC9B,IAAI,CAACC,WAAW,CAAC;MAACC,QAAQ,EAAEF,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEG;IAAO,CAAiB,CAAC;EAC9D;EAEAC,OAAOA,CAACC,QAAa,EAAE;IACrB,IAAI,CAACT,KAAK,CAACU,OAAO,CAACD,QAAQ,EAAE,IAAI,CAACR,cAAc,CAACU,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAACR,YAAY,CAACQ,IAAI,CAAC,IAAI,CAAC,CAAC;EAC5F;EAEAC,YAAYA,CAACZ,KAAmB,EAAE;IAChC,oBAAQZ,KAAA,CAAAyB,aAAA,CAACvB,IAAI;MAACwB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GACnC,IAAI,CAACC,WAAW,EAChB,IAAI,CAACC,KAAK,CAACZ,QAAQ,iBAAIlB,KAAA,CAAAyB,aAAA,CAACxB,IAAI,EAAA8B,QAAA,KAAK,IAAI,CAACC,oBAAoB,CAAC,OAAO,CAAC;MAAEN,KAAK,EAAE,IAAI,CAACC,MAAM,CAACM;IAAe,IAAE,IAAI,CAACH,KAAK,CAACZ,QAAe,CAAC,eACrIlB,KAAA,CAAAyB,aAAA,CAACvB,IAAI;MAACwB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACO;IAAW,GAAEtB,KAAK,CAACuB,QAAe,CACvD,CAAC;EACT;AACF","ignoreList":[]}
@@ -0,0 +1,12 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ export default class WmLoginProps extends BaseProps {
6
+ constructor(...args) {
7
+ super(...args);
8
+ _defineProperty(this, "children", void 0);
9
+ _defineProperty(this, "onLogin", () => {});
10
+ }
11
+ }
12
+ //# sourceMappingURL=login.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmLoginProps","constructor","args","_defineProperty"],"sources":["login.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLoginProps extends BaseProps {\n children: any;\n onLogin: Function = () => {};\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,YAAY,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA,kBAE5B,MAAM,CAAC,CAAC;EAAA;AAChC","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","errorMsgStyles","color","loginErrorMsgColor","fontSize","backgroundColor","loginErrorMsgBgColor","borderColor","loginErrorMsgBorderColor","padding","fontFamily","baseFont","formStyles","paddingStyle"],"sources":["login.styles.ts"],"sourcesContent":["import BASE_THEME, {AllStyle} from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport ThemeVariables from \"@wavemaker/app-rn-runtime/styles/theme.variables\";\n\nexport type WmLoginStyles = BaseStyles & {\n errorMsgStyles: AllStyle,\n formStyles: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-login';\n\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmLoginStyles = defineStyles({\n root: {},\n text: {},\n errorMsgStyles: { \n color: themeVariables.loginErrorMsgColor, \n fontSize: 14, \n backgroundColor: themeVariables.loginErrorMsgBgColor , \n borderColor: themeVariables.loginErrorMsgBorderColor, \n padding: 12,\n fontFamily: themeVariables.baseFont\n },\n formStyles: {\n padding: 35\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n const paddingStyle = {\n padding: 5\n };\n addStyle('app-login-username', DEFAULT_CLASS, {\n root: paddingStyle\n });\n\n addStyle('app-login-password', DEFAULT_CLASS, {\n root: paddingStyle\n });\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAkB,wCAAwC;AAC3E,SAAqBC,YAAY,QAAQ,+CAA+C;AAQxF,OAAO,MAAMC,aAAa,GAAG,WAAW;AAExCF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAA4B,GAAGL,YAAY,CAAC;IAC9CM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,cAAc,EAAE;MACZC,KAAK,EAAEN,cAAc,CAACO,kBAAkB;MACxCC,QAAQ,EAAE,EAAE;MACZC,eAAe,EAAET,cAAc,CAACU,oBAAoB;MACpDC,WAAW,EAAEX,cAAc,CAACY,wBAAwB;MACpDC,OAAO,EAAE,EAAE;MACXC,UAAU,EAAEd,cAAc,CAACe;IAC/B,CAAC;IACDC,UAAU,EAAE;MACRH,OAAO,EAAE;IACb;EACJ,CAAC,CAAC;EAEFZ,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAE1C,MAAMe,YAAY,GAAG;IACjBJ,OAAO,EAAE;EACb,CAAC;EACDZ,QAAQ,CAAC,oBAAoB,EAAEH,aAAa,EAAE;IAC1CK,IAAI,EAAEc;EACV,CAAC,CAAC;EAEFhB,QAAQ,CAAC,oBAAoB,EAAEH,aAAa,EAAE;IAC1CK,IAAI,EAAEc;EACV,CAAC,CAAC;AACN,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,114 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ 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; }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ import React from 'react';
6
+ import { Text, TouchableOpacity, View } from 'react-native';
7
+ import NetworkService from '@wavemaker/app-rn-runtime/core/network.service';
8
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
9
+ import { ToastConsumer } from '@wavemaker/app-rn-runtime/core/toast.service';
10
+ import WmNetworkInfoToasterProps from './network-info-toaster.props';
11
+ import { DEFAULT_CLASS } from './network-info-toaster.styles';
12
+ import { isEqual } from 'lodash-es';
13
+ export class WmNetworkInfoToasterState extends BaseComponentState {
14
+ constructor(...args) {
15
+ super(...args);
16
+ _defineProperty(this, "newtworkState", {});
17
+ _defineProperty(this, "showToast", false);
18
+ }
19
+ }
20
+ export default class WmNetworkInfoToaster extends BaseComponent {
21
+ constructor(props) {
22
+ super(props, DEFAULT_CLASS, new WmNetworkInfoToasterProps(), new WmNetworkInfoToasterState());
23
+ _defineProperty(this, "options", {});
24
+ _defineProperty(this, "_close", null);
25
+ this.updateState({
26
+ newtworkState: NetworkService.getState(),
27
+ showToast: !NetworkService.isConnected()
28
+ });
29
+ this.cleanup.push(NetworkService.notifier.subscribe('onNetworkStateChange', networkState => {
30
+ if (!isEqual(networkState, this.state.newtworkState)) {
31
+ this.updateState({
32
+ newtworkState: networkState,
33
+ showToast: true
34
+ });
35
+ }
36
+ }));
37
+ }
38
+ getToastContent() {
39
+ if (this.state.newtworkState.isConnected) {
40
+ return /*#__PURE__*/React.createElement(View, {
41
+ style: this.styles.root
42
+ }, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
43
+ style: this.styles.text
44
+ }), this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTED), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
45
+ style: this.styles.action,
46
+ onPress: () => this._close()
47
+ }), /*#__PURE__*/React.createElement(Text, {
48
+ style: this.styles.actionText
49
+ }, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)));
50
+ }
51
+ if (this.state.newtworkState.isConnecting) {
52
+ return /*#__PURE__*/React.createElement(View, {
53
+ style: this.styles.root
54
+ }, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
55
+ style: this.styles.text
56
+ }), this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTING));
57
+ }
58
+ if (this.state.newtworkState.isServiceAvailable) {
59
+ return /*#__PURE__*/React.createElement(View, {
60
+ style: this.styles.root
61
+ }, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
62
+ style: this.styles.text
63
+ }), this.props.appLocale.messages.MESSAGE_SERVICE_AVAILABLE), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
64
+ style: this.styles.action,
65
+ onPress: () => this._close()
66
+ }), /*#__PURE__*/React.createElement(Text, {
67
+ style: this.styles.actionText
68
+ }, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)), /*#__PURE__*/React.createElement(Text, {
69
+ style: this.styles.actionSeparator
70
+ }, "|"), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('connect'), {
71
+ style: this.styles.action
72
+ }), /*#__PURE__*/React.createElement(Text, {
73
+ style: this.styles.actionText
74
+ }, this.props.appLocale.messages.LABEL_CONNECT_TO_SERVICE)));
75
+ }
76
+ if (!this.state.newtworkState.isNetworkAvailable) {
77
+ return /*#__PURE__*/React.createElement(View, {
78
+ style: this.styles.root
79
+ }, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
80
+ style: this.styles.text
81
+ }), this.props.appLocale.messages.MESSAGE_NETWORK_NOT_AVAILABLE), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
82
+ style: this.styles.action,
83
+ onPress: () => this._close()
84
+ }), /*#__PURE__*/React.createElement(Text, {
85
+ style: this.styles.actionText
86
+ }, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)));
87
+ }
88
+ return /*#__PURE__*/React.createElement(View, {
89
+ style: this.styles.root
90
+ }, this._background, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('msg'), {
91
+ style: this.styles.text
92
+ }), this.props.appLocale.messages.MESSAGE_SERVICE_NOT_AVAILABLE), /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, this.getTestPropsForAction('close'), {
93
+ style: this.styles.action,
94
+ onPress: () => this._close()
95
+ }), /*#__PURE__*/React.createElement(Text, {
96
+ style: this.styles.actionText
97
+ }, this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO)));
98
+ }
99
+ renderWidget(props) {
100
+ this.options.content = this.getToastContent();
101
+ this.options.onClose = () => {
102
+ this._close = null;
103
+ this.updateState({
104
+ showToast: false
105
+ });
106
+ };
107
+ return this.options.content && this.state.showToast ? /*#__PURE__*/React.createElement(ToastConsumer, null, toastService => {
108
+ this._close = () => toastService.hideToast(this.options);
109
+ toastService.showToast(this.options);
110
+ return null;
111
+ }) : null;
112
+ }
113
+ }
114
+ //# sourceMappingURL=network-info-toaster.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","TouchableOpacity","View","NetworkService","BaseComponent","BaseComponentState","ToastConsumer","WmNetworkInfoToasterProps","DEFAULT_CLASS","isEqual","WmNetworkInfoToasterState","constructor","args","_defineProperty","WmNetworkInfoToaster","props","updateState","newtworkState","getState","showToast","isConnected","cleanup","push","notifier","subscribe","networkState","state","getToastContent","createElement","style","styles","root","_background","_extends","getTestPropsForLabel","text","appLocale","messages","MESSAGE_SERVICE_CONNECTED","getTestPropsForAction","action","onPress","_close","actionText","LABEL_HIDE_NETWORK_INFO","isConnecting","MESSAGE_SERVICE_CONNECTING","isServiceAvailable","MESSAGE_SERVICE_AVAILABLE","actionSeparator","LABEL_CONNECT_TO_SERVICE","isNetworkAvailable","MESSAGE_NETWORK_NOT_AVAILABLE","MESSAGE_SERVICE_NOT_AVAILABLE","renderWidget","options","content","onClose","toastService","hideToast"],"sources":["network-info-toaster.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, TouchableOpacity, View } from 'react-native';\nimport NetworkService, { NetworkState } from '@wavemaker/app-rn-runtime/core/network.service';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { ToastConsumer, ToastOptions, ToastService } from '@wavemaker/app-rn-runtime/core/toast.service';\n\nimport WmNetworkInfoToasterProps from './network-info-toaster.props';\nimport { DEFAULT_CLASS, WmNetworkInfoToasterStyles } from './network-info-toaster.styles';\nimport { isEqual } from 'lodash-es';\n\nexport class WmNetworkInfoToasterState extends BaseComponentState<WmNetworkInfoToasterProps> {\n newtworkState = {} as NetworkState;\n showToast = false;\n}\n\nexport default class WmNetworkInfoToaster extends BaseComponent<WmNetworkInfoToasterProps, WmNetworkInfoToasterState, WmNetworkInfoToasterStyles> {\n options = {} as ToastOptions;\n private _close: Function = null as any;\n\n constructor(props: WmNetworkInfoToasterProps) {\n super(props, DEFAULT_CLASS, new WmNetworkInfoToasterProps(), new WmNetworkInfoToasterState());\n this.updateState({\n newtworkState: NetworkService.getState(),\n showToast: !NetworkService.isConnected()\n } as WmNetworkInfoToasterState);\n this.cleanup.push(\n NetworkService.notifier.subscribe('onNetworkStateChange', (networkState: NetworkState) => {\n if (!isEqual(networkState, this.state.newtworkState)) {\n this.updateState({\n newtworkState: networkState,\n showToast: true\n } as WmNetworkInfoToasterState);\n }\n }\n ));\n }\n\n getToastContent() {\n if (this.state.newtworkState.isConnected) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTED}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n </View>);\n }\n if (this.state.newtworkState.isConnecting) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_CONNECTING}</Text>\n </View>);\n }\n if (this.state.newtworkState.isServiceAvailable) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_AVAILABLE}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n <Text style={this.styles.actionSeparator}>|</Text>\n <TouchableOpacity {...this.getTestPropsForAction('connect')} style={this.styles.action}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_CONNECT_TO_SERVICE}</Text>\n </TouchableOpacity>\n </View>);\n }\n if (!this.state.newtworkState.isNetworkAvailable) { \n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_NETWORK_NOT_AVAILABLE}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n </View>);\n }\n return (\n <View style={this.styles.root}>\n {this._background}\n <Text {...this.getTestPropsForLabel('msg')} style={this.styles.text}>{this.props.appLocale.messages.MESSAGE_SERVICE_NOT_AVAILABLE}</Text>\n <TouchableOpacity {...this.getTestPropsForAction('close')} style={this.styles.action} onPress={() => this._close()}>\n <Text style={this.styles.actionText}>{this.props.appLocale.messages.LABEL_HIDE_NETWORK_INFO}</Text>\n </TouchableOpacity>\n </View>);\n }\n\n renderWidget(props: WmNetworkInfoToasterProps) {\n this.options.content = this.getToastContent();\n this.options.onClose = () => {\n this._close = null as any;\n this.updateState({\n showToast : false\n } as WmNetworkInfoToasterState);\n };\n return this.options.content && this.state.showToast ? (\n <ToastConsumer>\n {(toastService: ToastService) => {\n this._close = () => toastService.hideToast(this.options);\n toastService.showToast(this.options)\n return null;\n }}\n </ToastConsumer>\n ) : null; \n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,11 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ export default class WmNetworkInfoToasterProps extends BaseProps {
6
+ constructor(...args) {
7
+ super(...args);
8
+ _defineProperty(this, "appLocale", {});
9
+ }
10
+ }
11
+ //# sourceMappingURL=network-info-toaster.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmNetworkInfoToasterProps","constructor","args","_defineProperty"],"sources":["network-info-toaster.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmNetworkInfoToasterProps extends BaseProps {\n appLocale = {} as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,yBAAyB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,oBACjD,CAAC,CAAC;EAAA;AAClB","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","width","paddingVertical","paddingHorizontal","backgroundColor","networkToastBgColor","flexDirection","alignItems","text","color","networkToastTextColor","fontSize","flex","action","padding","actionSeparator","networkToastActionSeparatorColor","marginHorizontal","actionText","networkToastActionTextColor"],"sources":["network-info-toaster.styles.ts"],"sourcesContent":["import { TextStyle, ViewStyle } from 'react-native';\nimport BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport type WmNetworkInfoToasterStyles = BaseStyles & {\n action: ViewStyle,\n actionSeparator: TextStyle\n actionText: TextStyle\n};\n\nexport const DEFAULT_CLASS = 'app-network-info-toaster';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles = defineStyles<WmNetworkInfoToasterStyles>({\n root: {\n width: '100%',\n paddingVertical: 16,\n paddingHorizontal: 16,\n backgroundColor: themeVariables.networkToastBgColor,\n flexDirection: 'row',\n alignItems: 'center'\n },\n text: {\n color: themeVariables.networkToastTextColor,\n fontSize: 16,\n flex: 1\n },\n action: {\n padding: 4\n },\n actionSeparator : {\n color: themeVariables.networkToastActionSeparatorColor,\n fontSize: 16,\n marginHorizontal: 2\n },\n actionText: {\n color: themeVariables.networkToastActionTextColor\n }\n });\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});"],"mappings":"AACA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAQxF,OAAO,MAAMC,aAAa,GAAG,0BAA0B;AACvDF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAa,GAAGL,YAAY,CAA6B;IAC3DM,IAAI,EAAE;MACFC,KAAK,EAAE,MAAM;MACbC,eAAe,EAAE,EAAE;MACnBC,iBAAiB,EAAE,EAAE;MACrBC,eAAe,EAAEP,cAAc,CAACQ,mBAAmB;MACnDC,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE;IAChB,CAAC;IACDC,IAAI,EAAE;MACFC,KAAK,EAAEZ,cAAc,CAACa,qBAAqB;MAC3CC,QAAQ,EAAE,EAAE;MACZC,IAAI,EAAE;IACV,CAAC;IACDC,MAAM,EAAE;MACJC,OAAO,EAAE;IACb,CAAC;IACDC,eAAe,EAAG;MACdN,KAAK,EAAEZ,cAAc,CAACmB,gCAAgC;MACtDL,QAAQ,EAAE,EAAE;MACZM,gBAAgB,EAAE;IACtB,CAAC;IACDC,UAAU,EAAE;MACRT,KAAK,EAAEZ,cAAc,CAACsB;IAC1B;EACJ,CAAC,CAAC;EACFrB,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC9C,CAAC,CAAC","ignoreList":[]}