@wavemaker/app-rn-runtime 11.7.0-next.42251 → 11.7.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 (946) hide show
  1. {app-rn-runtime → package}/components/basic/anchor/anchor.component.js +3 -1
  2. package/components/basic/anchor/anchor.component.js.map +1 -0
  3. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +1 -0
  4. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js.map +1 -1
  5. {app-rn-runtime → package}/components/basic/button/button.component.js +3 -1
  6. package/components/basic/button/button.component.js.map +1 -0
  7. {app-rn-runtime → package}/components/basic/button/button.styles.js +2 -1
  8. package/components/basic/button/button.styles.js.map +1 -0
  9. {app-rn-runtime → package}/components/basic/label/label.component.js +18 -10
  10. package/components/basic/label/label.component.js.map +1 -0
  11. {app-rn-runtime → package}/components/basic/search/search.component.js +8 -2
  12. package/components/basic/search/search.component.js.map +1 -0
  13. {app-rn-runtime → package}/components/basic/search/search.props.js +1 -0
  14. {app-rn-runtime → package}/components/basic/search/search.props.js.map +1 -1
  15. package/components/basic/tooltip/tooltip.component.js +79 -0
  16. package/components/basic/tooltip/tooltip.component.js.map +1 -0
  17. package/components/basic/tooltip/tooltip.props.js +18 -0
  18. package/components/basic/tooltip/tooltip.props.js.map +1 -0
  19. package/components/basic/tooltip/tooltip.styles.js +49 -0
  20. package/components/basic/tooltip/tooltip.styles.js.map +1 -0
  21. {app-rn-runtime → package}/components/chart/basechart.component.js +1 -0
  22. package/components/chart/basechart.component.js.map +1 -0
  23. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js +17 -10
  24. package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
  25. {app-rn-runtime → package}/components/container/accordion/accordion.component.js +2 -2
  26. package/components/container/accordion/accordion.component.js.map +1 -0
  27. {app-rn-runtime → package}/components/container/container.component.js +1 -10
  28. package/components/container/container.component.js.map +1 -0
  29. {app-rn-runtime → package}/components/container/container.props.js +0 -1
  30. {app-rn-runtime → package}/components/container/container.props.js.map +1 -1
  31. {app-rn-runtime → package}/components/container/panel/panel.component.js +1 -1
  32. package/components/container/panel/panel.component.js.map +1 -0
  33. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js +1 -1
  34. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  35. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +20 -4
  36. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  37. {app-rn-runtime → package}/components/container/tabs/tabs.component.js +3 -0
  38. package/components/container/tabs/tabs.component.js.map +1 -0
  39. {app-rn-runtime → package}/components/container/wizard/wizard.component.js +1 -1
  40. package/components/container/wizard/wizard.component.js.map +1 -0
  41. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js +1 -0
  42. package/components/data/form/form-action/form-action.component.js.map +1 -0
  43. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js +1 -0
  44. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +1 -1
  45. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js +11 -0
  46. package/components/data/form/form-field/form-field.component.js.map +1 -0
  47. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js +3 -0
  48. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js.map +1 -1
  49. {app-rn-runtime → package}/components/data/form/form.component.js +27 -5
  50. package/components/data/form/form.component.js.map +1 -0
  51. {app-rn-runtime → package}/components/data/form/form.props.js +3 -0
  52. package/components/data/form/form.props.js.map +1 -0
  53. {app-rn-runtime → package}/components/data/list/list.component.js +63 -56
  54. package/components/data/list/list.component.js.map +1 -0
  55. {app-rn-runtime → package}/components/data/list/list.props.js +2 -0
  56. package/components/data/list/list.props.js.map +1 -0
  57. {app-rn-runtime → package}/components/data/list/list.styles.js +5 -3
  58. package/components/data/list/list.styles.js.map +1 -0
  59. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +4 -0
  60. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
  61. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +2 -2
  62. package/components/input/basedataset/basedataset.component.js.map +1 -0
  63. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js +3 -1
  64. package/components/input/baseinput/baseinput.component.js.map +1 -0
  65. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +2 -0
  66. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js.map +1 -1
  67. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js +13 -4
  68. package/components/input/checkboxset/checkboxset.component.js.map +1 -0
  69. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +1 -0
  70. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +1 -1
  71. {app-rn-runtime → package}/components/input/epoch/base-datetime.component.js +74 -1
  72. package/components/input/epoch/base-datetime.component.js.map +1 -0
  73. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +2 -0
  74. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js.map +1 -1
  75. package/components/input/epoch/wheel-date-picker.component.js +87 -0
  76. package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
  77. package/components/input/epoch/wheel-time-picker.component.js +107 -0
  78. package/components/input/epoch/wheel-time-picker.component.js.map +1 -0
  79. package/components/input/epoch/wheelpicker/wheelpicker.component.js +90 -0
  80. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
  81. package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
  82. package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
  83. package/components/input/epoch/wheelpicker/wheelpicker.styles.js +55 -0
  84. package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
  85. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +72 -0
  86. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
  87. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +15 -0
  88. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
  89. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +66 -0
  90. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
  91. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +74 -0
  92. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
  93. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +16 -0
  94. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
  95. package/components/input/radioset/radioset.component.js +94 -0
  96. package/components/input/radioset/radioset.component.js.map +1 -0
  97. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +1 -0
  98. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +1 -1
  99. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js +35 -2
  100. package/components/input/radioset/radioset.styles.js.map +1 -0
  101. package/components/input/slider/slider.component.js +439 -0
  102. package/components/input/slider/slider.component.js.map +1 -0
  103. package/components/input/slider/slider.component_backup.js +398 -0
  104. package/components/input/slider/slider.component_backup.js.map +1 -0
  105. {app-rn-runtime → package}/components/input/slider/slider.props.js +9 -5
  106. package/components/input/slider/slider.props.js.map +1 -0
  107. {app-rn-runtime → package}/components/input/slider/slider.styles.js +25 -2
  108. package/components/input/slider/slider.styles.js.map +1 -0
  109. {app-rn-runtime → package}/components/input/switch/switch.component.js +1 -1
  110. {app-rn-runtime → package}/components/input/switch/switch.component.js.map +1 -1
  111. {app-rn-runtime → package}/components/input/switch/switch.styles.js +6 -1
  112. package/components/input/switch/switch.styles.js.map +1 -0
  113. {app-rn-runtime → package}/components/input/text/text.component.js +4 -2
  114. package/components/input/text/text.component.js.map +1 -0
  115. {app-rn-runtime → package}/components/input/toggle/toggle.component.js +3 -2
  116. package/components/input/toggle/toggle.component.js.map +1 -0
  117. package/components/navigation/navbar/navbar.props.js.map +1 -0
  118. package/components/navigation/navitem/navitem.component.js.map +1 -0
  119. package/components/navigation/navitem/navitem.props.js.map +1 -0
  120. {app-rn-runtime → package}/components/navigation/popover/popover.component.js +4 -0
  121. package/components/navigation/popover/popover.component.js.map +1 -0
  122. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +4 -0
  123. package/components/page/left-panel/left-panel.component.js.map +1 -0
  124. {app-rn-runtime → package}/core/accessibility.js +2 -2
  125. package/core/accessibility.js.map +1 -0
  126. {app-rn-runtime → package}/core/base.component.js +33 -18
  127. package/core/base.component.js.map +1 -0
  128. package/core/components/flatlist.component.js +38 -0
  129. package/core/components/flatlist.component.js.map +1 -0
  130. package/core/components/textinput.component.js +193 -0
  131. package/core/components/textinput.component.js.map +1 -0
  132. {app-rn-runtime → package}/core/event-notifier.js +31 -8
  133. package/core/event-notifier.js.map +1 -0
  134. {app-rn-runtime → package}/core/formatters.js +14 -1
  135. package/core/formatters.js.map +1 -0
  136. {app-rn-runtime → package}/core/tappable.component.js +75 -39
  137. package/core/tappable.component.js.map +1 -0
  138. {app-rn-runtime → package}/core/utils.js +62 -0
  139. package/core/utils.js.map +1 -0
  140. {app-rn-runtime → package}/package.json +4 -3
  141. {app-rn-runtime → package}/runtime/App.js +13 -3
  142. package/runtime/App.js.map +1 -0
  143. {app-rn-runtime → package}/runtime/base-fragment.component.js +5 -1
  144. package/runtime/base-fragment.component.js.map +1 -0
  145. {app-rn-runtime → package}/runtime/base-page.component.js +10 -2
  146. package/runtime/base-page.component.js.map +1 -0
  147. {app-rn-runtime → package}/runtime/base-partial.component.js +10 -5
  148. package/runtime/base-partial.component.js.map +1 -0
  149. {app-rn-runtime → package}/runtime/services/app-security.service.js +21 -7
  150. package/runtime/services/app-security.service.js.map +1 -0
  151. {app-rn-runtime → package}/styles/background.component.js +15 -4
  152. package/styles/background.component.js.map +1 -0
  153. {app-rn-runtime → package}/styles/theme.variables.js +7 -0
  154. package/styles/theme.variables.js.map +1 -0
  155. package/variables/device/device/network-info.operation.js +33 -0
  156. package/variables/device/device/network-info.operation.js.map +1 -0
  157. package/variables/device/operation.provider.js.map +1 -0
  158. {app-rn-runtime → package}/variables/device-variable.js +1 -1
  159. package/variables/device-variable.js.map +1 -0
  160. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  161. app-rn-runtime/components/basic/button/button.component.js.map +0 -1
  162. app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
  163. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  164. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  165. app-rn-runtime/components/chart/basechart.component.js.map +0 -1
  166. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +0 -1
  167. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  168. app-rn-runtime/components/container/container.component.js.map +0 -1
  169. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  170. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  171. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  172. app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
  173. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  174. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +0 -1
  175. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
  176. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  177. app-rn-runtime/components/data/form/form.props.js.map +0 -1
  178. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  179. app-rn-runtime/components/data/list/list.props.js.map +0 -1
  180. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  181. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
  182. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  183. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  184. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
  185. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  186. app-rn-runtime/components/input/radioset/radioset.component.js +0 -68
  187. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  188. app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
  189. app-rn-runtime/components/input/slider/slider.component.js +0 -153
  190. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  191. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  192. app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
  193. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  194. app-rn-runtime/components/input/text/text.component.js.map +0 -1
  195. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  196. app-rn-runtime/components/navigation/navbar/navbar.props.js.map +0 -1
  197. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  198. app-rn-runtime/components/navigation/navitem/navitem.props.js.map +0 -1
  199. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  200. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +0 -1
  201. app-rn-runtime/core/accessibility.js.map +0 -1
  202. app-rn-runtime/core/base.component.js.map +0 -1
  203. app-rn-runtime/core/components/textinput.component.js +0 -60
  204. app-rn-runtime/core/components/textinput.component.js.map +0 -1
  205. app-rn-runtime/core/event-notifier.js.map +0 -1
  206. app-rn-runtime/core/formatters.js.map +0 -1
  207. app-rn-runtime/core/tappable.component.js.map +0 -1
  208. app-rn-runtime/core/utils.js.map +0 -1
  209. app-rn-runtime/runtime/App.js.map +0 -1
  210. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  211. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  212. app-rn-runtime/runtime/base-partial.component.js.map +0 -1
  213. app-rn-runtime/runtime/services/app-security.service.js.map +0 -1
  214. app-rn-runtime/styles/background.component.js.map +0 -1
  215. app-rn-runtime/styles/theme.variables.js.map +0 -1
  216. app-rn-runtime/variables/device/device/network-info.operation.js +0 -13
  217. app-rn-runtime/variables/device/device/network-info.operation.js.map +0 -1
  218. app-rn-runtime/variables/device/operation.provider.js.map +0 -1
  219. app-rn-runtime/variables/device-variable.js.map +0 -1
  220. {app-rn-runtime → package}/actions/base-action.js +0 -0
  221. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  222. {app-rn-runtime → package}/actions/index.js +0 -0
  223. {app-rn-runtime → package}/actions/index.js.map +0 -0
  224. {app-rn-runtime → package}/actions/login-action.js +0 -0
  225. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  226. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  227. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  228. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  229. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  230. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  231. {app-rn-runtime → package}/actions/notification-action.js.map +0 -0
  232. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  233. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  234. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  235. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  236. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  237. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  238. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  239. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  240. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  241. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  242. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  243. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  244. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  245. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  246. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js +0 -0
  247. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js.map +0 -0
  248. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js +0 -0
  249. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js.map +0 -0
  250. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js +0 -0
  251. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js.map +0 -0
  252. {app-rn-runtime → package}/components/advanced/login/login.component.js +0 -0
  253. {app-rn-runtime → package}/components/advanced/login/login.component.js.map +0 -0
  254. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  255. {app-rn-runtime → package}/components/advanced/login/login.props.js.map +0 -0
  256. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  257. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  258. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -0
  259. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -0
  260. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  261. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  262. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  263. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  264. {app-rn-runtime → package}/components/advanced/webview/webview.component.js +0 -0
  265. {app-rn-runtime → package}/components/advanced/webview/webview.component.js.map +0 -0
  266. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  267. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  268. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  269. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  270. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js +0 -0
  271. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js.map +0 -0
  272. {app-rn-runtime → package}/components/basic/animatedview.component.js +0 -0
  273. {app-rn-runtime → package}/components/basic/animatedview.component.js.map +0 -0
  274. {app-rn-runtime → package}/components/basic/audio/audio.component.js +0 -0
  275. {app-rn-runtime → package}/components/basic/audio/audio.component.js.map +0 -0
  276. {app-rn-runtime → package}/components/basic/audio/audio.props.js +0 -0
  277. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  278. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  279. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  280. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  281. {app-rn-runtime → package}/components/basic/button/button.props.js.map +0 -0
  282. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  283. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js.map +0 -0
  284. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  285. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  286. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  287. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  288. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  289. {app-rn-runtime → package}/components/basic/custom/custom.component.js.map +0 -0
  290. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  291. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  292. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  293. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  294. {app-rn-runtime → package}/components/basic/icon/icon.component.js +0 -0
  295. {app-rn-runtime → package}/components/basic/icon/icon.component.js.map +0 -0
  296. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  297. {app-rn-runtime → package}/components/basic/icon/icon.props.js.map +0 -0
  298. {app-rn-runtime → package}/components/basic/icon/icon.styles.js +0 -0
  299. {app-rn-runtime → package}/components/basic/icon/icon.styles.js.map +0 -0
  300. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  301. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  302. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  303. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  304. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  305. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  306. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  307. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  308. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  309. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  310. {app-rn-runtime → package}/components/basic/label/label.props.js.map +0 -0
  311. {app-rn-runtime → package}/components/basic/label/label.styles.js +0 -0
  312. {app-rn-runtime → package}/components/basic/label/label.styles.js.map +0 -0
  313. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  314. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js.map +0 -0
  315. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  316. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  317. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  318. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  319. {app-rn-runtime → package}/components/basic/message/message.component.js +0 -0
  320. {app-rn-runtime → package}/components/basic/message/message.component.js.map +0 -0
  321. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  322. {app-rn-runtime → package}/components/basic/message/message.props.js.map +0 -0
  323. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  324. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  325. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  326. {app-rn-runtime → package}/components/basic/modal/modal.component.js.map +0 -0
  327. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  328. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  329. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  330. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  331. {app-rn-runtime → package}/components/basic/picture/picture.component.js +0 -0
  332. {app-rn-runtime → package}/components/basic/picture/picture.component.js.map +0 -0
  333. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  334. {app-rn-runtime → package}/components/basic/picture/picture.props.js.map +0 -0
  335. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  336. {app-rn-runtime → package}/components/basic/picture/picture.styles.js.map +0 -0
  337. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js +0 -0
  338. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js.map +0 -0
  339. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  340. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js.map +0 -0
  341. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js +0 -0
  342. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js.map +0 -0
  343. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js +0 -0
  344. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js.map +0 -0
  345. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  346. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  347. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  348. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  349. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  350. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  351. {app-rn-runtime → package}/components/basic/search/search.styles.js +0 -0
  352. {app-rn-runtime → package}/components/basic/search/search.styles.js.map +0 -0
  353. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  354. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js.map +0 -0
  355. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  356. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  357. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  358. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  359. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js +0 -0
  360. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js.map +0 -0
  361. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  362. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  363. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  364. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  365. {app-rn-runtime → package}/components/basic/video/video.component.js +0 -0
  366. {app-rn-runtime → package}/components/basic/video/video.component.js.map +0 -0
  367. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -0
  368. {app-rn-runtime → package}/components/basic/video/video.props.js.map +0 -0
  369. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  370. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  371. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  372. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js.map +0 -0
  373. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  374. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  375. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  376. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  377. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  378. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js.map +0 -0
  379. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  380. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js.map +0 -0
  381. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  382. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  383. {app-rn-runtime → package}/components/chart/basechart.props.js +0 -0
  384. {app-rn-runtime → package}/components/chart/basechart.props.js.map +0 -0
  385. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  386. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  387. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  388. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js.map +0 -0
  389. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  390. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  391. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  392. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  393. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  394. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  395. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  396. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  397. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  398. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  399. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  400. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  401. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js +0 -0
  402. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  403. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  404. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  405. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  406. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  407. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  408. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js.map +0 -0
  409. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  410. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  411. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  412. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  413. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js +0 -0
  414. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js.map +0 -0
  415. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js +0 -0
  416. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  417. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  418. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  419. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js +0 -0
  420. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  421. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  422. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  423. {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
  424. {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
  425. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  426. {app-rn-runtime → package}/components/chart/theme/chart.theme.js.map +0 -0
  427. {app-rn-runtime → package}/components/container/accordion/accordion.props.js +0 -0
  428. {app-rn-runtime → package}/components/container/accordion/accordion.props.js.map +0 -0
  429. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js +0 -0
  430. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js.map +0 -0
  431. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js +0 -0
  432. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  433. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  434. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  435. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  436. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  437. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  438. {app-rn-runtime → package}/components/container/container.styles.js.map +0 -0
  439. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  440. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -0
  441. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  442. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  443. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  444. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  445. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  446. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -0
  447. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  448. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  449. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  450. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  451. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  452. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js.map +0 -0
  453. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  454. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  455. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  456. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  457. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js +0 -0
  458. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js.map +0 -0
  459. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  460. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  461. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  462. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  463. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
  464. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -0
  465. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  466. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  467. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  468. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  469. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
  470. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
  471. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  472. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  473. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  474. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  475. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  476. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  477. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  478. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  479. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  480. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  481. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  482. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  483. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  484. {app-rn-runtime → package}/components/container/panel/panel.props.js.map +0 -0
  485. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  486. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  487. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  488. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  489. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  490. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js.map +0 -0
  491. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  492. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  493. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  494. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js.map +0 -0
  495. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  496. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  497. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  498. {app-rn-runtime → package}/components/container/tabs/tabs.props.js.map +0 -0
  499. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js +0 -0
  500. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js.map +0 -0
  501. {app-rn-runtime → package}/components/container/tile/tile.component.js +0 -0
  502. {app-rn-runtime → package}/components/container/tile/tile.component.js.map +0 -0
  503. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  504. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  505. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  506. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  507. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  508. {app-rn-runtime → package}/components/container/wizard/wizard.props.js.map +0 -0
  509. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js +0 -0
  510. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js.map +0 -0
  511. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +0 -0
  512. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -0
  513. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  514. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  515. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  516. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  517. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  518. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js.map +0 -0
  519. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  520. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  521. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  522. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  523. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  524. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js.map +0 -0
  525. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  526. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  527. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  528. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  529. {app-rn-runtime → package}/components/data/card/card.component.js +0 -0
  530. {app-rn-runtime → package}/components/data/card/card.component.js.map +0 -0
  531. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  532. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  533. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  534. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  535. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  536. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  537. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  538. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js.map +0 -0
  539. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  540. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  541. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  542. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  543. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  544. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js.map +0 -0
  545. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  546. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js.map +0 -0
  547. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  548. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  549. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  550. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  551. {app-rn-runtime → package}/components/data/form/form.styles.js +0 -0
  552. {app-rn-runtime → package}/components/data/form/form.styles.js.map +0 -0
  553. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js +0 -0
  554. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js.map +0 -0
  555. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  556. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  557. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  558. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js.map +0 -0
  559. {app-rn-runtime → package}/components/data/liveform/liveform.component.js +0 -0
  560. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  561. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js +0 -0
  562. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js.map +0 -0
  563. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  564. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js.map +0 -0
  565. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  566. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  567. {app-rn-runtime → package}/components/device/camera/camera.component.js +0 -0
  568. {app-rn-runtime → package}/components/device/camera/camera.component.js.map +0 -0
  569. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  570. {app-rn-runtime → package}/components/device/camera/camera.props.js.map +0 -0
  571. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  572. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  573. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js +0 -0
  574. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  575. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  576. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  577. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  578. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  579. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js +0 -0
  580. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  581. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  582. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  583. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  584. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  585. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js +0 -0
  586. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js.map +0 -0
  587. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  588. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  589. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js +0 -0
  590. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js.map +0 -0
  591. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  592. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js.map +0 -0
  593. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  594. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  595. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  596. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  597. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  598. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  599. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  600. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  601. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  602. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js.map +0 -0
  603. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  604. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  605. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  606. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  607. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js +0 -0
  608. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js.map +0 -0
  609. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  610. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js.map +0 -0
  611. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  612. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  613. {app-rn-runtime → package}/components/input/calendar/calendar.component.js +0 -0
  614. {app-rn-runtime → package}/components/input/calendar/calendar.component.js.map +0 -0
  615. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  616. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  617. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js +0 -0
  618. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js.map +0 -0
  619. {app-rn-runtime → package}/components/input/calendar/views/month-view.js +0 -0
  620. {app-rn-runtime → package}/components/input/calendar/views/month-view.js.map +0 -0
  621. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  622. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  623. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js +0 -0
  624. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js.map +0 -0
  625. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js +0 -0
  626. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  627. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  628. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js.map +0 -0
  629. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  630. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js.map +0 -0
  631. {app-rn-runtime → package}/components/input/chips/chips.component.js +0 -0
  632. {app-rn-runtime → package}/components/input/chips/chips.component.js.map +0 -0
  633. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  634. {app-rn-runtime → package}/components/input/chips/chips.props.js.map +0 -0
  635. {app-rn-runtime → package}/components/input/chips/chips.styles.js +0 -0
  636. {app-rn-runtime → package}/components/input/chips/chips.styles.js.map +0 -0
  637. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  638. {app-rn-runtime → package}/components/input/composite/composite.component.js.map +0 -0
  639. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  640. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  641. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  642. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  643. {app-rn-runtime → package}/components/input/currency/currency.component.js +0 -0
  644. {app-rn-runtime → package}/components/input/currency/currency.component.js.map +0 -0
  645. {app-rn-runtime → package}/components/input/currency/currency.props.js +0 -0
  646. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  647. {app-rn-runtime → package}/components/input/currency/currency.styles.js +0 -0
  648. {app-rn-runtime → package}/components/input/currency/currency.styles.js.map +0 -0
  649. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  650. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  651. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  652. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  653. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js +0 -0
  654. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js.map +0 -0
  655. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  656. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js.map +0 -0
  657. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  658. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  659. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js +0 -0
  660. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js.map +0 -0
  661. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  662. {app-rn-runtime → package}/components/input/epoch/time/time.component.js.map +0 -0
  663. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  664. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  665. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js +0 -0
  666. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js.map +0 -0
  667. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js +0 -0
  668. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js.map +0 -0
  669. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  670. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js.map +0 -0
  671. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  672. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  673. {app-rn-runtime → package}/components/input/number/number.component.js +0 -0
  674. {app-rn-runtime → package}/components/input/number/number.component.js.map +0 -0
  675. {app-rn-runtime → package}/components/input/number/number.props.js +0 -0
  676. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  677. {app-rn-runtime → package}/components/input/number/number.styles.js +0 -0
  678. {app-rn-runtime → package}/components/input/number/number.styles.js.map +0 -0
  679. {app-rn-runtime → package}/components/input/rating/rating.component.js +0 -0
  680. {app-rn-runtime → package}/components/input/rating/rating.component.js.map +0 -0
  681. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  682. {app-rn-runtime → package}/components/input/rating/rating.props.js.map +0 -0
  683. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  684. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  685. {app-rn-runtime → package}/components/input/select/select.component.js +0 -0
  686. {app-rn-runtime → package}/components/input/select/select.component.js.map +0 -0
  687. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  688. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  689. {app-rn-runtime → package}/components/input/select/select.styles.js +0 -0
  690. {app-rn-runtime → package}/components/input/select/select.styles.js.map +0 -0
  691. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  692. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  693. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  694. {app-rn-runtime → package}/components/input/text/text.props.js.map +0 -0
  695. {app-rn-runtime → package}/components/input/text/text.styles.js +0 -0
  696. {app-rn-runtime → package}/components/input/text/text.styles.js.map +0 -0
  697. {app-rn-runtime → package}/components/input/textarea/textarea.component.js +0 -0
  698. {app-rn-runtime → package}/components/input/textarea/textarea.component.js.map +0 -0
  699. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  700. {app-rn-runtime → package}/components/input/textarea/textarea.props.js.map +0 -0
  701. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js +0 -0
  702. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js.map +0 -0
  703. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  704. {app-rn-runtime → package}/components/input/toggle/toggle.props.js.map +0 -0
  705. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js +0 -0
  706. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js.map +0 -0
  707. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js +0 -0
  708. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js.map +0 -0
  709. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  710. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js.map +0 -0
  711. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  712. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js.map +0 -0
  713. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +0 -0
  714. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  715. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  716. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  717. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  718. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  719. {app-rn-runtime → package}/components/navigation/menu/menu.component.js +0 -0
  720. {app-rn-runtime → package}/components/navigation/menu/menu.component.js.map +0 -0
  721. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  722. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  723. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js +0 -0
  724. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js.map +0 -0
  725. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js +0 -0
  726. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js.map +0 -0
  727. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  728. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  729. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  730. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js +0 -0
  731. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  732. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  733. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  734. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  735. {app-rn-runtime → package}/components/navigation/popover/popover.props.js.map +0 -0
  736. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js +0 -0
  737. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js.map +0 -0
  738. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  739. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  740. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  741. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  742. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  743. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  744. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  745. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  746. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  747. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  748. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +0 -0
  749. {app-rn-runtime → package}/components/page/page-content/page-content.component.js.map +0 -0
  750. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  751. {app-rn-runtime → package}/components/page/page-content/page-content.props.js.map +0 -0
  752. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  753. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  754. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  755. {app-rn-runtime → package}/components/page/page.component.js.map +0 -0
  756. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  757. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  758. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  759. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  760. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  761. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  762. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  763. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  764. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  765. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  766. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  767. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js.map +0 -0
  768. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  769. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js.map +0 -0
  770. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  771. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  772. {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
  773. {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
  774. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js +0 -0
  775. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js.map +0 -0
  776. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  777. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js.map +0 -0
  778. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  779. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  780. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  781. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  782. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  783. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  784. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  785. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  786. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  787. {app-rn-runtime → package}/core/AppConfig.js.map +0 -0
  788. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  789. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  790. {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
  791. {app-rn-runtime → package}/core/components/floatinglabel.component.js.map +0 -0
  792. {app-rn-runtime → package}/core/constant.service.js +0 -0
  793. {app-rn-runtime → package}/core/constant.service.js.map +0 -0
  794. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  795. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  796. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  797. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  798. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  799. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  800. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  801. {app-rn-runtime → package}/core/device/camera-service.js.map +0 -0
  802. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  803. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  804. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  805. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  806. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  807. {app-rn-runtime → package}/core/device/scan-service.js.map +0 -0
  808. {app-rn-runtime → package}/core/display.manager.js +0 -0
  809. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  810. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  811. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  812. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  813. {app-rn-runtime → package}/core/fixed-view.component.js.map +0 -0
  814. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  815. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  816. {app-rn-runtime → package}/core/if.component.js +0 -0
  817. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  818. {app-rn-runtime → package}/core/imageSizeEstimator.js +0 -0
  819. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  820. {app-rn-runtime → package}/core/injector.js +0 -0
  821. {app-rn-runtime → package}/core/injector.js.map +0 -0
  822. {app-rn-runtime → package}/core/key.extractor.js +0 -0
  823. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  824. {app-rn-runtime → package}/core/logger.js +0 -0
  825. {app-rn-runtime → package}/core/logger.js.map +0 -0
  826. {app-rn-runtime → package}/core/modal.service.js +0 -0
  827. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  828. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  829. {app-rn-runtime → package}/core/navigation.service.js.map +0 -0
  830. {app-rn-runtime → package}/core/network.service.js +0 -0
  831. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  832. {app-rn-runtime → package}/core/partial.service.js +0 -0
  833. {app-rn-runtime → package}/core/partial.service.js.map +0 -0
  834. {app-rn-runtime → package}/core/props.provider.js +0 -0
  835. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  836. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  837. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  838. {app-rn-runtime → package}/core/security.service.js +0 -0
  839. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  840. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  841. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  842. {app-rn-runtime → package}/core/storage.service.js +0 -0
  843. {app-rn-runtime → package}/core/storage.service.js.map +0 -0
  844. {app-rn-runtime → package}/core/testid.provider.js +0 -0
  845. {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
  846. {app-rn-runtime → package}/core/toast.service.js +0 -0
  847. {app-rn-runtime → package}/core/toast.service.js.map +0 -0
  848. {app-rn-runtime → package}/core/viewport.js +0 -0
  849. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  850. {app-rn-runtime → package}/gestures/swipe.animation.js +0 -0
  851. {app-rn-runtime → package}/gestures/swipe.animation.js.map +0 -0
  852. {app-rn-runtime → package}/index.js +0 -0
  853. {app-rn-runtime → package}/index.js.map +0 -0
  854. {app-rn-runtime → package}/runtime/App.navigator.js +0 -0
  855. {app-rn-runtime → package}/runtime/App.navigator.js.map +0 -0
  856. {app-rn-runtime → package}/runtime/base-prefab.component.js +0 -0
  857. {app-rn-runtime → package}/runtime/base-prefab.component.js.map +0 -0
  858. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  859. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  860. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  861. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  862. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  863. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js.map +0 -0
  864. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  865. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js.map +0 -0
  866. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  867. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  868. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  869. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js.map +0 -0
  870. {app-rn-runtime → package}/runtime/services/app-i18n.service.js +0 -0
  871. {app-rn-runtime → package}/runtime/services/app-i18n.service.js.map +0 -0
  872. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  873. {app-rn-runtime → package}/runtime/services/app-modal.service.js.map +0 -0
  874. {app-rn-runtime → package}/runtime/services/app-spinner.service.js +0 -0
  875. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  876. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  877. {app-rn-runtime → package}/runtime/services/app-toast.service.js.map +0 -0
  878. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  879. {app-rn-runtime → package}/runtime/services/device/calendar-service.js.map +0 -0
  880. {app-rn-runtime → package}/runtime/services/device/camera-service.js +0 -0
  881. {app-rn-runtime → package}/runtime/services/device/camera-service.js.map +0 -0
  882. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  883. {app-rn-runtime → package}/runtime/services/device/contacts-service.js.map +0 -0
  884. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  885. {app-rn-runtime → package}/runtime/services/device/location-service.js.map +0 -0
  886. {app-rn-runtime → package}/runtime/services/device/permissions.js +0 -0
  887. {app-rn-runtime → package}/runtime/services/device/permissions.js.map +0 -0
  888. {app-rn-runtime → package}/runtime/services/device/scan-service.js +0 -0
  889. {app-rn-runtime → package}/runtime/services/device/scan-service.js.map +0 -0
  890. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  891. {app-rn-runtime → package}/runtime/services/partial.service.js.map +0 -0
  892. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  893. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  894. {app-rn-runtime → package}/runtime/watcher.js +0 -0
  895. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  896. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  897. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  898. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  899. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  900. {app-rn-runtime → package}/styles/style-props.js +0 -0
  901. {app-rn-runtime → package}/styles/style-props.js.map +0 -0
  902. {app-rn-runtime → package}/styles/theme.js +0 -0
  903. {app-rn-runtime → package}/styles/theme.js.map +0 -0
  904. {app-rn-runtime → package}/variables/base-variable.js +0 -0
  905. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  906. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  907. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js.map +0 -0
  908. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  909. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js.map +0 -0
  910. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  911. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js.map +0 -0
  912. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  913. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js.map +0 -0
  914. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  915. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js.map +0 -0
  916. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  917. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js.map +0 -0
  918. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  919. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  920. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  921. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js.map +0 -0
  922. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  923. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  924. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  925. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  926. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  927. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js.map +0 -0
  928. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  929. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  930. {app-rn-runtime → package}/variables/device/scan/scan.operation.js.map +0 -0
  931. {app-rn-runtime → package}/variables/http.service.js +0 -0
  932. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  933. {app-rn-runtime → package}/variables/live-variable.js +0 -0
  934. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  935. {app-rn-runtime → package}/variables/model-variable.js +0 -0
  936. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  937. {app-rn-runtime → package}/variables/service-variable.js +0 -0
  938. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  939. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  940. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  941. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  942. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  943. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  944. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  945. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  946. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","View","TouchableOpacity","Platform","TouchableWithoutFeedback","isArray","merge","BaseComponent","BaseComponentState","WmWizardProps","DEFAULT_CLASS","WmButton","WmIcon","WmAnchor","WmProgressCircle","WmPopover","WmLabel","WmWizardState","constructor","arguments","_defineProperty","WmWizard","props","onComponentInit","c","popOverRef","steps","children","defaultStepIndex","defaultstep","map","item","index","name","updateCurrentStep","addWizardStep","step","forceUpdate","componentDidMount","showActiveStep","_this$steps$this$stat","state","currentStep","setActive","_this$steps$this$stat2","isDone","length","undefined","lastStep","setInActive","updateState","invokeEventCallback","proxy","getStepStyle","style","styles","push","doneStep","activeStep","renderMenuPopover","menuDataset","getmenudataexpression","Labels","title","createElement","id","getTestId","popover","contentanimation","caption","popoverheight","height","popoverwidth","width","listener","iconclass","popovericonclass","iconposition","type","currentMenuItem","key","onPress","hide","stepMenu","activeStepMenu","stepMenuActiveIcon","stepMenuIcon","stepMenuActiveLabel","stepMenuLabel","renderProgressCircleHeader","progressTitle","progresstitle","headerWrapper","stepWrapper","flex","alignItems","justifyContent","flexDirection","minvalue","maxvalue","datavalue","captionplacement","progresstype","subtitle","progressCircle","stepTitle","stepSubTitle","renderWizardHeader","isLastStep","numberOfSteps","isFirstStep","isActiveStep","isNumberTextLayout","classname","show","paddingRight","paddingLeft","bind","disabled","stepCounter","stepIcon","icon","color","numberTextStepConnector","stepConnector","left","OS","isRTL","prev","invokePrevCB","next","eventName","invokeSkipCB","invokeNextCB","done","$event","cancel","skip","renderWidget","_this$state$props$cla","isSkippable","enableskip","isProgressCircleHeader","includes","root","_background","wizardHeader","i","wizardBody","wizardFooter","actionsalignment","showdone","wizardActions","theme","getStyle","doneButton","donebtnlabel","onTap","disabledone","shownext","nextButton","nextbtnlabel","disablenext","showprev","prevButton","previousbtnlabel","disableprev","cancelable","cancelbtnlabel","cancelButton","skipLink"],"sources":["wizard.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View, TouchableOpacity, Platform, TouchableWithoutFeedback } from 'react-native';\nimport { isArray, merge } from 'lodash';\nimport { BaseComponent, BaseComponentState, LifecycleListener } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmWizardProps from './wizard.props';\nimport { DEFAULT_CLASS, WmWizardStyles } from './wizard.styles';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';\nimport WmWizardstep from './wizardstep/wizardstep.component';\nimport WmProgressCircle from '@wavemaker/app-rn-runtime/components/basic/progress-circle/progress-circle.component';\nimport WmPopover from '@wavemaker/app-rn-runtime/components/navigation/popover/popover.component';\nimport WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';\n\nexport class WmWizardState extends BaseComponentState<WmWizardProps> {\n currentStep: number = 0;\n isDone: boolean = false;\n}\n\nexport default class WmWizard extends BaseComponent<WmWizardProps, WmWizardState, WmWizardStyles> {\n private numberOfSteps: number = null as any;\n private steps = [] as WmWizardstep[];\n private popOverRef: WmPopover = null as any;\n\n private listener: LifecycleListener = {\n onComponentInit: (c) => {\n if (c instanceof WmPopover) {\n this.popOverRef = c;\n }\n }\n };\n\n constructor(props: WmWizardProps) {\n super(props, DEFAULT_CLASS, new WmWizardProps());\n const steps = props.children;\n let defaultStepIndex = 0;\n if (isArray(steps) && props.defaultstep) {\n steps.map((item: any, index: any) => {\n if (props.defaultstep === item.props.name) {\n defaultStepIndex = index;\n }\n })\n }\n this.updateCurrentStep(defaultStepIndex);\n }\n\n addWizardStep(step: WmWizardstep) {\n this.steps[step.props.index] = step;\n this.forceUpdate();\n }\n\n componentDidMount() {\n super.componentDidMount();\n this.showActiveStep();\n }\n\n showActiveStep() {\n this.steps[this.state.currentStep]?.setActive();\n }\n\n updateCurrentStep(index: number, isDone = false) {\n const lastStep = this.state.currentStep;\n this.steps[this.state.currentStep]?.setInActive();\n this.updateState({\n currentStep: index,\n isDone: isDone\n } as WmWizardState, () => {\n this.showActiveStep();\n if (lastStep !== index) {\n this.invokeEventCallback('onChange', [null, this.proxy, index + 1, lastStep + 1]);\n }\n });\n }\n\n getStepStyle(index: number) {\n const style = [this.styles.step];\n if (this.state.isDone || index < this.state.currentStep) {\n style.push(this.styles.doneStep);\n } else if (this.state.currentStep === index) {\n style.push(this.styles.activeStep);\n }\n return style;\n }\n\n renderMenuPopover(){\n const menuDataset = this.props.getmenudataexpression || ((item: any, index: number) => '') ;\n const Labels = this.steps.map((step: WmWizardstep) => step.state.props.title);\n return (\n <WmPopover\n id={this.getTestId('menu')}\n styles={this.styles.popover}\n contentanimation={'slideInDown'}\n caption={''}\n popoverheight={this.styles.popover.popover.height as string | number | undefined || null}\n popoverwidth={this.styles.popover.popover.width as string | number | undefined || null}\n listener={this.listener}\n iconclass={this.props.popovericonclass || 'fa fa-caret-down'}\n iconposition=\"right\"\n type='dropdown'>\n <View style={this.styles.popover.popover}>\n {Labels.map((item: any, index: number) => {\n const currentMenuItem = index==this.state.currentStep;\n const caption = menuDataset({\"count\":this.steps.length}, index); \n return (\n <TouchableWithoutFeedback key={'wizard_menu_item_'+index} onPress={()=>{this.popOverRef.hide();}}>\n <View style={[this.styles.stepMenu, currentMenuItem?this.styles.activeStepMenu:{}]}>\n <WmIcon caption={caption} iconclass={currentMenuItem? \"wi wi-radio-button-checked\" : 'wi wi-radio-button-unchecked'} styles={currentMenuItem?this.styles.stepMenuActiveIcon:this.styles.stepMenuIcon}/>\n <WmLabel caption={item} styles={currentMenuItem?this.styles.stepMenuActiveLabel:this.styles.stepMenuLabel}/>\n </View>\n </TouchableWithoutFeedback>\n )})}\n </View>\n </WmPopover>\n );\n }\n\n renderProgressCircleHeader(item: any, index: number) {\n const progressTitle = this.props.progresstitle || (index + 1 + '/' + this.steps.length);\n return (\n <View style={[this.styles.headerWrapper]} key={index + 1}>\n <View style={this.styles.stepWrapper}>\n <View style={{ flex: 1, alignItems: 'flex-start', justifyContent: 'center', flexDirection:'row' }}>\n <WmProgressCircle minvalue={0} maxvalue={this.steps.length} datavalue={index + 1} captionplacement={'inside'} type={this.props.progresstype} title={progressTitle} subtitle={''} styles={this.styles.progressCircle} />\n </View>\n <View style={{ flex: 2, justifyContent: 'center', flexDirection: 'column' }}>\n <Text style={this.styles.stepTitle}>\n {item.props.title || 'Step Title'}</Text>\n <Text style={this.styles.stepSubTitle}>\n {item.props.subtitle || 'Step Sub Title'}</Text>\n </View>\n <View style={{ flexDirection: 'row', alignItems: 'flex-end', justifyContent: 'flex-end' }}>\n {this.renderMenuPopover()}\n </View>\n </View>\n </View>\n );\n }\n\n renderWizardHeader(item: any, index: number) {\n const isLastStep = index === this.numberOfSteps - 1;\n const isFirstStep = index === 0;\n const isActiveStep = index === this.state.currentStep;\n const isNumberTextLayout = this.state.props.classname === 'number-text-inline';\n return item.state.props.show != false ? (\n <View style={[this.styles.headerWrapper, isNumberTextLayout ?\n {paddingRight: isActiveStep ? 0 : 5, paddingLeft: index === this.state.currentStep + 1 ? 0 : 5}: {}]} key={index+1}>\n <TouchableOpacity style={this.styles.stepWrapper}\n onPress={this.updateCurrentStep.bind(this, index, false)} disabled={index >= this.state.currentStep}>\n <View style={this.getStepStyle(index)}>\n {index >= this.state.currentStep && !this.state.isDone &&\n <Text style={isActiveStep ? this.styles.activeStep : this.styles.stepCounter}>{index+1}</Text>}\n {(index < this.state.currentStep || this.state.isDone) &&\n <WmIcon styles={merge({}, this.styles.stepIcon, {icon: {color: this.styles.activeStep.color}})}\n iconclass={item.state.props.iconclass || 'wm-sl-l sl-check'}></WmIcon>}\n </View>\n {(isActiveStep) &&\n <Text style={this.styles.stepTitle}>\n {item.state.props.title || 'Step Title'}</Text> }\n {this.numberOfSteps > 1 && isActiveStep &&\n <View style={[this.styles.numberTextStepConnector, {width: isLastStep ? 0 : 50}]}></View>}\n </TouchableOpacity>\n {this.numberOfSteps > 1 && <View style={[this.styles.stepConnector, { width: isFirstStep || isLastStep ? '50%' : '100%',\n left: Platform.OS == \"web\"?(!this.isRTL && isFirstStep) || (this.isRTL && isLastStep) ? '50%': '0%': isFirstStep ? '50%': '0%'}]}></View>}\n </View>\n ) : null;\n }\n\n prev() {\n const index = this.state.currentStep;\n if (index <= 0) {\n return;\n }\n const currentStep = this.steps[index];\n if(currentStep.invokePrevCB(index) == false){\n return;\n }\n this.updateCurrentStep(index - 1);\n }\n\n next(eventName?: string) {\n const index = this.state.currentStep;\n if (index >= this.steps.length - 1) {\n return;\n }\n const currentStep = this.steps[index];\n if (eventName === 'skip') {\n currentStep.invokeSkipCB(index);\n } else if (currentStep.invokeNextCB(index) == false) {\n return;\n }\n this.updateCurrentStep(index + 1);\n }\n\n done($event: any) {\n if (this.state.currentStep !== this.steps.length - 1) {\n return;\n }\n this.updateState({\n isDone: true\n } as WmWizardState);\n this.invokeEventCallback('onDone', [$event, this.proxy]);\n }\n\n cancel() {\n this.invokeEventCallback('onCancel', [null, this.proxy]);\n }\n \n skip() {\n this.next('skip');\n }\n\n renderWidget(props: WmWizardProps) {\n this.numberOfSteps = this.steps.length;\n const activeStep = this.steps[this.state.currentStep];\n const isSkippable = activeStep && activeStep.state.props.enableskip;\n const isProgressCircleHeader = this.state.props.classname?.includes('progress-circle-header');\n return (\n <View style={this.styles.root}>\n {this._background}\n <View style={this.styles.wizardHeader}>\n {activeStep && isProgressCircleHeader ? (this.renderProgressCircleHeader(activeStep, this.state.currentStep)) : (this.steps ? this.steps.map((step, i) => this.renderWizardHeader(step, i)) : null)}\n </View>\n <View style={this.styles.wizardBody}>\n {props.children}\n </View>\n <View style={[this.styles.wizardFooter,\n {flexDirection: props.actionsalignment === 'right' ? 'row-reverse': 'row'}]}>\n {(this.state.currentStep+1) === this.numberOfSteps && activeStep.state.props.showdone &&\n <WmButton iconclass={'wm-sl-l sl-check'} styles={merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.doneButton)}\n id = {this.getTestId('donebtn')} caption={props.donebtnlabel} onTap={this.done.bind(this)} disabled={activeStep.state.props.disabledone}></WmButton>\n }\n {(this.state.currentStep+1) < this.numberOfSteps && activeStep.state.props.shownext &&\n <WmButton iconclass={'wi wi-chevron-right'} styles={merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.nextButton)}\n id = {this.getTestId('nextbtn')}\n iconposition={'right'} caption={props.nextbtnlabel} onTap={this.next.bind(this)} disabled={activeStep.state.props.disablenext}></WmButton>\n }\n {this.state.currentStep > 0 && activeStep.state.props.showprev &&\n <WmButton iconclass={'wi wi-chevron-left'} styles={merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.prevButton)} caption={props.previousbtnlabel}\n id = {this.getTestId('prevbtn')}\n onTap={this.prev.bind(this)} disabled={activeStep.state.props.disableprev}></WmButton>\n }\n {props.cancelable ?\n <WmButton id = {this.getTestId('cancelbtn')} caption={props.cancelbtnlabel} styles={merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.cancelButton)} onTap={this.cancel.bind(this)}></WmButton>\n : null\n }\n {isSkippable &&\n <WmAnchor iconclass={'wi wi-chevron-right'} iconposition={'right'} caption={'Skip'}\n id = {this.getTestId('skip')} \n styles={merge({}, this.styles.wizardActions, this.styles.skipLink)} onTap={this.skip.bind(this)}></WmAnchor>\n }\n </View>\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -25,6 +25,7 @@ export default class WmFormAction extends BaseComponent {
25
25
  styles: this.styles,
26
26
  name: props.name,
27
27
  iconclass: props.iconclass,
28
+ iconposition: props.iconposition,
28
29
  onTap: $event => {
29
30
  this._debouncedFormAction($event, props.formAction);
30
31
  }
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","BaseComponent","BaseComponentState","WmButton","WmFormActionProps","DEFAULT_CLASS","debounce","WmFormActionState","WmFormAction","constructor","props","_defineProperty","onClick","$event","cb","renderWidget","createElement","id","getTestId","show","disabled","caption","displayName","styles","name","iconclass","iconposition","onTap","_debouncedFormAction","formAction"],"sources":["form-action.component.tsx"],"sourcesContent":["import React from 'react';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport { SyntheticEvent } from '@wavemaker/app-rn-runtime/core/tappable.component';\n\nimport WmFormActionProps from './form-action.props';\nimport { DEFAULT_CLASS, WmFormActionStyles } from './form-action.styles';\nimport {debounce} from \"lodash\";\nimport WmSkeleton, { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\nimport { ThemeConsumer } from '@wavemaker/app-rn-runtime/styles/theme';\n\nexport class WmFormActionState extends BaseComponentState<WmFormActionProps> {}\n\nexport default class WmFormAction extends BaseComponent<WmFormActionProps, WmFormActionState, WmFormActionStyles> {\n\n constructor(props: WmFormActionProps) {\n super(props, DEFAULT_CLASS, new WmFormActionProps());\n }\n\n private _debouncedFormAction = debounce(this.onClick, 250);\n\n onClick($event: SyntheticEvent, cb: Function | undefined) {\n cb && cb($event);\n }\n\n renderWidget(props: WmFormActionProps) {\n return (\n <WmButton\n id={this.getTestId()}\n show={props.show}\n disabled={props.disabled}\n caption={props.displayName}\n styles={this.styles}\n name={props.name}\n iconclass={props.iconclass}\n iconposition={props.iconposition}\n onTap={($event: any) => {\n this._debouncedFormAction($event, props.formAction);\n }}\n />\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AACjG,OAAOC,QAAQ,MAAM,oEAAoE;AAGzF,OAAOC,iBAAiB,MAAM,qBAAqB;AACnD,SAASC,aAAa,QAA4B,sBAAsB;AACxE,SAAQC,QAAQ,QAAO,QAAQ;AAI/B,OAAO,MAAMC,iBAAiB,SAASL,kBAAkB,CAAoB;AAE7E,eAAe,MAAMM,YAAY,SAASP,aAAa,CAA2D;EAEhHQ,WAAWA,CAACC,KAAwB,EAAE;IACpC,KAAK,CAACA,KAAK,EAAEL,aAAa,EAAE,IAAID,iBAAiB,CAAC,CAAC,CAAC;IAACO,eAAA,+BAGxBL,QAAQ,CAAC,IAAI,CAACM,OAAO,EAAE,GAAG,CAAC;EAF1D;EAIAA,OAAOA,CAACC,MAAsB,EAAEC,EAAwB,EAAE;IACxDA,EAAE,IAAIA,EAAE,CAACD,MAAM,CAAC;EAClB;EAEAE,YAAYA,CAACL,KAAwB,EAAE;IACrC,oBACEV,KAAA,CAAAgB,aAAA,CAACb,QAAQ;MACPc,EAAE,EAAE,IAAI,CAACC,SAAS,CAAC,CAAE;MACrBC,IAAI,EAAET,KAAK,CAACS,IAAK;MACjBC,QAAQ,EAAEV,KAAK,CAACU,QAAS;MACzBC,OAAO,EAAEX,KAAK,CAACY,WAAY;MAC3BC,MAAM,EAAE,IAAI,CAACA,MAAO;MACpBC,IAAI,EAAEd,KAAK,CAACc,IAAK;MACjBC,SAAS,EAAEf,KAAK,CAACe,SAAU;MAC3BC,YAAY,EAAEhB,KAAK,CAACgB,YAAa;MACjCC,KAAK,EAAGd,MAAW,IAAK;QACtB,IAAI,CAACe,oBAAoB,CAACf,MAAM,EAAEH,KAAK,CAACmB,UAAU,CAAC;MACrD;IAAE,CACH,CAAC;EAEN;AACF"}
@@ -12,6 +12,7 @@ export default class WmFormActionProps extends BaseProps {
12
12
  _defineProperty(this, "iconclass", void 0);
13
13
  _defineProperty(this, "updateMode", true);
14
14
  _defineProperty(this, "formAction", null);
15
+ _defineProperty(this, "iconposition", 'left');
15
16
  }
16
17
  }
17
18
  //# sourceMappingURL=form-action.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmFormActionProps","constructor","arguments","_defineProperty"],"sources":["form-action.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmFormActionProps extends BaseProps {\n displayName: string = '';\n formKey: string = '';\n action: any = '';\n show: boolean = true;\n iconclass: any;\n updateMode: boolean = true;\n formAction: Function = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,sBACjC,EAAE;IAAAA,eAAA,kBACN,EAAE;IAAAA,eAAA,iBACN,EAAE;IAAAA,eAAA,eACA,IAAI;IAAAA,eAAA;IAAAA,eAAA,qBAEE,IAAI;IAAAA,eAAA,qBACH,IAAI;EAAA;AAC7B"}
1
+ {"version":3,"names":["BaseProps","WmFormActionProps","constructor","arguments","_defineProperty"],"sources":["form-action.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmFormActionProps extends BaseProps {\n displayName: string = '';\n formKey: string = '';\n action: any = '';\n show: boolean = true;\n iconclass: any;\n updateMode: boolean = true;\n formAction: Function = null as any;\n iconposition? = 'left';\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,sBACjC,EAAE;IAAAA,eAAA,kBACN,EAAE;IAAAA,eAAA,iBACN,EAAE;IAAAA,eAAA,eACA,IAAI;IAAAA,eAAA;IAAAA,eAAA,qBAEE,IAAI;IAAAA,eAAA,qBACH,IAAI;IAAAA,eAAA,uBACX,MAAM;EAAA;AACxB"}
@@ -24,6 +24,15 @@ export default class WmFormField extends BaseComponent {
24
24
  _defineProperty(this, "defaultValidatorMessages", []);
25
25
  _defineProperty(this, "notifyForFields", []);
26
26
  _defineProperty(this, "_asyncValidatorFn", void 0);
27
+ if (!this.form) {
28
+ this.form = props.formScope && props.formScope();
29
+ }
30
+ }
31
+ componentDidMount() {
32
+ var _this$form, _this$form2, _this$form3;
33
+ super.componentDidMount();
34
+ this.formwidget = this.props.formKey && ((_this$form = this.form) === null || _this$form === void 0 ? void 0 : _this$form.formWidgets[this.props.formKey]) || this.props.name && ((_this$form2 = this.form) === null || _this$form2 === void 0 ? void 0 : _this$form2.formWidgets[this.props.name]);
35
+ (_this$form3 = this.form) === null || _this$form3 === void 0 ? void 0 : _this$form3.registerFormFields(this.form.formFields, this.form.formWidgets);
27
36
  }
28
37
  onFieldChangeEvt(name, $new, $old, isDefault) {
29
38
  this.notifyChanges();
@@ -215,6 +224,8 @@ export default class WmFormField extends BaseComponent {
215
224
  datavalue: props.datavalue,
216
225
  value: this.value,
217
226
  isValid: this.state.isValid,
227
+ maskchar: props.maskchar,
228
+ displayformat: props.displayformat,
218
229
  invokeEvent: this.invokeEventCallback.bind(this),
219
230
  triggerValidation: this.validateFormField.bind(this),
220
231
  onFieldChange: this.onFieldChangeEvt.bind(this),
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","View","BaseComponent","BaseComponentState","isEqual","get","find","cloneDeep","forEach","keys","WmFormFieldProps","DEFAULT_CLASS","PERFORMANCE_LOGGER","WmFormFieldState","constructor","arguments","_defineProperty","WmFormField","props","form","formScope","componentDidMount","_this$form","_this$form2","_this$form3","formwidget","formKey","formWidgets","name","registerFormFields","formFields","onFieldChangeEvt","$new","$old","isDefault","notifyChanges","updateState","datavalue","invokeEventCallback","undefined","validateFormField","updateDataOutput","call","observeOn","fields","field","formfield","f","proxy","notifyForFields","push","validate","setTimeout","getPromiseList","validators","arr","fn","promise","Function","bind","Promise","setAsyncValidators","_asyncValidatorFn","all","then","err","validationMsg","hasOwnProperty","messageKeys","toString","setInvalidState","setValidators","_cloneValidators","_syncValidators","obj","index","key","defaultValidatorMessages","value","propsObj","updateFormWidgetDataset","res","displayField","dataset","data","datafield","displayfield","state","msg","isValid","validationmessage","onPropertyChange","debug","applyDefaultValue","setPrimaryKey","setReadOnlyState","updateMode","_this$formwidget","readonly","_this$formwidget2","_this$_syncValidators","_this$formwidget3","errorType","errormsg","errorMessage","renderWidget","childrenWithProps","Children","map","renderFormFields","children","child","cloneElement","maskchar","displayformat","invokeEvent","triggerValidation","onFieldChange","formRef","createElement","style","styles","root","_background","_extends","getTestPropsForLabel","errorMsg"],"sources":["form-field.component.tsx"],"sourcesContent":["import React from 'react';\nimport {Text, View} from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { widgetsWithUndefinedValue } from '@wavemaker/app-rn-runtime/core/utils';\nimport { isEqual, get, find, cloneDeep, forEach, keys } from 'lodash';\n\nimport WmFormFieldProps from './form-field.props';\nimport { DEFAULT_CLASS, WmFormFieldStyles } from './form-field.styles';\nimport {PERFORMANCE_LOGGER} from \"@wavemaker/app-rn-runtime/core/logger\";\n\nexport class WmFormFieldState extends BaseComponentState<WmFormFieldProps> {\n isValid = true;\n}\n\nexport default class WmFormField extends BaseComponent<WmFormFieldProps, WmFormFieldState, WmFormFieldStyles> {\n public form: any;\n public formwidget: any;\n public _syncValidators: any;\n public defaultValidatorMessages: any = [];\n private notifyForFields: any = [];\n private _asyncValidatorFn: any;\n constructor(props: WmFormFieldProps) {\n super(props, DEFAULT_CLASS, new WmFormFieldProps(), new WmFormFieldState());\n if (!this.form) {\n this.form = props.formScope && props.formScope();\n }\n }\n\n componentDidMount() {\n super.componentDidMount();\n this.formwidget = (this.props.formKey && this.form?.formWidgets[this.props.formKey])\n || (this.props.name && this.form?.formWidgets[this.props.name]);\n this.form?.registerFormFields(this.form.formFields, this.form.formWidgets);\n }\n\n onFieldChangeEvt(name: string, $new: any, $old: any, isDefault: boolean) {\n this.notifyChanges();\n if (!isEqual($old, $new)) {\n this.updateState({ props: { datavalue: $new }} as WmFormFieldState, () => {\n !isDefault && this.invokeEventCallback('onChange', [undefined, this, $new, $old]);\n this.validateFormField();\n });\n if (this.form) {\n this.form.updateDataOutput.call(this.form, get(this.props, 'formKey', this.props.name), $new);\n }\n }\n }\n\n // Registers observer of validation fields\n observeOn(fields: any) {\n forEach(fields, (field) => {\n const formfield = find(this.form.formFields, (f) => f.proxy.name === field);\n if (formfield) {\n formfield.notifyForFields.push(this);\n }\n });\n }\n\n // Notifies changes to observing validation fields\n notifyChanges() {\n forEach(this.notifyForFields, (field) => {\n field.formwidget.validate(field.formwidget.datavalue);\n setTimeout(() => field.validateFormField());\n });\n }\n\n getPromiseList(validators: any) {\n const arr: any = [];\n forEach(validators, (fn) => {\n let promise = fn;\n if (fn instanceof Function && fn.bind) {\n promise = fn(this.formwidget.proxy, this.form);\n }\n if (promise instanceof Promise) {\n arr.push(promise);\n }\n });\n return arr;\n }\n\n // this method sets the asyncValidation on the form field. Assigns validationmessages from the returned response\n setAsyncValidators(validators: any) {\n this._asyncValidatorFn = () => {\n return Promise.all(this.getPromiseList(validators)).then(() => {\n return null;\n }, err => {\n let validationMsg: string;\n // if err obj has validationMessage key, then set validationMessage using this value\n // else return the value of the first key in the err object as validation message.\n if (err.hasOwnProperty('errorMessage')) {\n validationMsg = get(err, 'errorMessage');\n } else {\n const messageKeys = keys(err);\n validationMsg = (err[messageKeys[0]]).toString();\n }\n this.setInvalidState(validationMsg);\n return err;\n })\n };\n }\n\n // sets the default validation on the form field\n setValidators(validators: any) {\n let _cloneValidators = cloneDeep(validators);\n this._syncValidators = [];\n forEach(_cloneValidators, (obj, index) => {\n // custom validation is bound to function.\n if (obj && obj instanceof Function) {\n // passing formwidget and form as arguments to the obj (i.e. validator function)\n _cloneValidators[index] = obj.bind(undefined, this.formwidget.proxy, this.form);\n this._syncValidators.push(_cloneValidators[index]);\n } else {\n // checks for default validator like required, maxchars etc.\n const key = get(obj, 'type');\n this.defaultValidatorMessages[key] = get(obj, 'errorMessage');\n const value = get(obj, 'validator');\n let propsObj: any = {\n props: {}\n };\n propsObj.props[key] = value;\n key === 'required' && this.updateState(propsObj as WmFormFieldState);\n this.formwidget.updateState(propsObj as WmFormFieldState);\n }\n });\n }\n\n updateFormWidgetDataset(res: any, displayField: string) {\n this.formwidget.updateState({\n props: {\n dataset: res.data,\n datafield: 'All Fields',\n displayfield: this.formwidget.state.props.displayfield || displayField,\n }\n } as WmFormFieldState);\n }\n\n setInvalidState(msg: string) {\n this.updateState({\n isValid: false,\n props: {\n validationmessage: msg\n }\n } as WmFormFieldState)\n this.formwidget.updateState({\n isValid: false,\n props: {\n validationmessage: msg\n }\n } as WmFormFieldState);\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch (name) {\n case 'datavalue':\n if (!isEqual($old, $new)) {\n PERFORMANCE_LOGGER.debug(`form field ${this.props.name} changed from ${$old} to ${$new}`);\n }\n break;\n case 'defaultvalue':\n if (!isEqual($old, $new)) {\n get(this, 'form') && this.form.applyDefaultValue(this);\n }\n break;\n case 'primary-key':\n if ($new) {\n this.form.setPrimaryKey(this.props.name);\n }\n break;\n }\n }\n\n setReadOnlyState(updateMode: any) {\n this.formwidget?.updateState({\n props: {\n readonly: !updateMode,\n }\n } as WmFormFieldState);\n }\n\n validateFormField() {\n if (this.formwidget?.state.isValid === false) {\n const errorType = this.formwidget?.state?.errorType;\n let validationMsg = get(this.defaultValidatorMessages, errorType);\n if (validationMsg) {\n if (validationMsg instanceof Function) {\n // passing formwidget and form as arguments to the errorMessage function.\n validationMsg = validationMsg(this.formwidget.proxy, this.form);\n }\n this.updateState({ props: {\n validationmessage: validationMsg\n }} as WmFormFieldState);\n }\n this.updateState({ isValid: false} as WmFormFieldState);\n } else {\n this.updateState({ isValid: true } as WmFormFieldState);\n }\n\n this._syncValidators?.forEach((fn: any) => {\n const errormsg = fn();\n let validationMsg = errormsg?.errorMessage;\n if (validationMsg) {\n if (validationMsg instanceof Function) {\n // passing formwidget and form as arguments to the errorMessage function.\n validationMsg = validationMsg(this.formwidget.proxy, this.form);\n }\n this.setInvalidState(validationMsg);\n }\n })\n\n this._asyncValidatorFn && this._asyncValidatorFn();\n\n }\n\n get value(){\n return this.state.props.datavalue;\n }\n\n renderWidget(props: WmFormFieldProps) {\n var childrenWithProps = React.Children.map(props.renderFormFields(this.proxy).props.children, (child) => {\n return React.cloneElement(child, {\n datavalue: props.datavalue,\n value: this.value,\n isValid: this.state.isValid,\n maskchar: props.maskchar,\n displayformat: props.displayformat,\n invokeEvent: this.invokeEventCallback.bind(this),\n triggerValidation: this.validateFormField.bind(this),\n onFieldChange: this.onFieldChangeEvt.bind(this),\n formRef: props.formRef });\n });\n return (\n <View style={this.styles.root}>{this._background}{childrenWithProps}\n {this.state.isValid === false && <Text {...this.getTestPropsForLabel('error_msg')} style={this.styles.errorMsg}>{props.validationmessage}</Text>}\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -25,6 +25,9 @@ export default class WmFormFieldProps extends BaseProps {
25
25
  _defineProperty(this, "isDataSetBound", false);
26
26
  _defineProperty(this, "readonly", false);
27
27
  _defineProperty(this, "onValidate", void 0);
28
+ _defineProperty(this, "formScope", () => {});
29
+ _defineProperty(this, "maskchar", null);
30
+ _defineProperty(this, "displayformat", null);
28
31
  }
29
32
  }
30
33
  //# sourceMappingURL=form-field.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmFormFieldProps","constructor","arguments","_defineProperty"],"sources":["form-field.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmFormFieldProps extends BaseProps {\n children: any;\n formRef: any;\n defaultvalue: any;\n generator: string = '';\n datavalue: any;\n onChange: any;\n renderFormFields: any;\n validationmessage: any;\n required: Boolean = false;\n primaryKey: Boolean = false;\n isRelated: any;\n widget: any;\n onFieldChange: any;\n formKey: string = '';\n dataset: any;\n displayfield: any;\n datafield: string = '';\n isDataSetBound: boolean = false;\n readonly: boolean = false;\n onValidate?: Function;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,gBAAgB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,oBAIlC,EAAE;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,mBAKF,KAAK;IAAAA,eAAA,qBACH,KAAK;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,kBAIT,EAAE;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,oBAGA,EAAE;IAAAA,eAAA,yBACI,KAAK;IAAAA,eAAA,mBACX,KAAK;IAAAA,eAAA;EAAA;AAE3B"}
1
+ {"version":3,"names":["BaseProps","WmFormFieldProps","constructor","arguments","_defineProperty"],"sources":["form-field.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmFormFieldProps extends BaseProps {\n children: any;\n formRef: any;\n defaultvalue: any;\n generator: string = '';\n datavalue: any;\n onChange: any;\n renderFormFields: any;\n validationmessage: any;\n required: Boolean = false;\n primaryKey: Boolean = false;\n isRelated: any;\n widget: any;\n onFieldChange: any;\n formKey: string = '';\n dataset: any;\n displayfield: any;\n datafield: string = '';\n isDataSetBound: boolean = false;\n readonly: boolean = false;\n onValidate?: Function;\n formScope?: Function = () => {};\n maskchar: string = null as any;\n displayformat: string = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,gBAAgB,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,oBAIlC,EAAE;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,mBAKF,KAAK;IAAAA,eAAA,qBACH,KAAK;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,kBAIT,EAAE;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,oBAGA,EAAE;IAAAA,eAAA,yBACI,KAAK;IAAAA,eAAA,mBACX,KAAK;IAAAA,eAAA;IAAAA,eAAA,oBAEF,MAAM,CAAC,CAAC;IAAAA,eAAA,mBACZ,IAAI;IAAAA,eAAA,wBACC,IAAI;EAAA;AAC9B"}
@@ -5,7 +5,7 @@ import React from 'react';
5
5
  import { View } from 'react-native';
6
6
  import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
7
7
  import { isDefined } from '@wavemaker/app-rn-runtime/core/utils';
8
- import { debounce, find, forEach, isNil, get, set, cloneDeep } from 'lodash';
8
+ import { debounce, find, forEach, isNil, get, set, cloneDeep, isEmpty } from 'lodash';
9
9
  import WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';
10
10
  import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
11
11
  import WmMessage from '@wavemaker/app-rn-runtime/components/basic/message/message.component';
@@ -21,6 +21,7 @@ export class WmFormState extends BaseComponentState {
21
21
  _defineProperty(this, "message", '');
22
22
  _defineProperty(this, "showInlineMsg", false);
23
23
  _defineProperty(this, "isUpdateMode", true);
24
+ _defineProperty(this, "dynamicForm", void 0);
24
25
  }
25
26
  }
26
27
  export default class WmForm extends BaseComponent {
@@ -87,7 +88,7 @@ export default class WmForm extends BaseComponent {
87
88
  });
88
89
  this.formFields = formFields;
89
90
  this.formWidgets = formWidgets;
90
- formFields.forEach(f => {
91
+ formFields === null || formFields === void 0 ? void 0 : formFields.forEach(f => {
91
92
  if (f.props.name) {
92
93
  set(this.formfields, f.props.name, f);
93
94
  }
@@ -99,7 +100,7 @@ export default class WmForm extends BaseComponent {
99
100
  // setting default form dataoutput.
100
101
  if (!this.formdataoutput) {
101
102
  this.formdataoutput = {};
102
- formFields.forEach(w => {
103
+ formFields === null || formFields === void 0 ? void 0 : formFields.forEach(w => {
103
104
  const name = get(w.props, 'formKey') || w.props.name;
104
105
  if (name) {
105
106
  set(this.formdataoutput, name, w.props.datavalue);
@@ -233,6 +234,24 @@ export default class WmForm extends BaseComponent {
233
234
  submit() {
234
235
  this._debouncedSubmitForm();
235
236
  }
237
+
238
+ // Function to generate and compile the form fields from the metadata
239
+ generateFormFields() {
240
+ let userFields;
241
+ let fields = this.state.props.metadata ? this.state.props.metadata.data || this.state.props.metadata : [];
242
+ if (isEmpty(fields)) {
243
+ return;
244
+ }
245
+ if (this.props.onBeforerender) {
246
+ userFields = this.invokeEventCallback('onBeforerender', [fields, this.proxy]);
247
+ if (userFields) {
248
+ fields = userFields;
249
+ }
250
+ }
251
+ this.updateState({
252
+ dynamicForm: this.props.generateComponent(fields, this.props.name)
253
+ });
254
+ }
236
255
  onPropertyChange(name, $new, $old) {
237
256
  var _this$formFields2;
238
257
  switch (name) {
@@ -251,6 +270,9 @@ export default class WmForm extends BaseComponent {
251
270
  this._updateFieldOnDataSourceChange(w, this.formFields);
252
271
  });
253
272
  break;
273
+ case 'metadata':
274
+ this.generateFormFields();
275
+ break;
254
276
  }
255
277
  }
256
278
  setPrimaryKey(fieldName) {
@@ -269,7 +291,7 @@ export default class WmForm extends BaseComponent {
269
291
  const val = field === null || field === void 0 ? void 0 : field.state.props.datavalue;
270
292
  const onValidate = get(field, 'props.onValidate');
271
293
  onValidate && onValidate(field);
272
- if (!val && field !== null && field !== void 0 && field.state.props.required) {
294
+ if (!val && field !== null && field !== void 0 && field.state.props.required && (field !== null && field !== void 0 && field.props.primaryKey && (field === null || field === void 0 ? void 0 : field.props.generator) === 'assigned' || !(field !== null && field !== void 0 && field.props.primaryKey))) {
273
295
  isValid = false;
274
296
  const msg = get(field.defaultValidatorMessages, 'required') || field.state.props.validationmessage;
275
297
  field.updateState({
@@ -395,7 +417,7 @@ export default class WmForm extends BaseComponent {
395
417
  caption: this.state.message,
396
418
  hideclose: false,
397
419
  onClose: this.onMsgClose.bind(this)
398
- }) : null, props.children);
420
+ }) : null, props.metadata && this.state.dynamicForm, props.children);
399
421
  });
400
422
  }
401
423
  }
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","isDefined","debounce","find","forEach","isNil","get","set","cloneDeep","isEmpty","WmLabel","WmIcon","WmMessage","ToastConsumer","WmFormProps","DEFAULT_CLASS","isDataSetWidget","WmFormState","constructor","arguments","_defineProperty","WmForm","props","handleSubmit","componentDidMount","getParentFormRef","parentForm","pformName","current","parent","parentFormRef","setReadonlyFields","_this$formFields","formFields","field","setReadOnlyState","state","isUpdateMode","setReadonlyState","updateMode","updateState","setTimeout","showActions","edit","new","cancel","delete","registerFormFields","formWidgets","w","form","formwidget","formKey","name","f","formfields","applyFormData","applyDefaultValue","formdataoutput","datavalue","dataoutput","_this$buttonArray","buttonArray","action","show","registerFormActions","formActions","_updateFieldOnDataSourceChange","isDataSetBound","widget","isRelated","relatedData","_this$parentFormRef","formData","formdata","formField","_formField$props","fw","key","setState","isDefault","updateFormFieldDefaultValue","dv","defaultvalue","_formField$props2","invokeEventCallback","bind","undefined","formreset","ff","defaultValue","id","_widget","isValid","reset","submit","_debouncedSubmitForm","generateFormFields","userFields","fields","metadata","data","onBeforerender","proxy","dynamicForm","generateComponent","onPropertyChange","$new","$old","_this$formFields2","setPrimaryKey","fieldName","primaryKey","indexOf","push","validateFieldsOnSubmit","val","onValidate","required","generator","msg","defaultValidatorMessages","validationmessage","validate","event","preventDefault","onBeforesubmit","formSubmit","onResultCb","error","response","status","onSuccess","postmessage","toggleMessage","onError","errormessage","updateDataOutput","Object","assign","type","message","messagelayout","showInlineMsg","toaster","showToast","placement","styles","bottom","text","hideOnClick","duration","onMsgClose","renderWidget","createElement","toastService","style","root","_background","iconclass","title","subheading","heading","flex","flexDirection","getTestId","listIcon","caption","hideclose","onClose","children"],"sources":["form.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { isDefined, widgetsWithUndefinedValue } from '@wavemaker/app-rn-runtime/core/utils';\nimport { debounce, find, forEach, isNil, get, set, cloneDeep, isEmpty } from 'lodash';\n\nimport WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmFormField, { WmFormFieldState } from '@wavemaker/app-rn-runtime/components/data/form/form-field/form-field.component';\nimport WmMessage from '@wavemaker/app-rn-runtime/components/basic/message/message.component';\nimport { ToastConsumer, ToastService } from '@wavemaker/app-rn-runtime/core/toast.service';\n\nimport WmFormProps from './form.props';\nimport { DEFAULT_CLASS, WmFormStyles } from './form.styles';\nimport WmSkeleton, { createSkeleton } from '../../basic/skeleton/skeleton.component';\nimport { WmSkeletonStyles } from '../../basic/skeleton/skeleton.styles';\nimport { isDataSetWidget } from '@wavemaker/app-rn-runtime/core/utils';\nimport WmFormAction, {\n WmFormActionState\n} from '@wavemaker/app-rn-runtime/components/data/form/form-action/form-action.component';\n\nexport class WmFormState extends BaseComponentState<WmFormProps> {\n isValid = false;\n type: 'success' | 'warning' | 'error' | 'info' | 'loading' | undefined = 'success';\n message: string = '';\n showInlineMsg: boolean = false;\n isUpdateMode: boolean = true;\n dynamicForm: any;\n}\nexport default class WmForm extends BaseComponent<WmFormProps, WmFormState, WmFormStyles> {\n public formFields: Array<WmFormField> = []; // contains array of direct widget elements [WmText, WmNumber, WmCurrent]\n public parentFormRef: any;\n public formfields: {[key: string]: WmFormField} = {};\n public formdataoutput: any;\n private toaster: any;\n public formActions: Array<WmFormAction> = [];\n primaryKey = [];\n buttonArray: Array<WmFormAction> = [];\n formWidgets: { [key: string]: BaseComponent<any, any, any> } = {}; // object containing key as name of formField and value as WmFormField proxy.\n constructor(props: WmFormProps) {\n super(props, DEFAULT_CLASS, new WmFormProps(), new WmFormState());\n }\n\n private _debouncedSubmitForm = debounce(this.handleSubmit, 250);\n\n componentDidMount() {\n super.componentDidMount();\n this.getParentFormRef(this.props.parentForm);\n }\n\n getParentFormRef(pformName: string) {\n let current = this.parent;\n while (current) {\n if (get(current, 'props.name') === pformName) {\n this.parentFormRef = current;\n break;\n }\n current = current.parent;\n }\n }\n\n setReadonlyFields() {\n this.formFields?.forEach((field: any) => {\n field.setReadOnlyState(this.state.isUpdateMode);\n });\n }\n\n setReadonlyState(updateMode: any) {\n this.updateState({\n isUpdateMode: updateMode,\n } as WmFormState);\n setTimeout(() => {\n this.showActions();\n this.setReadonlyFields();\n }, 100);\n }\n\n edit() {\n this.setReadonlyState(true);\n }\n\n new() {\n this.setReadonlyState(true);\n }\n\n cancel() {\n this.setReadonlyState(false);\n }\n\n delete() { }\n\n registerFormFields(\n formFields: Array<WmFormField>,\n formWidgets: { [key: string]: BaseComponent<any, any, any> }\n ) {\n forEach(formFields, (w: WmFormField) => {\n if (!w.form) {\n w.form = this;\n w.formwidget = (w.props.formKey && formWidgets[w.props.formKey])\n || (w.props.name && formWidgets[w.props.name]);\n }\n });\n\n this.formFields = formFields;\n this.formWidgets = formWidgets;\n\n formFields?.forEach((f: WmFormField) => {\n if (f.props.name) {\n set(this.formfields, f.props.name, f);\n }\n })\n\n this.setReadonlyFields();\n\n this.applyFormData();\n this.applyDefaultValue();\n\n // setting default form dataoutput.\n if (!this.formdataoutput) {\n this.formdataoutput = {};\n formFields?.forEach((w: WmFormField) => {\n const name = get(w.props, 'formKey') || w.props.name;\n if (name) {\n set(this.formdataoutput, name, w.props.datavalue);\n }\n });\n this.updateState({\n props: {\n dataoutput: this.formdataoutput\n }\n } as WmFormState);\n }\n }\n\n showActions () {\n this.buttonArray?.forEach((action: any) => {\n action.updateState({\n props: {\n show: action.updateMode === this.state.isUpdateMode\n }} as WmFormActionState);\n });\n }\n\n registerFormActions(formActions: Array<WmFormAction>) {\n this.buttonArray = formActions;\n this.showActions();\n }\n\n private _updateFieldOnDataSourceChange(field: WmFormField, formFields: Array<WmFormField>) {\n if (!field.state.props.isDataSetBound && isDataSetWidget(field.props.widget)) {\n if (field.state.props.isRelated) {\n field.updateState({\n props: {\n isDataSetBound: true\n }} as WmFormFieldState);\n this.props.relatedData && this.props.relatedData(field);\n }\n }\n }\n\n applyFormData() {\n let formData = this.state.props.formdata || this.parentFormRef?.state.props.formdata;\n if (!formData || (this.parentFormRef && this.state.props.formdata)) {\n return;\n }\n forEach(this.formFields, (formField: WmFormField) => {\n let fw = formField.props?.name && this.formWidgets[formField.props.name];\n if (!fw) {\n fw = find(this.formWidgets, (fw: BaseComponent<any, any, any>) => {\n return get(fw, 'formfieldname') === formField.props.name\n });\n }\n let key = get(formField, 'formKey') || get(fw, 'props.name');\n fw && fw.setState({ isDefault: true });\n formField.updateState({\n props: {\n datavalue: get(formData, key)\n }\n } as WmFormFieldState);\n });\n }\n\n updateFormFieldDefaultValue(formField: WmFormField) {\n if (formField) {\n const dv = formField.state.props.defaultvalue;\n if (isDefined(dv) && dv !== null && this.formFields) {\n let field = formField.props?.name && this.formWidgets[formField.props.name];\n if (!field) {\n field = find(this.formWidgets, (fw: BaseComponent<any, any, any>) => {\n return get(fw, 'formfieldname') === formField.props.name\n });\n }\n if (field) {\n field.setState({ isDefault: true });\n field.updateState({\n props: {\n datavalue: dv\n }\n }, this.invokeEventCallback.bind(formField, 'onFieldChange', [undefined, formField, dv]));\n }\n }\n }\n }\n\n get dataoutput() {\n return this.formdataoutput;\n }\n\n applyDefaultValue(formField?: WmFormField) {\n if (formField) {\n this.updateFormFieldDefaultValue(formField);\n return;\n }\n forEach(this.formFields, (w: WmFormField) => {\n this.updateFormFieldDefaultValue(w);\n });\n }\n\n formreset() {\n this.formdataoutput = {};\n forEach(this.formFields, (ff: WmFormField) => {\n const defaultValue = isNil(ff.state.props.defaultvalue) ? '' : ff.state.props.defaultvalue;\n ff.updateState({\n props : {\n datavalue: defaultValue\n }\n } as WmFormFieldState, () => {\n const id = ff.props.formKey || ff.props.name;\n if (id) {\n let widget: BaseComponent<any, any, any> | undefined | any = this.formWidgets[id];\n if (!widget) {\n widget = find(this.formWidgets, (fw: BaseComponent<any, any, any>) => {\n return get(fw, 'formfieldname') === ff.props.name\n });\n }\n widget.updateState({\n isValid: true,\n props : {\n datavalue: defaultValue\n }\n }, () => ff.updateState({\n isValid: true\n } as WmFormFieldState));\n widget?.reset();\n }\n }\n );\n });\n }\n\n submit() {\n this._debouncedSubmitForm();\n }\n\n // Function to generate and compile the form fields from the metadata\n generateFormFields() {\n let userFields;\n let fields = this.state.props.metadata ? this.state.props.metadata.data || this.state.props.metadata : [];\n\n if (isEmpty(fields)) {\n return;\n }\n\n if (this.props.onBeforerender) {\n userFields = this.invokeEventCallback('onBeforerender', [fields, this.proxy]);\n if (userFields) {\n fields = userFields;\n }\n }\n\n this.updateState({\n dynamicForm: this.props.generateComponent(fields, this.props.name)\n } as WmFormState);\n\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch (name) {\n case 'formdata':\n if ($new) {\n this.applyFormData();\n }\n break;\n case 'defaultmode':\n this.updateState({\n isUpdateMode: $new && $new === 'Edit' ? true : false,\n } as WmFormState);\n break;\n case 'dataset':\n this.formFields?.forEach((w: WmFormField) => {\n this._updateFieldOnDataSourceChange(w, this.formFields);\n });\n break;\n case 'metadata':\n this.generateFormFields();\n break;\n }\n }\n setPrimaryKey(fieldName: string) {\n /*Store the primary key of data*/\n this.primaryKey = this.primaryKey || [];\n // @ts-ignore\n if (this.primaryKey.indexOf(fieldName) === -1) {\n // @ts-ignore\n this.primaryKey.push(fieldName);\n }\n }\n // Disable the form submit if form is in invalid state. Highlight all the invalid fields if validation type is default\n validateFieldsOnSubmit() {\n let isValid = true;\n forEach(this.formFields, (field) => {\n const val = field?.state.props.datavalue;\n\n const onValidate = get(field, 'props.onValidate');\n onValidate && onValidate(field);\n if (!val && field?.state.props.required && ((field?.props.primaryKey && field?.props.generator === 'assigned') || !field?.props.primaryKey)) {\n isValid = false;\n const msg = get(field.defaultValidatorMessages, 'required') || field.state.props.validationmessage;\n field.updateState({ isValid: isValid, props: {\n validationmessage: msg\n }} as WmFormFieldState);\n field.formwidget.validate && field.formwidget.validate(val);\n }\n // check for isvalid state of formwidget\n if (field.formwidget.state.isValid === false) {\n isValid = false;\n }\n });\n return isValid;\n }\n\n // @ts-ignore\n handleSubmit(event?: any) {\n event?.preventDefault();\n const formData = cloneDeep(this.state.props.dataoutput || this.formdataoutput);\n\n if (!this.validateFieldsOnSubmit()) {\n return false;\n }\n if (this.props.onBeforesubmit) {\n this.invokeEventCallback('onBeforesubmit', [ null, this.proxy, formData ]);\n }\n if (this.props.formSubmit) {\n this.props.formSubmit(formData, ((data: any) => {\n this.invokeEventCallback('onSubmit', [ null, this.proxy, formData ]);\n this.onResultCb(get(data, 'params'), 'success');\n }), ((error: any) => {\n this.invokeEventCallback('onSubmit', [ null, this.proxy, formData ]);\n this.onResultCb(error, '');\n }));\n } else {\n this.invokeEventCallback('onSubmit', [ null, this.proxy, formData ]);\n }\n }\n\n onResultCb(response: any, status: string, event?: any) {\n this.invokeEventCallback('onResult', [ null, this.proxy, response ]);\n if (status) {\n this.invokeEventCallback('onSuccess', [ null, this.proxy, response ]);\n !this.props.onSuccess && this.state.props.postmessage && this.toggleMessage('success', this.state.props.postmessage);\n } else {\n this.invokeEventCallback('onError', [ null, this.proxy, response ]);\n !this.props.onError && this.toggleMessage('error', this.state.props.errormessage || get(response, 'message'));\n }\n }\n\n updateDataOutput(key: string, val: any) {\n const current = this.formdataoutput || {};\n if (key) {\n set(current, key, val);\n } else {\n Object.assign(current, val)\n }\n this.formdataoutput = current;\n this.updateState({ props: { dataoutput: current }} as WmFormState);\n this.parentFormRef && this.parentFormRef.updateDataOutput(undefined, this.formdataoutput);\n this.updateState({\n props: {\n dataoutput: this.formdataoutput\n }\n } as WmFormState);\n }\n\n toggleMessage(\n type: 'success' | 'warning' | 'error' | 'info' | 'loading' | undefined,\n message: string\n ) {\n if (this.state.props.messagelayout === 'Inline') {\n this.setState({\n type: type,\n message: message,\n showInlineMsg: true\n } as WmFormState)\n return;\n }\n this.toaster.showToast({\n name: this, placement: \"\", styles: {bottom: 0},\n text: message,\n type: type,\n hideOnClick: true,\n duration: 5000\n });\n }\n\n onMsgClose() {\n this.setState({\n showInlineMsg: false\n } as WmFormState)\n }\n\n renderWidget(props: WmFormProps) {\n return (\n <ToastConsumer>\n {(toastService: ToastService) => {\n this.toaster = toastService;\n return <View style={this.styles.root}>\n {this._background}\n {props.iconclass || props.title || props.subheading ? (\n <View style={this.styles.heading}>\n <View style={{flex: 1, flexDirection: 'row'}}>\n <WmIcon id={this.getTestId('icon')} styles={this.styles.listIcon} iconclass={props.iconclass}></WmIcon>\n <View>\n <WmLabel id={this.getTestId('title')} styles={this.styles.title} caption={props.title}></WmLabel>\n <WmLabel id={this.getTestId('description')} styles={this.styles.subheading} caption={props.subheading}></WmLabel>\n </View>\n </View>\n </View>\n ) : null}\n {this.state.showInlineMsg ? <WmMessage type={this.state.type} caption={this.state.message} hideclose={false} onClose={this.onMsgClose.bind(this)}></WmMessage> : null\n }\n { props.metadata && this.state.dynamicForm }\n { props.children}\n </View>\n }\n }\n </ToastConsumer>\n );\n }\n}\n"],"mappings":"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"}
@@ -10,6 +10,7 @@ export default class WmFormProps extends BaseProps {
10
10
  _defineProperty(this, "onBeforesubmit", void 0);
11
11
  _defineProperty(this, "formdata", void 0);
12
12
  _defineProperty(this, "parentForm", '');
13
+ _defineProperty(this, "metadata", void 0);
13
14
  _defineProperty(this, "title", void 0);
14
15
  _defineProperty(this, "subheading", void 0);
15
16
  _defineProperty(this, "iconclass", void 0);
@@ -21,6 +22,8 @@ export default class WmFormProps extends BaseProps {
21
22
  _defineProperty(this, "relatedData", () => {});
22
23
  _defineProperty(this, "onSuccess", () => {});
23
24
  _defineProperty(this, "onError", () => {});
25
+ _defineProperty(this, "onBeforerender", () => {});
26
+ _defineProperty(this, "generateComponent", metadata => {});
24
27
  }
25
28
  }
26
29
  //# sourceMappingURL=form.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmFormProps","constructor","arguments","_defineProperty","metadata"],"sources":["form.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmFormProps extends BaseProps {\n children: any;\n dataoutput: any;\n onBeforesubmit: any;\n formdata: any;\n parentForm: string = '';\n metadata: any;\n title: any;\n subheading: any;\n iconclass: any;\n postmessage: string = 'Data posted successfully';\n errormessage: string = 'An error occured. Please try again!';\n messagelayout: string = 'Inline';\n formSubmit: Function = () => {};\n formSuccess: Function = () => {};\n relatedData: Function = () => {};\n onSuccess: Function = () => {};\n onError: Function = () => {};\n onBeforerender: Function = () => {};\n generateComponent: Function = (metadata:any) => {};\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,WAAW,SAASD,SAAS,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,qBAK5B,EAAE;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,sBAKD,0BAA0B;IAAAA,eAAA,uBACzB,qCAAqC;IAAAA,eAAA,wBACpC,QAAQ;IAAAA,eAAA,qBACT,MAAM,CAAC,CAAC;IAAAA,eAAA,sBACP,MAAM,CAAC,CAAC;IAAAA,eAAA,sBACR,MAAM,CAAC,CAAC;IAAAA,eAAA,oBACV,MAAM,CAAC,CAAC;IAAAA,eAAA,kBACV,MAAM,CAAC,CAAC;IAAAA,eAAA,yBACD,MAAM,CAAC,CAAC;IAAAA,eAAA,4BACJC,QAAY,IAAK,CAAC,CAAC;EAAA;AACpD"}
@@ -31,6 +31,9 @@ export default class WmList extends BaseComponent {
31
31
  _defineProperty(this, "endThreshold", -1);
32
32
  _defineProperty(this, "loadingData", false);
33
33
  _defineProperty(this, "hasMoreData", true);
34
+ this.updateState({
35
+ maxRecordsToShow: this.state.props.pagesize
36
+ });
34
37
  }
35
38
  isSelected($item) {
36
39
  const selectedItem = this.state.props.selecteditem;
@@ -39,8 +42,7 @@ export default class WmList extends BaseComponent {
39
42
  }
40
43
  return selectedItem === $item;
41
44
  }
42
- onSelect($item, $index) {
43
- let triggerTapEvent = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
45
+ async onSelect($item, $index, $event) {
44
46
  const props = this.state.props;
45
47
  let selectedItem = null;
46
48
  if (props.disableitem !== true && (typeof props.disableitem !== 'function' || !props.disableitem($item, $index))) {
@@ -57,49 +59,60 @@ export default class WmList extends BaseComponent {
57
59
  selectedItem.splice(index, 1);
58
60
  }
59
61
  } else {
60
- if (props.selecteditem === $item) {
61
- selectedItem = null;
62
- } else {
63
- selectedItem = $item;
64
- }
62
+ selectedItem = $item;
65
63
  }
66
64
  this.selectedItemWidgets = this.itemWidgets[$index];
67
- this.updateState({
68
- props: {
69
- selecteditem: selectedItem
70
- },
71
- selectedindex: $index
72
- }, () => {
73
- this.invokeEventCallback('onSelect', [this.proxy, $item]);
74
- triggerTapEvent && this.invokeEventCallback('onTap', [null, this.proxy]);
65
+ return new Promise(resolve => {
66
+ this.updateState({
67
+ props: {
68
+ selecteditem: selectedItem
69
+ },
70
+ selectedindex: $index
71
+ }, () => {
72
+ this.invokeEventCallback('onSelect', [this.proxy, $item]);
73
+ $event && this.invokeEventCallback('onTap', [$event, this.proxy]);
74
+ resolve(null);
75
+ });
75
76
  });
77
+ } else {
78
+ return Promise.resolve(null);
76
79
  }
77
80
  }
81
+ get loadDataOnDemand() {
82
+ const navigation = this.state.props.navigation;
83
+ return navigation === 'Scroll' || navigation === 'On-Demand';
84
+ }
78
85
  loadData() {
79
86
  if (this.loadingData) {
80
87
  return;
81
88
  }
82
- const $list = this.proxy;
83
- $list.loadingdata = true;
84
- this.loadingData = true;
85
- this.props.getNextPageData && this.props.getNextPageData(null, this.proxy, this.state.currentPage + 1).then(data => {
86
- if (data && isArray(data) && isArray(this.state.props.dataset)) {
87
- $list.dataset = [...this.state.props.dataset, ...data];
88
- this.updateState({
89
- currentPage: this.state.currentPage + 1,
90
- maxRecordsToShow: this.state.maxRecordsToShow + 20
91
- });
92
- this.hasMoreData = true;
93
- } else {
94
- this.hasMoreData = false;
95
- }
96
- }).catch(err => {
97
- console.error(err);
98
- }).then(() => {
99
- setTimeout(() => {
100
- $list.loadingdata = false;
101
- }, 1000);
102
- });
89
+ if (isArray(this.state.props.dataset) && this.state.props.dataset.length > this.state.maxRecordsToShow) {
90
+ this.updateState({
91
+ maxRecordsToShow: this.state.maxRecordsToShow + this.state.props.pagesize
92
+ });
93
+ } else if (this.loadDataOnDemand) {
94
+ const $list = this.proxy;
95
+ $list.loadingdata = true;
96
+ this.loadingData = true;
97
+ this.props.getNextPageData && this.props.getNextPageData(null, this.proxy, this.state.currentPage + 1).then(data => {
98
+ if (isArray(data) && data.length > 0 && isArray(this.state.props.dataset)) {
99
+ $list.dataset = [...this.state.props.dataset, ...data];
100
+ this.updateState({
101
+ currentPage: this.state.currentPage + 1,
102
+ maxRecordsToShow: this.state.maxRecordsToShow + this.state.props.pagesize
103
+ });
104
+ this.hasMoreData = true;
105
+ } else {
106
+ this.hasMoreData = false;
107
+ }
108
+ }).catch(err => {
109
+ console.error(err);
110
+ }).then(() => {
111
+ setTimeout(() => {
112
+ $list.loadingdata = false;
113
+ }, 1000);
114
+ });
115
+ }
103
116
  }
104
117
  selectFirstItem() {
105
118
  const props = this.state.props;
@@ -188,7 +201,7 @@ export default class WmList extends BaseComponent {
188
201
  if (this.state.props.groupby) {
189
202
  this.setGroupData($new);
190
203
  } else {
191
- if (!($old && $old.length) && $new && $new.length && this.state.props.deferload) {
204
+ if (!($old && $old.length) && $new && $new.length && this.loadDataOnDemand) {
192
205
  this.updateState({
193
206
  props: {
194
207
  dataset: [...$new]
@@ -246,15 +259,8 @@ export default class WmList extends BaseComponent {
246
259
  }
247
260
  this.subscribe('scroll', event => {
248
261
  const scrollPosition = event.nativeEvent.contentOffset.y + event.nativeEvent.layoutMeasurement.height;
249
- if (scrollPosition > this.endThreshold) {
250
- var _this$state$props$dat;
251
- if (((_this$state$props$dat = this.state.props.dataset) === null || _this$state$props$dat === void 0 ? void 0 : _this$state$props$dat.length) > this.state.maxRecordsToShow) {
252
- this.updateState({
253
- maxRecordsToShow: this.state.maxRecordsToShow + 20
254
- });
255
- } else if (this.state.props.deferload) {
256
- this.loadData();
257
- }
262
+ if (scrollPosition > this.endThreshold && this.state.props.direction === 'vertical') {
263
+ this.loadData();
258
264
  }
259
265
  });
260
266
  super.componentDidMount();
@@ -279,15 +285,18 @@ export default class WmList extends BaseComponent {
279
285
  renderItem(item, index, props) {
280
286
  const cols = this.getNoOfColumns();
281
287
  const isHorizontal = props.direction === 'horizontal';
282
- return index < this.state.maxRecordsToShow ? /*#__PURE__*/React.createElement(View, {
288
+ return index < this.state.maxRecordsToShow || isHorizontal ? /*#__PURE__*/React.createElement(View, {
283
289
  style: [this.styles.item, props.itemclass ? this.theme.getStyle(props.itemclass(item, index)) : null, this.isSelected(item) ? this.styles.selectedItem : {}]
284
290
  }, /*#__PURE__*/React.createElement(Tappable, _extends({}, this.getTestPropsForAction(`item${index}`), {
285
- onTap: () => this.onSelect(item, index, true),
291
+ onTap: $event => this.onSelect(item, index, $event),
286
292
  onLongTap: () => this.invokeEventCallback('onLongtap', [null, this.proxy]),
287
293
  onDoubleTap: () => this.invokeEventCallback('onDoubletap', [null, this.proxy]),
288
- styles: [cols ? {
294
+ styles: [{
295
+ display: 'flex',
296
+ flexDirection: 'row'
297
+ }, cols ? {
289
298
  width: '100%'
290
- } : null, cols || isHorizontal ? {
299
+ } : null, cols && cols > 1 || isHorizontal ? {
291
300
  paddingRight: (isNil(this.styles.item.marginRight) ? this.styles.item.margin : this.styles.item.marginRight) || 4
292
301
  } : null]
293
302
  }), props.renderItem(item, index, this), this.isSelected(item) ? /*#__PURE__*/React.createElement(WmIcon, {
@@ -357,24 +366,22 @@ export default class WmList extends BaseComponent {
357
366
  style: this.styles.root,
358
367
  onLayout: e => this.onLayoutChange(e)
359
368
  }, !isEmpty(this.state.groupedData) ? this.state.groupedData.map((v, i) => /*#__PURE__*/React.createElement(View, {
360
- style: {
361
- marginBottom: 16
362
- },
369
+ style: this.styles.group,
363
370
  key: v.key || this.keyExtractor.getKey(v, true)
364
371
  }, this.renderHeader(props, v.key), /*#__PURE__*/React.createElement(FlatList, _extends({
365
372
  key: props.name + '_' + (isHorizontal ? 'H' : 'V') + props.itemsperrow.xs,
366
373
  keyExtractor: (item, i) => this.generateItemKey(item, i, props),
367
- scrollEnabled: false,
374
+ scrollEnabled: isHorizontal,
368
375
  horizontal: isHorizontal,
369
376
  data: isEmpty(v.data[0]) ? [] : v.data,
370
377
  ListEmptyComponent: itemInfo => this.renderEmptyMessage(isHorizontal, itemInfo.item, itemInfo.index, props),
371
378
  renderItem: itemInfo => this.renderItem(itemInfo.item, itemInfo.index, props)
372
379
  }, isHorizontal ? {} : {
373
380
  numColumns: this.getNoOfColumns()
374
- })), props.deferload ? this.loadingData ? this.renderLoadingIcon(props) : /*#__PURE__*/React.createElement(WmLabel, {
381
+ })), this.loadDataOnDemand || v.data.length > this.state.maxRecordsToShow ? this.loadingData ? this.renderLoadingIcon(props) : /*#__PURE__*/React.createElement(WmLabel, {
375
382
  id: this.getTestId('ondemandmessage'),
376
383
  styles: this.styles.onDemandMessage,
377
- caption: this.hasMoreData ? props.ondemandmessage : props.nodatamessage,
384
+ caption: this.hasMoreData && !isHorizontal ? props.ondemandmessage : props.nodatamessage,
378
385
  onTap: () => this.loadData()
379
386
  }) : null)) : this.renderEmptyMessage(isHorizontal, null, null, props));
380
387
  }