@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
@@ -1,18 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import BaseDatasetProps from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.props';
5
- export default class WmRadiosetProps extends BaseDatasetProps {
6
- constructor() {
7
- super(...arguments);
8
- _defineProperty(this, "dataset", 'Option 1, Option 2, Option 3');
9
- _defineProperty(this, "itemsperrow", {
10
- xs: 1,
11
- sm: 1,
12
- md: 1,
13
- lg: 1
14
- });
15
- _defineProperty(this, "renderitempartial", void 0);
16
- }
17
- }
18
- //# sourceMappingURL=radioset.props.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseDatasetProps","WmRadiosetProps","constructor","arguments","_defineProperty","xs","sm","md","lg"],"sources":["radioset.props.ts"],"sourcesContent":["import BaseDatasetProps from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.props';\n\nexport default class WmRadiosetProps extends BaseDatasetProps {\n dataset: any = 'Option 1, Option 2, Option 3';\n itemsperrow = {\n xs: 1,\n sm: 1,\n md: 1,\n lg: 1,\n };\n renderitempartial?: (item: any, index: number, partialName: string)=> React.ReactNode;\n}\n"],"mappings":";;;AAAA,OAAOA,gBAAgB,MAAM,0EAA0E;AAEvG,eAAe,MAAMC,eAAe,SAASD,gBAAgB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,kBAC7C,8BAA8B;IAAAA,eAAA,sBAC9B;MACbC,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE;IACP,CAAC;IAAAJ,eAAA;EAAA;AAEF"}
@@ -1,82 +0,0 @@
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-radioset';
4
- BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
- const defaultStyles = defineStyles({
6
- root: {
7
- color: themeVariables.checkedColor
8
- },
9
- text: {},
10
- group: {
11
- flexDirection: 'row',
12
- flexWrap: 'wrap'
13
- },
14
- groupHeaderTitle: {
15
- backgroundColor: themeVariables.groupHeadingBgColor,
16
- fontSize: 16,
17
- paddingLeft: 8,
18
- paddingRight: 8,
19
- lineHeight: 40,
20
- fontFamily: themeVariables.baseFont
21
- },
22
- item: {
23
- flexDirection: 'row',
24
- alignContent: 'center',
25
- marginTop: 8
26
- },
27
- selectedItem: {},
28
- radioLabel: {
29
- alignSelf: 'center',
30
- fontFamily: themeVariables.baseFont,
31
- fontSize: 16,
32
- color: themeVariables.labelDefaultColor,
33
- marginLeft: 8
34
- },
35
- skeleton: {
36
- root: {
37
- width: '100%',
38
- height: 16,
39
- borderRadius: 4
40
- }
41
- },
42
- uncheckedRadio: {
43
- root: {
44
- width: 20,
45
- height: 20,
46
- borderRadius: 10,
47
- borderStyle: "solid",
48
- borderWidth: 2,
49
- borderColor: themeVariables.checkedBorderColor
50
- },
51
- text: {},
52
- icon: {
53
- opacity: 0
54
- }
55
- },
56
- checkedRadio: {
57
- root: {
58
- width: 20,
59
- height: 20,
60
- borderRadius: 10,
61
- borderStyle: "solid",
62
- borderWidth: 2,
63
- borderColor: themeVariables.checkedBorderColor
64
- },
65
- text: {
66
- fontSize: 16
67
- },
68
- icon: {
69
- color: themeVariables.checkedColor,
70
- padding: 0
71
- }
72
- }
73
- });
74
- addStyle(DEFAULT_CLASS + '-disabled', '', {
75
- root: {
76
- color: themeVariables.checkedDisabledColor,
77
- opacity: 0.8
78
- }
79
- });
80
- addStyle(DEFAULT_CLASS, '', defaultStyles);
81
- });
82
- //# sourceMappingURL=radioset.styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","color","checkedColor","text","group","flexDirection","flexWrap","groupHeaderTitle","backgroundColor","groupHeadingBgColor","fontSize","paddingLeft","paddingRight","lineHeight","fontFamily","baseFont","item","alignContent","marginTop","selectedItem","radioLabel","alignSelf","labelDefaultColor","marginLeft","skeleton","width","height","borderRadius","uncheckedRadio","borderStyle","borderWidth","borderColor","checkedBorderColor","icon","opacity","checkedRadio","padding","checkedDisabledColor"],"sources":["radioset.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 { WmSkeletonStyles } from '../../basic/skeleton/skeleton.styles';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\n\nexport type WmRadiosetStyles = BaseStyles & {\n group: AllStyle,\n groupHeaderTitle: AllStyle;\n item: AllStyle;\n selectedItem: AllStyle;\n radioLabel: AllStyle;\n skeleton: WmSkeletonStyles;\n uncheckedRadio: WmIconStyles;\n checkedRadio: WmIconStyles;\n};\n\nexport const DEFAULT_CLASS = 'app-radioset';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmRadiosetStyles = defineStyles({\n root: {\n color: themeVariables.checkedColor\n },\n text: {},\n group: {\n flexDirection: 'row',\n flexWrap: 'wrap'\n },\n groupHeaderTitle: {\n backgroundColor: themeVariables.groupHeadingBgColor,\n fontSize: 16,\n paddingLeft: 8,\n paddingRight: 8,\n lineHeight: 40,\n fontFamily: themeVariables.baseFont\n } as AllStyle,\n item: {\n flexDirection: 'row',\n alignContent: 'center',\n marginTop: 8\n } as AllStyle,\n selectedItem: {} as AllStyle,\n radioLabel: {\n alignSelf: 'center',\n fontFamily: themeVariables.baseFont,\n fontSize: 16,\n color: themeVariables.labelDefaultColor,\n marginLeft: 8\n } as AllStyle,\n skeleton: {\n root: {\n width: '100%',\n height: 16,\n borderRadius: 4\n }\n } as any as WmSkeletonStyles,\n uncheckedRadio: {\n root: {\n width: 20,\n height: 20,\n borderRadius: 10,\n borderStyle: \"solid\",\n borderWidth: 2,\n borderColor: themeVariables.checkedBorderColor,\n },\n text: {},\n icon: {\n opacity: 0,\n }\n } as WmIconStyles,\n checkedRadio : {\n root: {\n width: 20,\n height: 20,\n borderRadius: 10,\n borderStyle: \"solid\",\n borderWidth: 2,\n borderColor: themeVariables.checkedBorderColor,\n },\n text: {\n fontSize: 16,\n },\n icon : {\n color: themeVariables.checkedColor,\n padding: 0,\n }\n } as WmIconStyles\n});\n\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root : {\n color: themeVariables.checkedDisabledColor,\n opacity: 0.8\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAoB,wCAAwC;AAC7E,SAAqBC,YAAY,QAAQ,+CAA+C;AAexF,OAAO,MAAMC,aAAa,GAAG,cAAc;AAC3CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrD,MAAMC,aAA+B,GAAGL,YAAY,CAAC;IACjDM,IAAI,EAAE;MACJC,KAAK,EAAEJ,cAAc,CAACK;IACxB,CAAC;IACDC,IAAI,EAAE,CAAC,CAAC;IACRC,KAAK,EAAE;MACLC,aAAa,EAAE,KAAK;MACpBC,QAAQ,EAAE;IACZ,CAAC;IACDC,gBAAgB,EAAE;MAChBC,eAAe,EAAEX,cAAc,CAACY,mBAAmB;MACnDC,QAAQ,EAAE,EAAE;MACZC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,UAAU,EAAE,EAAE;MACdC,UAAU,EAAEjB,cAAc,CAACkB;IAC7B,CAAa;IACbC,IAAI,EAAE;MACJX,aAAa,EAAE,KAAK;MACpBY,YAAY,EAAE,QAAQ;MACtBC,SAAS,EAAE;IACb,CAAa;IACbC,YAAY,EAAE,CAAC,CAAa;IAC5BC,UAAU,EAAE;MACRC,SAAS,EAAE,QAAQ;MACnBP,UAAU,EAAEjB,cAAc,CAACkB,QAAQ;MACnCL,QAAQ,EAAE,EAAE;MACZT,KAAK,EAAEJ,cAAc,CAACyB,iBAAiB;MACvCC,UAAU,EAAE;IAChB,CAAa;IACbC,QAAQ,EAAE;MACRxB,IAAI,EAAE;QACJyB,KAAK,EAAE,MAAM;QACbC,MAAM,EAAE,EAAE;QACVC,YAAY,EAAE;MAChB;IACF,CAA4B;IAC5BC,cAAc,EAAE;MACd5B,IAAI,EAAE;QACJyB,KAAK,EAAE,EAAE;QACTC,MAAM,EAAE,EAAE;QACVC,YAAY,EAAE,EAAE;QAChBE,WAAW,EAAE,OAAO;QACpBC,WAAW,EAAE,CAAC;QACdC,WAAW,EAAElC,cAAc,CAACmC;MAC9B,CAAC;MACD7B,IAAI,EAAE,CAAC,CAAC;MACR8B,IAAI,EAAE;QACJC,OAAO,EAAE;MACX;IACF,CAAiB;IACjBC,YAAY,EAAG;MACbnC,IAAI,EAAE;QACJyB,KAAK,EAAE,EAAE;QACTC,MAAM,EAAE,EAAE;QACVC,YAAY,EAAE,EAAE;QAChBE,WAAW,EAAE,OAAO;QACpBC,WAAW,EAAE,CAAC;QACdC,WAAW,EAAElC,cAAc,CAACmC;MAC9B,CAAC;MACD7B,IAAI,EAAE;QACJO,QAAQ,EAAE;MACZ,CAAC;MACDuB,IAAI,EAAG;QACLhC,KAAK,EAAEJ,cAAc,CAACK,YAAY;QAClCkC,OAAO,EAAE;MACX;IACN;EACF,CAAC,CAAC;EAEAtC,QAAQ,CAACH,aAAa,GAAG,WAAW,EAAE,EAAE,EAAE;IACxCK,IAAI,EAAG;MACLC,KAAK,EAAEJ,cAAc,CAACwC,oBAAoB;MAC1CH,OAAO,EAAE;IACX;EACF,CAAC,CAAC;EAEFpC,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC5C,CAAC,CAAC"}
@@ -1,144 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { View, Text } from 'react-native';
6
- import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
7
- import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
8
- import WmRatingProps from './rating.props';
9
- import { DEFAULT_CLASS } from './rating.styles';
10
- import { cloneDeep, isArray, isNumber, isString } from 'lodash-es';
11
- export class WmRatingState extends BaseComponentState {
12
- constructor() {
13
- super(...arguments);
14
- _defineProperty(this, "items", null);
15
- _defineProperty(this, "caption", null);
16
- _defineProperty(this, "selectedIndex", -1);
17
- _defineProperty(this, "isDefault", false);
18
- }
19
- }
20
- export default class WmRating extends BaseComponent {
21
- constructor(props) {
22
- super(props, DEFAULT_CLASS, new WmRatingProps());
23
- }
24
- get caption() {
25
- return this.state.caption;
26
- }
27
- prepareItems(props) {
28
- let items = [];
29
- if (!props.dataset && props.maxvalue) {
30
- items = Array.from(Array(+props.maxvalue).keys());
31
- items = items.map(v => v + 1);
32
- } else if (isString(props.dataset)) {
33
- items = props.dataset.split(',');
34
- } else {
35
- items = props.dataset || [];
36
- }
37
- if (isArray(items) && items[0] !== Object(items[0])) {
38
- items = items.map((v, i) => ({
39
- key: i + 1,
40
- value: v
41
- }));
42
- }
43
- let selectedIndex = -1;
44
- if (props.datavalue !== undefined && props.datavalue !== null) {
45
- selectedIndex = items.findIndex((item, k) => item[props.datafield] == props.datavalue);
46
- if (selectedIndex === -1 && isNumber(props.datavalue)) {
47
- selectedIndex = props.datavalue;
48
- }
49
- }
50
- let caption = '';
51
- if (selectedIndex > -1 && props.showcaptions) {
52
- const selectedItem = items[selectedIndex];
53
- if (selectedItem) {
54
- if (props.getDisplayExpression) {
55
- caption = props.getDisplayExpression(selectedItem);
56
- } else {
57
- caption = selectedItem[props.displayfield];
58
- }
59
- } else {
60
- caption = selectedIndex + 1;
61
- }
62
- }
63
- this.updateState({
64
- items: items,
65
- selectedIndex: selectedIndex,
66
- caption: caption
67
- });
68
- }
69
- onPropertyChange(name, $new, $old) {
70
- switch (name) {
71
- case 'dataset':
72
- case 'datafield':
73
- case 'displayfield':
74
- case 'maxvalue':
75
- case 'datavalue':
76
- this.prepareItems(this.state.props);
77
- if (name === 'datavalue') {
78
- const isDefault = this.state.isDefault;
79
- if (isDefault) {
80
- this.updateState({
81
- isDefault: false
82
- }, this.props.onFieldChange && this.props.onFieldChange.bind(this, 'datavalue', $new, $old, isDefault));
83
- } else {
84
- this.props.onFieldChange && this.props.onFieldChange('datavalue', $new, $old, isDefault);
85
- }
86
- }
87
- break;
88
- case 'readonly':
89
- this.updateState({
90
- props: {
91
- disabled: $new
92
- }
93
- });
94
- break;
95
- }
96
- }
97
- changeValue(i) {
98
- const props = this.state.props;
99
- const oldValue = props.datavalue;
100
- if (!props.readonly) {
101
- let value = this.state.items[i] ? this.state.items[i][props.datafield || ''] : i;
102
- this.updateState({
103
- props: {
104
- datavalue: value
105
- }
106
- }, () => {
107
- !this.props.onFieldChange && value !== oldValue && this.invokeEventCallback('onChange', [undefined, this.proxy, value, oldValue]);
108
- });
109
- }
110
- }
111
- renderWidget(props) {
112
- const maxValue = props.maxvalue ? +props.maxvalue : 5;
113
- const arr = Array.from(Array(maxValue).keys());
114
- let selectedIconStyles = this.styles.selectedIcon;
115
- if (props.iconcolor) {
116
- selectedIconStyles = cloneDeep(this.styles.selectedIcon);
117
- selectedIconStyles.text.color = props.iconcolor;
118
- }
119
- return /*#__PURE__*/React.createElement(View, {
120
- style: this.styles.root
121
- }, this._background, arr.map((v, i) => this.state.selectedIndex > -1 && i <= this.state.selectedIndex ? /*#__PURE__*/React.createElement(WmIcon, {
122
- id: this.getTestId('star' + i),
123
- key: i,
124
- iconclass: "wi wi-star",
125
- iconsize: props.iconsize,
126
- styles: selectedIconStyles,
127
- onTap: () => {
128
- this.changeValue(i);
129
- }
130
- }) : null), arr.map((v, i) => this.state.selectedIndex === -1 || i > this.state.selectedIndex ? /*#__PURE__*/React.createElement(WmIcon, {
131
- id: this.getTestId('star' + i),
132
- key: i,
133
- iconclass: "wi wi-star-border",
134
- iconsize: props.iconsize,
135
- styles: this.styles.icon,
136
- onTap: () => {
137
- this.changeValue(i);
138
- }
139
- }) : null), !!props.showcaptions ? /*#__PURE__*/React.createElement(Text, {
140
- style: this.styles.text
141
- }, this.state.caption) : null);
142
- }
143
- }
144
- //# sourceMappingURL=rating.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","Text","BaseComponent","BaseComponentState","WmIcon","WmRatingProps","DEFAULT_CLASS","cloneDeep","isArray","isNumber","isString","WmRatingState","constructor","arguments","_defineProperty","WmRating","props","caption","state","prepareItems","items","dataset","maxvalue","Array","from","keys","map","v","split","Object","i","key","value","selectedIndex","datavalue","undefined","findIndex","item","k","datafield","showcaptions","selectedItem","getDisplayExpression","displayfield","updateState","onPropertyChange","name","$new","$old","isDefault","onFieldChange","bind","disabled","changeValue","oldValue","readonly","invokeEventCallback","proxy","renderWidget","maxValue","arr","selectedIconStyles","styles","selectedIcon","iconcolor","text","color","createElement","style","root","_background","id","getTestId","iconclass","iconsize","onTap","icon"],"sources":["rating.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, Text } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\n\nimport WmRatingProps from './rating.props';\nimport { DEFAULT_CLASS, WmRatingStyles } from './rating.styles';\nimport { cloneDeep, isArray, isEmpty, isNumber, isString } from 'lodash-es';\n\nexport class WmRatingState extends BaseComponentState<WmRatingProps> {\n items: any[] = null as any;\n caption: any = null as any;\n selectedIndex = -1;\n isDefault = false;\n}\n\nexport default class WmRating extends BaseComponent<WmRatingProps, WmRatingState, WmRatingStyles> {\n\n constructor(props: WmRatingProps) {\n super(props, DEFAULT_CLASS, new WmRatingProps());\n }\n\n get caption() {\n return this.state.caption;\n }\n\n prepareItems(props: WmRatingProps) {\n let items: any[] = [];\n if (!props.dataset && props.maxvalue) {\n items = Array.from(Array(+props.maxvalue).keys());\n items = items.map(v => v + 1);\n } else if (isString(props.dataset)) {\n items = props.dataset.split(',');\n } else {\n items = props.dataset as any[] || [];\n }\n if (isArray(items) && items[0] !== Object(items[0])) {\n items = items.map((v, i) => ({\n key: i + 1,\n value: v\n }));\n }\n let selectedIndex = -1;\n if (props.datavalue !== undefined && props.datavalue !== null) {\n selectedIndex = items.findIndex((item: any, k) => item[props.datafield as string] == props.datavalue);\n if (selectedIndex === -1 && isNumber(props.datavalue)) {\n selectedIndex = props.datavalue;\n }\n }\n let caption: any = '';\n if (selectedIndex > -1 && props.showcaptions) {\n const selectedItem = items[selectedIndex];\n if (selectedItem) {\n if (props.getDisplayExpression) {\n caption = props.getDisplayExpression(selectedItem);\n } else {\n caption = selectedItem[props.displayfield as string];\n }\n } else {\n caption = selectedIndex + 1;\n }\n }\n this.updateState({\n items: items,\n selectedIndex: selectedIndex,\n caption: caption\n } as WmRatingState);\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch(name) {\n case 'dataset' :\n case 'datafield' :\n case 'displayfield' :\n case 'maxvalue':\n case 'datavalue' :\n this.prepareItems(this.state.props);\n if (name === 'datavalue') {\n const isDefault = this.state.isDefault;\n if (isDefault) {\n this.updateState({ isDefault: false } as WmRatingState, this.props.onFieldChange && this.props.onFieldChange.bind(this, 'datavalue', $new, $old, isDefault));\n } else {\n this.props.onFieldChange && this.props.onFieldChange('datavalue', $new, $old, isDefault);\n }\n }\n break;\n case 'readonly' :\n this.updateState({\n props: {\n disabled: $new\n }\n } as WmRatingState);\n break;\n }\n }\n\n changeValue(i: number) {\n const props = this.state.props;\n const oldValue = props.datavalue;\n if (!props.readonly) {\n let value = this.state.items[i] ? this.state.items[i][props.datafield || '']: i;\n this.updateState({\n props: {\n datavalue: value\n }\n } as WmRatingState, () => {\n !this.props.onFieldChange && value !== oldValue && this.invokeEventCallback('onChange', [undefined, this.proxy, value, oldValue]);\n });\n }\n }\n\n renderWidget(props: WmRatingProps) {\n const maxValue = props.maxvalue ? +props.maxvalue : 5;\n const arr = Array.from(Array(maxValue).keys());\n\n let selectedIconStyles = this.styles.selectedIcon;\n if (props.iconcolor) {\n selectedIconStyles = cloneDeep(this.styles.selectedIcon);\n selectedIconStyles.text.color = props.iconcolor;\n }\n return (\n <View style={this.styles.root}>\n {this._background}\n {arr.map((v, i) => (\n (this.state.selectedIndex > -1 && i <= this.state.selectedIndex) ? <WmIcon\n id={this.getTestId('star' + i)}\n key={i}\n iconclass=\"wi wi-star\"\n iconsize={props.iconsize}\n styles={selectedIconStyles}\n onTap={() => { this.changeValue(i)}}\n ></WmIcon> : null\n ))}\n {arr.map((v, i) => (\n (this.state.selectedIndex === -1 || i > this.state.selectedIndex) ? <WmIcon\n id={this.getTestId('star' + i)}\n key={i}\n iconclass=\"wi wi-star-border\"\n iconsize={props.iconsize}\n styles={this.styles.icon}\n onTap={() => { this.changeValue(i)}}\n ></WmIcon> : null\n ))}\n { !!props.showcaptions ? (<Text style={this.styles.text}>{this.state.caption}</Text>) : null }\n </View>);\n }\n}\n"],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
- export default class WmRatingProps extends BaseProps {
6
- constructor() {
7
- super(...arguments);
8
- _defineProperty(this, "dataset", null);
9
- _defineProperty(this, "datafield", 'key');
10
- _defineProperty(this, "displayfield", 'value');
11
- _defineProperty(this, "getDisplayExpression", null);
12
- _defineProperty(this, "datavalue", null);
13
- _defineProperty(this, "maxvalue", 5);
14
- _defineProperty(this, "readonly", false);
15
- _defineProperty(this, "iconcolor", null);
16
- _defineProperty(this, "iconsize", null);
17
- _defineProperty(this, "showcaptions", true);
18
- _defineProperty(this, "onFieldChange", void 0);
19
- }
20
- }
21
- //# sourceMappingURL=rating.props.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmRatingProps","constructor","arguments","_defineProperty"],"sources":["rating.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmRatingProps extends BaseProps {\n dataset?: any[] = null as any;\n datafield?: string = 'key';\n displayfield?: string = 'value';\n getDisplayExpression: Function = null as any;\n datavalue?: number = null as any;\n maxvalue: number = 5;\n readonly? = false;\n iconcolor?: string = null as any;\n iconsize?: number = null as any;\n showcaptions? = true;\n onFieldChange: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,aAAa,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,kBAC/B,IAAI;IAAAA,eAAA,oBACD,KAAK;IAAAA,eAAA,uBACF,OAAO;IAAAA,eAAA,+BACE,IAAI;IAAAA,eAAA,oBAChB,IAAI;IAAAA,eAAA,mBACN,CAAC;IAAAA,eAAA,mBACR,KAAK;IAAAA,eAAA,oBACI,IAAI;IAAAA,eAAA,mBACL,IAAI;IAAAA,eAAA,uBACR,IAAI;IAAAA,eAAA;EAAA;AAExB"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","alignContent","padding","icon","text","fontSize","color","ratingIconColor","selectedIcon","ratingSelectedIconColor","alignSelf","paddingLeft","opacity"],"sources":["rating.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '../../basic/icon/icon.styles';\n\nexport type WmRatingStyles = BaseStyles & {\n icon: WmIconStyles,\n selectedIcon: WmIconStyles\n};\n\nexport const DEFAULT_CLASS = 'app-rating';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmRatingStyles = defineStyles({\n root: {\n flexDirection: 'row',\n alignContent: 'center',\n padding: 8\n },\n icon: {\n text: {\n fontSize: 32,\n color: themeVariables.ratingIconColor\n }\n } as WmIconStyles,\n selectedIcon: {\n text: {\n fontSize: 32,\n color: themeVariables.ratingSelectedIconColor\n }\n } as WmIconStyles,\n text: {\n alignSelf: 'center',\n paddingLeft: 8,\n color: themeVariables.ratingSelectedIconColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root : {\n opacity: 0.5\n }\n });\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAQxF,OAAO,MAAMC,aAAa,GAAG,YAAY;AACzCF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAA6B,GAAGL,YAAY,CAAC;IAC/CM,IAAI,EAAE;MACFC,aAAa,EAAE,KAAK;MACpBC,YAAY,EAAE,QAAQ;MACtBC,OAAO,EAAE;IACb,CAAC;IACDC,IAAI,EAAE;MACFC,IAAI,EAAE;QACFC,QAAQ,EAAE,EAAE;QACZC,KAAK,EAAEV,cAAc,CAACW;MAC1B;IACJ,CAAiB;IACjBC,YAAY,EAAE;MACVJ,IAAI,EAAE;QACFC,QAAQ,EAAE,EAAE;QACZC,KAAK,EAAEV,cAAc,CAACa;MAC1B;IACJ,CAAiB;IACjBL,IAAI,EAAE;MACFM,SAAS,EAAE,QAAQ;MACnBC,WAAW,EAAE,CAAC;MACdL,KAAK,EAAEV,cAAc,CAACa;IAC1B;EACJ,CAAC,CAAC;EAEFZ,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAACH,aAAa,GAAG,WAAW,EAAE,EAAE,EAAE;IACtCK,IAAI,EAAG;MACPa,OAAO,EAAE;IACT;EACJ,CAAC,CAAC;AACN,CAAC,CAAC"}
@@ -1,189 +0,0 @@
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(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
4
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
5
- import React from 'react';
6
- import { ScrollView, Text, View } from 'react-native';
7
- import { find, isEmpty } from 'lodash';
8
- import WmSelectProps from './select.props';
9
- import { DEFAULT_CLASS } from './select.styles';
10
- import { BaseDatasetComponent, BaseDatasetState } from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.component';
11
- import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
12
- import { ModalConsumer } from '@wavemaker/app-rn-runtime/core/modal.service';
13
- import WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';
14
- import { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';
15
- import ThemeVariables from '@wavemaker/app-rn-runtime/styles/theme.variables';
16
- import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';
17
- export class WmSelectState extends BaseDatasetState {
18
- constructor() {
19
- super(...arguments);
20
- _defineProperty(this, "modalOptions", {});
21
- _defineProperty(this, "isOpened", false);
22
- _defineProperty(this, "selectedValue", '');
23
- }
24
- }
25
- export default class WmSelect extends BaseDatasetComponent {
26
- constructor(props) {
27
- super(props, DEFAULT_CLASS, new WmSelectProps(), new WmSelectState());
28
- _defineProperty(this, "view", null);
29
- _defineProperty(this, "widgetRef", null);
30
- _defineProperty(this, "isDefaultValue", true);
31
- _defineProperty(this, "showPopover", () => {
32
- this.updateState({
33
- isOpened: true
34
- });
35
- });
36
- _defineProperty(this, "hide", () => {});
37
- }
38
- onPress(event) {
39
- if (this.state.props.disabled) {
40
- return;
41
- }
42
- if (!this.state.isOpened) {
43
- this.showPopover();
44
- }
45
- this.invokeEventCallback('onFocus', [event, this.proxy]);
46
- }
47
- onPropertyChange(name, $new, $old) {
48
- super.onPropertyChange(name, $new, $old);
49
- switch (name) {
50
- case 'datavalue':
51
- if (isNaN($new) && isEmpty($new)) {
52
- this.updateState({
53
- props: {
54
- displayValue: this.state.props.placeholder || ''
55
- }
56
- });
57
- }
58
- }
59
- }
60
- prepareModalOptions(content, styles, modalService) {
61
- const o = this.state.modalOptions;
62
- o.modalStyle = styles.modal;
63
- o.contentStyle = {
64
- ...styles.modalContent
65
- };
66
- o.content = content;
67
- o.isModal = true;
68
- o.centered = true;
69
- o.onClose = () => {
70
- this.hide = () => {};
71
- if (this.isDefaultValue && this.state.props.displayValue === '') {
72
- this.validate(this.state.props.displayValue);
73
- this.props.triggerValidation && this.props.triggerValidation();
74
- }
75
- this.invokeEventCallback('onBlur', [{}, this.proxy]);
76
- this.setState({
77
- isOpened: false,
78
- modalOptions: {}
79
- });
80
- };
81
- this.hide = () => modalService.hideModal(this.state.modalOptions);
82
- return o;
83
- }
84
- focus() {
85
- var _this$widgetRef;
86
- this === null || this === void 0 || (_this$widgetRef = this.widgetRef) === null || _this$widgetRef === void 0 ? void 0 : _this$widgetRef.focus();
87
- }
88
- renderSelect() {
89
- const props = this.state.props;
90
- return (
91
- /*#__PURE__*/
92
- /*
93
- * onLayout function is required.
94
- * https://github.com/naoufal/react-native-accordion/pull/19/files
95
- */
96
- React.createElement(View, _extends({}, getAccessibilityProps(AccessibilityWidgetType.SELECT, props), {
97
- style: [this.styles.root, this.state.isValid ? {} : this.styles.invalid, {
98
- backgroundColor: props.disabled ? this.styles.disabledText.backgroundColor : this.styles.root.backgroundColor
99
- }],
100
- ref: ref => {
101
- this.view = ref;
102
- },
103
- onLayout: () => {}
104
- }), /*#__PURE__*/React.createElement(Text, _extends({
105
- style: [this.styles.text, this.state.props.displayValue ? {} : {
106
- color: this.styles.placeholderText.color
107
- }],
108
- ref: ref => {
109
- this.widgetRef = ref;
110
- }
111
- }, this.getTestPropsForInput(), {
112
- onPress: this.onPress.bind(this)
113
- }), this.state.props.displayValue || props.placeholder || ' '), /*#__PURE__*/React.createElement(WmButton, {
114
- styles: this.styles.arrowButton,
115
- iconclass: 'wi wi-keyboard-arrow-down',
116
- onTap: this.onPress.bind(this)
117
- }))
118
- );
119
- }
120
- isSelected(item) {
121
- const val = this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield;
122
- return this.state.props.datavalue === val;
123
- }
124
- onItemSelect(item, isPlaceholder) {
125
- this.isDefaultValue = false;
126
- this.onChange(isPlaceholder ? '' : this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield);
127
- this.hide();
128
- }
129
- renderSelectItem(item, index, isPlaceholder, isLast) {
130
- let selected = this.isSelected(item);
131
- return /*#__PURE__*/React.createElement(Tappable, _extends({}, this.getTestPropsForAction(index + ''), {
132
- onTap: this.onItemSelect.bind(this, item, isPlaceholder)
133
- }, getAccessibilityProps(AccessibilityWidgetType.SELECT, {
134
- ...this.props,
135
- expanded: this.state.isOpened
136
- })), /*#__PURE__*/React.createElement(View, {
137
- style: [this.styles.selectItem, isLast ? this.styles.lastSelectItem : null, selected ? this.styles.selectedItem : null]
138
- }, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel(index + ''), {
139
- style: [this.styles.selectItemText, {
140
- color: isPlaceholder ? this.styles.placeholderText.color : selected ? this.styles.selectedItemText.color : this.styles.selectItemText.color
141
- }]
142
- }), isPlaceholder ? this.state.props.placeholder : item.displayexp || item.displayfield), /*#__PURE__*/React.createElement(WmIcon, {
143
- id: this.getTestId('checkicon' + index),
144
- iconclass: "wi wi-check",
145
- styles: this.theme.mergeStyle(this.styles.checkIcon, {
146
- root: {
147
- opacity: !isPlaceholder && selected ? 1 : 0
148
- }
149
- })
150
- })));
151
- }
152
- updateDefaultQueryModel() {
153
- if (this.state.dataItems && this.state.dataItems.length && this.isDefaultValue) {
154
- const selectedItem = find(this.state.dataItems, item => item.selected);
155
- selectedItem && this.updateState({
156
- props: {
157
- displayValue: selectedItem.displayexp || selectedItem.displayfield || ''
158
- }
159
- });
160
- }
161
- }
162
- componentDidMount() {
163
- super.componentDidMount();
164
- this.updateDefaultQueryModel();
165
- }
166
- onDataItemsUpdate() {
167
- super.onDataItemsUpdate();
168
- this.updateDefaultQueryModel();
169
- }
170
- renderWidget(props) {
171
- return /*#__PURE__*/React.createElement(View, null, this.renderSelect(), this.state.isOpened ? /*#__PURE__*/React.createElement(ModalConsumer, null, modalService => {
172
- const items = this.state.dataItems;
173
- modalService.showModal(this.prepareModalOptions( /*#__PURE__*/React.createElement(ScrollView, {
174
- style: {
175
- width: '100%',
176
- maxHeight: ThemeVariables.INSTANCE.maxModalHeight
177
- },
178
- contentContainerStyle: this.styles.dropDownContent
179
- }, props.placeholder ? /*#__PURE__*/React.createElement(View, {
180
- key: props.name + '_placeholder',
181
- style: this.styles.placeholderText
182
- }, this.renderSelectItem({}, 0, true, false)) : null, items && items.map((item, index) => /*#__PURE__*/React.createElement(View, {
183
- key: item.key
184
- }, this.renderSelectItem(item, index, false, index === items.length - 1)))), this.styles, modalService));
185
- return null;
186
- }) : null);
187
- }
188
- }
189
- //# sourceMappingURL=select.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","ScrollView","Text","View","find","isEmpty","WmSelectProps","DEFAULT_CLASS","BaseDatasetComponent","BaseDatasetState","WmIcon","ModalConsumer","WmButton","Tappable","ThemeVariables","AccessibilityWidgetType","getAccessibilityProps","WmSelectState","constructor","arguments","_defineProperty","WmSelect","props","updateState","isOpened","onPress","event","state","disabled","showPopover","invokeEventCallback","proxy","onPropertyChange","name","$new","$old","isNaN","displayValue","placeholder","prepareModalOptions","content","styles","modalService","o","modalOptions","modalStyle","modal","contentStyle","modalContent","isModal","centered","onClose","hide","isDefaultValue","validate","triggerValidation","setState","hideModal","focus","_this$widgetRef","widgetRef","renderSelect","createElement","_extends","SELECT","style","root","isValid","invalid","backgroundColor","disabledText","ref","view","onLayout","text","color","placeholderText","getTestPropsForInput","bind","arrowButton","iconclass","onTap","isSelected","item","val","datafield","dataObject","datavalue","onItemSelect","isPlaceholder","onChange","renderSelectItem","index","isLast","selected","getTestPropsForAction","expanded","selectItem","lastSelectItem","selectedItem","getTestPropsForLabel","selectItemText","selectedItemText","displayexp","displayfield","id","getTestId","theme","mergeStyle","checkIcon","opacity","updateDefaultQueryModel","dataItems","length","componentDidMount","onDataItemsUpdate","renderWidget","items","showModal","width","maxHeight","INSTANCE","maxModalHeight","contentContainerStyle","dropDownContent","key","map"],"sources":["select.component.tsx"],"sourcesContent":["import React from 'react';\nimport { ScrollView, Text, View } from 'react-native';\nimport { find, isEmpty } from 'lodash';\n\nimport WmSelectProps from './select.props';\nimport { DEFAULT_CLASS, WmSelectStyles } from './select.styles';\nimport {\n BaseDatasetComponent,\n BaseDatasetState\n} from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { ModalConsumer, ModalOptions, ModalService } from '@wavemaker/app-rn-runtime/core/modal.service';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport ThemeVariables from '@wavemaker/app-rn-runtime/styles/theme.variables';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility'; \n\nexport class WmSelectState extends BaseDatasetState<WmSelectProps> {\n modalOptions = {} as ModalOptions;\n isOpened: boolean = false;\n selectedValue: any = '';\n}\n\nexport default class WmSelect extends BaseDatasetComponent<WmSelectProps, WmSelectState, WmSelectStyles> {\n constructor(props: WmSelectProps) {\n super(props, DEFAULT_CLASS, new WmSelectProps(), new WmSelectState());\n }\n view: View = null as any;\n public widgetRef: Text | null = null;\n private isDefaultValue: boolean = true;\n\n onPress(event: any) {\n if (this.state.props.disabled) {\n return;\n }\n if (!this.state.isOpened) {\n this.showPopover();\n }\n this.invokeEventCallback('onFocus', [event, this.proxy]);\n }\n\n onPropertyChange(name: string, $new: any, $old: any): void {\n super.onPropertyChange(name, $new, $old);\n switch(name) {\n case 'datavalue':\n if (isNaN($new) && isEmpty($new)) {\n this.updateState({\n props: {\n displayValue: this.state.props.placeholder || ''\n }\n } as WmSelectState);\n }\n }\n }\n\n prepareModalOptions(content: React.ReactNode, styles: WmSelectStyles, modalService: ModalService) {\n const o = this.state.modalOptions;\n o.modalStyle = styles.modal;\n o.contentStyle = {...styles.modalContent};\n o.content = content;\n o.isModal = true;\n o.centered = true;\n o.onClose = () => {\n this.hide = () => {};\n if (this.isDefaultValue && this.state.props.displayValue === '') {\n this.validate(this.state.props.displayValue);\n this.props.triggerValidation && this.props.triggerValidation();\n }\n this.invokeEventCallback('onBlur', [{}, this.proxy]);\n this.setState({ isOpened: false, modalOptions: {} as ModalOptions } as WmSelectState);\n };\n this.hide = () => modalService.hideModal(this.state.modalOptions);\n return o;\n }\n\n public showPopover = () => {\n this.updateState({ isOpened: true } as WmSelectState);\n };\n\n public hide = () => {};\n\n focus() {\n this?.widgetRef?.focus();\n }\n\n renderSelect() {\n const props = this.state.props;\n return (\n /*\n * onLayout function is required.\n * https://github.com/naoufal/react-native-accordion/pull/19/files\n */\n <View\n {...getAccessibilityProps(\n AccessibilityWidgetType.SELECT,\n props\n )}\n style={[this.styles.root, this.state.isValid ? {} : this.styles.invalid, { backgroundColor: props.disabled ? this.styles.disabledText.backgroundColor : this.styles.root.backgroundColor}]}\n ref={(ref) => {\n this.view = ref as View;\n }}\n onLayout={() => {}}>\n <Text\n style={[this.styles.text,\n this.state.props.displayValue ? {} : {color: this.styles.placeholderText.color}]}\n ref={(ref) => {\n this.widgetRef = ref;\n }}\n {...this.getTestPropsForInput()}\n onPress={this.onPress.bind(this)}>\n {this.state.props.displayValue || props.placeholder || ' '}\n </Text>\n <WmButton\n styles={this.styles.arrowButton}\n iconclass={'wi wi-keyboard-arrow-down'}\n onTap={this.onPress.bind(this)}\n />\n </View>\n );\n }\n\n isSelected(item: any) {\n const val = this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield;\n return this.state.props.datavalue === val;\n }\n\n onItemSelect(item: any, isPlaceholder?: boolean) {\n this.isDefaultValue = false;\n this.onChange(isPlaceholder ? '' : this.state.props.datafield === 'All Fields' ? item.dataObject : item.datafield);\n this.hide();\n }\n\n renderSelectItem(item: any, index: number, isPlaceholder: boolean, isLast: boolean) {\n let selected = this.isSelected(item);\n return (\n <Tappable {...this.getTestPropsForAction(index + '')} onTap={this.onItemSelect.bind(this, item, isPlaceholder)} {...getAccessibilityProps(\n AccessibilityWidgetType.SELECT,\n {...this.props, expanded: this.state.isOpened}\n )}>\n <View style={[this.styles.selectItem, isLast ? this.styles.lastSelectItem : null, selected ? this.styles.selectedItem : null ]}>\n <Text {...this.getTestPropsForLabel(index + '')} style={[this.styles.selectItemText, {color: isPlaceholder ? this.styles.placeholderText.color : selected ? this.styles.selectedItemText.color : this.styles.selectItemText.color}]}>\n {isPlaceholder ? this.state.props.placeholder : (item.displayexp || item.displayfield)}\n </Text>\n <WmIcon id={this.getTestId('checkicon' + index)} iconclass='wi wi-check' styles={this.theme.mergeStyle(this.styles.checkIcon, {\n root: {\n opacity: !isPlaceholder && selected ? 1 : 0\n }\n })}></WmIcon>\n </View>\n </Tappable>\n );\n }\n\n updateDefaultQueryModel() {\n if (this.state.dataItems && this.state.dataItems.length && this.isDefaultValue) {\n const selectedItem = find(this.state.dataItems, (item) => item.selected);\n selectedItem && this.updateState({\n props: {\n displayValue: selectedItem.displayexp || selectedItem.displayfield || ''\n }\n } as WmSelectState);\n }\n }\n\n componentDidMount() {\n super.componentDidMount();\n this.updateDefaultQueryModel();\n }\n\n onDataItemsUpdate() {\n super.onDataItemsUpdate();\n this.updateDefaultQueryModel();\n }\n\n renderWidget(props: WmSelectProps) {\n return (\n <View>\n {this.renderSelect()}\n {this.state.isOpened ? (\n <ModalConsumer>\n {(modalService: ModalService) => {\n const items = this.state.dataItems;\n modalService.showModal(\n this.prepareModalOptions(\n <ScrollView style={{width: '100%', maxHeight: ThemeVariables.INSTANCE.maxModalHeight}} contentContainerStyle={this.styles.dropDownContent}>\n {props.placeholder ?\n <View key={props.name + '_placeholder'} style={this.styles.placeholderText}>\n {this.renderSelectItem({}, 0, true, false)}\n </View>\n : null}\n {items && items.map((item: any, index: number) => (\n <View key={item.key}>\n {this.renderSelectItem(item, index, false, index === items.length - 1)}\n </View>\n ))}\n </ScrollView>,\n this.styles,\n modalService\n )\n );\n return null;\n }}\n </ModalConsumer>\n ) : null}\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -1,12 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import BaseDatasetProps from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.props';
5
- export default class WmSelectProps extends BaseDatasetProps {
6
- constructor() {
7
- super(...arguments);
8
- _defineProperty(this, "placeholder", null);
9
- _defineProperty(this, "displayValue", null);
10
- }
11
- }
12
- //# sourceMappingURL=select.props.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseDatasetProps","WmSelectProps","constructor","arguments","_defineProperty"],"sources":["select.props.ts"],"sourcesContent":["import BaseDatasetProps from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.props';\n\nexport default class WmSelectProps extends BaseDatasetProps {\n placeholder: string = null as any;\n displayValue = null as any;\n}\n"],"mappings":";;;AAAA,OAAOA,gBAAgB,MAAM,0EAA0E;AAEvG,eAAe,MAAMC,aAAa,SAASD,gBAAgB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,sBACpC,IAAI;IAAAA,eAAA,uBACX,IAAI;EAAA;AACrB"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","padding","borderWidth","borderStyle","borderColor","inputBorderColor","backgroundColor","inputBackgroundColor","borderRadius","minWidth","alignItems","invalid","borderBottomColor","inputInvalidBorderColor","text","fontSize","fontFamily","baseFont","flex","color","inputTextColor","checkIcon","primaryColor","disabledText","inputDisabledBgColor","modal","height","modalContent","position","width","selectItem","paddingHorizontal","paddingVertical","borderBottomWidth","borderBottomStyle","selecttemBorderColor","lastSelectItem","selectItemText","selectItemTextColor","selectedItem","selectedItemText","placeholderText","inputPlaceholderColor","dropDownContent","arrowButton","paddingTop","paddingBottom","paddingLeft","paddingRight","minHeight","alignSelf","justifyContent","OS","textAlign"],"sources":["select.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 { WmButtonStyles } from '@wavemaker/app-rn-runtime/components/basic/button/button.styles';\nimport { Platform } from 'react-native';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\n\nexport type WmSelectStyles = BaseStyles & {\n arrowButton: WmButtonStyles;\n modal: AllStyle;\n modalContent: AllStyle;\n checkIcon: WmIconStyles;\n selectItem: AllStyle;\n lastSelectItem: AllStyle,\n selectItemText: AllStyle;\n selectedItem: AllStyle;\n selectedItemText: AllStyle;\n dropDownContent: AllStyle;\n disabledText: AllStyle;\n placeholderText: AllStyle;\n invalid: AllStyle;\n};\n\nexport const DEFAULT_CLASS = 'app-select';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmSelectStyles = defineStyles({\n root: {\n flexDirection: 'row',\n padding: 12,\n borderWidth: 1,\n borderStyle: 'solid',\n borderColor: themeVariables.inputBorderColor,\n backgroundColor: themeVariables.inputBackgroundColor,\n borderRadius: 6,\n minWidth: 160,\n alignItems: 'center'\n },\n invalid: {\n borderBottomColor: themeVariables.inputInvalidBorderColor\n },\n text: {\n fontSize: 16,\n fontFamily: themeVariables.baseFont,\n flex: 1,\n color: themeVariables.inputTextColor\n },\n checkIcon: {\n text: {\n fontSize: 24,\n color: themeVariables.primaryColor\n }\n } as WmIconStyles,\n disabledText: {\n backgroundColor : themeVariables.inputDisabledBgColor\n },\n modal: {\n backgroundColor: 'rgba(0, 0, 0, 0.3)',\n height: '100%'\n },\n modalContent: {\n backgroundColor: themeVariables.inputBackgroundColor,\n borderRadius: 6,\n position: 'absolute',\n borderWidth: 1,\n borderStyle: 'solid',\n borderColor: themeVariables.inputBorderColor,\n width: '90%'\n },\n selectItem: {\n width: '100%',\n paddingHorizontal: 16,\n paddingVertical: 8,\n borderBottomWidth: 1,\n borderBottomStyle: 'solid',\n borderBottomColor: themeVariables.selecttemBorderColor,\n flexDirection: 'row',\n alignItems: 'center'\n },\n lastSelectItem: {\n borderBottomWidth: 0\n },\n selectItemText: {\n fontSize: 16,\n fontFamily: themeVariables.baseFont,\n color: themeVariables.selectItemTextColor,\n flex: 1\n },\n selectedItem: {},\n selectedItemText:{},\n placeholderText: {\n color: themeVariables.inputPlaceholderColor\n },\n dropDownContent: {},\n arrowButton: {\n root: {\n borderRadius: 0,\n paddingTop: 6,\n paddingBottom: 6,\n paddingLeft: 6,\n paddingRight: 0,\n minHeight: 0,\n alignItems: 'center',\n alignSelf: 'center',\n justifyContent: 'center',\n backgroundColor: 'transparent'\n }\n } as WmButtonStyles,\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root : {\n backgroundColor: themeVariables.inputDisabledBgColor\n }\n });\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS==\"web\"?{\n text:{\n textAlign:'right',\n }\n }:{\n text:{\n textAlign:'left',\n }\n });\n});\n"],"mappings":"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"}