@wavemaker/app-rn-runtime 11.4.0-next.25501 → 11.4.0-next.25701

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 (529) hide show
  1. app-rn-runtime/actions/base-action.js.map +1 -1
  2. app-rn-runtime/actions/login-action.js.map +1 -1
  3. app-rn-runtime/actions/logout-action.js.map +1 -1
  4. app-rn-runtime/actions/navigation-action.js +14 -2
  5. app-rn-runtime/actions/navigation-action.js.map +1 -1
  6. app-rn-runtime/actions/notification-action.js +5 -4
  7. app-rn-runtime/actions/notification-action.js.map +1 -1
  8. app-rn-runtime/actions/timer-action.js.map +1 -1
  9. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js +1 -1
  10. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -1
  11. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -1
  12. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js +1 -1
  13. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -1
  14. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -1
  15. app-rn-runtime/components/advanced/carousel/carousel.component.js +2 -2
  16. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +1 -1
  17. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +1 -1
  18. app-rn-runtime/components/advanced/carousel/carousel.styles.js +16 -0
  19. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +1 -1
  20. app-rn-runtime/components/advanced/login/login.component.js +1 -1
  21. app-rn-runtime/components/advanced/login/login.component.js.map +1 -1
  22. app-rn-runtime/components/advanced/login/login.props.js.map +1 -1
  23. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +5 -5
  24. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -1
  25. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -1
  26. app-rn-runtime/components/advanced/webview/webview.component.js +1 -1
  27. app-rn-runtime/components/advanced/webview/webview.component.js.map +1 -1
  28. app-rn-runtime/components/advanced/webview/webview.props.js.map +1 -1
  29. app-rn-runtime/components/basic/anchor/anchor.component.js +2 -1
  30. app-rn-runtime/components/basic/anchor/anchor.component.js.map +1 -1
  31. app-rn-runtime/components/basic/anchor/anchor.props.js.map +1 -1
  32. app-rn-runtime/components/basic/anchor/anchor.styles.js +5 -0
  33. app-rn-runtime/components/basic/anchor/anchor.styles.js.map +1 -1
  34. app-rn-runtime/components/basic/animatedview.component.js +1 -3
  35. app-rn-runtime/components/basic/animatedview.component.js.map +1 -1
  36. app-rn-runtime/components/basic/audio/audio.component.js +240 -0
  37. app-rn-runtime/components/basic/audio/audio.component.js.map +1 -0
  38. app-rn-runtime/components/basic/audio/audio.props.js +15 -0
  39. app-rn-runtime/components/basic/audio/audio.props.js.map +1 -0
  40. app-rn-runtime/components/basic/audio/audio.styles.js +61 -0
  41. app-rn-runtime/components/basic/audio/audio.styles.js.map +1 -0
  42. app-rn-runtime/components/basic/button/button.component.js +1 -1
  43. app-rn-runtime/components/basic/button/button.component.js.map +1 -1
  44. app-rn-runtime/components/basic/button/button.props.js.map +1 -1
  45. app-rn-runtime/components/basic/button/button.styles.js.map +1 -1
  46. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js +1 -1
  47. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +1 -1
  48. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js.map +1 -1
  49. app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +1 -1
  50. app-rn-runtime/components/basic/custom/custom.component.js +25 -0
  51. app-rn-runtime/components/basic/custom/custom.component.js.map +1 -0
  52. app-rn-runtime/components/basic/custom/custom.props.js +16 -0
  53. app-rn-runtime/components/basic/custom/custom.props.js.map +1 -0
  54. app-rn-runtime/components/basic/custom/custom.styles.js +18 -0
  55. app-rn-runtime/components/basic/custom/custom.styles.js.map +1 -0
  56. app-rn-runtime/components/basic/icon/icon.component.js +1 -1
  57. app-rn-runtime/components/basic/icon/icon.component.js.map +1 -1
  58. app-rn-runtime/components/basic/icon/icon.props.js.map +1 -1
  59. app-rn-runtime/components/basic/icon/icon.styles.js +5 -0
  60. app-rn-runtime/components/basic/icon/icon.styles.js.map +1 -1
  61. app-rn-runtime/components/basic/label/label.component.js +3 -2
  62. app-rn-runtime/components/basic/label/label.component.js.map +1 -1
  63. app-rn-runtime/components/basic/label/label.props.js.map +1 -1
  64. app-rn-runtime/components/basic/label/label.styles.js +8 -0
  65. app-rn-runtime/components/basic/label/label.styles.js.map +1 -1
  66. app-rn-runtime/components/basic/lottie/lottie.component.js +137 -0
  67. app-rn-runtime/components/basic/lottie/lottie.component.js.map +1 -0
  68. app-rn-runtime/components/basic/lottie/lottie.props.js +14 -0
  69. app-rn-runtime/components/basic/lottie/lottie.props.js.map +1 -0
  70. app-rn-runtime/components/basic/lottie/lottie.styles.js +11 -0
  71. app-rn-runtime/components/basic/lottie/lottie.styles.js.map +1 -0
  72. app-rn-runtime/components/basic/message/message.component.js +1 -1
  73. app-rn-runtime/components/basic/message/message.component.js.map +1 -1
  74. app-rn-runtime/components/basic/message/message.props.js.map +1 -1
  75. app-rn-runtime/components/basic/message/message.styles.js +22 -0
  76. app-rn-runtime/components/basic/message/message.styles.js.map +1 -1
  77. app-rn-runtime/components/basic/modal/modal.component.js.map +1 -1
  78. app-rn-runtime/components/basic/modal/modal.props.js.map +1 -1
  79. app-rn-runtime/components/basic/modal/modal.styles.js.map +1 -1
  80. app-rn-runtime/components/basic/picture/picture.component.js +40 -29
  81. app-rn-runtime/components/basic/picture/picture.component.js.map +1 -1
  82. app-rn-runtime/components/basic/picture/picture.props.js.map +1 -1
  83. app-rn-runtime/components/basic/picture/picture.styles.js.map +1 -1
  84. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +3 -2
  85. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +1 -1
  86. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +1 -1
  87. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +1 -1
  88. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +1 -1
  89. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +1 -1
  90. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js.map +1 -1
  91. app-rn-runtime/components/basic/progress-circle/progress-circle.styles.js.map +1 -1
  92. app-rn-runtime/components/basic/search/local-data-provider.js.map +1 -1
  93. app-rn-runtime/components/basic/search/search.component.js +5 -2
  94. app-rn-runtime/components/basic/search/search.component.js.map +1 -1
  95. app-rn-runtime/components/basic/search/search.props.js +1 -0
  96. app-rn-runtime/components/basic/search/search.props.js.map +1 -1
  97. app-rn-runtime/components/basic/search/search.styles.js +47 -0
  98. app-rn-runtime/components/basic/search/search.styles.js.map +1 -1
  99. app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +1 -1
  100. app-rn-runtime/components/basic/spinner/spinner.component.js +13 -11
  101. app-rn-runtime/components/basic/spinner/spinner.component.js.map +1 -1
  102. app-rn-runtime/components/basic/spinner/spinner.props.js.map +1 -1
  103. app-rn-runtime/components/basic/spinner/spinner.styles.js +8 -0
  104. app-rn-runtime/components/basic/spinner/spinner.styles.js.map +1 -1
  105. app-rn-runtime/components/basic/video/video.component.js +56 -0
  106. app-rn-runtime/components/basic/video/video.component.js.map +1 -0
  107. app-rn-runtime/components/basic/video/video.props.js +22 -0
  108. app-rn-runtime/components/basic/video/video.props.js.map +1 -0
  109. app-rn-runtime/components/basic/video/video.styles.js +11 -0
  110. app-rn-runtime/components/basic/video/video.styles.js.map +1 -0
  111. app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +1 -1
  112. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +1 -1
  113. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +1 -1
  114. app-rn-runtime/components/chart/basechart.component.js +6 -2
  115. app-rn-runtime/components/chart/basechart.component.js.map +1 -1
  116. app-rn-runtime/components/chart/basechart.props.js +1 -0
  117. app-rn-runtime/components/chart/basechart.props.js.map +1 -1
  118. app-rn-runtime/components/chart/basechart.styles.js +17 -0
  119. app-rn-runtime/components/chart/basechart.styles.js.map +1 -1
  120. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +1 -1
  121. app-rn-runtime/components/chart/column-chart/column-chart.component.js.map +1 -1
  122. app-rn-runtime/components/chart/donut-chart/donut-chart.component.js.map +1 -1
  123. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +0 -1
  124. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js.map +1 -1
  125. app-rn-runtime/components/chart/legend/legend.component.js +36 -0
  126. app-rn-runtime/components/chart/legend/legend.component.js.map +1 -0
  127. app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +1 -1
  128. app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +1 -1
  129. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +119 -40
  130. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +1 -1
  131. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +1 -2
  132. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js.map +1 -1
  133. app-rn-runtime/components/chart/theme/chart.theme.js.map +1 -1
  134. app-rn-runtime/components/container/accordion/accordion.component.js +75 -119
  135. app-rn-runtime/components/container/accordion/accordion.component.js.map +1 -1
  136. app-rn-runtime/components/container/accordion/accordion.props.js +1 -0
  137. app-rn-runtime/components/container/accordion/accordion.props.js.map +1 -1
  138. app-rn-runtime/components/container/accordion/accordion.styles.js +14 -4
  139. app-rn-runtime/components/container/accordion/accordion.styles.js.map +1 -1
  140. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +49 -8
  141. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -1
  142. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -1
  143. app-rn-runtime/components/container/container.component.js +1 -1
  144. app-rn-runtime/components/container/container.component.js.map +1 -1
  145. app-rn-runtime/components/container/container.props.js.map +1 -1
  146. app-rn-runtime/components/container/container.styles.js.map +1 -1
  147. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +1 -1
  148. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -1
  149. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -1
  150. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +1 -1
  151. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -1
  152. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -1
  153. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +1 -1
  154. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +1 -1
  155. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +1 -1
  156. app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +1 -1
  157. app-rn-runtime/components/container/linearlayout/linearlayout.component.js +2 -1
  158. app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +1 -1
  159. app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +1 -1
  160. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +3 -3
  161. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -1
  162. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
  163. app-rn-runtime/components/container/panel/panel-content/panel-content.component.js +1 -1
  164. app-rn-runtime/components/container/panel/panel-content/panel-content.component.js.map +1 -1
  165. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js.map +1 -1
  166. app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js +1 -1
  167. app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js.map +1 -1
  168. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js.map +1 -1
  169. app-rn-runtime/components/container/panel/panel.component.js +1 -1
  170. app-rn-runtime/components/container/panel/panel.component.js.map +1 -1
  171. app-rn-runtime/components/container/panel/panel.props.js.map +1 -1
  172. app-rn-runtime/components/container/panel/panel.styles.js +9 -0
  173. app-rn-runtime/components/container/panel/panel.styles.js.map +1 -1
  174. app-rn-runtime/components/container/partial-host.component.js.map +1 -1
  175. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +42 -9
  176. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +1 -1
  177. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +1 -1
  178. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js +12 -2
  179. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +1 -1
  180. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +5 -2
  181. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +1 -1
  182. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +1 -1
  183. app-rn-runtime/components/container/tabs/tabs.component.js +84 -65
  184. app-rn-runtime/components/container/tabs/tabs.component.js.map +1 -1
  185. app-rn-runtime/components/container/tabs/tabs.props.js +1 -0
  186. app-rn-runtime/components/container/tabs/tabs.props.js.map +1 -1
  187. app-rn-runtime/components/container/tabs/tabs.styles.js +40 -1
  188. app-rn-runtime/components/container/tabs/tabs.styles.js.map +1 -1
  189. app-rn-runtime/components/container/tile/tile.component.js +1 -1
  190. app-rn-runtime/components/container/tile/tile.component.js.map +1 -1
  191. app-rn-runtime/components/container/tile/tile.props.js.map +1 -1
  192. app-rn-runtime/components/container/tile/tile.styles.js.map +1 -1
  193. app-rn-runtime/components/container/wizard/wizard.component.js +16 -7
  194. app-rn-runtime/components/container/wizard/wizard.component.js.map +1 -1
  195. app-rn-runtime/components/container/wizard/wizard.props.js.map +1 -1
  196. app-rn-runtime/components/container/wizard/wizard.styles.js +53 -1
  197. app-rn-runtime/components/container/wizard/wizard.styles.js.map +1 -1
  198. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +1 -1
  199. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -1
  200. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
  201. app-rn-runtime/components/data/card/card-content/card-content.component.js +1 -1
  202. app-rn-runtime/components/data/card/card-content/card-content.component.js.map +1 -1
  203. app-rn-runtime/components/data/card/card-content/card-content.props.js.map +1 -1
  204. app-rn-runtime/components/data/card/card-footer/card-footer.component.js +1 -1
  205. app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +1 -1
  206. app-rn-runtime/components/data/card/card-footer/card-footer.props.js.map +1 -1
  207. app-rn-runtime/components/data/card/card.component.js +1 -1
  208. app-rn-runtime/components/data/card/card.component.js.map +1 -1
  209. app-rn-runtime/components/data/card/card.props.js.map +1 -1
  210. app-rn-runtime/components/data/card/card.styles.js.map +1 -1
  211. app-rn-runtime/components/data/form/form-action/form-action.component.js +1 -6
  212. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +1 -1
  213. app-rn-runtime/components/data/form/form-action/form-action.props.js +3 -1
  214. app-rn-runtime/components/data/form/form-action/form-action.props.js.map +1 -1
  215. app-rn-runtime/components/data/form/form-action/form-action.styles.js.map +1 -1
  216. app-rn-runtime/components/data/form/form-body/form-body.component.js +1 -1
  217. app-rn-runtime/components/data/form/form-body/form-body.component.js.map +1 -1
  218. app-rn-runtime/components/data/form/form-body/form-body.props.js.map +1 -1
  219. app-rn-runtime/components/data/form/form-field/form-field.component.js +24 -3
  220. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +1 -1
  221. app-rn-runtime/components/data/form/form-field/form-field.props.js +8 -0
  222. app-rn-runtime/components/data/form/form-field/form-field.props.js.map +1 -1
  223. app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +1 -1
  224. app-rn-runtime/components/data/form/form-footer/form-footer.component.js +1 -1
  225. app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +1 -1
  226. app-rn-runtime/components/data/form/form-footer/form-footer.props.js.map +1 -1
  227. app-rn-runtime/components/data/form/form.component.js +95 -34
  228. app-rn-runtime/components/data/form/form.component.js.map +1 -1
  229. app-rn-runtime/components/data/form/form.props.js +2 -0
  230. app-rn-runtime/components/data/form/form.props.js.map +1 -1
  231. app-rn-runtime/components/data/form/form.styles.js +6 -0
  232. app-rn-runtime/components/data/form/form.styles.js.map +1 -1
  233. app-rn-runtime/components/data/list/list-template/list-template.component.js +1 -1
  234. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +1 -1
  235. app-rn-runtime/components/data/list/list-template/list-template.props.js.map +1 -1
  236. app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +1 -1
  237. app-rn-runtime/components/data/list/list.component.js +94 -24
  238. app-rn-runtime/components/data/list/list.component.js.map +1 -1
  239. app-rn-runtime/components/data/list/list.props.js +2 -0
  240. app-rn-runtime/components/data/list/list.props.js.map +1 -1
  241. app-rn-runtime/components/data/list/list.styles.js.map +1 -1
  242. app-rn-runtime/components/data/liveform/liveform.component.js +102 -0
  243. app-rn-runtime/components/data/liveform/liveform.component.js.map +1 -0
  244. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +3 -2
  245. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +1 -1
  246. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +1 -1
  247. app-rn-runtime/components/device/camera/camera.component.js +9 -4
  248. app-rn-runtime/components/device/camera/camera.component.js.map +1 -1
  249. app-rn-runtime/components/device/camera/camera.props.js +0 -1
  250. app-rn-runtime/components/device/camera/camera.props.js.map +1 -1
  251. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +1 -1
  252. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js.map +1 -1
  253. app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -1
  254. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -1
  255. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -1
  256. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js +9 -0
  257. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -1
  258. app-rn-runtime/components/dialogs/dialog/dialog.component.js +6 -3
  259. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +1 -1
  260. app-rn-runtime/components/dialogs/dialog/dialog.props.js.map +1 -1
  261. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +1 -1
  262. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +1 -1
  263. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js.map +1 -1
  264. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +1 -1
  265. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -1
  266. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -1
  267. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +1 -1
  268. app-rn-runtime/components/input/basedataset/basedataset.props.js.map +1 -1
  269. app-rn-runtime/components/input/baseinput/baseinput.component.js +10 -3
  270. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +1 -1
  271. app-rn-runtime/components/input/baseinput/baseinput.props.js.map +1 -1
  272. app-rn-runtime/components/input/basenumber/basenumber.component.js +1 -1
  273. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +1 -1
  274. app-rn-runtime/components/input/basenumber/basenumber.props.js.map +1 -1
  275. app-rn-runtime/components/input/calendar/calendar.component.js +1 -1
  276. app-rn-runtime/components/input/calendar/calendar.component.js.map +1 -1
  277. app-rn-runtime/components/input/calendar/calendar.props.js.map +1 -1
  278. app-rn-runtime/components/input/calendar/calendar.styles.js +22 -0
  279. app-rn-runtime/components/input/calendar/calendar.styles.js.map +1 -1
  280. app-rn-runtime/components/input/calendar/views/month-view.js +1 -0
  281. app-rn-runtime/components/input/calendar/views/month-view.js.map +1 -1
  282. app-rn-runtime/components/input/checkbox/checkbox.component.js +1 -16
  283. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +1 -1
  284. app-rn-runtime/components/input/checkbox/checkbox.props.js +1 -1
  285. app-rn-runtime/components/input/checkbox/checkbox.props.js.map +1 -1
  286. app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +1 -1
  287. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +0 -38
  288. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +1 -1
  289. app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +1 -1
  290. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +1 -1
  291. app-rn-runtime/components/input/chips/chips.component.js +1 -0
  292. app-rn-runtime/components/input/chips/chips.component.js.map +1 -1
  293. app-rn-runtime/components/input/chips/chips.props.js.map +1 -1
  294. app-rn-runtime/components/input/composite/composite.component.js +1 -1
  295. app-rn-runtime/components/input/composite/composite.component.js.map +1 -1
  296. app-rn-runtime/components/input/composite/composite.props.js.map +1 -1
  297. app-rn-runtime/components/input/currency/currency.component.js +6 -4
  298. app-rn-runtime/components/input/currency/currency.component.js.map +1 -1
  299. app-rn-runtime/components/input/currency/currency.props.js +1 -1
  300. app-rn-runtime/components/input/currency/currency.props.js.map +1 -1
  301. app-rn-runtime/components/input/currency/currency.styles.js +9 -0
  302. app-rn-runtime/components/input/currency/currency.styles.js.map +1 -1
  303. app-rn-runtime/components/input/epoch/base-datetime.component.js +6 -3
  304. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +1 -1
  305. app-rn-runtime/components/input/epoch/date/date.component.js.map +1 -1
  306. app-rn-runtime/components/input/epoch/date/date.props.js.map +1 -1
  307. app-rn-runtime/components/input/epoch/date/date.styles.js +9 -0
  308. app-rn-runtime/components/input/epoch/date/date.styles.js.map +1 -1
  309. app-rn-runtime/components/input/epoch/date-picker.component.js.map +1 -1
  310. app-rn-runtime/components/input/epoch/datetime/datetime.component.js.map +1 -1
  311. app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +1 -1
  312. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js +9 -0
  313. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +1 -1
  314. app-rn-runtime/components/input/epoch/time/time.component.js.map +1 -1
  315. app-rn-runtime/components/input/epoch/time/time.props.js.map +1 -1
  316. app-rn-runtime/components/input/epoch/time/time.styles.js +9 -0
  317. app-rn-runtime/components/input/epoch/time/time.styles.js.map +1 -1
  318. app-rn-runtime/components/input/fileupload/fileupload.component.js +1 -1
  319. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +1 -1
  320. app-rn-runtime/components/input/fileupload/fileupload.props.js.map +1 -1
  321. app-rn-runtime/components/input/number/number.component.js +6 -13
  322. app-rn-runtime/components/input/number/number.component.js.map +1 -1
  323. app-rn-runtime/components/input/number/number.props.js +1 -1
  324. app-rn-runtime/components/input/number/number.props.js.map +1 -1
  325. app-rn-runtime/components/input/number/number.styles.js +5 -0
  326. app-rn-runtime/components/input/number/number.styles.js.map +1 -1
  327. app-rn-runtime/components/input/radioset/radioset.component.js +3 -41
  328. app-rn-runtime/components/input/radioset/radioset.component.js.map +1 -1
  329. app-rn-runtime/components/input/radioset/radioset.props.js.map +1 -1
  330. app-rn-runtime/components/input/radioset/radioset.styles.js +8 -0
  331. app-rn-runtime/components/input/radioset/radioset.styles.js.map +1 -1
  332. app-rn-runtime/components/input/rating/rating.component.js +2 -2
  333. app-rn-runtime/components/input/rating/rating.component.js.map +1 -1
  334. app-rn-runtime/components/input/rating/rating.props.js.map +1 -1
  335. app-rn-runtime/components/input/select/select.component.js +14 -2
  336. app-rn-runtime/components/input/select/select.component.js.map +1 -1
  337. app-rn-runtime/components/input/select/select.props.js.map +1 -1
  338. app-rn-runtime/components/input/select/select.styles.js +18 -1
  339. app-rn-runtime/components/input/select/select.styles.js.map +1 -1
  340. app-rn-runtime/components/input/slider/slider.component.js +3 -2
  341. app-rn-runtime/components/input/slider/slider.component.js.map +1 -1
  342. app-rn-runtime/components/input/slider/slider.props.js.map +1 -1
  343. app-rn-runtime/components/input/switch/switch.component.js +19 -22
  344. app-rn-runtime/components/input/switch/switch.component.js.map +1 -1
  345. app-rn-runtime/components/input/switch/switch.props.js.map +1 -1
  346. app-rn-runtime/components/input/switch/switch.styles.js +43 -7
  347. app-rn-runtime/components/input/switch/switch.styles.js.map +1 -1
  348. app-rn-runtime/components/input/text/text.component.js +6 -13
  349. app-rn-runtime/components/input/text/text.component.js.map +1 -1
  350. app-rn-runtime/components/input/text/text.props.js.map +1 -1
  351. app-rn-runtime/components/input/text/text.styles.js +5 -0
  352. app-rn-runtime/components/input/text/text.styles.js.map +1 -1
  353. app-rn-runtime/components/input/textarea/textarea.component.js +5 -13
  354. app-rn-runtime/components/input/textarea/textarea.component.js.map +1 -1
  355. app-rn-runtime/components/input/textarea/textarea.props.js.map +1 -1
  356. app-rn-runtime/components/input/textarea/textarea.styles.js +5 -0
  357. app-rn-runtime/components/input/textarea/textarea.styles.js.map +1 -1
  358. app-rn-runtime/components/input/toggle/toggle.component.js +17 -11
  359. app-rn-runtime/components/input/toggle/toggle.component.js.map +1 -1
  360. app-rn-runtime/components/input/toggle/toggle.props.js.map +1 -1
  361. app-rn-runtime/components/input/toggle/toggle.styles.js +28 -3
  362. app-rn-runtime/components/input/toggle/toggle.styles.js.map +1 -1
  363. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +1 -1
  364. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
  365. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
  366. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +1 -1
  367. app-rn-runtime/components/navigation/basenav/basenav.component.js.map +1 -1
  368. app-rn-runtime/components/navigation/basenav/basenav.props.js +1 -0
  369. app-rn-runtime/components/navigation/basenav/basenav.props.js.map +1 -1
  370. app-rn-runtime/components/navigation/menu/menu.component.js +2 -1
  371. app-rn-runtime/components/navigation/menu/menu.component.js.map +1 -1
  372. app-rn-runtime/components/navigation/menu/menu.props.js.map +1 -1
  373. app-rn-runtime/components/navigation/menu/menu.styles.js +6 -0
  374. app-rn-runtime/components/navigation/menu/menu.styles.js.map +1 -1
  375. app-rn-runtime/components/navigation/navbar/navbar.component.js +2 -0
  376. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +1 -1
  377. app-rn-runtime/components/navigation/navbar/navbar.props.js.map +1 -1
  378. app-rn-runtime/components/navigation/navbar/navbar.styles.js.map +1 -1
  379. app-rn-runtime/components/navigation/navitem/navitem.component.js +4 -3
  380. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +1 -1
  381. app-rn-runtime/components/navigation/navitem/navitem.props.js +1 -0
  382. app-rn-runtime/components/navigation/navitem/navitem.props.js.map +1 -1
  383. app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +1 -1
  384. app-rn-runtime/components/navigation/popover/popover.component.js +1 -1
  385. app-rn-runtime/components/navigation/popover/popover.component.js.map +1 -1
  386. app-rn-runtime/components/navigation/popover/popover.props.js.map +1 -1
  387. app-rn-runtime/components/navigation/popover/popover.styles.js.map +1 -1
  388. app-rn-runtime/components/page/content/content.component.js +1 -1
  389. app-rn-runtime/components/page/content/content.component.js.map +1 -1
  390. app-rn-runtime/components/page/left-panel/left-panel.component.js +1 -1
  391. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +1 -1
  392. app-rn-runtime/components/page/left-panel/left-panel.props.js.map +1 -1
  393. app-rn-runtime/components/page/page-content/page-content.component.js +2 -2
  394. app-rn-runtime/components/page/page-content/page-content.component.js.map +1 -1
  395. app-rn-runtime/components/page/page-content/page-content.props.js.map +1 -1
  396. app-rn-runtime/components/page/page.component.js +1 -1
  397. app-rn-runtime/components/page/page.component.js.map +1 -1
  398. app-rn-runtime/components/page/partial/partial.component.js +1 -1
  399. app-rn-runtime/components/page/partial/partial.component.js.map +1 -1
  400. app-rn-runtime/components/page/partial-container/partial-container.component.js +1 -1
  401. app-rn-runtime/components/page/partial-container/partial-container.component.js.map +1 -1
  402. app-rn-runtime/components/page/partial-container/partial-container.props.js.map +1 -1
  403. app-rn-runtime/components/page/partial-container/partial-container.styles.js +2 -1
  404. app-rn-runtime/components/page/partial-container/partial-container.styles.js.map +1 -1
  405. app-rn-runtime/components/page/tabbar/tabbar.component.js +2 -1
  406. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -1
  407. app-rn-runtime/components/page/tabbar/tabbar.props.js.map +1 -1
  408. app-rn-runtime/components/prefab/prefab-container.component.js +1 -1
  409. app-rn-runtime/components/prefab/prefab-container.component.js.map +1 -1
  410. app-rn-runtime/core/asset.provider.js +5 -0
  411. app-rn-runtime/core/asset.provider.js.map +1 -0
  412. app-rn-runtime/core/base.component.js +141 -57
  413. app-rn-runtime/core/base.component.js.map +1 -1
  414. app-rn-runtime/core/components/textinput.component.js +37 -0
  415. app-rn-runtime/core/components/textinput.component.js.map +1 -0
  416. app-rn-runtime/core/device/camera-service.js.map +1 -1
  417. app-rn-runtime/core/device/scan-service.js.map +1 -1
  418. app-rn-runtime/core/display.manager.js.map +1 -1
  419. app-rn-runtime/core/event-notifier.js.map +1 -1
  420. app-rn-runtime/core/fixed-view.component.js.map +1 -1
  421. app-rn-runtime/core/formatters.js.map +1 -1
  422. app-rn-runtime/core/i18n.service.js +2 -0
  423. app-rn-runtime/core/i18n.service.js.map +1 -0
  424. app-rn-runtime/core/if.component.js +3 -3
  425. app-rn-runtime/core/if.component.js.map +1 -1
  426. app-rn-runtime/core/imageSizeEstimator.js +1 -0
  427. app-rn-runtime/core/imageSizeEstimator.js.map +1 -1
  428. app-rn-runtime/core/injector.js +16 -1
  429. app-rn-runtime/core/injector.js.map +1 -1
  430. app-rn-runtime/core/logger.js +4 -1
  431. app-rn-runtime/core/logger.js.map +1 -1
  432. app-rn-runtime/core/modal.service.js.map +1 -1
  433. app-rn-runtime/core/navigation.service.js.map +1 -1
  434. app-rn-runtime/core/network.service.js +17 -15
  435. app-rn-runtime/core/network.service.js.map +1 -1
  436. app-rn-runtime/core/partial.service.js.map +1 -1
  437. app-rn-runtime/core/props.provider.js +1 -1
  438. app-rn-runtime/core/props.provider.js.map +1 -1
  439. app-rn-runtime/core/scroll-view.component.js.map +1 -1
  440. app-rn-runtime/core/security.service.js.map +1 -1
  441. app-rn-runtime/core/spinner.service.js.map +1 -1
  442. app-rn-runtime/core/storage.service.js.map +1 -1
  443. app-rn-runtime/core/tappable.component.js +20 -4
  444. app-rn-runtime/core/tappable.component.js.map +1 -1
  445. app-rn-runtime/core/toast.service.js.map +1 -1
  446. app-rn-runtime/core/utils.js +28 -0
  447. app-rn-runtime/core/utils.js.map +1 -1
  448. app-rn-runtime/core/viewport.js.map +1 -1
  449. app-rn-runtime/gestures/swipe.animation.js +110 -0
  450. app-rn-runtime/gestures/swipe.animation.js.map +1 -0
  451. app-rn-runtime/package.json +42 -41
  452. app-rn-runtime/runtime/App.js +38 -22
  453. app-rn-runtime/runtime/App.js.map +1 -1
  454. app-rn-runtime/runtime/App.navigator.js +13 -14
  455. app-rn-runtime/runtime/App.navigator.js.map +1 -1
  456. app-rn-runtime/runtime/base-fragment.component.js +26 -11
  457. app-rn-runtime/runtime/base-fragment.component.js.map +1 -1
  458. app-rn-runtime/runtime/base-page.component.js +2 -0
  459. app-rn-runtime/runtime/base-page.component.js.map +1 -1
  460. app-rn-runtime/runtime/base-partial.component.js.map +1 -1
  461. app-rn-runtime/runtime/base-prefab.component.js +5 -7
  462. app-rn-runtime/runtime/base-prefab.component.js.map +1 -1
  463. app-rn-runtime/runtime/lib-patch.js.map +1 -1
  464. app-rn-runtime/runtime/memo.component.js.map +1 -1
  465. app-rn-runtime/runtime/navigator/drawer.navigator.js +4 -0
  466. app-rn-runtime/runtime/navigator/drawer.navigator.js.map +1 -1
  467. app-rn-runtime/runtime/navigator/stack.navigator.js +5 -1
  468. app-rn-runtime/runtime/navigator/stack.navigator.js.map +1 -1
  469. app-rn-runtime/runtime/services/app-display-manager.service.js.map +1 -1
  470. app-rn-runtime/runtime/services/app-i18n.service.js +26 -3
  471. app-rn-runtime/runtime/services/app-i18n.service.js.map +1 -1
  472. app-rn-runtime/runtime/services/app-modal.service.js.map +1 -1
  473. app-rn-runtime/runtime/services/app-security.service.js +7 -7
  474. app-rn-runtime/runtime/services/app-security.service.js.map +1 -1
  475. app-rn-runtime/runtime/services/app-spinner.service.js +8 -3
  476. app-rn-runtime/runtime/services/app-spinner.service.js.map +1 -1
  477. app-rn-runtime/runtime/services/app-toast.service.js +1 -1
  478. app-rn-runtime/runtime/services/app-toast.service.js.map +1 -1
  479. app-rn-runtime/runtime/services/device/calendar-service.js.map +1 -1
  480. app-rn-runtime/runtime/services/device/camera-service.js +30 -9
  481. app-rn-runtime/runtime/services/device/camera-service.js.map +1 -1
  482. app-rn-runtime/runtime/services/device/contacts-service.js.map +1 -1
  483. app-rn-runtime/runtime/services/device/location-service.js.map +1 -1
  484. app-rn-runtime/runtime/services/device/permissions.js.map +1 -1
  485. app-rn-runtime/runtime/services/device/scan-service.js +15 -14
  486. app-rn-runtime/runtime/services/device/scan-service.js.map +1 -1
  487. app-rn-runtime/runtime/services/partial.service.js.map +1 -1
  488. app-rn-runtime/runtime/services/webprocess.service.js.map +1 -1
  489. app-rn-runtime/runtime/watcher.js +3 -1
  490. app-rn-runtime/runtime/watcher.js.map +1 -1
  491. app-rn-runtime/styles/MediaQueryList.js.map +1 -1
  492. app-rn-runtime/styles/background.component.js +298 -0
  493. app-rn-runtime/styles/background.component.js.map +1 -0
  494. app-rn-runtime/styles/style-prop.validator.js +42 -8
  495. app-rn-runtime/styles/style-prop.validator.js.map +1 -1
  496. app-rn-runtime/styles/style-props.js +93 -0
  497. app-rn-runtime/styles/style-props.js.map +1 -0
  498. app-rn-runtime/styles/theme.js +18 -42
  499. app-rn-runtime/styles/theme.js.map +1 -1
  500. app-rn-runtime/styles/theme.variables.js +58 -2
  501. app-rn-runtime/styles/theme.variables.js.map +1 -1
  502. app-rn-runtime/variables/base-variable.js +3 -3
  503. app-rn-runtime/variables/base-variable.js.map +1 -1
  504. app-rn-runtime/variables/device/calendar/create-event.operation.js.map +1 -1
  505. app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +1 -1
  506. app-rn-runtime/variables/device/calendar/get-events.operation.js.map +1 -1
  507. app-rn-runtime/variables/device/camera/capture-image.operation.js.map +1 -1
  508. app-rn-runtime/variables/device/camera/capture-video.operation.js.map +1 -1
  509. app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +1 -1
  510. app-rn-runtime/variables/device/device/app-info.operation.js.map +1 -1
  511. app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +1 -1
  512. app-rn-runtime/variables/device/device/device-info.operation.js.map +1 -1
  513. app-rn-runtime/variables/device/device/network-info.operation.js.map +1 -1
  514. app-rn-runtime/variables/device/device/vibrate.operation.js.map +1 -1
  515. app-rn-runtime/variables/device/file/upload-file.operation.js +43 -21
  516. app-rn-runtime/variables/device/file/upload-file.operation.js.map +1 -1
  517. app-rn-runtime/variables/device/operation.provider.js.map +1 -1
  518. app-rn-runtime/variables/device/scan/scan.operation.js.map +1 -1
  519. app-rn-runtime/variables/device-variable.js.map +1 -1
  520. app-rn-runtime/variables/http.service.js +10 -15
  521. app-rn-runtime/variables/http.service.js.map +1 -1
  522. app-rn-runtime/variables/live-variable.js +115 -0
  523. app-rn-runtime/variables/live-variable.js.map +1 -0
  524. app-rn-runtime/variables/model-variable.js.map +1 -1
  525. app-rn-runtime/variables/service-variable.js +33 -12
  526. app-rn-runtime/variables/service-variable.js.map +1 -1
  527. app-rn-runtime/variables/utils/dataset-util.js.map +1 -1
  528. app-rn-runtime/variables/utils/inflight-queue.js.map +1 -1
  529. app-rn-runtime/variables/utils/variable.utils.js.map +1 -1
@@ -1,27 +1,64 @@
1
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
2
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
3
  function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { View } from 'react-native';
4
+ import React, { useState } from 'react';
6
5
  import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
7
6
  import WmAccordionpaneProps from './accordionpane.props';
8
7
  import { DEFAULT_CLASS } from './accordionpane.styles';
8
+ import { View } from 'react-native';
9
+ import { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';
10
+ const Animated = isWebPreviewMode() ? {} : require('react-native-reanimated');
9
11
  export class WmAccordionpaneState extends BaseComponentState {
10
12
  constructor() {
11
13
  super(...arguments);
12
14
  _defineProperty(this, "isPartialLoaded", false);
15
+ _defineProperty(this, "collapsed", true);
13
16
  }
14
17
  }
18
+ const AnimatedView = props => {
19
+ const [height, setHeight] = useState(0);
20
+ const offset = Animated.useSharedValue(0);
21
+ offset.value = props.close ? 0 : 1;
22
+ const onLayoutChange = e => {
23
+ var _e$nativeEvent;
24
+ setHeight((((_e$nativeEvent = e.nativeEvent) === null || _e$nativeEvent === void 0 || (_e$nativeEvent = _e$nativeEvent.layout) === null || _e$nativeEvent === void 0 ? void 0 : _e$nativeEvent.height) || height || 100000000) + 1000);
25
+ };
26
+ const animatedStyles = Animated.useAnimatedStyle(() => {
27
+ return {
28
+ maxHeight: Animated.withTiming(offset.value * height)
29
+ };
30
+ });
31
+ return /*#__PURE__*/React.createElement(Animated.default.View, {
32
+ style: [animatedStyles]
33
+ }, /*#__PURE__*/React.createElement(View, {
34
+ onLayout: onLayoutChange
35
+ }, props.children));
36
+ };
15
37
  export default class WmAccordionpane extends BaseComponent {
16
38
  constructor(props) {
17
- super(props, DEFAULT_CLASS, new WmAccordionpaneProps());
39
+ super(props, DEFAULT_CLASS, new WmAccordionpaneProps(), new WmAccordionpaneState());
40
+ }
41
+ isCollapsed() {
42
+ return this.state.collapsed;
18
43
  }
19
- onPaneExpand() {
44
+ show() {
45
+ this.updateState({
46
+ collapsed: false
47
+ });
20
48
  this.invokeEventCallback('onExpand', [null, this.proxy]);
21
49
  }
22
- onPaneCollapse() {
50
+ hide() {
51
+ this.updateState({
52
+ collapsed: true
53
+ });
23
54
  this.invokeEventCallback('onCollapse', [null, this.proxy]);
24
55
  }
56
+ expand() {
57
+ this.parent.expand(this.props.name || '');
58
+ }
59
+ collapse() {
60
+ this.parent.expand(this.props.name || '');
61
+ }
25
62
  componentDidMount() {
26
63
  const accordion = this.parent;
27
64
  accordion.addAccordionPane(this);
@@ -44,9 +81,13 @@ export default class WmAccordionpane extends BaseComponent {
44
81
  return props.children;
45
82
  }
46
83
  renderWidget(props) {
47
- return /*#__PURE__*/React.createElement(View, {
48
- style: this.styles.root
49
- }, this.renderContent(props));
84
+ return isWebPreviewMode() ? /*#__PURE__*/React.createElement(View, {
85
+ style: this.state.collapsed ? {
86
+ maxHeight: 0
87
+ } : {}
88
+ }, this._background, this.renderContent(props)) : /*#__PURE__*/React.createElement(AnimatedView, {
89
+ close: this.state.collapsed
90
+ }, this._background, this.renderContent(props));
50
91
  }
51
92
  }
52
93
  //# sourceMappingURL=accordionpane.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmAccordionpaneProps","DEFAULT_CLASS","WmAccordionpaneState","WmAccordionpane","constructor","props","onPaneExpand","invokeEventCallback","proxy","onPaneCollapse","componentDidMount","accordion","parent","addAccordionPane","onPartialLoad","renderContent","renderPartial","state","isPartialLoaded","setTimeout","updateState","bind","children","renderWidget","styles","root"],"sources":["accordionpane.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmAccordionpaneProps from './accordionpane.props';\nimport { DEFAULT_CLASS, WmAccordionpaneStyles } from './accordionpane.styles';\nimport WmAccordion from '../accordion.component';\n\nexport class WmAccordionpaneState extends BaseComponentState<WmAccordionpaneProps> {\n isPartialLoaded = false;\n}\n\nexport default class WmAccordionpane extends BaseComponent<WmAccordionpaneProps, WmAccordionpaneState, WmAccordionpaneStyles> {\n\n constructor(props: WmAccordionpaneProps) {\n super(props, DEFAULT_CLASS, new WmAccordionpaneProps());\n }\n\n onPaneExpand() {\n this.invokeEventCallback('onExpand', [null, this.proxy]);\n }\n\n onPaneCollapse() {\n this.invokeEventCallback('onCollapse', [null, this.proxy]);\n }\n\n componentDidMount() {\n const accordion = (this.parent) as WmAccordion;\n accordion.addAccordionPane(this);\n super.componentDidMount();\n }\n\n onPartialLoad() {\n this.invokeEventCallback('onLoad', [this]);\n }\n\n renderContent(props: WmAccordionpaneProps) {\n if (props.renderPartial) {\n if (!this.state.isPartialLoaded) {\n setTimeout(() => {\n this.updateState({\n isPartialLoaded: true\n } as WmAccordionpaneState);\n });\n }\n return props.renderPartial(this.onPartialLoad.bind(this));\n }\n return props.children;\n }\n renderWidget(props: WmAccordionpaneProps) {\n return (<View style={this.styles.root}>{this.renderContent(props)}</View>);\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,oBAAoB,MAAM,uBAAuB;AACxD,SAASC,aAAa,QAA+B,wBAAwB;AAG7E,OAAO,MAAMC,oBAAoB,SAASH,kBAAkB,CAAuB;EAAA;IAAA;IAAA,yCAC/D,KAAK;EAAA;AACzB;AAEA,eAAe,MAAMI,eAAe,SAASL,aAAa,CAAoE;EAE5HM,WAAW,CAACC,KAA2B,EAAE;IACvC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,oBAAoB,EAAE,CAAC;EACzD;EAEAM,YAAY,GAAG;IACb,IAAI,CAACC,mBAAmB,CAAC,UAAU,EAAE,CAAC,IAAI,EAAE,IAAI,CAACC,KAAK,CAAC,CAAC;EAC1D;EAEAC,cAAc,GAAG;IACf,IAAI,CAACF,mBAAmB,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,IAAI,CAACC,KAAK,CAAC,CAAC;EAC5D;EAEAE,iBAAiB,GAAG;IAClB,MAAMC,SAAS,GAAI,IAAI,CAACC,MAAsB;IAC9CD,SAAS,CAACE,gBAAgB,CAAC,IAAI,CAAC;IAChC,KAAK,CAACH,iBAAiB,EAAE;EAC3B;EAEAI,aAAa,GAAG;IACd,IAAI,CAACP,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC;EAC5C;EAEAQ,aAAa,CAACV,KAA2B,EAAE;IACzC,IAAIA,KAAK,CAACW,aAAa,EAAE;MACvB,IAAI,CAAC,IAAI,CAACC,KAAK,CAACC,eAAe,EAAE;QAC/BC,UAAU,CAAC,MAAM;UACf,IAAI,CAACC,WAAW,CAAC;YACfF,eAAe,EAAE;UACnB,CAAC,CAAyB;QAC5B,CAAC,CAAC;MACJ;MACA,OAAOb,KAAK,CAACW,aAAa,CAAC,IAAI,CAACF,aAAa,CAACO,IAAI,CAAC,IAAI,CAAC,CAAC;IAC3D;IACA,OAAOhB,KAAK,CAACiB,QAAQ;EACvB;EACAC,YAAY,CAAClB,KAA2B,EAAE;IACxC,oBAAQ,oBAAC,IAAI;MAAC,KAAK,EAAE,IAAI,CAACmB,MAAM,CAACC;IAAK,GAAE,IAAI,CAACV,aAAa,CAACV,KAAK,CAAC,CAAQ;EAC3E;AACF"}
1
+ {"version":3,"names":["React","useState","BaseComponent","BaseComponentState","WmAccordionpaneProps","DEFAULT_CLASS","View","isWebPreviewMode","Animated","require","WmAccordionpaneState","constructor","arguments","_defineProperty","AnimatedView","props","height","setHeight","offset","useSharedValue","value","close","onLayoutChange","e","_e$nativeEvent","nativeEvent","layout","animatedStyles","useAnimatedStyle","maxHeight","withTiming","createElement","default","style","onLayout","children","WmAccordionpane","isCollapsed","state","collapsed","show","updateState","invokeEventCallback","proxy","hide","expand","parent","name","collapse","componentDidMount","accordion","addAccordionPane","onPartialLoad","renderContent","renderPartial","isPartialLoaded","setTimeout","bind","renderWidget","_background"],"sources":["accordionpane.component.tsx"],"sourcesContent":["import React, { useCallback, useMemo, useState } from 'react';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmAccordionpaneProps from './accordionpane.props';\nimport { DEFAULT_CLASS, WmAccordionpaneStyles } from './accordionpane.styles';\nimport WmAccordion from '../accordion.component';\nimport { LayoutChangeEvent, View } from 'react-native';\nimport { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\n\nconst Animated: any = isWebPreviewMode() ? {} : require('react-native-reanimated');\n\nexport class WmAccordionpaneState extends BaseComponentState<WmAccordionpaneProps> {\n isPartialLoaded = false;\n collapsed = true;\n}\n\nconst AnimatedView = (props: {\n close: boolean,\n children: any\n}) => {\n const [height, setHeight] = useState(0);\n const offset = Animated.useSharedValue(0);\n offset.value = props.close ? 0 : 1;\n const onLayoutChange = (e: LayoutChangeEvent) => {\n setHeight((e.nativeEvent?.layout?.height || height || 100000000) + 1000);\n };\n const animatedStyles = Animated.useAnimatedStyle(() => {\n return {\n maxHeight: Animated.withTiming(offset.value * height)\n };\n });\n return (\n <Animated.default.View style={[animatedStyles]}>\n <View onLayout={onLayoutChange}>\n {props.children}\n </View>\n </Animated.default.View>\n );\n};\n\nexport default class WmAccordionpane extends BaseComponent<WmAccordionpaneProps, WmAccordionpaneState, WmAccordionpaneStyles> {\n\n constructor(props: WmAccordionpaneProps) {\n super(props, DEFAULT_CLASS, new WmAccordionpaneProps(), new WmAccordionpaneState());\n }\n\n isCollapsed() {\n return this.state.collapsed;\n }\n \n show() {\n this.updateState({\n collapsed: false\n } as WmAccordionpaneState);\n this.invokeEventCallback('onExpand', [null, this.proxy]);\n }\n\n hide() {\n this.updateState({\n collapsed: true\n } as WmAccordionpaneState);\n this.invokeEventCallback('onCollapse', [null, this.proxy]);\n }\n\n expand() {\n (this.parent as WmAccordion).expand(this.props.name || '');\n }\n\n collapse() {\n (this.parent as WmAccordion).expand(this.props.name || '');\n }\n\n componentDidMount() {\n const accordion = (this.parent) as WmAccordion;\n accordion.addAccordionPane(this);\n super.componentDidMount();\n }\n\n onPartialLoad() {\n this.invokeEventCallback('onLoad', [this]);\n }\n\n renderContent(props: WmAccordionpaneProps) {\n if (props.renderPartial) {\n if (!this.state.isPartialLoaded) {\n setTimeout(() => {\n this.updateState({\n isPartialLoaded: true\n } as WmAccordionpaneState);\n });\n }\n return props.renderPartial(this.onPartialLoad.bind(this));\n }\n return props.children;\n }\n renderWidget(props: WmAccordionpaneProps) {\n return isWebPreviewMode() ? \n (<View style={this.state.collapsed ? {maxHeight: 0} : {}}>\n {this._background}\n {this.renderContent(props)}\n </View>) :\n (<AnimatedView close={this.state.collapsed}>\n {this._background}\n {this.renderContent(props)}\n </AnimatedView>);\n }\n}\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmAccordionpaneProps"],"sources":["accordionpane.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmAccordionpaneProps extends BaseProps {\n children: any;\n iconclass: string = null as any;\n title: string = 'Title';\n renderPartial?: Function;\n subheading: string = null as any;\n badgevalue: string = null as any;\n badgetype: string = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,oBAAoB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA;IAAA,mCAEtC,IAAI;IAAA,+BACR,OAAO;IAAA;IAAA,oCAEF,IAAI;IAAA,oCACJ,IAAI;IAAA,mCACL,IAAI;EAAA;AAC1B"}
1
+ {"version":3,"names":["BaseProps","WmAccordionpaneProps","constructor","arguments","_defineProperty"],"sources":["accordionpane.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmAccordionpaneProps extends BaseProps {\n children: any;\n iconclass: string = null as any;\n title: string = 'Title';\n renderPartial?: Function;\n subheading: string = null as any;\n badgevalue: string = null as any;\n badgetype: string = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,oBAAoB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA,oBAEtC,IAAI;IAAAA,eAAA,gBACR,OAAO;IAAAA,eAAA;IAAAA,eAAA,qBAEF,IAAI;IAAAA,eAAA,qBACJ,IAAI;IAAAA,eAAA,oBACL,IAAI;EAAA;AAC1B"}
@@ -26,7 +26,7 @@ export default class WmContainer extends PartialHost {
26
26
  return /*#__PURE__*/React.createElement(Animatedview, {
27
27
  entryanimation: props.animation,
28
28
  style: this.styles.root
29
- }, /*#__PURE__*/React.createElement(Tappable, {
29
+ }, this._background, /*#__PURE__*/React.createElement(Tappable, {
30
30
  target: this,
31
31
  styles: dimensions
32
32
  }, /*#__PURE__*/React.createElement(View, {
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","WmContainerState","WmContainer","constructor","props","renderWidget","dimensions","width","styles","root","undefined","height","animation","content","renderContent"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\n\nimport WmContainerProps from './container.props';\nimport { DEFAULT_CLASS, WmContainerStyles } from './container.styles';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { PartialHost, PartialHostState } from './partial-host.component';\n\nexport class WmContainerState extends PartialHostState<WmContainerProps> {\n isPartialLoaded = false;\n}\n\nexport default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {\n constructor(props: WmContainerProps) {\n super(props, DEFAULT_CLASS, new WmContainerProps());\n }\n\n renderWidget(props: WmContainerProps) {\n const dimensions = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n };\n return (\n <Animatedview entryanimation={props.animation} style={this.styles.root}>\n <Tappable target={this} styles={dimensions}>\n <View style={[dimensions, this.styles.content]}>{this.renderContent(props)}</View>\n </Tappable>\n </Animatedview>\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AAEnC,OAAOC,gBAAgB,MAAM,mBAAmB;AAChD,SAASC,aAAa,QAA2B,oBAAoB;AACrE,SAASC,QAAQ,QAAQ,mDAAmD;AAC5E,SAASC,YAAY,QAAQ,mEAAmE;AAChG,SAASC,WAAW,EAAEC,gBAAgB,QAAQ,0BAA0B;AAExE,OAAO,MAAMC,gBAAgB,SAASD,gBAAgB,CAAmB;EAAA;IAAA;IAAA,yCACrD,KAAK;EAAA;AACzB;AAEA,eAAe,MAAME,WAAW,SAASH,WAAW,CAAwD;EAC1GI,WAAW,CAACC,KAAuB,EAAE;IACnC,KAAK,CAACA,KAAK,EAAER,aAAa,EAAE,IAAID,gBAAgB,EAAE,CAAC;EACrD;EAEAU,YAAY,CAACD,KAAuB,EAAE;IACpC,MAAME,UAAU,GAAG;MACjBC,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC,IAAI,CAACF,KAAK,GAAG,MAAM,GAAGG,SAAS;MAClDC,MAAM,EAAE,IAAI,CAACH,MAAM,CAACC,IAAI,CAACE,MAAM,GAAG,MAAM,GAAGD;IAC7C,CAAC;IACD,oBACE,oBAAC,YAAY;MAAC,cAAc,EAAEN,KAAK,CAACQ,SAAU;MAAC,KAAK,EAAE,IAAI,CAACJ,MAAM,CAACC;IAAK,gBACrE,oBAAC,QAAQ;MAAC,MAAM,EAAE,IAAK;MAAC,MAAM,EAAEH;IAAW,gBACvC,oBAAC,IAAI;MAAC,KAAK,EAAE,CAACA,UAAU,EAAG,IAAI,CAACE,MAAM,CAACK,OAAO;IAAE,GAAE,IAAI,CAACC,aAAa,CAACV,KAAK,CAAC,CAAQ,CAC5E,CACE;EAEnB;AACF"}
1
+ {"version":3,"names":["React","View","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","WmContainerState","constructor","arguments","_defineProperty","WmContainer","props","renderWidget","dimensions","width","styles","root","undefined","height","createElement","entryanimation","animation","style","_background","target","content","renderContent"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\n\nimport WmContainerProps from './container.props';\nimport { DEFAULT_CLASS, WmContainerStyles } from './container.styles';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { PartialHost, PartialHostState } from './partial-host.component';\n\nexport class WmContainerState extends PartialHostState<WmContainerProps> {\n isPartialLoaded = false;\n}\n\nexport default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {\n constructor(props: WmContainerProps) {\n super(props, DEFAULT_CLASS, new WmContainerProps());\n }\n\n renderWidget(props: WmContainerProps) {\n const dimensions = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n };\n return (\n <Animatedview entryanimation={props.animation} style={this.styles.root}>\n {this._background}\n <Tappable target={this} styles={dimensions}>\n <View style={[dimensions as ViewStyle, this.styles.content]}>{this.renderContent(props)}</View>\n </Tappable>\n </Animatedview>\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAmB,cAAc;AAE9C,OAAOC,gBAAgB,MAAM,mBAAmB;AAChD,SAASC,aAAa,QAA2B,oBAAoB;AACrE,SAASC,QAAQ,QAAQ,mDAAmD;AAC5E,SAASC,YAAY,QAAQ,mEAAmE;AAChG,SAASC,WAAW,EAAEC,gBAAgB,QAAQ,0BAA0B;AAExE,OAAO,MAAMC,gBAAgB,SAASD,gBAAgB,CAAmB;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,0BACrD,KAAK;EAAA;AACzB;AAEA,eAAe,MAAMC,WAAW,SAASN,WAAW,CAAwD;EAC1GG,WAAWA,CAACI,KAAuB,EAAE;IACnC,KAAK,CAACA,KAAK,EAAEV,aAAa,EAAE,IAAID,gBAAgB,CAAC,CAAC,CAAC;EACrD;EAEAY,YAAYA,CAACD,KAAuB,EAAE;IACpC,MAAME,UAAU,GAAG;MACjBC,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC,IAAI,CAACF,KAAK,GAAG,MAAM,GAAGG,SAAS;MAClDC,MAAM,EAAE,IAAI,CAACH,MAAM,CAACC,IAAI,CAACE,MAAM,GAAG,MAAM,GAAGD;IAC7C,CAAC;IACD,oBACEnB,KAAA,CAAAqB,aAAA,CAAChB,YAAY;MAACiB,cAAc,EAAET,KAAK,CAACU,SAAU;MAACC,KAAK,EAAE,IAAI,CAACP,MAAM,CAACC;IAAK,GACpE,IAAI,CAACO,WAAW,eACjBzB,KAAA,CAAAqB,aAAA,CAACjB,QAAQ;MAACsB,MAAM,EAAE,IAAK;MAACT,MAAM,EAAEF;IAAW,gBACvCf,KAAA,CAAAqB,aAAA,CAACpB,IAAI;MAACuB,KAAK,EAAE,CAACT,UAAU,EAAgB,IAAI,CAACE,MAAM,CAACU,OAAO;IAAE,GAAE,IAAI,CAACC,aAAa,CAACf,KAAK,CAAQ,CACzF,CACE,CAAC;EAEnB;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["PartialHostProps","WmContainerProps"],"sources":["container.props.ts"],"sourcesContent":["import { PartialHostProps } from './partial-host.component';\n\nexport default class WmContainerProps extends PartialHostProps {\n animation?: string = null as any;\n onLoad?: Function;\n}\n"],"mappings":";;;AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAE3D,eAAe,MAAMC,gBAAgB,SAASD,gBAAgB,CAAC;EAAA;IAAA;IAAA,mCACxC,IAAI;IAAA;EAAA;AAE3B"}
1
+ {"version":3,"names":["PartialHostProps","WmContainerProps","constructor","arguments","_defineProperty"],"sources":["container.props.ts"],"sourcesContent":["import { PartialHostProps } from './partial-host.component';\n\nexport default class WmContainerProps extends PartialHostProps {\n animation?: string = null as any;\n onLoad?: Function;\n}\n"],"mappings":";;;AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAE3D,eAAe,MAAMC,gBAAgB,SAASD,gBAAgB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,oBACxC,IAAI;IAAAA,eAAA;EAAA;AAE3B"}
@@ -1 +1 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","content","flexDirection","flex","paddingLeft","paddingRight","justifyContent","shadowColor","shadowOffset","width","height","shadowRadius","borderRadius","borderWidth","borderColor","containerOutlineColor","borderStyle"],"sources":["container.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';\n\nexport type WmContainerStyles = BaseStyles & {\n content: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-container';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmContainerStyles = defineStyles({\n root: {},\n text: {},\n content: {\n flexDirection: 'column'\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('media-body', '', {\n root: {\n flex: 1,\n paddingLeft: 8,\n paddingRight: 8,\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('media-right', '', {\n root: {\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('app-elevated-container', '', {\n root: {\n shadowColor: 'rgba(0, 0, 0, 0.2)',\n shadowOffset: {\n width: 2,\n height: 2\n },\n shadowRadius: 2,\n borderRadius: 8\n }\n } as WmContainerStyles);\n addStyle('app-outlined-container', '', {\n root: {\n borderWidth: 1,\n borderColor: themeVariables.containerOutlineColor,\n borderStyle: 'solid'\n }\n } as WmContainerStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAqB,wCAAwC;AAC9E,SAAqBC,YAAY,QAAQ,+CAA+C;AAMxF,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAgC,GAAGL,YAAY,CAAC;IAClDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,OAAO,EAAE;MACLC,aAAa,EAAE;IACnB;EACJ,CAAC,CAAC;EAEFL,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,YAAY,EAAE,EAAE,EAAE;IACvBE,IAAI,EAAE;MACFI,IAAI,EAAE,CAAC;MACPC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,cAAc,EAAE;IACpB;EACJ,CAAC,CAAsB;EACvBT,QAAQ,CAAC,aAAa,EAAE,EAAE,EAAE;IACxBE,IAAI,EAAE;MACFO,cAAc,EAAE;IACpB;EACJ,CAAC,CAAsB;EACvBT,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFQ,WAAW,EAAE,oBAAoB;MACjCC,YAAY,EAAE;QACVC,KAAK,EAAE,CAAC;QACRC,MAAM,EAAE;MACZ,CAAC;MACDC,YAAY,EAAE,CAAC;MACfC,YAAY,EAAE;IAClB;EACJ,CAAC,CAAsB;EACvBf,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFc,WAAW,EAAE,CAAC;MACdC,WAAW,EAAElB,cAAc,CAACmB,qBAAqB;MACjDC,WAAW,EAAE;IACjB;EACJ,CAAC,CAAsB;AAC3B,CAAC,CAAC"}
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","content","flexDirection","flex","paddingLeft","paddingRight","justifyContent","shadowColor","shadowOffset","width","height","shadowRadius","borderRadius","borderWidth","borderColor","containerOutlineColor","borderStyle"],"sources":["container.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';\n\nexport type WmContainerStyles = BaseStyles & {\n content: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-container';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmContainerStyles = defineStyles({\n root: {},\n text: {},\n content: {\n flexDirection: 'column'\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('media-body', '', {\n root: {\n flex: 1,\n paddingLeft: 8,\n paddingRight: 8,\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('media-right', '', {\n root: {\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('app-elevated-container', '', {\n root: {\n shadowColor: 'rgba(0, 0, 0, 0.2)',\n shadowOffset: {\n width: 2,\n height: 2\n },\n shadowRadius: 2,\n borderRadius: 8\n }\n } as WmContainerStyles);\n addStyle('app-outlined-container', '', {\n root: {\n borderWidth: 1,\n borderColor: themeVariables.containerOutlineColor,\n borderStyle: 'solid'\n }\n } as WmContainerStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAqB,wCAAwC;AAC9E,SAAqBC,YAAY,QAAQ,+CAA+C;AAMxF,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAgC,GAAGL,YAAY,CAAC;IAClDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,OAAO,EAAE;MACLC,aAAa,EAAE;IACnB;EACJ,CAAC,CAAC;EAEFL,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,YAAY,EAAE,EAAE,EAAE;IACvBE,IAAI,EAAE;MACFI,IAAI,EAAE,CAAC;MACPC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBT,QAAQ,CAAC,aAAa,EAAE,EAAE,EAAE;IACxBE,IAAI,EAAE;MACFO,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBT,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFQ,WAAW,EAAE,oBAAoB;MACjCC,YAAY,EAAE;QACVC,KAAK,EAAE,CAAC;QACRC,MAAM,EAAE;MACZ,CAAC;MACDC,YAAY,EAAE,CAAC;MACfC,YAAY,EAAE;IAClB;EACJ,CAAsB,CAAC;EACvBf,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFc,WAAW,EAAE,CAAC;MACdC,WAAW,EAAElB,cAAc,CAACmB,qBAAqB;MACjDC,WAAW,EAAE;IACjB;EACJ,CAAsB,CAAC;AAC3B,CAAC,CAAC"}
@@ -17,7 +17,7 @@ export default class WmGridcolumn extends BaseComponent {
17
17
  style: [{
18
18
  width: "100%"
19
19
  }, styles.root, this.styles.root]
20
- }, props.children);
20
+ }, this._background, props.children);
21
21
  }
22
22
  }
23
23
  //# sourceMappingURL=gridcolumn.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmGridcolumnProps","DEFAULT_CLASS","WmGridcolumnState","WmGridcolumn","constructor","props","renderWidget","styles","root","height","overflow","undefined","theme","getStyle","xscolumnwidth","columnwidth","width","children"],"sources":["gridcolumn.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmGridcolumnProps from './gridcolumn.props';\nimport { DEFAULT_CLASS, WmGridColumnStyles } from './gridcolumn.styles';\n\nexport class WmGridcolumnState extends BaseComponentState<WmGridcolumnProps> {\n\n}\n\nexport default class WmGridcolumn extends BaseComponent<WmGridcolumnProps, WmGridcolumnState, WmGridColumnStyles> {\n\n constructor(props: WmGridcolumnProps) {\n super(props, DEFAULT_CLASS, new WmGridcolumnProps());\n }\n\n renderWidget(props: WmGridcolumnProps) {\n if (this.styles.root.height) {\n this.styles.root.overflow = undefined;\n }\n const styles = this.theme.getStyle(`col-xs-${props.xscolumnwidth} col-sm-${props.columnwidth}`);\n return (\n <View style={[{width: \"100%\"}, styles.root, this.styles.root]}>{props.children}</View>\n );\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,iBAAiB,MAAM,oBAAoB;AAClD,SAASC,aAAa,QAA4B,qBAAqB;AAEvE,OAAO,MAAMC,iBAAiB,SAASH,kBAAkB,CAAoB;AAI7E,eAAe,MAAMI,YAAY,SAASL,aAAa,CAA2D;EAEhHM,WAAW,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,iBAAiB,EAAE,CAAC;EACtD;EAEAM,YAAY,CAACD,KAAwB,EAAE;IACrC,IAAI,IAAI,CAACE,MAAM,CAACC,IAAI,CAACC,MAAM,EAAE;MAC3B,IAAI,CAACF,MAAM,CAACC,IAAI,CAACE,QAAQ,GAAGC,SAAS;IACvC;IACA,MAAMJ,MAAM,GAAG,IAAI,CAACK,KAAK,CAACC,QAAQ,CAAE,UAASR,KAAK,CAACS,aAAc,YAAWT,KAAK,CAACU,WAAY,EAAC,CAAC;IAChG,oBACE,oBAAC,IAAI;MAAC,KAAK,EAAE,CAAC;QAACC,KAAK,EAAE;MAAM,CAAC,EAAET,MAAM,CAACC,IAAI,EAAE,IAAI,CAACD,MAAM,CAACC,IAAI;IAAE,GAAEH,KAAK,CAACY,QAAQ,CAAQ;EAE1F;AACF"}
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmGridcolumnProps","DEFAULT_CLASS","WmGridcolumnState","WmGridcolumn","constructor","props","renderWidget","styles","root","height","overflow","undefined","theme","getStyle","xscolumnwidth","columnwidth","createElement","style","width","_background","children"],"sources":["gridcolumn.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmGridcolumnProps from './gridcolumn.props';\nimport { DEFAULT_CLASS, WmGridColumnStyles } from './gridcolumn.styles';\n\nexport class WmGridcolumnState extends BaseComponentState<WmGridcolumnProps> {\n\n}\n\nexport default class WmGridcolumn extends BaseComponent<WmGridcolumnProps, WmGridcolumnState, WmGridColumnStyles> {\n\n constructor(props: WmGridcolumnProps) {\n super(props, DEFAULT_CLASS, new WmGridcolumnProps());\n }\n\n renderWidget(props: WmGridcolumnProps) {\n if (this.styles.root.height) {\n this.styles.root.overflow = undefined;\n }\n const styles = this.theme.getStyle(`col-xs-${props.xscolumnwidth} col-sm-${props.columnwidth}`);\n return (\n <View style={[{width: \"100%\"}, styles.root, this.styles.root]}>{this._background}{props.children}</View>\n );\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,iBAAiB,MAAM,oBAAoB;AAClD,SAASC,aAAa,QAA4B,qBAAqB;AAEvE,OAAO,MAAMC,iBAAiB,SAASH,kBAAkB,CAAoB;AAI7E,eAAe,MAAMI,YAAY,SAASL,aAAa,CAA2D;EAEhHM,WAAWA,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,iBAAiB,CAAC,CAAC,CAAC;EACtD;EAEAM,YAAYA,CAACD,KAAwB,EAAE;IACrC,IAAI,IAAI,CAACE,MAAM,CAACC,IAAI,CAACC,MAAM,EAAE;MAC3B,IAAI,CAACF,MAAM,CAACC,IAAI,CAACE,QAAQ,GAAGC,SAAS;IACvC;IACA,MAAMJ,MAAM,GAAG,IAAI,CAACK,KAAK,CAACC,QAAQ,CAAE,UAASR,KAAK,CAACS,aAAc,YAAWT,KAAK,CAACU,WAAY,EAAC,CAAC;IAChG,oBACEnB,KAAA,CAAAoB,aAAA,CAACnB,IAAI;MAACoB,KAAK,EAAE,CAAC;QAACC,KAAK,EAAE;MAAM,CAAC,EAAEX,MAAM,CAACC,IAAI,EAAE,IAAI,CAACD,MAAM,CAACC,IAAI;IAAE,GAAE,IAAI,CAACW,WAAW,EAAEd,KAAK,CAACe,QAAe,CAAC;EAE5G;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmGridcolumnProps"],"sources":["gridcolumn.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridcolumnProps extends BaseProps {\n children: any;\n columnwidth: number = null as any;\n xscolumnwidth: number = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA;IAAA,qCAEjC,IAAI;IAAA,uCACF,IAAI;EAAA;AAC9B"}
1
+ {"version":3,"names":["BaseProps","WmGridcolumnProps","constructor","arguments","_defineProperty"],"sources":["gridcolumn.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridcolumnProps extends BaseProps {\n children: any;\n columnwidth: number = null as any;\n xscolumnwidth: number = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA,sBAEjC,IAAI;IAAAA,eAAA,wBACF,IAAI;EAAA;AAC9B"}
@@ -11,7 +11,7 @@ export default class WmGridrow extends BaseComponent {
11
11
  renderWidget(props) {
12
12
  return /*#__PURE__*/React.createElement(View, {
13
13
  style: this.styles.root
14
- }, props.children);
14
+ }, this._background, props.children);
15
15
  }
16
16
  }
17
17
  //# sourceMappingURL=gridrow.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmGridrowProps","DEFAULT_CLASS","WmGridrowState","WmGridrow","constructor","props","renderWidget","styles","root","children"],"sources":["gridrow.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmGridrowProps from './gridrow.props';\nimport { DEFAULT_CLASS, WmGridRowStyles } from './gridrow.styles';\n\nexport class WmGridrowState extends BaseComponentState<WmGridrowProps> {\n\n}\n\nexport default class WmGridrow extends BaseComponent<WmGridrowProps, WmGridrowState, WmGridRowStyles> {\n\n constructor(props: WmGridrowProps) {\n super(props, DEFAULT_CLASS, new WmGridrowProps());\n }\n\n renderWidget(props: WmGridrowProps) {\n return (\n <View style={this.styles.root}>{props.children}</View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,cAAc,MAAM,iBAAiB;AAC5C,SAASC,aAAa,QAAyB,kBAAkB;AAEjE,OAAO,MAAMC,cAAc,SAASH,kBAAkB,CAAiB;AAIvE,eAAe,MAAMI,SAAS,SAASL,aAAa,CAAkD;EAEpGM,WAAW,CAACC,KAAqB,EAAE;IACjC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,cAAc,EAAE,CAAC;EACnD;EAEAM,YAAY,CAACD,KAAqB,EAAE;IAClC,oBACE,oBAAC,IAAI;MAAC,KAAK,EAAE,IAAI,CAACE,MAAM,CAACC;IAAK,GAAEH,KAAK,CAACI,QAAQ,CAAQ;EAE1D;AACF"}
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmGridrowProps","DEFAULT_CLASS","WmGridrowState","WmGridrow","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["gridrow.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmGridrowProps from './gridrow.props';\nimport { DEFAULT_CLASS, WmGridRowStyles } from './gridrow.styles';\n\nexport class WmGridrowState extends BaseComponentState<WmGridrowProps> {\n\n}\n\nexport default class WmGridrow extends BaseComponent<WmGridrowProps, WmGridrowState, WmGridRowStyles> {\n\n constructor(props: WmGridrowProps) {\n super(props, DEFAULT_CLASS, new WmGridrowProps());\n }\n\n renderWidget(props: WmGridrowProps) {\n return (\n <View style={this.styles.root}>{this._background}{props.children}</View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,cAAc,MAAM,iBAAiB;AAC5C,SAASC,aAAa,QAAyB,kBAAkB;AAEjE,OAAO,MAAMC,cAAc,SAASH,kBAAkB,CAAiB;AAIvE,eAAe,MAAMI,SAAS,SAASL,aAAa,CAAkD;EAEpGM,WAAWA,CAACC,KAAqB,EAAE;IACjC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,cAAc,CAAC,CAAC,CAAC;EACnD;EAEAM,YAAYA,CAACD,KAAqB,EAAE;IAClC,oBACET,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAE5E;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmGridrowProps"],"sources":["gridrow.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridrowProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA;EAAA;AAEtD"}
1
+ {"version":3,"names":["BaseProps","WmGridrowProps","constructor","arguments","_defineProperty"],"sources":["gridrow.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridrowProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAEtD"}
@@ -11,7 +11,7 @@ export default class WmLayoutgrid extends BaseComponent {
11
11
  renderWidget(props) {
12
12
  return /*#__PURE__*/React.createElement(View, {
13
13
  style: this.styles.root
14
- }, props.children);
14
+ }, this._background, props.children);
15
15
  }
16
16
  }
17
17
  //# sourceMappingURL=layoutgrid.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLayoutgridProps","DEFAULT_CLASS","WmLayoutgridState","WmLayoutgrid","constructor","props","renderWidget","styles","root","children"],"sources":["layoutgrid.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLayoutgridProps from './layoutgrid.props';\nimport { DEFAULT_CLASS, WmLayoutGridStyles } from './layoutgrid.styles';\n\nexport class WmLayoutgridState extends BaseComponentState<WmLayoutgridProps> {\n\n}\n\nexport default class WmLayoutgrid extends BaseComponent<WmLayoutgridProps, WmLayoutgridState, WmLayoutGridStyles> {\n\n constructor(props: WmLayoutgridProps) {\n super(props, DEFAULT_CLASS, new WmLayoutgridProps());\n }\n\n renderWidget(props: WmLayoutgridProps) {\n return (\n <View style={this.styles.root}>{props.children}</View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,iBAAiB,MAAM,oBAAoB;AAClD,SAASC,aAAa,QAA4B,qBAAqB;AAEvE,OAAO,MAAMC,iBAAiB,SAASH,kBAAkB,CAAoB;AAI7E,eAAe,MAAMI,YAAY,SAASL,aAAa,CAA2D;EAEhHM,WAAW,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,iBAAiB,EAAE,CAAC;EACtD;EAEAM,YAAY,CAACD,KAAwB,EAAE;IACrC,oBACE,oBAAC,IAAI;MAAC,KAAK,EAAE,IAAI,CAACE,MAAM,CAACC;IAAK,GAAEH,KAAK,CAACI,QAAQ,CAAQ;EAE1D;AACF"}
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLayoutgridProps","DEFAULT_CLASS","WmLayoutgridState","WmLayoutgrid","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["layoutgrid.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLayoutgridProps from './layoutgrid.props';\nimport { DEFAULT_CLASS, WmLayoutGridStyles } from './layoutgrid.styles';\n\nexport class WmLayoutgridState extends BaseComponentState<WmLayoutgridProps> {\n\n}\n\nexport default class WmLayoutgrid extends BaseComponent<WmLayoutgridProps, WmLayoutgridState, WmLayoutGridStyles> {\n\n constructor(props: WmLayoutgridProps) {\n super(props, DEFAULT_CLASS, new WmLayoutgridProps());\n }\n\n renderWidget(props: WmLayoutgridProps) {\n return (\n <View style={this.styles.root}>{this._background}{props.children}</View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,iBAAiB,MAAM,oBAAoB;AAClD,SAASC,aAAa,QAA4B,qBAAqB;AAEvE,OAAO,MAAMC,iBAAiB,SAASH,kBAAkB,CAAoB;AAI7E,eAAe,MAAMI,YAAY,SAASL,aAAa,CAA2D;EAEhHM,WAAWA,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,iBAAiB,CAAC,CAAC,CAAC;EACtD;EAEAM,YAAYA,CAACD,KAAwB,EAAE;IACrC,oBACET,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAE5E;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmLayoutgridProps"],"sources":["layoutgrid.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLayoutgridProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA;EAAA;AAEzD"}
1
+ {"version":3,"names":["BaseProps","WmLayoutgridProps","constructor","arguments","_defineProperty"],"sources":["layoutgrid.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLayoutgridProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAEzD"}
@@ -1 +1 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","width","text","backgroundColor","layoutGridBgColor","borderWidth","borderLeftWidth","borderTopWidth","borderStyle","borderColor","layoutGridBorderColor","borderRadius","color","layoutGridHeaderTextColor","fontWeight"],"sources":["layoutgrid.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 { WmLabelStyles } from '@wavemaker/app-rn-runtime/components/basic/label/label.styles';\n\nexport type WmLayoutGridStyles = BaseStyles & {};\n\nexport const DEFAULT_CLASS = 'app-layoutgrid';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmLayoutGridStyles = defineStyles({\n root: {\n flexDirection: 'column',\n width: '100%'\n },\n text: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n addStyle('table', '', {\n root: {\n backgroundColor: themeVariables.layoutGridBgColor,\n borderWidth: 1,\n borderLeftWidth: 1,\n borderTopWidth: 1,\n borderStyle: 'solid',\n borderColor: themeVariables.layoutGridBorderColor,\n borderRadius: 2\n }\n });\n\n addStyle('table-header-label', '', {\n text: {\n color: themeVariables.layoutGridHeaderTextColor,\n fontWeight: 'bold'\n }\n } as WmLabelStyles);\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAKxF,OAAO,MAAMC,aAAa,GAAG,gBAAgB;AAC7CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrD,MAAMC,aAAiC,GAAGL,YAAY,CAAC;IACnDM,IAAI,EAAE;MACJC,aAAa,EAAE,QAAQ;MACvBC,KAAK,EAAE;IACT,CAAC;IACDC,IAAI,EAAE,CAAC;EACX,CAAC,CAAC;EAEFL,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAE1CD,QAAQ,CAAC,OAAO,EAAE,EAAE,EAAE;IACpBE,IAAI,EAAE;MACJI,eAAe,EAAEP,cAAc,CAACQ,iBAAiB;MACjDC,WAAW,EAAE,CAAC;MACdC,eAAe,EAAE,CAAC;MAClBC,cAAc,EAAE,CAAC;MACjBC,WAAW,EAAE,OAAO;MACpBC,WAAW,EAAEb,cAAc,CAACc,qBAAqB;MACjDC,YAAY,EAAE;IAChB;EACF,CAAC,CAAC;EAEFd,QAAQ,CAAC,oBAAoB,EAAE,EAAE,EAAE;IAC/BK,IAAI,EAAE;MACJU,KAAK,EAAEhB,cAAc,CAACiB,yBAAyB;MAC/CC,UAAU,EAAE;IACd;EACJ,CAAC,CAAkB;AACrB,CAAC,CAAC"}
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","width","text","backgroundColor","layoutGridBgColor","borderWidth","borderLeftWidth","borderTopWidth","borderStyle","borderColor","layoutGridBorderColor","borderRadius","color","layoutGridHeaderTextColor","fontWeight"],"sources":["layoutgrid.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 { WmLabelStyles } from '@wavemaker/app-rn-runtime/components/basic/label/label.styles';\n\nexport type WmLayoutGridStyles = BaseStyles & {};\n\nexport const DEFAULT_CLASS = 'app-layoutgrid';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmLayoutGridStyles = defineStyles({\n root: {\n flexDirection: 'column',\n width: '100%'\n },\n text: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n addStyle('table', '', {\n root: {\n backgroundColor: themeVariables.layoutGridBgColor,\n borderWidth: 1,\n borderLeftWidth: 1,\n borderTopWidth: 1,\n borderStyle: 'solid',\n borderColor: themeVariables.layoutGridBorderColor,\n borderRadius: 2\n }\n });\n\n addStyle('table-header-label', '', {\n text: {\n color: themeVariables.layoutGridHeaderTextColor,\n fontWeight: 'bold'\n }\n } as WmLabelStyles);\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAKxF,OAAO,MAAMC,aAAa,GAAG,gBAAgB;AAC7CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrD,MAAMC,aAAiC,GAAGL,YAAY,CAAC;IACnDM,IAAI,EAAE;MACJC,aAAa,EAAE,QAAQ;MACvBC,KAAK,EAAE;IACT,CAAC;IACDC,IAAI,EAAE,CAAC;EACX,CAAC,CAAC;EAEFL,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAE1CD,QAAQ,CAAC,OAAO,EAAE,EAAE,EAAE;IACpBE,IAAI,EAAE;MACJI,eAAe,EAAEP,cAAc,CAACQ,iBAAiB;MACjDC,WAAW,EAAE,CAAC;MACdC,eAAe,EAAE,CAAC;MAClBC,cAAc,EAAE,CAAC;MACjBC,WAAW,EAAE,OAAO;MACpBC,WAAW,EAAEb,cAAc,CAACc,qBAAqB;MACjDC,YAAY,EAAE;IAChB;EACF,CAAC,CAAC;EAEFd,QAAQ,CAAC,oBAAoB,EAAE,EAAE,EAAE;IAC/BK,IAAI,EAAE;MACJU,KAAK,EAAEhB,cAAc,CAACiB,yBAAyB;MAC/CC,UAAU,EAAE;IACd;EACJ,CAAkB,CAAC;AACrB,CAAC,CAAC"}
@@ -19,6 +19,7 @@ export default class WmLinearlayout extends BaseComponent {
19
19
  const s = {};
20
20
  const direction = props.direction;
21
21
  s.display = 'flex';
22
+ s.width = "100%";
22
23
  s.flexDirection = direction;
23
24
  const isHorizontal = direction.startsWith('row');
24
25
  if (isHorizontal) {
@@ -36,7 +37,7 @@ export default class WmLinearlayout extends BaseComponent {
36
37
  ...this.getStyles(props),
37
38
  ...this.styles.root
38
39
  }
39
- }, props.children);
40
+ }, this._background, props.children);
40
41
  }
41
42
  }
42
43
  //# sourceMappingURL=linearlayout.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLinearlayoutProps","DEFAULT_CLASS","ALIGNMENT_MAP","WmLinearlayoutState","WmLinearlayout","constructor","props","getStyles","s","direction","display","flexDirection","isHorizontal","startsWith","justifyContent","horizontalalign","alignItems","verticalalign","renderWidget","styles","root","children"],"sources":["linearlayout.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayoutProps from './linearlayout.props';\nimport { DEFAULT_CLASS, WmLinearlayoutStyles } from './linearlayout.styles';\n\nconst ALIGNMENT_MAP = {\n 'top': 'flex-start',\n 'left': 'flex-start',\n 'center': 'center',\n 'right': 'flex-end',\n 'bottom': 'flex-end'\n} as any;\n\nexport class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {}\n\nexport default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {\n\n constructor(props: WmLinearlayoutProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutProps());\n }\n\n getStyles(props: WmLinearlayoutProps) {\n const s = {} as ViewStyle;\n const direction = props.direction;\n s.display = 'flex';\n s.flexDirection = direction;\n const isHorizontal = direction.startsWith('row');\n if (isHorizontal) {\n s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];\n s.alignItems = ALIGNMENT_MAP[props.verticalalign];\n } else {\n s.justifyContent = ALIGNMENT_MAP[props.verticalalign];\n s.alignItems = ALIGNMENT_MAP[props.horizontalalign];\n }\n return s;\n }\n\n renderWidget(props: WmLinearlayoutProps) {\n return (<View style={{...this.getStyles(props), ...this.styles.root}}>\n {props.children}\n </View>); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAmB,cAAc;AAC9C,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,sBAAsB;AACtD,SAASC,aAAa,QAA8B,uBAAuB;AAE3E,MAAMC,aAAa,GAAG;EACpB,KAAK,EAAG,YAAY;EACpB,MAAM,EAAE,YAAY;EACpB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,UAAU;EACnB,QAAQ,EAAE;AACZ,CAAQ;AAER,OAAO,MAAMC,mBAAmB,SAASJ,kBAAkB,CAAsB;AAEjF,eAAe,MAAMK,cAAc,SAASN,aAAa,CAAiE;EAExHO,WAAW,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEL,aAAa,EAAE,IAAID,mBAAmB,EAAE,CAAC;EACxD;EAEAO,SAAS,CAACD,KAA0B,EAAE;IACpC,MAAME,CAAC,GAAG,CAAC,CAAc;IACzB,MAAMC,SAAS,GAAGH,KAAK,CAACG,SAAS;IACjCD,CAAC,CAACE,OAAO,GAAG,MAAM;IAClBF,CAAC,CAACG,aAAa,GAAGF,SAAS;IAC3B,MAAMG,YAAY,GAAGH,SAAS,CAACI,UAAU,CAAC,KAAK,CAAC;IAChD,IAAID,YAAY,EAAE;MAChBJ,CAAC,CAACM,cAAc,GAAGZ,aAAa,CAACI,KAAK,CAACS,eAAe,CAAC;MACvDP,CAAC,CAACQ,UAAU,GAAGd,aAAa,CAACI,KAAK,CAACW,aAAa,CAAC;IACnD,CAAC,MAAM;MACLT,CAAC,CAACM,cAAc,GAAGZ,aAAa,CAACI,KAAK,CAACW,aAAa,CAAC;MACrDT,CAAC,CAACQ,UAAU,GAAGd,aAAa,CAACI,KAAK,CAACS,eAAe,CAAC;IACrD;IACA,OAAOP,CAAC;EACV;EAEAU,YAAY,CAACZ,KAA0B,EAAE;IACvC,oBAAQ,oBAAC,IAAI;MAAC,KAAK,EAAE;QAAC,GAAG,IAAI,CAACC,SAAS,CAACD,KAAK,CAAC;QAAE,GAAG,IAAI,CAACa,MAAM,CAACC;MAAI;IAAE,GAClEd,KAAK,CAACe,QAAQ,CACR;EACX;AACF"}
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLinearlayoutProps","DEFAULT_CLASS","ALIGNMENT_MAP","WmLinearlayoutState","WmLinearlayout","constructor","props","getStyles","s","direction","display","width","flexDirection","isHorizontal","startsWith","justifyContent","horizontalalign","alignItems","verticalalign","renderWidget","createElement","style","styles","root","_background","children"],"sources":["linearlayout.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayoutProps from './linearlayout.props';\nimport { DEFAULT_CLASS, WmLinearlayoutStyles } from './linearlayout.styles';\n\nconst ALIGNMENT_MAP = {\n 'top': 'flex-start',\n 'left': 'flex-start',\n 'center': 'center',\n 'right': 'flex-end',\n 'bottom': 'flex-end'\n} as any;\n\nexport class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {}\n\nexport default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {\n\n constructor(props: WmLinearlayoutProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutProps());\n }\n\n getStyles(props: WmLinearlayoutProps) {\n const s = {} as ViewStyle;\n const direction = props.direction;\n s.display = 'flex';\n s.width = \"100%\";\n s.flexDirection = direction;\n const isHorizontal = direction.startsWith('row');\n if (isHorizontal) {\n s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];\n s.alignItems = ALIGNMENT_MAP[props.verticalalign];\n } else {\n s.justifyContent = ALIGNMENT_MAP[props.verticalalign];\n s.alignItems = ALIGNMENT_MAP[props.horizontalalign];\n }\n return s;\n }\n\n renderWidget(props: WmLinearlayoutProps) {\n return (<View style={{...this.getStyles(props), ...this.styles.root}}>\n {this._background}{props.children}\n </View>); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAmB,cAAc;AAC9C,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,sBAAsB;AACtD,SAASC,aAAa,QAA8B,uBAAuB;AAE3E,MAAMC,aAAa,GAAG;EACpB,KAAK,EAAG,YAAY;EACpB,MAAM,EAAE,YAAY;EACpB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,UAAU;EACnB,QAAQ,EAAE;AACZ,CAAQ;AAER,OAAO,MAAMC,mBAAmB,SAASJ,kBAAkB,CAAsB;AAEjF,eAAe,MAAMK,cAAc,SAASN,aAAa,CAAiE;EAExHO,WAAWA,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEL,aAAa,EAAE,IAAID,mBAAmB,CAAC,CAAC,CAAC;EACxD;EAEAO,SAASA,CAACD,KAA0B,EAAE;IACpC,MAAME,CAAC,GAAG,CAAC,CAAc;IACzB,MAAMC,SAAS,GAAGH,KAAK,CAACG,SAAS;IACjCD,CAAC,CAACE,OAAO,GAAG,MAAM;IAClBF,CAAC,CAACG,KAAK,GAAG,MAAM;IAChBH,CAAC,CAACI,aAAa,GAAGH,SAAS;IAC3B,MAAMI,YAAY,GAAGJ,SAAS,CAACK,UAAU,CAAC,KAAK,CAAC;IAChD,IAAID,YAAY,EAAE;MAChBL,CAAC,CAACO,cAAc,GAAGb,aAAa,CAACI,KAAK,CAACU,eAAe,CAAC;MACvDR,CAAC,CAACS,UAAU,GAAGf,aAAa,CAACI,KAAK,CAACY,aAAa,CAAC;IACnD,CAAC,MAAM;MACLV,CAAC,CAACO,cAAc,GAAGb,aAAa,CAACI,KAAK,CAACY,aAAa,CAAC;MACrDV,CAAC,CAACS,UAAU,GAAGf,aAAa,CAACI,KAAK,CAACU,eAAe,CAAC;IACrD;IACA,OAAOR,CAAC;EACV;EAEAW,YAAYA,CAACb,KAA0B,EAAE;IACvC,oBAAQV,KAAA,CAAAwB,aAAA,CAACvB,IAAI;MAACwB,KAAK,EAAE;QAAC,GAAG,IAAI,CAACd,SAAS,CAACD,KAAK,CAAC;QAAE,GAAG,IAAI,CAACgB,MAAM,CAACC;MAAI;IAAE,GAClE,IAAI,CAACC,WAAW,EAAElB,KAAK,CAACmB,QACnB,CAAC;EACX;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmLinearlayoutProps"],"sources":["linearlayout.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutProps extends BaseProps {\n children? = [] as any[];\n direction: 'row'|'row-reverse' | 'column' | 'column-reverse' = 'row';\n horizontalalign: 'left' | 'center' | 'right' = 'left';\n verticalalign: 'top' | 'center' | 'bottom' = 'top';\n spacing = 0;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,kCAC3C,EAAE;IAAA,mCACiD,KAAK;IAAA,yCACrB,MAAM;IAAA,uCACR,KAAK;IAAA,iCACxC,CAAC;EAAA;AACf"}
1
+ {"version":3,"names":["BaseProps","WmLinearlayoutProps","constructor","arguments","_defineProperty"],"sources":["linearlayout.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutProps extends BaseProps {\n children? = [] as any[];\n direction: 'row'|'row-reverse' | 'column' | 'column-reverse' = 'row';\n horizontalalign: 'left' | 'center' | 'right' = 'left';\n verticalalign: 'top' | 'center' | 'bottom' = 'top';\n spacing = 0;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,mBAC3C,EAAE;IAAAA,eAAA,oBACiD,KAAK;IAAAA,eAAA,0BACrB,MAAM;IAAAA,eAAA,wBACR,KAAK;IAAAA,eAAA,kBACxC,CAAC;EAAA;AACf"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { View } from 'react-native';
2
+ import { View, Platform } from 'react-native';
3
3
  import { isNil } from 'lodash-es';
4
4
  import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
5
5
  import WmLinearlayoutitemProps from './linearlayoutitem.props';
@@ -16,9 +16,9 @@ export default class WmLinearlayoutitem extends BaseComponent {
16
16
  ...this.styles.root,
17
17
  flexGrow: props.flexgrow,
18
18
  flexShrink: isNil(props.flexshrink) ? props.flexgrow : props.flexshrink,
19
- flexBasis: props.flexgrow && (direction === 'row' || direction === 'row-reverse') ? 0 : 'auto'
19
+ flexBasis: Platform.OS == "web" ? 'auto' : props.flexgrow && (direction === 'row' || direction === 'row-reverse') ? 0 : 'auto'
20
20
  }
21
- }, props.children);
21
+ }, this._background, props.children);
22
22
  }
23
23
  }
24
24
  //# sourceMappingURL=linearlayoutitem.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","isNil","BaseComponent","BaseComponentState","WmLinearlayoutitemProps","DEFAULT_CLASS","WmLinearlayoutitemState","WmLinearlayoutitem","constructor","props","renderWidget","direction","parent","state","styles","root","flexGrow","flexgrow","flexShrink","flexshrink","flexBasis","children"],"sources":["linearlayoutitem.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { isNil } from 'lodash-es';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayout from '../linearlayout.component';\nimport WmLinearlayoutitemProps from './linearlayoutitem.props';\nimport { DEFAULT_CLASS, WmLinearlayoutitemStyles } from './linearlayoutitem.styles';\n\nexport class WmLinearlayoutitemState extends BaseComponentState<WmLinearlayoutitemProps> {}\n\nexport default class WmLinearlayoutitem extends BaseComponent<WmLinearlayoutitemProps, WmLinearlayoutitemState, WmLinearlayoutitemStyles> {\n\n constructor(props: WmLinearlayoutitemProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutitemProps());\n }\n\n renderWidget(props: WmLinearlayoutitemProps) {\n const direction = (this.parent as WmLinearlayout).state.props.direction;\n return (<View style={{\n ...this.styles.root,\n flexGrow: props.flexgrow,\n flexShrink: isNil(props.flexshrink) ? props.flexgrow : props.flexshrink,\n flexBasis: props.flexgrow && (direction === 'row' || direction === 'row-reverse') ? 0 : 'auto'\n }}>{props.children}</View>); \n }\n}"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,KAAK,QAAQ,WAAW;AACjC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAGjG,OAAOC,uBAAuB,MAAM,0BAA0B;AAC9D,SAASC,aAAa,QAAkC,2BAA2B;AAEnF,OAAO,MAAMC,uBAAuB,SAASH,kBAAkB,CAA0B;AAEzF,eAAe,MAAMI,kBAAkB,SAASL,aAAa,CAA6E;EAExIM,WAAW,CAACC,KAA8B,EAAE;IAC1C,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,uBAAuB,EAAE,CAAC;EAC5D;EAEAM,YAAY,CAACD,KAA8B,EAAE;IAC3C,MAAME,SAAS,GAAI,IAAI,CAACC,MAAM,CAAoBC,KAAK,CAACJ,KAAK,CAACE,SAAS;IACvE,oBAAQ,oBAAC,IAAI;MAAC,KAAK,EAAE;QACnB,GAAG,IAAI,CAACG,MAAM,CAACC,IAAI;QACnBC,QAAQ,EAAEP,KAAK,CAACQ,QAAQ;QACxBC,UAAU,EAAEjB,KAAK,CAACQ,KAAK,CAACU,UAAU,CAAC,GAAGV,KAAK,CAACQ,QAAQ,GAAGR,KAAK,CAACU,UAAU;QACvEC,SAAS,EAAGX,KAAK,CAACQ,QAAQ,KAAKN,SAAS,KAAK,KAAK,IAAIA,SAAS,KAAK,aAAa,CAAC,GAAG,CAAC,GAAG;MAC3F;IAAE,GAAEF,KAAK,CAACY,QAAQ,CAAQ;EAC5B;AACF"}
1
+ {"version":3,"names":["React","View","Platform","isNil","BaseComponent","BaseComponentState","WmLinearlayoutitemProps","DEFAULT_CLASS","WmLinearlayoutitemState","WmLinearlayoutitem","constructor","props","renderWidget","direction","parent","state","createElement","style","styles","root","flexGrow","flexgrow","flexShrink","flexshrink","flexBasis","OS","_background","children"],"sources":["linearlayoutitem.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, Platform } from 'react-native';\nimport { isNil } from 'lodash-es';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayout from '../linearlayout.component';\nimport WmLinearlayoutitemProps from './linearlayoutitem.props';\nimport { DEFAULT_CLASS, WmLinearlayoutitemStyles } from './linearlayoutitem.styles';\n\nexport class WmLinearlayoutitemState extends BaseComponentState<WmLinearlayoutitemProps> {}\n\nexport default class WmLinearlayoutitem extends BaseComponent<WmLinearlayoutitemProps, WmLinearlayoutitemState, WmLinearlayoutitemStyles> {\n\n constructor(props: WmLinearlayoutitemProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutitemProps());\n }\n\n renderWidget(props: WmLinearlayoutitemProps) {\n const direction = (this.parent as WmLinearlayout).state.props.direction;\n return (<View style={{\n ...this.styles.root,\n flexGrow: props.flexgrow,\n flexShrink: isNil(props.flexshrink) ? props.flexgrow : props.flexshrink,\n flexBasis: Platform.OS == \"web\" ? 'auto' : (props.flexgrow && (direction === 'row' || direction === 'row-reverse') ? 0 : 'auto')\n }}>{this._background}{props.children}</View>); \n }\n}"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,QAAQ,QAAQ,cAAc;AAC7C,SAASC,KAAK,QAAQ,WAAW;AACjC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAGjG,OAAOC,uBAAuB,MAAM,0BAA0B;AAC9D,SAASC,aAAa,QAAkC,2BAA2B;AAEnF,OAAO,MAAMC,uBAAuB,SAASH,kBAAkB,CAA0B;AAEzF,eAAe,MAAMI,kBAAkB,SAASL,aAAa,CAA6E;EAExIM,WAAWA,CAACC,KAA8B,EAAE;IAC1C,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,uBAAuB,CAAC,CAAC,CAAC;EAC5D;EAEAM,YAAYA,CAACD,KAA8B,EAAE;IAC3C,MAAME,SAAS,GAAI,IAAI,CAACC,MAAM,CAAoBC,KAAK,CAACJ,KAAK,CAACE,SAAS;IACvE,oBAAQb,KAAA,CAAAgB,aAAA,CAACf,IAAI;MAACgB,KAAK,EAAE;QACnB,GAAG,IAAI,CAACC,MAAM,CAACC,IAAI;QACnBC,QAAQ,EAAET,KAAK,CAACU,QAAQ;QACxBC,UAAU,EAAEnB,KAAK,CAACQ,KAAK,CAACY,UAAU,CAAC,GAAGZ,KAAK,CAACU,QAAQ,GAAGV,KAAK,CAACY,UAAU;QACvEC,SAAS,EAAGtB,QAAQ,CAACuB,EAAE,IAAI,KAAK,GAAG,MAAM,GAAId,KAAK,CAACU,QAAQ,KAAKR,SAAS,KAAK,KAAK,IAAIA,SAAS,KAAK,aAAa,CAAC,GAAG,CAAC,GAAG;MAC5H;IAAE,GAAE,IAAI,CAACa,WAAW,EAAEf,KAAK,CAACgB,QAAe,CAAC;EAC9C;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmLinearlayoutitemProps"],"sources":["linearlayoutitem.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutitemProps extends BaseProps {\n children?: any[] = [];\n flexgrow: number = null as any;\n flexshrink: number = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,kCACxC,EAAE;IAAA,kCACF,IAAI;IAAA,oCACF,IAAI;EAAA;AAC7B"}
1
+ {"version":3,"names":["BaseProps","WmLinearlayoutitemProps","constructor","arguments","_defineProperty"],"sources":["linearlayoutitem.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutitemProps extends BaseProps {\n children?: any[] = [];\n flexgrow: number = null as any;\n flexshrink: number = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,mBACxC,EAAE;IAAAA,eAAA,mBACF,IAAI;IAAAA,eAAA,qBACF,IAAI;EAAA;AAC7B"}
@@ -11,7 +11,7 @@ export default class WmPanelContent extends BaseComponent {
11
11
  renderWidget(props) {
12
12
  return /*#__PURE__*/React.createElement(View, {
13
13
  style: this.styles.root
14
- }, props.children);
14
+ }, this._background, props.children);
15
15
  }
16
16
  }
17
17
  //# sourceMappingURL=panel-content.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmPanelContentProps","DEFAULT_CLASS","WmPanelContentState","WmPanelContent","constructor","props","renderWidget","styles","root","children"],"sources":["panel-content.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmPanelContentProps from './panel-content.props';\nimport { DEFAULT_CLASS, WmPanelContentStyles } from './panel-content.styles';\n\nexport class WmPanelContentState extends BaseComponentState<WmPanelContentProps> {}\n\nexport default class WmPanelContent extends BaseComponent<WmPanelContentProps, WmPanelContentState, WmPanelContentStyles> {\n\n constructor(props: WmPanelContentProps) {\n super(props, DEFAULT_CLASS, new WmPanelContentProps());\n }\n\n renderWidget(props: WmPanelContentProps) {\n return (<View style={this.styles.root}>{props.children}</View>); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,uBAAuB;AACvD,SAASC,aAAa,QAA8B,wBAAwB;AAE5E,OAAO,MAAMC,mBAAmB,SAASH,kBAAkB,CAAsB;AAEjF,eAAe,MAAMI,cAAc,SAASL,aAAa,CAAiE;EAExHM,WAAW,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,mBAAmB,EAAE,CAAC;EACxD;EAEAM,YAAY,CAACD,KAA0B,EAAE;IACvC,oBAAQ,oBAAC,IAAI;MAAC,KAAK,EAAE,IAAI,CAACE,MAAM,CAACC;IAAK,GAAEH,KAAK,CAACI,QAAQ,CAAQ;EAChE;AACF"}
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmPanelContentProps","DEFAULT_CLASS","WmPanelContentState","WmPanelContent","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["panel-content.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmPanelContentProps from './panel-content.props';\nimport { DEFAULT_CLASS, WmPanelContentStyles } from './panel-content.styles';\n\nexport class WmPanelContentState extends BaseComponentState<WmPanelContentProps> {}\n\nexport default class WmPanelContent extends BaseComponent<WmPanelContentProps, WmPanelContentState, WmPanelContentStyles> {\n\n constructor(props: WmPanelContentProps) {\n super(props, DEFAULT_CLASS, new WmPanelContentProps());\n }\n\n renderWidget(props: WmPanelContentProps) {\n return (<View style={this.styles.root}>{this._background}{props.children}</View>); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,uBAAuB;AACvD,SAASC,aAAa,QAA8B,wBAAwB;AAE5E,OAAO,MAAMC,mBAAmB,SAASH,kBAAkB,CAAsB;AAEjF,eAAe,MAAMI,cAAc,SAASL,aAAa,CAAiE;EAExHM,WAAWA,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,mBAAmB,CAAC,CAAC,CAAC;EACxD;EAEAM,YAAYA,CAACD,KAA0B,EAAE;IACvC,oBAAQT,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAClF;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmPanelContentProps"],"sources":["panel-content.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelContentProps extends BaseProps {\n children?: any[];\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA;EAAA;AAE3D"}
1
+ {"version":3,"names":["BaseProps","WmPanelContentProps","constructor","arguments","_defineProperty"],"sources":["panel-content.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelContentProps extends BaseProps {\n children?: any[];\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAE3D"}
@@ -11,7 +11,7 @@ export default class WmPanelFooter extends BaseComponent {
11
11
  renderWidget(props) {
12
12
  return /*#__PURE__*/React.createElement(View, {
13
13
  style: this.styles.root
14
- }, props.children);
14
+ }, this._background, props.children);
15
15
  }
16
16
  }
17
17
  //# sourceMappingURL=panel-footer.component.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmPanelFooterProps","DEFAULT_CLASS","WmPanelFooterState","WmPanelFooter","constructor","props","renderWidget","styles","root","children"],"sources":["panel-footer.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmPanelFooterProps from './panel-footer.props';\nimport { DEFAULT_CLASS, WmPanelFooterStyles } from './panel-footer.styles';\n\nexport class WmPanelFooterState extends BaseComponentState<WmPanelFooterProps> {}\n\nexport default class WmPanelFooter extends BaseComponent<WmPanelFooterProps, WmPanelFooterState, WmPanelFooterStyles> {\n\n constructor(props: WmPanelFooterProps) {\n super(props, DEFAULT_CLASS, new WmPanelFooterProps());\n }\n\n renderWidget(props: WmPanelFooterProps) {\n return (<View style={this.styles.root}>{props.children}</View>);\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,kBAAkB,MAAM,sBAAsB;AACrD,SAASC,aAAa,QAA6B,uBAAuB;AAE1E,OAAO,MAAMC,kBAAkB,SAASH,kBAAkB,CAAqB;AAE/E,eAAe,MAAMI,aAAa,SAASL,aAAa,CAA8D;EAEpHM,WAAW,CAACC,KAAyB,EAAE;IACrC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,kBAAkB,EAAE,CAAC;EACvD;EAEAM,YAAY,CAACD,KAAyB,EAAE;IACtC,oBAAQ,oBAAC,IAAI;MAAC,KAAK,EAAE,IAAI,CAACE,MAAM,CAACC;IAAK,GAAEH,KAAK,CAACI,QAAQ,CAAQ;EAChE;AACF"}
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmPanelFooterProps","DEFAULT_CLASS","WmPanelFooterState","WmPanelFooter","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["panel-footer.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmPanelFooterProps from './panel-footer.props';\nimport { DEFAULT_CLASS, WmPanelFooterStyles } from './panel-footer.styles';\n\nexport class WmPanelFooterState extends BaseComponentState<WmPanelFooterProps> {}\n\nexport default class WmPanelFooter extends BaseComponent<WmPanelFooterProps, WmPanelFooterState, WmPanelFooterStyles> {\n\n constructor(props: WmPanelFooterProps) {\n super(props, DEFAULT_CLASS, new WmPanelFooterProps());\n }\n\n renderWidget(props: WmPanelFooterProps) {\n return (<View style={this.styles.root}>{this._background}{props.children}</View>);\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,kBAAkB,MAAM,sBAAsB;AACrD,SAASC,aAAa,QAA6B,uBAAuB;AAE1E,OAAO,MAAMC,kBAAkB,SAASH,kBAAkB,CAAqB;AAE/E,eAAe,MAAMI,aAAa,SAASL,aAAa,CAA8D;EAEpHM,WAAWA,CAACC,KAAyB,EAAE;IACrC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,kBAAkB,CAAC,CAAC,CAAC;EACvD;EAEAM,YAAYA,CAACD,KAAyB,EAAE;IACtC,oBAAQT,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAClF;AACF"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmPanelFooterProps"],"sources":["panel-footer.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelFooterProps extends BaseProps {\n children: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA;EAAA;AAE1D"}
1
+ {"version":3,"names":["BaseProps","WmPanelFooterProps","constructor","arguments","_defineProperty"],"sources":["panel-footer.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelFooterProps extends BaseProps {\n children: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAE1D"}
@@ -116,7 +116,7 @@ export default class WmPanel extends BaseComponent {
116
116
  renderWidget(props) {
117
117
  return /*#__PURE__*/React.createElement(View, {
118
118
  style: this.styles.root
119
- }, /*#__PURE__*/React.createElement(List.AccordionGroup, {
119
+ }, this._background, /*#__PURE__*/React.createElement(List.AccordionGroup, {
120
120
  expandedId: this.state.expandedId,
121
121
  onAccordionPress: this.onPanelPress.bind(this)
122
122
  }, /*#__PURE__*/React.createElement(Animatedview, {
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","Badge","List","BaseComponent","BaseComponentState","WmIcon","WmPanelProps","DEFAULT_CLASS","Animatedview","WmPanelState","WmPanel","constructor","props","updateState","expandedId","state","expanded","onPartialLoad","invokeEventCallback","renderContent","renderPartial","isPartialLoaded","setTimeout","bind","onPanelPress","collapsible","paneId","eventName","animatedRef","triggerExit","then","res","proxy","expandCollapseIcon","isExpanded","widgetProps","badge","badgevalue","undefined","styles","badgetype","iconclass","toggleIcon","flexDirection","renderPanel","icon","name","title","header","text","subheading","marginLeft","ref","children","renderWidget","root","animation"],"sources":["panel.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { Badge, List } from 'react-native-paper';\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 WmPanelProps from './panel.props';\nimport { DEFAULT_CLASS, WmPanelStyles } from './panel.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\n\nexport class WmPanelState extends BaseComponentState<WmPanelProps> {\n expandedId: any;\n isPartialLoaded = false;\n}\n\nexport default class WmPanel extends BaseComponent<WmPanelProps, WmPanelState, WmPanelStyles> {\n private animatedRef: any;\n constructor(props: WmPanelProps) {\n super(props, DEFAULT_CLASS, new WmPanelProps());\n this.updateState({\n expandedId: this.state.props.expanded ? 1 : -1,\n } as WmPanelState);\n }\n\n onPartialLoad() {\n this.invokeEventCallback('onLoad', [this]);\n }\n\n renderContent(props: WmPanelProps) {\n if (props.renderPartial) {\n if (!this.state.isPartialLoaded) {\n setTimeout(() => {\n this.updateState({\n isPartialLoaded: true\n } as WmPanelState);\n });\n }\n return props.renderPartial(this.onPartialLoad.bind(this));\n }\n }\n\n onPanelPress(expandedId: any) {\n if (!this.state.props.collapsible) {\n return;\n }\n const paneId = expandedId === this.state.expandedId ? -1 : 1;\n const eventName = paneId === 1 ? 'onExpand' : 'onCollapse';\n\n if (eventName === 'onCollapse') {\n this.animatedRef.triggerExit().then((res: any) => {\n if (res) {\n this.updateState({\n expandedId: paneId,\n props: {\n expanded: false\n }\n } as WmPanelState);\n }\n })\n } else {\n this.updateState({\n expandedId: paneId,\n props: {\n expanded: true\n }\n } as WmPanelState);\n }\n\n this.invokeEventCallback(eventName, [null, this.proxy]);\n }\n\n expandCollapseIcon(isExpanded: boolean) {\n const widgetProps = this.state.props;\n //@ts-ignore\n const badge = widgetProps.badgevalue != undefined ? (<Badge style={[this.styles.badge, this.styles[widgetProps.badgetype || 'default']]}>{widgetProps.badgevalue}</Badge>): null;\n const iconclass = isExpanded ? 'wi wi-chevron-up' : 'wi wi-chevron-down';\n const expandCollapseIcon = widgetProps.collapsible ? (<WmIcon name={'expand_collapse_icon'} styles={this.styles.toggleIcon} iconclass={iconclass}></WmIcon>) : null;\n return (<View style={{flexDirection: 'row'}}>{badge}{expandCollapseIcon}</View>);\n }\n\n renderPanel(props: WmPanelProps) {\n const icon = (<WmIcon styles={this.styles.icon} name={props.name + '_icon'} iconclass={props.iconclass}></WmIcon>);\n return (\n <List.Accordion title={props.title} style={this.styles.header} id={1}\n titleStyle={this.styles.text} descriptionStyle={this.styles.subheading}\n description={props.subheading}\n expanded={props.expanded} \n right={({isExpanded}) => this.expandCollapseIcon(isExpanded)} left={props => icon}>\n <Animatedview style={{marginLeft: -64}} ref={ref => this.animatedRef = ref} entryanimation={'fadeInDown'}>\n <View>{this.renderContent(props)}</View>\n <View>{props.children}</View>\n </Animatedview>\n </List.Accordion>\n );\n }\n\n renderWidget(props: WmPanelProps) {\n return (<View style={this.styles.root}>\n <List.AccordionGroup expandedId={this.state.expandedId} onAccordionPress={this.onPanelPress.bind(this)}>\n <Animatedview entryanimation={props.animation}>\n {this.renderPanel(props)}\n </Animatedview>\n </List.AccordionGroup>\n </View>);\n }\n}\n"],"mappings":"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"}
1
+ {"version":3,"names":["React","View","Badge","List","BaseComponent","BaseComponentState","WmIcon","WmPanelProps","DEFAULT_CLASS","Animatedview","WmPanelState","constructor","arguments","_defineProperty","WmPanel","props","updateState","expandedId","state","expanded","onPartialLoad","invokeEventCallback","renderContent","renderPartial","isPartialLoaded","setTimeout","bind","onPanelPress","collapsible","paneId","eventName","animatedRef","triggerExit","then","res","proxy","expandCollapseIcon","isExpanded","widgetProps","badge","badgevalue","undefined","createElement","style","styles","badgetype","iconclass","name","toggleIcon","flexDirection","renderPanel","icon","Accordion","title","header","id","titleStyle","text","descriptionStyle","subheading","description","right","_ref","left","marginLeft","ref","entryanimation","children","renderWidget","root","_background","AccordionGroup","onAccordionPress","animation"],"sources":["panel.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { Badge, List } from 'react-native-paper';\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 WmPanelProps from './panel.props';\nimport { DEFAULT_CLASS, WmPanelStyles } from './panel.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\n\nexport class WmPanelState extends BaseComponentState<WmPanelProps> {\n expandedId: any;\n isPartialLoaded = false;\n}\n\nexport default class WmPanel extends BaseComponent<WmPanelProps, WmPanelState, WmPanelStyles> {\n private animatedRef: any;\n constructor(props: WmPanelProps) {\n super(props, DEFAULT_CLASS, new WmPanelProps());\n this.updateState({\n expandedId: this.state.props.expanded ? 1 : -1,\n } as WmPanelState);\n }\n\n onPartialLoad() {\n this.invokeEventCallback('onLoad', [this]);\n }\n\n renderContent(props: WmPanelProps) {\n if (props.renderPartial) {\n if (!this.state.isPartialLoaded) {\n setTimeout(() => {\n this.updateState({\n isPartialLoaded: true\n } as WmPanelState);\n });\n }\n return props.renderPartial(this.onPartialLoad.bind(this));\n }\n }\n\n onPanelPress(expandedId: any) {\n if (!this.state.props.collapsible) {\n return;\n }\n const paneId = expandedId === this.state.expandedId ? -1 : 1;\n const eventName = paneId === 1 ? 'onExpand' : 'onCollapse';\n\n if (eventName === 'onCollapse') {\n this.animatedRef.triggerExit().then((res: any) => {\n if (res) {\n this.updateState({\n expandedId: paneId,\n props: {\n expanded: false\n }\n } as WmPanelState);\n }\n })\n } else {\n this.updateState({\n expandedId: paneId,\n props: {\n expanded: true\n }\n } as WmPanelState);\n }\n\n this.invokeEventCallback(eventName, [null, this.proxy]);\n }\n\n expandCollapseIcon(isExpanded: boolean) {\n const widgetProps = this.state.props;\n //@ts-ignore\n const badge = widgetProps.badgevalue != undefined ? (<Badge style={[this.styles.badge, this.styles[widgetProps.badgetype || 'default']]}>{widgetProps.badgevalue}</Badge>): null;\n const iconclass = isExpanded ? 'wi wi-chevron-up' : 'wi wi-chevron-down';\n const expandCollapseIcon = widgetProps.collapsible ? (<WmIcon name={'expand_collapse_icon'} styles={this.styles.toggleIcon} iconclass={iconclass}></WmIcon>) : null;\n return (<View style={{flexDirection: 'row'}}>{badge}{expandCollapseIcon}</View>);\n }\n\n renderPanel(props: WmPanelProps) {\n const icon = (<WmIcon styles={this.styles.icon} name={props.name + '_icon'} iconclass={props.iconclass}></WmIcon>);\n return (\n <List.Accordion title={props.title} style={this.styles.header} id={1}\n titleStyle={this.styles.text} descriptionStyle={this.styles.subheading}\n description={props.subheading}\n expanded={props.expanded} \n right={({isExpanded}) => this.expandCollapseIcon(isExpanded)} left={props => icon}>\n <Animatedview style={{marginLeft: -64}} ref={ref => this.animatedRef = ref} entryanimation={'fadeInDown'}>\n <View>{this.renderContent(props)}</View>\n <View>{props.children}</View>\n </Animatedview>\n </List.Accordion>\n );\n }\n\n renderWidget(props: WmPanelProps) {\n return (<View style={this.styles.root}>\n {this._background}\n <List.AccordionGroup expandedId={this.state.expandedId} onAccordionPress={this.onPanelPress.bind(this)}>\n <Animatedview entryanimation={props.animation}>\n {this.renderPanel(props)}\n </Animatedview>\n </List.AccordionGroup>\n </View>);\n }\n}\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmPanelProps"],"sources":["panel.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelProps extends BaseProps {\n animation: string = null as any;\n children: any;\n collapsible: boolean = null as any;\n iconclass: string = null as any;\n title: string = 'Title';\n renderPartial?: Function;\n subheading: string = null as any;\n badgevalue: string = null as any;\n badgetype: string = 'default';\n expanded: boolean = true;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,YAAY,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,mCAC9B,IAAI;IAAA;IAAA,qCAED,IAAI;IAAA,mCACP,IAAI;IAAA,+BACR,OAAO;IAAA;IAAA,oCAEF,IAAI;IAAA,oCACJ,IAAI;IAAA,mCACL,SAAS;IAAA,kCACT,IAAI;EAAA;AAC1B"}
1
+ {"version":3,"names":["BaseProps","WmPanelProps","constructor","arguments","_defineProperty"],"sources":["panel.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelProps extends BaseProps {\n animation: string = null as any;\n children: any;\n collapsible: boolean = null as any;\n iconclass: string = null as any;\n title: string = 'Title';\n renderPartial?: Function;\n subheading: string = null as any;\n badgevalue: string = null as any;\n badgetype: string = 'default';\n expanded: boolean = true;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,YAAY,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,oBAC9B,IAAI;IAAAA,eAAA;IAAAA,eAAA,sBAED,IAAI;IAAAA,eAAA,oBACP,IAAI;IAAAA,eAAA,gBACR,OAAO;IAAAA,eAAA;IAAAA,eAAA,qBAEF,IAAI;IAAAA,eAAA,qBACJ,IAAI;IAAAA,eAAA,oBACL,SAAS;IAAAA,eAAA,mBACT,IAAI;EAAA;AAC1B"}
@@ -1,5 +1,6 @@
1
1
  import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
2
  import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import { Platform } from 'react-native';
3
4
  export const DEFAULT_CLASS = 'app-panel';
4
5
  BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
6
  const defaultStyles = defineStyles({
@@ -61,6 +62,14 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
61
62
  }
62
63
  });
63
64
  addStyle(DEFAULT_CLASS, '', defaultStyles);
65
+ addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS == "web" ? {
66
+ text: {
67
+ textAlign: 'right'
68
+ },
69
+ subheading: {
70
+ textAlign: 'right'
71
+ }
72
+ } : {});
64
73
  const getPanelBgStyles = color => {
65
74
  return {
66
75
  header: {
@@ -1 +1 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","backgroundColor","panelBgColor","borderStyle","borderWidth","padding","borderRadius","text","color","panelHeaderTextColor","fontSize","fontWeight","header","panelHeaderBgColor","paddingHorizontal","paddingVertical","borderColor","borderTopLeftRadius","borderTopRightRadius","subheading","icon","alignSelf","toggleIcon","badge","badgeTextColor","marginRight","default","labelDefaultColor","success","labelSuccessColor","danger","labelDangerColor","warning","labelWarningColor","info","labelInfoColor","primary","labelPrimaryColor","getPanelBgStyles","panelTextColor","panelDangerColor","panelDefaultColor","panelInfoColor","panelPrimaryColor","panelSuccessColor","panelWarningColor"],"sources":["panel.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\n\nexport type WmPanelStyles = BaseStyles & {\n icon: WmIconStyles,\n badge: AllStyle,\n header: AllStyle,\n subheading: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-panel';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmPanelStyles = defineStyles({\n root: {\n backgroundColor: themeVariables.panelBgColor,\n borderStyle: 'solid',\n borderWidth: 0,\n padding: 12,\n borderRadius: 6\n },\n text: {\n color: themeVariables.panelHeaderTextColor,\n fontSize: 16,\n fontWeight: 'bold'\n },\n header: {\n backgroundColor: themeVariables.panelHeaderBgColor,\n paddingHorizontal: 8,\n paddingVertical: 4,\n borderStyle: 'solid',\n borderWidth: 0,\n borderColor: themeVariables.panelHeaderBgColor,\n borderTopLeftRadius: 6,\n borderTopRightRadius: 6\n },\n subheading: {},\n icon: {\n root: {\n alignSelf: 'auto',\n fontSize: 32,\n },\n } as WmIconStyles,\n toggleIcon: {\n root: {\n fontSize: 16,\n },\n } as WmIconStyles,\n badge: {\n color: themeVariables.badgeTextColor,\n marginRight: 8\n },\n default: {\n backgroundColor: themeVariables.labelDefaultColor\n },\n success: {\n backgroundColor: themeVariables.labelSuccessColor\n },\n danger: {\n backgroundColor: themeVariables.labelDangerColor\n },\n warning: {\n backgroundColor: themeVariables.labelWarningColor\n },\n info: {\n backgroundColor: themeVariables.labelInfoColor\n },\n primary: {\n backgroundColor: themeVariables.labelPrimaryColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n const getPanelBgStyles = (color: string) => {\n return {\n header: {\n backgroundColor: color\n },\n text: {\n color: themeVariables.panelTextColor\n },\n subheading: {\n color: themeVariables.panelTextColor\n },\n icon: {\n text: {\n color: themeVariables.panelTextColor\n }\n } as WmIconStyles\n } as WmPanelStyles;\n };\n\n addStyle('panel-danger', '', getPanelBgStyles(themeVariables.panelDangerColor));\n addStyle('panel-default', '', getPanelBgStyles(themeVariables.panelDefaultColor));\n addStyle('panel-info', '', getPanelBgStyles(themeVariables.panelInfoColor));\n addStyle('panel-primary', '', getPanelBgStyles(themeVariables.panelPrimaryColor));\n addStyle('panel-success', '', getPanelBgStyles(themeVariables.panelSuccessColor));\n addStyle('panel-warning', '', getPanelBgStyles(themeVariables.panelWarningColor));\n});"],"mappings":"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"}
1
+ {"version":3,"names":["BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","backgroundColor","panelBgColor","borderStyle","borderWidth","padding","borderRadius","text","color","panelHeaderTextColor","fontSize","fontWeight","header","panelHeaderBgColor","paddingHorizontal","paddingVertical","borderColor","borderTopLeftRadius","borderTopRightRadius","subheading","icon","alignSelf","toggleIcon","badge","badgeTextColor","marginRight","default","labelDefaultColor","success","labelSuccessColor","danger","labelDangerColor","warning","labelWarningColor","info","labelInfoColor","primary","labelPrimaryColor","OS","textAlign","getPanelBgStyles","panelTextColor","panelDangerColor","panelDefaultColor","panelInfoColor","panelPrimaryColor","panelSuccessColor","panelWarningColor"],"sources":["panel.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\nimport { Platform } from 'react-native';\n\nexport type WmPanelStyles = BaseStyles & {\n icon: WmIconStyles,\n badge: AllStyle,\n header: AllStyle,\n subheading: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-panel';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmPanelStyles = defineStyles({\n root: {\n backgroundColor: themeVariables.panelBgColor,\n borderStyle: 'solid',\n borderWidth: 0,\n padding: 12,\n borderRadius: 6\n },\n text: {\n color: themeVariables.panelHeaderTextColor,\n fontSize: 16,\n fontWeight: 'bold'\n },\n header: {\n backgroundColor: themeVariables.panelHeaderBgColor,\n paddingHorizontal: 8,\n paddingVertical: 4,\n borderStyle: 'solid',\n borderWidth: 0,\n borderColor: themeVariables.panelHeaderBgColor,\n borderTopLeftRadius: 6,\n borderTopRightRadius: 6\n },\n subheading: {},\n icon: {\n root: {\n alignSelf: 'auto',\n fontSize: 32,\n },\n } as WmIconStyles,\n toggleIcon: {\n root: {\n fontSize: 16,\n },\n } as WmIconStyles,\n badge: {\n color: themeVariables.badgeTextColor,\n marginRight: 8\n },\n default: {\n backgroundColor: themeVariables.labelDefaultColor\n },\n success: {\n backgroundColor: themeVariables.labelSuccessColor\n },\n danger: {\n backgroundColor: themeVariables.labelDangerColor\n },\n warning: {\n backgroundColor: themeVariables.labelWarningColor\n },\n info: {\n backgroundColor: themeVariables.labelInfoColor\n },\n primary: {\n backgroundColor: themeVariables.labelPrimaryColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS==\"web\"?{\n text:{\n textAlign:'right',\n } ,\n subheading:{\n textAlign:'right',\n }\n }:{});\n const getPanelBgStyles = (color: string) => {\n return {\n header: {\n backgroundColor: color\n },\n text: {\n color: themeVariables.panelTextColor\n },\n subheading: {\n color: themeVariables.panelTextColor\n },\n icon: {\n text: {\n color: themeVariables.panelTextColor\n }\n } as WmIconStyles\n } as WmPanelStyles;\n };\n\n addStyle('panel-danger', '', getPanelBgStyles(themeVariables.panelDangerColor));\n addStyle('panel-default', '', getPanelBgStyles(themeVariables.panelDefaultColor));\n addStyle('panel-info', '', getPanelBgStyles(themeVariables.panelInfoColor));\n addStyle('panel-primary', '', getPanelBgStyles(themeVariables.panelPrimaryColor));\n addStyle('panel-success', '', getPanelBgStyles(themeVariables.panelSuccessColor));\n addStyle('panel-warning', '', getPanelBgStyles(themeVariables.panelWarningColor));\n});"],"mappings":"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"}