@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
@@ -0,0 +1,136 @@
1
+ import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import { Platform } from 'react-native';
4
+ export const DEFAULT_CLASS = 'app-accordion';
5
+ BASE_THEME.registerStyle((themeVariables, addStyle) => {
6
+ const defaultStyles = defineStyles({
7
+ root: {
8
+ width: '100%',
9
+ borderWidth: 0,
10
+ borderStyle: 'solid',
11
+ borderColor: themeVariables.accordionBorderColor,
12
+ borderRadius: 6,
13
+ backgroundColor: themeVariables.transparent
14
+ },
15
+ text: {
16
+ color: themeVariables.accordionTitleColor,
17
+ fontSize: 18
18
+ },
19
+ firstHeader: {
20
+ borderTopLeftRadius: 6,
21
+ borderTopRightRadius: 6
22
+ },
23
+ pane: {},
24
+ header: {
25
+ borderBottomWidth: 1,
26
+ borderStyle: 'solid',
27
+ borderColor: themeVariables.accordionBorderColor,
28
+ backgroundColor: themeVariables.accordionHeaderBgColor,
29
+ padding: 8,
30
+ flexDirection: 'row',
31
+ justifyContent: 'center'
32
+ },
33
+ lastHeader: {
34
+ borderBottomWidth: 0,
35
+ borderBottomLeftRadius: 6,
36
+ borderBottomRightRadius: 6
37
+ },
38
+ activeHeader: {
39
+ borderColor: themeVariables.accordionActiveHeaderBgColor,
40
+ backgroundColor: themeVariables.accordionActiveHeaderBgColor
41
+ },
42
+ activeHeaderTitle: {
43
+ color: themeVariables.accordionActiveHeaderTextColor
44
+ },
45
+ subheading: {},
46
+ icon: {
47
+ root: {
48
+ alignSelf: 'auto',
49
+ width: 24,
50
+ height: 24,
51
+ borderRadius: 24,
52
+ justifyContent: 'center'
53
+ },
54
+ icon: {
55
+ color: themeVariables.accordionIconColor,
56
+ alignSelf: 'center',
57
+ justifyContent: 'center',
58
+ fontSize: 16,
59
+ fontWeight: 'bold'
60
+ }
61
+ },
62
+ leftToggleIcon: {
63
+ root: {}
64
+ },
65
+ rightToggleIcon: {
66
+ root: {}
67
+ },
68
+ activeIcon: {
69
+ root: {
70
+ borderColor: themeVariables.accordionActiveHeaderTextColor
71
+ },
72
+ icon: {
73
+ color: themeVariables.accordionActiveHeaderTextColor
74
+ }
75
+ },
76
+ activeBadge: {
77
+ borderColor: themeVariables.accordionActiveHeaderTextColor,
78
+ color: themeVariables.accordionActiveHeaderTextColor
79
+ },
80
+ badge: {
81
+ color: themeVariables.accordionIconColor,
82
+ fontSize: 14,
83
+ marginRight: 4,
84
+ width: 24,
85
+ height: 24,
86
+ borderRadius: 12,
87
+ alignContent: 'center',
88
+ borderStyle: 'solid',
89
+ borderWidth: 2,
90
+ borderColor: themeVariables.accordionIconColor,
91
+ backgroundColor: themeVariables.transparent
92
+ },
93
+ default: {},
94
+ success: {
95
+ backgroundColor: themeVariables.labelSuccessColor
96
+ },
97
+ danger: {
98
+ backgroundColor: themeVariables.labelDangerColor
99
+ },
100
+ warning: {
101
+ backgroundColor: themeVariables.labelWarningColor
102
+ },
103
+ info: {
104
+ backgroundColor: themeVariables.labelInfoColor
105
+ },
106
+ primary: {
107
+ backgroundColor: themeVariables.labelPrimaryColor
108
+ }
109
+ });
110
+ addStyle(DEFAULT_CLASS, '', defaultStyles);
111
+ addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS == "web" ? {
112
+ text: {
113
+ textAlign: 'right'
114
+ }
115
+ } : {
116
+ text: {
117
+ textAlign: 'left'
118
+ }
119
+ });
120
+ addStyle('app-accordion1', '', {
121
+ pane: {
122
+ marginBottom: 0
123
+ },
124
+ leftToggleIcon: {
125
+ root: {
126
+ width: 1
127
+ }
128
+ },
129
+ icon: {
130
+ root: {
131
+ backgroundColor: 'rgba(255, 255, 255, 0.1)'
132
+ }
133
+ }
134
+ });
135
+ });
136
+ //# sourceMappingURL=accordion.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","width","borderWidth","borderStyle","borderColor","accordionBorderColor","borderRadius","backgroundColor","transparent","text","color","accordionTitleColor","fontSize","firstHeader","borderTopLeftRadius","borderTopRightRadius","pane","header","borderBottomWidth","accordionHeaderBgColor","padding","flexDirection","justifyContent","lastHeader","borderBottomLeftRadius","borderBottomRightRadius","activeHeader","accordionActiveHeaderBgColor","activeHeaderTitle","accordionActiveHeaderTextColor","subheading","icon","alignSelf","height","accordionIconColor","fontWeight","leftToggleIcon","rightToggleIcon","activeIcon","activeBadge","badge","marginRight","alignContent","default","success","labelSuccessColor","danger","labelDangerColor","warning","labelWarningColor","info","labelInfoColor","primary","labelPrimaryColor","OS","textAlign","marginBottom"],"sources":["accordion.styles.ts"],"sourcesContent":["import BASE_THEME, {AllStyle} from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\nimport { TextStyle, ViewStyle, Platform } from 'react-native';\nimport Color from 'color';\n\nexport type WmAccordionStyles = BaseStyles & {\n icon: WmIconStyles,\n rightToggleIcon: WmIconStyles,\n leftToggleIcon: WmIconStyles,\n activeIcon: WmIconStyles,\n pane: AllStyle,\n badge: AllStyle,\n activeBadge: AllStyle,\n firstHeader: ViewStyle,\n lastHeader: ViewStyle,\n header: AllStyle,\n activeHeader: AllStyle,\n activeHeaderTitle: TextStyle,\n subheading: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-accordion';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmAccordionStyles = defineStyles({\n root: {\n width: '100%',\n borderWidth: 0,\n borderStyle: 'solid',\n borderColor: themeVariables.accordionBorderColor,\n borderRadius: 6,\n backgroundColor: themeVariables.transparent\n },\n text: {\n color: themeVariables.accordionTitleColor,\n fontSize: 18\n },\n firstHeader: {\n borderTopLeftRadius: 6,\n borderTopRightRadius: 6\n },\n pane : {},\n header: {\n borderBottomWidth: 1,\n borderStyle: 'solid',\n borderColor: themeVariables.accordionBorderColor,\n backgroundColor: themeVariables.accordionHeaderBgColor,\n padding: 8,\n flexDirection: 'row',\n justifyContent: 'center'\n },\n lastHeader: {\n borderBottomWidth: 0,\n borderBottomLeftRadius: 6,\n borderBottomRightRadius: 6\n },\n activeHeader: {\n borderColor: themeVariables.accordionActiveHeaderBgColor,\n backgroundColor: themeVariables.accordionActiveHeaderBgColor\n },\n activeHeaderTitle: {\n color: themeVariables.accordionActiveHeaderTextColor\n },\n subheading: {\n\n },\n icon: {\n root: {\n alignSelf: 'auto',\n width: 24,\n height: 24,\n borderRadius: 24,\n justifyContent: 'center'\n },\n icon: {\n color: themeVariables.accordionIconColor,\n alignSelf: 'center',\n justifyContent: 'center',\n fontSize: 16,\n fontWeight: 'bold'\n }\n } as WmIconStyles,\n leftToggleIcon: {\n root: {}\n } as WmIconStyles,\n rightToggleIcon: {\n root: {}\n } as WmIconStyles,\n activeIcon : {\n root: {\n borderColor: themeVariables.accordionActiveHeaderTextColor,\n },\n icon: {\n color: themeVariables.accordionActiveHeaderTextColor\n }\n } as WmIconStyles,\n activeBadge: {\n borderColor: themeVariables.accordionActiveHeaderTextColor,\n color: themeVariables.accordionActiveHeaderTextColor\n },\n badge: {\n color: themeVariables.accordionIconColor,\n fontSize: 14,\n marginRight: 4,\n width: 24,\n height: 24,\n borderRadius: 12,\n alignContent: 'center',\n borderStyle: 'solid',\n borderWidth: 2,\n borderColor: themeVariables.accordionIconColor,\n backgroundColor: themeVariables.transparent\n },\n default: {},\n success: {\n backgroundColor: themeVariables.labelSuccessColor\n },\n danger: {\n backgroundColor: themeVariables.labelDangerColor\n },\n warning: {\n backgroundColor: themeVariables.labelWarningColor\n },\n info: {\n backgroundColor: themeVariables.labelInfoColor\n },\n primary: {\n backgroundColor: themeVariables.labelPrimaryColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS==\"web\"?{\n text:{\n textAlign:'right',\n } \n }:{\n text:{\n textAlign:'left',\n } \n });\n addStyle('app-accordion1', '', {\n pane: {\n marginBottom: 0\n },\n leftToggleIcon: {\n root: {\n width: 1\n }\n },\n icon: {\n root: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)'\n }\n }\n } as WmAccordionStyles);\n});\n"],"mappings":"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"}
@@ -0,0 +1,93 @@
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, { useState } from 'react';
5
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
6
+ import WmAccordionpaneProps from './accordionpane.props';
7
+ import { DEFAULT_CLASS } from './accordionpane.styles';
8
+ import { View } from 'react-native';
9
+ import { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';
10
+ const Animated = isWebPreviewMode() ? {} : require('react-native-reanimated');
11
+ export class WmAccordionpaneState extends BaseComponentState {
12
+ constructor() {
13
+ super(...arguments);
14
+ _defineProperty(this, "isPartialLoaded", false);
15
+ _defineProperty(this, "collapsed", true);
16
+ }
17
+ }
18
+ const AnimatedView = props => {
19
+ const [height, setHeight] = useState(0);
20
+ const offset = Animated.useSharedValue(0);
21
+ offset.value = props.close ? 0 : 1;
22
+ const onLayoutChange = e => {
23
+ var _e$nativeEvent;
24
+ setHeight((((_e$nativeEvent = e.nativeEvent) === null || _e$nativeEvent === void 0 || (_e$nativeEvent = _e$nativeEvent.layout) === null || _e$nativeEvent === void 0 ? void 0 : _e$nativeEvent.height) || height || 100000000) + 1000);
25
+ };
26
+ const animatedStyles = Animated.useAnimatedStyle(() => {
27
+ return {
28
+ maxHeight: Animated.withTiming(offset.value * height)
29
+ };
30
+ });
31
+ return /*#__PURE__*/React.createElement(Animated.default.View, {
32
+ style: [animatedStyles]
33
+ }, /*#__PURE__*/React.createElement(View, {
34
+ onLayout: onLayoutChange
35
+ }, props.children));
36
+ };
37
+ export default class WmAccordionpane extends BaseComponent {
38
+ constructor(props) {
39
+ super(props, DEFAULT_CLASS, new WmAccordionpaneProps(), new WmAccordionpaneState());
40
+ }
41
+ isCollapsed() {
42
+ return this.state.collapsed;
43
+ }
44
+ show() {
45
+ this.updateState({
46
+ collapsed: false
47
+ });
48
+ this.invokeEventCallback('onExpand', [null, this.proxy]);
49
+ }
50
+ hide() {
51
+ this.updateState({
52
+ collapsed: true
53
+ });
54
+ this.invokeEventCallback('onCollapse', [null, this.proxy]);
55
+ }
56
+ expand() {
57
+ this.parent.expand(this.props.name || '');
58
+ }
59
+ collapse() {
60
+ this.parent.expand(this.props.name || '');
61
+ }
62
+ componentDidMount() {
63
+ const accordion = this.parent;
64
+ accordion.addAccordionPane(this);
65
+ super.componentDidMount();
66
+ }
67
+ onPartialLoad() {
68
+ this.invokeEventCallback('onLoad', [this]);
69
+ }
70
+ renderContent(props) {
71
+ if (props.renderPartial) {
72
+ if (!this.state.isPartialLoaded) {
73
+ setTimeout(() => {
74
+ this.updateState({
75
+ isPartialLoaded: true
76
+ });
77
+ });
78
+ }
79
+ return props.renderPartial(this.onPartialLoad.bind(this));
80
+ }
81
+ return props.children;
82
+ }
83
+ renderWidget(props) {
84
+ return isWebPreviewMode() ? /*#__PURE__*/React.createElement(View, {
85
+ style: this.state.collapsed ? {
86
+ maxHeight: 0
87
+ } : {}
88
+ }, this._background, this.renderContent(props)) : /*#__PURE__*/React.createElement(AnimatedView, {
89
+ close: this.state.collapsed
90
+ }, this._background, this.renderContent(props));
91
+ }
92
+ }
93
+ //# sourceMappingURL=accordionpane.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useState","BaseComponent","BaseComponentState","WmAccordionpaneProps","DEFAULT_CLASS","View","isWebPreviewMode","Animated","require","WmAccordionpaneState","constructor","arguments","_defineProperty","AnimatedView","props","height","setHeight","offset","useSharedValue","value","close","onLayoutChange","e","_e$nativeEvent","nativeEvent","layout","animatedStyles","useAnimatedStyle","maxHeight","withTiming","createElement","default","style","onLayout","children","WmAccordionpane","isCollapsed","state","collapsed","show","updateState","invokeEventCallback","proxy","hide","expand","parent","name","collapse","componentDidMount","accordion","addAccordionPane","onPartialLoad","renderContent","renderPartial","isPartialLoaded","setTimeout","bind","renderWidget","_background"],"sources":["accordionpane.component.tsx"],"sourcesContent":["import React, { useCallback, useMemo, useState } from 'react';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmAccordionpaneProps from './accordionpane.props';\nimport { DEFAULT_CLASS, WmAccordionpaneStyles } from './accordionpane.styles';\nimport WmAccordion from '../accordion.component';\nimport { LayoutChangeEvent, View } from 'react-native';\nimport { isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\n\nconst Animated: any = isWebPreviewMode() ? {} : require('react-native-reanimated');\n\nexport class WmAccordionpaneState extends BaseComponentState<WmAccordionpaneProps> {\n isPartialLoaded = false;\n collapsed = true;\n}\n\nconst AnimatedView = (props: {\n close: boolean,\n children: any\n}) => {\n const [height, setHeight] = useState(0);\n const offset = Animated.useSharedValue(0);\n offset.value = props.close ? 0 : 1;\n const onLayoutChange = (e: LayoutChangeEvent) => {\n setHeight((e.nativeEvent?.layout?.height || height || 100000000) + 1000);\n };\n const animatedStyles = Animated.useAnimatedStyle(() => {\n return {\n maxHeight: Animated.withTiming(offset.value * height)\n };\n });\n return (\n <Animated.default.View style={[animatedStyles]}>\n <View onLayout={onLayoutChange}>\n {props.children}\n </View>\n </Animated.default.View>\n );\n};\n\nexport default class WmAccordionpane extends BaseComponent<WmAccordionpaneProps, WmAccordionpaneState, WmAccordionpaneStyles> {\n\n constructor(props: WmAccordionpaneProps) {\n super(props, DEFAULT_CLASS, new WmAccordionpaneProps(), new WmAccordionpaneState());\n }\n\n isCollapsed() {\n return this.state.collapsed;\n }\n \n show() {\n this.updateState({\n collapsed: false\n } as WmAccordionpaneState);\n this.invokeEventCallback('onExpand', [null, this.proxy]);\n }\n\n hide() {\n this.updateState({\n collapsed: true\n } as WmAccordionpaneState);\n this.invokeEventCallback('onCollapse', [null, this.proxy]);\n }\n\n expand() {\n (this.parent as WmAccordion).expand(this.props.name || '');\n }\n\n collapse() {\n (this.parent as WmAccordion).expand(this.props.name || '');\n }\n\n componentDidMount() {\n const accordion = (this.parent) as WmAccordion;\n accordion.addAccordionPane(this);\n super.componentDidMount();\n }\n\n onPartialLoad() {\n this.invokeEventCallback('onLoad', [this]);\n }\n\n renderContent(props: WmAccordionpaneProps) {\n if (props.renderPartial) {\n if (!this.state.isPartialLoaded) {\n setTimeout(() => {\n this.updateState({\n isPartialLoaded: true\n } as WmAccordionpaneState);\n });\n }\n return props.renderPartial(this.onPartialLoad.bind(this));\n }\n return props.children;\n }\n renderWidget(props: WmAccordionpaneProps) {\n return isWebPreviewMode() ? \n (<View style={this.state.collapsed ? {maxHeight: 0} : {}}>\n {this._background}\n {this.renderContent(props)}\n </View>) :\n (<AnimatedView close={this.state.collapsed}>\n {this._background}\n {this.renderContent(props)}\n </AnimatedView>);\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,IAA0BC,QAAQ,QAAQ,OAAO;AAC7D,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,oBAAoB,MAAM,uBAAuB;AACxD,SAASC,aAAa,QAA+B,wBAAwB;AAE7E,SAA4BC,IAAI,QAAQ,cAAc;AACtD,SAASC,gBAAgB,QAAQ,sCAAsC;AAEvE,MAAMC,QAAa,GAAGD,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,GAAGE,OAAO,CAAC,yBAAyB,CAAC;AAElF,OAAO,MAAMC,oBAAoB,SAASP,kBAAkB,CAAuB;EAAAQ,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,0BAC/D,KAAK;IAAAA,eAAA,oBACX,IAAI;EAAA;AAClB;AAEA,MAAMC,YAAY,GAAIC,KAGrB,IAAK;EACJ,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAGhB,QAAQ,CAAC,CAAC,CAAC;EACvC,MAAMiB,MAAM,GAAGV,QAAQ,CAACW,cAAc,CAAC,CAAC,CAAC;EACzCD,MAAM,CAACE,KAAK,GAAGL,KAAK,CAACM,KAAK,GAAG,CAAC,GAAG,CAAC;EAClC,MAAMC,cAAc,GAAIC,CAAoB,IAAK;IAAA,IAAAC,cAAA;IAC/CP,SAAS,CAAC,CAAC,EAAAO,cAAA,GAAAD,CAAC,CAACE,WAAW,cAAAD,cAAA,gBAAAA,cAAA,GAAbA,cAAA,CAAeE,MAAM,cAAAF,cAAA,uBAArBA,cAAA,CAAuBR,MAAM,KAAIA,MAAM,IAAI,SAAS,IAAI,IAAI,CAAC;EAC1E,CAAC;EACD,MAAMW,cAAc,GAAGnB,QAAQ,CAACoB,gBAAgB,CAAC,MAAM;IACrD,OAAO;MACLC,SAAS,EAAErB,QAAQ,CAACsB,UAAU,CAACZ,MAAM,CAACE,KAAK,GAAGJ,MAAM;IACtD,CAAC;EACH,CAAC,CAAC;EACF,oBACIhB,KAAA,CAAA+B,aAAA,CAACvB,QAAQ,CAACwB,OAAO,CAAC1B,IAAI;IAAC2B,KAAK,EAAE,CAACN,cAAc;EAAE,gBAC7C3B,KAAA,CAAA+B,aAAA,CAACzB,IAAI;IAAC4B,QAAQ,EAAEZ;EAAe,GAC5BP,KAAK,CAACoB,QACH,CACe,CAAC;AAE9B,CAAC;AAED,eAAe,MAAMC,eAAe,SAASlC,aAAa,CAAoE;EAE5HS,WAAWA,CAACI,KAA2B,EAAE;IACvC,KAAK,CAACA,KAAK,EAAEV,aAAa,EAAE,IAAID,oBAAoB,CAAC,CAAC,EAAE,IAAIM,oBAAoB,CAAC,CAAC,CAAC;EACrF;EAEA2B,WAAWA,CAAA,EAAG;IACZ,OAAO,IAAI,CAACC,KAAK,CAACC,SAAS;EAC7B;EAEAC,IAAIA,CAAA,EAAG;IACL,IAAI,CAACC,WAAW,CAAC;MACfF,SAAS,EAAE;IACb,CAAyB,CAAC;IAC1B,IAAI,CAACG,mBAAmB,CAAC,UAAU,EAAE,CAAC,IAAI,EAAE,IAAI,CAACC,KAAK,CAAC,CAAC;EAC1D;EAEAC,IAAIA,CAAA,EAAG;IACL,IAAI,CAACH,WAAW,CAAC;MACfF,SAAS,EAAE;IACb,CAAyB,CAAC;IAC1B,IAAI,CAACG,mBAAmB,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,IAAI,CAACC,KAAK,CAAC,CAAC;EAC5D;EAEAE,MAAMA,CAAA,EAAG;IACN,IAAI,CAACC,MAAM,CAAiBD,MAAM,CAAC,IAAI,CAAC9B,KAAK,CAACgC,IAAI,IAAI,EAAE,CAAC;EAC5D;EAEAC,QAAQA,CAAA,EAAG;IACR,IAAI,CAACF,MAAM,CAAiBD,MAAM,CAAC,IAAI,CAAC9B,KAAK,CAACgC,IAAI,IAAI,EAAE,CAAC;EAC5D;EAEAE,iBAAiBA,CAAA,EAAG;IAClB,MAAMC,SAAS,GAAI,IAAI,CAACJ,MAAsB;IAC9CI,SAAS,CAACC,gBAAgB,CAAC,IAAI,CAAC;IAChC,KAAK,CAACF,iBAAiB,CAAC,CAAC;EAC3B;EAEAG,aAAaA,CAAA,EAAG;IACd,IAAI,CAACV,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC;EAC5C;EAEAW,aAAaA,CAACtC,KAA2B,EAAE;IACzC,IAAIA,KAAK,CAACuC,aAAa,EAAE;MACvB,IAAI,CAAC,IAAI,CAAChB,KAAK,CAACiB,eAAe,EAAE;QAC/BC,UAAU,CAAC,MAAM;UACf,IAAI,CAACf,WAAW,CAAC;YACfc,eAAe,EAAE;UACnB,CAAyB,CAAC;QAC5B,CAAC,CAAC;MACJ;MACA,OAAOxC,KAAK,CAACuC,aAAa,CAAC,IAAI,CAACF,aAAa,CAACK,IAAI,CAAC,IAAI,CAAC,CAAC;IAC3D;IACA,OAAO1C,KAAK,CAACoB,QAAQ;EACvB;EACAuB,YAAYA,CAAC3C,KAA2B,EAAE;IACxC,OAAOR,gBAAgB,CAAC,CAAC,gBACxBP,KAAA,CAAA+B,aAAA,CAACzB,IAAI;MAAC2B,KAAK,EAAE,IAAI,CAACK,KAAK,CAACC,SAAS,GAAG;QAACV,SAAS,EAAE;MAAC,CAAC,GAAG,CAAC;IAAE,GACtD,IAAI,CAAC8B,WAAW,EAChB,IAAI,CAACN,aAAa,CAACtC,KAAK,CACrB,CAAC,gBACNf,KAAA,CAAA+B,aAAA,CAACjB,YAAY;MAACO,KAAK,EAAE,IAAI,CAACiB,KAAK,CAACC;IAAU,GACxC,IAAI,CAACoB,WAAW,EAChB,IAAI,CAACN,aAAa,CAACtC,KAAK,CACb,CAAE;EAClB;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmAccordionpaneProps","constructor","arguments","_defineProperty"],"sources":["accordionpane.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmAccordionpaneProps extends BaseProps {\n children: any;\n iconclass: string = null as any;\n title: string = 'Title';\n renderPartial?: Function;\n subheading: string = null as any;\n badgevalue: string = null as any;\n badgetype: string = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,oBAAoB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA,oBAEtC,IAAI;IAAAA,eAAA,gBACR,OAAO;IAAAA,eAAA;IAAAA,eAAA,qBAEF,IAAI;IAAAA,eAAA,qBACJ,IAAI;IAAAA,eAAA,oBACL,IAAI;EAAA;AAC1B"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","WmContainerState","constructor","arguments","_defineProperty","WmContainer","props","renderWidget","dimensions","width","styles","root","undefined","height","createElement","entryanimation","animation","style","_background","target","content","renderContent"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\n\nimport WmContainerProps from './container.props';\nimport { DEFAULT_CLASS, WmContainerStyles } from './container.styles';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { PartialHost, PartialHostState } from './partial-host.component';\n\nexport class WmContainerState extends PartialHostState<WmContainerProps> {\n isPartialLoaded = false;\n}\n\nexport default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {\n constructor(props: WmContainerProps) {\n super(props, DEFAULT_CLASS, new WmContainerProps());\n }\n\n renderWidget(props: WmContainerProps) {\n const dimensions = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n };\n return (\n <Animatedview entryanimation={props.animation} style={this.styles.root}>\n {this._background}\n <Tappable target={this} styles={dimensions}>\n <View style={[dimensions as ViewStyle, this.styles.content]}>{this.renderContent(props)}</View>\n </Tappable>\n </Animatedview>\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAmB,cAAc;AAE9C,OAAOC,gBAAgB,MAAM,mBAAmB;AAChD,SAASC,aAAa,QAA2B,oBAAoB;AACrE,SAASC,QAAQ,QAAQ,mDAAmD;AAC5E,SAASC,YAAY,QAAQ,mEAAmE;AAChG,SAASC,WAAW,EAAEC,gBAAgB,QAAQ,0BAA0B;AAExE,OAAO,MAAMC,gBAAgB,SAASD,gBAAgB,CAAmB;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,0BACrD,KAAK;EAAA;AACzB;AAEA,eAAe,MAAMC,WAAW,SAASN,WAAW,CAAwD;EAC1GG,WAAWA,CAACI,KAAuB,EAAE;IACnC,KAAK,CAACA,KAAK,EAAEV,aAAa,EAAE,IAAID,gBAAgB,CAAC,CAAC,CAAC;EACrD;EAEAY,YAAYA,CAACD,KAAuB,EAAE;IACpC,MAAME,UAAU,GAAG;MACjBC,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC,IAAI,CAACF,KAAK,GAAG,MAAM,GAAGG,SAAS;MAClDC,MAAM,EAAE,IAAI,CAACH,MAAM,CAACC,IAAI,CAACE,MAAM,GAAG,MAAM,GAAGD;IAC7C,CAAC;IACD,oBACEnB,KAAA,CAAAqB,aAAA,CAAChB,YAAY;MAACiB,cAAc,EAAET,KAAK,CAACU,SAAU;MAACC,KAAK,EAAE,IAAI,CAACP,MAAM,CAACC;IAAK,GACpE,IAAI,CAACO,WAAW,eACjBzB,KAAA,CAAAqB,aAAA,CAACjB,QAAQ;MAACsB,MAAM,EAAE,IAAK;MAACT,MAAM,EAAEF;IAAW,gBACvCf,KAAA,CAAAqB,aAAA,CAACpB,IAAI;MAACuB,KAAK,EAAE,CAACT,UAAU,EAAgB,IAAI,CAACE,MAAM,CAACU,OAAO;IAAE,GAAE,IAAI,CAACC,aAAa,CAACf,KAAK,CAAQ,CACzF,CACE,CAAC;EAEnB;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["PartialHostProps","WmContainerProps","constructor","arguments","_defineProperty"],"sources":["container.props.ts"],"sourcesContent":["import { PartialHostProps } from './partial-host.component';\n\nexport default class WmContainerProps extends PartialHostProps {\n animation?: string = null as any;\n onLoad?: Function;\n}\n"],"mappings":";;;AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAE3D,eAAe,MAAMC,gBAAgB,SAASD,gBAAgB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,oBACxC,IAAI;IAAAA,eAAA;EAAA;AAE3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","content","flexDirection","flex","paddingLeft","paddingRight","justifyContent","shadowColor","shadowOffset","width","height","shadowRadius","borderRadius","borderWidth","borderColor","containerOutlineColor","borderStyle"],"sources":["container.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport type WmContainerStyles = BaseStyles & {\n content: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-container';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmContainerStyles = defineStyles({\n root: {},\n text: {},\n content: {\n flexDirection: 'column'\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('media-body', '', {\n root: {\n flex: 1,\n paddingLeft: 8,\n paddingRight: 8,\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('media-right', '', {\n root: {\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('app-elevated-container', '', {\n root: {\n shadowColor: 'rgba(0, 0, 0, 0.2)',\n shadowOffset: {\n width: 2,\n height: 2\n },\n shadowRadius: 2,\n borderRadius: 8\n }\n } as WmContainerStyles);\n addStyle('app-outlined-container', '', {\n root: {\n borderWidth: 1,\n borderColor: themeVariables.containerOutlineColor,\n borderStyle: 'solid'\n }\n } as WmContainerStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAqB,wCAAwC;AAC9E,SAAqBC,YAAY,QAAQ,+CAA+C;AAMxF,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAgC,GAAGL,YAAY,CAAC;IAClDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,OAAO,EAAE;MACLC,aAAa,EAAE;IACnB;EACJ,CAAC,CAAC;EAEFL,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,YAAY,EAAE,EAAE,EAAE;IACvBE,IAAI,EAAE;MACFI,IAAI,EAAE,CAAC;MACPC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBT,QAAQ,CAAC,aAAa,EAAE,EAAE,EAAE;IACxBE,IAAI,EAAE;MACFO,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBT,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFQ,WAAW,EAAE,oBAAoB;MACjCC,YAAY,EAAE;QACVC,KAAK,EAAE,CAAC;QACRC,MAAM,EAAE;MACZ,CAAC;MACDC,YAAY,EAAE,CAAC;MACfC,YAAY,EAAE;IAClB;EACJ,CAAsB,CAAC;EACvBf,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFc,WAAW,EAAE,CAAC;MACdC,WAAW,EAAElB,cAAc,CAACmB,qBAAqB;MACjDC,WAAW,EAAE;IACjB;EACJ,CAAsB,CAAC;AAC3B,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmGridcolumnProps","DEFAULT_CLASS","WmGridcolumnState","WmGridcolumn","constructor","props","renderWidget","styles","root","height","overflow","undefined","theme","getStyle","xscolumnwidth","columnwidth","createElement","style","width","_background","children"],"sources":["gridcolumn.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmGridcolumnProps from './gridcolumn.props';\nimport { DEFAULT_CLASS, WmGridColumnStyles } from './gridcolumn.styles';\n\nexport class WmGridcolumnState extends BaseComponentState<WmGridcolumnProps> {\n\n}\n\nexport default class WmGridcolumn extends BaseComponent<WmGridcolumnProps, WmGridcolumnState, WmGridColumnStyles> {\n\n constructor(props: WmGridcolumnProps) {\n super(props, DEFAULT_CLASS, new WmGridcolumnProps());\n }\n\n renderWidget(props: WmGridcolumnProps) {\n if (this.styles.root.height) {\n this.styles.root.overflow = undefined;\n }\n const styles = this.theme.getStyle(`col-xs-${props.xscolumnwidth} col-sm-${props.columnwidth}`);\n return (\n <View style={[{width: \"100%\"}, styles.root, this.styles.root]}>{this._background}{props.children}</View>\n );\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,iBAAiB,MAAM,oBAAoB;AAClD,SAASC,aAAa,QAA4B,qBAAqB;AAEvE,OAAO,MAAMC,iBAAiB,SAASH,kBAAkB,CAAoB;AAI7E,eAAe,MAAMI,YAAY,SAASL,aAAa,CAA2D;EAEhHM,WAAWA,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,iBAAiB,CAAC,CAAC,CAAC;EACtD;EAEAM,YAAYA,CAACD,KAAwB,EAAE;IACrC,IAAI,IAAI,CAACE,MAAM,CAACC,IAAI,CAACC,MAAM,EAAE;MAC3B,IAAI,CAACF,MAAM,CAACC,IAAI,CAACE,QAAQ,GAAGC,SAAS;IACvC;IACA,MAAMJ,MAAM,GAAG,IAAI,CAACK,KAAK,CAACC,QAAQ,CAAE,UAASR,KAAK,CAACS,aAAc,YAAWT,KAAK,CAACU,WAAY,EAAC,CAAC;IAChG,oBACEnB,KAAA,CAAAoB,aAAA,CAACnB,IAAI;MAACoB,KAAK,EAAE,CAAC;QAACC,KAAK,EAAE;MAAM,CAAC,EAAEX,MAAM,CAACC,IAAI,EAAE,IAAI,CAACD,MAAM,CAACC,IAAI;IAAE,GAAE,IAAI,CAACW,WAAW,EAAEd,KAAK,CAACe,QAAe,CAAC;EAE5G;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmGridcolumnProps","constructor","arguments","_defineProperty"],"sources":["gridcolumn.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridcolumnProps extends BaseProps {\n children: any;\n columnwidth: number = null as any;\n xscolumnwidth: number = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA,sBAEjC,IAAI;IAAAA,eAAA,wBACF,IAAI;EAAA;AAC9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmGridrowProps","DEFAULT_CLASS","WmGridrowState","WmGridrow","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["gridrow.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmGridrowProps from './gridrow.props';\nimport { DEFAULT_CLASS, WmGridRowStyles } from './gridrow.styles';\n\nexport class WmGridrowState extends BaseComponentState<WmGridrowProps> {\n\n}\n\nexport default class WmGridrow extends BaseComponent<WmGridrowProps, WmGridrowState, WmGridRowStyles> {\n\n constructor(props: WmGridrowProps) {\n super(props, DEFAULT_CLASS, new WmGridrowProps());\n }\n\n renderWidget(props: WmGridrowProps) {\n return (\n <View style={this.styles.root}>{this._background}{props.children}</View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,cAAc,MAAM,iBAAiB;AAC5C,SAASC,aAAa,QAAyB,kBAAkB;AAEjE,OAAO,MAAMC,cAAc,SAASH,kBAAkB,CAAiB;AAIvE,eAAe,MAAMI,SAAS,SAASL,aAAa,CAAkD;EAEpGM,WAAWA,CAACC,KAAqB,EAAE;IACjC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,cAAc,CAAC,CAAC,CAAC;EACnD;EAEAM,YAAYA,CAACD,KAAqB,EAAE;IAClC,oBACET,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAE5E;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmGridrowProps","constructor","arguments","_defineProperty"],"sources":["gridrow.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridrowProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAEtD"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLayoutgridProps","DEFAULT_CLASS","WmLayoutgridState","WmLayoutgrid","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["layoutgrid.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLayoutgridProps from './layoutgrid.props';\nimport { DEFAULT_CLASS, WmLayoutGridStyles } from './layoutgrid.styles';\n\nexport class WmLayoutgridState extends BaseComponentState<WmLayoutgridProps> {\n\n}\n\nexport default class WmLayoutgrid extends BaseComponent<WmLayoutgridProps, WmLayoutgridState, WmLayoutGridStyles> {\n\n constructor(props: WmLayoutgridProps) {\n super(props, DEFAULT_CLASS, new WmLayoutgridProps());\n }\n\n renderWidget(props: WmLayoutgridProps) {\n return (\n <View style={this.styles.root}>{this._background}{props.children}</View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,iBAAiB,MAAM,oBAAoB;AAClD,SAASC,aAAa,QAA4B,qBAAqB;AAEvE,OAAO,MAAMC,iBAAiB,SAASH,kBAAkB,CAAoB;AAI7E,eAAe,MAAMI,YAAY,SAASL,aAAa,CAA2D;EAEhHM,WAAWA,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,iBAAiB,CAAC,CAAC,CAAC;EACtD;EAEAM,YAAYA,CAACD,KAAwB,EAAE;IACrC,oBACET,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAE5E;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmLayoutgridProps","constructor","arguments","_defineProperty"],"sources":["layoutgrid.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLayoutgridProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAEzD"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","width","text","backgroundColor","layoutGridBgColor","borderWidth","borderLeftWidth","borderTopWidth","borderStyle","borderColor","layoutGridBorderColor","borderRadius","color","layoutGridHeaderTextColor","fontWeight"],"sources":["layoutgrid.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmLabelStyles } from '@wavemaker/app-rn-runtime/components/basic/label/label.styles';\n\nexport type WmLayoutGridStyles = BaseStyles & {};\n\nexport const DEFAULT_CLASS = 'app-layoutgrid';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmLayoutGridStyles = defineStyles({\n root: {\n flexDirection: 'column',\n width: '100%'\n },\n text: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n\n addStyle('table', '', {\n root: {\n backgroundColor: themeVariables.layoutGridBgColor,\n borderWidth: 1,\n borderLeftWidth: 1,\n borderTopWidth: 1,\n borderStyle: 'solid',\n borderColor: themeVariables.layoutGridBorderColor,\n borderRadius: 2\n }\n });\n\n addStyle('table-header-label', '', {\n text: {\n color: themeVariables.layoutGridHeaderTextColor,\n fontWeight: 'bold'\n }\n } as WmLabelStyles);\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAKxF,OAAO,MAAMC,aAAa,GAAG,gBAAgB;AAC7CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrD,MAAMC,aAAiC,GAAGL,YAAY,CAAC;IACnDM,IAAI,EAAE;MACJC,aAAa,EAAE,QAAQ;MACvBC,KAAK,EAAE;IACT,CAAC;IACDC,IAAI,EAAE,CAAC;EACX,CAAC,CAAC;EAEFL,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAE1CD,QAAQ,CAAC,OAAO,EAAE,EAAE,EAAE;IACpBE,IAAI,EAAE;MACJI,eAAe,EAAEP,cAAc,CAACQ,iBAAiB;MACjDC,WAAW,EAAE,CAAC;MACdC,eAAe,EAAE,CAAC;MAClBC,cAAc,EAAE,CAAC;MACjBC,WAAW,EAAE,OAAO;MACpBC,WAAW,EAAEb,cAAc,CAACc,qBAAqB;MACjDC,YAAY,EAAE;IAChB;EACF,CAAC,CAAC;EAEFd,QAAQ,CAAC,oBAAoB,EAAE,EAAE,EAAE;IAC/BK,IAAI,EAAE;MACJU,KAAK,EAAEhB,cAAc,CAACiB,yBAAyB;MAC/CC,UAAU,EAAE;IACd;EACJ,CAAkB,CAAC;AACrB,CAAC,CAAC"}
@@ -0,0 +1,43 @@
1
+ import React from 'react';
2
+ import { View } from 'react-native';
3
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
4
+ import WmLinearlayoutProps from './linearlayout.props';
5
+ import { DEFAULT_CLASS } from './linearlayout.styles';
6
+ const ALIGNMENT_MAP = {
7
+ 'top': 'flex-start',
8
+ 'left': 'flex-start',
9
+ 'center': 'center',
10
+ 'right': 'flex-end',
11
+ 'bottom': 'flex-end'
12
+ };
13
+ export class WmLinearlayoutState extends BaseComponentState {}
14
+ export default class WmLinearlayout extends BaseComponent {
15
+ constructor(props) {
16
+ super(props, DEFAULT_CLASS, new WmLinearlayoutProps());
17
+ }
18
+ getStyles(props) {
19
+ const s = {};
20
+ const direction = props.direction;
21
+ s.display = 'flex';
22
+ s.width = "100%";
23
+ s.flexDirection = direction;
24
+ const isHorizontal = direction.startsWith('row');
25
+ if (isHorizontal) {
26
+ s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];
27
+ s.alignItems = ALIGNMENT_MAP[props.verticalalign];
28
+ } else {
29
+ s.justifyContent = ALIGNMENT_MAP[props.verticalalign];
30
+ s.alignItems = ALIGNMENT_MAP[props.horizontalalign];
31
+ }
32
+ return s;
33
+ }
34
+ renderWidget(props) {
35
+ return /*#__PURE__*/React.createElement(View, {
36
+ style: {
37
+ ...this.getStyles(props),
38
+ ...this.styles.root
39
+ }
40
+ }, this._background, props.children);
41
+ }
42
+ }
43
+ //# sourceMappingURL=linearlayout.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLinearlayoutProps","DEFAULT_CLASS","ALIGNMENT_MAP","WmLinearlayoutState","WmLinearlayout","constructor","props","getStyles","s","direction","display","width","flexDirection","isHorizontal","startsWith","justifyContent","horizontalalign","alignItems","verticalalign","renderWidget","createElement","style","styles","root","_background","children"],"sources":["linearlayout.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayoutProps from './linearlayout.props';\nimport { DEFAULT_CLASS, WmLinearlayoutStyles } from './linearlayout.styles';\n\nconst ALIGNMENT_MAP = {\n 'top': 'flex-start',\n 'left': 'flex-start',\n 'center': 'center',\n 'right': 'flex-end',\n 'bottom': 'flex-end'\n} as any;\n\nexport class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {}\n\nexport default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {\n\n constructor(props: WmLinearlayoutProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutProps());\n }\n\n getStyles(props: WmLinearlayoutProps) {\n const s = {} as ViewStyle;\n const direction = props.direction;\n s.display = 'flex';\n s.width = \"100%\";\n s.flexDirection = direction;\n const isHorizontal = direction.startsWith('row');\n if (isHorizontal) {\n s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];\n s.alignItems = ALIGNMENT_MAP[props.verticalalign];\n } else {\n s.justifyContent = ALIGNMENT_MAP[props.verticalalign];\n s.alignItems = ALIGNMENT_MAP[props.horizontalalign];\n }\n return s;\n }\n\n renderWidget(props: WmLinearlayoutProps) {\n return (<View style={{...this.getStyles(props), ...this.styles.root}}>\n {this._background}{props.children}\n </View>); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAmB,cAAc;AAC9C,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,sBAAsB;AACtD,SAASC,aAAa,QAA8B,uBAAuB;AAE3E,MAAMC,aAAa,GAAG;EACpB,KAAK,EAAG,YAAY;EACpB,MAAM,EAAE,YAAY;EACpB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,UAAU;EACnB,QAAQ,EAAE;AACZ,CAAQ;AAER,OAAO,MAAMC,mBAAmB,SAASJ,kBAAkB,CAAsB;AAEjF,eAAe,MAAMK,cAAc,SAASN,aAAa,CAAiE;EAExHO,WAAWA,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEL,aAAa,EAAE,IAAID,mBAAmB,CAAC,CAAC,CAAC;EACxD;EAEAO,SAASA,CAACD,KAA0B,EAAE;IACpC,MAAME,CAAC,GAAG,CAAC,CAAc;IACzB,MAAMC,SAAS,GAAGH,KAAK,CAACG,SAAS;IACjCD,CAAC,CAACE,OAAO,GAAG,MAAM;IAClBF,CAAC,CAACG,KAAK,GAAG,MAAM;IAChBH,CAAC,CAACI,aAAa,GAAGH,SAAS;IAC3B,MAAMI,YAAY,GAAGJ,SAAS,CAACK,UAAU,CAAC,KAAK,CAAC;IAChD,IAAID,YAAY,EAAE;MAChBL,CAAC,CAACO,cAAc,GAAGb,aAAa,CAACI,KAAK,CAACU,eAAe,CAAC;MACvDR,CAAC,CAACS,UAAU,GAAGf,aAAa,CAACI,KAAK,CAACY,aAAa,CAAC;IACnD,CAAC,MAAM;MACLV,CAAC,CAACO,cAAc,GAAGb,aAAa,CAACI,KAAK,CAACY,aAAa,CAAC;MACrDV,CAAC,CAACS,UAAU,GAAGf,aAAa,CAACI,KAAK,CAACU,eAAe,CAAC;IACrD;IACA,OAAOR,CAAC;EACV;EAEAW,YAAYA,CAACb,KAA0B,EAAE;IACvC,oBAAQV,KAAA,CAAAwB,aAAA,CAACvB,IAAI;MAACwB,KAAK,EAAE;QAAC,GAAG,IAAI,CAACd,SAAS,CAACD,KAAK,CAAC;QAAE,GAAG,IAAI,CAACgB,MAAM,CAACC;MAAI;IAAE,GAClE,IAAI,CAACC,WAAW,EAAElB,KAAK,CAACmB,QACnB,CAAC;EACX;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmLinearlayoutProps","constructor","arguments","_defineProperty"],"sources":["linearlayout.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutProps extends BaseProps {\n children? = [] as any[];\n direction: 'row'|'row-reverse' | 'column' | 'column-reverse' = 'row';\n horizontalalign: 'left' | 'center' | 'right' = 'left';\n verticalalign: 'top' | 'center' | 'bottom' = 'top';\n spacing = 0;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,mBAC3C,EAAE;IAAAA,eAAA,oBACiD,KAAK;IAAAA,eAAA,0BACrB,MAAM;IAAAA,eAAA,wBACR,KAAK;IAAAA,eAAA,kBACxC,CAAC;EAAA;AACf"}
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { View, Platform } from 'react-native';
3
+ import { isNil } from 'lodash-es';
4
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ import WmLinearlayoutitemProps from './linearlayoutitem.props';
6
+ import { DEFAULT_CLASS } from './linearlayoutitem.styles';
7
+ export class WmLinearlayoutitemState extends BaseComponentState {}
8
+ export default class WmLinearlayoutitem extends BaseComponent {
9
+ constructor(props) {
10
+ super(props, DEFAULT_CLASS, new WmLinearlayoutitemProps());
11
+ }
12
+ renderWidget(props) {
13
+ const direction = this.parent.state.props.direction;
14
+ return /*#__PURE__*/React.createElement(View, {
15
+ style: {
16
+ ...this.styles.root,
17
+ flexGrow: props.flexgrow,
18
+ flexShrink: isNil(props.flexshrink) ? props.flexgrow : props.flexshrink,
19
+ flexBasis: Platform.OS == "web" ? 'auto' : props.flexgrow && (direction === 'row' || direction === 'row-reverse') ? 0 : 'auto'
20
+ }
21
+ }, this._background, props.children);
22
+ }
23
+ }
24
+ //# sourceMappingURL=linearlayoutitem.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Platform","isNil","BaseComponent","BaseComponentState","WmLinearlayoutitemProps","DEFAULT_CLASS","WmLinearlayoutitemState","WmLinearlayoutitem","constructor","props","renderWidget","direction","parent","state","createElement","style","styles","root","flexGrow","flexgrow","flexShrink","flexshrink","flexBasis","OS","_background","children"],"sources":["linearlayoutitem.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, Platform } from 'react-native';\nimport { isNil } from 'lodash-es';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayout from '../linearlayout.component';\nimport WmLinearlayoutitemProps from './linearlayoutitem.props';\nimport { DEFAULT_CLASS, WmLinearlayoutitemStyles } from './linearlayoutitem.styles';\n\nexport class WmLinearlayoutitemState extends BaseComponentState<WmLinearlayoutitemProps> {}\n\nexport default class WmLinearlayoutitem extends BaseComponent<WmLinearlayoutitemProps, WmLinearlayoutitemState, WmLinearlayoutitemStyles> {\n\n constructor(props: WmLinearlayoutitemProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutitemProps());\n }\n\n renderWidget(props: WmLinearlayoutitemProps) {\n const direction = (this.parent as WmLinearlayout).state.props.direction;\n return (<View style={{\n ...this.styles.root,\n flexGrow: props.flexgrow,\n flexShrink: isNil(props.flexshrink) ? props.flexgrow : props.flexshrink,\n flexBasis: Platform.OS == \"web\" ? 'auto' : (props.flexgrow && (direction === 'row' || direction === 'row-reverse') ? 0 : 'auto')\n }}>{this._background}{props.children}</View>); \n }\n}"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,QAAQ,QAAQ,cAAc;AAC7C,SAASC,KAAK,QAAQ,WAAW;AACjC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAGjG,OAAOC,uBAAuB,MAAM,0BAA0B;AAC9D,SAASC,aAAa,QAAkC,2BAA2B;AAEnF,OAAO,MAAMC,uBAAuB,SAASH,kBAAkB,CAA0B;AAEzF,eAAe,MAAMI,kBAAkB,SAASL,aAAa,CAA6E;EAExIM,WAAWA,CAACC,KAA8B,EAAE;IAC1C,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,uBAAuB,CAAC,CAAC,CAAC;EAC5D;EAEAM,YAAYA,CAACD,KAA8B,EAAE;IAC3C,MAAME,SAAS,GAAI,IAAI,CAACC,MAAM,CAAoBC,KAAK,CAACJ,KAAK,CAACE,SAAS;IACvE,oBAAQb,KAAA,CAAAgB,aAAA,CAACf,IAAI;MAACgB,KAAK,EAAE;QACnB,GAAG,IAAI,CAACC,MAAM,CAACC,IAAI;QACnBC,QAAQ,EAAET,KAAK,CAACU,QAAQ;QACxBC,UAAU,EAAEnB,KAAK,CAACQ,KAAK,CAACY,UAAU,CAAC,GAAGZ,KAAK,CAACU,QAAQ,GAAGV,KAAK,CAACY,UAAU;QACvEC,SAAS,EAAGtB,QAAQ,CAACuB,EAAE,IAAI,KAAK,GAAG,MAAM,GAAId,KAAK,CAACU,QAAQ,KAAKR,SAAS,KAAK,KAAK,IAAIA,SAAS,KAAK,aAAa,CAAC,GAAG,CAAC,GAAG;MAC5H;IAAE,GAAE,IAAI,CAACa,WAAW,EAAEf,KAAK,CAACgB,QAAe,CAAC;EAC9C;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmLinearlayoutitemProps","constructor","arguments","_defineProperty"],"sources":["linearlayoutitem.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutitemProps extends BaseProps {\n children?: any[] = [];\n flexgrow: number = null as any;\n flexshrink: number = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,mBACxC,EAAE;IAAAA,eAAA,mBACF,IAAI;IAAAA,eAAA,qBACF,IAAI;EAAA;AAC7B"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmPanelContentProps","DEFAULT_CLASS","WmPanelContentState","WmPanelContent","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["panel-content.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmPanelContentProps from './panel-content.props';\nimport { DEFAULT_CLASS, WmPanelContentStyles } from './panel-content.styles';\n\nexport class WmPanelContentState extends BaseComponentState<WmPanelContentProps> {}\n\nexport default class WmPanelContent extends BaseComponent<WmPanelContentProps, WmPanelContentState, WmPanelContentStyles> {\n\n constructor(props: WmPanelContentProps) {\n super(props, DEFAULT_CLASS, new WmPanelContentProps());\n }\n\n renderWidget(props: WmPanelContentProps) {\n return (<View style={this.styles.root}>{this._background}{props.children}</View>); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,uBAAuB;AACvD,SAASC,aAAa,QAA8B,wBAAwB;AAE5E,OAAO,MAAMC,mBAAmB,SAASH,kBAAkB,CAAsB;AAEjF,eAAe,MAAMI,cAAc,SAASL,aAAa,CAAiE;EAExHM,WAAWA,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,mBAAmB,CAAC,CAAC,CAAC;EACxD;EAEAM,YAAYA,CAACD,KAA0B,EAAE;IACvC,oBAAQT,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAClF;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmPanelContentProps","constructor","arguments","_defineProperty"],"sources":["panel-content.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelContentProps extends BaseProps {\n children?: any[];\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAE3D"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmPanelFooterProps","DEFAULT_CLASS","WmPanelFooterState","WmPanelFooter","constructor","props","renderWidget","createElement","style","styles","root","_background","children"],"sources":["panel-footer.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmPanelFooterProps from './panel-footer.props';\nimport { DEFAULT_CLASS, WmPanelFooterStyles } from './panel-footer.styles';\n\nexport class WmPanelFooterState extends BaseComponentState<WmPanelFooterProps> {}\n\nexport default class WmPanelFooter extends BaseComponent<WmPanelFooterProps, WmPanelFooterState, WmPanelFooterStyles> {\n\n constructor(props: WmPanelFooterProps) {\n super(props, DEFAULT_CLASS, new WmPanelFooterProps());\n }\n\n renderWidget(props: WmPanelFooterProps) {\n return (<View style={this.styles.root}>{this._background}{props.children}</View>);\n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,kBAAkB,MAAM,sBAAsB;AACrD,SAASC,aAAa,QAA6B,uBAAuB;AAE1E,OAAO,MAAMC,kBAAkB,SAASH,kBAAkB,CAAqB;AAE/E,eAAe,MAAMI,aAAa,SAASL,aAAa,CAA8D;EAEpHM,WAAWA,CAACC,KAAyB,EAAE;IACrC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,kBAAkB,CAAC,CAAC,CAAC;EACvD;EAEAM,YAAYA,CAACD,KAAyB,EAAE;IACtC,oBAAQT,KAAA,CAAAW,aAAA,CAACV,IAAI;MAACW,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAAE,IAAI,CAACC,WAAW,EAAEN,KAAK,CAACO,QAAe,CAAC;EAClF;AACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmPanelFooterProps","constructor","arguments","_defineProperty"],"sources":["panel-footer.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelFooterProps extends BaseProps {\n children: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;EAAA;AAE1D"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Badge","List","BaseComponent","BaseComponentState","WmIcon","WmPanelProps","DEFAULT_CLASS","Animatedview","WmPanelState","constructor","arguments","_defineProperty","WmPanel","props","updateState","expandedId","state","expanded","onPartialLoad","invokeEventCallback","renderContent","renderPartial","isPartialLoaded","setTimeout","bind","onPanelPress","collapsible","paneId","eventName","animatedRef","triggerExit","then","res","proxy","expandCollapseIcon","isExpanded","widgetProps","badge","badgevalue","undefined","createElement","style","styles","badgetype","iconclass","name","toggleIcon","flexDirection","renderPanel","icon","Accordion","title","header","id","titleStyle","text","descriptionStyle","subheading","description","right","_ref","left","marginLeft","ref","entryanimation","children","renderWidget","root","_background","AccordionGroup","onAccordionPress","animation"],"sources":["panel.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { Badge, List } from 'react-native-paper';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\n\nimport WmPanelProps from './panel.props';\nimport { DEFAULT_CLASS, WmPanelStyles } from './panel.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\n\nexport class WmPanelState extends BaseComponentState<WmPanelProps> {\n expandedId: any;\n isPartialLoaded = false;\n}\n\nexport default class WmPanel extends BaseComponent<WmPanelProps, WmPanelState, WmPanelStyles> {\n private animatedRef: any;\n constructor(props: WmPanelProps) {\n super(props, DEFAULT_CLASS, new WmPanelProps());\n this.updateState({\n expandedId: this.state.props.expanded ? 1 : -1,\n } as WmPanelState);\n }\n\n onPartialLoad() {\n this.invokeEventCallback('onLoad', [this]);\n }\n\n renderContent(props: WmPanelProps) {\n if (props.renderPartial) {\n if (!this.state.isPartialLoaded) {\n setTimeout(() => {\n this.updateState({\n isPartialLoaded: true\n } as WmPanelState);\n });\n }\n return props.renderPartial(this.onPartialLoad.bind(this));\n }\n }\n\n onPanelPress(expandedId: any) {\n if (!this.state.props.collapsible) {\n return;\n }\n const paneId = expandedId === this.state.expandedId ? -1 : 1;\n const eventName = paneId === 1 ? 'onExpand' : 'onCollapse';\n\n if (eventName === 'onCollapse') {\n this.animatedRef.triggerExit().then((res: any) => {\n if (res) {\n this.updateState({\n expandedId: paneId,\n props: {\n expanded: false\n }\n } as WmPanelState);\n }\n })\n } else {\n this.updateState({\n expandedId: paneId,\n props: {\n expanded: true\n }\n } as WmPanelState);\n }\n\n this.invokeEventCallback(eventName, [null, this.proxy]);\n }\n\n expandCollapseIcon(isExpanded: boolean) {\n const widgetProps = this.state.props;\n //@ts-ignore\n const badge = widgetProps.badgevalue != undefined ? (<Badge style={[this.styles.badge, this.styles[widgetProps.badgetype || 'default']]}>{widgetProps.badgevalue}</Badge>): null;\n const iconclass = isExpanded ? 'wi wi-chevron-up' : 'wi wi-chevron-down';\n const expandCollapseIcon = widgetProps.collapsible ? (<WmIcon name={'expand_collapse_icon'} styles={this.styles.toggleIcon} iconclass={iconclass}></WmIcon>) : null;\n return (<View style={{flexDirection: 'row'}}>{badge}{expandCollapseIcon}</View>);\n }\n\n renderPanel(props: WmPanelProps) {\n const icon = (<WmIcon styles={this.styles.icon} name={props.name + '_icon'} iconclass={props.iconclass}></WmIcon>);\n return (\n <List.Accordion title={props.title} style={this.styles.header} id={1}\n titleStyle={this.styles.text} descriptionStyle={this.styles.subheading}\n description={props.subheading}\n expanded={props.expanded} \n right={({isExpanded}) => this.expandCollapseIcon(isExpanded)} left={props => icon}>\n <Animatedview style={{marginLeft: -64}} ref={ref => this.animatedRef = ref} entryanimation={'fadeInDown'}>\n <View>{this.renderContent(props)}</View>\n <View>{props.children}</View>\n </Animatedview>\n </List.Accordion>\n );\n }\n\n renderWidget(props: WmPanelProps) {\n return (<View style={this.styles.root}>\n {this._background}\n <List.AccordionGroup expandedId={this.state.expandedId} onAccordionPress={this.onPanelPress.bind(this)}>\n <Animatedview entryanimation={props.animation}>\n {this.renderPanel(props)}\n </Animatedview>\n </List.AccordionGroup>\n </View>);\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmPanelProps","constructor","arguments","_defineProperty"],"sources":["panel.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelProps extends BaseProps {\n animation: string = null as any;\n children: any;\n collapsible: boolean = null as any;\n iconclass: string = null as any;\n title: string = 'Title';\n renderPartial?: Function;\n subheading: string = null as any;\n badgevalue: string = null as any;\n badgetype: string = 'default';\n expanded: boolean = true;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,YAAY,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,oBAC9B,IAAI;IAAAA,eAAA;IAAAA,eAAA,sBAED,IAAI;IAAAA,eAAA,oBACP,IAAI;IAAAA,eAAA,gBACR,OAAO;IAAAA,eAAA;IAAAA,eAAA,qBAEF,IAAI;IAAAA,eAAA,qBACJ,IAAI;IAAAA,eAAA,oBACL,SAAS;IAAAA,eAAA,mBACT,IAAI;EAAA;AAC1B"}
@@ -0,0 +1,98 @@
1
+ import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import { Platform } from 'react-native';
4
+ export const DEFAULT_CLASS = 'app-panel';
5
+ BASE_THEME.registerStyle((themeVariables, addStyle) => {
6
+ const defaultStyles = defineStyles({
7
+ root: {
8
+ backgroundColor: themeVariables.panelBgColor,
9
+ borderStyle: 'solid',
10
+ borderWidth: 0,
11
+ padding: 12,
12
+ borderRadius: 6
13
+ },
14
+ text: {
15
+ color: themeVariables.panelHeaderTextColor,
16
+ fontSize: 16,
17
+ fontWeight: 'bold'
18
+ },
19
+ header: {
20
+ backgroundColor: themeVariables.panelHeaderBgColor,
21
+ paddingHorizontal: 8,
22
+ paddingVertical: 4,
23
+ borderStyle: 'solid',
24
+ borderWidth: 0,
25
+ borderColor: themeVariables.panelHeaderBgColor,
26
+ borderTopLeftRadius: 6,
27
+ borderTopRightRadius: 6
28
+ },
29
+ subheading: {},
30
+ icon: {
31
+ root: {
32
+ alignSelf: 'auto',
33
+ fontSize: 32
34
+ }
35
+ },
36
+ toggleIcon: {
37
+ root: {
38
+ fontSize: 16
39
+ }
40
+ },
41
+ badge: {
42
+ color: themeVariables.badgeTextColor,
43
+ marginRight: 8
44
+ },
45
+ default: {
46
+ backgroundColor: themeVariables.labelDefaultColor
47
+ },
48
+ success: {
49
+ backgroundColor: themeVariables.labelSuccessColor
50
+ },
51
+ danger: {
52
+ backgroundColor: themeVariables.labelDangerColor
53
+ },
54
+ warning: {
55
+ backgroundColor: themeVariables.labelWarningColor
56
+ },
57
+ info: {
58
+ backgroundColor: themeVariables.labelInfoColor
59
+ },
60
+ primary: {
61
+ backgroundColor: themeVariables.labelPrimaryColor
62
+ }
63
+ });
64
+ addStyle(DEFAULT_CLASS, '', defaultStyles);
65
+ addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS == "web" ? {
66
+ text: {
67
+ textAlign: 'right'
68
+ },
69
+ subheading: {
70
+ textAlign: 'right'
71
+ }
72
+ } : {});
73
+ const getPanelBgStyles = color => {
74
+ return {
75
+ header: {
76
+ backgroundColor: color
77
+ },
78
+ text: {
79
+ color: themeVariables.panelTextColor
80
+ },
81
+ subheading: {
82
+ color: themeVariables.panelTextColor
83
+ },
84
+ icon: {
85
+ text: {
86
+ color: themeVariables.panelTextColor
87
+ }
88
+ }
89
+ };
90
+ };
91
+ addStyle('panel-danger', '', getPanelBgStyles(themeVariables.panelDangerColor));
92
+ addStyle('panel-default', '', getPanelBgStyles(themeVariables.panelDefaultColor));
93
+ addStyle('panel-info', '', getPanelBgStyles(themeVariables.panelInfoColor));
94
+ addStyle('panel-primary', '', getPanelBgStyles(themeVariables.panelPrimaryColor));
95
+ addStyle('panel-success', '', getPanelBgStyles(themeVariables.panelSuccessColor));
96
+ addStyle('panel-warning', '', getPanelBgStyles(themeVariables.panelWarningColor));
97
+ });
98
+ //# sourceMappingURL=panel.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","Platform","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","backgroundColor","panelBgColor","borderStyle","borderWidth","padding","borderRadius","text","color","panelHeaderTextColor","fontSize","fontWeight","header","panelHeaderBgColor","paddingHorizontal","paddingVertical","borderColor","borderTopLeftRadius","borderTopRightRadius","subheading","icon","alignSelf","toggleIcon","badge","badgeTextColor","marginRight","default","labelDefaultColor","success","labelSuccessColor","danger","labelDangerColor","warning","labelWarningColor","info","labelInfoColor","primary","labelPrimaryColor","OS","textAlign","getPanelBgStyles","panelTextColor","panelDangerColor","panelDefaultColor","panelInfoColor","panelPrimaryColor","panelSuccessColor","panelWarningColor"],"sources":["panel.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\nimport { Platform } from 'react-native';\n\nexport type WmPanelStyles = BaseStyles & {\n icon: WmIconStyles,\n badge: AllStyle,\n header: AllStyle,\n subheading: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-panel';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmPanelStyles = defineStyles({\n root: {\n backgroundColor: themeVariables.panelBgColor,\n borderStyle: 'solid',\n borderWidth: 0,\n padding: 12,\n borderRadius: 6\n },\n text: {\n color: themeVariables.panelHeaderTextColor,\n fontSize: 16,\n fontWeight: 'bold'\n },\n header: {\n backgroundColor: themeVariables.panelHeaderBgColor,\n paddingHorizontal: 8,\n paddingVertical: 4,\n borderStyle: 'solid',\n borderWidth: 0,\n borderColor: themeVariables.panelHeaderBgColor,\n borderTopLeftRadius: 6,\n borderTopRightRadius: 6\n },\n subheading: {},\n icon: {\n root: {\n alignSelf: 'auto',\n fontSize: 32,\n },\n } as WmIconStyles,\n toggleIcon: {\n root: {\n fontSize: 16,\n },\n } as WmIconStyles,\n badge: {\n color: themeVariables.badgeTextColor,\n marginRight: 8\n },\n default: {\n backgroundColor: themeVariables.labelDefaultColor\n },\n success: {\n backgroundColor: themeVariables.labelSuccessColor\n },\n danger: {\n backgroundColor: themeVariables.labelDangerColor\n },\n warning: {\n backgroundColor: themeVariables.labelWarningColor\n },\n info: {\n backgroundColor: themeVariables.labelInfoColor\n },\n primary: {\n backgroundColor: themeVariables.labelPrimaryColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS==\"web\"?{\n text:{\n textAlign:'right',\n } ,\n subheading:{\n textAlign:'right',\n }\n }:{});\n const getPanelBgStyles = (color: string) => {\n return {\n header: {\n backgroundColor: color\n },\n text: {\n color: themeVariables.panelTextColor\n },\n subheading: {\n color: themeVariables.panelTextColor\n },\n icon: {\n text: {\n color: themeVariables.panelTextColor\n }\n } as WmIconStyles\n } as WmPanelStyles;\n };\n\n addStyle('panel-danger', '', getPanelBgStyles(themeVariables.panelDangerColor));\n addStyle('panel-default', '', getPanelBgStyles(themeVariables.panelDefaultColor));\n addStyle('panel-info', '', getPanelBgStyles(themeVariables.panelInfoColor));\n addStyle('panel-primary', '', getPanelBgStyles(themeVariables.panelPrimaryColor));\n addStyle('panel-success', '', getPanelBgStyles(themeVariables.panelSuccessColor));\n addStyle('panel-warning', '', getPanelBgStyles(themeVariables.panelWarningColor));\n});"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseComponent","BaseComponentState","BaseProps","PartialHostState","constructor","arguments","_defineProperty","PartialHostProps","PartialHost","markupProps","defaultClass","defaultProps","defaultState","onPartialLoad","invokeEventCallback","renderContent","props","renderPartial","state","isPartialLoaded","isVisible","setTimeout","updateState","bind","children"],"sources":["partial-host.component.tsx"],"sourcesContent":["import { BaseComponent, BaseComponentState, BaseProps, BaseStyles } from \"@wavemaker/app-rn-runtime/core/base.component\";\n\nexport abstract class PartialHostState<T extends BaseProps> extends BaseComponentState<T> {\n isPartialLoaded = false;\n}\n\nexport abstract class PartialHostProps extends BaseProps {\n renderPartial?: Function;\n children?: any;\n}\n\nexport abstract class PartialHost<T extends BaseProps, S extends PartialHostState<T>, L extends BaseStyles>\n extends BaseComponent<T, S, L> {\n\n constructor(markupProps: T, defaultClass: string, defaultProps?: T, defaultState?: S) {\n super(markupProps, defaultClass, defaultProps, defaultState);\n }\n\n onPartialLoad() {\n this.invokeEventCallback('onLoad', [this]);\n }\n\n renderContent(props: PartialHostProps) {\n if (props.renderPartial) {\n if (!this.state.isPartialLoaded && !this.isVisible()) {\n return null;\n }\n if (!this.state.isPartialLoaded) {\n setTimeout(() => {\n this.updateState({\n isPartialLoaded: true\n } as any);\n });\n }\n return props.renderPartial(this.onPartialLoad.bind(this));\n }\n return props.children;\n }\n\n}"],"mappings":";;;AAAA,SAASA,aAAa,EAAEC,kBAAkB,EAAEC,SAAS,QAAoB,+CAA+C;AAExH,OAAO,MAAeC,gBAAgB,SAA8BF,kBAAkB,CAAI;EAAAG,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,0BACpE,KAAK;EAAA;AAC3B;AAEA,OAAO,MAAeC,gBAAgB,SAASL,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA;EAAA;AAGzD;AAEA,OAAO,MAAeE,WAAW,SACrBR,aAAa,CAAU;EAE/BI,WAAWA,CAACK,WAAc,EAAEC,YAAoB,EAAEC,YAAgB,EAAEC,YAAgB,EAAE;IAClF,KAAK,CAACH,WAAW,EAAEC,YAAY,EAAEC,YAAY,EAAEC,YAAY,CAAC;EAChE;EAEAC,aAAaA,CAAA,EAAG;IACZ,IAAI,CAACC,mBAAmB,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC;EAC9C;EAEAC,aAAaA,CAACC,KAAuB,EAAE;IACnC,IAAIA,KAAK,CAACC,aAAa,EAAE;MACrB,IAAI,CAAC,IAAI,CAACC,KAAK,CAACC,eAAe,IAAI,CAAC,IAAI,CAACC,SAAS,CAAC,CAAC,EAAE;QAClD,OAAO,IAAI;MACf;MACA,IAAI,CAAC,IAAI,CAACF,KAAK,CAACC,eAAe,EAAE;QAC7BE,UAAU,CAAC,MAAM;UACb,IAAI,CAACC,WAAW,CAAC;YACbH,eAAe,EAAE;UACrB,CAAQ,CAAC;QACb,CAAC,CAAC;MACN;MACA,OAAOH,KAAK,CAACC,aAAa,CAAC,IAAI,CAACJ,aAAa,CAACU,IAAI,CAAC,IAAI,CAAC,CAAC;IAC7D;IACA,OAAOP,KAAK,CAACQ,QAAQ;EACzB;AAEJ"}