@wavemaker/app-rn-runtime 12.0.0-next.142016 → 12.0.0-next.25480

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 (1498) hide show
  1. package/actions/notification-action.js +76 -0
  2. package/actions/notification-action.js.map +1 -0
  3. package/actions/timer-action.js +57 -0
  4. package/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
  5. package/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
  6. package/components/advanced/carousel/carousel.component.js +378 -0
  7. package/components/advanced/carousel/carousel.component.js.map +1 -0
  8. package/components/advanced/carousel/carousel.props.js +23 -0
  9. package/components/advanced/carousel/carousel.props.js.map +1 -0
  10. package/components/advanced/carousel/carousel.styles.js +179 -0
  11. package/components/advanced/carousel/carousel.styles.js.map +1 -0
  12. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js +14 -0
  13. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js.map +1 -0
  14. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js +11 -0
  15. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -0
  16. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js +14 -0
  17. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js.map +1 -0
  18. package/components/advanced/login/login.component.js +40 -0
  19. package/components/advanced/login/login.component.js.map +1 -0
  20. package/components/advanced/login/login.props.js +13 -0
  21. package/components/advanced/login/login.props.js.map +1 -0
  22. package/components/advanced/network-info-toaster/network-info-toaster.component.js +118 -0
  23. package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
  24. package/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
  25. package/components/advanced/webview/webview.component.js +160 -0
  26. package/components/advanced/webview/webview.component.js.map +1 -0
  27. package/components/advanced/webview/webview.props.js +16 -0
  28. package/components/basic/anchor/anchor.component.js +107 -0
  29. package/components/basic/anchor/anchor.component.js.map +1 -0
  30. package/components/basic/anchor/anchor.props.js +33 -0
  31. package/components/basic/anchor/anchor.props.js.map +1 -0
  32. package/components/basic/anchor/anchor.styles.js +88 -0
  33. package/components/basic/anchor/anchor.styles.js.map +1 -0
  34. package/components/basic/animatedview.component.js +226 -0
  35. package/components/basic/animatedview.component.js.map +1 -0
  36. package/components/basic/audio/audio.component.js +257 -0
  37. package/components/basic/audio/audio.component.js.map +1 -0
  38. package/components/basic/audio/audio.props.js +15 -0
  39. package/components/basic/bottomsheet/bottomsheet.component.js +749 -0
  40. package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -0
  41. package/components/basic/bottomsheet/bottomsheet.props.js +26 -0
  42. package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -0
  43. package/components/basic/bottomsheet/bottomsheet.styles.js +88 -0
  44. package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -0
  45. package/components/basic/button/button.component.js +111 -0
  46. package/components/basic/button/button.component.js.map +1 -0
  47. package/components/basic/button/button.props.js +28 -0
  48. package/components/basic/button/button.props.js.map +1 -0
  49. package/components/basic/button/button.styles.js +133 -0
  50. package/components/basic/button/button.styles.js.map +1 -0
  51. package/components/basic/buttongroup/buttongroup.component.js +28 -0
  52. package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
  53. package/components/basic/buttongroup/buttongroup.props.js +14 -0
  54. package/components/basic/custom/custom.component.js +26 -0
  55. package/components/basic/custom/custom.component.js.map +1 -0
  56. package/components/basic/custom/custom.props.js +16 -0
  57. package/components/basic/icon/icon.component.js +270 -0
  58. package/components/basic/icon/icon.component.js.map +1 -0
  59. package/components/basic/icon/icon.props.js +28 -0
  60. package/components/basic/icon/icon.props.js.map +1 -0
  61. package/components/basic/icon/icon.styles.js +38 -0
  62. package/components/basic/icon/icon.styles.js.map +1 -0
  63. package/components/basic/label/label.component.js +406 -0
  64. package/components/basic/label/label.component.js.map +1 -0
  65. package/components/basic/label/label.props.js +28 -0
  66. package/components/basic/label/label.props.js.map +1 -0
  67. package/components/basic/label/label.styles.js +146 -0
  68. package/components/basic/label/label.styles.js.map +1 -0
  69. package/components/basic/lottie/lottie.component.js +139 -0
  70. package/components/basic/lottie/lottie.component.js.map +1 -0
  71. package/components/basic/lottie/lottie.props.js +14 -0
  72. package/components/basic/message/message.component.js +87 -0
  73. package/components/basic/message/message.component.js.map +1 -0
  74. package/components/basic/message/message.props.js +24 -0
  75. package/components/basic/message/message.props.js.map +1 -0
  76. package/components/basic/modal/modal.component.js +24 -0
  77. package/components/basic/modal/modal.component.js.map +1 -0
  78. package/components/basic/modal/modal.props.js +12 -0
  79. package/components/basic/picture/picture.component.js +321 -0
  80. package/components/basic/picture/picture.component.js.map +1 -0
  81. package/components/basic/picture/picture.props.js +25 -0
  82. package/components/basic/picture/picture.props.js.map +1 -0
  83. package/components/basic/picture/picture.styles.js.map +1 -0
  84. package/components/basic/progress-bar/progress-bar.component.js +96 -0
  85. package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  86. package/components/basic/progress-bar/progress-bar.props.js +19 -0
  87. package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
  88. package/components/basic/progress-bar/progress-bar.styles.js +45 -0
  89. package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  90. package/components/basic/progress-circle/progress-circle.component.js +79 -0
  91. package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
  92. package/components/basic/progress-circle/progress-circle.props.js +19 -0
  93. package/components/basic/search/local-data-provider.js +113 -0
  94. package/components/basic/search/search.component.js +456 -0
  95. package/components/basic/search/search.component.js.map +1 -0
  96. package/components/basic/search/search.props.js +39 -0
  97. package/components/basic/search/search.props.js.map +1 -0
  98. package/components/basic/search/search.styles.js +187 -0
  99. package/components/basic/search/search.styles.js.map +1 -0
  100. package/components/basic/skeleton/skeleton.component.js +151 -0
  101. package/components/basic/skeleton/skeleton.component.js.map +1 -0
  102. package/components/basic/skeleton/skeleton.props.js +11 -0
  103. package/components/basic/skeleton/skeleton.styles.js.map +1 -0
  104. package/components/basic/spinner/spinner.component.js +99 -0
  105. package/components/basic/spinner/spinner.component.js.map +1 -0
  106. package/components/basic/spinner/spinner.props.js +17 -0
  107. package/components/basic/tooltip/tooltip.component.js +80 -0
  108. package/components/basic/tooltip/tooltip.component.js.map +1 -0
  109. package/components/basic/tooltip/tooltip.props.js +18 -0
  110. package/components/basic/video/video.component.js +206 -0
  111. package/components/basic/video/video.component.js.map +1 -0
  112. package/components/basic/video/video.props.js +33 -0
  113. package/components/basic/video/video.props.js.map +1 -0
  114. package/components/basic/video/video.styles.js +33 -0
  115. package/components/basic/video/video.styles.js.map +1 -0
  116. package/components/chart/area-chart/area-chart.component.js +159 -0
  117. package/components/chart/area-chart/area-chart.component.js.map +1 -0
  118. package/components/chart/area-chart/area-chart.props.js +12 -0
  119. package/components/chart/bar-chart/bar-chart.component.js +133 -0
  120. package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
  121. package/components/chart/bar-chart/bar-chart.props.js +14 -0
  122. package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
  123. package/components/chart/basechart.component.js +693 -0
  124. package/components/chart/basechart.component.js.map +1 -0
  125. package/components/chart/basechart.props.js +64 -0
  126. package/components/chart/basechart.props.js.map +1 -0
  127. package/components/chart/bubble-chart/bubble-chart.component.js +113 -0
  128. package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
  129. package/components/chart/bubble-chart/bubble-chart.props.js +11 -0
  130. package/components/chart/donut-chart/donut-chart.props.js +11 -0
  131. package/components/chart/line-chart/line-chart.component.js +119 -0
  132. package/components/chart/line-chart/line-chart.component.js.map +1 -0
  133. package/components/chart/line-chart/line-chart.props.js +14 -0
  134. package/components/chart/pie-chart/pie-chart.component.js +238 -0
  135. package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
  136. package/components/chart/pie-chart/pie-chart.props.js +14 -0
  137. package/components/chart/stack-chart/stack-chart.component.js +368 -0
  138. package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
  139. package/components/chart/stack-chart/stack-chart.props.js +17 -0
  140. package/components/chart/theme/chart.theme.js +360 -0
  141. package/components/chart/theme/chart.theme.js.map +1 -0
  142. package/components/container/accordion/accordion.component.js +199 -0
  143. package/components/container/accordion/accordion.component.js.map +1 -0
  144. package/components/container/accordion/accordion.props.js +16 -0
  145. package/components/container/accordion/accordion.props.js.map +1 -0
  146. package/components/container/accordion/accordion.styles.js +144 -0
  147. package/components/container/accordion/accordion.styles.js.map +1 -0
  148. package/components/container/accordion/accordionpane/accordionpane.component.js +85 -0
  149. package/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
  150. package/components/container/container.component.js +406 -0
  151. package/components/container/container.component.js.map +1 -0
  152. package/components/container/container.props.js +23 -0
  153. package/components/container/container.props.js.map +1 -0
  154. package/components/container/container.styles.js +48 -0
  155. package/components/container/container.styles.js.map +1 -0
  156. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +29 -0
  157. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
  158. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
  159. package/components/container/layoutgrid/gridrow/gridrow.component.js +22 -0
  160. package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
  161. package/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
  162. package/components/container/layoutgrid/layoutgrid.component.js +44 -0
  163. package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
  164. package/components/container/layoutgrid/layoutgrid.props.js +11 -0
  165. package/components/container/linearlayout/linearlayout.component.js +70 -0
  166. package/components/container/linearlayout/linearlayout.component.js.map +1 -0
  167. package/components/container/linearlayout/linearlayout.props.js +15 -0
  168. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -0
  169. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
  170. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
  171. package/components/container/panel/panel-content/panel-content.props.js +11 -0
  172. package/components/container/panel/panel-footer/panel-footer.props.js +11 -0
  173. package/components/container/panel/panel.component.js +163 -0
  174. package/components/container/panel/panel.component.js.map +1 -0
  175. package/components/container/panel/panel.props.js +26 -0
  176. package/components/container/panel/panel.props.js.map +1 -0
  177. package/components/container/partial-host.component.js +42 -0
  178. package/components/container/tabs/tabheader/tabheader.component.js +231 -0
  179. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  180. package/components/container/tabs/tabheader/tabheader.props.js +16 -0
  181. package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
  182. package/components/container/tabs/tabpane/tabpane.component.js +82 -0
  183. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  184. package/components/container/tabs/tabpane/tabpane.props.js +19 -0
  185. package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
  186. package/components/container/tabs/tabs.component.js +295 -0
  187. package/components/container/tabs/tabs.component.js.map +1 -0
  188. package/components/container/tabs/tabs.props.js +14 -0
  189. package/components/container/tabs/tabs.props.js.map +1 -0
  190. package/components/container/tabs/tabs.styles.js +65 -0
  191. package/components/container/tabs/tabs.styles.js.map +1 -0
  192. package/components/container/tile/tile.component.js +51 -0
  193. package/components/container/tile/tile.component.js.map +1 -0
  194. package/components/container/tile/tile.props.js +13 -0
  195. package/components/container/wizard/wizard.component.js +493 -0
  196. package/components/container/wizard/wizard.component.js.map +1 -0
  197. package/components/container/wizard/wizard.props.js +30 -0
  198. package/components/container/wizard/wizard.props.js.map +1 -0
  199. package/components/container/wizard/wizard.styles.js +398 -0
  200. package/components/container/wizard/wizard.styles.js.map +1 -0
  201. package/components/container/wizard/wizardstep/wizardstep.component.js +92 -0
  202. package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
  203. package/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
  204. package/components/data/card/card-content/card-content.component.js +46 -0
  205. package/components/data/card/card-content/card-content.component.js.map +1 -0
  206. package/components/data/card/card-content/card-content.props.js +12 -0
  207. package/components/data/card/card-footer/card-footer.component.js +18 -0
  208. package/components/data/card/card-footer/card-footer.component.js.map +1 -0
  209. package/components/data/card/card-footer/card-footer.props.js +11 -0
  210. package/components/data/card/card.component.js +92 -0
  211. package/components/data/card/card.component.js.map +1 -0
  212. package/components/data/card/card.props.js +27 -0
  213. package/components/data/form/form-action/form-action.component.js +35 -0
  214. package/components/data/form/form-action/form-action.props.js +18 -0
  215. package/components/data/form/form-body/form-body.component.js +19 -0
  216. package/components/data/form/form-body/form-body.component.js.map +1 -0
  217. package/components/data/form/form-body/form-body.props.js +11 -0
  218. package/components/data/form/form-field/form-field.component.js +249 -0
  219. package/components/data/form/form-field/form-field.component.js.map +1 -0
  220. package/components/data/form/form-field/form-field.props.js +35 -0
  221. package/components/data/form/form-field/form-field.props.js.map +1 -0
  222. package/components/data/form/form-field/form-field.styles.js +40 -0
  223. package/components/data/form/form-field/form-field.styles.js.map +1 -0
  224. package/components/data/form/form-footer/form-footer.component.js +19 -0
  225. package/components/data/form/form-footer/form-footer.component.js.map +1 -0
  226. package/components/data/form/form-footer/form-footer.props.js +11 -0
  227. package/components/data/form/form.component.js +429 -0
  228. package/components/data/form/form.component.js.map +1 -0
  229. package/components/data/form/form.props.js +32 -0
  230. package/components/data/form/form.props.js.map +1 -0
  231. package/components/data/form/form.styles.js +53 -0
  232. package/components/data/form/form.styles.js.map +1 -0
  233. package/components/data/list/list-action-template/list-action-template.props.js +12 -0
  234. package/components/data/list/list-template/list-template.component.js +46 -0
  235. package/components/data/list/list-template/list-template.component.js.map +1 -0
  236. package/components/data/list/list-template/list-template.props.js +12 -0
  237. package/components/data/list/list.component.js +651 -0
  238. package/components/data/list/list.component.js.map +1 -0
  239. package/components/data/list/list.props.js +57 -0
  240. package/components/data/list/list.props.js.map +1 -0
  241. package/components/data/list/list.styles.js +152 -0
  242. package/components/data/list/list.styles.js.map +1 -0
  243. package/components/data/liveform/liveform.component.js +98 -0
  244. package/components/device/barcodescanner/barcodescanner.component.js +69 -0
  245. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
  246. package/components/device/barcodescanner/barcodescanner.props.js +19 -0
  247. package/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
  248. package/components/device/camera/camera.component.js +84 -0
  249. package/components/device/camera/camera.component.js.map +1 -0
  250. package/components/device/camera/camera.props.js +25 -0
  251. package/components/device/camera/camera.props.js.map +1 -0
  252. package/components/dialogs/alertdialog/alertdialog.component.js +72 -0
  253. package/components/dialogs/alertdialog/alertdialog.props.js +24 -0
  254. package/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
  255. package/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
  256. package/components/dialogs/dialog/dialog.component.js +107 -0
  257. package/components/dialogs/dialog/dialog.component.js.map +1 -0
  258. package/components/dialogs/dialog/dialog.props.js +25 -0
  259. package/components/dialogs/dialog/dialog.styles.js +78 -0
  260. package/components/dialogs/dialog/dialog.styles.js.map +1 -0
  261. package/components/dialogs/dialogactions/dialogactions.component.js +22 -0
  262. package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
  263. package/components/dialogs/dialogactions/dialogactions.props.js +11 -0
  264. package/components/dialogs/dialogcontent/dialogcontent.component.js +31 -0
  265. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
  266. package/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
  267. package/components/input/basedataset/basedataset.component.js +232 -0
  268. package/components/input/basedataset/basedataset.component.js.map +1 -0
  269. package/components/input/basedataset/basedataset.props.js +33 -0
  270. package/components/input/basedataset/basedataset.props.js.map +1 -0
  271. package/components/input/baseinput/baseinput.component.js +203 -0
  272. package/components/input/baseinput/baseinput.component.js.map +1 -0
  273. package/components/input/baseinput/baseinput.props.js +32 -0
  274. package/components/input/baseinput/baseinput.props.js.map +1 -0
  275. package/components/input/basenumber/basenumber.component.js +357 -0
  276. package/components/input/basenumber/basenumber.component.js.map +1 -0
  277. package/components/input/basenumber/basenumber.props.js +28 -0
  278. package/components/input/basenumber/basenumber.props.js.map +1 -0
  279. package/components/input/calendar/calendar.component.js +173 -0
  280. package/components/input/calendar/calendar.component.js.map +1 -0
  281. package/components/input/calendar/calendar.props.js +14 -0
  282. package/components/input/calendar/calendar.styles.js.map +1 -0
  283. package/components/input/calendar/views/month-view.js +211 -0
  284. package/components/input/calendar/views/month-view.js.map +1 -0
  285. package/components/input/calendar/views/month-view.styles.js +39 -0
  286. package/components/input/calendar/views/month-view.styles.js.map +1 -0
  287. package/components/input/checkbox/checkbox.component.js +124 -0
  288. package/components/input/checkbox/checkbox.component.js.map +1 -0
  289. package/components/input/checkbox/checkbox.props.js +18 -0
  290. package/components/input/checkbox/checkbox.styles.js +94 -0
  291. package/components/input/checkbox/checkbox.styles.js.map +1 -0
  292. package/components/input/checkboxset/checkboxset.component.js +159 -0
  293. package/components/input/checkboxset/checkboxset.component.js.map +1 -0
  294. package/components/input/checkboxset/checkboxset.props.js +21 -0
  295. package/components/input/checkboxset/checkboxset.styles.js +88 -0
  296. package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
  297. package/components/input/chips/chips.component.js +411 -0
  298. package/components/input/chips/chips.component.js.map +1 -0
  299. package/components/input/chips/chips.props.js +30 -0
  300. package/components/input/chips/chips.props.js.map +1 -0
  301. package/components/input/chips/chips.styles.js +220 -0
  302. package/components/input/chips/chips.styles.js.map +1 -0
  303. package/components/input/composite/composite.component.js +25 -0
  304. package/components/input/composite/composite.component.js.map +1 -0
  305. package/components/input/composite/composite.props.js +12 -0
  306. package/components/input/currency/currency.component.js +118 -0
  307. package/components/input/currency/currency.component.js.map +1 -0
  308. package/components/input/currency/currency.props.js +13 -0
  309. package/components/input/currency/currency.styles.js +148 -0
  310. package/components/input/currency/currency.styles.js.map +1 -0
  311. package/components/input/epoch/base-datetime.component.js +492 -0
  312. package/components/input/epoch/base-datetime.component.js.map +1 -0
  313. package/components/input/epoch/date/date.styles.js +48 -0
  314. package/components/input/epoch/date/date.styles.js.map +1 -0
  315. package/components/input/epoch/date-picker.component.js +136 -0
  316. package/components/input/epoch/date-picker.component.js.map +1 -0
  317. package/components/input/epoch/datetime/datetime.props.js +36 -0
  318. package/components/input/epoch/datetime/datetime.props.js.map +1 -0
  319. package/components/input/epoch/datetime/datetime.styles.js +163 -0
  320. package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
  321. package/components/input/epoch/time/time.component.js.map +1 -0
  322. package/components/input/epoch/time/time.props.js +15 -0
  323. package/components/input/epoch/time/time.styles.js +48 -0
  324. package/components/input/epoch/time/time.styles.js.map +1 -0
  325. package/components/input/epoch/wheel-date-picker.component.js +206 -0
  326. package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
  327. package/components/input/epoch/wheel-time-picker.component.js +107 -0
  328. package/components/input/epoch/wheelpicker/wheelpicker.component.js +97 -0
  329. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
  330. package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
  331. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +85 -0
  332. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
  333. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +20 -0
  334. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +83 -0
  335. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
  336. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +19 -0
  337. package/components/input/fileupload/fileupload.component.js +70 -0
  338. package/components/input/fileupload/fileupload.component.js.map +1 -0
  339. package/components/input/fileupload/fileupload.props.js +19 -0
  340. package/components/input/fileupload/fileupload.props.js.map +1 -0
  341. package/components/input/number/number.component.js +85 -0
  342. package/components/input/number/number.component.js.map +1 -0
  343. package/components/input/number/number.props.js +13 -0
  344. package/components/input/number/number.styles.js +93 -0
  345. package/components/input/number/number.styles.js.map +1 -0
  346. package/components/input/radioset/radioset.component.js +147 -0
  347. package/components/input/radioset/radioset.component.js.map +1 -0
  348. package/components/input/radioset/radioset.props.js +20 -0
  349. package/components/input/radioset/radioset.styles.js +102 -0
  350. package/components/input/radioset/radioset.styles.js.map +1 -0
  351. package/components/input/rating/rating.component.js +155 -0
  352. package/components/input/rating/rating.component.js.map +1 -0
  353. package/components/input/rating/rating.props.js +25 -0
  354. package/components/input/rating/rating.props.js.map +1 -0
  355. package/components/input/rating/rating.styles.js +48 -0
  356. package/components/input/rating/rating.styles.js.map +1 -0
  357. package/components/input/select/select.component.js +297 -0
  358. package/components/input/select/select.component.js.map +1 -0
  359. package/components/input/select/select.props.js +12 -0
  360. package/components/input/select/select.styles.js +178 -0
  361. package/components/input/select/select.styles.js.map +1 -0
  362. package/components/input/slider/slider.component.js +538 -0
  363. package/components/input/slider/slider.component.js.map +1 -0
  364. package/components/input/slider/slider.props.js +20 -0
  365. package/components/input/slider/slider.props.js.map +1 -0
  366. package/components/input/slider/slider.styles.js +95 -0
  367. package/components/input/slider/slider.styles.js.map +1 -0
  368. package/components/input/switch/switch.component.js +99 -0
  369. package/components/input/switch/switch.component.js.map +1 -0
  370. package/components/input/switch/switch.props.js +13 -0
  371. package/components/input/switch/switch.styles.js +192 -0
  372. package/components/input/switch/switch.styles.js.map +1 -0
  373. package/components/input/text/text.component.js +87 -0
  374. package/components/input/text/text.component.js.map +1 -0
  375. package/components/input/text/text.props.js +17 -0
  376. package/components/input/text/text.props.js.map +1 -0
  377. package/components/input/text/text.styles.js +100 -0
  378. package/components/input/text/text.styles.js.map +1 -0
  379. package/components/input/textarea/textarea.component.js +87 -0
  380. package/components/input/textarea/textarea.component.js.map +1 -0
  381. package/components/input/textarea/textarea.props.js +15 -0
  382. package/components/input/textarea/textarea.props.js.map +1 -0
  383. package/components/input/textarea/textarea.styles.js +84 -0
  384. package/components/input/textarea/textarea.styles.js.map +1 -0
  385. package/components/input/toggle/toggle.component.js +191 -0
  386. package/components/input/toggle/toggle.component.js.map +1 -0
  387. package/components/input/toggle/toggle.props.js +30 -0
  388. package/components/input/toggle/toggle.props.js.map +1 -0
  389. package/components/input/toggle/toggle.styles.js +89 -0
  390. package/components/input/toggle/toggle.styles.js.map +1 -0
  391. package/components/navigation/appnavbar/appnavbar.component.js +114 -0
  392. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
  393. package/components/navigation/appnavbar/appnavbar.props.js +22 -0
  394. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
  395. package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
  396. package/components/navigation/basenav/basenav.component.js +72 -0
  397. package/components/navigation/basenav/basenav.props.js +18 -0
  398. package/components/navigation/menu/menu.component.js +65 -0
  399. package/components/navigation/menu/menu.component.js.map +1 -0
  400. package/components/navigation/menu/menu.props.js +14 -0
  401. package/components/navigation/menu/menu.styles.js +70 -0
  402. package/components/navigation/menu/menu.styles.js.map +1 -0
  403. package/components/navigation/navbar/navbar.component.js +78 -0
  404. package/components/navigation/navbar/navbar.component.js.map +1 -0
  405. package/components/navigation/navbar/navbar.props.js +16 -0
  406. package/components/navigation/navitem/navitem.component.js +70 -0
  407. package/components/navigation/navitem/navitem.component.js.map +1 -0
  408. package/components/navigation/navitem/navitem.props.js +19 -0
  409. package/components/navigation/popover/popover.component.js +219 -0
  410. package/components/navigation/popover/popover.component.js.map +1 -0
  411. package/components/navigation/popover/popover.props.js +33 -0
  412. package/components/navigation/popover/popover.props.js.map +1 -0
  413. package/components/navigation/popover/popover.styles.js +92 -0
  414. package/components/navigation/popover/popover.styles.js.map +1 -0
  415. package/components/page/left-panel/left-panel.component.js +64 -0
  416. package/components/page/left-panel/left-panel.component.js.map +1 -0
  417. package/components/page/left-panel/left-panel.props.js +12 -0
  418. package/components/page/page-content/page-content.component.js +207 -0
  419. package/components/page/page-content/page-content.component.js.map +1 -0
  420. package/components/page/page-content/page-content.props.js +18 -0
  421. package/components/page/page-content/page-content.props.js.map +1 -0
  422. package/components/page/page-content/page-content.styles.js.map +1 -0
  423. package/components/page/page.component.js +69 -0
  424. package/components/page/page.component.js.map +1 -0
  425. package/components/page/page.props.js +16 -0
  426. package/components/page/page.props.js.map +1 -0
  427. package/components/page/partial-container/partial-container.component.js +35 -0
  428. package/components/page/partial-container/partial-container.component.js.map +1 -0
  429. package/components/page/partial-container/partial-container.props.js +13 -0
  430. package/components/page/partial-container/partial-container.props.js.map +1 -0
  431. package/components/page/tabbar/tabbar.component.js +258 -0
  432. package/components/page/tabbar/tabbar.component.js.map +1 -0
  433. package/components/page/tabbar/tabbar.props.js +29 -0
  434. package/components/page/tabbar/tabbar.props.js.map +1 -0
  435. package/components/page/tabbar/tabbar.styles.js +160 -0
  436. package/components/page/tabbar/tabbar.styles.js.map +1 -0
  437. package/core/AppConfig.js.map +1 -0
  438. package/core/accessibility.js +195 -0
  439. package/core/accessibility.js.map +1 -0
  440. package/core/advanced-promise-rejection-tracker.js +208 -0
  441. package/core/advanced-promise-rejection-tracker.js.map +1 -0
  442. package/core/base.component.js +648 -0
  443. package/core/base.component.js.map +1 -0
  444. package/core/components/error-fallback/error-fallback.component.js +172 -0
  445. package/core/components/error-fallback/error-fallback.component.js.map +1 -0
  446. package/core/components/error-fallback/error-fallback.styles.js +227 -0
  447. package/core/components/error-fallback/error-fallback.styles.js.map +1 -0
  448. package/core/components/floatinglabel.component.js.map +1 -0
  449. package/core/components/sticky-base.component.js +54 -0
  450. package/core/components/sticky-base.component.js.map +1 -0
  451. package/core/components/sticky-container.component.js +34 -0
  452. package/core/components/sticky-container.component.js.map +1 -0
  453. package/core/components/sticky-container.styles.js +98 -0
  454. package/core/components/sticky-container.styles.js.map +1 -0
  455. package/core/components/sticky-nav.component.js +28 -0
  456. package/core/components/sticky-nav.component.js.map +1 -0
  457. package/core/components/textinput.component.js +218 -0
  458. package/core/components/textinput.component.js.map +1 -0
  459. package/core/constant.service.js +22 -0
  460. package/core/device/av-service.js +8 -0
  461. package/core/device/av-service.js.map +1 -0
  462. package/core/device/calendar-service.js +8 -0
  463. package/core/device/calendar-service.js.map +1 -0
  464. package/core/device/camera-service.js +11 -0
  465. package/core/device/camera-service.js.map +1 -0
  466. package/core/device/contacts-service.js +8 -0
  467. package/core/device/contacts-service.js.map +1 -0
  468. package/core/device/fileupload-service.js +8 -0
  469. package/core/device/fileupload-service.js.map +1 -0
  470. package/core/device/location-service.js +8 -0
  471. package/core/device/location-service.js.map +1 -0
  472. package/core/device/openfile-service.js +10 -0
  473. package/core/device/openfile-service.js.map +1 -0
  474. package/core/device/scan-service.js +11 -0
  475. package/core/device/scan-service.js.map +1 -0
  476. package/core/error-boundary.component.js +64 -0
  477. package/core/error-boundary.component.js.map +1 -0
  478. package/core/event-notifier.js +69 -0
  479. package/core/event-notifier.js.map +1 -0
  480. package/core/fixed-view.component.js +87 -0
  481. package/core/fixed-view.component.js.map +1 -0
  482. package/core/formatters.js +70 -0
  483. package/core/formatters.js.map +1 -0
  484. package/core/global-error-handler.service.js +103 -0
  485. package/core/global-error-handler.service.js.map +1 -0
  486. package/core/imageSizeEstimator.js +51 -0
  487. package/core/key.extractor.js +21 -0
  488. package/core/logger.js +123 -0
  489. package/core/navigation.service.js +70 -0
  490. package/core/navigation.service.js.map +1 -0
  491. package/core/network.service.js +327 -0
  492. package/core/partial.service.js.map +1 -0
  493. package/core/props.provider.js +88 -0
  494. package/core/responsive.utils.js +51 -0
  495. package/core/responsive.utils.js.map +1 -0
  496. package/core/screen-capture-protection.service.js +5 -0
  497. package/core/screen-capture-protection.service.js.map +1 -0
  498. package/core/scroll-view.component.js +52 -0
  499. package/core/secure-storage.service.js +55 -0
  500. package/core/secure-storage.service.js.map +1 -0
  501. package/core/sticky-view.component.js +51 -0
  502. package/core/sticky-view.component.js.map +1 -0
  503. package/core/sticky-wrapper.js +133 -0
  504. package/core/sticky-wrapper.js.map +1 -0
  505. package/core/storage.service.js +38 -0
  506. package/core/storage.service.js.map +1 -0
  507. package/core/tappable.component.js +160 -0
  508. package/core/tappable.component.js.map +1 -0
  509. package/core/toast.service.js.map +1 -0
  510. package/core/ui-preferences.context.js +10 -0
  511. package/core/ui-preferences.context.js.map +1 -0
  512. package/core/utils.js +867 -0
  513. package/core/utils.js.map +1 -0
  514. package/core/viewport.js +45 -0
  515. package/core/wm-component-tree.js +58 -0
  516. package/gestures/carousel-swipe.animation.js +225 -0
  517. package/gestures/carousel-swipe.animation.js.map +1 -0
  518. package/gestures/swipe.animation.js +220 -0
  519. package/gestures/swipe.animation.js.map +1 -0
  520. package/npm-shrinkwrap.json +24620 -0
  521. package/package-lock.json +24620 -0
  522. package/package.json +291 -0
  523. package/runtime/App.js +770 -0
  524. package/runtime/App.js.map +1 -0
  525. package/runtime/App.navigator.js +113 -0
  526. package/runtime/App.navigator.js.map +1 -0
  527. package/runtime/base-customwidget.component.js +52 -0
  528. package/runtime/base-customwidget.component.js.map +1 -0
  529. package/runtime/base-fragment.component.js +412 -0
  530. package/runtime/base-fragment.component.js.map +1 -0
  531. package/runtime/base-page.component.js +233 -0
  532. package/runtime/base-page.component.js.map +1 -0
  533. package/runtime/base-partial.component.js +63 -0
  534. package/runtime/base-prefab.component.js +87 -0
  535. package/runtime/base-prefab.component.js.map +1 -0
  536. package/runtime/memo.component.js +35 -0
  537. package/runtime/navigator/drawer.navigator.js +41 -0
  538. package/runtime/navigator/drawer.navigator.js.map +1 -0
  539. package/runtime/navigator/stack.navigator.js +78 -0
  540. package/runtime/navigator/stack.navigator.js.map +1 -0
  541. package/runtime/services/app-display-manager.service.js +52 -0
  542. package/runtime/services/app-display-manager.service.js.map +1 -0
  543. package/runtime/services/app-i18n.service.js +89 -0
  544. package/runtime/services/app-i18n.service.js.map +1 -0
  545. package/runtime/services/app-modal.service.js +73 -0
  546. package/runtime/services/app-modal.service.js.map +1 -0
  547. package/runtime/services/app-security.service.js +256 -0
  548. package/runtime/services/app-spinner.service.js +74 -0
  549. package/runtime/services/app-toast.service.js +60 -0
  550. package/runtime/services/app-toast.service.js.map +1 -0
  551. package/runtime/services/device/calendar-service.js +95 -0
  552. package/runtime/services/device/calendar-service.js.map +1 -0
  553. package/runtime/services/device/camera-service.js +377 -0
  554. package/runtime/services/device/camera-service.js.map +1 -0
  555. package/runtime/services/device/contacts-service.js +34 -0
  556. package/runtime/services/device/contacts-service.js.map +1 -0
  557. package/runtime/services/device/location-service.js +16 -0
  558. package/runtime/services/device/location-service.js.map +1 -0
  559. package/runtime/services/device/permission-service.js +5 -0
  560. package/runtime/services/device/permission-service.js.map +1 -0
  561. package/runtime/services/device/permissions.js +45 -0
  562. package/runtime/services/device/permissions.js.map +1 -0
  563. package/runtime/services/device/scan-service.js +163 -0
  564. package/runtime/services/device/scan-service.js.map +1 -0
  565. package/runtime/services/partial.service.js +26 -0
  566. package/runtime/services/partial.service.js.map +1 -0
  567. package/runtime/services/webprocess.service.js +107 -0
  568. package/runtime/watcher.js +147 -0
  569. package/styles/background.component.js +311 -0
  570. package/styles/background.component.js.map +1 -0
  571. package/styles/calc.js +165 -0
  572. package/styles/calc.js.map +1 -0
  573. package/styles/color-mix.js +82 -0
  574. package/styles/color-mix.js.map +1 -0
  575. package/styles/style-props.js +102 -0
  576. package/styles/style-props.js.map +1 -0
  577. package/styles/theme.js +561 -0
  578. package/styles/theme.js.map +1 -0
  579. package/styles/theme.variables.js +444 -0
  580. package/styles/theme.variables.js.map +1 -0
  581. package/variables/base-variable.js +125 -0
  582. package/variables/device/calendar/create-event.operation.js +53 -0
  583. package/variables/device/calendar/create-event.operation.js.map +1 -0
  584. package/variables/device/calendar/delete-event.operation.js +15 -0
  585. package/variables/device/calendar/delete-event.operation.js.map +1 -0
  586. package/variables/device/calendar/get-events.operation.js +15 -0
  587. package/variables/device/calendar/get-events.operation.js.map +1 -0
  588. package/variables/device/camera/capture-image.operation.js +13 -0
  589. package/variables/device/camera/capture-image.operation.js.map +1 -0
  590. package/variables/device/camera/capture-video.operation.js +12 -0
  591. package/variables/device/camera/capture-video.operation.js.map +1 -0
  592. package/variables/device/contacts/get-contacts.operation.js +15 -0
  593. package/variables/device/contacts/get-contacts.operation.js.map +1 -0
  594. package/variables/device/device/current-geo-position.operation.js +15 -0
  595. package/variables/device/device/current-geo-position.operation.js.map +1 -0
  596. package/variables/device/device/network-info.operation.js +33 -0
  597. package/variables/device/file/open-file.operation.js +71 -0
  598. package/variables/device/file/open-file.operation.js.map +1 -0
  599. package/variables/device/file/upload-file.operation.js +66 -0
  600. package/variables/device/file/upload-file.operation.js.map +1 -0
  601. package/variables/device/scan/scan.operation.js +15 -0
  602. package/variables/device/scan/scan.operation.js.map +1 -0
  603. package/variables/live-variable.js +130 -0
  604. package/variables/model-variable.js +47 -0
  605. package/variables/service-variable.js +143 -0
  606. package/variables/utils/inflight-queue.js +114 -0
  607. app-rn-runtime/actions/notification-action.js +0 -73
  608. app-rn-runtime/actions/notification-action.js.map +0 -1
  609. app-rn-runtime/actions/timer-action.js +0 -57
  610. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -11
  611. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -11
  612. app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -331
  613. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
  614. app-rn-runtime/components/advanced/carousel/carousel.props.js +0 -21
  615. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +0 -1
  616. app-rn-runtime/components/advanced/carousel/carousel.styles.js +0 -180
  617. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +0 -1
  618. app-rn-runtime/components/advanced/login/login.component.js +0 -39
  619. app-rn-runtime/components/advanced/login/login.component.js.map +0 -1
  620. app-rn-runtime/components/advanced/login/login.props.js +0 -12
  621. app-rn-runtime/components/advanced/login/login.props.js.map +0 -1
  622. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -114
  623. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
  624. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -11
  625. app-rn-runtime/components/advanced/webview/webview.component.js +0 -153
  626. app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
  627. app-rn-runtime/components/advanced/webview/webview.props.js +0 -16
  628. app-rn-runtime/components/basic/anchor/anchor.component.js +0 -99
  629. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  630. app-rn-runtime/components/basic/anchor/anchor.props.js +0 -32
  631. app-rn-runtime/components/basic/anchor/anchor.props.js.map +0 -1
  632. app-rn-runtime/components/basic/anchor/anchor.styles.js +0 -83
  633. app-rn-runtime/components/basic/anchor/anchor.styles.js.map +0 -1
  634. app-rn-runtime/components/basic/animatedview.component.js +0 -222
  635. app-rn-runtime/components/basic/animatedview.component.js.map +0 -1
  636. app-rn-runtime/components/basic/audio/audio.component.js +0 -251
  637. app-rn-runtime/components/basic/audio/audio.component.js.map +0 -1
  638. app-rn-runtime/components/basic/audio/audio.props.js +0 -15
  639. app-rn-runtime/components/basic/button/button.component.js +0 -113
  640. app-rn-runtime/components/basic/button/button.component.js.map +0 -1
  641. app-rn-runtime/components/basic/button/button.props.js +0 -27
  642. app-rn-runtime/components/basic/button/button.props.js.map +0 -1
  643. app-rn-runtime/components/basic/button/button.styles.js +0 -132
  644. app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
  645. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js +0 -27
  646. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +0 -1
  647. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +0 -14
  648. app-rn-runtime/components/basic/custom/custom.component.js +0 -25
  649. app-rn-runtime/components/basic/custom/custom.component.js.map +0 -1
  650. app-rn-runtime/components/basic/custom/custom.props.js +0 -16
  651. app-rn-runtime/components/basic/icon/icon.component.js +0 -266
  652. app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
  653. app-rn-runtime/components/basic/icon/icon.props.js +0 -27
  654. app-rn-runtime/components/basic/icon/icon.props.js.map +0 -1
  655. app-rn-runtime/components/basic/icon/icon.styles.js +0 -33
  656. app-rn-runtime/components/basic/icon/icon.styles.js.map +0 -1
  657. app-rn-runtime/components/basic/label/label.component.js +0 -156
  658. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  659. app-rn-runtime/components/basic/label/label.props.js +0 -24
  660. app-rn-runtime/components/basic/label/label.props.js.map +0 -1
  661. app-rn-runtime/components/basic/label/label.styles.js +0 -129
  662. app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
  663. app-rn-runtime/components/basic/lottie/lottie.component.js +0 -138
  664. app-rn-runtime/components/basic/lottie/lottie.component.js.map +0 -1
  665. app-rn-runtime/components/basic/lottie/lottie.props.js +0 -14
  666. app-rn-runtime/components/basic/message/message.component.js +0 -78
  667. app-rn-runtime/components/basic/message/message.component.js.map +0 -1
  668. app-rn-runtime/components/basic/message/message.props.js +0 -21
  669. app-rn-runtime/components/basic/message/message.props.js.map +0 -1
  670. app-rn-runtime/components/basic/modal/modal.component.js +0 -22
  671. app-rn-runtime/components/basic/modal/modal.component.js.map +0 -1
  672. app-rn-runtime/components/basic/modal/modal.props.js +0 -12
  673. app-rn-runtime/components/basic/picture/picture.component.js +0 -197
  674. app-rn-runtime/components/basic/picture/picture.component.js.map +0 -1
  675. app-rn-runtime/components/basic/picture/picture.props.js +0 -23
  676. app-rn-runtime/components/basic/picture/picture.props.js.map +0 -1
  677. app-rn-runtime/components/basic/picture/picture.styles.js.map +0 -1
  678. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +0 -59
  679. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  680. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +0 -16
  681. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +0 -1
  682. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js +0 -29
  683. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  684. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +0 -77
  685. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +0 -1
  686. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +0 -19
  687. app-rn-runtime/components/basic/search/local-data-provider.js +0 -113
  688. app-rn-runtime/components/basic/search/search.component.js +0 -427
  689. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  690. app-rn-runtime/components/basic/search/search.props.js +0 -36
  691. app-rn-runtime/components/basic/search/search.props.js.map +0 -1
  692. app-rn-runtime/components/basic/search/search.styles.js +0 -178
  693. app-rn-runtime/components/basic/search/search.styles.js.map +0 -1
  694. app-rn-runtime/components/basic/skeleton/skeleton.component.js +0 -151
  695. app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +0 -1
  696. app-rn-runtime/components/basic/skeleton/skeleton.props.js +0 -11
  697. app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +0 -1
  698. app-rn-runtime/components/basic/spinner/spinner.component.js +0 -90
  699. app-rn-runtime/components/basic/spinner/spinner.component.js.map +0 -1
  700. app-rn-runtime/components/basic/spinner/spinner.props.js +0 -17
  701. app-rn-runtime/components/basic/tooltip/tooltip.component.js +0 -79
  702. app-rn-runtime/components/basic/tooltip/tooltip.component.js.map +0 -1
  703. app-rn-runtime/components/basic/tooltip/tooltip.props.js +0 -18
  704. app-rn-runtime/components/basic/video/video.component.js +0 -68
  705. app-rn-runtime/components/basic/video/video.component.js.map +0 -1
  706. app-rn-runtime/components/basic/video/video.props.js +0 -25
  707. app-rn-runtime/components/basic/video/video.props.js.map +0 -1
  708. app-rn-runtime/components/basic/video/video.styles.js +0 -20
  709. app-rn-runtime/components/basic/video/video.styles.js.map +0 -1
  710. app-rn-runtime/components/chart/area-chart/area-chart.component.js +0 -148
  711. app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +0 -1
  712. app-rn-runtime/components/chart/area-chart/area-chart.props.js +0 -12
  713. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +0 -120
  714. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +0 -1
  715. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +0 -13
  716. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +0 -1
  717. app-rn-runtime/components/chart/basechart.component.js +0 -693
  718. app-rn-runtime/components/chart/basechart.component.js.map +0 -1
  719. app-rn-runtime/components/chart/basechart.props.js +0 -61
  720. app-rn-runtime/components/chart/basechart.props.js.map +0 -1
  721. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +0 -104
  722. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
  723. app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +0 -11
  724. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +0 -11
  725. app-rn-runtime/components/chart/line-chart/line-chart.component.js +0 -110
  726. app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +0 -1
  727. app-rn-runtime/components/chart/line-chart/line-chart.props.js +0 -14
  728. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +0 -228
  729. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +0 -1
  730. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +0 -14
  731. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +0 -348
  732. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +0 -1
  733. app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +0 -17
  734. app-rn-runtime/components/chart/theme/chart.theme.js +0 -360
  735. app-rn-runtime/components/chart/theme/chart.theme.js.map +0 -1
  736. app-rn-runtime/components/container/accordion/accordion.component.js +0 -190
  737. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  738. app-rn-runtime/components/container/accordion/accordion.props.js +0 -14
  739. app-rn-runtime/components/container/accordion/accordion.props.js.map +0 -1
  740. app-rn-runtime/components/container/accordion/accordion.styles.js +0 -141
  741. app-rn-runtime/components/container/accordion/accordion.styles.js.map +0 -1
  742. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +0 -85
  743. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +0 -17
  744. app-rn-runtime/components/container/container.component.js +0 -80
  745. app-rn-runtime/components/container/container.component.js.map +0 -1
  746. app-rn-runtime/components/container/container.props.js +0 -14
  747. app-rn-runtime/components/container/container.props.js.map +0 -1
  748. app-rn-runtime/components/container/container.styles.js +0 -52
  749. app-rn-runtime/components/container/container.styles.js.map +0 -1
  750. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -23
  751. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
  752. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -13
  753. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +0 -21
  754. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
  755. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +0 -11
  756. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +0 -43
  757. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
  758. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +0 -11
  759. app-rn-runtime/components/container/linearlayout/linearlayout.component.js +0 -69
  760. app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +0 -1
  761. app-rn-runtime/components/container/linearlayout/linearlayout.props.js +0 -15
  762. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -24
  763. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
  764. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -13
  765. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +0 -11
  766. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +0 -11
  767. app-rn-runtime/components/container/panel/panel.component.js +0 -155
  768. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  769. app-rn-runtime/components/container/panel/panel.props.js +0 -24
  770. app-rn-runtime/components/container/panel/panel.props.js.map +0 -1
  771. app-rn-runtime/components/container/partial-host.component.js +0 -42
  772. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +0 -211
  773. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  774. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +0 -13
  775. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
  776. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +0 -81
  777. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  778. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +0 -16
  779. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
  780. app-rn-runtime/components/container/tabs/tabs.component.js +0 -281
  781. app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
  782. app-rn-runtime/components/container/tabs/tabs.props.js +0 -13
  783. app-rn-runtime/components/container/tabs/tabs.props.js.map +0 -1
  784. app-rn-runtime/components/container/tabs/tabs.styles.js +0 -61
  785. app-rn-runtime/components/container/tabs/tabs.styles.js.map +0 -1
  786. app-rn-runtime/components/container/tile/tile.component.js +0 -49
  787. app-rn-runtime/components/container/tile/tile.component.js.map +0 -1
  788. app-rn-runtime/components/container/tile/tile.props.js +0 -13
  789. app-rn-runtime/components/container/wizard/wizard.component.js +0 -343
  790. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  791. app-rn-runtime/components/container/wizard/wizard.props.js +0 -23
  792. app-rn-runtime/components/container/wizard/wizard.props.js.map +0 -1
  793. app-rn-runtime/components/container/wizard/wizard.styles.js +0 -313
  794. app-rn-runtime/components/container/wizard/wizard.styles.js.map +0 -1
  795. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +0 -84
  796. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
  797. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +0 -22
  798. app-rn-runtime/components/data/card/card-content/card-content.component.js +0 -45
  799. app-rn-runtime/components/data/card/card-content/card-content.component.js.map +0 -1
  800. app-rn-runtime/components/data/card/card-content/card-content.props.js +0 -12
  801. app-rn-runtime/components/data/card/card-footer/card-footer.component.js +0 -17
  802. app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +0 -1
  803. app-rn-runtime/components/data/card/card-footer/card-footer.props.js +0 -11
  804. app-rn-runtime/components/data/card/card.component.js +0 -90
  805. app-rn-runtime/components/data/card/card.component.js.map +0 -1
  806. app-rn-runtime/components/data/card/card.props.js +0 -27
  807. app-rn-runtime/components/data/form/form-action/form-action.component.js +0 -35
  808. app-rn-runtime/components/data/form/form-action/form-action.props.js +0 -18
  809. app-rn-runtime/components/data/form/form-body/form-body.component.js +0 -17
  810. app-rn-runtime/components/data/form/form-body/form-body.component.js.map +0 -1
  811. app-rn-runtime/components/data/form/form-body/form-body.props.js +0 -11
  812. app-rn-runtime/components/data/form/form-field/form-field.component.js +0 -246
  813. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
  814. app-rn-runtime/components/data/form/form-field/form-field.props.js +0 -34
  815. app-rn-runtime/components/data/form/form-field/form-field.props.js.map +0 -1
  816. app-rn-runtime/components/data/form/form-field/form-field.styles.js +0 -28
  817. app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +0 -1
  818. app-rn-runtime/components/data/form/form-footer/form-footer.component.js +0 -17
  819. app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +0 -1
  820. app-rn-runtime/components/data/form/form-footer/form-footer.props.js +0 -11
  821. app-rn-runtime/components/data/form/form.component.js +0 -425
  822. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  823. app-rn-runtime/components/data/form/form.props.js +0 -31
  824. app-rn-runtime/components/data/form/form.props.js.map +0 -1
  825. app-rn-runtime/components/data/form/form.styles.js +0 -45
  826. app-rn-runtime/components/data/form/form.styles.js.map +0 -1
  827. app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +0 -12
  828. app-rn-runtime/components/data/list/list-template/list-template.component.js +0 -45
  829. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +0 -1
  830. app-rn-runtime/components/data/list/list-template/list-template.props.js +0 -12
  831. app-rn-runtime/components/data/list/list.component.js +0 -485
  832. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  833. app-rn-runtime/components/data/list/list.props.js +0 -48
  834. app-rn-runtime/components/data/list/list.props.js.map +0 -1
  835. app-rn-runtime/components/data/list/list.styles.js +0 -151
  836. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  837. app-rn-runtime/components/data/liveform/liveform.component.js +0 -98
  838. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +0 -50
  839. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
  840. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +0 -18
  841. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
  842. app-rn-runtime/components/device/camera/camera.component.js +0 -68
  843. app-rn-runtime/components/device/camera/camera.component.js.map +0 -1
  844. app-rn-runtime/components/device/camera/camera.props.js +0 -23
  845. app-rn-runtime/components/device/camera/camera.props.js.map +0 -1
  846. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +0 -72
  847. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +0 -24
  848. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +0 -78
  849. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +0 -24
  850. app-rn-runtime/components/dialogs/dialog/dialog.component.js +0 -102
  851. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +0 -1
  852. app-rn-runtime/components/dialogs/dialog/dialog.props.js +0 -25
  853. app-rn-runtime/components/dialogs/dialog/dialog.styles.js +0 -79
  854. app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +0 -1
  855. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +0 -21
  856. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
  857. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +0 -11
  858. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +0 -26
  859. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
  860. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +0 -11
  861. app-rn-runtime/components/input/basedataset/basedataset.component.js +0 -230
  862. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  863. app-rn-runtime/components/input/basedataset/basedataset.props.js +0 -31
  864. app-rn-runtime/components/input/basedataset/basedataset.props.js.map +0 -1
  865. app-rn-runtime/components/input/baseinput/baseinput.component.js +0 -193
  866. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  867. app-rn-runtime/components/input/baseinput/baseinput.props.js +0 -30
  868. app-rn-runtime/components/input/baseinput/baseinput.props.js.map +0 -1
  869. app-rn-runtime/components/input/basenumber/basenumber.component.js +0 -346
  870. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +0 -1
  871. app-rn-runtime/components/input/basenumber/basenumber.props.js +0 -27
  872. app-rn-runtime/components/input/basenumber/basenumber.props.js.map +0 -1
  873. app-rn-runtime/components/input/calendar/calendar.component.js +0 -164
  874. app-rn-runtime/components/input/calendar/calendar.component.js.map +0 -1
  875. app-rn-runtime/components/input/calendar/calendar.props.js +0 -14
  876. app-rn-runtime/components/input/calendar/calendar.styles.js.map +0 -1
  877. app-rn-runtime/components/input/calendar/views/month-view.js +0 -191
  878. app-rn-runtime/components/input/calendar/views/month-view.js.map +0 -1
  879. app-rn-runtime/components/input/calendar/views/month-view.styles.js +0 -39
  880. app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +0 -1
  881. app-rn-runtime/components/input/checkbox/checkbox.component.js +0 -121
  882. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +0 -1
  883. app-rn-runtime/components/input/checkbox/checkbox.props.js +0 -18
  884. app-rn-runtime/components/input/checkbox/checkbox.styles.js +0 -83
  885. app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +0 -1
  886. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +0 -144
  887. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
  888. app-rn-runtime/components/input/checkboxset/checkboxset.props.js +0 -21
  889. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +0 -78
  890. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +0 -1
  891. app-rn-runtime/components/input/chips/chips.component.js +0 -324
  892. app-rn-runtime/components/input/chips/chips.component.js.map +0 -1
  893. app-rn-runtime/components/input/chips/chips.props.js +0 -19
  894. app-rn-runtime/components/input/chips/chips.props.js.map +0 -1
  895. app-rn-runtime/components/input/chips/chips.styles.js +0 -101
  896. app-rn-runtime/components/input/chips/chips.styles.js.map +0 -1
  897. app-rn-runtime/components/input/composite/composite.component.js +0 -24
  898. app-rn-runtime/components/input/composite/composite.component.js.map +0 -1
  899. app-rn-runtime/components/input/composite/composite.props.js +0 -12
  900. app-rn-runtime/components/input/currency/currency.component.js +0 -113
  901. app-rn-runtime/components/input/currency/currency.component.js.map +0 -1
  902. app-rn-runtime/components/input/currency/currency.props.js +0 -13
  903. app-rn-runtime/components/input/currency/currency.styles.js +0 -132
  904. app-rn-runtime/components/input/currency/currency.styles.js.map +0 -1
  905. app-rn-runtime/components/input/epoch/base-datetime.component.js +0 -473
  906. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  907. app-rn-runtime/components/input/epoch/date/date.styles.js +0 -37
  908. app-rn-runtime/components/input/epoch/date/date.styles.js.map +0 -1
  909. app-rn-runtime/components/input/epoch/date-picker.component.js +0 -136
  910. app-rn-runtime/components/input/epoch/date-picker.component.js.map +0 -1
  911. app-rn-runtime/components/input/epoch/datetime/datetime.props.js +0 -35
  912. app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +0 -1
  913. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js +0 -132
  914. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +0 -1
  915. app-rn-runtime/components/input/epoch/time/time.component.js.map +0 -1
  916. app-rn-runtime/components/input/epoch/time/time.props.js +0 -15
  917. app-rn-runtime/components/input/epoch/time/time.styles.js +0 -37
  918. app-rn-runtime/components/input/epoch/time/time.styles.js.map +0 -1
  919. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +0 -198
  920. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js.map +0 -1
  921. app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +0 -107
  922. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -91
  923. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -1
  924. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -17
  925. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -79
  926. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -1
  927. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -20
  928. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -77
  929. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -1
  930. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -19
  931. app-rn-runtime/components/input/fileupload/fileupload.component.js +0 -60
  932. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +0 -1
  933. app-rn-runtime/components/input/fileupload/fileupload.props.js +0 -17
  934. app-rn-runtime/components/input/fileupload/fileupload.props.js.map +0 -1
  935. app-rn-runtime/components/input/number/number.component.js +0 -83
  936. app-rn-runtime/components/input/number/number.component.js.map +0 -1
  937. app-rn-runtime/components/input/number/number.props.js +0 -13
  938. app-rn-runtime/components/input/number/number.styles.js +0 -82
  939. app-rn-runtime/components/input/number/number.styles.js.map +0 -1
  940. app-rn-runtime/components/input/radioset/radioset.component.js +0 -122
  941. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  942. app-rn-runtime/components/input/radioset/radioset.props.js +0 -20
  943. app-rn-runtime/components/input/radioset/radioset.styles.js +0 -90
  944. app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
  945. app-rn-runtime/components/input/rating/rating.component.js +0 -144
  946. app-rn-runtime/components/input/rating/rating.component.js.map +0 -1
  947. app-rn-runtime/components/input/rating/rating.props.js +0 -21
  948. app-rn-runtime/components/input/rating/rating.props.js.map +0 -1
  949. app-rn-runtime/components/input/rating/rating.styles.js +0 -36
  950. app-rn-runtime/components/input/rating/rating.styles.js.map +0 -1
  951. app-rn-runtime/components/input/select/select.component.js +0 -215
  952. app-rn-runtime/components/input/select/select.component.js.map +0 -1
  953. app-rn-runtime/components/input/select/select.props.js +0 -12
  954. app-rn-runtime/components/input/select/select.styles.js +0 -129
  955. app-rn-runtime/components/input/select/select.styles.js.map +0 -1
  956. app-rn-runtime/components/input/slider/slider.component.js +0 -444
  957. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  958. app-rn-runtime/components/input/slider/slider.props.js +0 -20
  959. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  960. app-rn-runtime/components/input/slider/slider.styles.js +0 -83
  961. app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
  962. app-rn-runtime/components/input/switch/switch.component.js +0 -94
  963. app-rn-runtime/components/input/switch/switch.component.js.map +0 -1
  964. app-rn-runtime/components/input/switch/switch.props.js +0 -13
  965. app-rn-runtime/components/input/switch/switch.styles.js +0 -143
  966. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  967. app-rn-runtime/components/input/text/text.component.js +0 -85
  968. app-rn-runtime/components/input/text/text.component.js.map +0 -1
  969. app-rn-runtime/components/input/text/text.props.js +0 -15
  970. app-rn-runtime/components/input/text/text.props.js.map +0 -1
  971. app-rn-runtime/components/input/text/text.styles.js +0 -68
  972. app-rn-runtime/components/input/text/text.styles.js.map +0 -1
  973. app-rn-runtime/components/input/textarea/textarea.component.js +0 -83
  974. app-rn-runtime/components/input/textarea/textarea.component.js.map +0 -1
  975. app-rn-runtime/components/input/textarea/textarea.props.js +0 -14
  976. app-rn-runtime/components/input/textarea/textarea.props.js.map +0 -1
  977. app-rn-runtime/components/input/textarea/textarea.styles.js +0 -66
  978. app-rn-runtime/components/input/textarea/textarea.styles.js.map +0 -1
  979. app-rn-runtime/components/input/toggle/toggle.component.js +0 -150
  980. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  981. app-rn-runtime/components/input/toggle/toggle.props.js +0 -22
  982. app-rn-runtime/components/input/toggle/toggle.props.js.map +0 -1
  983. app-rn-runtime/components/input/toggle/toggle.styles.js +0 -55
  984. app-rn-runtime/components/input/toggle/toggle.styles.js.map +0 -1
  985. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +0 -74
  986. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
  987. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +0 -21
  988. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
  989. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
  990. app-rn-runtime/components/navigation/basenav/basenav.component.js +0 -72
  991. app-rn-runtime/components/navigation/basenav/basenav.props.js +0 -18
  992. app-rn-runtime/components/navigation/menu/menu.component.js +0 -63
  993. app-rn-runtime/components/navigation/menu/menu.component.js.map +0 -1
  994. app-rn-runtime/components/navigation/menu/menu.props.js +0 -14
  995. app-rn-runtime/components/navigation/menu/menu.styles.js +0 -74
  996. app-rn-runtime/components/navigation/menu/menu.styles.js.map +0 -1
  997. app-rn-runtime/components/navigation/navbar/navbar.component.js +0 -77
  998. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +0 -1
  999. app-rn-runtime/components/navigation/navbar/navbar.props.js +0 -16
  1000. app-rn-runtime/components/navigation/navitem/navitem.component.js +0 -67
  1001. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  1002. app-rn-runtime/components/navigation/navitem/navitem.props.js +0 -19
  1003. app-rn-runtime/components/navigation/popover/popover.component.js +0 -193
  1004. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  1005. app-rn-runtime/components/navigation/popover/popover.props.js +0 -31
  1006. app-rn-runtime/components/navigation/popover/popover.props.js.map +0 -1
  1007. app-rn-runtime/components/navigation/popover/popover.styles.js +0 -86
  1008. app-rn-runtime/components/navigation/popover/popover.styles.js.map +0 -1
  1009. app-rn-runtime/components/page/left-panel/left-panel.component.js +0 -48
  1010. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +0 -1
  1011. app-rn-runtime/components/page/left-panel/left-panel.props.js +0 -12
  1012. app-rn-runtime/components/page/page-content/page-content.component.js +0 -93
  1013. app-rn-runtime/components/page/page-content/page-content.component.js.map +0 -1
  1014. app-rn-runtime/components/page/page-content/page-content.props.js +0 -12
  1015. app-rn-runtime/components/page/page-content/page-content.props.js.map +0 -1
  1016. app-rn-runtime/components/page/page-content/page-content.styles.js.map +0 -1
  1017. app-rn-runtime/components/page/page.component.js +0 -26
  1018. app-rn-runtime/components/page/page.component.js.map +0 -1
  1019. app-rn-runtime/components/page/page.props.js +0 -2
  1020. app-rn-runtime/components/page/page.props.js.map +0 -1
  1021. app-rn-runtime/components/page/partial-container/partial-container.component.js +0 -31
  1022. app-rn-runtime/components/page/partial-container/partial-container.component.js.map +0 -1
  1023. app-rn-runtime/components/page/partial-container/partial-container.props.js +0 -12
  1024. app-rn-runtime/components/page/partial-container/partial-container.props.js.map +0 -1
  1025. app-rn-runtime/components/page/tabbar/tabbar.component.js +0 -149
  1026. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +0 -1
  1027. app-rn-runtime/components/page/tabbar/tabbar.props.js +0 -28
  1028. app-rn-runtime/components/page/tabbar/tabbar.props.js.map +0 -1
  1029. app-rn-runtime/components/page/tabbar/tabbar.styles.js +0 -167
  1030. app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +0 -1
  1031. app-rn-runtime/core/AppConfig.js.map +0 -1
  1032. app-rn-runtime/core/accessibility.js +0 -155
  1033. app-rn-runtime/core/accessibility.js.map +0 -1
  1034. app-rn-runtime/core/base.component.js +0 -485
  1035. app-rn-runtime/core/base.component.js.map +0 -1
  1036. app-rn-runtime/core/components/floatinglabel.component.js.map +0 -1
  1037. app-rn-runtime/core/components/textinput.component.js +0 -197
  1038. app-rn-runtime/core/components/textinput.component.js.map +0 -1
  1039. app-rn-runtime/core/constant.service.js +0 -22
  1040. app-rn-runtime/core/device/calendar-service.js +0 -2
  1041. app-rn-runtime/core/device/calendar-service.js.map +0 -1
  1042. app-rn-runtime/core/device/camera-service.js +0 -5
  1043. app-rn-runtime/core/device/camera-service.js.map +0 -1
  1044. app-rn-runtime/core/device/contacts-service.js +0 -2
  1045. app-rn-runtime/core/device/contacts-service.js.map +0 -1
  1046. app-rn-runtime/core/device/location-service.js +0 -2
  1047. app-rn-runtime/core/device/location-service.js.map +0 -1
  1048. app-rn-runtime/core/device/scan-service.js +0 -5
  1049. app-rn-runtime/core/device/scan-service.js.map +0 -1
  1050. app-rn-runtime/core/event-notifier.js +0 -68
  1051. app-rn-runtime/core/event-notifier.js.map +0 -1
  1052. app-rn-runtime/core/fixed-view.component.js +0 -67
  1053. app-rn-runtime/core/fixed-view.component.js.map +0 -1
  1054. app-rn-runtime/core/formatters.js +0 -68
  1055. app-rn-runtime/core/formatters.js.map +0 -1
  1056. app-rn-runtime/core/imageSizeEstimator.js +0 -51
  1057. app-rn-runtime/core/key.extractor.js +0 -21
  1058. app-rn-runtime/core/logger.js +0 -123
  1059. app-rn-runtime/core/navigation.service.js +0 -5
  1060. app-rn-runtime/core/navigation.service.js.map +0 -1
  1061. app-rn-runtime/core/network.service.js +0 -327
  1062. app-rn-runtime/core/partial.service.js.map +0 -1
  1063. app-rn-runtime/core/props.provider.js +0 -88
  1064. app-rn-runtime/core/scroll-view.component.js +0 -52
  1065. app-rn-runtime/core/storage.service.js +0 -38
  1066. app-rn-runtime/core/storage.service.js.map +0 -1
  1067. app-rn-runtime/core/tappable.component.js +0 -151
  1068. app-rn-runtime/core/tappable.component.js.map +0 -1
  1069. app-rn-runtime/core/toast.service.js.map +0 -1
  1070. app-rn-runtime/core/ui-preferences.context.js +0 -7
  1071. app-rn-runtime/core/ui-preferences.context.js.map +0 -1
  1072. app-rn-runtime/core/utils.js +0 -529
  1073. app-rn-runtime/core/utils.js.map +0 -1
  1074. app-rn-runtime/core/viewport.js +0 -45
  1075. app-rn-runtime/core/wm-component-tree.js +0 -58
  1076. app-rn-runtime/gestures/swipe.animation.js +0 -217
  1077. app-rn-runtime/gestures/swipe.animation.js.map +0 -1
  1078. app-rn-runtime/package.json +0 -277
  1079. app-rn-runtime/runtime/App.js +0 -533
  1080. app-rn-runtime/runtime/App.js.map +0 -1
  1081. app-rn-runtime/runtime/App.navigator.js +0 -110
  1082. app-rn-runtime/runtime/App.navigator.js.map +0 -1
  1083. app-rn-runtime/runtime/base-fragment.component.js +0 -405
  1084. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  1085. app-rn-runtime/runtime/base-page.component.js +0 -206
  1086. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  1087. app-rn-runtime/runtime/base-partial.component.js +0 -63
  1088. app-rn-runtime/runtime/base-prefab.component.js +0 -83
  1089. app-rn-runtime/runtime/base-prefab.component.js.map +0 -1
  1090. app-rn-runtime/runtime/memo.component.js +0 -35
  1091. app-rn-runtime/runtime/navigator/drawer.navigator.js +0 -39
  1092. app-rn-runtime/runtime/navigator/drawer.navigator.js.map +0 -1
  1093. app-rn-runtime/runtime/navigator/stack.navigator.js +0 -77
  1094. app-rn-runtime/runtime/navigator/stack.navigator.js.map +0 -1
  1095. app-rn-runtime/runtime/services/app-display-manager.service.js +0 -50
  1096. app-rn-runtime/runtime/services/app-display-manager.service.js.map +0 -1
  1097. app-rn-runtime/runtime/services/app-i18n.service.js +0 -81
  1098. app-rn-runtime/runtime/services/app-i18n.service.js.map +0 -1
  1099. app-rn-runtime/runtime/services/app-modal.service.js +0 -71
  1100. app-rn-runtime/runtime/services/app-modal.service.js.map +0 -1
  1101. app-rn-runtime/runtime/services/app-security.service.js +0 -256
  1102. app-rn-runtime/runtime/services/app-spinner.service.js +0 -74
  1103. app-rn-runtime/runtime/services/app-toast.service.js +0 -56
  1104. app-rn-runtime/runtime/services/app-toast.service.js.map +0 -1
  1105. app-rn-runtime/runtime/services/device/calendar-service.js +0 -91
  1106. app-rn-runtime/runtime/services/device/calendar-service.js.map +0 -1
  1107. app-rn-runtime/runtime/services/device/camera-service.js +0 -349
  1108. app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
  1109. app-rn-runtime/runtime/services/device/contacts-service.js +0 -33
  1110. app-rn-runtime/runtime/services/device/contacts-service.js.map +0 -1
  1111. app-rn-runtime/runtime/services/device/location-service.js +0 -16
  1112. app-rn-runtime/runtime/services/device/location-service.js.map +0 -1
  1113. app-rn-runtime/runtime/services/device/permissions.js +0 -50
  1114. app-rn-runtime/runtime/services/device/permissions.js.map +0 -1
  1115. app-rn-runtime/runtime/services/device/scan-service.js +0 -136
  1116. app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
  1117. app-rn-runtime/runtime/services/partial.service.js +0 -15
  1118. app-rn-runtime/runtime/services/partial.service.js.map +0 -1
  1119. app-rn-runtime/runtime/services/webprocess.service.js +0 -107
  1120. app-rn-runtime/runtime/watcher.js +0 -147
  1121. app-rn-runtime/styles/background.component.js +0 -311
  1122. app-rn-runtime/styles/background.component.js.map +0 -1
  1123. app-rn-runtime/styles/style-props.js +0 -93
  1124. app-rn-runtime/styles/style-props.js.map +0 -1
  1125. app-rn-runtime/styles/theme.js +0 -414
  1126. app-rn-runtime/styles/theme.js.map +0 -1
  1127. app-rn-runtime/styles/theme.variables.js +0 -437
  1128. app-rn-runtime/styles/theme.variables.js.map +0 -1
  1129. app-rn-runtime/variables/base-variable.js +0 -125
  1130. app-rn-runtime/variables/device/calendar/create-event.operation.js +0 -47
  1131. app-rn-runtime/variables/device/calendar/create-event.operation.js.map +0 -1
  1132. app-rn-runtime/variables/device/calendar/delete-event.operation.js +0 -9
  1133. app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +0 -1
  1134. app-rn-runtime/variables/device/calendar/get-events.operation.js +0 -9
  1135. app-rn-runtime/variables/device/calendar/get-events.operation.js.map +0 -1
  1136. app-rn-runtime/variables/device/camera/capture-image.operation.js +0 -9
  1137. app-rn-runtime/variables/device/camera/capture-image.operation.js.map +0 -1
  1138. app-rn-runtime/variables/device/camera/capture-video.operation.js +0 -9
  1139. app-rn-runtime/variables/device/camera/capture-video.operation.js.map +0 -1
  1140. app-rn-runtime/variables/device/contacts/get-contacts.operation.js +0 -9
  1141. app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +0 -1
  1142. app-rn-runtime/variables/device/device/current-geo-position.operation.js +0 -9
  1143. app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +0 -1
  1144. app-rn-runtime/variables/device/device/network-info.operation.js +0 -33
  1145. app-rn-runtime/variables/device/file/upload-file.operation.js +0 -56
  1146. app-rn-runtime/variables/device/file/upload-file.operation.js.map +0 -1
  1147. app-rn-runtime/variables/device/scan/scan.operation.js +0 -9
  1148. app-rn-runtime/variables/device/scan/scan.operation.js.map +0 -1
  1149. app-rn-runtime/variables/live-variable.js +0 -130
  1150. app-rn-runtime/variables/model-variable.js +0 -47
  1151. app-rn-runtime/variables/service-variable.js +0 -143
  1152. app-rn-runtime/variables/utils/inflight-queue.js +0 -114
  1153. {app-rn-runtime → package}/actions/base-action.js +0 -0
  1154. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  1155. {app-rn-runtime → package}/actions/index.js +0 -0
  1156. {app-rn-runtime → package}/actions/index.js.map +0 -0
  1157. {app-rn-runtime → package}/actions/login-action.js +0 -0
  1158. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  1159. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  1160. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  1161. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  1162. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  1163. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  1164. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  1165. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  1166. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  1167. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  1168. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  1169. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  1170. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  1171. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  1172. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  1173. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  1174. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  1175. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  1176. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  1177. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  1178. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  1179. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  1180. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  1181. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  1182. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  1183. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  1184. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  1185. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  1186. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  1187. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  1188. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  1189. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  1190. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  1191. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  1192. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  1193. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  1194. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  1195. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  1196. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  1197. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  1198. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  1199. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  1200. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  1201. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  1202. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  1203. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  1204. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  1205. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  1206. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  1207. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  1208. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  1209. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  1210. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  1211. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  1212. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  1213. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  1214. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  1215. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  1216. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  1217. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  1218. {app-rn-runtime → package}/components/basic/tooltip/tooltip.props.js.map +0 -0
  1219. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js +0 -0
  1220. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js.map +0 -0
  1221. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  1222. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  1223. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  1224. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  1225. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  1226. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  1227. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  1228. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  1229. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  1230. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  1231. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  1232. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  1233. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  1234. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  1235. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  1236. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  1237. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  1238. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  1239. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  1240. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  1241. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  1242. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  1243. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  1244. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  1245. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  1246. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  1247. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  1248. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  1249. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  1250. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  1251. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  1252. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  1253. {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
  1254. {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
  1255. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  1256. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  1257. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  1258. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  1259. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  1260. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  1261. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  1262. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  1263. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  1264. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  1265. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  1266. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  1267. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  1268. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  1269. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  1270. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  1271. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  1272. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  1273. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  1274. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
  1275. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
  1276. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  1277. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  1278. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  1279. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  1280. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  1281. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  1282. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  1283. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  1284. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  1285. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  1286. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  1287. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  1288. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  1289. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  1290. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  1291. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  1292. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  1293. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  1294. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  1295. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  1296. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  1297. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  1298. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  1299. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  1300. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  1301. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  1302. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  1303. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  1304. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  1305. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  1306. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  1307. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  1308. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js.map +0 -0
  1309. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  1310. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  1311. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  1312. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  1313. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  1314. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  1315. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  1316. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  1317. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  1318. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js +0 -0
  1319. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js.map +0 -0
  1320. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.props.js.map +0 -0
  1321. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js +0 -0
  1322. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js.map +0 -0
  1323. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  1324. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  1325. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js.map +0 -0
  1326. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  1327. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  1328. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  1329. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  1330. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  1331. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  1332. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  1333. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  1334. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  1335. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  1336. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  1337. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  1338. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  1339. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  1340. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  1341. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  1342. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  1343. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  1344. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  1345. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  1346. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  1347. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  1348. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  1349. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  1350. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  1351. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  1352. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  1353. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js +0 -0
  1354. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  1355. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  1356. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  1357. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  1358. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  1359. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  1360. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  1361. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  1362. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  1363. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  1364. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  1365. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  1366. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  1367. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  1368. {app-rn-runtime → package}/components/input/epoch/wheel-time-picker.component.js.map +0 -0
  1369. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -0
  1370. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
  1371. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -0
  1372. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -0
  1373. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
  1374. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -0
  1375. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -0
  1376. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  1377. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  1378. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  1379. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +0 -0
  1380. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  1381. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  1382. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  1383. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  1384. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  1385. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  1386. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  1387. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  1388. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js.map +0 -0
  1389. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  1390. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  1391. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js.map +0 -0
  1392. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  1393. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  1394. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  1395. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  1396. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  1397. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  1398. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  1399. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  1400. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  1401. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  1402. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  1403. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  1404. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  1405. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  1406. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  1407. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  1408. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  1409. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  1410. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  1411. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  1412. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  1413. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  1414. {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
  1415. {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
  1416. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  1417. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  1418. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  1419. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  1420. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  1421. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  1422. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  1423. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  1424. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  1425. {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
  1426. {app-rn-runtime → package}/core/constant.service.js.map +0 -0
  1427. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  1428. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  1429. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  1430. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  1431. {app-rn-runtime → package}/core/display.manager.js +0 -0
  1432. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  1433. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  1434. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  1435. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  1436. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  1437. {app-rn-runtime → package}/core/if.component.js +0 -0
  1438. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  1439. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  1440. {app-rn-runtime → package}/core/injector.js +0 -0
  1441. {app-rn-runtime → package}/core/injector.js.map +0 -0
  1442. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  1443. {app-rn-runtime → package}/core/logger.js.map +0 -0
  1444. {app-rn-runtime → package}/core/modal.service.js +0 -0
  1445. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  1446. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  1447. {app-rn-runtime → package}/core/partial.service.js +0 -0
  1448. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  1449. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  1450. {app-rn-runtime → package}/core/security.service.js +0 -0
  1451. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  1452. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  1453. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  1454. {app-rn-runtime → package}/core/testid.provider.js +0 -0
  1455. {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
  1456. {app-rn-runtime → package}/core/toast.service.js +0 -0
  1457. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  1458. {app-rn-runtime → package}/core/wm-component-tree.js.map +0 -0
  1459. {app-rn-runtime → package}/index.js +0 -0
  1460. {app-rn-runtime → package}/index.js.map +0 -0
  1461. {app-rn-runtime → package}/runtime/base-partial.component.js.map +0 -0
  1462. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  1463. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  1464. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  1465. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  1466. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  1467. {app-rn-runtime → package}/runtime/services/app-security.service.js.map +0 -0
  1468. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  1469. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  1470. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  1471. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  1472. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  1473. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  1474. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  1475. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  1476. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  1477. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  1478. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  1479. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  1480. {app-rn-runtime → package}/variables/device/device/network-info.operation.js.map +0 -0
  1481. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  1482. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  1483. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  1484. {app-rn-runtime → package}/variables/device/operation.provider.js.map +0 -0
  1485. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  1486. {app-rn-runtime → package}/variables/device-variable.js.map +0 -0
  1487. {app-rn-runtime → package}/variables/http.service.js +0 -0
  1488. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  1489. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  1490. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  1491. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  1492. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  1493. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  1494. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  1495. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  1496. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  1497. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  1498. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","createRef","BaseComponent","BaseComponentState","View","PanResponder","Dimensions","TouchableWithoutFeedback","Platform","StatusBar","BackHandler","KeyboardAvoidingView","Keyboard","Modal","Pressable","ScrollView","Animated","useAnimatedStyle","withTiming","runOnJS","Easing","makeMutable","cancelAnimation","WmBottomsheetProps","DEFAULT_CLASS","createSkeleton","AccessibilityWidgetType","getAccessibilityProps","ModalProvider","SafeAreaInsetsContext","OS","RN","require","RNAnimated","__wmPatchedNoNativeDriver","wrap","name","original","value","config","patched","useNativeDriver","_","height","SCREEN_HEIGHT","get","WmBottomsheetState","constructor","args","_defineProperty","AnimatedBottomsheetContent","translateY","backdropOpacity","sheetHeight","lastGestureDy","styles","props","children","panHandlers","dragHandlePanHandlers","onBackdropPress","onDragHandlePress","getTestProps","enabledragsettle","backdropAnimatedStyle","opacity","containerAnimatedStyle","transform","contentStyle","paddingBottom","createElement","Fragment","onPress","_extends","style","backdrop","BOTTOMSHEET","container","dragHandleContainer","dragIconHandle","WmBottomsheet","getAnimationDuration","distance","velocity","velocityFactor","Math","max","min","abs","calculatedDuration","calculateSheetHeight","bottomsheetheightratio","effectiveRatio","defaultHeight","maxHeightRatio","minimumHeight","maxHeight","screenHeight","calculatedHeight","defaultTopInset","statusBarHeight","open","state","isBottomsheetVisible","updateState","openSheet","close","closeSheet","currentHeight","isExpanded","targetHeight","expandedHeight","callback","invokeEventCallback","lastGestureDyShared","duration","animationDuration","easing","out","ease","finished","localModalsOpened","length","top","sheetModalService","hideModal","disableswipedownclose","autoclose","event","_event$endCoordinates","keyboardHeight","endCoordinates","isIosKeyboardHeightSet","_event$endCoordinates2","iosKeyboardHeight","availableHeight","bufferSpace","topInset","adjustedHeight","modal","keyboardAnimationDuration","gestureState","dy","_this$translateY","currentTranslateY","vy","_this$sheetHeight","sheetMinimumHeight","bottomsheetminimumheight","create","onStartShouldSetPanResponder","disablescrollonrest","scrollOffset","onMoveShouldSetPanResponder","onPanResponderGrant","onPanResponderMove","newTranslateY","isDragHandleExpanding","expand","expandBottomSheet","onPanResponderRelease","handleSwipeGesture","onPanResponderTerminate","offsetY","nativeEvent","contentOffset","y","isScrolling","handleClose","requestAnimationFrame","Consumer","insets","bottom","left","right","root","_background","panResponder","dragHandlePanResponder","handleBackdropPress","handleDragHandlePress","bind","ref","scrollViewRef","sheetContentContainer","contentContainerStyle","sheetScrollContent","alwaysBounceVertical","alwaysBounceHorizontal","bounces","showsVerticalScrollIndicator","scrollEventThrottle","onScroll","handleScroll","nestedScrollEnabled","scrollEnabled","issticky","enablemodalsupport","map","o","i","key","onStartShouldSetResponder","onResponderEnd","isModal","modalOverlay","centered","centeredOverlay","zIndex","elevationIndex","elevation","modalStyle","e","stopPropagation","content","expandedRatio","bottomsheetexpandedheightratio","expandedDefaultHeight","effectiveExpandedRatio","minimumExpandedHeight","showonrender","refresh","forceUpdate","showModal","options","exists","find","list","setTimeout","onOpen","idx","findIndex","onClose","splice","componentDidMount","backHandlerSubscription","addEventListener","handleBackPress","keyboardDidShowListener","addListener","onKeyboardShow","keyboardDidHideListener","onKeyboardHide","componentWillUnmount","remove","componentDidUpdate","prevProps","onPropertyChange","$new","$old","closeSheetImmediate","renderSkeleton","theme","skeleton","width","renderWidget","visible","transparent","animationType","onRequestClose","statusBarTranslucent","flex","behavior","keyboardVerticalOffset","undefined","renderContent"],"sources":["bottomsheet.component.tsx"],"sourcesContent":["import React, { createRef } from 'react';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { View, PanResponder, Dimensions, TouchableWithoutFeedback, Platform, PanResponderGestureState, StatusBar, BackHandler, DimensionValue, KeyboardAvoidingView, Keyboard, EmitterSubscription, Modal, NativeEventSubscription, Pressable } from 'react-native';\nimport { ScrollView } from 'react-native-gesture-handler';\nimport Animated, {\n useAnimatedStyle,\n withTiming,\n runOnJS,\n Easing,\n SharedValue,\n makeMutable,\n cancelAnimation\n} from 'react-native-reanimated';\nimport WmBottomsheetProps from './bottomsheet.props';\nimport { DEFAULT_CLASS, WmBottomsheetStyles } from './bottomsheet.styles';\nimport { createSkeleton } from '../skeleton/skeleton.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\nimport { ModalProvider, ModalService, ModalOptions } from '@wavemaker/app-rn-runtime/core/modal.service';\nimport { SafeAreaInsetsContext } from 'react-native-safe-area-context';\n\n\n// Web-only: Runs all bottom sheet animations on the JS thread (sets useNativeDriver to false)\n// Prevents errors on web where native driver animations are not supported\n// Web - Animated api is used from animation\nif (Platform.OS === 'web') {\n try {\n const RN: any = require('react-native');\n const RNAnimated: any = RN && RN.Animated;\n if (RNAnimated && !RNAnimated.__wmPatchedNoNativeDriver) {\n const wrap = (name: string) => {\n const original = RNAnimated[name];\n if (typeof original === 'function') {\n RNAnimated[name] = (value: any, config: any) => {\n const patched = { ...(config || {}), useNativeDriver: false };\n return original(value, patched);\n };\n }\n };\n wrap('timing');\n wrap('spring');\n wrap('decay');\n RNAnimated.__wmPatchedNoNativeDriver = true;\n }\n } catch (_) {\n // noop\n }\n}\n\nconst { height: SCREEN_HEIGHT } = Dimensions.get('screen');\nexport class WmBottomsheetState extends BaseComponentState<WmBottomsheetProps> {\n scrollViewRef = createRef<ScrollView>();\n isScrolling = false;\n scrollOffset = 0;\n isExpanded = false;\n isBottomsheetVisible = false;\n keyboardHeight = 0;\n localModalsOpened: ModalOptions[] = [];\n lastGestureDy = 0;\n}\n\n// Animated wrapper component that uses hooks\nconst AnimatedBottomsheetContent = ({\n translateY,\n backdropOpacity,\n sheetHeight,\n lastGestureDy,\n styles,\n props,\n children,\n panHandlers,\n dragHandlePanHandlers,\n onBackdropPress,\n onDragHandlePress,\n getTestProps,\n enabledragsettle\n}: any) => {\n const backdropAnimatedStyle = useAnimatedStyle(() => ({\n opacity: backdropOpacity.value\n }));\n\n const containerAnimatedStyle = useAnimatedStyle(() => ({\n height: sheetHeight.value,\n transform: [{ translateY: translateY.value }]\n }));\n\n const contentStyle = useAnimatedStyle(() => {\n if (enabledragsettle && lastGestureDy.value > 0) {\n return {\n paddingBottom: lastGestureDy.value\n };\n }\n return {};\n });\n\n return (\n <>\n <TouchableWithoutFeedback onPress={onBackdropPress}>\n <Animated.View\n style={[styles.backdrop, backdropAnimatedStyle]}\n {...getTestProps('backdrop')}\n {...getAccessibilityProps(AccessibilityWidgetType.BOTTOMSHEET, props)}\n />\n </TouchableWithoutFeedback>\n\n <Animated.View\n style={[styles.container, containerAnimatedStyle]}\n {...panHandlers}\n >\n <View style={styles.dragHandleContainer} {...dragHandlePanHandlers}>\n <Pressable onPress={onDragHandlePress}>\n <View style={styles.dragIconHandle} {...getTestProps('draghandle')} />\n </Pressable>\n </View>\n {children(contentStyle)}\n </Animated.View>\n </>\n );\n};\n\nexport default class WmBottomsheet extends BaseComponent<WmBottomsheetProps, WmBottomsheetState, WmBottomsheetStyles> {\n private calculatedHeight: number;\n private expandedHeight: number;\n private defaultHeight: number = 0.5;\n private expandedDefaultHeight: number = 0.8;\n private minimumHeight: number = 0.01;\n private minimumExpandedHeight: number = 0.5;\n private maxHeight: number = 1.0;\n private animationDuration: number = 400;\n private keyboardAnimationDuration: number = Platform.OS === 'ios' ? 250 : 275;\n private statusBarHeight: number = StatusBar.currentHeight || 0;\n private defaultTopInset: number = 44;\n private maxHeightRatio: number = 0;\n private keyboardDidShowListener!: EmitterSubscription;\n private keyboardDidHideListener!: EmitterSubscription;\n private backHandlerSubscription: NativeEventSubscription | null = null;\n private topInset: number = 0;\n private iosKeyboardHeight: number = 0;\n private isIosKeyboardHeightSet: boolean = false;\n private sheetModalService: ModalService;\n private isDragHandleExpanding: boolean = false;\n\n // Reanimated shared values - created once and reused\n private translateY!: SharedValue<number>;\n private backdropOpacity!: SharedValue<number>;\n private sheetHeight!: SharedValue<number>;\n private lastGestureDyShared!: SharedValue<number>;\n\n // Helper method to calculate animation duration based on distance and velocity\n private getAnimationDuration(distance: number, velocity: number): number {\n // Base duration on distance, but cap it between 200-500ms\n // Higher velocity = shorter duration for snappier feel\n const velocityFactor = Math.max(0.3, Math.min(1, 1 - Math.abs(velocity) / 2));\n const calculatedDuration = Math.abs(distance) * velocityFactor;\n return Math.min(500, Math.max(200, calculatedDuration));\n }\n\n private calculateSheetHeight(bottomsheetheightratio: number): number {\n // Use default height if ratio not provided, but ensure it's not below minimum\n const effectiveRatio = bottomsheetheightratio || this.defaultHeight;\n this.maxHeightRatio = Math.max(\n this.minimumHeight,\n Math.min(effectiveRatio, this.maxHeight)\n );\n\n const screenHeight = Dimensions.get('screen').height;\n let calculatedHeight = screenHeight * this.maxHeightRatio;\n\n if (Platform.OS === 'ios') {\n // Subtract top inset bar height for ios only if bottomsheetheightratio is 0.9\n if (this.maxHeightRatio >= 0.9) {\n calculatedHeight -= this.defaultTopInset;\n }\n }\n else if (Platform.OS === 'android') {\n // Subtract status bar height for Android only if bottomsheetheightratio is 0.9\n if (this.maxHeightRatio >= 0.9) {\n calculatedHeight -= this.statusBarHeight;\n }\n }\n return calculatedHeight;\n }\n\n open() {\n if (!this.state.isBottomsheetVisible)\n this.updateState({\n isBottomsheetVisible: true\n } as WmBottomsheetState);\n this.openSheet();\n }\n\n close() {\n if (this.state.isBottomsheetVisible) {\n this.closeSheet();\n }\n }\n\n isSheetExpanded = () => {\n return this.state.isExpanded\n }\n\n expandBottomSheet = () => {\n const targetHeight = Math.min(this.expandedHeight, SCREEN_HEIGHT);\n const callback = () => {\n this.updateState({\n isExpanded: true,\n lastGestureDy: 0\n } as WmBottomsheetState);\n this.invokeEventCallback('onExpand', [null, this]);\n };\n\n // Reset drag settle value immediately on UI thread\n this.lastGestureDyShared.value = 0;\n\n if (this.props.enabledragsettle) {\n // Synchronize both animations to complete together\n this.sheetHeight.value = withTiming(targetHeight, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n });\n this.translateY.value = withTiming(0, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n }, (finished) => {\n if (finished) {\n runOnJS(callback)();\n }\n });\n } else {\n // Only animate height for non-drag-settle mode\n this.sheetHeight.value = withTiming(targetHeight, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n }, (finished) => {\n if (finished) {\n runOnJS(callback)();\n }\n });\n }\n }\n\n collapseBottomSheet = () => {\n const callback = () => {\n this.updateState({\n isExpanded: false,\n lastGestureDy: 0\n } as WmBottomsheetState);\n this.invokeEventCallback('onCollapse', [null, this]);\n };\n\n // Reset drag settle value immediately on UI thread\n this.lastGestureDyShared.value = 0;\n\n this.translateY.value = withTiming(0, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n });\n this.sheetHeight.value = withTiming(this.calculatedHeight, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n }, (finished) => {\n if (finished) {\n runOnJS(callback)();\n }\n });\n }\n\n constructor(props: WmBottomsheetProps) {\n super(props, DEFAULT_CLASS, new WmBottomsheetProps(), new WmBottomsheetState());\n this.calculatedHeight = this.calculateSheetHeight(props.bottomsheetheightratio);\n\n // Use bottomsheetexpandedheightratio if provided, otherwise use expandedDefaultHeight\n const expandedRatio = props.bottomsheetexpandedheightratio || this.expandedDefaultHeight;\n const effectiveExpandedRatio = Math.max(\n this.minimumExpandedHeight,\n Math.min(expandedRatio, this.maxHeight)\n );\n\n this.expandedHeight = SCREEN_HEIGHT * effectiveExpandedRatio;\n\n if (Platform.OS === 'android') {\n if (effectiveExpandedRatio >= 0.9) {\n this.expandedHeight -= this.statusBarHeight;\n }\n }\n if (Platform.OS === 'ios') {\n if (effectiveExpandedRatio >= 0.9) {\n this.expandedHeight -= this.defaultTopInset;\n }\n }\n\n // Initialize shared values in constructor using makeMutable (not hooks)\n // makeMutable can be called outside of React components\n this.translateY = makeMutable(SCREEN_HEIGHT);\n this.backdropOpacity = makeMutable(0);\n this.sheetHeight = makeMutable(this.calculatedHeight);\n this.lastGestureDyShared = makeMutable(0);\n\n this.updateState({\n isBottomsheetVisible: this.props.showonrender || false\n } as WmBottomsheetState);\n\n // Initialize values immediately to prevent flicker\n if (this.props.showonrender) {\n this.translateY.value = 0;\n this.backdropOpacity.value = 1;\n }\n\n // Local ModalService for content rendered inside Bottomsheet\n this.sheetModalService = {\n refresh: () => this.forceUpdate(),\n showModal: (options: ModalOptions) => {\n const exists = this.state.localModalsOpened.find(o => o === options);\n if (!exists) {\n // ensure high z-index within sheet\n (options as any).elevationIndex = 9999 + this.state.localModalsOpened.length + 1;\n const list = [...this.state.localModalsOpened, options];\n this.updateState({ localModalsOpened: list } as WmBottomsheetState, () => {\n setTimeout(() => options.onOpen && options.onOpen(), 0);\n });\n }\n },\n hideModal: (options?: ModalOptions) => {\n const list = [...this.state.localModalsOpened];\n const idx = options ? list.findIndex(o => o === options) : (list.length - 1);\n if (idx >= 0) {\n const o = list[idx];\n o && o.onClose && o.onClose();\n list.splice(idx, 1);\n this.updateState({ localModalsOpened: list } as WmBottomsheetState);\n }\n }\n };\n }\n\n componentDidMount() {\n super.componentDidMount();\n\n // Trigger animation after mount if showonrender is true\n if (this.state.isBottomsheetVisible) {\n // Use requestAnimationFrame to ensure animation happens after initial render\n requestAnimationFrame(() => {\n this.openSheet();\n });\n }\n\n if (Platform.OS === 'android') {\n this.backHandlerSubscription = BackHandler.addEventListener('hardwareBackPress', this.handleBackPress);\n }\n this.keyboardDidShowListener = Keyboard.addListener('keyboardDidShow', this.onKeyboardShow);\n this.keyboardDidHideListener = Keyboard.addListener('keyboardDidHide', this.onKeyboardHide);\n }\n\n componentWillUnmount() {\n super.componentWillUnmount();\n if (this.backHandlerSubscription) {\n this.backHandlerSubscription.remove();\n this.backHandlerSubscription = null;\n }\n if (this.keyboardDidShowListener) {\n this.keyboardDidShowListener.remove();\n }\n if (this.keyboardDidHideListener) {\n this.keyboardDidHideListener.remove();\n }\n }\n\n private handleBackPress = () => {\n // Close top-most local modal first, if any\n if (this.state.localModalsOpened && this.state.localModalsOpened.length > 0) {\n const top = this.state.localModalsOpened[this.state.localModalsOpened.length - 1];\n this.sheetModalService.hideModal(top);\n return true;\n }\n if (this.state.isBottomsheetVisible) {\n if (!this.props.disableswipedownclose && this.props.autoclose !== 'disabled') {\n this.closeSheet();\n }\n return true; // Prevent default back action\n }\n return false;\n };\n\n private onKeyboardShow = (event: any) => {\n let keyboardHeight = event.endCoordinates?.height || 0;\n //only storing ios keyboard height once as first time keyboard open (to avoid scroll flickring issue in ios in text widget)\n if (!this.isIosKeyboardHeightSet) {\n this.iosKeyboardHeight = event.endCoordinates?.height + 40;\n this.isIosKeyboardHeightSet = true;\n }\n // Calculate available space after keyboard\n const availableHeight = SCREEN_HEIGHT - (Platform.OS == 'ios' ? this.iosKeyboardHeight : keyboardHeight);\n // Calculate adjusted sheet height to fit within available space\n // Leave some buffer space for the drag handle and safe area\n const bufferSpace = (Platform.OS === 'ios' ? this.topInset : this.statusBarHeight) + 20;\n const adjustedHeight = availableHeight - bufferSpace;\n\n if (this.sheetHeight && Platform.OS == 'android' && this.props.modal) {\n // Use platform-specific keyboard animation duration for smooth synchronization\n this.sheetHeight.value = withTiming(adjustedHeight, {\n duration: this.keyboardAnimationDuration,\n easing: Easing.out(Easing.ease)\n });\n }\n\n this.updateState({\n keyboardHeight: keyboardHeight,\n } as WmBottomsheetState);\n };\n\n private onKeyboardHide = () => {\n if (this.sheetHeight && Platform.OS == 'android' && this.props.modal) {\n // Use platform-specific keyboard animation duration for smooth synchronization\n this.sheetHeight.value = withTiming(\n this.state.isExpanded ? this.expandedHeight : this.calculatedHeight,\n {\n duration: this.keyboardAnimationDuration,\n easing: Easing.out(Easing.ease)\n }\n );\n }\n\n this.updateState({\n keyboardHeight: 0,\n } as WmBottomsheetState);\n };\n\n componentDidUpdate(prevProps: WmBottomsheetProps) {\n if (prevProps.bottomsheetheightratio !== this.props.bottomsheetheightratio) {\n this.calculatedHeight = this.calculateSheetHeight(this.props.bottomsheetheightratio);\n if (this.sheetHeight) {\n this.sheetHeight.value = this.calculatedHeight;\n }\n }\n }\n\n handleSwipeGesture = (gestureState: PanResponderGestureState) => {\n\n // Only reset lastGestureDy for traditional behavior, not for drag and settle\n if (!this.props.enabledragsettle) {\n this.updateState({\n lastGestureDy: 0\n } as WmBottomsheetState);\n if (this.lastGestureDyShared) {\n this.lastGestureDyShared.value = 0;\n }\n }\n\n if (this.props.enabledragsettle && gestureState.dy > 0) {\n const currentTranslateY = this.translateY?.value || 0;\n\n if (gestureState.vy > 0.5 && !this.props.disableswipedownclose) {\n this.closeSheet();\n return;\n }\n\n if (this.translateY && this.lastGestureDyShared) {\n this.translateY.value = currentTranslateY;\n this.lastGestureDyShared.value = currentTranslateY;\n }\n\n this.updateState({\n isExpanded: false,\n lastGestureDy: currentTranslateY\n } as WmBottomsheetState);\n return;\n }\n\n if (gestureState.dy > 0) {\n if (this.state.isExpanded || this.props.disableswipedownclose) {\n if (gestureState.dy < this.expandedHeight / 4 || this.props.disableswipedownclose) {\n let sheetMinimumHeight = this.props.bottomsheetminimumheight || 0.1;\n const targetHeight = this.props.disableswipedownclose ? sheetMinimumHeight * SCREEN_HEIGHT : this.calculatedHeight;\n const currentHeight = this.sheetHeight?.value || this.expandedHeight;\n const distance = Math.abs(currentHeight - targetHeight);\n const duration = this.getAnimationDuration(distance, gestureState.vy);\n\n const callback = () => {\n this.updateState({\n isExpanded: false\n } as WmBottomsheetState);\n this.invokeEventCallback('onCollapse', [null, this]);\n };\n\n if (this.translateY && this.sheetHeight) {\n this.translateY.value = withTiming(0, {\n duration: duration,\n easing: Easing.out(Easing.ease)\n });\n this.sheetHeight.value = withTiming(\n targetHeight,\n {\n duration: duration,\n easing: Easing.out(Easing.ease)\n },\n (finished) => {\n if (finished) {\n runOnJS(callback)();\n }\n }\n );\n }\n } else if ((gestureState.dy > this.expandedHeight / 4 || gestureState.vy > 0.5) && !this.props.disableswipedownclose) {\n this.closeSheet();\n }\n } else {\n if (this.props.disableswipedownclose) {\n this.openSheet();\n return;\n }\n if ((gestureState.dy > 100 || gestureState.vy > 0.5) && !this.props.disableswipedownclose) {\n this.closeSheet();\n } else {\n this.openSheet();\n }\n }\n }\n }\n // panResponder for bottom sheet scroll view\n panResponder = PanResponder.create({\n onStartShouldSetPanResponder: (_, gestureState) => {\n if (this.props.disablescrollonrest && !this.state.isExpanded) {\n return true\n }\n // Only handle the gesture if we're at the top and swiping down\n return gestureState.dy > 0 && this.state.scrollOffset <= 0;\n\n },\n\n onMoveShouldSetPanResponder: (_, gestureState) => {\n if (this.props.disablescrollonrest && !this.state.isExpanded) {\n return true\n }\n // Only handle the gesture if we're at the top and swiping down\n return gestureState.dy > 0 && this.state.scrollOffset <= 0;\n\n },\n\n onPanResponderGrant: () => {\n // Cancel any ongoing animations when user starts dragging\n if (this.translateY) {\n cancelAnimation(this.translateY);\n }\n },\n\n onPanResponderMove: (_, gestureState) => {\n\n if (gestureState.dy > 0 && this.translateY && this.lastGestureDyShared) {\n const newTranslateY = Math.max(0, this.lastGestureDyShared.value + gestureState.dy);\n this.translateY.value = newTranslateY;\n // Reset expand flag if dragging down\n this.isDragHandleExpanding = false;\n }\n else if (gestureState.dy < 0 && this.props.expand && this.props.bottomsheetheightratio !== 1 && !this.isDragHandleExpanding && !this.state.isExpanded) {\n // Only trigger expand once with threshold of -50px upward drag\n this.isDragHandleExpanding = true;\n this.expandBottomSheet();\n }\n },\n\n onPanResponderRelease: (_, gestureState) => {\n this.handleSwipeGesture(gestureState);\n },\n\n onPanResponderTerminate: () => {\n this.openSheet();\n },\n });\n\n //pan repsoneder for bottom sheet dragable container\n dragHandlePanResponder = PanResponder.create({\n onStartShouldSetPanResponder: () => true,\n onMoveShouldSetPanResponder: () => true,\n\n onPanResponderGrant: () => {\n // Cancel any ongoing animations when user starts dragging\n if (this.translateY) {\n cancelAnimation(this.translateY);\n }\n // Reset the expand flag\n this.isDragHandleExpanding = false;\n },\n\n onPanResponderMove: (_, gestureState) => {\n if (gestureState.dy > 0 && this.translateY && this.lastGestureDyShared) {\n const newTranslateY = Math.max(0, this.lastGestureDyShared.value + gestureState.dy);\n this.translateY.value = newTranslateY;\n // Reset expand flag if dragging down\n this.isDragHandleExpanding = false;\n } else if (gestureState.dy < -50 && this.props.expand && this.props.bottomsheetheightratio !== 1 && !this.isDragHandleExpanding && !this.state.isExpanded) {\n // Only trigger expand once with threshold of -50px upward drag\n this.isDragHandleExpanding = true;\n this.expandBottomSheet();\n }\n },\n onPanResponderRelease: (_, gestureState) => {\n this.isDragHandleExpanding = false;\n this.handleSwipeGesture(gestureState);\n },\n });\n\n handleScroll = (event: any): any => {\n if (this.state.keyboardHeight > 0) return null;\n const offsetY = event.nativeEvent.contentOffset.y;\n this.updateState({\n isScrolling: offsetY > 0,\n scrollOffset: offsetY\n } as WmBottomsheetState);\n };\n\n openSheet = () => {\n const callback = () => {\n this.updateState({\n lastGestureDy: 0,\n } as WmBottomsheetState);\n this.invokeEventCallback('onOpened', [null, this]);\n };\n\n // Reset drag settle value immediately on UI thread\n if (this.lastGestureDyShared) {\n this.lastGestureDyShared.value = 0;\n }\n\n if (this.translateY && this.backdropOpacity) {\n this.translateY.value = withTiming(0, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n }, (finished) => {\n if (finished) {\n runOnJS(callback)();\n }\n });\n // Backdrop animation synchronized with sheet animation\n this.backdropOpacity.value = withTiming(1, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n });\n }\n };\n\n private handleClose = () => {\n this.updateState({\n isBottomsheetVisible: false\n } as WmBottomsheetState);\n this.invokeEventCallback('onClose', [null, this]);\n };\n\n closeSheet = () => {\n const callback = () => {\n // Reset sheet height after close\n if (this.sheetHeight) {\n this.sheetHeight.value = this.calculatedHeight;\n }\n this.updateState({\n isExpanded: false,\n localModalsOpened: [] as ModalOptions[]\n } as WmBottomsheetState);\n this.handleClose();\n };\n\n if (this.translateY && this.backdropOpacity) {\n this.translateY.value = withTiming(SCREEN_HEIGHT, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n }, (finished) => {\n if (finished) {\n runOnJS(callback)();\n }\n });\n // Backdrop animation synchronized with sheet animation\n this.backdropOpacity.value = withTiming(0, {\n duration: this.animationDuration,\n easing: Easing.out(Easing.ease)\n });\n }\n };\n\n closeSheetImmediate = () => {\n if (this.translateY && this.backdropOpacity && this.lastGestureDyShared) {\n this.translateY.value = SCREEN_HEIGHT;\n this.backdropOpacity.value = 0;\n this.lastGestureDyShared.value = 0;\n }\n\n this.updateState({\n lastGestureDy: 0,\n isExpanded: false,\n isBottomsheetVisible: false,\n localModalsOpened: [] as ModalOptions[]\n } as WmBottomsheetState);\n\n requestAnimationFrame(() => {\n if (this.sheetHeight) {\n this.sheetHeight.value = this.calculatedHeight;\n }\n });\n };\n\n public onPropertyChange(name: string, $new: any, $old: any): void {\n super.onPropertyChange(name, $new, $old);\n switch (name) {\n case \"showonrender\":\n if ($new) {\n this.updateState({\n isBottomsheetVisible: $new || false\n } as WmBottomsheetState);\n if (this.state.isBottomsheetVisible) {\n this.openSheet && this.openSheet();\n }\n } else {\n this.closeSheetImmediate && this.closeSheetImmediate();\n }\n break;\n }\n }\n\n public renderSkeleton(props: WmBottomsheetProps) {\n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n width: this.styles.root.width as DimensionValue,\n height: this.styles.root.height as DimensionValue\n });\n }\n\n // Class methods to prevent recreation on every render\n private handleBackdropPress = () => {\n if (this.props.autoclose !== 'disabled') {\n this.closeSheet();\n }\n };\n\n private handleDragHandlePress = () => {\n this.invokeEventCallback('onDraghandleiconclick', [null, this]);\n };\n\n private renderContent = (props: WmBottomsheetProps) => {\n // Don't render if shared values aren't initialized yet\n if (!this.translateY || !this.backdropOpacity || !this.sheetHeight || !this.lastGestureDyShared) {\n return null;\n }\n\n return (\n <SafeAreaInsetsContext.Consumer>\n {(insets = { top: 0, bottom: 0, left: 0, right: 0 }) => {\n // Store topInset for later use (avoid mutation during render)\n const topInset = insets?.top || 0;\n // Update the instance variable outside of render cycle\n if (this.topInset !== topInset) {\n requestAnimationFrame(() => {\n this.topInset = topInset;\n });\n }\n return (\n <View style={this.styles.root} {...this.getTestProps('keyboardview')}>\n {this._background}\n\n <AnimatedBottomsheetContent\n translateY={this.translateY}\n backdropOpacity={this.backdropOpacity}\n sheetHeight={this.sheetHeight}\n lastGestureDy={this.lastGestureDyShared}\n styles={this.styles}\n props={props}\n panHandlers={this.panResponder.panHandlers}\n dragHandlePanHandlers={this.dragHandlePanResponder.panHandlers}\n onBackdropPress={this.handleBackdropPress}\n onDragHandlePress={this.handleDragHandlePress}\n getTestProps={this.getTestProps.bind(this)}\n enabledragsettle={props.enabledragsettle}\n >\n {(contentStyle: any) => (\n <ScrollView\n ref={this.state.scrollViewRef}\n style={this.styles.sheetContentContainer}\n contentContainerStyle={[this.styles.sheetScrollContent]}\n alwaysBounceVertical={false}\n alwaysBounceHorizontal={false}\n bounces={false}\n showsVerticalScrollIndicator={false}\n scrollEventThrottle={16}\n onScroll={this.handleScroll}\n nestedScrollEnabled={true}\n scrollEnabled={!props.issticky && (!props.disablescrollonrest || this.state.isExpanded)}\n {...this.getTestProps('scorllview')}\n >\n {props.enablemodalsupport ? (\n <ModalProvider value={this.sheetModalService}>\n <Animated.View style={contentStyle}>\n {props.children}\n </Animated.View>\n </ModalProvider>\n ) : (\n <Animated.View style={contentStyle}>\n {props.children}\n </Animated.View>\n )}\n </ScrollView>\n )}\n </AnimatedBottomsheetContent>\n\n {props.enablemodalsupport && this.state.localModalsOpened && this.state.localModalsOpened.map((o, i) => (\n <View\n key={(o.name || '') + i}\n onStartShouldSetResponder={() => true}\n onResponderEnd={() => o.isModal && this.sheetModalService.hideModal(o)}\n style={[\n this.styles.modalOverlay,\n (o as any).centered ? this.styles.centeredOverlay : null,\n { zIndex: (o as any).elevationIndex || 9999, elevation: (o as any).elevationIndex || 9999 },\n (o.modalStyle || {})\n ]}\n >\n <View\n style={[(o.contentStyle || {})]}\n onStartShouldSetResponder={() => true}\n onResponderEnd={(e) => e.stopPropagation()}\n >\n {o.content}\n </View>\n </View>\n ))}\n </View>\n );\n }}\n </SafeAreaInsetsContext.Consumer>\n );\n };\n\n renderWidget(props: WmBottomsheetProps) {\n if (!this.state.isBottomsheetVisible) return null;\n\n if (props.modal) {\n\n return (\n <Modal\n visible={this.state.isBottomsheetVisible}\n transparent={true}\n animationType=\"none\"\n onRequestClose={() => {\n if (!this.props.disableswipedownclose && this.props.autoclose !== 'disabled') {\n this.closeSheet();\n }\n }}\n statusBarTranslucent={false}\n >\n <KeyboardAvoidingView\n style={{ flex: 1 }}\n behavior={'padding'}\n keyboardVerticalOffset={Platform.OS === 'ios' ? 0 : undefined}\n >\n {this.renderContent(props)}\n </KeyboardAvoidingView>\n </Modal>\n );\n } else {\n return this.renderContent(props);\n }\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,26 @@
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ export default class WmBottomsheetProps extends BaseProps {
6
+ constructor(...args) {
7
+ super(...args);
8
+ _defineProperty(this, "showonrender", false);
9
+ _defineProperty(this, "bottomsheetheightratio", 0.3);
10
+ _defineProperty(this, "children", null);
11
+ _defineProperty(this, "expand", false);
12
+ _defineProperty(this, "bottomsheetexpandedheightratio", 0.5);
13
+ _defineProperty(this, "keyboardverticaloffset", 100);
14
+ _defineProperty(this, "onOpened", null);
15
+ _defineProperty(this, "onClose", null);
16
+ _defineProperty(this, "modal", true);
17
+ _defineProperty(this, "enablemodalsupport", true);
18
+ _defineProperty(this, "autoclose", 'outsideClick');
19
+ _defineProperty(this, "disableswipedownclose", false);
20
+ _defineProperty(this, "bottomsheetminimumheight", 0.1);
21
+ _defineProperty(this, "enabledragsettle", false);
22
+ _defineProperty(this, "disablescrollonrest", false);
23
+ _defineProperty(this, "issticky", false);
24
+ }
25
+ }
26
+ //# sourceMappingURL=bottomsheet.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmBottomsheetProps","constructor","args","_defineProperty"],"sources":["bottomsheet.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmBottomsheetProps extends BaseProps {\n showonrender: boolean = false;\n bottomsheetheightratio:number = 0.3;\n children? = null as any;\n expand?:boolean = false;\n bottomsheetexpandedheightratio?:number = 0.5; \n keyboardverticaloffset: number = 100;\n onOpened?: Function = null as any;\n onClose?: Function = null as any;\n modal?: boolean = true;\n enablemodalsupport?: boolean = true;\n autoclose?: 'outsideClick' | 'disabled' = 'outsideClick';\n disableswipedownclose?:boolean = false;\n bottomsheetminimumheight?:number = 0.1;\n enabledragsettle?: boolean = false;\n disablescrollonrest?: boolean = false;\n issticky: boolean = false;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,uBAC9B,KAAK;IAAAA,eAAA,iCACG,GAAG;IAAAA,eAAA,mBACvB,IAAI;IAAAA,eAAA,iBACE,KAAK;IAAAA,eAAA,yCACkB,GAAG;IAAAA,eAAA,iCACX,GAAG;IAAAA,eAAA,mBACd,IAAI;IAAAA,eAAA,kBACL,IAAI;IAAAA,eAAA,gBACP,IAAI;IAAAA,eAAA,6BACS,IAAI;IAAAA,eAAA,oBACO,cAAc;IAAAA,eAAA,gCACvB,KAAK;IAAAA,eAAA,mCACF,GAAG;IAAAA,eAAA,2BACV,KAAK;IAAAA,eAAA,8BACF,KAAK;IAAAA,eAAA,mBACjB,KAAK;EAAA;AAC7B","ignoreList":[]}
@@ -0,0 +1,88 @@
1
+ import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import ThemeVariables from '@wavemaker/app-rn-runtime/styles/theme.variables';
4
+ export const DEFAULT_CLASS = 'app-bottomsheet';
5
+ BASE_THEME.registerStyle((themeVariables, addStyle) => {
6
+ const defaultStyles = defineStyles({
7
+ root: {
8
+ position: 'absolute',
9
+ top: 0,
10
+ left: 0,
11
+ right: 0,
12
+ bottom: 0,
13
+ zIndex: 9999,
14
+ elevation: 9999,
15
+ width: '100%',
16
+ height: '100%',
17
+ justifyContent: 'flex-end' // This pushes content to bottom
18
+ },
19
+ text: {},
20
+ backdrop: {
21
+ position: 'absolute',
22
+ top: 0,
23
+ left: 0,
24
+ right: 0,
25
+ bottom: 0,
26
+ width: '100%',
27
+ height: '100%',
28
+ backgroundColor: ThemeVariables.INSTANCE.bottomSheetBgColor
29
+ },
30
+ container: {
31
+ backgroundColor: '#fff',
32
+ borderTopLeftRadius: 28,
33
+ borderTopRightRadius: 28,
34
+ shadowColor: '#000',
35
+ shadowOffset: {
36
+ width: 0,
37
+ height: -2
38
+ },
39
+ shadowOpacity: 0.05,
40
+ shadowRadius: 3,
41
+ elevation: 5,
42
+ borderTopWidth: 0.5,
43
+ borderColor: ThemeVariables.INSTANCE.bottomSheetBgColor,
44
+ width: '100%',
45
+ maxHeight: '100%' // Allow full screen height
46
+ },
47
+ dragHandleContainer: {
48
+ paddingVertical: 16,
49
+ alignItems: 'center',
50
+ borderBottomWidth: 1,
51
+ borderBottomColor: ThemeVariables.INSTANCE.bottomSheetBgColor,
52
+ backgroundColor: '#fff',
53
+ borderTopLeftRadius: 28,
54
+ borderTopRightRadius: 28
55
+ },
56
+ dragIconHandle: {
57
+ width: 36,
58
+ height: 4,
59
+ backgroundColor: ThemeVariables.INSTANCE.bottomSheetDragIconcolor,
60
+ borderRadius: 2
61
+ },
62
+ sheetContentContainer: {
63
+ flex: 1,
64
+ maxHeight: '100%' // Ensure it doesn't exceed container
65
+ },
66
+ sheetScrollContent: {
67
+ paddingHorizontal: 20,
68
+ paddingBottom: 20,
69
+ flexGrow: 1
70
+ },
71
+ modalOverlay: {
72
+ position: 'absolute',
73
+ top: 0,
74
+ left: 0,
75
+ right: 0,
76
+ bottom: 0
77
+ },
78
+ centeredOverlay: {
79
+ justifyContent: 'center',
80
+ alignItems: 'center'
81
+ },
82
+ skeleton: {
83
+ root: {}
84
+ }
85
+ });
86
+ addStyle(DEFAULT_CLASS, '', defaultStyles);
87
+ });
88
+ //# sourceMappingURL=bottomsheet.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","ThemeVariables","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","position","top","left","right","bottom","zIndex","elevation","width","height","justifyContent","text","backdrop","backgroundColor","INSTANCE","bottomSheetBgColor","container","borderTopLeftRadius","borderTopRightRadius","shadowColor","shadowOffset","shadowOpacity","shadowRadius","borderTopWidth","borderColor","maxHeight","dragHandleContainer","paddingVertical","alignItems","borderBottomWidth","borderBottomColor","dragIconHandle","bottomSheetDragIconcolor","borderRadius","sheetContentContainer","flex","sheetScrollContent","paddingHorizontal","paddingBottom","flexGrow","modalOverlay","centeredOverlay","skeleton"],"sources":["bottomsheet.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 { TextStyle, ViewStyle } from 'react-native';\nimport { WmSkeletonStyles } from '../skeleton/skeleton.styles';\nimport ThemeVariables from '@wavemaker/app-rn-runtime/styles/theme.variables';\nexport type WmBottomsheetStyles = BaseStyles & {\n root: ViewStyle;\n backdrop: ViewStyle;\n container: ViewStyle;\n dragHandleContainer: ViewStyle;\n dragIconHandle: ViewStyle;\n sheetContentContainer: ViewStyle;\n sheetScrollContent: ViewStyle;\n modalOverlay: ViewStyle;\n centeredOverlay: ViewStyle;\n skeleton: WmSkeletonStyles\n};\n\nexport const DEFAULT_CLASS = 'app-bottomsheet';\n\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles = defineStyles<WmBottomsheetStyles>({\n root: {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n bottom: 0,\n zIndex: 9999,\n elevation: 9999,\n width: '100%',\n height: '100%',\n justifyContent: 'flex-end', // This pushes content to bottom\n },\n text: {},\n backdrop: {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n bottom: 0,\n width: '100%',\n height: '100%',\n backgroundColor: ThemeVariables.INSTANCE.bottomSheetBgColor\n },\n container: {\n backgroundColor: '#fff',\n borderTopLeftRadius: 28,\n borderTopRightRadius: 28,\n shadowColor: '#000',\n shadowOffset: { width: 0, height: -2 },\n shadowOpacity: 0.05,\n shadowRadius: 3,\n elevation: 5,\n borderTopWidth: 0.5,\n borderColor: ThemeVariables.INSTANCE.bottomSheetBgColor,\n width: '100%',\n maxHeight: '100%', // Allow full screen height\n },\n dragHandleContainer: {\n paddingVertical: 16,\n alignItems: 'center',\n borderBottomWidth: 1,\n borderBottomColor: ThemeVariables.INSTANCE.bottomSheetBgColor,\n backgroundColor: '#fff',\n borderTopLeftRadius: 28,\n borderTopRightRadius: 28,\n },\n dragIconHandle: {\n width: 36,\n height: 4,\n backgroundColor: ThemeVariables.INSTANCE.bottomSheetDragIconcolor,\n borderRadius: 2,\n },\n sheetContentContainer: {\n flex: 1,\n maxHeight: '100%', // Ensure it doesn't exceed container\n },\n sheetScrollContent: {\n paddingHorizontal: 20,\n paddingBottom: 20,\n flexGrow: 1,\n },\n modalOverlay: {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n bottom: 0\n },\n centeredOverlay: {\n justifyContent: 'center',\n alignItems: 'center'\n },\n skeleton: {\n root: {\n \n }\n } as WmSkeletonStyles\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAGxF,OAAOC,cAAc,MAAM,kDAAkD;AAc7E,OAAO,MAAMC,aAAa,GAAG,iBAAiB;AAE9CH,UAAU,CAACI,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAa,GAAGN,YAAY,CAAsB;IACpDO,IAAI,EAAE;MACFC,QAAQ,EAAE,UAAU;MACpBC,GAAG,EAAE,CAAC;MACNC,IAAI,EAAE,CAAC;MACPC,KAAK,EAAE,CAAC;MACRC,MAAM,EAAE,CAAC;MACTC,MAAM,EAAE,IAAI;MACZC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE,MAAM;MACbC,MAAM,EAAE,MAAM;MACdC,cAAc,EAAE,UAAU,CAAE;IAChC,CAAC;IACDC,IAAI,EAAE,CAAC,CAAC;IACRC,QAAQ,EAAE;MACNX,QAAQ,EAAE,UAAU;MACpBC,GAAG,EAAE,CAAC;MACNC,IAAI,EAAE,CAAC;MACPC,KAAK,EAAE,CAAC;MACRC,MAAM,EAAE,CAAC;MACTG,KAAK,EAAE,MAAM;MACbC,MAAM,EAAE,MAAM;MACdI,eAAe,EAAEnB,cAAc,CAACoB,QAAQ,CAACC;IAC7C,CAAC;IACDC,SAAS,EAAE;MACPH,eAAe,EAAE,MAAM;MACvBI,mBAAmB,EAAE,EAAE;MACvBC,oBAAoB,EAAE,EAAE;MACxBC,WAAW,EAAE,MAAM;MACnBC,YAAY,EAAE;QAAEZ,KAAK,EAAE,CAAC;QAAEC,MAAM,EAAE,CAAC;MAAE,CAAC;MACtCY,aAAa,EAAE,IAAI;MACnBC,YAAY,EAAE,CAAC;MACff,SAAS,EAAE,CAAC;MACZgB,cAAc,EAAE,GAAG;MACnBC,WAAW,EAAE9B,cAAc,CAACoB,QAAQ,CAACC,kBAAkB;MACvDP,KAAK,EAAE,MAAM;MACbiB,SAAS,EAAE,MAAM,CAAE;IACvB,CAAC;IACDC,mBAAmB,EAAE;MACjBC,eAAe,EAAE,EAAE;MACnBC,UAAU,EAAE,QAAQ;MACpBC,iBAAiB,EAAE,CAAC;MACpBC,iBAAiB,EAAEpC,cAAc,CAACoB,QAAQ,CAACC,kBAAkB;MAC7DF,eAAe,EAAE,MAAM;MACvBI,mBAAmB,EAAE,EAAE;MACvBC,oBAAoB,EAAE;IAC1B,CAAC;IACDa,cAAc,EAAE;MACZvB,KAAK,EAAE,EAAE;MACTC,MAAM,EAAE,CAAC;MACTI,eAAe,EAAEnB,cAAc,CAACoB,QAAQ,CAACkB,wBAAwB;MACjEC,YAAY,EAAE;IAClB,CAAC;IACDC,qBAAqB,EAAE;MACnBC,IAAI,EAAE,CAAC;MACPV,SAAS,EAAE,MAAM,CAAE;IACvB,CAAC;IACDW,kBAAkB,EAAE;MAChBC,iBAAiB,EAAE,EAAE;MACrBC,aAAa,EAAE,EAAE;MACjBC,QAAQ,EAAE;IACd,CAAC;IACDC,YAAY,EAAE;MACVvC,QAAQ,EAAE,UAAU;MACpBC,GAAG,EAAE,CAAC;MACNC,IAAI,EAAE,CAAC;MACPC,KAAK,EAAE,CAAC;MACRC,MAAM,EAAE;IACZ,CAAC;IACDoC,eAAe,EAAE;MACb/B,cAAc,EAAE,QAAQ;MACxBkB,UAAU,EAAE;IAChB,CAAC;IACDc,QAAQ,EAAE;MACV1C,IAAI,EAAE,CAEN;IACF;EACF,CAAC,CAAC;EAEFF,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC9C,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,111 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React from 'react';
3
+ import { Text, View } from 'react-native';
4
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ import { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';
6
+ import { Badge } from 'react-native-paper';
7
+ import WmButtonProps from './button.props';
8
+ import { DEFAULT_CLASS } from './button.styles';
9
+ import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
10
+ import { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';
11
+ import { createSkeleton } from '../skeleton/skeleton.component';
12
+ import { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';
13
+ export class WmButtonState extends BaseComponentState {}
14
+ export default class WmButton extends BaseComponent {
15
+ constructor(props) {
16
+ super(props, DEFAULT_CLASS, new WmButtonProps());
17
+ }
18
+ prepareIcon({
19
+ iconclass,
20
+ iconurl,
21
+ hint,
22
+ name,
23
+ iconsize,
24
+ iconheight,
25
+ iconmargin,
26
+ iconwidth
27
+ }) {
28
+ return iconclass || iconurl ? /*#__PURE__*/React.createElement(WmIcon, {
29
+ id: this.getTestId('icon'),
30
+ hint: hint,
31
+ styles: this.styles.icon,
32
+ name: `${name}_icon`,
33
+ iconclass: iconclass,
34
+ iconsize: iconsize,
35
+ iconurl: iconurl,
36
+ iconheight: iconheight,
37
+ iconmargin: iconmargin,
38
+ iconwidth: iconwidth,
39
+ accessible: false
40
+ }) : null;
41
+ }
42
+ prepareBadge(props) {
43
+ //@ts-ignore
44
+ return /*#__PURE__*/React.createElement(Badge, _extends({
45
+ style: this.styles.badge
46
+ }, this.getTestProps('badge')), props.badgevalue);
47
+ }
48
+ renderSkeleton(prop) {
49
+ let skeletonWidth, skeletonHeight;
50
+ if (this.props.skeletonwidth == "0") {
51
+ skeletonWidth = 0;
52
+ } else {
53
+ var _this$styles$root;
54
+ skeletonWidth = this.props.skeletonwidth || ((_this$styles$root = this.styles.root) === null || _this$styles$root === void 0 ? void 0 : _this$styles$root.width);
55
+ }
56
+ if (this.props.skeletonheight == "0") {
57
+ skeletonHeight = 0;
58
+ } else {
59
+ var _this$styles$root2;
60
+ skeletonHeight = this.props.skeletonheight || ((_this$styles$root2 = this.styles.root) === null || _this$styles$root2 === void 0 ? void 0 : _this$styles$root2.height);
61
+ }
62
+ return createSkeleton(this.theme, this.styles.skeleton, {
63
+ ...this.styles.root,
64
+ width: skeletonWidth,
65
+ height: skeletonHeight
66
+ });
67
+ }
68
+ renderWidget(props) {
69
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Animatedview, {
70
+ entryanimation: props.animation,
71
+ delay: props.animationdelay,
72
+ onLayout: event => this.handleLayout(event),
73
+ style: [this.styles.root, {
74
+ paddingTop: 0,
75
+ paddingBottom: 0,
76
+ paddingLeft: 0,
77
+ paddingRight: 0,
78
+ overflow: 'hidden',
79
+ flexDirection: 'column'
80
+ }, this.styles.root.height == "100%" ? {
81
+ flex: 1
82
+ } : {}]
83
+ }, this._background, /*#__PURE__*/React.createElement(Tappable, _extends({
84
+ disableTouchEffect: this.state.props.disabletoucheffect,
85
+ styles: {
86
+ paddingTop: this.styles.root.paddingTop,
87
+ paddingBottom: this.styles.root.paddingBottom,
88
+ paddingLeft: this.styles.root.paddingLeft,
89
+ paddingRight: this.styles.root.paddingRight,
90
+ width: '100%',
91
+ height: this.styles.root.height ? '100%' : null,
92
+ justifyContent: 'center'
93
+ },
94
+ rippleColor: this.styles.root.rippleColor,
95
+ target: this
96
+ }, this.getTestPropsForAction(), {
97
+ accessibilityProps: {
98
+ ...getAccessibilityProps(AccessibilityWidgetType.BUTTON, props)
99
+ }
100
+ }), /*#__PURE__*/React.createElement(View, {
101
+ style: [this.styles.content, {
102
+ flexDirection: props.iconposition === 'top' ? 'column' : 'row'
103
+ }]
104
+ }, props.iconposition === 'top' && this.prepareIcon(props), props.iconposition === 'left' && this.prepareIcon(props), props.caption ? /*#__PURE__*/React.createElement(Text, _extends({
105
+ style: this.styles.text
106
+ }, this.getTestPropsForLabel('caption'), {
107
+ importantForAccessibility: 'no'
108
+ }), props.caption) : null, props.iconposition === 'right' && this.prepareIcon(props)))), props.badgevalue && this.prepareBadge(props));
109
+ }
110
+ }
111
+ //# sourceMappingURL=button.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","View","BaseComponent","BaseComponentState","Tappable","Badge","WmButtonProps","DEFAULT_CLASS","WmIcon","Animatedview","createSkeleton","AccessibilityWidgetType","getAccessibilityProps","WmButtonState","WmButton","constructor","props","prepareIcon","iconclass","iconurl","hint","name","iconsize","iconheight","iconmargin","iconwidth","createElement","id","getTestId","styles","icon","accessible","prepareBadge","_extends","style","badge","getTestProps","badgevalue","renderSkeleton","prop","skeletonWidth","skeletonHeight","skeletonwidth","_this$styles$root","root","width","skeletonheight","_this$styles$root2","height","theme","skeleton","renderWidget","Fragment","entryanimation","animation","delay","animationdelay","onLayout","event","handleLayout","paddingTop","paddingBottom","paddingLeft","paddingRight","overflow","flexDirection","flex","_background","disableTouchEffect","state","disabletoucheffect","justifyContent","rippleColor","target","getTestPropsForAction","accessibilityProps","BUTTON","content","iconposition","caption","text","getTestPropsForLabel","importantForAccessibility"],"sources":["button.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, LayoutChangeEvent, Text, View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Badge } from 'react-native-paper';\n\nimport WmButtonProps from './button.props';\nimport { DEFAULT_CLASS, WmButtonStyles } from './button.styles';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { createSkeleton } from '../skeleton/skeleton.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nexport class WmButtonState extends BaseComponentState<WmButtonProps> {\n\n}\n\nexport default class WmButton extends BaseComponent<WmButtonProps, WmButtonState, WmButtonStyles> {\n\n constructor(props: WmButtonProps) {\n super(props, DEFAULT_CLASS, new WmButtonProps());\n }\n\n private prepareIcon({\n iconclass,\n iconurl,\n hint,\n name,\n iconsize,\n iconheight,\n iconmargin,\n iconwidth,\n }: any) {\n return iconclass || iconurl\n ? (<WmIcon\n id={this.getTestId('icon')}\n hint={hint}\n styles={this.styles.icon}\n name={`${name}_icon`}\n iconclass={iconclass}\n iconsize={iconsize}\n iconurl={iconurl}\n iconheight={iconheight}\n iconmargin={iconmargin}\n iconwidth={iconwidth}\n accessible={false}\n />): null;\n }\n\n private prepareBadge(props: any) {\n //@ts-ignore\n return (<Badge style={this.styles.badge} {...this.getTestProps('badge')}>{props.badgevalue}</Badge>);\n }\n\n public renderSkeleton(prop: WmButtonProps) {\n let skeletonWidth, skeletonHeight;\n if(this.props.skeletonwidth == \"0\") {\n skeletonWidth = 0\n } else {\n skeletonWidth = this.props.skeletonwidth || this.styles.root?.width\n }\n\n if(this.props.skeletonheight == \"0\") {\n skeletonHeight = 0\n } else {\n skeletonHeight = this.props.skeletonheight || this.styles.root?.height;\n }\n \n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n width: skeletonWidth as DimensionValue,\n height: skeletonHeight as DimensionValue\n });\n }\n\n renderWidget(props: WmButtonProps) {\n return (\n <>\n <Animatedview entryanimation={props.animation} delay={props.animationdelay}\n onLayout={(event: LayoutChangeEvent) => this.handleLayout(event)}\n style={[\n this.styles.root,\n {\n paddingTop: 0,\n paddingBottom: 0,\n paddingLeft: 0,\n paddingRight: 0,\n overflow: 'hidden',\n flexDirection: 'column'\n },\n this.styles.root.height == \"100%\" ? {flex: 1}:{}\n ]}\n >\n {this._background}\n <Tappable\n disableTouchEffect={this.state.props.disabletoucheffect}\n styles={{\n paddingTop: this.styles.root.paddingTop,\n paddingBottom: this.styles.root.paddingBottom,\n paddingLeft: this.styles.root.paddingLeft,\n paddingRight: this.styles.root.paddingRight,\n width: '100%',\n height: this.styles.root.height ? '100%' : null,\n justifyContent: 'center',\n }}\n rippleColor = {this.styles.root.rippleColor}\n target={this}\n {...this.getTestPropsForAction()}\n accessibilityProps={{...getAccessibilityProps(\n AccessibilityWidgetType.BUTTON,\n props\n )}}>\n <View\n style={[\n this.styles.content,\n { flexDirection: props.iconposition === 'top' ? 'column' : 'row' }\n ]}>\n {props.iconposition === 'top' && this.prepareIcon(props)}\n {props.iconposition === 'left' && this.prepareIcon(props)}\n {props.caption ? (\n <Text\n style={this.styles.text}\n {...this.getTestPropsForLabel('caption')}\n importantForAccessibility={'no'}\n >\n {props.caption}\n </Text>\n ) : null}\n {props.iconposition === 'right' && this.prepareIcon(props)}\n </View>\n </Tappable>\n </Animatedview>\n {props.badgevalue && this.prepareBadge(props)}\n </>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,28 @@
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ export default class WmButtonProps extends BaseProps {
6
+ constructor(...args) {
7
+ super(...args);
8
+ _defineProperty(this, "animation", null);
9
+ _defineProperty(this, "animationdelay", null);
10
+ _defineProperty(this, "caption", null);
11
+ _defineProperty(this, "badgevalue", null);
12
+ _defineProperty(this, "iconclass", null);
13
+ _defineProperty(this, "iconposition", 'left');
14
+ _defineProperty(this, "onTap", null);
15
+ _defineProperty(this, "iconsize", 0);
16
+ _defineProperty(this, "skeletonheight", null);
17
+ _defineProperty(this, "skeletonwidth", null);
18
+ _defineProperty(this, "iconurl", null);
19
+ _defineProperty(this, "iconheight", null);
20
+ _defineProperty(this, "iconwidth", null);
21
+ _defineProperty(this, "iconmargin", null);
22
+ _defineProperty(this, "accessible", true);
23
+ _defineProperty(this, "accessibilitylabel", undefined);
24
+ _defineProperty(this, "hint", undefined);
25
+ _defineProperty(this, "accessibilityrole", "button");
26
+ }
27
+ }
28
+ //# sourceMappingURL=button.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmButtonProps","constructor","args","_defineProperty","undefined"],"sources":["button.props.ts"],"sourcesContent":["import {AccessibilityRole} from 'react-native';\nimport { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmButtonProps extends BaseProps {\n animation?: string = null as any;\n animationdelay?: number = null as any;\n caption?: string = null as any;\n badgevalue?: string = null as any;\n iconclass?: string = null as any;\n iconposition? = 'left';\n onTap?: Function = null as any;\n iconsize?:number = 0;\n skeletonheight?: string = null as any;\n skeletonwidth?: string = null as any;\n iconurl?: string = null as any;\n iconheight?: number = null as any;\n iconwidth?: number = null as any;\n iconmargin?: number = null as any;\n accessible?: boolean = true;\n accessibilitylabel?: string = undefined;\n hint?: string = undefined;\n accessibilityrole?: AccessibilityRole = \"button\";\n}\n"],"mappings":";;;AACA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,aAAa,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,oBAC5B,IAAI;IAAAA,eAAA,yBACC,IAAI;IAAAA,eAAA,kBACX,IAAI;IAAAA,eAAA,qBACD,IAAI;IAAAA,eAAA,oBACL,IAAI;IAAAA,eAAA,uBACT,MAAM;IAAAA,eAAA,gBACH,IAAI;IAAAA,eAAA,mBACJ,CAAC;IAAAA,eAAA,yBACM,IAAI;IAAAA,eAAA,wBACL,IAAI;IAAAA,eAAA,kBACV,IAAI;IAAAA,eAAA,qBACD,IAAI;IAAAA,eAAA,oBACL,IAAI;IAAAA,eAAA,qBACH,IAAI;IAAAA,eAAA,qBACH,IAAI;IAAAA,eAAA,6BACGC,SAAS;IAAAD,eAAA,eACvBC,SAAS;IAAAD,eAAA,4BACe,QAAQ;EAAA;AACpD","ignoreList":[]}
@@ -0,0 +1,133 @@
1
+ import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ export const DEFAULT_CLASS = 'app-button';
4
+ BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
+ const defaultStyles = defineStyles({
6
+ root: {
7
+ minHeight: 40,
8
+ borderRadius: 32,
9
+ paddingTop: 12,
10
+ paddingBottom: 12,
11
+ paddingLeft: 24,
12
+ paddingRight: 24,
13
+ alignSelf: 'flex-start',
14
+ rippleColor: themeVariables.rippleColor
15
+ },
16
+ content: {
17
+ flexDirection: 'row',
18
+ alignItems: 'center',
19
+ justifyContent: 'center'
20
+ },
21
+ text: {
22
+ fontSize: 14,
23
+ fontFamily: themeVariables.baseFont,
24
+ fontWeight: '500',
25
+ textAlign: 'center',
26
+ textTransform: 'capitalize'
27
+ },
28
+ badge: {
29
+ backgroundColor: themeVariables.buttonBadgeBackgroundColor,
30
+ color: themeVariables.buttonBadgeTextColor,
31
+ alignSelf: 'flex-end',
32
+ position: 'relative',
33
+ bottom: 60,
34
+ marginRight: 18,
35
+ borderWidth: 1,
36
+ borderStyle: 'solid'
37
+ },
38
+ icon: {
39
+ root: {
40
+ alignSelf: 'auto',
41
+ paddingLeft: -8,
42
+ paddingRight: -8
43
+ },
44
+ icon: {},
45
+ text: {
46
+ paddingRight: themeVariables.buttonTextPadding,
47
+ fontSize: 16
48
+ }
49
+ },
50
+ skeleton: {
51
+ root: {
52
+ width: 96,
53
+ height: 48,
54
+ borderRadius: 4
55
+ }
56
+ }
57
+ });
58
+ addStyle(DEFAULT_CLASS, '', defaultStyles);
59
+ addStyle(DEFAULT_CLASS + '-disabled', '', {
60
+ root: {
61
+ opacity: 0.5
62
+ }
63
+ });
64
+ const getButtonStyles = (bgColor, color, borderColor = bgColor) => {
65
+ return {
66
+ root: {
67
+ borderWidth: 1,
68
+ borderColor: borderColor,
69
+ borderStyle: 'solid',
70
+ backgroundColor: bgColor
71
+ },
72
+ text: {
73
+ color: color
74
+ },
75
+ badge: {
76
+ backgroundColor: color,
77
+ color: bgColor,
78
+ borderColor: bgColor
79
+ },
80
+ icon: {
81
+ text: {
82
+ color: color
83
+ }
84
+ }
85
+ };
86
+ };
87
+ const linkBtnStyle = getButtonStyles(themeVariables.buttonLinkColor, themeVariables.buttonLinkTextColor);
88
+ const buttonWithOnlyLabel = getButtonStyles(themeVariables.buttonLinkColor, themeVariables.buttonLinkTextColor);
89
+ linkBtnStyle.root.paddingVertical = 4;
90
+ linkBtnStyle.text.textDecorationColor = themeVariables.buttonLinkTextColor;
91
+ linkBtnStyle.text.textDecorationLine = 'underline';
92
+ linkBtnStyle.text.textDecorationStyle = 'solid';
93
+ addStyle('btn-default', '', getButtonStyles(themeVariables.buttonDefaultColor, themeVariables.buttonDefaultTextColor, themeVariables.buttonBorderColor));
94
+ addStyle('btn-info', '', getButtonStyles(themeVariables.buttonInfoColor, themeVariables.buttonInfoTextColor));
95
+ addStyle('btn-primary', '', getButtonStyles(themeVariables.buttonPrimaryColor, themeVariables.buttonPrimaryTextColor));
96
+ addStyle('btn-secondary', '', getButtonStyles(themeVariables.buttonSecondaryColor, themeVariables.buttonSecondaryTextColor, themeVariables.buttonSecondaryTextColor));
97
+ addStyle('btn-danger', '', getButtonStyles(themeVariables.buttonDangerColor, themeVariables.buttonDangerTextColor));
98
+ addStyle('btn-success', '', getButtonStyles(themeVariables.buttonSuccessColor, themeVariables.buttonSuccessTextColor));
99
+ addStyle('btn-warning', '', getButtonStyles(themeVariables.buttonWarningColor, themeVariables.buttonWarningTextColor));
100
+ addStyle('btn-link', '', linkBtnStyle);
101
+ addStyle('btn-only-label', '', buttonWithOnlyLabel);
102
+ addStyle('btn-dark', '', getButtonStyles(themeVariables.buttonDarkColor, themeVariables.buttonDarkTextColor));
103
+ addStyle('btn-light', '', getButtonStyles(themeVariables.buttonLightColor, themeVariables.buttonLightTextColor));
104
+ addStyle('fab-btn', 'btn-primary', {
105
+ root: {
106
+ ...BASE_THEME.getStyle('elevate2').root,
107
+ position: 'fixed',
108
+ bottom: 160,
109
+ right: 48,
110
+ width: 56,
111
+ height: 56,
112
+ borderRadius: 56,
113
+ justifyContent: 'center',
114
+ alignItems: 'center'
115
+ },
116
+ text: {
117
+ marginLeft: 0,
118
+ marginRight: 0
119
+ },
120
+ icon: {
121
+ icon: {
122
+ fontSize: 24
123
+ }
124
+ }
125
+ });
126
+ addStyle('mini-fab-btn', 'fab-btn', {
127
+ root: {
128
+ width: 40,
129
+ height: 40
130
+ }
131
+ });
132
+ });
133
+ //# sourceMappingURL=button.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","minHeight","borderRadius","paddingTop","paddingBottom","paddingLeft","paddingRight","alignSelf","rippleColor","content","flexDirection","alignItems","justifyContent","text","fontSize","fontFamily","baseFont","fontWeight","textAlign","textTransform","badge","backgroundColor","buttonBadgeBackgroundColor","color","buttonBadgeTextColor","position","bottom","marginRight","borderWidth","borderStyle","icon","buttonTextPadding","skeleton","width","height","opacity","getButtonStyles","bgColor","borderColor","linkBtnStyle","buttonLinkColor","buttonLinkTextColor","buttonWithOnlyLabel","paddingVertical","textDecorationColor","textDecorationLine","textDecorationStyle","buttonDefaultColor","buttonDefaultTextColor","buttonBorderColor","buttonInfoColor","buttonInfoTextColor","buttonPrimaryColor","buttonPrimaryTextColor","buttonSecondaryColor","buttonSecondaryTextColor","buttonDangerColor","buttonDangerTextColor","buttonSuccessColor","buttonSuccessTextColor","buttonWarningColor","buttonWarningTextColor","buttonDarkColor","buttonDarkTextColor","buttonLightColor","buttonLightTextColor","getStyle","right","marginLeft"],"sources":["button.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 '../icon/icon.styles';\nimport { WmSkeletonStyles } from '../skeleton/skeleton.styles';\n\nexport type WmButtonStyles = BaseStyles & {\n content: AllStyle,\n badge: AllStyle,\n icon: WmIconStyles,\n skeleton: WmSkeletonStyles\n};\n\nexport const DEFAULT_CLASS = 'app-button';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmButtonStyles = defineStyles<WmButtonStyles>({\n root: {\n minHeight: 40,\n borderRadius: 32,\n paddingTop: 12,\n paddingBottom: 12,\n paddingLeft: 24,\n paddingRight: 24,\n alignSelf: 'flex-start',\n rippleColor: themeVariables.rippleColor\n },\n content: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center'\n },\n text: {\n fontSize: 14,\n fontFamily: themeVariables.baseFont,\n fontWeight: '500',\n textAlign: 'center',\n textTransform: 'capitalize',\n },\n badge: {\n backgroundColor: themeVariables.buttonBadgeBackgroundColor,\n color: themeVariables.buttonBadgeTextColor,\n alignSelf: 'flex-end',\n position: 'relative',\n bottom: 60 ,\n marginRight: 18,\n borderWidth: 1,\n borderStyle: 'solid',\n },\n icon: {\n root : {\n alignSelf: 'auto',\n paddingLeft: -8,\n paddingRight: -8\n },\n icon: {},\n text: {\n paddingRight: themeVariables.buttonTextPadding,\n fontSize: 16\n }\n } as WmIconStyles,\n skeleton: {\n root: {\n width: 96,\n height: 48,\n borderRadius: 4\n }\n } as WmSkeletonStyles\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root : {\n opacity: 0.5\n }\n });\n\n const getButtonStyles = (bgColor: string, color: string, borderColor = bgColor) => {\n return {\n root: {\n borderWidth: 1,\n borderColor: borderColor,\n borderStyle: 'solid',\n backgroundColor: bgColor\n },\n text: {\n color: color\n },\n badge: {\n backgroundColor: color,\n color: bgColor,\n borderColor: bgColor\n },\n icon: {\n text: {\n color: color\n }\n }\n } as WmButtonStyles;\n }\n\n const linkBtnStyle = getButtonStyles(themeVariables.buttonLinkColor, themeVariables.buttonLinkTextColor );\nconst buttonWithOnlyLabel = getButtonStyles(themeVariables.buttonLinkColor, themeVariables.buttonLinkTextColor );\n\n linkBtnStyle.root.paddingVertical = 4;\n linkBtnStyle.text.textDecorationColor = themeVariables.buttonLinkTextColor;\n linkBtnStyle.text.textDecorationLine = 'underline';\n linkBtnStyle.text.textDecorationStyle = 'solid';\n\n addStyle('btn-default', '', getButtonStyles(themeVariables.buttonDefaultColor, themeVariables.buttonDefaultTextColor, themeVariables.buttonBorderColor));\n addStyle('btn-info', '', getButtonStyles(themeVariables.buttonInfoColor, themeVariables.buttonInfoTextColor));\n addStyle('btn-primary', '', getButtonStyles(themeVariables.buttonPrimaryColor, themeVariables.buttonPrimaryTextColor));\n addStyle('btn-secondary', '', getButtonStyles(themeVariables.buttonSecondaryColor, themeVariables.buttonSecondaryTextColor, themeVariables.buttonSecondaryTextColor));\n addStyle('btn-danger', '', getButtonStyles(themeVariables.buttonDangerColor, themeVariables.buttonDangerTextColor));\n addStyle('btn-success', '', getButtonStyles(themeVariables.buttonSuccessColor, themeVariables.buttonSuccessTextColor));\n addStyle('btn-warning', '', getButtonStyles(themeVariables.buttonWarningColor, themeVariables.buttonWarningTextColor));\n addStyle('btn-link', '', linkBtnStyle);\n addStyle('btn-only-label', '', buttonWithOnlyLabel);\n addStyle('btn-dark', '', getButtonStyles(themeVariables.buttonDarkColor, themeVariables.buttonDarkTextColor));\n addStyle('btn-light', '', getButtonStyles(themeVariables.buttonLightColor, themeVariables.buttonLightTextColor));\n addStyle('fab-btn', 'btn-primary', {\n root : {\n ...BASE_THEME.getStyle('elevate2').root,\n position: 'fixed' as any,\n bottom: 160,\n right: 48,\n width: 56,\n height: 56,\n borderRadius: 56,\n justifyContent: 'center',\n alignItems: 'center'\n },\n text: {\n marginLeft: 0,\n marginRight: 0\n },\n icon: {\n icon: {\n fontSize: 24\n }\n } as WmIconStyles\n } as WmButtonStyles);\n addStyle('mini-fab-btn', 'fab-btn', {\n root : {\n width: 40,\n height: 40\n }\n } as WmButtonStyles);\n});\n"],"mappings":"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","ignoreList":[]}