@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,191 @@
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
+ /****
5
+ * Copied code from a repo with no active maintenance.
6
+ * https://github.com/hungdev/react-native-customize-selected-date
7
+ * That js lib was converted to ts and fixed bugs.
8
+ */
9
+ import React, { Component } from 'react';
10
+ import { Text, View, FlatList, TouchableOpacity } from 'react-native';
11
+ import moment from 'moment';
12
+ import styles from './month-view.styles';
13
+ import _ from 'lodash';
14
+ export class MonthViewProps {
15
+ constructor() {
16
+ _defineProperty(this, "date", null);
17
+ _defineProperty(this, "minDate", moment('1990-01-01', 'YYYY-MM-DD'));
18
+ _defineProperty(this, "maxDate", moment('2100-01-01', 'YYYY-MM-DD'));
19
+ _defineProperty(this, "customMonth", ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']);
20
+ _defineProperty(this, "customWeekdays", ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']);
21
+ _defineProperty(this, "renderPrevYearButton", null);
22
+ _defineProperty(this, "format", 'YYYY-MM-DD');
23
+ _defineProperty(this, "renderPrevMonthButton", null);
24
+ _defineProperty(this, "renderNextYearButton", null);
25
+ _defineProperty(this, "renderNextMonthButton", null);
26
+ _defineProperty(this, "renderChildDay", day => /*#__PURE__*/React.createElement(React.Fragment, null));
27
+ _defineProperty(this, "selectDate", day => {});
28
+ //style
29
+ _defineProperty(this, "getDayStyle", date => ({}));
30
+ _defineProperty(this, "containerStyle", null);
31
+ _defineProperty(this, "warpRowControlMonthYear", null);
32
+ _defineProperty(this, "warpRowWeekdays", null);
33
+ _defineProperty(this, "weekdayStyle", null);
34
+ _defineProperty(this, "textDayStyle", null);
35
+ _defineProperty(this, "currentDayStyle", null);
36
+ _defineProperty(this, "currentDayTextStyle", null);
37
+ _defineProperty(this, "notDayOfCurrentMonthStyle", null);
38
+ _defineProperty(this, "warpDayStyle", null);
39
+ _defineProperty(this, "dateSelectedWarpDayStyle", null);
40
+ _defineProperty(this, "selectedDayTextStyle", null);
41
+ _defineProperty(this, "monthTextStyle", null);
42
+ _defineProperty(this, "yearTextStyle", null);
43
+ }
44
+ }
45
+ export class MonthViewState {
46
+ constructor() {
47
+ let selectedDate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : moment();
48
+ this.selectedDate = selectedDate;
49
+ _defineProperty(this, "viewMode", 'day');
50
+ _defineProperty(this, "currentYear", null);
51
+ }
52
+ }
53
+ export class MonthView extends Component {
54
+ constructor(props) {
55
+ super(props);
56
+ this.state = new MonthViewState(this.props.date);
57
+ }
58
+ calendarArray(date) {
59
+ const dates = [];
60
+ const currDate = date.clone().startOf('month').startOf('week');
61
+ for (let i = 0; i < 42; i += 1) {
62
+ dates[i] = currDate.clone();
63
+ currDate.add(1, 'day');
64
+ }
65
+ return dates;
66
+ }
67
+ renderDay(day) {
68
+ var _this$props$date, _this$props$date2;
69
+ const {
70
+ warpDayStyle,
71
+ dateSelectedWarpDayStyle,
72
+ renderChildDay,
73
+ textDayStyle,
74
+ currentDayStyle,
75
+ currentDayTextStyle,
76
+ notDayOfCurrentMonthStyle,
77
+ selectedDayTextStyle
78
+ } = this.props;
79
+ const dateSelected = (_this$props$date = this.props.date) === null || _this$props$date === void 0 ? void 0 : _this$props$date.isSame(day);
80
+ const isCurrent = moment().isSame(day, 'date');
81
+ const notCurrentMonth = !((_this$props$date2 = this.props.date) !== null && _this$props$date2 !== void 0 && _this$props$date2.isSame(day, 'month'));
82
+ const dateStyle = (this.props.getDayStyle ? this.props.getDayStyle(day) : null) || {};
83
+ return /*#__PURE__*/React.createElement(TouchableOpacity, {
84
+ onPress: () => this.selectDate(day),
85
+ style: [styles.warpDay, warpDayStyle, isCurrent ? currentDayStyle : {}, dateSelected ? {
86
+ backgroundColor: '#2C1F23',
87
+ ...dateSelectedWarpDayStyle
88
+ } : {}, dateStyle.containerStyle]
89
+ }, /*#__PURE__*/React.createElement(View, {
90
+ style: {
91
+ flexDirection: 'column',
92
+ justifyContent: 'center',
93
+ alignItems: 'center'
94
+ }
95
+ }, /*#__PURE__*/React.createElement(Text, {
96
+ style: [styles.day, textDayStyle, isCurrent ? currentDayTextStyle : {}, notCurrentMonth ? {
97
+ color: '#493D40',
98
+ ...notDayOfCurrentMonthStyle
99
+ } : {}, dateSelected ? {
100
+ color: '#000',
101
+ ...selectedDayTextStyle
102
+ } : {}, dateStyle.textStyle]
103
+ }, day.get('date')), renderChildDay && renderChildDay(day)));
104
+ }
105
+ selectDate(date) {
106
+ if (this.isDateEnable(date)) {
107
+ this.props.selectDate && this.props.selectDate(date);
108
+ }
109
+ }
110
+ yearMonthChange(unit, type) {
111
+ this.selectDate((this.props.date || moment()).clone().add(unit, type).startOf('month'));
112
+ }
113
+ isDateEnable(date) {
114
+ const {
115
+ minDate,
116
+ maxDate
117
+ } = this.props;
118
+ return (minDate === null || minDate === void 0 ? void 0 : minDate.isSameOrBefore(date)) && (maxDate === null || maxDate === void 0 ? void 0 : maxDate.isSameOrAfter(date));
119
+ }
120
+ render() {
121
+ var _this$props$date3, _this$props$date4;
122
+ const {
123
+ renderPrevYearButton,
124
+ renderPrevMonthButton,
125
+ renderNextYearButton,
126
+ renderNextMonthButton,
127
+ weekdayStyle,
128
+ customWeekdays,
129
+ warpRowWeekdays,
130
+ warpRowControlMonthYear,
131
+ monthTextStyle,
132
+ yearTextStyle
133
+ } = this.props;
134
+ const weekdays = customWeekdays || ['Sun', 'Mon', 'Tus', 'Wes', 'Thu', 'Fri', 'Sat'];
135
+ const data = this.calendarArray(this.props.date || moment());
136
+ const dayOfWeek = [];
137
+ const month = this.props.customMonth ? this.props.customMonth[((_this$props$date3 = this.props.date) === null || _this$props$date3 === void 0 ? void 0 : _this$props$date3.get('month')) || 0] : 'Jan';
138
+ const year = ((_this$props$date4 = this.props.date) === null || _this$props$date4 === void 0 ? void 0 : _this$props$date4.get('year')) || 1;
139
+ _.forEach(weekdays, element => {
140
+ dayOfWeek.push( /*#__PURE__*/React.createElement(Text, {
141
+ key: element,
142
+ style: [styles.weekdays, weekdayStyle]
143
+ }, element));
144
+ });
145
+ return /*#__PURE__*/React.createElement(View, {
146
+ style: [styles.container, this.props.containerStyle]
147
+ }, /*#__PURE__*/React.createElement(View, {
148
+ style: [{
149
+ flexDirection: 'row',
150
+ justifyContent: 'space-between',
151
+ alignItems: 'center'
152
+ }, warpRowControlMonthYear]
153
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, {
154
+ onPress: () => this.yearMonthChange(-1, 'month')
155
+ }, renderPrevMonthButton ? renderPrevMonthButton() : /*#__PURE__*/React.createElement(Text, null, '<')), /*#__PURE__*/React.createElement(View, {
156
+ style: {
157
+ flexDirection: 'row'
158
+ }
159
+ }, /*#__PURE__*/React.createElement(Text, {
160
+ style: [styles.txtHeaderDate, monthTextStyle]
161
+ }, month + ' '), /*#__PURE__*/React.createElement(Text, {
162
+ style: [styles.txtHeaderDate, yearTextStyle]
163
+ }, year)), /*#__PURE__*/React.createElement(TouchableOpacity, {
164
+ onPress: () => this.yearMonthChange(1, 'month')
165
+ }, renderNextMonthButton ? renderNextMonthButton() : /*#__PURE__*/React.createElement(Text, null, '>'))), /*#__PURE__*/React.createElement(View, {
166
+ style: [{
167
+ flexDirection: 'row',
168
+ justifyContent: 'space-around'
169
+ }, warpRowWeekdays]
170
+ }, dayOfWeek), /*#__PURE__*/React.createElement(FlatList, {
171
+ data: data,
172
+ keyExtractor: item => '' + item.toDate().getTime(),
173
+ renderItem: _ref => {
174
+ let {
175
+ item
176
+ } = _ref;
177
+ return this.renderDay(item);
178
+ },
179
+ extraData: this.state,
180
+ columnWrapperStyle: {
181
+ justifyContent: 'space-between'
182
+ },
183
+ numColumns: 7,
184
+ style: {
185
+ padding: 4
186
+ }
187
+ }));
188
+ }
189
+ }
190
+ _defineProperty(MonthView, "defaultProps", new MonthViewProps());
191
+ //# sourceMappingURL=month-view.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Component","Text","View","FlatList","TouchableOpacity","moment","styles","_","MonthViewProps","constructor","_defineProperty","day","createElement","Fragment","date","MonthViewState","selectedDate","arguments","length","undefined","MonthView","props","state","calendarArray","dates","currDate","clone","startOf","i","add","renderDay","_this$props$date","_this$props$date2","warpDayStyle","dateSelectedWarpDayStyle","renderChildDay","textDayStyle","currentDayStyle","currentDayTextStyle","notDayOfCurrentMonthStyle","selectedDayTextStyle","dateSelected","isSame","isCurrent","notCurrentMonth","dateStyle","getDayStyle","onPress","selectDate","style","warpDay","backgroundColor","containerStyle","flexDirection","justifyContent","alignItems","color","textStyle","get","isDateEnable","yearMonthChange","unit","type","minDate","maxDate","isSameOrBefore","isSameOrAfter","render","_this$props$date3","_this$props$date4","renderPrevYearButton","renderPrevMonthButton","renderNextYearButton","renderNextMonthButton","weekdayStyle","customWeekdays","warpRowWeekdays","warpRowControlMonthYear","monthTextStyle","yearTextStyle","weekdays","data","dayOfWeek","month","customMonth","year","forEach","element","push","key","container","txtHeaderDate","keyExtractor","item","toDate","getTime","renderItem","_ref","extraData","columnWrapperStyle","numColumns","padding"],"sources":["month-view.tsx"],"sourcesContent":["/****\n * Copied code from a repo with no active maintenance.\n * https://github.com/hungdev/react-native-customize-selected-date\n * That js lib was converted to ts and fixed bugs. \n */\nimport React, { Component } from 'react';\nimport {\n Text,\n View,\n FlatList,\n TouchableOpacity,\n ViewStyle,\n TextStyle\n} from 'react-native';\nimport moment, { Moment } from 'moment';\nimport styles from './month-view.styles'\nimport _ from 'lodash';\n\nexport class MonthViewProps {\n date?: Moment = null as any;\n minDate? = moment('1990-01-01', 'YYYY-MM-DD');\n maxDate? = moment('2100-01-01', 'YYYY-MM-DD');\n customMonth?: string[] = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];\n customWeekdays?: string[] = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];\n renderPrevYearButton?: () => React.ReactNode = null as any;\n format?='YYYY-MM-DD';\n renderPrevMonthButton?: () => React.ReactNode = null as any;\n renderNextYearButton?: () => React.ReactNode = null as any;\n renderNextMonthButton?: () => React.ReactNode = null as any;\n renderChildDay? = (day: Moment) => (<></>);\n selectDate? = (day: Moment) => {}; \n //style\n getDayStyle? = (date: Moment) => ({});\n containerStyle?: ViewStyle = null as any;\n warpRowControlMonthYear?: ViewStyle = null as any;\n warpRowWeekdays?: ViewStyle = null as any;\n weekdayStyle?: ViewStyle = null as any;\n textDayStyle?: TextStyle = null as any;\n currentDayStyle?: ViewStyle = null as any;\n currentDayTextStyle?: TextStyle = null as any;\n notDayOfCurrentMonthStyle?: ViewStyle = null as any;\n warpDayStyle?: ViewStyle = null as any;\n dateSelectedWarpDayStyle?: ViewStyle = null as any;\n selectedDayTextStyle?: TextStyle = null as any;\n monthTextStyle?: TextStyle = null as any;\n yearTextStyle?: TextStyle = null as any;\n}\n\nexport class MonthViewState {\n viewMode = 'day';\n currentYear: string = null as any;\n constructor(public selectedDate: Moment = moment()) {\n\n }\n}\n\nexport class MonthView extends Component<MonthViewProps, MonthViewState> {\n\n static defaultProps = new MonthViewProps();\n\n constructor(props: MonthViewProps) {\n super(props);\n this.state = new MonthViewState(this.props.date);\n }\n\n calendarArray (date: Moment): Moment[] {\n const dates: Moment[] = [];\n const currDate = date.clone().startOf('month').startOf('week');\n for (let i = 0; i < 42; i += 1) {\n dates[i] = currDate.clone();\n currDate.add(1, 'day');\n }\n return dates;\n }\n\n renderDay(day: Moment) {\n const { warpDayStyle, dateSelectedWarpDayStyle,\n renderChildDay, textDayStyle, currentDayStyle, currentDayTextStyle, notDayOfCurrentMonthStyle, selectedDayTextStyle } = this.props;\n const dateSelected = this.props.date?.isSame(day);\n const isCurrent = moment().isSame(day, 'date');\n const notCurrentMonth = !this.props.date?.isSame(day, 'month');\n const dateStyle = ((this.props.getDayStyle ? this.props.getDayStyle(day) : null) || {}) as any;\n return (\n <TouchableOpacity onPress={() => this.selectDate(day)}\n style={[styles.warpDay, warpDayStyle,\n isCurrent ? currentDayStyle : {},\n dateSelected ? { backgroundColor: '#2C1F23', ...dateSelectedWarpDayStyle } : {},\n dateStyle.containerStyle]}\n >\n <View style={{flexDirection: 'column', justifyContent: 'center', alignItems: 'center'}}>\n <Text style={[styles.day, textDayStyle,\n isCurrent ? currentDayTextStyle : {},\n notCurrentMonth ? { color: '#493D40', ...notDayOfCurrentMonthStyle } : {},\n dateSelected ? { color: '#000', ...selectedDayTextStyle } : {},\n dateStyle.textStyle]}>\n {day.get('date')}\n </Text>\n {renderChildDay && renderChildDay(day)}\n </View>\n </TouchableOpacity>\n )\n }\n\n selectDate(date: Moment) {\n if (this.isDateEnable(date)) {\n this.props.selectDate && this.props.selectDate(date)\n }\n }\n\n yearMonthChange(unit: number, type: string) {\n this.selectDate((this.props.date || moment()).clone().add(unit, type as any).startOf('month'));\n }\n\n isDateEnable(date: Moment) {\n const { minDate, maxDate } = this.props;\n return minDate?.isSameOrBefore(date) && maxDate?.isSameOrAfter(date);\n }\n\n render() {\n const {\n renderPrevYearButton, renderPrevMonthButton,\n renderNextYearButton, renderNextMonthButton,\n weekdayStyle, customWeekdays, warpRowWeekdays,\n warpRowControlMonthYear, monthTextStyle, yearTextStyle\n } = this.props\n const weekdays = customWeekdays || ['Sun', 'Mon', 'Tus', 'Wes', 'Thu', 'Fri', 'Sat']\n const data = this.calendarArray(this.props.date || moment())\n const dayOfWeek: React.ReactNode[] = [];\n const month = this.props.customMonth ? this.props.customMonth[this.props.date?.get('month') || 0]: 'Jan';\n const year = this.props.date?.get('year') || 1;\n _.forEach(weekdays, element => {\n dayOfWeek.push(<Text key={element} style={[styles.weekdays, weekdayStyle]}>{element}</Text>)\n })\n\n return (\n <View style={[styles.container, this.props.containerStyle]}>\n <View style={[{ flexDirection: 'row', justifyContent: 'space-between', alignItems: 'center' }, warpRowControlMonthYear]}>\n {/*<TouchableOpacity onPress={() => this.yearMonthChange(-1, 'year')}>\n {renderPrevYearButton ? renderPrevYearButton() : <Text>{'<<'}</Text>}\n </TouchableOpacity>*/}\n <TouchableOpacity onPress={() => this.yearMonthChange(-1, 'month')}>\n {renderPrevMonthButton ? renderPrevMonthButton() : <Text>{'<'}</Text>}\n </TouchableOpacity>\n <View style={{flexDirection: 'row'}}>\n <Text style={[styles.txtHeaderDate, monthTextStyle]} >{month + ' '}</Text>\n <Text style={[styles.txtHeaderDate, yearTextStyle]} >{year}</Text>\n </View>\n <TouchableOpacity onPress={() => this.yearMonthChange(1, 'month')}>\n {renderNextMonthButton ? renderNextMonthButton() : <Text>{'>'}</Text>}\n </TouchableOpacity>\n {/*<TouchableOpacity onPress={() => this.yearMonthChange(1, 'year')}>\n {renderNextYearButton ? renderNextYearButton() : <Text>{'>>'}</Text>}\n </TouchableOpacity>*/}\n </View>\n <View style={[{ flexDirection: 'row', justifyContent: 'space-around' }, warpRowWeekdays]}>\n {dayOfWeek}\n </View>\n <FlatList\n data={data}\n keyExtractor={(item) => '' + item.toDate().getTime()}\n renderItem={({ item }) => this.renderDay(item)}\n extraData={this.state}\n columnWrapperStyle={{justifyContent: 'space-between'}}\n numColumns={7}\n style={{\n padding: 4\n }}\n />\n </View>\n )\n }\n}"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","Checkbox","TouchableOpacity","BaseComponent","BaseComponentState","unStringify","validateField","WmCheckboxProps","DEFAULT_CLASS","WmCheckboxState","constructor","arguments","_defineProperty","WmCheckbox","props","setChecked","dataValue","checkedvalue","value","updateState","isChecked","onPropertyChange","name","$new","$old","state","datavalue","updateDatavalue","validate","validationObj","isValid","errorType","onPress","readonly","invokeEventCallback","proxy","disabled","oldValue","uncheckedvalue","onFieldChange","renderWidget","createElement","style","styles","root","bind","_background","Android","status","color","text","checkboxLabel","caption"],"sources":["checkbox.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text } from 'react-native';\nimport { Checkbox } from 'react-native-paper';\nimport { TouchableOpacity } from 'react-native-gesture-handler';\n\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport {unStringify, validateField} from '@wavemaker/app-rn-runtime/core/utils';\n\nimport WmCheckboxProps from './checkbox.props';\nimport { DEFAULT_CLASS, WmCheckboxStyles } from './checkbox.styles';\nimport WmSkeleton, { createSkeleton } from '../../basic/skeleton/skeleton.component';\n\nexport class WmCheckboxState extends BaseComponentState<WmCheckboxProps> {\n isChecked: boolean = false;\n isValid: boolean = true;\n errorType = '';\n}\n\nexport default class WmCheckbox extends BaseComponent<WmCheckboxProps, WmCheckboxState, WmCheckboxStyles> {\n\n constructor(props: WmCheckboxProps) {\n super(props, DEFAULT_CLASS, new WmCheckboxProps(), new WmCheckboxState());\n }\n\n setChecked(dataValue: any, checkedvalue: any) {\n const value = unStringify(dataValue) === unStringify(checkedvalue, true);\n this.updateState({ isChecked: value } as WmCheckboxState);\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch (name) {\n case 'checkedvalue':\n this.setChecked(this.state.props.datavalue, $new);\n break;\n case 'datavalue':\n this.setChecked($new, this.state.props.checkedvalue);\n break;\n }\n }\n\n updateDatavalue(value: any) {\n this.updateState({ props: { datavalue: value }} as WmCheckboxState);\n }\n validate(value: any) {\n const validationObj = validateField(this.state.props, value);\n this.updateState({\n isValid: validationObj.isValid,\n errorType: validationObj.errorType\n } as WmCheckboxState);\n }\n\n onPress() {\n if (!this.state.props.readonly) {\n this.invokeEventCallback('onFocus', [null, this.proxy]);\n }\n this.invokeEventCallback('onTap', [null, this.proxy]);\n if (this.state.props.disabled) {\n return;\n }\n const oldValue = this.state.props.datavalue;\n const value = !this.state.isChecked;\n this.validate(value);\n this.updateState({ isChecked: value } as WmCheckboxState);\n const dataValue = value === true ? this.state.props.checkedvalue : this.state.props.uncheckedvalue;\n this.updateState({ props: { datavalue: dataValue } } as WmCheckboxState,\n () => {\n if (!this.props.onFieldChange) {\n this.invokeEventCallback('onChange', [null, this.proxy, dataValue, oldValue]);\n } else {\n this.props.onFieldChange && this.props.onFieldChange('datavalue', dataValue, oldValue);\n }\n this.invokeEventCallback('onBlur', [ null, this.proxy ]);\n });\n }\n\n renderWidget(props: WmCheckboxProps) {\n return (\n <TouchableOpacity style={this.styles.root} onPress={this.onPress.bind(this)}>\n {this._background}\n <Checkbox.Android status={this.state.isChecked ? 'checked' : 'unchecked'} color={this.styles.text.color as string} disabled={props.readonly || props.disabled}/>\n <Text style={this.styles.checkboxLabel}>{props.caption}</Text>\n </TouchableOpacity>\n );\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
+ function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ export default class WmCheckboxProps extends BaseProps {
6
+ constructor() {
7
+ super(...arguments);
8
+ _defineProperty(this, "caption", null);
9
+ _defineProperty(this, "datavalue", false);
10
+ _defineProperty(this, "checkedvalue", true);
11
+ _defineProperty(this, "uncheckedvalue", false);
12
+ _defineProperty(this, "readonly", null);
13
+ _defineProperty(this, "onFieldChange", void 0);
14
+ _defineProperty(this, "invokeEvent", void 0);
15
+ }
16
+ }
17
+ //# sourceMappingURL=checkbox.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmCheckboxProps","constructor","arguments","_defineProperty"],"sources":["checkbox.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmCheckboxProps extends BaseProps {\n caption: string = null as any;\n datavalue = false;\n checkedvalue: any = true;\n uncheckedvalue: any = false;\n readonly: boolean = null as any;\n onFieldChange: any;\n invokeEvent?: Function;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,eAAe,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,kBACnC,IAAI;IAAAA,eAAA,oBACV,KAAK;IAAAA,eAAA,uBACG,IAAI;IAAAA,eAAA,yBACF,KAAK;IAAAA,eAAA,mBACP,IAAI;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAG1B"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","alignContent","text","color","checkedColor","checkboxLabel","alignSelf","fontFamily","baseFont","fontSize","labelDefaultColor","skeleton","width","height","opacity","checkedDisabledColor"],"sources":["checkbox.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmSkeletonStyles } from '../../basic/skeleton/skeleton.styles';\n\nexport type WmCheckboxStyles = BaseStyles & {\n checkboxLabel: AllStyle\n skeleton: WmSkeletonStyles\n};\n\nexport const DEFAULT_CLASS = 'app-checkbox';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmCheckboxStyles = defineStyles({\n root: {\n flexDirection: 'row',\n alignContent: 'center',\n },\n text: {\n color: themeVariables.checkedColor\n },\n checkboxLabel: {\n alignSelf: 'center',\n fontFamily: themeVariables.baseFont,\n fontSize: 16,\n color: themeVariables.labelDefaultColor\n },\n skeleton: {\n root: {\n width: '100%',\n height: 16\n }\n } as any as WmSkeletonStyles\n });\n\n\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root : {\n opacity: 0.8\n },\n checkboxLabel : {\n color: themeVariables.checkedDisabledColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n });\n"],"mappings":"AAAA,OAAOA,UAAU,MAAoB,wCAAwC;AAC7E,SAAqBC,YAAY,QAAQ,+CAA+C;AAQxF,OAAO,MAAMC,aAAa,GAAG,cAAc;AAC3CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAA+B,GAAGL,YAAY,CAAC;IACjDM,IAAI,EAAE;MACJC,aAAa,EAAE,KAAK;MACpBC,YAAY,EAAE;IAChB,CAAC;IACDC,IAAI,EAAE;MACJC,KAAK,EAAEP,cAAc,CAACQ;IACxB,CAAC;IACDC,aAAa,EAAE;MACbC,SAAS,EAAE,QAAQ;MACnBC,UAAU,EAAEX,cAAc,CAACY,QAAQ;MACnCC,QAAQ,EAAE,EAAE;MACZN,KAAK,EAAEP,cAAc,CAACc;IACxB,CAAC;IACDC,QAAQ,EAAE;MACRZ,IAAI,EAAE;QACJa,KAAK,EAAE,MAAM;QACbC,MAAM,EAAE;MACV;IACF;EACJ,CAAC,CAAC;EAGFhB,QAAQ,CAACH,aAAa,GAAG,WAAW,EAAE,EAAE,EAAE;IACxCK,IAAI,EAAG;MACLe,OAAO,EAAE;IACX,CAAC;IACDT,aAAa,EAAG;MACdF,KAAK,EAAEP,cAAc,CAACmB;IACxB;EACF,CAAC,CAAC;EAEFlB,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC5C,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","View","find","forEach","isEqual","Checkbox","TouchableOpacity","WmCheckboxsetProps","DEFAULT_CLASS","BaseDatasetComponent","BaseDatasetState","WmCheckboxsetState","constructor","arguments","_defineProperty","WmCheckboxset","props","onPress","item","invokeEventCallback","proxy","state","disabled","readonly","selected","selectedValue","selectedItem","dataItems","d","key","oldValue","datavalue","push","datafield","validate","updateState","computeDisplayValue","undefined","renderChild","index","displayText","displayexp","displayfield","createElement","style","styles","checkboxHead","bind","Android","status","color","text","checkboxLabel","updateDatavalue","value","Promise","resolve","renderGroupby","groupedData","length","map","groupObj","groupHeaderTitle","renderCheckboxses","data","items","renderWidget","root","groupby"],"sources":["checkboxset.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { find, forEach, isEqual } from 'lodash';\nimport { Checkbox } from 'react-native-paper';\nimport { TouchableOpacity } from 'react-native-gesture-handler';\n\nimport WmCheckboxsetProps from './checkboxset.props';\nimport {\n DEFAULT_CLASS,\n \n WmCheckboxsetStyles,\n} from './checkboxset.styles';\nimport {\n BaseDatasetComponent,\n BaseDatasetState,\n} from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.component';\nimport WmSkeleton, { createSkeleton } from '../../basic/skeleton/skeleton.component';\n\nexport class WmCheckboxsetState extends BaseDatasetState<WmCheckboxsetProps> {\n isValid: boolean = true;\n}\n\nexport default class WmCheckboxset extends BaseDatasetComponent<WmCheckboxsetProps, WmCheckboxsetState, WmCheckboxsetStyles> {\n constructor(props: WmCheckboxsetProps) {\n super(props, DEFAULT_CLASS, new WmCheckboxsetProps());\n }\n\n onPress(item: any) {\n this.invokeEventCallback('onTap', [null, this.proxy]);\n if (this.state.props.disabled || this.state.props.readonly) {\n return;\n }\n item.selected = !item.selected;\n const selectedValue: any = [];\n const selectedItem = find(this.state.dataItems, d => isEqual(d.key, item.key));\n const oldValue = this.state.props.datavalue;\n selectedItem.selected = item.selected;\n forEach(this.state.dataItems, (item) => {\n if (item.selected) {\n selectedValue.push(item.datafield);\n }\n });\n this.validate(selectedValue);\n this.updateState({ props: { datavalue: selectedValue }} as WmCheckboxsetState,\n () => {\n this.computeDisplayValue();\n this.invokeEventCallback('onChange', [ undefined, this.proxy, selectedValue, oldValue ]);\n });\n }\n\n renderChild(item: any, index: any) {\n const props = this.state.props;\n const displayText = item.displayexp || item.displayfield;\n return (\n <TouchableOpacity style={this.styles.checkboxHead} onPress={this.onPress.bind(this, item)} key={item.key}>\n <Checkbox.Android status={item.selected ? 'checked' : 'unchecked'} color={this.styles.text.color as string} disabled={props.readonly || props.disabled}/>\n <Text style={this.styles.checkboxLabel}>{displayText}</Text>\n </TouchableOpacity>)\n }\n\n updateDatavalue(value: any) {\n this.updateState({ props: { datavalue: value }} as WmCheckboxsetState);\n return Promise.resolve();\n }\n\n renderGroupby() {\n const groupedData = this.state.groupedData;\n return (\n <View>\n {groupedData && groupedData.length\n ? groupedData.map((groupObj: any, index: any) => {\n return(\n <View key={groupObj.key}>\n <Text style={this.styles.groupHeaderTitle}>{groupObj.key}</Text>\n {this.renderCheckboxses(groupObj.data)}\n </View>)\n })\n : null}\n </View>\n );\n }\n\n renderCheckboxses(items: any) {\n const props = this.state.props;\n return(<View>\n {items && items.length\n ? items.map((item: any, index: any) => this.renderChild(item, index))\n : null}\n </View>)\n }\n renderWidget(props: WmCheckboxsetProps) {\n const items = this.state.dataItems;\n return (\n <View style={this.styles.root}>\n {props.groupby && this.renderGroupby()}\n {!props.groupby && this.renderCheckboxses(items)}\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseDatasetProps","WmCheckboxsetProps","constructor","arguments","_defineProperty"],"sources":["checkboxset.props.ts"],"sourcesContent":["import BaseDatasetProps from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.props';\n\nexport default class WmCheckboxsetProps extends BaseDatasetProps {\n dataset: any = 'Option 1, Option 2, Option 3';\n displayValue: any = '';\n required: boolean = false;\n}\n"],"mappings":";;;AAAA,OAAOA,gBAAgB,MAAM,0EAA0E;AAEvG,eAAe,MAAMC,kBAAkB,SAASD,gBAAgB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,kBAChD,8BAA8B;IAAAA,eAAA,uBACzB,EAAE;IAAAA,eAAA,mBACF,KAAK;EAAA;AAC3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","color","checkedColor","groupHeaderTitle","backgroundColor","groupHeadingBgColor","fontSize","paddingLeft","paddingRight","lineHeight","fontFamily","baseFont","checkboxHead","flexDirection","alignContent","checkboxLabel","alignSelf","labelDefaultColor","skeleton","width","height","opacity","checkedDisabledColor"],"sources":["checkboxset.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmSkeletonStyles } from '../../basic/skeleton/skeleton.styles';\n\nexport type WmCheckboxsetStyles = BaseStyles & {\n groupHeaderTitle: AllStyle;\n checkboxHead: AllStyle;\n checkboxLabel: AllStyle;\n skeleton: WmSkeletonStyles;\n};\n\nexport const DEFAULT_CLASS = 'app-checkboxset';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmCheckboxsetStyles = defineStyles({\n root: {},\n text: {\n color: themeVariables.checkedColor\n },\n groupHeaderTitle: {\n backgroundColor: themeVariables.groupHeadingBgColor,\n fontSize: 16,\n paddingLeft: 8,\n paddingRight: 8,\n lineHeight: 40,\n fontFamily: themeVariables.baseFont\n } as AllStyle,\n checkboxHead: {\n flexDirection: 'row',\n alignContent: 'center',\n } as AllStyle,\n checkboxLabel: {\n alignSelf: 'center',\n fontFamily: themeVariables.baseFont,\n fontSize: 16,\n color: themeVariables.labelDefaultColor\n } as AllStyle,\n skeleton: {\n root: {\n width: '100%',\n height: 16\n }\n } as any as WmSkeletonStyles\n });\n\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root: {\n opacity: 0.8\n },\n checkboxLabel : {\n color: themeVariables.checkedDisabledColor\n }\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAoB,wCAAwC;AAC7E,SAAqBC,YAAY,QAAQ,+CAA+C;AAUxF,OAAO,MAAMC,aAAa,GAAG,iBAAiB;AAC9CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACrD,MAAMC,aAAkC,GAAGL,YAAY,CAAC;IACpDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE;MACJC,KAAK,EAAEL,cAAc,CAACM;IACxB,CAAC;IACHC,gBAAgB,EAAE;MAChBC,eAAe,EAAER,cAAc,CAACS,mBAAmB;MACnDC,QAAQ,EAAE,EAAE;MACZC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,UAAU,EAAE,EAAE;MACdC,UAAU,EAAEd,cAAc,CAACe;IAC7B,CAAa;IACbC,YAAY,EAAE;MACZC,aAAa,EAAE,KAAK;MACpBC,YAAY,EAAE;IAChB,CAAa;IACbC,aAAa,EAAE;MACbC,SAAS,EAAE,QAAQ;MACnBN,UAAU,EAAEd,cAAc,CAACe,QAAQ;MACnCL,QAAQ,EAAE,EAAE;MACZL,KAAK,EAAEL,cAAc,CAACqB;IACxB,CAAa;IACbC,QAAQ,EAAE;MACRnB,IAAI,EAAE;QACJoB,KAAK,EAAE,MAAM;QACbC,MAAM,EAAE;MACV;IACF;EACF,CAAC,CAAC;EAEFvB,QAAQ,CAACH,aAAa,GAAG,WAAW,EAAE,EAAE,EAAE;IACxCK,IAAI,EAAE;MACJsB,OAAO,EAAE;IACX,CAAC;IACDN,aAAa,EAAG;MACdd,KAAK,EAAEL,cAAc,CAAC0B;IACxB;EACF,CAAC,CAAC;EAEFzB,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;AAC5C,CAAC,CAAC"}
@@ -0,0 +1,266 @@
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
+ function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
+ import React from 'react';
5
+ import { View, TouchableOpacity, Text } from 'react-native';
6
+ import { clone, findIndex, get, isUndefined, pull, forEach, filter, find, isEqual, merge } from 'lodash';
7
+ import WmChipsProps from './chips.props';
8
+ import { DEFAULT_CLASS } from './chips.styles';
9
+ import WmSearch from '@wavemaker/app-rn-runtime/components/basic/search/search.component';
10
+ import { BaseDatasetComponent, BaseDatasetState } from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.component';
11
+ import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
12
+ import WmPicture from '@wavemaker/app-rn-runtime/components/basic/picture/picture.component';
13
+ export class WmChipsState extends BaseDatasetState {
14
+ constructor() {
15
+ super(...arguments);
16
+ _defineProperty(this, "chipsList", []);
17
+ _defineProperty(this, "saturate", void 0);
18
+ }
19
+ }
20
+ export default class WmChips extends BaseDatasetComponent {
21
+ constructor(props) {
22
+ super(props, DEFAULT_CLASS, new WmChipsProps(), new WmChipsState());
23
+ _defineProperty(this, "searchRef", null);
24
+ _defineProperty(this, "maxSizeReached", 'Max size reached');
25
+ _defineProperty(this, "isDefaultQuery", true);
26
+ _defineProperty(this, "prevDatavalue", void 0);
27
+ _defineProperty(this, "listener", {
28
+ onComponentInit: c => {
29
+ if (c instanceof WmSearch) {
30
+ this.searchRef = c;
31
+ }
32
+ }
33
+ });
34
+ _defineProperty(this, "toBoolean", val => val && val !== 'false' ? true : false);
35
+ }
36
+ onPropertyChange(name, $new, $old) {
37
+ super.onPropertyChange(name, $new, $old);
38
+ switch (name) {
39
+ case 'datavalue':
40
+ if (!$new || $new.length === 0) {
41
+ this.updateState({
42
+ chipsList: []
43
+ });
44
+ }
45
+ }
46
+ }
47
+ reset() {
48
+ var _this$searchRef;
49
+ if ((_this$searchRef = this.searchRef) !== null && _this$searchRef !== void 0 && _this$searchRef.state.props.query) {
50
+ this.searchRef.reset();
51
+ }
52
+ }
53
+ onDataItemsUpdate() {
54
+ super.onDataItemsUpdate();
55
+ this.isDefaultQuery = true;
56
+ this.updateDefaultQueryModel();
57
+ }
58
+ addItem($event, widget) {
59
+ var _this$props, _this$props2;
60
+ let newChipList = clone(this.state.chipsList),
61
+ allowAdd;
62
+ newChipList.push(widget.queryModel);
63
+ const isFormFieldWidget = get(this.props, 'formfield');
64
+ if (this.isDuplicate(widget.queryModel)) {
65
+ this.resetSearchModel();
66
+ return;
67
+ }
68
+
69
+ // @ts-ignore
70
+ allowAdd = isFormFieldWidget ? (_this$props = this.props) === null || _this$props === void 0 ? void 0 : _this$props.invokeEvent('onBeforeadd', [null, this, widget.queryModel]) : this.invokeEventCallback('onBeforeadd', [null, this, widget.queryModel]);
71
+ if (!isUndefined(allowAdd) && !this.toBoolean(allowAdd)) {
72
+ return;
73
+ }
74
+ this.updateState({
75
+ chipsList: newChipList
76
+ });
77
+ this.setDatavalue(newChipList);
78
+
79
+ // @ts-ignore
80
+ isFormFieldWidget ? (_this$props2 = this.props) === null || _this$props2 === void 0 ? void 0 : _this$props2.invokeEvent('onAdd', [null, this, widget.queryModel]) : this.invokeEventCallback('onAdd', [null, this, widget.queryModel]);
81
+ this.resetSearchModel();
82
+ }
83
+ selectChip(chipItem) {
84
+ if (!chipItem.selected && this.state.props.maxsize > 0 && this.state.chipsList.length === this.state.props.maxsize) {
85
+ return;
86
+ }
87
+ chipItem.selected = !chipItem.selected;
88
+ const newChipList = [];
89
+ const selectedItem = find(this.state.dataItems, d => isEqual(d.key, chipItem.key));
90
+ selectedItem.selected = chipItem.selected;
91
+ forEach(this.state.dataItems, item => {
92
+ if (item.selected) {
93
+ newChipList.push(item);
94
+ }
95
+ });
96
+ this.updateState({
97
+ chipsList: newChipList
98
+ });
99
+ this.setDatavalue(newChipList);
100
+ }
101
+ setDatavalue(newChipList) {
102
+ const dataValue = newChipList.map(item => item.datafield);
103
+ this.updateDatavalue(dataValue);
104
+ this.updateMaxSize(newChipList.length);
105
+ if (!this.props.invokeEvent) {
106
+ this.invokeEventCallback('onChange', [null, this, dataValue, this.prevDatavalue]);
107
+ }
108
+ this.prevDatavalue = dataValue;
109
+ }
110
+ // Prepare datavalue object from a string(junk) value when datafield is allFields.
111
+ createCustomDataModel(val) {
112
+ return {
113
+ key: `${this.state.props.name}_item${this.state.chipsList.length}`,
114
+ dataObject: val,
115
+ displayfield: val,
116
+ datafield: val,
117
+ isCustom: true
118
+ };
119
+ }
120
+ resetSearchModel() {
121
+ this.searchRef.isDefaultQuery = false;
122
+ this.searchRef.clearSearch();
123
+ }
124
+ isDuplicate(item) {
125
+ return findIndex(this.state.chipsList, {
126
+ datafield: item.datafield
127
+ }) > -1;
128
+ }
129
+
130
+ // Check if max size is reached
131
+ updateMaxSize(chipListLength) {
132
+ const saturate = this.state.props.maxsize > 0 && (chipListLength || this.state.chipsList.length) === this.state.props.maxsize;
133
+ this.updateState({
134
+ saturate: saturate
135
+ });
136
+ }
137
+ removeItem(item, index) {
138
+ let newChipList = clone(this.state.chipsList);
139
+ const isFormFieldWidget = get(this.props, 'formfield');
140
+ newChipList = pull(newChipList, item);
141
+ // prevent deletion if the before-remove event callback returns false
142
+ // @ts-ignore
143
+ const allowRemove = isFormFieldWidget ? this.props.invokeEvent('onBeforeremove', [null, this, item]) : this.invokeEventCallback('onBeforeremove', [null, this, item]);
144
+ if (!isUndefined(allowRemove) && !this.toBoolean(allowRemove)) {
145
+ return;
146
+ }
147
+ this.updateState({
148
+ chipsList: newChipList
149
+ });
150
+ this.setDatavalue(newChipList);
151
+ // @ts-ignore
152
+ isFormFieldWidget ? this.props.invokeEvent('onRemove', [null, this, item]) : this.invokeEventCallback('onRemove', [null, this, item]);
153
+ }
154
+ isDefaultView() {
155
+ var _this$state$dataItems;
156
+ return !this.state.props.searchable && ((_this$state$dataItems = this.state.dataItems) === null || _this$state$dataItems === void 0 ? void 0 : _this$state$dataItems.length) <= 10;
157
+ }
158
+ renderChip(item, index) {
159
+ const isSelected = this.isDefaultView() ? item.selected : true;
160
+ return /*#__PURE__*/React.createElement(TouchableOpacity, {
161
+ style: [this.styles.chip, isSelected ? this.styles.activeChip : null],
162
+ key: 'chipitem_' + index,
163
+ onPress: () => {
164
+ if (this.state.props.disabled) {
165
+ return;
166
+ }
167
+ if (this.isDefaultView()) {
168
+ this.selectChip(item);
169
+ }
170
+ if (get(this.props, 'formfield')) {
171
+ // @ts-ignore
172
+ this.props.invokeEvent('onChipclick', [null, this, item]);
173
+ // @ts-ignore
174
+ this.props.invokeEvent('onChipselect', [null, this, item]);
175
+ } else {
176
+ this.invokeEventCallback('onChipclick', [null, this, item]);
177
+ this.invokeEventCallback('onChipselect', [null, this, item]);
178
+ }
179
+ }
180
+ }, isSelected && this.isDefaultView() ? /*#__PURE__*/React.createElement(WmIcon, {
181
+ iconclass: 'wm-sl-l sl-check',
182
+ iconsize: 16,
183
+ styles: merge({}, this.styles.doneIcon, {
184
+ icon: {
185
+ color: isSelected ? this.styles.activeChipLabel.color : null
186
+ }
187
+ })
188
+ }) : null, /*#__PURE__*/React.createElement(WmPicture, {
189
+ styles: this.styles.imageStyles,
190
+ picturesource: item.imgSrc,
191
+ shape: "circle"
192
+ }), /*#__PURE__*/React.createElement(Text, {
193
+ style: [this.styles.chipLabel, isSelected ? this.styles.activeChipLabel : null]
194
+ }, item.displayexp || item.displayfield), !this.isDefaultView() && !this.state.props.disabled ? /*#__PURE__*/React.createElement(WmIcon, {
195
+ iconclass: 'wi wi-clear',
196
+ iconsize: 16,
197
+ styles: this.styles.clearIcon,
198
+ onTap: () => this.removeItem(item, index)
199
+ }) : null);
200
+ }
201
+ updateDefaultQueryModel() {
202
+ if (this.state.dataItems && this.state.dataItems.length && this.isDefaultQuery) {
203
+ const selectedItems = filter(this.state.dataItems, item => item.selected);
204
+ if (selectedItems.length) {
205
+ this.updateState({
206
+ chipsList: selectedItems
207
+ });
208
+ }
209
+ this.isDefaultQuery = false;
210
+ }
211
+ }
212
+ componentDidMount() {
213
+ super.componentDidMount();
214
+ this.updateDefaultQueryModel();
215
+ }
216
+ componentDidUpdate(prevProps, prevState) {
217
+ super.componentDidUpdate(prevProps, prevState);
218
+ if (prevState.chipsList !== this.state.chipsList) {
219
+ var _this$searchRef2;
220
+ (_this$searchRef2 = this.searchRef) === null || _this$searchRef2 === void 0 ? void 0 : _this$searchRef2.computePosition();
221
+ }
222
+ }
223
+ renderWidget(props) {
224
+ const chips = this.state.chipsList;
225
+ return /*#__PURE__*/React.createElement(View, {
226
+ style: this.styles.root
227
+ }, /*#__PURE__*/React.createElement(View, {
228
+ style: this.styles.chipsWrapper
229
+ }, this.isDefaultView() ? this.state.dataItems.map((item, index) => this.renderChip(item, index)) : null, props.searchable || !this.isDefaultView() ? /*#__PURE__*/React.createElement(View, {
230
+ style: [this.styles.searchContainer, {
231
+ flexDirection: props.inputposition === 'first' ? 'column' : 'column-reverse'
232
+ }]
233
+ }, /*#__PURE__*/React.createElement(WmSearch, {
234
+ name: "app-chip-search",
235
+ styles: this.styles.search,
236
+ placeholder: this.state.saturate ? this.maxSizeReached : props.placeholder,
237
+ listener: this.listener,
238
+ dataset: props.dataset,
239
+ searchkey: props.searchkey,
240
+ minchars: props.minchars,
241
+ autofocus: props.autofocus,
242
+ disabled: props.disabled || props.readonly || this.state.saturate,
243
+ readonly: props.readonly,
244
+ displayexpression: props.displayexpression,
245
+ getDisplayExpression: props.getDisplayExpression,
246
+ displayimagesrc: props.displayimagesrc,
247
+ displayfield: props.displayfield,
248
+ datafield: props.datafield,
249
+ onSubmit: this.addItem.bind(this),
250
+ onChange: () => {
251
+ var _this$props$listener, _this$props$listener2;
252
+ this.isDefaultQuery = false;
253
+ ((_this$props$listener = this.props.listener) === null || _this$props$listener === void 0 ? void 0 : _this$props$listener.onComponentChange) && ((_this$props$listener2 = this.props.listener) === null || _this$props$listener2 === void 0 ? void 0 : _this$props$listener2.onComponentChange(this));
254
+ },
255
+ showSearchIcon: false,
256
+ showclear: false,
257
+ type: props.minchars === 0 ? 'autocomplete' : 'search'
258
+ }), /*#__PURE__*/React.createElement(View, {
259
+ style: {
260
+ flexDirection: 'row',
261
+ flexWrap: 'wrap'
262
+ }
263
+ }, chips && chips.length ? chips.map((item, index) => this.renderChip(item, index)) : null)) : null));
264
+ }
265
+ }
266
+ //# sourceMappingURL=chips.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","TouchableOpacity","Text","clone","findIndex","get","isUndefined","pull","forEach","filter","find","isEqual","merge","WmChipsProps","DEFAULT_CLASS","WmSearch","BaseDatasetComponent","BaseDatasetState","WmIcon","WmPicture","WmChipsState","constructor","arguments","_defineProperty","WmChips","props","onComponentInit","c","searchRef","val","onPropertyChange","name","$new","$old","length","updateState","chipsList","reset","_this$searchRef","state","query","onDataItemsUpdate","isDefaultQuery","updateDefaultQueryModel","addItem","$event","widget","_this$props","_this$props2","newChipList","allowAdd","push","queryModel","isFormFieldWidget","isDuplicate","resetSearchModel","invokeEvent","invokeEventCallback","toBoolean","setDatavalue","selectChip","chipItem","selected","maxsize","selectedItem","dataItems","d","key","item","dataValue","map","datafield","updateDatavalue","updateMaxSize","prevDatavalue","createCustomDataModel","dataObject","displayfield","isCustom","clearSearch","chipListLength","saturate","removeItem","index","allowRemove","isDefaultView","_this$state$dataItems","searchable","renderChip","isSelected","createElement","style","styles","chip","activeChip","onPress","disabled","iconclass","iconsize","doneIcon","icon","color","activeChipLabel","imageStyles","picturesource","imgSrc","shape","chipLabel","displayexp","clearIcon","onTap","selectedItems","componentDidMount","componentDidUpdate","prevProps","prevState","_this$searchRef2","computePosition","renderWidget","chips","root","chipsWrapper","searchContainer","flexDirection","inputposition","search","placeholder","maxSizeReached","listener","dataset","searchkey","minchars","autofocus","readonly","displayexpression","getDisplayExpression","displayimagesrc","onSubmit","bind","onChange","_this$props$listener","_this$props$listener2","onComponentChange","showSearchIcon","showclear","type","flexWrap"],"sources":["chips.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, TouchableOpacity, Text } from 'react-native';\nimport { LifecycleListener } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { clone, findIndex, get, isUndefined, pull, forEach, filter, find, isEqual, merge } from 'lodash';\nimport WmChipsProps from './chips.props';\nimport { DEFAULT_CLASS, WmChipsStyles } from './chips.styles';\nimport WmSearch from '@wavemaker/app-rn-runtime/components/basic/search/search.component';\nimport {\n BaseDatasetComponent,\n BaseDatasetState\n} from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmPicture from '@wavemaker/app-rn-runtime/components/basic/picture/picture.component';\n\nexport class WmChipsState extends BaseDatasetState<WmChipsProps> {\n chipsList: any = [];\n saturate: any;\n}\n\nexport default class WmChips extends BaseDatasetComponent<WmChipsProps, WmChipsState, WmChipsStyles> {\n constructor(props: WmChipsProps) {\n super(props, DEFAULT_CLASS, new WmChipsProps(), new WmChipsState());\n }\n\n private searchRef: WmSearch = null as any;\n private maxSizeReached = 'Max size reached';\n private isDefaultQuery: boolean = true;\n private prevDatavalue: any;\n\n private listener: LifecycleListener = {\n onComponentInit: (c) => {\n if (c instanceof WmSearch) {\n this.searchRef = c;\n }\n }\n };\n\n onPropertyChange(name: string, $new: any, $old: any): void {\n super.onPropertyChange(name, $new, $old);\n switch(name) {\n case 'datavalue':\n if (!$new || $new.length === 0) {\n this.updateState({\n chipsList : []\n } as WmChipsState);\n }\n }\n }\n\n reset() {\n if (this.searchRef?.state.props.query) {\n this.searchRef.reset();\n }\n }\n\n onDataItemsUpdate() {\n super.onDataItemsUpdate();\n this.isDefaultQuery = true;\n this.updateDefaultQueryModel();\n }\n\n addItem($event: any, widget: any) {\n let newChipList = clone(this.state.chipsList),\n allowAdd;\n newChipList.push(widget.queryModel);\n const isFormFieldWidget = get(this.props, 'formfield');\n if (this.isDuplicate(widget.queryModel)) {\n this.resetSearchModel();\n return;\n }\n\n // @ts-ignore\n allowAdd = isFormFieldWidget ? this.props?.invokeEvent('onBeforeadd', [null, this, widget.queryModel]) : this.invokeEventCallback('onBeforeadd', [null, this, widget.queryModel]);\n\n if (!isUndefined(allowAdd) && !this.toBoolean(allowAdd)) {\n return;\n }\n\n this.updateState({\n chipsList: newChipList\n } as WmChipsState);\n\n this.setDatavalue(newChipList);\n\n // @ts-ignore\n isFormFieldWidget ? this.props?.invokeEvent('onAdd', [null, this, widget.queryModel]) : this.invokeEventCallback('onAdd', [null, this, widget.queryModel]);\n this.resetSearchModel();\n }\n\n selectChip(chipItem: any) {\n if (!chipItem.selected && this.state.props.maxsize > 0 && (this.state.chipsList.length === this.state.props.maxsize)) {\n return;\n }\n chipItem.selected = !chipItem.selected;\n const newChipList: any = [];\n const selectedItem = find(this.state.dataItems, d => isEqual(d.key, chipItem.key));\n selectedItem.selected = chipItem.selected;\n forEach(this.state.dataItems, (item) => {\n if (item.selected) {\n newChipList.push(item);\n }\n });\n this.updateState({\n chipsList: newChipList\n } as WmChipsState);\n\n this.setDatavalue(newChipList);\n }\n\n setDatavalue(newChipList: any) {\n const dataValue = newChipList.map((item: any) => item.datafield);\n this.updateDatavalue(dataValue);\n this.updateMaxSize(newChipList.length);\n if (!this.props.invokeEvent) {\n this.invokeEventCallback('onChange', [null, this, dataValue, this.prevDatavalue])\n }\n this.prevDatavalue = dataValue;\n }\n\n toBoolean = (val: any) => ((val && val !== 'false') ? true : false);\n\n // Prepare datavalue object from a string(junk) value when datafield is allFields.\n createCustomDataModel(val: string) {\n return {\n key: `${this.state.props.name}_item${this.state.chipsList.length}`,\n dataObject: val,\n displayfield: val,\n datafield: val,\n isCustom: true\n }\n }\n\n resetSearchModel() {\n (this as any).searchRef.isDefaultQuery = false;\n this.searchRef.clearSearch();\n }\n\n isDuplicate(item: any) {\n return findIndex(this.state.chipsList, {datafield: item.datafield}) > -1;\n }\n\n // Check if max size is reached\n private updateMaxSize(chipListLength: number) {\n const saturate = this.state.props.maxsize > 0 && (chipListLength || this.state.chipsList.length) === this.state.props.maxsize;\n this.updateState({\n saturate: saturate\n } as WmChipsState);\n }\n\n removeItem(item: any, index: any) {\n let newChipList = clone(this.state.chipsList);\n const isFormFieldWidget = get(this.props, 'formfield');\n newChipList = pull(newChipList, item);\n // prevent deletion if the before-remove event callback returns false\n // @ts-ignore\n const allowRemove = isFormFieldWidget ? this.props.invokeEvent('onBeforeremove',[null, this, item]) : this.invokeEventCallback('onBeforeremove',[null, this, item]);\n if (!isUndefined(allowRemove) && !this.toBoolean(allowRemove)) {\n return;\n }\n this.updateState({\n chipsList: newChipList\n } as WmChipsState);\n this.setDatavalue(newChipList);\n // @ts-ignore\n isFormFieldWidget ? this.props.invokeEvent('onRemove', [null, this, item]) : this.invokeEventCallback('onRemove', [null, this, item]);\n }\n\n private isDefaultView() {\n return !this.state.props.searchable && this.state.dataItems?.length <= 10;\n }\n\n renderChip(item: any, index: any) {\n const isSelected = this.isDefaultView() ? item.selected : true;\n return (\n <TouchableOpacity style={[this.styles.chip, isSelected ? this.styles.activeChip : null]}\n key={'chipitem_'+ index}\n onPress={() => {\n if (this.state.props.disabled) {\n return;\n }\n if (this.isDefaultView()) {\n this.selectChip(item);\n }\n if (get(this.props, 'formfield')) {\n // @ts-ignore\n this.props.invokeEvent('onChipclick', [null, this, item]);\n // @ts-ignore\n this.props.invokeEvent('onChipselect', [null, this, item]);\n } else {\n this.invokeEventCallback('onChipclick', [null, this, item]);\n this.invokeEventCallback('onChipselect', [null, this, item]);\n }\n }}>\n {isSelected && this.isDefaultView() ? <WmIcon iconclass={'wm-sl-l sl-check'} iconsize={16} styles={merge({}, this.styles.doneIcon, {icon: {color: isSelected ? this.styles.activeChipLabel.color : null}})}></WmIcon> : null}\n <WmPicture styles={this.styles.imageStyles} picturesource={item.imgSrc} shape='circle'></WmPicture>\n <Text style={[this.styles.chipLabel, isSelected ? this.styles.activeChipLabel : null]}>{item.displayexp || item.displayfield}</Text>\n {!this.isDefaultView() && !this.state.props.disabled ? <WmIcon iconclass={'wi wi-clear'} iconsize={16} styles={this.styles.clearIcon} onTap={() => this.removeItem(item, index)}></WmIcon> : null}\n </TouchableOpacity>\n )\n }\n\n updateDefaultQueryModel() {\n if (this.state.dataItems && this.state.dataItems.length && this.isDefaultQuery) {\n const selectedItems = filter(this.state.dataItems, (item) => item.selected);\n if (selectedItems.length) {\n this.updateState({\n chipsList: selectedItems\n } as WmChipsState);\n }\n this.isDefaultQuery = false;\n }\n }\n\n componentDidMount(): void {\n super.componentDidMount();\n this.updateDefaultQueryModel();\n }\n\n componentDidUpdate(prevProps: WmChipsProps, prevState: WmChipsState) {\n super.componentDidUpdate(prevProps, prevState);\n if (prevState.chipsList !== this.state.chipsList) {\n this.searchRef?.computePosition();\n }\n }\n\n renderWidget(props: WmChipsProps) {\n const chips = this.state.chipsList;\n return (<View style={this.styles.root}>\n\n <View style={this.styles.chipsWrapper}>\n {\n this.isDefaultView() ? this.state.dataItems.map((item: any, index: any) => this.renderChip(item, index)) : null\n }\n { props.searchable || !this.isDefaultView() ?\n <View style={[this.styles.searchContainer, {flexDirection: props.inputposition === 'first' ? 'column' : 'column-reverse'}]}>\n <WmSearch\n name=\"app-chip-search\"\n styles={this.styles.search}\n placeholder={this.state.saturate ? this.maxSizeReached : props.placeholder}\n listener={this.listener}\n dataset={props.dataset}\n searchkey={props.searchkey}\n minchars={props.minchars}\n autofocus={props.autofocus}\n disabled={props.disabled || props.readonly || this.state.saturate}\n readonly={props.readonly}\n displayexpression={props.displayexpression}\n getDisplayExpression={props.getDisplayExpression}\n displayimagesrc={props.displayimagesrc}\n displayfield={props.displayfield}\n datafield={props.datafield}\n onSubmit={this.addItem.bind(this)}\n onChange={() => {\n this.isDefaultQuery = false;\n this.props.listener?.onComponentChange && this.props.listener?.onComponentChange(this)\n }}\n showSearchIcon={false}\n showclear={false}\n type={props.minchars === 0 ? 'autocomplete' : 'search'}/>\n <View style={{ flexDirection: 'row', flexWrap: 'wrap'}}>\n {chips && chips.length ?\n chips.map((item: any, index: any) => this.renderChip(item, index))\n : null}\n </View>\n </View>\n : null }\n </View>\n </View>);\n }\n}\n"],"mappings":"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"}