@wavemaker/app-rn-runtime 11.4.0-next.28152 → 11.4.0-patch.1

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 (1276) hide show
  1. package/actions/base-action.js.map +1 -0
  2. package/actions/login-action.js.map +1 -0
  3. package/actions/logout-action.js.map +1 -0
  4. package/actions/navigation-action.js +44 -0
  5. package/actions/navigation-action.js.map +1 -0
  6. package/actions/notification-action.js.map +1 -0
  7. package/actions/timer-action.js.map +1 -0
  8. package/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -0
  9. package/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -0
  10. package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
  11. package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -0
  12. package/components/advanced/carousel/carousel.component.js +164 -0
  13. package/components/advanced/carousel/carousel.component.js.map +1 -0
  14. package/components/advanced/carousel/carousel.props.js +18 -0
  15. package/components/advanced/carousel/carousel.props.js.map +1 -0
  16. package/components/advanced/carousel/carousel.styles.js +150 -0
  17. package/components/advanced/carousel/carousel.styles.js.map +1 -0
  18. package/components/advanced/login/login.component.js.map +1 -0
  19. package/components/advanced/login/login.props.js.map +1 -0
  20. package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
  21. package/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -0
  22. package/components/advanced/webview/webview.component.js.map +1 -0
  23. package/components/advanced/webview/webview.props.js.map +1 -0
  24. package/components/basic/anchor/anchor.component.js +69 -0
  25. package/components/basic/anchor/anchor.component.js.map +1 -0
  26. package/components/basic/anchor/anchor.props.js.map +1 -0
  27. package/components/basic/anchor/anchor.styles.js +78 -0
  28. package/components/basic/anchor/anchor.styles.js.map +1 -0
  29. package/components/basic/animatedview.component.js +164 -0
  30. package/components/basic/animatedview.component.js.map +1 -0
  31. package/components/basic/audio/audio.component.js +240 -0
  32. package/components/basic/audio/audio.component.js.map +1 -0
  33. package/components/basic/audio/audio.props.js +15 -0
  34. package/components/basic/audio/audio.props.js.map +1 -0
  35. package/components/basic/audio/audio.styles.js +61 -0
  36. package/components/basic/audio/audio.styles.js.map +1 -0
  37. package/components/basic/button/button.component.js.map +1 -0
  38. package/components/basic/button/button.props.js.map +1 -0
  39. package/components/basic/button/button.styles.js.map +1 -0
  40. package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
  41. package/components/basic/buttongroup/buttongroup.props.js.map +1 -0
  42. package/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
  43. package/components/basic/custom/custom.component.js.map +1 -0
  44. package/components/basic/custom/custom.props.js.map +1 -0
  45. package/components/basic/icon/icon.component.js.map +1 -0
  46. package/components/basic/icon/icon.props.js.map +1 -0
  47. package/components/basic/icon/icon.styles.js +32 -0
  48. package/components/basic/icon/icon.styles.js.map +1 -0
  49. package/components/basic/label/label.component.js +65 -0
  50. package/components/basic/label/label.component.js.map +1 -0
  51. package/components/basic/label/label.props.js.map +1 -0
  52. package/components/basic/label/label.styles.js +122 -0
  53. package/components/basic/label/label.styles.js.map +1 -0
  54. package/components/basic/lottie/lottie.component.js.map +1 -0
  55. package/components/basic/lottie/lottie.props.js.map +1 -0
  56. package/components/basic/message/message.component.js.map +1 -0
  57. package/components/basic/message/message.props.js.map +1 -0
  58. package/components/basic/message/message.styles.js +115 -0
  59. package/components/basic/message/message.styles.js.map +1 -0
  60. package/components/basic/modal/modal.component.js.map +1 -0
  61. package/components/basic/modal/modal.props.js.map +1 -0
  62. package/components/basic/modal/modal.styles.js.map +1 -0
  63. package/components/basic/picture/picture.component.js +187 -0
  64. package/components/basic/picture/picture.component.js.map +1 -0
  65. package/components/basic/picture/picture.props.js.map +1 -0
  66. package/components/basic/picture/picture.styles.js.map +1 -0
  67. package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  68. package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
  69. package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  70. package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
  71. package/components/basic/progress-circle/progress-circle.props.js.map +1 -0
  72. package/components/basic/progress-circle/progress-circle.styles.js.map +1 -0
  73. package/components/basic/search/local-data-provider.js.map +1 -0
  74. package/components/basic/search/search.component.js +411 -0
  75. package/components/basic/search/search.component.js.map +1 -0
  76. package/components/basic/search/search.props.js +29 -0
  77. package/components/basic/search/search.props.js.map +1 -0
  78. package/components/basic/search/search.styles.js +171 -0
  79. package/components/basic/search/search.styles.js.map +1 -0
  80. package/components/basic/skeleton/skeleton.component.js.map +1 -0
  81. package/components/basic/spinner/spinner.component.js +87 -0
  82. package/components/basic/spinner/spinner.component.js.map +1 -0
  83. package/components/basic/spinner/spinner.props.js.map +1 -0
  84. package/components/basic/spinner/spinner.styles.js +39 -0
  85. package/components/basic/spinner/spinner.styles.js.map +1 -0
  86. package/components/basic/video/video.component.js +56 -0
  87. package/components/basic/video/video.component.js.map +1 -0
  88. package/components/basic/video/video.props.js.map +1 -0
  89. package/components/chart/area-chart/area-chart.component.js.map +1 -0
  90. package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
  91. package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
  92. package/components/chart/basechart.component.js +480 -0
  93. package/components/chart/basechart.component.js.map +1 -0
  94. package/components/chart/basechart.props.js +49 -0
  95. package/components/chart/basechart.props.js.map +1 -0
  96. package/components/chart/basechart.styles.js +33 -0
  97. package/components/chart/basechart.styles.js.map +1 -0
  98. package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
  99. package/components/chart/column-chart/column-chart.component.js.map +1 -0
  100. package/components/chart/donut-chart/donut-chart.component.js.map +1 -0
  101. package/components/chart/donut-chart/donut-chart.props.js +11 -0
  102. package/components/chart/donut-chart/donut-chart.props.js.map +1 -0
  103. package/components/chart/legend/legend.component.js +36 -0
  104. package/components/chart/legend/legend.component.js.map +1 -0
  105. package/components/chart/line-chart/line-chart.component.js.map +1 -0
  106. package/components/chart/line-chart/line-chart.props.js.map +1 -0
  107. package/components/chart/pie-chart/pie-chart.component.js +191 -0
  108. package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
  109. package/components/chart/pie-chart/pie-chart.props.js +13 -0
  110. package/components/chart/pie-chart/pie-chart.props.js.map +1 -0
  111. package/components/chart/theme/chart.theme.js.map +1 -0
  112. package/components/container/accordion/accordion.component.js +138 -0
  113. package/components/container/accordion/accordion.component.js.map +1 -0
  114. package/components/container/accordion/accordion.props.js +14 -0
  115. package/components/container/accordion/accordion.props.js.map +1 -0
  116. package/components/container/accordion/accordion.styles.js +136 -0
  117. package/components/container/accordion/accordion.styles.js.map +1 -0
  118. package/components/container/accordion/accordionpane/accordionpane.component.js +93 -0
  119. package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
  120. package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -0
  121. package/components/container/container.component.js.map +1 -0
  122. package/components/container/container.props.js.map +1 -0
  123. package/components/container/container.styles.js.map +1 -0
  124. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
  125. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -0
  126. package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
  127. package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -0
  128. package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
  129. package/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
  130. package/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
  131. package/components/container/linearlayout/linearlayout.component.js +43 -0
  132. package/components/container/linearlayout/linearlayout.component.js.map +1 -0
  133. package/components/container/linearlayout/linearlayout.props.js.map +1 -0
  134. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +24 -0
  135. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
  136. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -0
  137. package/components/container/panel/panel-content/panel-content.component.js.map +1 -0
  138. package/components/container/panel/panel-content/panel-content.props.js.map +1 -0
  139. package/components/container/panel/panel-footer/panel-footer.component.js.map +1 -0
  140. package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -0
  141. package/components/container/panel/panel.component.js.map +1 -0
  142. package/components/container/panel/panel.props.js.map +1 -0
  143. package/components/container/panel/panel.styles.js +98 -0
  144. package/components/container/panel/panel.styles.js.map +1 -0
  145. package/components/container/partial-host.component.js.map +1 -0
  146. package/components/container/tabs/tabheader/tabheader.component.js +182 -0
  147. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  148. package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
  149. package/components/container/tabs/tabheader/tabheader.styles.js +64 -0
  150. package/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
  151. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  152. package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
  153. package/components/container/tabs/tabs.component.js +229 -0
  154. package/components/container/tabs/tabs.component.js.map +1 -0
  155. package/components/container/tabs/tabs.props.js.map +1 -0
  156. package/components/container/tabs/tabs.styles.js +57 -0
  157. package/components/container/tabs/tabs.styles.js.map +1 -0
  158. package/components/container/tile/tile.component.js.map +1 -0
  159. package/components/container/tile/tile.props.js.map +1 -0
  160. package/components/container/tile/tile.styles.js.map +1 -0
  161. package/components/container/wizard/wizard.component.js +176 -0
  162. package/components/container/wizard/wizard.component.js.map +1 -0
  163. package/components/container/wizard/wizard.props.js.map +1 -0
  164. package/components/container/wizard/wizard.styles.js +181 -0
  165. package/components/container/wizard/wizard.styles.js.map +1 -0
  166. package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
  167. package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -0
  168. package/components/data/card/card-content/card-content.component.js.map +1 -0
  169. package/components/data/card/card-content/card-content.props.js.map +1 -0
  170. package/components/data/card/card-footer/card-footer.component.js.map +1 -0
  171. package/components/data/card/card-footer/card-footer.props.js.map +1 -0
  172. package/components/data/card/card.component.js.map +1 -0
  173. package/components/data/card/card.props.js.map +1 -0
  174. package/components/data/card/card.styles.js.map +1 -0
  175. package/components/data/form/form-action/form-action.component.js +33 -0
  176. package/components/data/form/form-action/form-action.component.js.map +1 -0
  177. package/components/data/form/form-action/form-action.props.js +17 -0
  178. package/components/data/form/form-action/form-action.props.js.map +1 -0
  179. package/components/data/form/form-action/form-action.styles.js.map +1 -0
  180. package/components/data/form/form-body/form-body.component.js.map +1 -0
  181. package/components/data/form/form-body/form-body.props.js.map +1 -0
  182. package/components/data/form/form-field/form-field.component.js +225 -0
  183. package/components/data/form/form-field/form-field.component.js.map +1 -0
  184. package/components/data/form/form-field/form-field.props.js +30 -0
  185. package/components/data/form/form-field/form-field.props.js.map +1 -0
  186. package/components/data/form/form-field/form-field.styles.js.map +1 -0
  187. package/components/data/form/form-footer/form-footer.component.js.map +1 -0
  188. package/components/data/form/form-footer/form-footer.props.js.map +1 -0
  189. package/components/data/form/form.component.js +396 -0
  190. package/components/data/form/form.component.js.map +1 -0
  191. package/components/data/form/form.props.js +26 -0
  192. package/components/data/form/form.props.js.map +1 -0
  193. package/components/data/form/form.styles.js +45 -0
  194. package/components/data/form/form.styles.js.map +1 -0
  195. package/components/data/list/list-template/list-template.component.js.map +1 -0
  196. package/components/data/list/list-template/list-template.props.js.map +1 -0
  197. package/components/data/list/list-template/list-template.styles.js.map +1 -0
  198. package/components/data/list/list.component.js +285 -0
  199. package/components/data/list/list.component.js.map +1 -0
  200. package/components/data/list/list.props.js +34 -0
  201. package/components/data/list/list.props.js.map +1 -0
  202. package/components/data/list/list.styles.js.map +1 -0
  203. package/components/data/liveform/liveform.component.js +102 -0
  204. package/components/data/liveform/liveform.component.js.map +1 -0
  205. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
  206. package/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
  207. package/components/device/camera/camera.component.js.map +1 -0
  208. package/components/device/camera/camera.props.js.map +1 -0
  209. package/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
  210. package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -0
  211. package/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
  212. package/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
  213. package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -0
  214. package/components/dialogs/confirmdialog/confirmdialog.styles.js +58 -0
  215. package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
  216. package/components/dialogs/dialog/dialog.component.js +92 -0
  217. package/components/dialogs/dialog/dialog.component.js.map +1 -0
  218. package/components/dialogs/dialog/dialog.props.js.map +1 -0
  219. package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
  220. package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -0
  221. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
  222. package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -0
  223. package/components/input/basedataset/basedataset.component.js.map +1 -0
  224. package/components/input/basedataset/basedataset.props.js.map +1 -0
  225. package/components/input/baseinput/baseinput.component.js +147 -0
  226. package/components/input/baseinput/baseinput.component.js.map +1 -0
  227. package/components/input/baseinput/baseinput.props.js.map +1 -0
  228. package/components/input/basenumber/basenumber.component.js +278 -0
  229. package/components/input/basenumber/basenumber.component.js.map +1 -0
  230. package/components/input/basenumber/basenumber.props.js.map +1 -0
  231. package/components/input/calendar/calendar.component.js.map +1 -0
  232. package/components/input/calendar/calendar.props.js.map +1 -0
  233. package/components/input/calendar/calendar.styles.js +132 -0
  234. package/components/input/calendar/calendar.styles.js.map +1 -0
  235. package/components/input/calendar/views/month-view.js +191 -0
  236. package/components/input/calendar/views/month-view.js.map +1 -0
  237. package/components/input/checkbox/checkbox.component.js.map +1 -0
  238. package/components/input/checkbox/checkbox.props.js +17 -0
  239. package/components/input/checkbox/checkbox.props.js.map +1 -0
  240. package/components/input/checkbox/checkbox.styles.js.map +1 -0
  241. package/components/input/checkboxset/checkboxset.component.js.map +1 -0
  242. package/components/input/checkboxset/checkboxset.props.js.map +1 -0
  243. package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
  244. package/components/input/chips/chips.component.js +266 -0
  245. package/components/input/chips/chips.component.js.map +1 -0
  246. package/components/input/chips/chips.props.js.map +1 -0
  247. package/components/input/composite/composite.component.js.map +1 -0
  248. package/components/input/composite/composite.props.js.map +1 -0
  249. package/components/input/currency/currency.component.js +70 -0
  250. package/components/input/currency/currency.component.js.map +1 -0
  251. package/components/input/currency/currency.props.js +12 -0
  252. package/components/input/currency/currency.props.js.map +1 -0
  253. package/components/input/currency/currency.styles.js +64 -0
  254. package/components/input/currency/currency.styles.js.map +1 -0
  255. package/components/input/epoch/base-datetime.component.js +272 -0
  256. package/components/input/epoch/base-datetime.component.js.map +1 -0
  257. package/components/input/epoch/date/date.component.js.map +1 -0
  258. package/components/input/epoch/date/date.props.js.map +1 -0
  259. package/components/input/epoch/date/date.styles.js +21 -0
  260. package/components/input/epoch/date/date.styles.js.map +1 -0
  261. package/components/input/epoch/date-picker.component.js.map +1 -0
  262. package/components/input/epoch/datetime/datetime.component.js.map +1 -0
  263. package/components/input/epoch/datetime/datetime.props.js.map +1 -0
  264. package/components/input/epoch/datetime/datetime.styles.js +71 -0
  265. package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
  266. package/components/input/epoch/time/time.component.js.map +1 -0
  267. package/components/input/epoch/time/time.props.js.map +1 -0
  268. package/components/input/epoch/time/time.styles.js +21 -0
  269. package/components/input/epoch/time/time.styles.js.map +1 -0
  270. package/components/input/fileupload/fileupload.component.js.map +1 -0
  271. package/components/input/fileupload/fileupload.props.js.map +1 -0
  272. package/components/input/number/number.component.js +52 -0
  273. package/components/input/number/number.component.js.map +1 -0
  274. package/components/input/number/number.props.js +12 -0
  275. package/components/input/number/number.props.js.map +1 -0
  276. package/components/input/number/number.styles.js +38 -0
  277. package/components/input/number/number.styles.js.map +1 -0
  278. package/components/input/radioset/radioset.component.js +56 -0
  279. package/components/input/radioset/radioset.component.js.map +1 -0
  280. package/components/input/radioset/radioset.props.js.map +1 -0
  281. package/components/input/radioset/radioset.styles.js +52 -0
  282. package/components/input/radioset/radioset.styles.js.map +1 -0
  283. package/components/input/rating/rating.component.js +142 -0
  284. package/components/input/rating/rating.component.js.map +1 -0
  285. package/components/input/rating/rating.props.js.map +1 -0
  286. package/components/input/select/select.component.js +181 -0
  287. package/components/input/select/select.component.js.map +1 -0
  288. package/components/input/select/select.props.js.map +1 -0
  289. package/components/input/select/select.styles.js +97 -0
  290. package/components/input/select/select.styles.js.map +1 -0
  291. package/components/input/slider/slider.component.js +77 -0
  292. package/components/input/slider/slider.component.js.map +1 -0
  293. package/components/input/slider/slider.props.js.map +1 -0
  294. package/components/input/switch/switch.component.js.map +1 -0
  295. package/components/input/switch/switch.props.js.map +1 -0
  296. package/components/input/switch/switch.styles.js +114 -0
  297. package/components/input/switch/switch.styles.js.map +1 -0
  298. package/components/input/text/text.component.js +47 -0
  299. package/components/input/text/text.component.js.map +1 -0
  300. package/components/input/text/text.props.js.map +1 -0
  301. package/components/input/text/text.styles.js +44 -0
  302. package/components/input/text/text.styles.js.map +1 -0
  303. package/components/input/textarea/textarea.component.js +48 -0
  304. package/components/input/textarea/textarea.component.js.map +1 -0
  305. package/components/input/textarea/textarea.props.js.map +1 -0
  306. package/components/input/textarea/textarea.styles.js +46 -0
  307. package/components/input/textarea/textarea.styles.js.map +1 -0
  308. package/components/input/toggle/toggle.component.js +94 -0
  309. package/components/input/toggle/toggle.component.js.map +1 -0
  310. package/components/input/toggle/toggle.props.js.map +1 -0
  311. package/components/input/toggle/toggle.styles.js +43 -0
  312. package/components/input/toggle/toggle.styles.js.map +1 -0
  313. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
  314. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
  315. package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
  316. package/components/navigation/basenav/basenav.component.js.map +1 -0
  317. package/components/navigation/basenav/basenav.props.js.map +1 -0
  318. package/components/navigation/menu/menu.component.js.map +1 -0
  319. package/components/navigation/menu/menu.props.js.map +1 -0
  320. package/components/navigation/menu/menu.styles.js +67 -0
  321. package/components/navigation/menu/menu.styles.js.map +1 -0
  322. package/components/navigation/navbar/navbar.component.js.map +1 -0
  323. package/components/navigation/navbar/navbar.props.js.map +1 -0
  324. package/components/navigation/navbar/navbar.styles.js.map +1 -0
  325. package/components/navigation/navitem/navitem.component.js.map +1 -0
  326. package/components/navigation/navitem/navitem.props.js.map +1 -0
  327. package/components/navigation/navitem/navitem.styles.js.map +1 -0
  328. package/components/navigation/popover/popover.component.js.map +1 -0
  329. package/components/navigation/popover/popover.props.js.map +1 -0
  330. package/components/navigation/popover/popover.styles.js.map +1 -0
  331. package/components/page/content/content.component.js.map +1 -0
  332. package/components/page/left-panel/left-panel.component.js.map +1 -0
  333. package/components/page/left-panel/left-panel.props.js.map +1 -0
  334. package/components/page/page-content/page-content.component.js.map +1 -0
  335. package/components/page/page-content/page-content.props.js.map +1 -0
  336. package/components/page/page.component.js.map +1 -0
  337. package/components/page/partial/partial.component.js.map +1 -0
  338. package/components/page/partial-container/partial-container.component.js.map +1 -0
  339. package/components/page/partial-container/partial-container.props.js.map +1 -0
  340. package/components/page/tabbar/tabbar.component.js.map +1 -0
  341. package/components/page/tabbar/tabbar.props.js.map +1 -0
  342. package/components/prefab/prefab-container.component.js.map +1 -0
  343. package/core/asset.provider.js.map +1 -0
  344. package/core/base.component.js +382 -0
  345. package/core/base.component.js.map +1 -0
  346. package/core/components/textinput.component.js +37 -0
  347. package/core/components/textinput.component.js.map +1 -0
  348. package/core/device/camera-service.js.map +1 -0
  349. package/core/device/scan-service.js.map +1 -0
  350. package/core/display.manager.js.map +1 -0
  351. package/core/event-notifier.js.map +1 -0
  352. package/core/fixed-view.component.js.map +1 -0
  353. package/core/formatters.js.map +1 -0
  354. package/core/i18n.service.js +2 -0
  355. package/core/i18n.service.js.map +1 -0
  356. package/core/if.component.js +36 -0
  357. package/core/if.component.js.map +1 -0
  358. package/core/imageSizeEstimator.js.map +1 -0
  359. package/core/injector.js +27 -0
  360. package/core/injector.js.map +1 -0
  361. package/core/key.extractor.js +22 -0
  362. package/core/key.extractor.js.map +1 -0
  363. package/core/logger.js +123 -0
  364. package/core/logger.js.map +1 -0
  365. package/core/modal.service.js.map +1 -0
  366. package/core/navigation.service.js.map +1 -0
  367. package/core/network.service.js +331 -0
  368. package/core/network.service.js.map +1 -0
  369. package/core/partial.service.js.map +1 -0
  370. package/core/props.provider.js +86 -0
  371. package/core/props.provider.js.map +1 -0
  372. package/core/scroll-view.component.js.map +1 -0
  373. package/core/security.service.js.map +1 -0
  374. package/core/spinner.service.js.map +1 -0
  375. package/core/storage.service.js.map +1 -0
  376. package/core/tappable.component.js +72 -0
  377. package/core/tappable.component.js.map +1 -0
  378. package/core/toast.service.js.map +1 -0
  379. package/core/utils.js +316 -0
  380. package/core/utils.js.map +1 -0
  381. package/core/viewport.js.map +1 -0
  382. package/gestures/swipe.animation.js +110 -0
  383. package/gestures/swipe.animation.js.map +1 -0
  384. package/package.json +243 -0
  385. package/runtime/App.js +465 -0
  386. package/runtime/App.js.map +1 -0
  387. package/runtime/App.navigator.js +109 -0
  388. package/runtime/App.navigator.js.map +1 -0
  389. package/runtime/base-fragment.component.js +330 -0
  390. package/runtime/base-fragment.component.js.map +1 -0
  391. package/runtime/base-page.component.js +147 -0
  392. package/runtime/base-page.component.js.map +1 -0
  393. package/runtime/base-partial.component.js.map +1 -0
  394. package/runtime/base-prefab.component.js +83 -0
  395. package/runtime/base-prefab.component.js.map +1 -0
  396. package/runtime/lib-patch.js.map +1 -0
  397. package/runtime/memo.component.js.map +1 -0
  398. package/runtime/navigator/drawer.navigator.js.map +1 -0
  399. package/runtime/navigator/stack.navigator.js.map +1 -0
  400. package/runtime/services/app-display-manager.service.js.map +1 -0
  401. package/runtime/services/app-i18n.service.js +65 -0
  402. package/runtime/services/app-i18n.service.js.map +1 -0
  403. package/runtime/services/app-modal.service.js.map +1 -0
  404. package/runtime/services/app-security.service.js +196 -0
  405. package/runtime/services/app-security.service.js.map +1 -0
  406. package/runtime/services/app-spinner.service.js +75 -0
  407. package/runtime/services/app-spinner.service.js.map +1 -0
  408. package/runtime/services/app-toast.service.js.map +1 -0
  409. package/runtime/services/device/calendar-service.js.map +1 -0
  410. package/runtime/services/device/camera-service.js +332 -0
  411. package/runtime/services/device/camera-service.js.map +1 -0
  412. package/runtime/services/device/contacts-service.js.map +1 -0
  413. package/runtime/services/device/location-service.js.map +1 -0
  414. package/runtime/services/device/permissions.js.map +1 -0
  415. package/runtime/services/device/scan-service.js.map +1 -0
  416. package/runtime/services/partial.service.js.map +1 -0
  417. package/runtime/services/webprocess.service.js.map +1 -0
  418. package/runtime/watcher.js +147 -0
  419. package/runtime/watcher.js.map +1 -0
  420. package/styles/MediaQueryList.js.map +1 -0
  421. package/styles/background.component.js +298 -0
  422. package/styles/background.component.js.map +1 -0
  423. package/styles/fdfd.css +56 -0
  424. package/styles/style-prop.validator.js +470 -0
  425. package/styles/style-prop.validator.js.map +1 -0
  426. package/styles/style-props.js.map +1 -0
  427. package/styles/theme.js +324 -0
  428. package/styles/theme.js.map +1 -0
  429. package/styles/theme.variables.js +392 -0
  430. package/styles/theme.variables.js.map +1 -0
  431. package/variables/base-variable.js +125 -0
  432. package/variables/base-variable.js.map +1 -0
  433. package/variables/device/calendar/create-event.operation.js.map +1 -0
  434. package/variables/device/calendar/delete-event.operation.js.map +1 -0
  435. package/variables/device/calendar/get-events.operation.js.map +1 -0
  436. package/variables/device/camera/capture-image.operation.js.map +1 -0
  437. package/variables/device/camera/capture-video.operation.js.map +1 -0
  438. package/variables/device/contacts/get-contacts.operation.js.map +1 -0
  439. package/variables/device/device/app-info.operation.js.map +1 -0
  440. package/variables/device/device/current-geo-position.operation.js.map +1 -0
  441. package/variables/device/device/device-info.operation.js.map +1 -0
  442. package/variables/device/device/network-info.operation.js.map +1 -0
  443. package/variables/device/device/vibrate.operation.js.map +1 -0
  444. package/variables/device/file/upload-file.operation.js.map +1 -0
  445. package/variables/device/operation.provider.js.map +1 -0
  446. package/variables/device/scan/scan.operation.js.map +1 -0
  447. package/variables/device-variable.js.map +1 -0
  448. package/variables/http.service.js +76 -0
  449. package/variables/http.service.js.map +1 -0
  450. package/variables/live-variable.js +116 -0
  451. package/variables/live-variable.js.map +1 -0
  452. package/variables/model-variable.js +46 -0
  453. package/variables/model-variable.js.map +1 -0
  454. package/variables/service-variable.js +133 -0
  455. package/variables/service-variable.js.map +1 -0
  456. package/variables/utils/dataset-util.js.map +1 -0
  457. package/variables/utils/inflight-queue.js.map +1 -0
  458. package/variables/utils/variable.utils.js.map +1 -0
  459. app-rn-runtime/actions/base-action.js.map +0 -1
  460. app-rn-runtime/actions/login-action.js.map +0 -1
  461. app-rn-runtime/actions/logout-action.js.map +0 -1
  462. app-rn-runtime/actions/navigation-action.js +0 -32
  463. app-rn-runtime/actions/navigation-action.js.map +0 -1
  464. app-rn-runtime/actions/notification-action.js.map +0 -1
  465. app-rn-runtime/actions/timer-action.js.map +0 -1
  466. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -1
  467. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -1
  468. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -1
  469. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -1
  470. app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -147
  471. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
  472. app-rn-runtime/components/advanced/carousel/carousel.props.js +0 -17
  473. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +0 -1
  474. app-rn-runtime/components/advanced/carousel/carousel.styles.js +0 -134
  475. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +0 -1
  476. app-rn-runtime/components/advanced/login/login.component.js.map +0 -1
  477. app-rn-runtime/components/advanced/login/login.props.js.map +0 -1
  478. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
  479. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -1
  480. app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
  481. app-rn-runtime/components/advanced/webview/webview.props.js.map +0 -1
  482. app-rn-runtime/components/basic/anchor/anchor.component.js +0 -68
  483. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  484. app-rn-runtime/components/basic/anchor/anchor.props.js.map +0 -1
  485. app-rn-runtime/components/basic/anchor/anchor.styles.js +0 -73
  486. app-rn-runtime/components/basic/anchor/anchor.styles.js.map +0 -1
  487. app-rn-runtime/components/basic/animatedview.component.js +0 -166
  488. app-rn-runtime/components/basic/animatedview.component.js.map +0 -1
  489. app-rn-runtime/components/basic/button/button.component.js.map +0 -1
  490. app-rn-runtime/components/basic/button/button.props.js.map +0 -1
  491. app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
  492. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +0 -1
  493. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js.map +0 -1
  494. app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +0 -1
  495. app-rn-runtime/components/basic/custom/custom.component.js.map +0 -1
  496. app-rn-runtime/components/basic/custom/custom.props.js.map +0 -1
  497. app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
  498. app-rn-runtime/components/basic/icon/icon.props.js.map +0 -1
  499. app-rn-runtime/components/basic/icon/icon.styles.js +0 -27
  500. app-rn-runtime/components/basic/icon/icon.styles.js.map +0 -1
  501. app-rn-runtime/components/basic/label/label.component.js +0 -64
  502. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  503. app-rn-runtime/components/basic/label/label.props.js.map +0 -1
  504. app-rn-runtime/components/basic/label/label.styles.js +0 -114
  505. app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
  506. app-rn-runtime/components/basic/lottie/lottie.component.js.map +0 -1
  507. app-rn-runtime/components/basic/lottie/lottie.props.js.map +0 -1
  508. app-rn-runtime/components/basic/message/message.component.js.map +0 -1
  509. app-rn-runtime/components/basic/message/message.props.js.map +0 -1
  510. app-rn-runtime/components/basic/message/message.styles.js +0 -93
  511. app-rn-runtime/components/basic/message/message.styles.js.map +0 -1
  512. app-rn-runtime/components/basic/modal/modal.component.js.map +0 -1
  513. app-rn-runtime/components/basic/modal/modal.props.js.map +0 -1
  514. app-rn-runtime/components/basic/modal/modal.styles.js.map +0 -1
  515. app-rn-runtime/components/basic/picture/picture.component.js +0 -191
  516. app-rn-runtime/components/basic/picture/picture.component.js.map +0 -1
  517. app-rn-runtime/components/basic/picture/picture.props.js.map +0 -1
  518. app-rn-runtime/components/basic/picture/picture.styles.js.map +0 -1
  519. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  520. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +0 -1
  521. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  522. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +0 -1
  523. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js.map +0 -1
  524. app-rn-runtime/components/basic/progress-circle/progress-circle.styles.js.map +0 -1
  525. app-rn-runtime/components/basic/search/local-data-provider.js.map +0 -1
  526. app-rn-runtime/components/basic/search/search.component.js +0 -411
  527. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  528. app-rn-runtime/components/basic/search/search.props.js +0 -28
  529. app-rn-runtime/components/basic/search/search.props.js.map +0 -1
  530. app-rn-runtime/components/basic/search/search.styles.js +0 -124
  531. app-rn-runtime/components/basic/search/search.styles.js.map +0 -1
  532. app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +0 -1
  533. app-rn-runtime/components/basic/spinner/spinner.component.js +0 -85
  534. app-rn-runtime/components/basic/spinner/spinner.component.js.map +0 -1
  535. app-rn-runtime/components/basic/spinner/spinner.props.js.map +0 -1
  536. app-rn-runtime/components/basic/spinner/spinner.styles.js +0 -31
  537. app-rn-runtime/components/basic/spinner/spinner.styles.js.map +0 -1
  538. app-rn-runtime/components/basic/video/video.component.js +0 -56
  539. app-rn-runtime/components/basic/video/video.component.js.map +0 -1
  540. app-rn-runtime/components/basic/video/video.props.js.map +0 -1
  541. app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +0 -1
  542. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +0 -1
  543. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +0 -1
  544. app-rn-runtime/components/chart/basechart.component.js +0 -476
  545. app-rn-runtime/components/chart/basechart.component.js.map +0 -1
  546. app-rn-runtime/components/chart/basechart.props.js +0 -48
  547. app-rn-runtime/components/chart/basechart.props.js.map +0 -1
  548. app-rn-runtime/components/chart/basechart.styles.js +0 -16
  549. app-rn-runtime/components/chart/basechart.styles.js.map +0 -1
  550. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
  551. app-rn-runtime/components/chart/column-chart/column-chart.component.js.map +0 -1
  552. app-rn-runtime/components/chart/donut-chart/donut-chart.component.js.map +0 -1
  553. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +0 -12
  554. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js.map +0 -1
  555. app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +0 -1
  556. app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +0 -1
  557. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +0 -112
  558. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +0 -1
  559. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +0 -14
  560. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js.map +0 -1
  561. app-rn-runtime/components/chart/theme/chart.theme.js.map +0 -1
  562. app-rn-runtime/components/container/accordion/accordion.component.js +0 -182
  563. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  564. app-rn-runtime/components/container/accordion/accordion.props.js +0 -13
  565. app-rn-runtime/components/container/accordion/accordion.props.js.map +0 -1
  566. app-rn-runtime/components/container/accordion/accordion.styles.js +0 -126
  567. app-rn-runtime/components/container/accordion/accordion.styles.js.map +0 -1
  568. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +0 -52
  569. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -1
  570. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -1
  571. app-rn-runtime/components/container/container.component.js.map +0 -1
  572. app-rn-runtime/components/container/container.props.js.map +0 -1
  573. app-rn-runtime/components/container/container.styles.js.map +0 -1
  574. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
  575. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -1
  576. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
  577. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -1
  578. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
  579. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +0 -1
  580. app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +0 -1
  581. app-rn-runtime/components/container/linearlayout/linearlayout.component.js +0 -42
  582. app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +0 -1
  583. app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +0 -1
  584. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -24
  585. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
  586. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -1
  587. app-rn-runtime/components/container/panel/panel-content/panel-content.component.js.map +0 -1
  588. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js.map +0 -1
  589. app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js.map +0 -1
  590. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js.map +0 -1
  591. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  592. app-rn-runtime/components/container/panel/panel.props.js.map +0 -1
  593. app-rn-runtime/components/container/panel/panel.styles.js +0 -89
  594. app-rn-runtime/components/container/panel/panel.styles.js.map +0 -1
  595. app-rn-runtime/components/container/partial-host.component.js.map +0 -1
  596. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +0 -157
  597. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  598. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
  599. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js +0 -55
  600. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +0 -1
  601. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  602. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
  603. app-rn-runtime/components/container/tabs/tabs.component.js +0 -226
  604. app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
  605. app-rn-runtime/components/container/tabs/tabs.props.js.map +0 -1
  606. app-rn-runtime/components/container/tabs/tabs.styles.js +0 -18
  607. app-rn-runtime/components/container/tabs/tabs.styles.js.map +0 -1
  608. app-rn-runtime/components/container/tile/tile.component.js.map +0 -1
  609. app-rn-runtime/components/container/tile/tile.props.js.map +0 -1
  610. app-rn-runtime/components/container/tile/tile.styles.js.map +0 -1
  611. app-rn-runtime/components/container/wizard/wizard.component.js +0 -167
  612. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  613. app-rn-runtime/components/container/wizard/wizard.props.js.map +0 -1
  614. app-rn-runtime/components/container/wizard/wizard.styles.js +0 -129
  615. app-rn-runtime/components/container/wizard/wizard.styles.js.map +0 -1
  616. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
  617. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -1
  618. app-rn-runtime/components/data/card/card-content/card-content.component.js.map +0 -1
  619. app-rn-runtime/components/data/card/card-content/card-content.props.js.map +0 -1
  620. app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +0 -1
  621. app-rn-runtime/components/data/card/card-footer/card-footer.props.js.map +0 -1
  622. app-rn-runtime/components/data/card/card.component.js.map +0 -1
  623. app-rn-runtime/components/data/card/card.props.js.map +0 -1
  624. app-rn-runtime/components/data/card/card.styles.js.map +0 -1
  625. app-rn-runtime/components/data/form/form-action/form-action.component.js +0 -32
  626. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +0 -1
  627. app-rn-runtime/components/data/form/form-action/form-action.props.js +0 -15
  628. app-rn-runtime/components/data/form/form-action/form-action.props.js.map +0 -1
  629. app-rn-runtime/components/data/form/form-action/form-action.styles.js.map +0 -1
  630. app-rn-runtime/components/data/form/form-body/form-body.component.js.map +0 -1
  631. app-rn-runtime/components/data/form/form-body/form-body.props.js.map +0 -1
  632. app-rn-runtime/components/data/form/form-field/form-field.component.js +0 -204
  633. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
  634. app-rn-runtime/components/data/form/form-field/form-field.props.js +0 -22
  635. app-rn-runtime/components/data/form/form-field/form-field.props.js.map +0 -1
  636. app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +0 -1
  637. app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +0 -1
  638. app-rn-runtime/components/data/form/form-footer/form-footer.props.js.map +0 -1
  639. app-rn-runtime/components/data/form/form.component.js +0 -306
  640. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  641. app-rn-runtime/components/data/form/form.props.js +0 -24
  642. app-rn-runtime/components/data/form/form.props.js.map +0 -1
  643. app-rn-runtime/components/data/form/form.styles.js +0 -39
  644. app-rn-runtime/components/data/form/form.styles.js.map +0 -1
  645. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +0 -1
  646. app-rn-runtime/components/data/list/list-template/list-template.props.js.map +0 -1
  647. app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +0 -1
  648. app-rn-runtime/components/data/list/list.component.js +0 -241
  649. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  650. app-rn-runtime/components/data/list/list.props.js +0 -32
  651. app-rn-runtime/components/data/list/list.props.js.map +0 -1
  652. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  653. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
  654. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
  655. app-rn-runtime/components/device/camera/camera.component.js.map +0 -1
  656. app-rn-runtime/components/device/camera/camera.props.js.map +0 -1
  657. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +0 -1
  658. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js.map +0 -1
  659. app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -1
  660. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -1
  661. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -1
  662. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -49
  663. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -1
  664. app-rn-runtime/components/dialogs/dialog/dialog.component.js +0 -89
  665. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +0 -1
  666. app-rn-runtime/components/dialogs/dialog/dialog.props.js.map +0 -1
  667. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
  668. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js.map +0 -1
  669. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
  670. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -1
  671. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  672. app-rn-runtime/components/input/basedataset/basedataset.props.js.map +0 -1
  673. app-rn-runtime/components/input/baseinput/baseinput.component.js +0 -147
  674. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  675. app-rn-runtime/components/input/baseinput/baseinput.props.js.map +0 -1
  676. app-rn-runtime/components/input/basenumber/basenumber.component.js +0 -278
  677. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +0 -1
  678. app-rn-runtime/components/input/basenumber/basenumber.props.js.map +0 -1
  679. app-rn-runtime/components/input/calendar/calendar.component.js.map +0 -1
  680. app-rn-runtime/components/input/calendar/calendar.props.js.map +0 -1
  681. app-rn-runtime/components/input/calendar/calendar.styles.js +0 -110
  682. app-rn-runtime/components/input/calendar/calendar.styles.js.map +0 -1
  683. app-rn-runtime/components/input/calendar/views/month-view.js +0 -190
  684. app-rn-runtime/components/input/calendar/views/month-view.js.map +0 -1
  685. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +0 -1
  686. app-rn-runtime/components/input/checkbox/checkbox.props.js +0 -17
  687. app-rn-runtime/components/input/checkbox/checkbox.props.js.map +0 -1
  688. app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +0 -1
  689. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
  690. app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +0 -1
  691. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +0 -1
  692. app-rn-runtime/components/input/chips/chips.component.js +0 -265
  693. app-rn-runtime/components/input/chips/chips.component.js.map +0 -1
  694. app-rn-runtime/components/input/chips/chips.props.js.map +0 -1
  695. app-rn-runtime/components/input/composite/composite.component.js.map +0 -1
  696. app-rn-runtime/components/input/composite/composite.props.js.map +0 -1
  697. app-rn-runtime/components/input/currency/currency.component.js +0 -68
  698. app-rn-runtime/components/input/currency/currency.component.js.map +0 -1
  699. app-rn-runtime/components/input/currency/currency.props.js +0 -12
  700. app-rn-runtime/components/input/currency/currency.props.js.map +0 -1
  701. app-rn-runtime/components/input/currency/currency.styles.js +0 -55
  702. app-rn-runtime/components/input/currency/currency.styles.js.map +0 -1
  703. app-rn-runtime/components/input/epoch/base-datetime.component.js +0 -269
  704. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  705. app-rn-runtime/components/input/epoch/date/date.component.js.map +0 -1
  706. app-rn-runtime/components/input/epoch/date/date.props.js.map +0 -1
  707. app-rn-runtime/components/input/epoch/date/date.styles.js +0 -12
  708. app-rn-runtime/components/input/epoch/date/date.styles.js.map +0 -1
  709. app-rn-runtime/components/input/epoch/date-picker.component.js.map +0 -1
  710. app-rn-runtime/components/input/epoch/datetime/datetime.component.js.map +0 -1
  711. app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +0 -1
  712. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js +0 -62
  713. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +0 -1
  714. app-rn-runtime/components/input/epoch/time/time.component.js.map +0 -1
  715. app-rn-runtime/components/input/epoch/time/time.props.js.map +0 -1
  716. app-rn-runtime/components/input/epoch/time/time.styles.js +0 -12
  717. app-rn-runtime/components/input/epoch/time/time.styles.js.map +0 -1
  718. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +0 -1
  719. app-rn-runtime/components/input/fileupload/fileupload.props.js.map +0 -1
  720. app-rn-runtime/components/input/number/number.component.js +0 -50
  721. app-rn-runtime/components/input/number/number.component.js.map +0 -1
  722. app-rn-runtime/components/input/number/number.props.js +0 -12
  723. app-rn-runtime/components/input/number/number.props.js.map +0 -1
  724. app-rn-runtime/components/input/number/number.styles.js +0 -33
  725. app-rn-runtime/components/input/number/number.styles.js.map +0 -1
  726. app-rn-runtime/components/input/radioset/radioset.component.js +0 -54
  727. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  728. app-rn-runtime/components/input/radioset/radioset.props.js.map +0 -1
  729. app-rn-runtime/components/input/radioset/radioset.styles.js +0 -44
  730. app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
  731. app-rn-runtime/components/input/rating/rating.component.js +0 -142
  732. app-rn-runtime/components/input/rating/rating.component.js.map +0 -1
  733. app-rn-runtime/components/input/rating/rating.props.js.map +0 -1
  734. app-rn-runtime/components/input/select/select.component.js +0 -169
  735. app-rn-runtime/components/input/select/select.component.js.map +0 -1
  736. app-rn-runtime/components/input/select/select.props.js.map +0 -1
  737. app-rn-runtime/components/input/select/select.styles.js +0 -80
  738. app-rn-runtime/components/input/select/select.styles.js.map +0 -1
  739. app-rn-runtime/components/input/slider/slider.component.js +0 -76
  740. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  741. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  742. app-rn-runtime/components/input/switch/switch.component.js.map +0 -1
  743. app-rn-runtime/components/input/switch/switch.props.js.map +0 -1
  744. app-rn-runtime/components/input/switch/switch.styles.js +0 -78
  745. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  746. app-rn-runtime/components/input/text/text.component.js +0 -45
  747. app-rn-runtime/components/input/text/text.component.js.map +0 -1
  748. app-rn-runtime/components/input/text/text.props.js.map +0 -1
  749. app-rn-runtime/components/input/text/text.styles.js +0 -39
  750. app-rn-runtime/components/input/text/text.styles.js.map +0 -1
  751. app-rn-runtime/components/input/textarea/textarea.component.js +0 -46
  752. app-rn-runtime/components/input/textarea/textarea.component.js.map +0 -1
  753. app-rn-runtime/components/input/textarea/textarea.props.js.map +0 -1
  754. app-rn-runtime/components/input/textarea/textarea.styles.js +0 -41
  755. app-rn-runtime/components/input/textarea/textarea.styles.js.map +0 -1
  756. app-rn-runtime/components/input/toggle/toggle.component.js +0 -88
  757. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  758. app-rn-runtime/components/input/toggle/toggle.props.js.map +0 -1
  759. app-rn-runtime/components/input/toggle/toggle.styles.js +0 -18
  760. app-rn-runtime/components/input/toggle/toggle.styles.js.map +0 -1
  761. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
  762. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
  763. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
  764. app-rn-runtime/components/navigation/basenav/basenav.component.js.map +0 -1
  765. app-rn-runtime/components/navigation/basenav/basenav.props.js.map +0 -1
  766. app-rn-runtime/components/navigation/menu/menu.component.js.map +0 -1
  767. app-rn-runtime/components/navigation/menu/menu.props.js.map +0 -1
  768. app-rn-runtime/components/navigation/menu/menu.styles.js +0 -61
  769. app-rn-runtime/components/navigation/menu/menu.styles.js.map +0 -1
  770. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +0 -1
  771. app-rn-runtime/components/navigation/navbar/navbar.props.js.map +0 -1
  772. app-rn-runtime/components/navigation/navbar/navbar.styles.js.map +0 -1
  773. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  774. app-rn-runtime/components/navigation/navitem/navitem.props.js.map +0 -1
  775. app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +0 -1
  776. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  777. app-rn-runtime/components/navigation/popover/popover.props.js.map +0 -1
  778. app-rn-runtime/components/navigation/popover/popover.styles.js.map +0 -1
  779. app-rn-runtime/components/page/content/content.component.js.map +0 -1
  780. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +0 -1
  781. app-rn-runtime/components/page/left-panel/left-panel.props.js.map +0 -1
  782. app-rn-runtime/components/page/page-content/page-content.component.js.map +0 -1
  783. app-rn-runtime/components/page/page-content/page-content.props.js.map +0 -1
  784. app-rn-runtime/components/page/page.component.js.map +0 -1
  785. app-rn-runtime/components/page/partial/partial.component.js.map +0 -1
  786. app-rn-runtime/components/page/partial-container/partial-container.component.js.map +0 -1
  787. app-rn-runtime/components/page/partial-container/partial-container.props.js.map +0 -1
  788. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +0 -1
  789. app-rn-runtime/components/page/tabbar/tabbar.props.js.map +0 -1
  790. app-rn-runtime/components/prefab/prefab-container.component.js.map +0 -1
  791. app-rn-runtime/core/asset.provider.js.map +0 -1
  792. app-rn-runtime/core/base.component.js +0 -370
  793. app-rn-runtime/core/base.component.js.map +0 -1
  794. app-rn-runtime/core/device/camera-service.js.map +0 -1
  795. app-rn-runtime/core/device/scan-service.js.map +0 -1
  796. app-rn-runtime/core/display.manager.js.map +0 -1
  797. app-rn-runtime/core/event-notifier.js.map +0 -1
  798. app-rn-runtime/core/fixed-view.component.js.map +0 -1
  799. app-rn-runtime/core/formatters.js.map +0 -1
  800. app-rn-runtime/core/if.component.js +0 -36
  801. app-rn-runtime/core/if.component.js.map +0 -1
  802. app-rn-runtime/core/imageSizeEstimator.js.map +0 -1
  803. app-rn-runtime/core/injector.js +0 -26
  804. app-rn-runtime/core/injector.js.map +0 -1
  805. app-rn-runtime/core/logger.js +0 -120
  806. app-rn-runtime/core/logger.js.map +0 -1
  807. app-rn-runtime/core/modal.service.js.map +0 -1
  808. app-rn-runtime/core/navigation.service.js.map +0 -1
  809. app-rn-runtime/core/network.service.js +0 -329
  810. app-rn-runtime/core/network.service.js.map +0 -1
  811. app-rn-runtime/core/partial.service.js.map +0 -1
  812. app-rn-runtime/core/props.provider.js +0 -86
  813. app-rn-runtime/core/props.provider.js.map +0 -1
  814. app-rn-runtime/core/scroll-view.component.js.map +0 -1
  815. app-rn-runtime/core/security.service.js.map +0 -1
  816. app-rn-runtime/core/spinner.service.js.map +0 -1
  817. app-rn-runtime/core/storage.service.js.map +0 -1
  818. app-rn-runtime/core/tappable.component.js +0 -63
  819. app-rn-runtime/core/tappable.component.js.map +0 -1
  820. app-rn-runtime/core/toast.service.js.map +0 -1
  821. app-rn-runtime/core/utils.js +0 -294
  822. app-rn-runtime/core/utils.js.map +0 -1
  823. app-rn-runtime/core/viewport.js.map +0 -1
  824. app-rn-runtime/gestures/swipe.animation.js +0 -105
  825. app-rn-runtime/gestures/swipe.animation.js.map +0 -1
  826. app-rn-runtime/package.json +0 -243
  827. app-rn-runtime/runtime/App.js +0 -454
  828. app-rn-runtime/runtime/App.js.map +0 -1
  829. app-rn-runtime/runtime/App.navigator.js +0 -100
  830. app-rn-runtime/runtime/App.navigator.js.map +0 -1
  831. app-rn-runtime/runtime/base-fragment.component.js +0 -317
  832. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  833. app-rn-runtime/runtime/base-page.component.js +0 -138
  834. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  835. app-rn-runtime/runtime/base-partial.component.js.map +0 -1
  836. app-rn-runtime/runtime/base-prefab.component.js +0 -85
  837. app-rn-runtime/runtime/base-prefab.component.js.map +0 -1
  838. app-rn-runtime/runtime/lib-patch.js.map +0 -1
  839. app-rn-runtime/runtime/memo.component.js.map +0 -1
  840. app-rn-runtime/runtime/navigator/drawer.navigator.js.map +0 -1
  841. app-rn-runtime/runtime/navigator/stack.navigator.js.map +0 -1
  842. app-rn-runtime/runtime/services/app-display-manager.service.js.map +0 -1
  843. app-rn-runtime/runtime/services/app-i18n.service.js +0 -42
  844. app-rn-runtime/runtime/services/app-i18n.service.js.map +0 -1
  845. app-rn-runtime/runtime/services/app-modal.service.js.map +0 -1
  846. app-rn-runtime/runtime/services/app-security.service.js +0 -189
  847. app-rn-runtime/runtime/services/app-security.service.js.map +0 -1
  848. app-rn-runtime/runtime/services/app-spinner.service.js +0 -74
  849. app-rn-runtime/runtime/services/app-spinner.service.js.map +0 -1
  850. app-rn-runtime/runtime/services/app-toast.service.js.map +0 -1
  851. app-rn-runtime/runtime/services/device/calendar-service.js.map +0 -1
  852. app-rn-runtime/runtime/services/device/camera-service.js +0 -333
  853. app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
  854. app-rn-runtime/runtime/services/device/contacts-service.js.map +0 -1
  855. app-rn-runtime/runtime/services/device/location-service.js.map +0 -1
  856. app-rn-runtime/runtime/services/device/permissions.js.map +0 -1
  857. app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
  858. app-rn-runtime/runtime/services/partial.service.js.map +0 -1
  859. app-rn-runtime/runtime/services/webprocess.service.js.map +0 -1
  860. app-rn-runtime/runtime/watcher.js +0 -145
  861. app-rn-runtime/runtime/watcher.js.map +0 -1
  862. app-rn-runtime/styles/MediaQueryList.js.map +0 -1
  863. app-rn-runtime/styles/background.component.js +0 -259
  864. app-rn-runtime/styles/background.component.js.map +0 -1
  865. app-rn-runtime/styles/style-prop.validator.js +0 -466
  866. app-rn-runtime/styles/style-prop.validator.js.map +0 -1
  867. app-rn-runtime/styles/style-props.js.map +0 -1
  868. app-rn-runtime/styles/theme.js +0 -317
  869. app-rn-runtime/styles/theme.js.map +0 -1
  870. app-rn-runtime/styles/theme.variables.js +0 -336
  871. app-rn-runtime/styles/theme.variables.js.map +0 -1
  872. app-rn-runtime/variables/base-variable.js +0 -125
  873. app-rn-runtime/variables/base-variable.js.map +0 -1
  874. app-rn-runtime/variables/device/calendar/create-event.operation.js.map +0 -1
  875. app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +0 -1
  876. app-rn-runtime/variables/device/calendar/get-events.operation.js.map +0 -1
  877. app-rn-runtime/variables/device/camera/capture-image.operation.js.map +0 -1
  878. app-rn-runtime/variables/device/camera/capture-video.operation.js.map +0 -1
  879. app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +0 -1
  880. app-rn-runtime/variables/device/device/app-info.operation.js.map +0 -1
  881. app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +0 -1
  882. app-rn-runtime/variables/device/device/device-info.operation.js.map +0 -1
  883. app-rn-runtime/variables/device/device/network-info.operation.js.map +0 -1
  884. app-rn-runtime/variables/device/device/vibrate.operation.js.map +0 -1
  885. app-rn-runtime/variables/device/file/upload-file.operation.js.map +0 -1
  886. app-rn-runtime/variables/device/operation.provider.js.map +0 -1
  887. app-rn-runtime/variables/device/scan/scan.operation.js.map +0 -1
  888. app-rn-runtime/variables/device-variable.js.map +0 -1
  889. app-rn-runtime/variables/http.service.js +0 -72
  890. app-rn-runtime/variables/http.service.js.map +0 -1
  891. app-rn-runtime/variables/model-variable.js +0 -35
  892. app-rn-runtime/variables/model-variable.js.map +0 -1
  893. app-rn-runtime/variables/service-variable.js +0 -122
  894. app-rn-runtime/variables/service-variable.js.map +0 -1
  895. app-rn-runtime/variables/utils/dataset-util.js.map +0 -1
  896. app-rn-runtime/variables/utils/inflight-queue.js.map +0 -1
  897. app-rn-runtime/variables/utils/variable.utils.js.map +0 -1
  898. {app-rn-runtime → package}/actions/base-action.js +0 -0
  899. {app-rn-runtime → package}/actions/index.js +0 -0
  900. {app-rn-runtime → package}/actions/index.js.map +0 -0
  901. {app-rn-runtime → package}/actions/login-action.js +0 -0
  902. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  903. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  904. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  905. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  906. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  907. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  908. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  909. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  910. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  911. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  912. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  913. {app-rn-runtime → package}/components/advanced/login/login.component.js +0 -0
  914. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  915. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  916. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  917. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -0
  918. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  919. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  920. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  921. {app-rn-runtime → package}/components/advanced/webview/webview.component.js +0 -0
  922. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  923. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  924. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  925. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +0 -0
  926. {app-rn-runtime → package}/components/basic/button/button.component.js +0 -0
  927. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  928. {app-rn-runtime → package}/components/basic/button/button.styles.js +0 -0
  929. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  930. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  931. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  932. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  933. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  934. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  935. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  936. {app-rn-runtime → package}/components/basic/icon/icon.component.js +0 -0
  937. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  938. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  939. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  940. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  941. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  942. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  943. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  944. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  945. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  946. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  947. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  948. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  949. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  950. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  951. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  952. {app-rn-runtime → package}/components/basic/message/message.component.js +0 -0
  953. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  954. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  955. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  956. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  957. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  958. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  959. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js +0 -0
  960. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  961. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js +0 -0
  962. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js +0 -0
  963. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  964. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  965. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  966. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  967. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  968. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  969. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  970. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  971. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  972. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -0
  973. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  974. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  975. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  976. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  977. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  978. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  979. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  980. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  981. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  982. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  983. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  984. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  985. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  986. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  987. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  988. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  989. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  990. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  991. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  992. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  993. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  994. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  995. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  996. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  997. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  998. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  999. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  1000. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  1001. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  1002. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  1003. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  1004. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  1005. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  1006. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  1007. {app-rn-runtime → package}/components/container/container.component.js +0 -0
  1008. {app-rn-runtime → package}/components/container/container.props.js +0 -0
  1009. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  1010. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  1011. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  1012. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  1013. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  1014. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  1015. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  1016. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  1017. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  1018. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  1019. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  1020. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  1021. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  1022. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  1023. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  1024. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  1025. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  1026. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  1027. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  1028. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  1029. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  1030. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  1031. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  1032. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  1033. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  1034. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  1035. {app-rn-runtime → package}/components/container/panel/panel.component.js +0 -0
  1036. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  1037. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  1038. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  1039. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +0 -0
  1040. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  1041. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  1042. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  1043. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  1044. {app-rn-runtime → package}/components/container/tile/tile.component.js +0 -0
  1045. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  1046. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  1047. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  1048. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +0 -0
  1049. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  1050. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  1051. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  1052. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  1053. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  1054. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  1055. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  1056. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  1057. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  1058. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  1059. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  1060. {app-rn-runtime → package}/components/data/card/card.component.js +0 -0
  1061. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  1062. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  1063. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  1064. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  1065. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  1066. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  1067. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  1068. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  1069. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  1070. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  1071. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  1072. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  1073. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js +0 -0
  1074. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  1075. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  1076. {app-rn-runtime → package}/components/data/list/list.styles.js +0 -0
  1077. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js +0 -0
  1078. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  1079. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  1080. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  1081. {app-rn-runtime → package}/components/device/camera/camera.component.js +0 -0
  1082. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  1083. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  1084. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  1085. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js +0 -0
  1086. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  1087. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  1088. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js +0 -0
  1089. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  1090. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  1091. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js +0 -0
  1092. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js.map +0 -0
  1093. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  1094. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  1095. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  1096. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  1097. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +0 -0
  1098. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  1099. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  1100. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  1101. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +0 -0
  1102. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  1103. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  1104. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  1105. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +0 -0
  1106. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  1107. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  1108. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  1109. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  1110. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  1111. {app-rn-runtime → package}/components/input/calendar/calendar.component.js +0 -0
  1112. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  1113. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  1114. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  1115. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js +0 -0
  1116. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  1117. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js +0 -0
  1118. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +0 -0
  1119. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  1120. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  1121. {app-rn-runtime → package}/components/input/chips/chips.styles.js +0 -0
  1122. {app-rn-runtime → package}/components/input/chips/chips.styles.js.map +0 -0
  1123. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  1124. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  1125. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  1126. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  1127. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  1128. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  1129. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  1130. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  1131. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +0 -0
  1132. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  1133. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  1134. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js +0 -0
  1135. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  1136. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  1137. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  1138. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +0 -0
  1139. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  1140. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  1141. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  1142. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  1143. {app-rn-runtime → package}/components/input/slider/slider.props.js +0 -0
  1144. {app-rn-runtime → package}/components/input/slider/slider.styles.js +0 -0
  1145. {app-rn-runtime → package}/components/input/slider/slider.styles.js.map +0 -0
  1146. {app-rn-runtime → package}/components/input/switch/switch.component.js +0 -0
  1147. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  1148. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  1149. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  1150. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  1151. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js +0 -0
  1152. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  1153. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  1154. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +0 -0
  1155. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  1156. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  1157. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  1158. {app-rn-runtime → package}/components/navigation/menu/menu.component.js +0 -0
  1159. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  1160. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js +0 -0
  1161. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  1162. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  1163. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js +0 -0
  1164. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  1165. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  1166. {app-rn-runtime → package}/components/navigation/popover/popover.component.js +0 -0
  1167. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  1168. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js +0 -0
  1169. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  1170. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  1171. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  1172. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  1173. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  1174. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +0 -0
  1175. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  1176. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  1177. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  1178. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +0 -0
  1179. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  1180. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  1181. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  1182. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  1183. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  1184. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  1185. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  1186. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  1187. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  1188. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  1189. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  1190. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  1191. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  1192. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  1193. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  1194. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  1195. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  1196. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js +0 -0
  1197. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  1198. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  1199. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  1200. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  1201. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  1202. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  1203. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  1204. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  1205. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  1206. {app-rn-runtime → package}/core/AppConfig.js.map +0 -0
  1207. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  1208. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  1209. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  1210. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  1211. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  1212. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  1213. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  1214. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  1215. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  1216. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  1217. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  1218. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  1219. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  1220. {app-rn-runtime → package}/core/display.manager.js +0 -0
  1221. {app-rn-runtime → package}/core/event-notifier.js +0 -0
  1222. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  1223. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  1224. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  1225. {app-rn-runtime → package}/core/formatters.js +0 -0
  1226. {app-rn-runtime → package}/core/imageSizeEstimator.js +0 -0
  1227. {app-rn-runtime → package}/core/modal.service.js +0 -0
  1228. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  1229. {app-rn-runtime → package}/core/partial.service.js +0 -0
  1230. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  1231. {app-rn-runtime → package}/core/security.service.js +0 -0
  1232. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  1233. {app-rn-runtime → package}/core/storage.service.js +0 -0
  1234. {app-rn-runtime → package}/core/toast.service.js +0 -0
  1235. {app-rn-runtime → package}/core/viewport.js +0 -0
  1236. {app-rn-runtime → package}/index.js +0 -0
  1237. {app-rn-runtime → package}/index.js.map +0 -0
  1238. {app-rn-runtime → package}/runtime/base-partial.component.js +0 -0
  1239. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  1240. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  1241. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  1242. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  1243. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  1244. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  1245. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  1246. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  1247. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  1248. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  1249. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  1250. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  1251. {app-rn-runtime → package}/runtime/services/device/permissions.js +0 -0
  1252. {app-rn-runtime → package}/runtime/services/device/scan-service.js +0 -0
  1253. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  1254. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  1255. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  1256. {app-rn-runtime → package}/styles/style-props.js +0 -0
  1257. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  1258. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  1259. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  1260. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  1261. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  1262. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  1263. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  1264. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  1265. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  1266. {app-rn-runtime → package}/variables/device/device/network-info.operation.js +0 -0
  1267. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  1268. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  1269. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  1270. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  1271. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  1272. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  1273. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  1274. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  1275. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  1276. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
@@ -1,241 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { SectionList, Text, View, TouchableWithoutFeedback } from 'react-native';
6
- import { FlatList } from 'react-native-gesture-handler';
7
- import { isArray } from 'lodash-es';
8
- import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
9
- import { getGroupedData, isDefined } from "@wavemaker/app-rn-runtime/core/utils";
10
- import WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';
11
- import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
12
- import WmListProps from './list.props';
13
- import { DEFAULT_CLASS } from './list.styles';
14
- export class WmListState extends BaseComponentState {
15
- constructor() {
16
- super(...arguments);
17
- _defineProperty(this, "selectedindex", void 0);
18
- _defineProperty(this, "groupedData", []);
19
- _defineProperty(this, "currentPage", 1);
20
- }
21
- }
22
- export default class WmList extends BaseComponent {
23
- constructor(props) {
24
- super(props, DEFAULT_CLASS, new WmListProps(), new WmListState());
25
- _defineProperty(this, "itemWidgets", []);
26
- _defineProperty(this, "selectedItemWidgets", {});
27
- _defineProperty(this, "key", 1);
28
- }
29
- onSelect($item, $index) {
30
- if (!this.state.props.disableitem($item, $index)) {
31
- this.selectedItemWidgets = this.itemWidgets[$index];
32
- this.updateState({
33
- props: {
34
- selecteditem: $item
35
- },
36
- selectedindex: $index
37
- }, () => {
38
- this.invokeEventCallback('onSelect', [this.proxy, $item]);
39
- });
40
- }
41
- }
42
- selectFirstItem() {
43
- const props = this.state.props;
44
- if (this.initialized && props.dataset && props.dataset.length) {
45
- const index = props.groupby ? '00' : 0;
46
- this.onSelect(props.dataset[0], index);
47
- }
48
- }
49
- deselect() {
50
- this.updateState({
51
- props: {
52
- selecteditem: null
53
- },
54
- selectedindex: -1
55
- });
56
- }
57
- setGroupData(items) {
58
- const dataItems = items;
59
- const props = this.state.props;
60
- if (props.groupby) {
61
- const groupedData = dataItems && getGroupedData(dataItems, props.groupby, props.match, props.orderby, props.dateformat, this);
62
- this.updateState({
63
- groupedData: groupedData
64
- }, () => {
65
- this.key += items && items.length || 0;
66
- });
67
- }
68
- }
69
- onPropertyChange(name, $new, $old) {
70
- super.onPropertyChange(name, $new, $old);
71
- const props = this.state.props;
72
- switch (name) {
73
- case 'selectfirstitem':
74
- if ($new) {
75
- this.selectFirstItem();
76
- }
77
- break;
78
- case 'dataset':
79
- if (this.state.props.groupby) {
80
- this.setGroupData($new);
81
- } else {
82
- const data = isArray($new) ? $new : isDefined($new) ? [$new] : [];
83
- this.updateState({
84
- groupedData: data[0] || props.direction === 'horizontal' ? [{
85
- key: '',
86
- data: data
87
- }] : []
88
- }, () => {
89
- this.key += $new && $new.length || 0;
90
- });
91
- }
92
- this.itemWidgets = [];
93
- if (props.selectfirstitem) {
94
- this.selectFirstItem();
95
- } else {
96
- this.deselect();
97
- }
98
- break;
99
- case 'groupby':
100
- case 'match':
101
- this.setGroupData(this.state.props.dataset);
102
- break;
103
- }
104
- }
105
- componentDidMount() {
106
- var _props$dataset;
107
- const props = this.state.props;
108
- if (this.state.props.selectfirstitem && (_props$dataset = props.dataset) !== null && _props$dataset !== void 0 && _props$dataset.length) {
109
- setTimeout(() => {
110
- this.onSelect(props.dataset[0], 0);
111
- });
112
- }
113
- super.componentDidMount();
114
- }
115
- componentDidUpdate(prevProps, prevState, snapshot) {
116
- super.componentDidUpdate && super.componentDidUpdate(prevProps, prevState, snapshot);
117
- this.invokeEventCallback('onRender', [this, this.state.props.dataset]);
118
- }
119
- getDefaultStyles() {
120
- const isHorizontal = this.state.props.direction === 'horizontal';
121
- return this.theme.getStyle(`${this.defaultClass} ${isHorizontal ? 'app-horizontal-list' : 'app-vertical-list'}`);
122
- }
123
- getIndex(item) {
124
- return this.state.props.dataset.indexOf(item);
125
- }
126
- generateItemKey(item, index, props) {
127
- if (props.itemkey && item && !this._showSkeleton) {
128
- return props.itemkey(item, index);
129
- }
130
- return 'list_item_' + (this.key + index);
131
- }
132
- renderItem(item, index, props) {
133
- var _this$state$props$sel, _this$state$props$sel2;
134
- return /*#__PURE__*/React.createElement(TouchableWithoutFeedback, {
135
- onPress: () => this.onSelect(item, index)
136
- }, /*#__PURE__*/React.createElement(View, {
137
- style: [this.styles.item, props.itemclass ? this.theme.getStyle(props.itemclass(item, index)) : null, this.state.selectedindex === index && ((_this$state$props$sel = this.state.props.selecteditem) === null || _this$state$props$sel === void 0 ? void 0 : _this$state$props$sel._groupIndex) === item._groupIndex ? this.styles.selectedItem : {}]
138
- }, props.renderItem(item, index, this), this.state.selectedindex === index && ((_this$state$props$sel2 = this.state.props.selecteditem) === null || _this$state$props$sel2 === void 0 ? void 0 : _this$state$props$sel2._groupIndex) === item._groupIndex ? /*#__PURE__*/React.createElement(WmIcon, {
139
- iconclass: "wi wi-check-circle",
140
- styles: this.styles.selectedIcon
141
- }) : null));
142
- }
143
- renderHeader(props, title) {
144
- return props.groupby ? /*#__PURE__*/React.createElement(Text, {
145
- style: this.styles.groupHeading
146
- }, title) : props.iconclass || props.title || props.subheading ? /*#__PURE__*/React.createElement(View, {
147
- style: this.styles.heading
148
- }, /*#__PURE__*/React.createElement(View, {
149
- style: {
150
- flex: 1,
151
- flexDirection: 'row'
152
- }
153
- }, /*#__PURE__*/React.createElement(WmIcon, {
154
- styles: this.styles.listIcon,
155
- iconclass: props.iconclass
156
- }), /*#__PURE__*/React.createElement(View, null, /*#__PURE__*/React.createElement(WmLabel, {
157
- styles: this.styles.title,
158
- caption: props.title
159
- }), /*#__PURE__*/React.createElement(WmLabel, {
160
- styles: this.styles.subheading,
161
- caption: props.subheading
162
- })))) : null;
163
- }
164
- renderEmptyMessage(isHorizontal, item, index, props) {
165
- return /*#__PURE__*/React.createElement(WmLabel, {
166
- styles: this.styles.emptyMessage,
167
- caption: props.nodatamessage
168
- });
169
- }
170
- renderLoadingIcon(props) {
171
- return /*#__PURE__*/React.createElement(WmIcon, {
172
- styles: this.styles.loadingIcon,
173
- iconclass: props.loadingicon,
174
- caption: props.loadingdatamsg
175
- });
176
- }
177
- renderWithFlatList(props) {
178
- let isHorizontal = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
179
- return /*#__PURE__*/React.createElement(View, {
180
- style: this.styles.root
181
- }, this.state.groupedData ? this.state.groupedData.map(v => /*#__PURE__*/React.createElement(View, {
182
- style: {
183
- marginBottom: 16
184
- }
185
- }, this.renderHeader(props, v.key), /*#__PURE__*/React.createElement(FlatList, {
186
- keyExtractor: (item, i) => this.generateItemKey(item, i, props),
187
- horizontal: isHorizontal,
188
- data: v.data || [],
189
- ListEmptyComponent: itemInfo => this.renderEmptyMessage(isHorizontal, itemInfo.item, itemInfo.index, props),
190
- renderItem: itemInfo => this.renderItem(itemInfo.item, itemInfo.index, props)
191
- }))) : null);
192
- }
193
- getSectionListData() {
194
- if (this._showSkeleton) {
195
- return [{
196
- key: '',
197
- data: [{}, {}, {}]
198
- }];
199
- } else if (this.state.groupedData[0] && this.state.groupedData[0]['data'].length) {
200
- return this.state.groupedData;
201
- }
202
- return [];
203
- }
204
- renderWithSectionList(props) {
205
- let isHorizontal = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
206
- return /*#__PURE__*/React.createElement(SectionList, {
207
- keyExtractor: (item, i) => this.generateItemKey(item, i, props),
208
- horizontal: isHorizontal,
209
- onEndReached: _ref => {
210
- let {
211
- distanceFromEnd
212
- } = _ref;
213
- this.setState({
214
- currentPage: this.state.currentPage + 1
215
- });
216
- this.invokeEventCallback('onEndReached', [null, this]);
217
- },
218
- contentContainerStyle: this.styles.root,
219
- onEndReachedThreshold: 0.3,
220
- sections: this.getSectionListData(),
221
- renderSectionHeader: _ref2 => {
222
- let {
223
- section: {
224
- key,
225
- data
226
- }
227
- } = _ref2;
228
- return this.renderHeader(props, key);
229
- },
230
- renderSectionFooter: () => props.loadingdata ? this.renderLoadingIcon(props) : null,
231
- ListEmptyComponent: itemInfo => this.renderEmptyMessage(isHorizontal, itemInfo.item, itemInfo.index, props),
232
- renderItem: itemInfo => this.renderItem(itemInfo.item, itemInfo.index, props)
233
- });
234
- }
235
- renderWidget(props) {
236
- this.invokeEventCallback('onBeforedatarender', [this, this.state.props.dataset]);
237
- const isHorizontal = props.direction === 'horizontal';
238
- return /*#__PURE__*/React.createElement(View, null, this._background, isHorizontal ? this.renderWithFlatList(props, isHorizontal) : this.renderWithSectionList(props, isHorizontal));
239
- }
240
- }
241
- //# sourceMappingURL=list.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","SectionList","Text","View","TouchableWithoutFeedback","FlatList","isArray","BaseComponent","BaseComponentState","getGroupedData","isDefined","WmLabel","WmIcon","WmListProps","DEFAULT_CLASS","WmListState","WmList","constructor","props","onSelect","$item","$index","state","disableitem","selectedItemWidgets","itemWidgets","updateState","selecteditem","selectedindex","invokeEventCallback","proxy","selectFirstItem","initialized","dataset","length","index","groupby","deselect","setGroupData","items","dataItems","groupedData","match","orderby","dateformat","key","onPropertyChange","name","$new","$old","data","direction","selectfirstitem","componentDidMount","setTimeout","componentDidUpdate","prevProps","prevState","snapshot","getDefaultStyles","isHorizontal","theme","getStyle","defaultClass","getIndex","item","indexOf","generateItemKey","itemkey","_showSkeleton","renderItem","styles","itemclass","_groupIndex","selectedItem","selectedIcon","renderHeader","title","groupHeading","iconclass","subheading","heading","flex","flexDirection","listIcon","renderEmptyMessage","emptyMessage","nodatamessage","renderLoadingIcon","loadingIcon","loadingicon","loadingdatamsg","renderWithFlatList","root","map","v","marginBottom","i","itemInfo","getSectionListData","renderWithSectionList","distanceFromEnd","setState","currentPage","section","loadingdata","renderWidget","_background"],"sources":["list.component.tsx"],"sourcesContent":["import React from 'react';\nimport { SectionList, Text, View, TouchableWithoutFeedback } from 'react-native';\nimport { FlatList } from 'react-native-gesture-handler';\nimport { isArray } from 'lodash-es';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport {getGroupedData, isDefined} from \"@wavemaker/app-rn-runtime/core/utils\";\nimport WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\n\nimport WmListProps from './list.props';\nimport { DEFAULT_CLASS, WmListStyles } from './list.styles';\n\n\nexport class WmListState extends BaseComponentState<WmListProps> {\n public selectedindex: any;\n groupedData: Array<any> = [];\n currentPage: number = 1;\n}\n\nexport default class WmList extends BaseComponent<WmListProps, WmListState, WmListStyles> {\n\n private itemWidgets = [] as any[];\n private selectedItemWidgets = {} as any;\n private key = 1;\n\n constructor(props: WmListProps) {\n super(props, DEFAULT_CLASS, new WmListProps(), new WmListState());\n }\n\n private onSelect($item: any, $index: number | string) {\n if (!this.state.props.disableitem($item, $index)) {\n this.selectedItemWidgets = this.itemWidgets[$index as number];\n this.updateState({\n props: { selecteditem: $item },\n selectedindex: $index\n } as WmListState, () => {\n this.invokeEventCallback('onSelect', [this.proxy, $item]);\n });\n }\n }\n\n private selectFirstItem() {\n const props = this.state.props;\n if (this.initialized\n && props.dataset\n && props.dataset.length) {\n const index = props.groupby ? '00': 0;\n this.onSelect(props.dataset[0], index);\n }\n }\n\n private deselect() {\n this.updateState({\n props: { selecteditem: null },\n selectedindex: -1\n } as WmListState);\n }\n\n setGroupData(items: any) {\n const dataItems = items;\n const props = this.state.props;\n if (props.groupby) {\n const groupedData = dataItems && getGroupedData(dataItems, props.groupby, props.match, props.orderby, props.dateformat, this);\n this.updateState({\n groupedData: groupedData\n } as WmListState, () => {\n this.key += (items && items.length) || 0;\n });\n }\n }\n\n public onPropertyChange(name: string, $new: any, $old: any) {\n super.onPropertyChange(name, $new, $old);\n const props = this.state.props;\n switch(name) {\n case 'selectfirstitem':\n if ($new) {\n this.selectFirstItem();\n }\n break;\n case 'dataset':\n if (this.state.props.groupby) {\n this.setGroupData($new);\n } else {\n const data = isArray($new) ? $new : (isDefined($new) ? [$new] : []);\n this.updateState({\n groupedData: (data[0] || props.direction === 'horizontal' ? [{\n key: '',\n data: data\n }] : [])\n } as WmListState, () => {\n this.key += ($new && $new.length) || 0;\n });\n }\n this.itemWidgets = [];\n if (props.selectfirstitem) {\n this.selectFirstItem();\n } else {\n this.deselect();\n }\n break;\n case 'groupby':\n case 'match':\n this.setGroupData(this.state.props.dataset);\n break;\n }\n }\n\n componentDidMount() {\n const props = this.state.props;\n if (this.state.props.selectfirstitem && props.dataset?.length) {\n setTimeout(() => {\n this.onSelect(props.dataset[0], 0);\n });\n }\n super.componentDidMount();\n }\n\n componentDidUpdate(prevProps: WmListProps, prevState: WmListState, snapshot?: any) {\n super.componentDidUpdate && super.componentDidUpdate(prevProps, prevState, snapshot);\n this.invokeEventCallback('onRender', [this, this.state.props.dataset]);\n }\n\n getDefaultStyles() {\n const isHorizontal = this.state.props.direction === 'horizontal';\n return this.theme.getStyle(`${this.defaultClass} ${isHorizontal ? 'app-horizontal-list' : 'app-vertical-list'}`);\n }\n\n getIndex(item: any) {\n return this.state.props.dataset.indexOf(item);\n }\n\n private generateItemKey(item: any, index: number, props: WmListProps) {\n if (props.itemkey && item && !this._showSkeleton) {\n return props.itemkey(item, index);\n }\n return 'list_item_' + (this.key + index);\n }\n\n private renderItem(item: any, index: number, props: WmListProps) {\n return (\n <TouchableWithoutFeedback onPress={() => this.onSelect(item, index)}>\n <View style={[\n this.styles.item,\n props.itemclass ? this.theme.getStyle(props.itemclass(item, index)) : null,\n this.state.selectedindex === index && this.state.props.selecteditem?._groupIndex === item._groupIndex ? this.styles.selectedItem : {}]}>\n {props.renderItem(item, index, this)}\n { this.state.selectedindex === index && this.state.props.selecteditem?._groupIndex === item._groupIndex ? (\n <WmIcon iconclass='wi wi-check-circle' styles={this.styles.selectedIcon} />\n ) : null}\n </View>\n </TouchableWithoutFeedback>\n );\n }\n\n private renderHeader(props: WmListProps, title: string) {\n return props.groupby ? (\n <Text style={this.styles.groupHeading}>{title}</Text>\n ) : (props.iconclass || props.title || props.subheading) ? (\n <View style={this.styles.heading}>\n <View style={{flex: 1, flexDirection: 'row'}}>\n <WmIcon styles={this.styles.listIcon} iconclass={props.iconclass}></WmIcon>\n <View>\n <WmLabel styles={this.styles.title} caption={props.title}></WmLabel>\n <WmLabel styles={this.styles.subheading} caption={props.subheading}></WmLabel>\n </View>\n </View>\n </View>) : null;\n }\n\n private renderEmptyMessage(isHorizontal: boolean, item: any, index: any, props: WmListProps) {\n return (<WmLabel styles={this.styles.emptyMessage} caption={props.nodatamessage}></WmLabel>);\n }\n\n private renderLoadingIcon(props: WmListProps) {\n return (<WmIcon\n styles={this.styles.loadingIcon}\n iconclass={props.loadingicon}\n caption={props.loadingdatamsg}></WmIcon>)\n }\n\n private renderWithFlatList(props: WmListProps, isHorizontal = false) {\n return (\n <View style={this.styles.root}>\n {this.state.groupedData ? this.state.groupedData.map((v: any) => ((\n <View style={{marginBottom: 16}}>\n {this.renderHeader(props, v.key)}\n <FlatList\n keyExtractor={(item, i) => this.generateItemKey(item, i, props)}\n horizontal = {isHorizontal}\n data={v.data || []}\n ListEmptyComponent = {(itemInfo) => this.renderEmptyMessage(isHorizontal, itemInfo.item, itemInfo.index, props)}\n renderItem={(itemInfo) => this.renderItem(itemInfo.item, itemInfo.index, props)}>\n </FlatList>\n </View>\n ))) : null\n }\n </View>);\n }\n\n private getSectionListData() {\n if (this._showSkeleton) {\n return [{\n key: '',\n data: [{}, {}, {}]\n }];\n } else if (this.state.groupedData[0] && this.state.groupedData[0]['data'].length) {\n return this.state.groupedData;\n }\n return [];\n }\n\n private renderWithSectionList(props: WmListProps, isHorizontal = false) {\n return (\n <SectionList\n keyExtractor={(item, i) => this.generateItemKey(item, i, props)}\n horizontal = {isHorizontal}\n onEndReached={({distanceFromEnd}) => {\n this.setState({ currentPage: this.state.currentPage + 1 } as WmListState);\n this.invokeEventCallback('onEndReached', [null, this]);\n }}\n contentContainerStyle={this.styles.root}\n onEndReachedThreshold={0.3}\n sections={this.getSectionListData()}\n renderSectionHeader={({ section: {key, data}}) => {\n return this.renderHeader(props, key);\n }}\n renderSectionFooter={() => props.loadingdata ? this.renderLoadingIcon(props) : null}\n ListEmptyComponent = {(itemInfo) => this.renderEmptyMessage(isHorizontal, itemInfo.item, itemInfo.index, props)}\n renderItem={(itemInfo) => this.renderItem(itemInfo.item, itemInfo.index, props)}>\n </SectionList>\n );\n }\n\n renderWidget(props: WmListProps) {\n this.invokeEventCallback('onBeforedatarender', [this, this.state.props.dataset]);\n const isHorizontal = (props.direction === 'horizontal');\n return (\n <View>\n {this._background}\n {(isHorizontal) ?\n this.renderWithFlatList(props, isHorizontal)\n : this.renderWithSectionList(props, isHorizontal)}\n </View>);\n }\n}\n"],"mappings":"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"}
@@ -1,32 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
6
- import { View } from 'react-native';
7
- export default class WmListProps extends BaseProps {
8
- constructor() {
9
- super(...arguments);
10
- _defineProperty(this, "iconclass", null);
11
- _defineProperty(this, "title", null);
12
- _defineProperty(this, "subheading", null);
13
- _defineProperty(this, "dataset", []);
14
- _defineProperty(this, "maxnumberofitems", 50);
15
- _defineProperty(this, "renderItem", () => /*#__PURE__*/React.createElement(View, null));
16
- _defineProperty(this, "loadingicon", 'fa fa-circle-o-notch fa-pulse');
17
- _defineProperty(this, "loadingdatamsg", 'Loading...');
18
- _defineProperty(this, "nodatamessage", 'No data found');
19
- _defineProperty(this, "loadingdata", false);
20
- _defineProperty(this, "selectfirstitem", false);
21
- _defineProperty(this, "disableitem", ($item, $index) => false);
22
- _defineProperty(this, "itemkey", null);
23
- _defineProperty(this, "direction", 'vertical');
24
- _defineProperty(this, "groupby", null);
25
- _defineProperty(this, "match", null);
26
- _defineProperty(this, "orderby", null);
27
- _defineProperty(this, "dateformat", null);
28
- _defineProperty(this, "selecteditem", null);
29
- _defineProperty(this, "itemclass", null);
30
- }
31
- }
32
- //# sourceMappingURL=list.props.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","BaseProps","View","WmListProps","$item","$index"],"sources":["list.props.tsx"],"sourcesContent":["import React from 'react';\nimport { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { View } from 'react-native';\n\nexport default class WmListProps extends BaseProps {\n iconclass: string = null as any;\n title: string = null as any;\n subheading: string = null as any;\n dataset = [] as any;\n maxnumberofitems = 50;\n renderItem: any = () => (<View/>);\n loadingicon='fa fa-circle-o-notch fa-pulse';\n loadingdatamsg = 'Loading...';\n nodatamessage = 'No data found';\n loadingdata = false;\n selectfirstitem = false;\n disableitem = ($item: any, $index: any) => false;\n itemkey?: ($item: any, $index: any) => any = null as any;\n direction: 'horizontal' | 'vertical' = 'vertical';\n groupby: string = null as any;\n match: string = null as any;\n orderby: string = null as any;\n dateformat: string = null as any;\n selecteditem = null as any;\n itemclass: ($item: any, $index: any) => string = null as any;\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,SAAS,QAAQ,+CAA+C;AACzE,SAASC,IAAI,QAAQ,cAAc;AAEnC,eAAe,MAAMC,WAAW,SAASF,SAAS,CAAC;EAAA;IAAA;IAAA,mCAC3B,IAAI;IAAA,+BACR,IAAI;IAAA,oCACC,IAAI;IAAA,iCACf,EAAE;IAAA,0CACO,EAAE;IAAA,oCACH,mBAAO,oBAAC,IAAI,OAAG;IAAA,qCACrB,+BAA+B;IAAA,wCAC1B,YAAY;IAAA,uCACb,eAAe;IAAA,qCACjB,KAAK;IAAA,yCACD,KAAK;IAAA,qCACT,CAACG,KAAU,EAAEC,MAAW,KAAK,KAAK;IAAA,iCACH,IAAI;IAAA,mCACV,UAAU;IAAA,iCAC/B,IAAI;IAAA,+BACN,IAAI;IAAA,iCACF,IAAI;IAAA,oCACD,IAAI;IAAA,sCACV,IAAI;IAAA,mCAC8B,IAAI;EAAA;AACzD"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","listIcon","marginTop","marginRight","groupHeading","backgroundColor","groupHeadingBgColor","fontSize","paddingLeft","paddingRight","lineHeight","fontFamily","baseFont","loadingIcon","flex","alignSelf","justifyContent","color","listSubTitleColor","heading","padding","marginBottom","listHeaderBgColor","title","listTitleColor","subheading","emptyMessage","item","getStyle","shadowColor","flexDirection","paddingTop","paddingBottom","itemBgColor","borderRadius","borderStyle","selectedItem","selectedIcon","position","right","top","primaryColor","minWidth","width","borderBottomWidth","borderBottomColor","listDividerColor","borderRightWidth","borderRightColor"],"sources":["list.styles.ts"],"sourcesContent":["import { TextStyle, ViewStyle } from 'react-native';\nimport BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmLabelStyles } from '@wavemaker/app-rn-runtime/components/basic/label/label.styles';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\n\nexport type WmListStyles = BaseStyles & {\n heading: AllStyle,\n groupHeading: TextStyle,\n listIcon: WmIconStyles,\n loadingIcon: WmIconStyles,\n title: WmLabelStyles,\n subheading: WmLabelStyles,\n emptyMessage: WmLabelStyles,\n item: AllStyle,\n selectedItem: AllStyle,\n selectedIcon: WmIconStyles\n};\n\nexport const DEFAULT_CLASS = 'app-list';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmListStyles = defineStyles({\n root: {},\n text: {},\n listIcon: {\n root: {\n marginTop: 4,\n marginRight: 8\n }\n } as WmIconStyles,\n groupHeading: {\n backgroundColor: themeVariables.groupHeadingBgColor,\n fontSize: 16,\n paddingLeft: 8,\n paddingRight: 8,\n lineHeight: 40,\n fontFamily: themeVariables.baseFont\n },\n loadingIcon: {\n root: {\n flex: 1,\n alignSelf: 'center',\n justifyContent: 'center',\n fontSize: 16\n },\n text: {\n color: themeVariables.listSubTitleColor\n }\n } as WmIconStyles,\n heading : {\n padding: 8,\n marginBottom: 6,\n backgroundColor: themeVariables.listHeaderBgColor\n },\n title: {\n text: {\n color: themeVariables.listTitleColor,\n fontSize: 16,\n lineHeight: 24,\n }\n } as WmLabelStyles,\n subheading: {\n text: {\n fontSize: 12,\n lineHeight: 16,\n color: themeVariables.listSubTitleColor\n }\n } as WmLabelStyles,\n emptyMessage: {\n root: {\n flex: 1,\n alignSelf: 'center',\n fontSize: 16,\n lineHeight: 18,\n color: themeVariables.listSubTitleColor\n }\n } as WmLabelStyles,\n item: {\n ...BASE_THEME.getStyle('elevate1').root,\n shadowColor: 'rgba(0, 0, 0, 0.3)',\n flexDirection: 'row',\n flex: 1,\n paddingLeft: 4,\n paddingRight: 4,\n paddingTop: 4,\n paddingBottom: 4,\n backgroundColor: themeVariables.itemBgColor,\n borderRadius: 6,\n borderStyle: 'solid',\n },\n selectedItem : {} as AllStyle,\n selectedIcon : {\n root: {\n position: 'absolute',\n right: 0,\n top: 0\n },\n text: {\n color: themeVariables.primaryColor,\n fontSize: 16\n }\n } as WmIconStyles\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n addStyle('app-horizontal-list', '', {\n groupHeading: {\n minWidth: 120,\n backgroundColor: themeVariables.groupHeadingBgColor,\n },\n item: {\n marginRight: 6\n }\n } as WmListStyles);\n\n addStyle('app-vertical-list', '', {\n item: {\n marginBottom: 6,\n width: '100%',\n borderBottomWidth: 0,\n borderBottomColor: themeVariables.listDividerColor,\n }\n } as WmListStyles);\n\n addStyle('app-horizontal-list-dense', '', {\n item: {\n marginRight: 0,\n borderRadius: 0,\n borderRightWidth: 1,\n borderRightColor: 'rgba(0,0,0,0.05)'\n } as ViewStyle\n } as WmListStyles);\n\n addStyle('app-list-dense', '', {\n item: {\n marginBottom: 0,\n borderRadius: 0,\n borderBottomWidth: 1,\n borderBottomColor: 'rgba(0,0,0,0.05)'\n } as ViewStyle\n } as WmListStyles);\n});\n"],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","ScanConsumer","WmBarcodescannerProps","DEFAULT_CLASS","WmButton","WmBarcodescannerState","WmBarcodescanner","constructor","props","onScanTap","params","barcodeFormat","state","barcodeformat","scanner","scanBarcode","then","res","updateState","datavalue","text","invokeEventCallback","proxy","renderWidget","scanService","styles","root","_background","iconclass","button","bind","caption","iconsize"],"sources":["barcodescanner.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { ScanInput, ScanOutput } from '@wavemaker/app-rn-runtime/variables/device/scan/scan.operation';\nimport { ScanConsumer, ScanService } from '@wavemaker/app-rn-runtime/core/device/scan-service';\n\nimport WmBarcodescannerProps from './barcodescanner.props';\nimport { DEFAULT_CLASS, WmBarcodescannerStyles } from './barcodescanner.styles';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\n\nexport class WmBarcodescannerState extends BaseComponentState<WmBarcodescannerProps> {}\n\nexport default class WmBarcodescanner extends BaseComponent<WmBarcodescannerProps, WmBarcodescannerState, WmBarcodescannerStyles> {\n private scanner: ScanService = null as any;\n constructor(props: WmBarcodescannerProps) {\n super(props, DEFAULT_CLASS, new WmBarcodescannerProps());\n }\n\n onScanTap() {\n const params: ScanInput = {\n barcodeFormat: this.state.props.barcodeformat\n };\n this.scanner.scanBarcode(params).then((res: ScanOutput) => {\n this.updateState({\n props: {\n datavalue: res.text\n }\n } as WmBarcodescannerState, () => {\n this.invokeEventCallback('onSuccess', [null, this.proxy]);\n });\n })\n }\n\n renderWidget(props: WmBarcodescannerProps) {\n return (\n <ScanConsumer>\n {(scanService: ScanService) => {\n this.scanner = scanService;\n return <View style={this.styles.root}>\n {this._background}\n <WmButton iconclass={props.iconclass} styles={this.styles.button} onTap={this.onScanTap.bind(this)} caption={props.caption} iconsize={props.iconsize}></WmButton>\n </View>\n }}\n </ScanConsumer>\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,SAASC,YAAY,QAAqB,oDAAoD;AAE9F,OAAOC,qBAAqB,MAAM,wBAAwB;AAC1D,SAASC,aAAa,QAAgC,yBAAyB;AAC/E,OAAOC,QAAQ,MAAM,oEAAoE;AAEzF,OAAO,MAAMC,qBAAqB,SAASL,kBAAkB,CAAwB;AAErF,eAAe,MAAMM,gBAAgB,SAASP,aAAa,CAAuE;EAEhIQ,WAAW,CAACC,KAA4B,EAAE;IACxC,KAAK,CAACA,KAAK,EAAEL,aAAa,EAAE,IAAID,qBAAqB,EAAE,CAAC;IAAC,iCAF5B,IAAI;EAGnC;EAEAO,SAAS,GAAG;IACV,MAAMC,MAAiB,GAAG;MACxBC,aAAa,EAAE,IAAI,CAACC,KAAK,CAACJ,KAAK,CAACK;IAClC,CAAC;IACD,IAAI,CAACC,OAAO,CAACC,WAAW,CAACL,MAAM,CAAC,CAACM,IAAI,CAAEC,GAAe,IAAK;MACzD,IAAI,CAACC,WAAW,CAAC;QACfV,KAAK,EAAE;UACLW,SAAS,EAAEF,GAAG,CAACG;QACjB;MACF,CAAC,EAA2B,MAAM;QAChC,IAAI,CAACC,mBAAmB,CAAC,WAAW,EAAE,CAAC,IAAI,EAAE,IAAI,CAACC,KAAK,CAAC,CAAC;MAC3D,CAAC,CAAC;IACJ,CAAC,CAAC;EACJ;EAEAC,YAAY,CAACf,KAA4B,EAAE;IACzC,oBACE,oBAAC,YAAY,QACTgB,WAAwB,IAAK;MAC7B,IAAI,CAACV,OAAO,GAAGU,WAAW;MAC1B,oBAAO,oBAAC,IAAI;QAAC,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;MAAK,GAClC,IAAI,CAACC,WAAW,eACjB,oBAAC,QAAQ;QAAC,SAAS,EAAEnB,KAAK,CAACoB,SAAU;QAAC,MAAM,EAAE,IAAI,CAACH,MAAM,CAACI,MAAO;QAAC,KAAK,EAAE,IAAI,CAACpB,SAAS,CAACqB,IAAI,CAAC,IAAI,CAAE;QAAC,OAAO,EAAEtB,KAAK,CAACuB,OAAQ;QAAC,QAAQ,EAAEvB,KAAK,CAACwB;MAAS,EAAY,CAC5J;IACT,CAAC,CACY;EAEnB;AACF"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmBarcodescannerProps"],"sources":["barcodescanner.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmBarcodescannerProps extends BaseProps {\n barcodeformat: string = 'ALL';\n caption: string = null as any;\n datavalue: any;\n iconclass: string = 'fa fa-barcode';\n iconsize: number = 16;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,qBAAqB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,uCACnC,KAAK;IAAA,iCACX,IAAI;IAAA;IAAA,mCAEF,eAAe;IAAA,kCAChB,EAAE;EAAA;AACvB"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmCameraProps","DEFAULT_CLASS","WmButton","CameraConsumer","WmCameraState","WmCamera","constructor","props","onCameraTap","state","capturetype","params","allowImageEdit","allowedit","imageQuality","imagequality","imageEncodingType","imageencodingtype","imageTargetWidth","imagetargetwidth","imageTargetHeight","imagetargetheight","camera","captureImage","then","res","updateModel","imagePath","content","captureVideo","videoPath","$event","value","startsWith","localFile","updateState","datavalue","localFilePath","invokeEventCallback","bind","proxy","renderWidget","cameraService","_background","styles","root","iconclass","button","iconsize"],"sources":["camera.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmCameraProps from './camera.props';\nimport { DEFAULT_CLASS, WmCameraStyles } from './camera.styles';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport { CaptureImageOutput } from '@wavemaker/app-rn-runtime/variables/device/camera/capture-image.operation';\nimport { CameraConsumer, CameraInput, CameraService } from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { CaptureVideoOutput } from '@wavemaker/app-rn-runtime/variables/device/camera/capture-video.operation';\n\n\nexport class WmCameraState extends BaseComponentState<WmCameraProps> {}\n\nexport default class WmCamera extends BaseComponent<WmCameraProps, WmCameraState, WmCameraStyles> {\n private camera: CameraService = null as any;\n public localFile: string = '';\n constructor(props: WmCameraProps) {\n super(props, DEFAULT_CLASS, new WmCameraProps());\n }\n\n onCameraTap() {\n const props = this.state.props;\n if (props.capturetype === 'IMAGE') {\n const params: CameraInput = {\n allowImageEdit: props.allowedit,\n imageQuality: props.imagequality,\n imageEncodingType: props.imageencodingtype,\n imageTargetWidth: props.imagetargetwidth,\n imageTargetHeight: props.imagetargetheight\n };\n\n this.camera.captureImage(params).then((res: CaptureImageOutput) => {\n this.updateModel(null, res.imagePath, res.content);\n });\n } else {\n this.camera.captureVideo().then((res: CaptureVideoOutput) => {\n this.updateModel(null, res.videoPath, res.content);\n });\n }\n\n }\n\n private updateModel($event: any, value: any, content: string) {\n value = (value.startsWith('file://') ? '' : 'file://') + value;\n this.localFile = content;\n this.updateState({\n props: {\n datavalue: value,\n localFilePath: value\n }\n } as WmCameraState, this.invokeEventCallback.bind(this, 'onSuccess', [null, this.proxy, value, this.localFile]));\n }\n\n renderWidget(props: WmCameraProps) {\n return (\n <CameraConsumer>\n {(cameraService: CameraService) => {\n {this._background}\n this.camera = cameraService;\n return <View style={this.styles.root}>\n <WmButton iconclass={props.iconclass} styles={this.styles.button} iconsize={props.iconsize} onTap={this.onCameraTap.bind(this)}></WmButton>\n </View>\n }}\n </CameraConsumer>\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,aAAa,MAAM,gBAAgB;AAC1C,SAASC,aAAa,QAAwB,iBAAiB;AAC/D,OAAOC,QAAQ,MAAM,oEAAoE;AAEzF,SAASC,cAAc,QAAoC,sDAAsD;AAIjH,OAAO,MAAMC,aAAa,SAASL,kBAAkB,CAAgB;AAErE,eAAe,MAAMM,QAAQ,SAASP,aAAa,CAA+C;EAGhGQ,WAAW,CAACC,KAAoB,EAAE;IAChC,KAAK,CAACA,KAAK,EAAEN,aAAa,EAAE,IAAID,aAAa,EAAE,CAAC;IAAC,gCAHnB,IAAI;IAAA,mCACT,EAAE;EAG7B;EAEAQ,WAAW,GAAG;IACZ,MAAMD,KAAK,GAAG,IAAI,CAACE,KAAK,CAACF,KAAK;IAC9B,IAAIA,KAAK,CAACG,WAAW,KAAK,OAAO,EAAE;MACjC,MAAMC,MAAmB,GAAG;QAC1BC,cAAc,EAAEL,KAAK,CAACM,SAAS;QAC/BC,YAAY,EAAEP,KAAK,CAACQ,YAAY;QAChCC,iBAAiB,EAAET,KAAK,CAACU,iBAAiB;QAC1CC,gBAAgB,EAAEX,KAAK,CAACY,gBAAgB;QACxCC,iBAAiB,EAAEb,KAAK,CAACc;MAC3B,CAAC;MAED,IAAI,CAACC,MAAM,CAACC,YAAY,CAACZ,MAAM,CAAC,CAACa,IAAI,CAAEC,GAAuB,IAAK;QACjE,IAAI,CAACC,WAAW,CAAC,IAAI,EAAED,GAAG,CAACE,SAAS,EAAEF,GAAG,CAACG,OAAO,CAAC;MACpD,CAAC,CAAC;IACJ,CAAC,MAAM;MACL,IAAI,CAACN,MAAM,CAACO,YAAY,EAAE,CAACL,IAAI,CAAEC,GAAuB,IAAK;QAC3D,IAAI,CAACC,WAAW,CAAC,IAAI,EAAED,GAAG,CAACK,SAAS,EAAEL,GAAG,CAACG,OAAO,CAAC;MACpD,CAAC,CAAC;IACJ;EAEF;EAEQF,WAAW,CAACK,MAAW,EAAEC,KAAU,EAAEJ,OAAe,EAAE;IAC5DI,KAAK,GAAG,CAACA,KAAK,CAACC,UAAU,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,SAAS,IAAID,KAAK;IAC9D,IAAI,CAACE,SAAS,GAAGN,OAAO;IACxB,IAAI,CAACO,WAAW,CAAC;MACf5B,KAAK,EAAE;QACL6B,SAAS,EAAEJ,KAAK;QAChBK,aAAa,EAAEL;MACjB;IACF,CAAC,EAAmB,IAAI,CAACM,mBAAmB,CAACC,IAAI,CAAC,IAAI,EAAE,WAAW,EAAE,CAAC,IAAI,EAAE,IAAI,CAACC,KAAK,EAAER,KAAK,EAAE,IAAI,CAACE,SAAS,CAAC,CAAC,CAAC;EAClH;EAEAO,YAAY,CAAClC,KAAoB,EAAE;IACjC,oBACM,oBAAC,cAAc,QACTmC,aAA4B,IAAK;MACnC;QAAC,IAAI,CAACC,WAAW;MAAA;MACjB,IAAI,CAACrB,MAAM,GAAGoB,aAAa;MAC3B,oBAAO,oBAAC,IAAI;QAAC,KAAK,EAAE,IAAI,CAACE,MAAM,CAACC;MAAK,gBACnC,oBAAC,QAAQ;QAAC,SAAS,EAAEtC,KAAK,CAACuC,SAAU;QAAC,MAAM,EAAE,IAAI,CAACF,MAAM,CAACG,MAAO;QAAC,QAAQ,EAAExC,KAAK,CAACyC,QAAS;QAAC,KAAK,EAAE,IAAI,CAACxC,WAAW,CAAC+B,IAAI,CAAC,IAAI;MAAE,EAAY,CACtI;IACT,CAAC,CACc;EAEzB;AACF"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmCameraProps"],"sources":["camera.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmCameraProps extends BaseProps {\n allowedit: boolean = false;\n capturetype: string = 'IMAGE';\n iconclass: string = 'wm-sl-l sl-camera';\n iconsize: number = 16;\n imagequality: number = 80;\n imageencodingtype: string = 'JPEG';\n imagetargetwidth: number = null as any;\n imagetargetheight: number = null as any;\n datavalue: any;\n localFilePath: string = '';\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,aAAa,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,mCAC9B,KAAK;IAAA,qCACJ,OAAO;IAAA,mCACT,mBAAmB;IAAA,kCACpB,EAAE;IAAA,sCACE,EAAE;IAAA,2CACG,MAAM;IAAA,0CACP,IAAI;IAAA,2CACH,IAAI;IAAA;IAAA,uCAER,EAAE;EAAA;AAC5B"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","BaseComponent","BaseComponentState","WmButton","WmLabel","WmDialog","WmDialogcontent","WmDialogactions","WmAlertdialogProps","DEFAULT_CLASS","WmAlertdialogState","MESSAGE_STYLES","Map","WmAlertdialog","constructor","props","onComponentInit","c","dialogRef","open","close","getMessageStyle","type","renderWidget","messageStyle","theme","getStyle","get","alerttype","iconclass","animation","closable","modal","styles","dialog","title","listener","invokeEventCallback","dialogContent","message","dialogActions","oktext","mergeStyle","okButton"],"sources":["alertdialog.component.tsx"],"sourcesContent":["import React from 'react';\nimport { BaseComponent, BaseComponentState, LifecycleListener } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';\n\nimport WmDialog from '../dialog/dialog.component';\nimport WmDialogcontent from '../dialogcontent/dialogcontent.component';\nimport WmDialogactions from '../dialogactions/dialogactions.component';\n\nimport WmAlertdialogProps from './alertdialog.props';\nimport { DEFAULT_CLASS, WmAlertdialogStyles } from './alertdialog.styles';\n\nexport class WmAlertdialogState extends BaseComponentState<WmAlertdialogProps> {}\n\nconst MESSAGE_STYLES = new Map<string, string>([\n ['error', 'text-danger'],\n ['information', 'text-info'],\n ['warning', 'text-warning'],\n ['success', 'text-success']\n]);\n\nexport default class WmAlertdialog extends BaseComponent<WmAlertdialogProps, WmAlertdialogState, WmAlertdialogStyles> {\n\n private dialogRef: WmDialog = null as any;\n\n private listener: LifecycleListener = {\n onComponentInit: (c) => {\n if (c instanceof WmDialog) {\n this.dialogRef = c;\n }\n }\n };\n\n constructor(props: WmAlertdialogProps) {\n super(props, DEFAULT_CLASS, new WmAlertdialogProps());\n }\n\n open() {\n this.dialogRef.open();\n }\n\n close() {\n this.dialogRef.close();\n }\n\n getMessageStyle(type: string) {\n\n }\n\n renderWidget(props: WmAlertdialogProps) {\n const messageStyle = this.theme.getStyle(MESSAGE_STYLES.get(props.alerttype || 'error') as string);\n return (\n <WmDialog\n iconclass={props.iconclass}\n animation={props.animation}\n closable={props.closable}\n modal={props.modal}\n styles={this.styles.dialog}\n title={props.title}\n listener={this.listener} onOpened={() => {\n this.invokeEventCallback('onOpened', [null, this]);\n }}>\n <WmDialogcontent styles={this.styles.dialogContent}>\n <WmLabel\n caption={props.message || ''}\n styles={this.styles.message}></WmLabel>\n </WmDialogcontent>\n <WmDialogactions styles={this.styles.dialogActions}>\n <WmButton\n caption={props.oktext}\n styles={this.theme.mergeStyle({}, this.theme.getStyle('btn-primary'), this.styles.okButton)}\n onTap={() => {\n this.dialogRef.close();\n this.invokeEventCallback('onOk', [null, this]);\n }}></WmButton>\n </WmDialogactions>\n </WmDialog>\n );\n }\n}\n"],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmAlertdialogProps"],"sources":["alertdialog.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmAlertdialogProps extends BaseProps {\n animation: string = null as any;\n title? = 'Alert';\n iconclass? = 'wi wi-warning';\n alerttype? = 'error'\n oktext? = 'Ok';\n message? = 'I am an alert box!';\n modal? = false;\n closable? = true;\n onOpened?: Function = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,mCACpC,IAAI;IAAA,+BACf,OAAO;IAAA,mCACH,eAAe;IAAA,mCACf,OAAO;IAAA,gCACV,IAAI;IAAA,iCACH,oBAAoB;IAAA,+BACtB,KAAK;IAAA,kCACF,IAAI;IAAA,kCACM,IAAI;EAAA;AAC5B"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","dialog","dialogContent","dialogActions","okButton","width","borderRadius","message","color","alertMessageColor"],"sources":["alertdialog.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 { WmButtonStyles } from '@wavemaker/app-rn-runtime/components/basic/button/button.styles';\nimport { WmDialogStyles } from '../dialog/dialog.styles';\nimport { WmDialogcontentStyles } from '../dialogcontent/dialogcontent.styles';\nimport { WmDialogactionsStyles } from '../dialogactions/dialogactions.styles';\nimport { WmLabelStyles } from '../../basic/label/label.styles';\n\nexport type WmAlertdialogStyles = BaseStyles & {\n dialog: WmDialogStyles,\n dialogContent: WmDialogcontentStyles,\n dialogActions: WmDialogactionsStyles,\n okButton: WmButtonStyles,\n message: WmLabelStyles\n};\n\nexport const DEFAULT_CLASS = 'app-alertdialog';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmAlertdialogStyles = defineStyles({\n root: {},\n text: {},\n dialog: {} as WmDialogStyles,\n dialogContent: {\n root: {}\n } as WmDialogactionsStyles,\n dialogActions: {} as WmDialogcontentStyles,\n okButton: {\n root: {\n width: '100%',\n borderRadius: 4\n }\n } as WmButtonStyles,\n message: {\n text: {\n color: themeVariables.alertMessageColor\n }\n } as WmLabelStyles\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAexF,OAAO,MAAMC,aAAa,GAAG,iBAAiB;AAC9CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAkC,GAAGL,YAAY,CAAC;IACpDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,MAAM,EAAE,CAAC,CAAmB;IAC5BC,aAAa,EAAE;MACXH,IAAI,EAAE,CAAC;IACX,CAA0B;IAC1BI,aAAa,EAAE,CAAC,CAA0B;IAC1CC,QAAQ,EAAE;MACNL,IAAI,EAAE;QACFM,KAAK,EAAE,MAAM;QACbC,YAAY,EAAE;MAClB;IACJ,CAAmB;IACnBC,OAAO,EAAE;MACLP,IAAI,EAAE;QACFQ,KAAK,EAAEZ,cAAc,CAACa;MAC1B;IACJ;EACJ,CAAC,CAAC;EAEFZ,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC9C,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","BaseComponent","BaseComponentState","WmButton","WmLabel","WmDialog","WmDialogcontent","WmDialogactions","WmConfirmdialogProps","DEFAULT_CLASS","WmConfirmdialogState","WmConfirmdialog","constructor","props","onComponentInit","c","dialogRef","open","close","getMessageStyle","type","renderWidget","iconclass","animation","closable","modal","styles","dialog","title","listener","invokeEventCallback","dialogContent","message","dialogActions","canceltext","theme","mergeStyle","getStyle","cancelButton","oktext","okButton"],"sources":["confirmdialog.component.tsx"],"sourcesContent":["import React from 'react';\nimport { BaseComponent, BaseComponentState, LifecycleListener } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';\n\nimport WmDialog from '../dialog/dialog.component';\nimport WmDialogcontent from '../dialogcontent/dialogcontent.component';\nimport WmDialogactions from '../dialogactions/dialogactions.component';\n\nimport WmConfirmdialogProps from './confirmdialog.props';\nimport { DEFAULT_CLASS, WmConfirmdialogStyles } from './confirmdialog.styles';\nimport { merge } from 'lodash-es';\n\nexport class WmConfirmdialogState extends BaseComponentState<WmConfirmdialogProps> {}\n\nexport default class WmConfirmdialog extends BaseComponent<WmConfirmdialogProps, WmConfirmdialogState, WmConfirmdialogStyles> {\n\n private dialogRef: WmDialog = null as any;\n\n private listener: LifecycleListener = {\n onComponentInit: (c) => {\n if (c instanceof WmDialog) {\n this.dialogRef = c;\n }\n }\n };\n\n constructor(props: WmConfirmdialogProps) {\n super(props, DEFAULT_CLASS, new WmConfirmdialogProps());\n }\n\n open() {\n this.dialogRef.open();\n }\n\n close() {\n this.dialogRef.close();\n }\n\n getMessageStyle(type: string) {\n\n }\n\n renderWidget(props: WmConfirmdialogProps) {\n return (\n <WmDialog\n iconclass={props.iconclass}\n animation={props.animation}\n closable={props.closable}\n modal={props.modal}\n styles={this.styles.dialog}\n title={props.title}\n listener={this.listener} onOpened={() => {\n this.invokeEventCallback('onOpened', [null, this]);\n }}>\n <WmDialogcontent styles={this.styles.dialogContent}>\n <WmLabel\n caption={props.message || ''}\n styles={this.styles.message}></WmLabel>\n </WmDialogcontent>\n <WmDialogactions styles={this.styles.dialogActions}>\n <WmButton\n caption={props.canceltext}\n styles={this.theme.mergeStyle({}, this.theme.getStyle('btn-secondary'), this.styles.cancelButton)}\n onTap={() => {\n this.dialogRef.close();\n this.invokeEventCallback('onCancel', [null, this]);\n }}></WmButton>\n <WmButton\n caption={props.oktext}\n styles={this.theme.mergeStyle({}, this.theme.getStyle('btn-primary'), this.styles.okButton)}\n onTap={() => {\n this.dialogRef.close();\n this.invokeEventCallback('onOk', [null, this]);\n }}></WmButton>\n </WmDialogactions>\n </WmDialog>\n );\n }\n}\n"],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmConfirmdialogProps"],"sources":["confirmdialog.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmConfirmdialogProps extends BaseProps {\n animation: string = null as any;\n title? = 'Confirm';\n iconclass? = 'wm-sl-l sl-check';\n oktext? = 'Ok';\n canceltext? = 'CANCEL';\n message? = 'I am confirm box!';\n modal? = false;\n closable? = true;\n onOpened?: Function = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,oBAAoB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,mCACpC,IAAI;IAAA,+BACf,SAAS;IAAA,mCACL,kBAAkB;IAAA,gCACrB,IAAI;IAAA,oCACA,QAAQ;IAAA,iCACX,mBAAmB;IAAA,+BACrB,KAAK;IAAA,kCACF,IAAI;IAAA,kCACM,IAAI;EAAA;AAC9B"}
@@ -1,49 +0,0 @@
1
- import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
- import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
- export const DEFAULT_CLASS = 'app-confirmdialog';
4
- BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
- const defaultStyles = defineStyles({
6
- root: {},
7
- text: {},
8
- dialog: {
9
- icon: {
10
- icon: {
11
- fontSize: 16
12
- }
13
- }
14
- },
15
- dialogContent: {
16
- root: {}
17
- },
18
- dialogActions: {
19
- root: {
20
- padding: 0,
21
- flexDirection: 'row'
22
- }
23
- },
24
- okButton: {
25
- root: {
26
- flex: 1
27
- },
28
- text: {
29
- textTransform: 'capitalize'
30
- }
31
- },
32
- cancelButton: {
33
- root: {
34
- flex: 1,
35
- marginRight: 8
36
- },
37
- text: {
38
- textTransform: 'capitalize'
39
- }
40
- },
41
- message: {
42
- text: {
43
- color: themeVariables.alertMessageColor
44
- }
45
- }
46
- });
47
- addStyle(DEFAULT_CLASS, '', defaultStyles);
48
- });
49
- //# sourceMappingURL=confirmdialog.styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","dialog","icon","fontSize","dialogContent","dialogActions","padding","flexDirection","okButton","flex","textTransform","cancelButton","marginRight","message","color","alertMessageColor"],"sources":["confirmdialog.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 { WmButtonStyles } from '@wavemaker/app-rn-runtime/components/basic/button/button.styles';\nimport { WmDialogStyles } from '../dialog/dialog.styles';\nimport { WmDialogcontentStyles } from '../dialogcontent/dialogcontent.styles';\nimport { WmDialogactionsStyles } from '../dialogactions/dialogactions.styles';\nimport { WmLabelStyles } from '../../basic/label/label.styles';\n\nexport type WmConfirmdialogStyles = BaseStyles & {\n dialog: WmDialogStyles,\n dialogContent: WmDialogcontentStyles,\n dialogActions: WmDialogactionsStyles,\n okButton: WmButtonStyles,\n cancelButton: WmButtonStyles,\n message: WmLabelStyles\n};\n\nexport const DEFAULT_CLASS = 'app-confirmdialog';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmConfirmdialogStyles = defineStyles({\n root: {},\n text: {},\n dialog: {\n icon: {\n icon: {\n fontSize: 16\n }\n }\n } as WmDialogStyles,\n dialogContent: {\n root: {}\n } as WmDialogcontentStyles,\n dialogActions: {\n root: {\n padding: 0,\n flexDirection: 'row',\n }\n } as WmDialogactionsStyles,\n okButton: {\n root : {\n flex: 1\n },\n text: {\n textTransform: 'capitalize'\n }\n } as WmButtonStyles,\n cancelButton: {\n root : {\n flex: 1,\n marginRight: 8,\n },\n text: {\n textTransform: 'capitalize'\n }\n } as WmButtonStyles,\n message: {\n text: {\n color: themeVariables.alertMessageColor\n }\n } as WmLabelStyles\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAgBxF,OAAO,MAAMC,aAAa,GAAG,mBAAmB;AAChDF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAoC,GAAGL,YAAY,CAAC;IACtDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,MAAM,EAAE;MACJC,IAAI,EAAE;QACFA,IAAI,EAAE;UACFC,QAAQ,EAAE;QACd;MACJ;IACJ,CAAmB;IACnBC,aAAa,EAAE;MACXL,IAAI,EAAE,CAAC;IACX,CAA0B;IAC1BM,aAAa,EAAE;MACXN,IAAI,EAAE;QACFO,OAAO,EAAE,CAAC;QACVC,aAAa,EAAE;MACnB;IACJ,CAA0B;IAC1BC,QAAQ,EAAE;MACNT,IAAI,EAAG;QACHU,IAAI,EAAE;MACV,CAAC;MACDT,IAAI,EAAE;QACFU,aAAa,EAAE;MACnB;IACJ,CAAmB;IACnBC,YAAY,EAAE;MACVZ,IAAI,EAAG;QACHU,IAAI,EAAE,CAAC;QACPG,WAAW,EAAE;MACjB,CAAC;MACDZ,IAAI,EAAE;QACFU,aAAa,EAAE;MACnB;IACJ,CAAoB;IACpBG,OAAO,EAAE;MACLb,IAAI,EAAE;QACFc,KAAK,EAAElB,cAAc,CAACmB;MAC1B;IACJ;EACJ,CAAC,CAAC;EAEFlB,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC9C,CAAC,CAAC"}
@@ -1,89 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { View } from 'react-native';
6
- import { ModalConsumer } from '@wavemaker/app-rn-runtime/core/modal.service';
7
- import { HideMode } from '@wavemaker/app-rn-runtime/core/if.component';
8
- import { ThemeProvider } from '@wavemaker/app-rn-runtime/styles/theme';
9
- import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
10
- import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
11
- import WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';
12
- import WmDialogProps from './dialog.props';
13
- import { DEFAULT_CLASS } from './dialog.styles';
14
- export class WmDialogState extends BaseComponentState {
15
- constructor() {
16
- super(...arguments);
17
- _defineProperty(this, "modalOptions", {});
18
- }
19
- }
20
- export default class WmDialog extends BaseComponent {
21
- constructor(props) {
22
- super(props, DEFAULT_CLASS, new WmDialogProps(), new WmDialogState());
23
- _defineProperty(this, "_close", () => {});
24
- this.hideMode = HideMode.DONOT_ADD_TO_DOM;
25
- this.state.modalOptions.onClose = () => {
26
- return new Promise(res => {
27
- this.updateState({
28
- props: {
29
- show: false
30
- }
31
- }, () => {
32
- this.invokeEventCallback('onClose', [null, this]);
33
- res();
34
- });
35
- });
36
- };
37
- this.state.modalOptions.onOpen = () => {
38
- this.invokeEventCallback('onOpened', [null, this]);
39
- };
40
- }
41
- open() {
42
- if (!this.state.props.show) {
43
- this.updateState({
44
- props: {
45
- show: true
46
- }
47
- });
48
- }
49
- }
50
- close() {
51
- this._close();
52
- }
53
- prepareModalOptions(content, modalService) {
54
- const o = this.state.modalOptions;
55
- o.name = this.state.props.name;
56
- o.modalStyle = this.styles.modal;
57
- o.content = content;
58
- o.contentStyle = this.styles.content;
59
- o.isModal = !!this.state.props.modal;
60
- o.centered = true;
61
- o.animation = this.state.props.animation;
62
- this._close = () => modalService.hideModal(this.state.modalOptions);
63
- return o;
64
- }
65
- renderWidget(props) {
66
- return /*#__PURE__*/React.createElement(ModalConsumer, null, modalService => {
67
- modalService.showModal(this.prepareModalOptions( /*#__PURE__*/React.createElement(ThemeProvider, {
68
- value: this.theme
69
- }, /*#__PURE__*/React.createElement(View, {
70
- style: this.styles.root
71
- }, this._background, props.showheader ? /*#__PURE__*/React.createElement(View, {
72
- style: this.styles.header
73
- }, /*#__PURE__*/React.createElement(View, {
74
- style: this.styles.headerLabel
75
- }, /*#__PURE__*/React.createElement(WmIcon, {
76
- caption: props.title,
77
- iconclass: props.iconclass,
78
- styles: this.styles.icon
79
- })), props.closable && /*#__PURE__*/React.createElement(WmButton, {
80
- show: props.closable,
81
- iconclass: "wm-sl-l sl-close",
82
- onTap: () => this.close(),
83
- styles: this.styles.closeBtn
84
- })) : null, props.children)), modalService));
85
- return null;
86
- });
87
- }
88
- }
89
- //# sourceMappingURL=dialog.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","ModalConsumer","HideMode","ThemeProvider","BaseComponent","BaseComponentState","WmIcon","WmButton","WmDialogProps","DEFAULT_CLASS","WmDialogState","WmDialog","constructor","props","hideMode","DONOT_ADD_TO_DOM","state","modalOptions","onClose","Promise","res","updateState","show","invokeEventCallback","onOpen","open","close","_close","prepareModalOptions","content","modalService","o","name","modalStyle","styles","modal","contentStyle","isModal","centered","animation","hideModal","renderWidget","showModal","theme","root","_background","showheader","header","headerLabel","title","iconclass","icon","closable","closeBtn","children"],"sources":["dialog.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\n\nimport { ModalConsumer, ModalOptions, ModalService } from '@wavemaker/app-rn-runtime/core/modal.service';\nimport { HideMode } from '@wavemaker/app-rn-runtime/core/if.component';\nimport { ThemeProvider } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\n\nimport WmDialogProps from './dialog.props';\nimport { DEFAULT_CLASS, WmDialogStyles } from './dialog.styles';\n\nexport class WmDialogState extends BaseComponentState<WmDialogProps> {\n modalOptions = {} as ModalOptions;\n}\n\nexport default class WmDialog extends BaseComponent<WmDialogProps, WmDialogState, WmDialogStyles> {\n\n private _close: Function = () => {};\n\n constructor(props: WmDialogProps) {\n super(props, DEFAULT_CLASS, new WmDialogProps(), new WmDialogState());\n this.hideMode = HideMode.DONOT_ADD_TO_DOM;\n this.state.modalOptions.onClose = () => {\n return new Promise<void>((res) => {\n this.updateState({\n props: {show: false}\n } as WmDialogState, () => {\n this.invokeEventCallback('onClose', [null, this]);\n res();\n });\n });\n };\n this.state.modalOptions.onOpen = () => {\n this.invokeEventCallback('onOpened', [null, this]);\n };\n }\n\n open() {\n if (!this.state.props.show) {\n this.updateState({\n props:{show: true}\n } as WmDialogState);\n }\n }\n\n close() {\n this._close();\n }\n\n prepareModalOptions(content: React.ReactNode, modalService: ModalService) {\n const o = this.state.modalOptions;\n o.name = this.state.props.name;\n o.modalStyle = this.styles.modal;\n o.content = content;\n o.contentStyle = this.styles.content;\n o.isModal = !!this.state.props.modal;\n o.centered = true;\n o.animation = this.state.props.animation;\n this._close = () => modalService.hideModal(this.state.modalOptions);\n return o;\n }\n\n renderWidget(props: WmDialogProps) {\n return (<ModalConsumer>\n {(modalService: ModalService) => {\n modalService.showModal(this.prepareModalOptions((\n <ThemeProvider value={this.theme}>\n <View style={this.styles.root}>\n {this._background}\n {props.showheader ? (<View style={this.styles.header}>\n <View style={this.styles.headerLabel}>\n <WmIcon caption={props.title} iconclass={props.iconclass} styles={this.styles.icon}></WmIcon>\n </View>\n {props.closable && <WmButton show={props.closable} iconclass=\"wm-sl-l sl-close\" onTap={() => this.close()} styles={this.styles.closeBtn}></WmButton>}\n </View>) : null}\n {props.children}\n </View>\n </ThemeProvider>\n ), modalService));\n return null;\n }}\n </ModalConsumer>);\n }\n}\n"],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmDialogProps"],"sources":["dialog.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmDialogProps extends BaseProps {\n animation: string = null as any;\n show? = false;\n children = null as any;\n closable?= true;\n dialogtype?='design-dialog';\n iconclass? = '';\n modal? = true;\n showheader? = true;\n title? = '';\n onOpened?: Function = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,aAAa,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,mCAC/B,IAAI;IAAA,8BAChB,KAAK;IAAA,kCACF,IAAI;IAAA,kCACJ,IAAI;IAAA,oCACH,eAAe;IAAA,mCACd,EAAE;IAAA,+BACN,IAAI;IAAA,oCACC,IAAI;IAAA,+BACT,EAAE;IAAA,kCACW,IAAI;EAAA;AAC5B"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmDialogactionsProps","DEFAULT_CLASS","WmDialogactionsState","WmDialogactions","constructor","props","renderWidget","styles","root","_background","children"],"sources":["dialogactions.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmDialogactionsProps from './dialogactions.props';\nimport { DEFAULT_CLASS, WmDialogactionsStyles } from './dialogactions.styles';\n\nexport class WmDialogactionsState extends BaseComponentState<WmDialogactionsProps> {}\n\nexport default class WmDialogactions extends BaseComponent<WmDialogactionsProps, WmDialogactionsState, WmDialogactionsStyles> {\n __TYPE='WmDialogactions';\n\n constructor(props: WmDialogactionsProps) {\n super(props, DEFAULT_CLASS, new WmDialogactionsProps());\n }\n\n renderWidget(props: WmDialogactionsProps) {\n return (<View style={this.styles.root}>{this._background}{props.children}</View>); \n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,oBAAoB,MAAM,uBAAuB;AACxD,SAASC,aAAa,QAA+B,wBAAwB;AAE7E,OAAO,MAAMC,oBAAoB,SAASH,kBAAkB,CAAuB;AAEnF,eAAe,MAAMI,eAAe,SAASL,aAAa,CAAoE;EAG5HM,WAAW,CAACC,KAA2B,EAAE;IACvC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,oBAAoB,EAAE,CAAC;IAAC,gCAHnD,iBAAiB;EAIxB;EAEAM,YAAY,CAACD,KAA2B,EAAE;IACxC,oBAAQ,oBAAC,IAAI;MAAC,KAAK,EAAE,IAAI,CAACE,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEJ,KAAK,CAACK,QAAQ,CAAQ;EAClF;AACF"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["BaseProps","WmDialogactionsProps"],"sources":["dialogactions.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmDialogactionsProps extends BaseProps {\n children? = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,oBAAoB,SAASD,SAAS,CAAC;EAAA;IAAA;IAAA,kCAC9C,IAAI;EAAA;AAClB"}