@wavemaker/app-rn-runtime 11.7.0-next.26341 → 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 (921) hide show
  1. package/components/basic/anchor/anchor.component.js.map +1 -0
  2. {app-rn-runtime → package}/components/basic/label/label.component.js +1 -1
  3. package/components/basic/label/label.component.js.map +1 -0
  4. package/components/basic/tooltip/tooltip.component.js +79 -0
  5. package/components/basic/tooltip/tooltip.component.js.map +1 -0
  6. package/components/basic/tooltip/tooltip.props.js +18 -0
  7. package/components/basic/tooltip/tooltip.props.js.map +1 -0
  8. package/components/basic/tooltip/tooltip.styles.js +49 -0
  9. package/components/basic/tooltip/tooltip.styles.js.map +1 -0
  10. {app-rn-runtime → package}/components/container/accordion/accordion.component.js +2 -2
  11. package/components/container/accordion/accordion.component.js.map +1 -0
  12. {app-rn-runtime → package}/components/container/panel/panel.component.js +1 -1
  13. package/components/container/panel/panel.component.js.map +1 -0
  14. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +6 -3
  15. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  16. {app-rn-runtime → package}/components/container/wizard/wizard.component.js +1 -1
  17. package/components/container/wizard/wizard.component.js.map +1 -0
  18. package/components/data/form/form-action/form-action.component.js.map +1 -0
  19. {app-rn-runtime → package}/components/data/form/form.component.js +1 -1
  20. package/components/data/form/form.component.js.map +1 -0
  21. {app-rn-runtime → package}/components/data/list/list.component.js +21 -18
  22. package/components/data/list/list.component.js.map +1 -0
  23. {app-rn-runtime → package}/components/data/list/list.styles.js +0 -2
  24. package/components/data/list/list.styles.js.map +1 -0
  25. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +2 -2
  26. package/components/input/basedataset/basedataset.component.js.map +1 -0
  27. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js +2 -0
  28. package/components/input/baseinput/baseinput.component.js.map +1 -0
  29. {app-rn-runtime → package}/components/input/epoch/base-datetime.component.js +74 -1
  30. package/components/input/epoch/base-datetime.component.js.map +1 -0
  31. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +2 -0
  32. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js.map +1 -1
  33. package/components/input/epoch/wheel-date-picker.component.js +87 -0
  34. package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
  35. package/components/input/epoch/wheel-time-picker.component.js +107 -0
  36. package/components/input/epoch/wheel-time-picker.component.js.map +1 -0
  37. package/components/input/epoch/wheelpicker/wheelpicker.component.js +90 -0
  38. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
  39. package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
  40. package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
  41. package/components/input/epoch/wheelpicker/wheelpicker.styles.js +55 -0
  42. package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
  43. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +72 -0
  44. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
  45. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +15 -0
  46. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
  47. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +66 -0
  48. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
  49. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +74 -0
  50. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
  51. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +16 -0
  52. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
  53. package/components/input/slider/slider.component.js +439 -0
  54. package/components/input/slider/slider.component.js.map +1 -0
  55. package/components/input/slider/slider.component_backup.js +398 -0
  56. package/components/input/slider/slider.component_backup.js.map +1 -0
  57. {app-rn-runtime → package}/components/input/slider/slider.props.js +9 -5
  58. package/components/input/slider/slider.props.js.map +1 -0
  59. {app-rn-runtime → package}/components/input/slider/slider.styles.js +25 -2
  60. package/components/input/slider/slider.styles.js.map +1 -0
  61. {app-rn-runtime → package}/components/input/switch/switch.component.js +1 -1
  62. {app-rn-runtime → package}/components/input/switch/switch.component.js.map +1 -1
  63. {app-rn-runtime → package}/components/input/switch/switch.styles.js +6 -1
  64. package/components/input/switch/switch.styles.js.map +1 -0
  65. package/components/navigation/navbar/navbar.props.js.map +1 -0
  66. package/components/navigation/navitem/navitem.component.js.map +1 -0
  67. package/components/navigation/navitem/navitem.props.js.map +1 -0
  68. package/components/navigation/popover/popover.component.js.map +1 -0
  69. {app-rn-runtime → package}/core/base.component.js +21 -15
  70. package/core/base.component.js.map +1 -0
  71. package/core/components/flatlist.component.js +38 -0
  72. package/core/components/flatlist.component.js.map +1 -0
  73. {app-rn-runtime → package}/core/event-notifier.js +13 -4
  74. package/core/event-notifier.js.map +1 -0
  75. {app-rn-runtime → package}/core/tappable.component.js +75 -39
  76. package/core/tappable.component.js.map +1 -0
  77. {app-rn-runtime → package}/core/utils.js +62 -0
  78. package/core/utils.js.map +1 -0
  79. {app-rn-runtime → package}/package.json +3 -3
  80. {app-rn-runtime → package}/runtime/App.js +8 -0
  81. package/runtime/App.js.map +1 -0
  82. {app-rn-runtime → package}/runtime/base-page.component.js +10 -2
  83. package/runtime/base-page.component.js.map +1 -0
  84. {app-rn-runtime → package}/runtime/base-partial.component.js +10 -5
  85. package/runtime/base-partial.component.js.map +1 -0
  86. {app-rn-runtime → package}/runtime/services/app-security.service.js +21 -7
  87. package/runtime/services/app-security.service.js.map +1 -0
  88. {app-rn-runtime → package}/styles/theme.variables.js +7 -0
  89. package/styles/theme.variables.js.map +1 -0
  90. package/variables/device/device/network-info.operation.js +33 -0
  91. package/variables/device/device/network-info.operation.js.map +1 -0
  92. package/variables/device/operation.provider.js.map +1 -0
  93. {app-rn-runtime → package}/variables/device-variable.js +1 -1
  94. package/variables/device-variable.js.map +1 -0
  95. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  96. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  97. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  98. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  99. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  100. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  101. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +0 -1
  102. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  103. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  104. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  105. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  106. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  107. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  108. app-rn-runtime/components/input/slider/slider.component.js +0 -154
  109. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  110. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  111. app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
  112. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  113. app-rn-runtime/components/navigation/navbar/navbar.props.js.map +0 -1
  114. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  115. app-rn-runtime/components/navigation/navitem/navitem.props.js.map +0 -1
  116. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  117. app-rn-runtime/core/base.component.js.map +0 -1
  118. app-rn-runtime/core/event-notifier.js.map +0 -1
  119. app-rn-runtime/core/tappable.component.js.map +0 -1
  120. app-rn-runtime/core/utils.js.map +0 -1
  121. app-rn-runtime/runtime/App.js.map +0 -1
  122. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  123. app-rn-runtime/runtime/base-partial.component.js.map +0 -1
  124. app-rn-runtime/runtime/services/app-security.service.js.map +0 -1
  125. app-rn-runtime/styles/theme.variables.js.map +0 -1
  126. app-rn-runtime/variables/device/device/network-info.operation.js +0 -13
  127. app-rn-runtime/variables/device/device/network-info.operation.js.map +0 -1
  128. app-rn-runtime/variables/device/operation.provider.js.map +0 -1
  129. app-rn-runtime/variables/device-variable.js.map +0 -1
  130. {app-rn-runtime → package}/actions/base-action.js +0 -0
  131. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  132. {app-rn-runtime → package}/actions/index.js +0 -0
  133. {app-rn-runtime → package}/actions/index.js.map +0 -0
  134. {app-rn-runtime → package}/actions/login-action.js +0 -0
  135. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  136. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  137. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  138. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  139. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  140. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  141. {app-rn-runtime → package}/actions/notification-action.js.map +0 -0
  142. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  143. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  144. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  145. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  146. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  147. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  148. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  149. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  150. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  151. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  152. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  153. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  154. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  155. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  156. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js +0 -0
  157. {app-rn-runtime → package}/components/advanced/carousel/carousel.component.js.map +0 -0
  158. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js +0 -0
  159. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js.map +0 -0
  160. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js +0 -0
  161. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js.map +0 -0
  162. {app-rn-runtime → package}/components/advanced/login/login.component.js +0 -0
  163. {app-rn-runtime → package}/components/advanced/login/login.component.js.map +0 -0
  164. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  165. {app-rn-runtime → package}/components/advanced/login/login.props.js.map +0 -0
  166. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  167. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  168. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -0
  169. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -0
  170. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  171. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  172. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  173. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  174. {app-rn-runtime → package}/components/advanced/webview/webview.component.js +0 -0
  175. {app-rn-runtime → package}/components/advanced/webview/webview.component.js.map +0 -0
  176. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  177. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  178. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  179. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  180. {app-rn-runtime → package}/components/basic/anchor/anchor.component.js +0 -0
  181. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +0 -0
  182. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js.map +0 -0
  183. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js +0 -0
  184. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js.map +0 -0
  185. {app-rn-runtime → package}/components/basic/animatedview.component.js +0 -0
  186. {app-rn-runtime → package}/components/basic/animatedview.component.js.map +0 -0
  187. {app-rn-runtime → package}/components/basic/audio/audio.component.js +0 -0
  188. {app-rn-runtime → package}/components/basic/audio/audio.component.js.map +0 -0
  189. {app-rn-runtime → package}/components/basic/audio/audio.props.js +0 -0
  190. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  191. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  192. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  193. {app-rn-runtime → package}/components/basic/button/button.component.js +0 -0
  194. {app-rn-runtime → package}/components/basic/button/button.component.js.map +0 -0
  195. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  196. {app-rn-runtime → package}/components/basic/button/button.props.js.map +0 -0
  197. {app-rn-runtime → package}/components/basic/button/button.styles.js +0 -0
  198. {app-rn-runtime → package}/components/basic/button/button.styles.js.map +0 -0
  199. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  200. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js.map +0 -0
  201. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  202. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  203. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  204. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  205. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  206. {app-rn-runtime → package}/components/basic/custom/custom.component.js.map +0 -0
  207. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  208. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  209. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  210. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  211. {app-rn-runtime → package}/components/basic/icon/icon.component.js +0 -0
  212. {app-rn-runtime → package}/components/basic/icon/icon.component.js.map +0 -0
  213. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  214. {app-rn-runtime → package}/components/basic/icon/icon.props.js.map +0 -0
  215. {app-rn-runtime → package}/components/basic/icon/icon.styles.js +0 -0
  216. {app-rn-runtime → package}/components/basic/icon/icon.styles.js.map +0 -0
  217. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  218. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  219. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  220. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  221. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  222. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  223. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  224. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  225. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  226. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  227. {app-rn-runtime → package}/components/basic/label/label.props.js.map +0 -0
  228. {app-rn-runtime → package}/components/basic/label/label.styles.js +0 -0
  229. {app-rn-runtime → package}/components/basic/label/label.styles.js.map +0 -0
  230. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  231. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js.map +0 -0
  232. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  233. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  234. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  235. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  236. {app-rn-runtime → package}/components/basic/message/message.component.js +0 -0
  237. {app-rn-runtime → package}/components/basic/message/message.component.js.map +0 -0
  238. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  239. {app-rn-runtime → package}/components/basic/message/message.props.js.map +0 -0
  240. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  241. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  242. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  243. {app-rn-runtime → package}/components/basic/modal/modal.component.js.map +0 -0
  244. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  245. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  246. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  247. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  248. {app-rn-runtime → package}/components/basic/picture/picture.component.js +0 -0
  249. {app-rn-runtime → package}/components/basic/picture/picture.component.js.map +0 -0
  250. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  251. {app-rn-runtime → package}/components/basic/picture/picture.props.js.map +0 -0
  252. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  253. {app-rn-runtime → package}/components/basic/picture/picture.styles.js.map +0 -0
  254. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js +0 -0
  255. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js.map +0 -0
  256. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  257. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js.map +0 -0
  258. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js +0 -0
  259. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js.map +0 -0
  260. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js +0 -0
  261. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js.map +0 -0
  262. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  263. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  264. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  265. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  266. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  267. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  268. {app-rn-runtime → package}/components/basic/search/search.component.js +0 -0
  269. {app-rn-runtime → package}/components/basic/search/search.component.js.map +0 -0
  270. {app-rn-runtime → package}/components/basic/search/search.props.js +0 -0
  271. {app-rn-runtime → package}/components/basic/search/search.props.js.map +0 -0
  272. {app-rn-runtime → package}/components/basic/search/search.styles.js +0 -0
  273. {app-rn-runtime → package}/components/basic/search/search.styles.js.map +0 -0
  274. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  275. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js.map +0 -0
  276. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  277. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  278. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  279. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  280. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js +0 -0
  281. {app-rn-runtime → package}/components/basic/spinner/spinner.component.js.map +0 -0
  282. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  283. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  284. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  285. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  286. {app-rn-runtime → package}/components/basic/video/video.component.js +0 -0
  287. {app-rn-runtime → package}/components/basic/video/video.component.js.map +0 -0
  288. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -0
  289. {app-rn-runtime → package}/components/basic/video/video.props.js.map +0 -0
  290. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  291. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  292. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  293. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js.map +0 -0
  294. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  295. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  296. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  297. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  298. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  299. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js.map +0 -0
  300. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  301. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js.map +0 -0
  302. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  303. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  304. {app-rn-runtime → package}/components/chart/basechart.component.js +0 -0
  305. {app-rn-runtime → package}/components/chart/basechart.component.js.map +0 -0
  306. {app-rn-runtime → package}/components/chart/basechart.props.js +0 -0
  307. {app-rn-runtime → package}/components/chart/basechart.props.js.map +0 -0
  308. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  309. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  310. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  311. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js.map +0 -0
  312. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  313. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  314. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  315. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  316. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  317. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  318. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  319. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  320. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  321. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  322. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  323. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  324. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js +0 -0
  325. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  326. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  327. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  328. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  329. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  330. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  331. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js.map +0 -0
  332. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  333. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  334. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  335. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  336. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js +0 -0
  337. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js.map +0 -0
  338. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js +0 -0
  339. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  340. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  341. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  342. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js +0 -0
  343. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js.map +0 -0
  344. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js +0 -0
  345. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  346. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  347. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  348. {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
  349. {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
  350. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  351. {app-rn-runtime → package}/components/chart/theme/chart.theme.js.map +0 -0
  352. {app-rn-runtime → package}/components/container/accordion/accordion.props.js +0 -0
  353. {app-rn-runtime → package}/components/container/accordion/accordion.props.js.map +0 -0
  354. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js +0 -0
  355. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js.map +0 -0
  356. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js +0 -0
  357. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  358. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  359. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  360. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  361. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  362. {app-rn-runtime → package}/components/container/container.component.js +0 -0
  363. {app-rn-runtime → package}/components/container/container.component.js.map +0 -0
  364. {app-rn-runtime → package}/components/container/container.props.js +0 -0
  365. {app-rn-runtime → package}/components/container/container.props.js.map +0 -0
  366. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  367. {app-rn-runtime → package}/components/container/container.styles.js.map +0 -0
  368. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  369. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -0
  370. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  371. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  372. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  373. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  374. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  375. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -0
  376. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  377. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  378. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  379. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  380. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  381. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js.map +0 -0
  382. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  383. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  384. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  385. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  386. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js +0 -0
  387. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js.map +0 -0
  388. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  389. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  390. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  391. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  392. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
  393. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -0
  394. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  395. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  396. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  397. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  398. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
  399. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
  400. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  401. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  402. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  403. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  404. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  405. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  406. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  407. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  408. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  409. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  410. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  411. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  412. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  413. {app-rn-runtime → package}/components/container/panel/panel.props.js.map +0 -0
  414. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  415. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  416. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  417. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  418. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js +0 -0
  419. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.component.js.map +0 -0
  420. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  421. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js.map +0 -0
  422. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  423. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  424. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  425. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js.map +0 -0
  426. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  427. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  428. {app-rn-runtime → package}/components/container/tabs/tabs.component.js +0 -0
  429. {app-rn-runtime → package}/components/container/tabs/tabs.component.js.map +0 -0
  430. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  431. {app-rn-runtime → package}/components/container/tabs/tabs.props.js.map +0 -0
  432. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js +0 -0
  433. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js.map +0 -0
  434. {app-rn-runtime → package}/components/container/tile/tile.component.js +0 -0
  435. {app-rn-runtime → package}/components/container/tile/tile.component.js.map +0 -0
  436. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  437. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  438. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  439. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  440. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  441. {app-rn-runtime → package}/components/container/wizard/wizard.props.js.map +0 -0
  442. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js +0 -0
  443. {app-rn-runtime → package}/components/container/wizard/wizard.styles.js.map +0 -0
  444. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +0 -0
  445. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -0
  446. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  447. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  448. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  449. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  450. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  451. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js.map +0 -0
  452. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  453. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  454. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  455. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  456. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  457. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js.map +0 -0
  458. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  459. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  460. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  461. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  462. {app-rn-runtime → package}/components/data/card/card.component.js +0 -0
  463. {app-rn-runtime → package}/components/data/card/card.component.js.map +0 -0
  464. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  465. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  466. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  467. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  468. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js +0 -0
  469. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js +0 -0
  470. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  471. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  472. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  473. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  474. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js.map +0 -0
  475. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  476. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  477. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  478. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  479. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js +0 -0
  480. {app-rn-runtime → package}/components/data/form/form-field/form-field.component.js.map +0 -0
  481. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js +0 -0
  482. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js.map +0 -0
  483. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  484. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js.map +0 -0
  485. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  486. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js.map +0 -0
  487. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  488. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  489. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  490. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  491. {app-rn-runtime → package}/components/data/form/form.props.js +0 -0
  492. {app-rn-runtime → package}/components/data/form/form.props.js.map +0 -0
  493. {app-rn-runtime → package}/components/data/form/form.styles.js +0 -0
  494. {app-rn-runtime → package}/components/data/form/form.styles.js.map +0 -0
  495. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js +0 -0
  496. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js.map +0 -0
  497. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  498. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  499. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  500. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js.map +0 -0
  501. {app-rn-runtime → package}/components/data/list/list.props.js +0 -0
  502. {app-rn-runtime → package}/components/data/list/list.props.js.map +0 -0
  503. {app-rn-runtime → package}/components/data/liveform/liveform.component.js +0 -0
  504. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  505. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js +0 -0
  506. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js.map +0 -0
  507. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  508. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js.map +0 -0
  509. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  510. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  511. {app-rn-runtime → package}/components/device/camera/camera.component.js +0 -0
  512. {app-rn-runtime → package}/components/device/camera/camera.component.js.map +0 -0
  513. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  514. {app-rn-runtime → package}/components/device/camera/camera.props.js.map +0 -0
  515. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  516. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  517. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js +0 -0
  518. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  519. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  520. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  521. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  522. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  523. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js +0 -0
  524. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  525. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  526. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  527. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  528. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  529. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js +0 -0
  530. {app-rn-runtime → package}/components/dialogs/dialog/dialog.component.js.map +0 -0
  531. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  532. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  533. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js +0 -0
  534. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js.map +0 -0
  535. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  536. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js.map +0 -0
  537. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  538. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  539. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  540. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  541. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +0 -0
  542. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -0
  543. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  544. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  545. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  546. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  547. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  548. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js.map +0 -0
  549. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  550. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  551. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +0 -0
  552. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js.map +0 -0
  553. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  554. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  555. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js +0 -0
  556. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js.map +0 -0
  557. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  558. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js.map +0 -0
  559. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  560. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  561. {app-rn-runtime → package}/components/input/calendar/calendar.component.js +0 -0
  562. {app-rn-runtime → package}/components/input/calendar/calendar.component.js.map +0 -0
  563. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  564. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  565. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js +0 -0
  566. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js.map +0 -0
  567. {app-rn-runtime → package}/components/input/calendar/views/month-view.js +0 -0
  568. {app-rn-runtime → package}/components/input/calendar/views/month-view.js.map +0 -0
  569. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  570. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  571. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js +0 -0
  572. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js.map +0 -0
  573. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js +0 -0
  574. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  575. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  576. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js.map +0 -0
  577. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js +0 -0
  578. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js.map +0 -0
  579. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +0 -0
  580. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  581. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  582. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js.map +0 -0
  583. {app-rn-runtime → package}/components/input/chips/chips.component.js +0 -0
  584. {app-rn-runtime → package}/components/input/chips/chips.component.js.map +0 -0
  585. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  586. {app-rn-runtime → package}/components/input/chips/chips.props.js.map +0 -0
  587. {app-rn-runtime → package}/components/input/chips/chips.styles.js +0 -0
  588. {app-rn-runtime → package}/components/input/chips/chips.styles.js.map +0 -0
  589. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  590. {app-rn-runtime → package}/components/input/composite/composite.component.js.map +0 -0
  591. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  592. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  593. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  594. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  595. {app-rn-runtime → package}/components/input/currency/currency.component.js +0 -0
  596. {app-rn-runtime → package}/components/input/currency/currency.component.js.map +0 -0
  597. {app-rn-runtime → package}/components/input/currency/currency.props.js +0 -0
  598. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  599. {app-rn-runtime → package}/components/input/currency/currency.styles.js +0 -0
  600. {app-rn-runtime → package}/components/input/currency/currency.styles.js.map +0 -0
  601. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  602. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  603. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  604. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  605. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js +0 -0
  606. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js.map +0 -0
  607. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  608. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js.map +0 -0
  609. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  610. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  611. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js +0 -0
  612. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js.map +0 -0
  613. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  614. {app-rn-runtime → package}/components/input/epoch/time/time.component.js.map +0 -0
  615. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  616. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  617. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js +0 -0
  618. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js.map +0 -0
  619. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js +0 -0
  620. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js.map +0 -0
  621. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  622. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js.map +0 -0
  623. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  624. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  625. {app-rn-runtime → package}/components/input/number/number.component.js +0 -0
  626. {app-rn-runtime → package}/components/input/number/number.component.js.map +0 -0
  627. {app-rn-runtime → package}/components/input/number/number.props.js +0 -0
  628. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  629. {app-rn-runtime → package}/components/input/number/number.styles.js +0 -0
  630. {app-rn-runtime → package}/components/input/number/number.styles.js.map +0 -0
  631. {app-rn-runtime → package}/components/input/radioset/radioset.component.js +0 -0
  632. {app-rn-runtime → package}/components/input/radioset/radioset.component.js.map +0 -0
  633. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +0 -0
  634. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +0 -0
  635. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js +0 -0
  636. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js.map +0 -0
  637. {app-rn-runtime → package}/components/input/rating/rating.component.js +0 -0
  638. {app-rn-runtime → package}/components/input/rating/rating.component.js.map +0 -0
  639. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  640. {app-rn-runtime → package}/components/input/rating/rating.props.js.map +0 -0
  641. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  642. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  643. {app-rn-runtime → package}/components/input/select/select.component.js +0 -0
  644. {app-rn-runtime → package}/components/input/select/select.component.js.map +0 -0
  645. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  646. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  647. {app-rn-runtime → package}/components/input/select/select.styles.js +0 -0
  648. {app-rn-runtime → package}/components/input/select/select.styles.js.map +0 -0
  649. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  650. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  651. {app-rn-runtime → package}/components/input/text/text.component.js +0 -0
  652. {app-rn-runtime → package}/components/input/text/text.component.js.map +0 -0
  653. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  654. {app-rn-runtime → package}/components/input/text/text.props.js.map +0 -0
  655. {app-rn-runtime → package}/components/input/text/text.styles.js +0 -0
  656. {app-rn-runtime → package}/components/input/text/text.styles.js.map +0 -0
  657. {app-rn-runtime → package}/components/input/textarea/textarea.component.js +0 -0
  658. {app-rn-runtime → package}/components/input/textarea/textarea.component.js.map +0 -0
  659. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  660. {app-rn-runtime → package}/components/input/textarea/textarea.props.js.map +0 -0
  661. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js +0 -0
  662. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js.map +0 -0
  663. {app-rn-runtime → package}/components/input/toggle/toggle.component.js +0 -0
  664. {app-rn-runtime → package}/components/input/toggle/toggle.component.js.map +0 -0
  665. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  666. {app-rn-runtime → package}/components/input/toggle/toggle.props.js.map +0 -0
  667. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js +0 -0
  668. {app-rn-runtime → package}/components/input/toggle/toggle.styles.js.map +0 -0
  669. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js +0 -0
  670. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js.map +0 -0
  671. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  672. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js.map +0 -0
  673. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  674. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js.map +0 -0
  675. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +0 -0
  676. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  677. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  678. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  679. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  680. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  681. {app-rn-runtime → package}/components/navigation/menu/menu.component.js +0 -0
  682. {app-rn-runtime → package}/components/navigation/menu/menu.component.js.map +0 -0
  683. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  684. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  685. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js +0 -0
  686. {app-rn-runtime → package}/components/navigation/menu/menu.styles.js.map +0 -0
  687. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js +0 -0
  688. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js.map +0 -0
  689. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  690. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  691. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  692. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js +0 -0
  693. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  694. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  695. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  696. {app-rn-runtime → package}/components/navigation/popover/popover.component.js +0 -0
  697. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  698. {app-rn-runtime → package}/components/navigation/popover/popover.props.js.map +0 -0
  699. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js +0 -0
  700. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js.map +0 -0
  701. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  702. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  703. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  704. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  705. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  706. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  707. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +0 -0
  708. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js.map +0 -0
  709. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  710. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  711. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  712. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  713. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +0 -0
  714. {app-rn-runtime → package}/components/page/page-content/page-content.component.js.map +0 -0
  715. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  716. {app-rn-runtime → package}/components/page/page-content/page-content.props.js.map +0 -0
  717. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  718. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  719. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  720. {app-rn-runtime → package}/components/page/page.component.js.map +0 -0
  721. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  722. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  723. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  724. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  725. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  726. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  727. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  728. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  729. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  730. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  731. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  732. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js.map +0 -0
  733. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  734. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js.map +0 -0
  735. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  736. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  737. {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
  738. {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
  739. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js +0 -0
  740. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js.map +0 -0
  741. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  742. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js.map +0 -0
  743. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  744. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  745. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  746. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  747. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  748. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  749. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  750. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  751. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  752. {app-rn-runtime → package}/core/AppConfig.js.map +0 -0
  753. {app-rn-runtime → package}/core/accessibility.js +0 -0
  754. {app-rn-runtime → package}/core/accessibility.js.map +0 -0
  755. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  756. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  757. {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
  758. {app-rn-runtime → package}/core/components/floatinglabel.component.js.map +0 -0
  759. {app-rn-runtime → package}/core/components/textinput.component.js +0 -0
  760. {app-rn-runtime → package}/core/components/textinput.component.js.map +0 -0
  761. {app-rn-runtime → package}/core/constant.service.js +0 -0
  762. {app-rn-runtime → package}/core/constant.service.js.map +0 -0
  763. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  764. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  765. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  766. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  767. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  768. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  769. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  770. {app-rn-runtime → package}/core/device/camera-service.js.map +0 -0
  771. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  772. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  773. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  774. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  775. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  776. {app-rn-runtime → package}/core/device/scan-service.js.map +0 -0
  777. {app-rn-runtime → package}/core/display.manager.js +0 -0
  778. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  779. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  780. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  781. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  782. {app-rn-runtime → package}/core/fixed-view.component.js.map +0 -0
  783. {app-rn-runtime → package}/core/formatters.js +0 -0
  784. {app-rn-runtime → package}/core/formatters.js.map +0 -0
  785. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  786. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  787. {app-rn-runtime → package}/core/if.component.js +0 -0
  788. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  789. {app-rn-runtime → package}/core/imageSizeEstimator.js +0 -0
  790. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  791. {app-rn-runtime → package}/core/injector.js +0 -0
  792. {app-rn-runtime → package}/core/injector.js.map +0 -0
  793. {app-rn-runtime → package}/core/key.extractor.js +0 -0
  794. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  795. {app-rn-runtime → package}/core/logger.js +0 -0
  796. {app-rn-runtime → package}/core/logger.js.map +0 -0
  797. {app-rn-runtime → package}/core/modal.service.js +0 -0
  798. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  799. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  800. {app-rn-runtime → package}/core/navigation.service.js.map +0 -0
  801. {app-rn-runtime → package}/core/network.service.js +0 -0
  802. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  803. {app-rn-runtime → package}/core/partial.service.js +0 -0
  804. {app-rn-runtime → package}/core/partial.service.js.map +0 -0
  805. {app-rn-runtime → package}/core/props.provider.js +0 -0
  806. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  807. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  808. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  809. {app-rn-runtime → package}/core/security.service.js +0 -0
  810. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  811. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  812. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  813. {app-rn-runtime → package}/core/storage.service.js +0 -0
  814. {app-rn-runtime → package}/core/storage.service.js.map +0 -0
  815. {app-rn-runtime → package}/core/testid.provider.js +0 -0
  816. {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
  817. {app-rn-runtime → package}/core/toast.service.js +0 -0
  818. {app-rn-runtime → package}/core/toast.service.js.map +0 -0
  819. {app-rn-runtime → package}/core/viewport.js +0 -0
  820. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  821. {app-rn-runtime → package}/gestures/swipe.animation.js +0 -0
  822. {app-rn-runtime → package}/gestures/swipe.animation.js.map +0 -0
  823. {app-rn-runtime → package}/index.js +0 -0
  824. {app-rn-runtime → package}/index.js.map +0 -0
  825. {app-rn-runtime → package}/runtime/App.navigator.js +0 -0
  826. {app-rn-runtime → package}/runtime/App.navigator.js.map +0 -0
  827. {app-rn-runtime → package}/runtime/base-fragment.component.js +0 -0
  828. {app-rn-runtime → package}/runtime/base-fragment.component.js.map +0 -0
  829. {app-rn-runtime → package}/runtime/base-prefab.component.js +0 -0
  830. {app-rn-runtime → package}/runtime/base-prefab.component.js.map +0 -0
  831. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  832. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  833. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  834. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  835. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  836. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js.map +0 -0
  837. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  838. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js.map +0 -0
  839. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  840. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  841. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  842. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js.map +0 -0
  843. {app-rn-runtime → package}/runtime/services/app-i18n.service.js +0 -0
  844. {app-rn-runtime → package}/runtime/services/app-i18n.service.js.map +0 -0
  845. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  846. {app-rn-runtime → package}/runtime/services/app-modal.service.js.map +0 -0
  847. {app-rn-runtime → package}/runtime/services/app-spinner.service.js +0 -0
  848. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  849. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  850. {app-rn-runtime → package}/runtime/services/app-toast.service.js.map +0 -0
  851. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  852. {app-rn-runtime → package}/runtime/services/device/calendar-service.js.map +0 -0
  853. {app-rn-runtime → package}/runtime/services/device/camera-service.js +0 -0
  854. {app-rn-runtime → package}/runtime/services/device/camera-service.js.map +0 -0
  855. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  856. {app-rn-runtime → package}/runtime/services/device/contacts-service.js.map +0 -0
  857. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  858. {app-rn-runtime → package}/runtime/services/device/location-service.js.map +0 -0
  859. {app-rn-runtime → package}/runtime/services/device/permissions.js +0 -0
  860. {app-rn-runtime → package}/runtime/services/device/permissions.js.map +0 -0
  861. {app-rn-runtime → package}/runtime/services/device/scan-service.js +0 -0
  862. {app-rn-runtime → package}/runtime/services/device/scan-service.js.map +0 -0
  863. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  864. {app-rn-runtime → package}/runtime/services/partial.service.js.map +0 -0
  865. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  866. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  867. {app-rn-runtime → package}/runtime/watcher.js +0 -0
  868. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  869. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  870. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  871. {app-rn-runtime → package}/styles/background.component.js +0 -0
  872. {app-rn-runtime → package}/styles/background.component.js.map +0 -0
  873. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  874. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  875. {app-rn-runtime → package}/styles/style-props.js +0 -0
  876. {app-rn-runtime → package}/styles/style-props.js.map +0 -0
  877. {app-rn-runtime → package}/styles/theme.js +0 -0
  878. {app-rn-runtime → package}/styles/theme.js.map +0 -0
  879. {app-rn-runtime → package}/variables/base-variable.js +0 -0
  880. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  881. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  882. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js.map +0 -0
  883. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  884. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js.map +0 -0
  885. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  886. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js.map +0 -0
  887. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  888. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js.map +0 -0
  889. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  890. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js.map +0 -0
  891. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  892. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js.map +0 -0
  893. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  894. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  895. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  896. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js.map +0 -0
  897. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  898. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  899. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  900. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  901. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  902. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js.map +0 -0
  903. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  904. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  905. {app-rn-runtime → package}/variables/device/scan/scan.operation.js.map +0 -0
  906. {app-rn-runtime → package}/variables/http.service.js +0 -0
  907. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  908. {app-rn-runtime → package}/variables/live-variable.js +0 -0
  909. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  910. {app-rn-runtime → package}/variables/model-variable.js +0 -0
  911. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  912. {app-rn-runtime → package}/variables/service-variable.js +0 -0
  913. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  914. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  915. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  916. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  917. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  918. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  919. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  920. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  921. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -0,0 +1,398 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
4
+ function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
5
+ import React from 'react';
6
+ import { View, Text, TouchableOpacity, Animated, Dimensions } from 'react-native';
7
+ import { debounce, isNumber, isNil, isArray, isString, last } from 'lodash';
8
+ import { Gesture, GestureDetector } from 'react-native-gesture-handler';
9
+ import { BackgroundComponent } from '@wavemaker/app-rn-runtime/styles/background.component';
10
+ import WmTooltip from '@wavemaker/app-rn-runtime/components/basic/tooltip/tooltip.component';
11
+ import WmSliderProps from './slider.props';
12
+ import { DEFAULT_CLASS } from './slider.styles';
13
+ import { isDefined, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';
14
+ import { BaseDatasetComponent, BaseDatasetState } from '../basedataset/basedataset.component';
15
+ const SCREEN_WIDTH = Dimensions.get("screen").width;
16
+ export class WmSliderState extends BaseDatasetState {
17
+ constructor() {
18
+ super(...arguments);
19
+ _defineProperty(this, "track", void 0);
20
+ }
21
+ }
22
+ class Scale {
23
+ static getInstanceWithTicks(ticks) {
24
+ const scale = new Scale();
25
+ scale.ticks = [...ticks];
26
+ return scale;
27
+ }
28
+ constructor() {
29
+ _defineProperty(this, "ticks", []);
30
+ }
31
+ getTickIndex(value) {
32
+ if (isString(value)) {
33
+ value = parseInt(value);
34
+ }
35
+ let markIndex = 0;
36
+ const i = this.ticks.findIndex((v, i) => v.markValue >= value);
37
+ if (i === 0) {
38
+ markIndex = 0;
39
+ } else if (i < 0 || i === this.ticks.length - 1) {
40
+ markIndex = this.ticks.length - 1;
41
+ } else if (value - this.ticks[i - 1].markValue < (this.ticks[i].markValue - this.ticks[i - 1].markValue) / 2) {
42
+ markIndex = i - 1;
43
+ } else {
44
+ markIndex = i;
45
+ }
46
+ return markIndex;
47
+ }
48
+ getMinTick() {
49
+ return this.ticks[0];
50
+ }
51
+ getMaxTick() {
52
+ return last(this.ticks) || {};
53
+ }
54
+ getTick(value) {
55
+ return this.ticks[this.getTickIndex(value)];
56
+ }
57
+ clamp(value) {
58
+ const index = this.getTickIndex(value);
59
+ return this.ticks[index].markValue;
60
+ }
61
+ transform(min, max) {
62
+ var _this$ticks$, _last;
63
+ const thisMin = (this.ticks ? (_this$ticks$ = this.ticks[0]) === null || _this$ticks$ === void 0 ? void 0 : _this$ticks$.markValue : 0) || 0;
64
+ const thisMax = (_last = last(this.ticks)) === null || _last === void 0 ? void 0 : _last.markValue;
65
+ const factor = thisMax ? (max - min) / (thisMax - thisMin) : 1;
66
+ const ticks = [];
67
+ this.ticks.forEach((v, i) => {
68
+ const markValue = Math.round(min + (v.markValue - this.ticks[0].markValue) * factor);
69
+ ticks[i] = {
70
+ displayfield: '' + markValue,
71
+ markValue: markValue,
72
+ datafield: '' + markValue
73
+ };
74
+ });
75
+ return Scale.getInstanceWithTicks(ticks);
76
+ }
77
+ }
78
+ export default class WmSlider extends BaseDatasetComponent {
79
+ constructor(props) {
80
+ super(props, DEFAULT_CLASS, new WmSliderProps());
81
+ _defineProperty(this, "valueBeforeSlide", 0);
82
+ _defineProperty(this, "position", new Animated.Value(0));
83
+ _defineProperty(this, "highPosition", new Animated.Value(0));
84
+ _defineProperty(this, "trackGesture", Gesture.Pan());
85
+ _defineProperty(this, "knobGesture", Gesture.Pan());
86
+ _defineProperty(this, "highKnobGesture", Gesture.Pan());
87
+ _defineProperty(this, "scale", null);
88
+ _defineProperty(this, "uiScale", null);
89
+ _defineProperty(this, "onSliderChange", debounce((value, gestureType) => {
90
+ const dataValue = this.getScaledDataValue();
91
+ const isRangeSlider = this.state.props.isrange && isArray(dataValue);
92
+
93
+ // * thumb value for low or high
94
+ const oldThumbValue = gestureType === 'lowThumb' ? dataValue || (dataValue === null || dataValue === void 0 ? void 0 : dataValue[0]) : dataValue === null || dataValue === void 0 ? void 0 : dataValue[1];
95
+ let thumbDataValue = isRangeSlider ? [dataValue[0], dataValue[1]] : [value];
96
+ if (isRangeSlider) {
97
+ if (gestureType === 'lowThumb') {
98
+ const valueLowerThanHighThumb = value > (dataValue === null || dataValue === void 0 ? void 0 : dataValue[1]) ? dataValue === null || dataValue === void 0 ? void 0 : dataValue[1] : value;
99
+ thumbDataValue = [valueLowerThanHighThumb, dataValue[1]];
100
+ } else if (gestureType === 'highThumb') {
101
+ const valueGreaterThanLowThumb = value < dataValue[0] ? dataValue === null || dataValue === void 0 ? void 0 : dataValue[0] : value;
102
+ thumbDataValue = [dataValue[0], valueGreaterThanLowThumb];
103
+ } else {
104
+ // thumbDataValue = [dataValue[0], value];
105
+ }
106
+ }
107
+
108
+ // * new thumb value is different from old value
109
+ if (oldThumbValue !== value) {
110
+ this.updateState({
111
+ props: {
112
+ datavalue: thumbDataValue.map(v => this.scale.getTick(v).displayfield)
113
+ }
114
+ });
115
+ this.props.onFieldChange && this.props.onFieldChange('datavalue', thumbDataValue, oldThumbValue);
116
+ }
117
+ }, 200));
118
+ _defineProperty(this, "onLayoutChange", e => {
119
+ const layout = e.nativeEvent.layout;
120
+ this.updateState({
121
+ track: {
122
+ top: isWebPreviewMode() ? layout.top : layout.y,
123
+ left: isWebPreviewMode() ? layout.left : layout.x,
124
+ width: layout.width,
125
+ height: layout.height
126
+ }
127
+ }, () => this.computePosition(this.state.props.datavalue, 'track'));
128
+ });
129
+ this.configureGesture(this.trackGesture, 'track');
130
+ this.configureGesture(this.knobGesture, 'lowThumb');
131
+ this.configureGesture(this.highKnobGesture, 'highThumb');
132
+ }
133
+ getValueFromGesture(positionX) {
134
+ var _this$scale;
135
+ return ((_this$scale = this.scale) === null || _this$scale === void 0 ? void 0 : _this$scale.ticks[this.uiScale.getTickIndex(positionX)].markValue) || 0;
136
+ }
137
+ getPositionFromValue(value) {
138
+ var _this$uiScale;
139
+ return (_this$uiScale = this.uiScale) === null || _this$uiScale === void 0 || (_this$uiScale = _this$uiScale.ticks[this.scale.getTickIndex(value)]) === null || _this$uiScale === void 0 ? void 0 : _this$uiScale.markValue;
140
+ }
141
+ configureGesture(gesture, gestureType) {
142
+ gesture.maxPointers(1).minDistance(0).onChange(e => {
143
+ const value = this.getValueFromGesture(e.absoluteX);
144
+ this.computePosition(value, gestureType);
145
+ this.forceUpdate();
146
+ }).onEnd(e => {
147
+ if (this.state.track) {
148
+ const value = this.getValueFromGesture(e.absoluteX);
149
+ this.onSliderChange(value, gestureType);
150
+ this.forceUpdate();
151
+ }
152
+ });
153
+ }
154
+ getScaledDataValue() {
155
+ let dataValue = this.state.props.datavalue || this.getDataValue();
156
+ if (dataValue && this.scale) {
157
+ dataValue = isArray(dataValue) ? dataValue : [dataValue];
158
+ return dataValue.map(d => {
159
+ var _this$scale2;
160
+ return (_this$scale2 = this.scale) === null || _this$scale2 === void 0 || (_this$scale2 = _this$scale2.ticks.find(t => t.datafield === d)) === null || _this$scale2 === void 0 ? void 0 : _this$scale2.markValue;
161
+ });
162
+ }
163
+ return dataValue;
164
+ }
165
+ getDataValue() {
166
+ if (isNil(this.props.datavalue)) {
167
+ const mid = Math.floor(this.scale.ticks.length / 2);
168
+ return this.scale.ticks[mid].datafield;
169
+ }
170
+ return this.scale.getTick(this.props.datavalue).datafield;
171
+ }
172
+ onPropertyChange(name, $new, $old) {
173
+ super.onPropertyChange(name, $new, $old);
174
+ switch (name) {
175
+ case 'maxvalue':
176
+ case 'minvalue':
177
+ case 'step':
178
+ const dataset = [];
179
+ const minValue = this.state.props.minvalue;
180
+ const maxValue = this.state.props.maxvalue;
181
+ const step = this.state.props.step;
182
+ if (isDefined(minValue) && isDefined(maxValue) && isDefined(step)) {
183
+ let nextMark = minValue;
184
+ while (nextMark <= maxValue) {
185
+ dataset.push(nextMark);
186
+ nextMark += step || 1;
187
+ }
188
+ this.updateState({
189
+ props: {
190
+ dataset: dataset
191
+ }
192
+ });
193
+ }
194
+ case 'datavalue':
195
+ if (isNumber($new) && isNumber($old)) {
196
+ this.invokeEventCallback('onChange', [null, this, $new, $old]);
197
+ }
198
+ if (!this.state.props.datavalue) {
199
+ this.setProp('datavalue', this.getDataValue() || 0);
200
+ this.computePosition(this.getScaledDataValue()[0], "track");
201
+ }
202
+ break;
203
+ }
204
+ }
205
+ onDataItemsUpdate() {
206
+ super.onDataItemsUpdate();
207
+ this.initScale();
208
+ }
209
+ initScale() {
210
+ var _this$state$dataItems, _state$track;
211
+ const props = this.state.props;
212
+ const state = this.state;
213
+ this.scale = Scale.getInstanceWithTicks((_this$state$dataItems = this.state.dataItems) === null || _this$state$dataItems === void 0 ? void 0 : _this$state$dataItems.map((d, i) => ({
214
+ displayfield: d.displayfield,
215
+ markValue: i + 1,
216
+ datafield: d.datafield
217
+ })));
218
+ const width = ((_state$track = state.track) === null || _state$track === void 0 ? void 0 : _state$track.width) || 0;
219
+ this.uiScale = this.scale.transform(0, width);
220
+ }
221
+ computePosition(datavalue, gestureType) {
222
+ const props = this.state.props;
223
+ const state = this.state;
224
+ const isRangeSlider = state.props.isrange && isArray(state.props.datavalue);
225
+
226
+ // * single thumb slider
227
+ if (!isRangeSlider) {
228
+ var _this$position;
229
+ const value = this.getPositionFromValue(datavalue);
230
+ (_this$position = this.position) === null || _this$position === void 0 ? void 0 : _this$position.setValue(isNaN(value) ? 0 : value);
231
+ return;
232
+ }
233
+ if (gestureType === 'highThumb') {
234
+ var _this$highPosition;
235
+ const value = this.getPositionFromValue(Math.max(props.datavalue[0], datavalue));
236
+ (_this$highPosition = this.highPosition) === null || _this$highPosition === void 0 ? void 0 : _this$highPosition.setValue(value);
237
+ } else if (gestureType === 'lowThumb') {
238
+ var _this$position2;
239
+ const value = this.getPositionFromValue(Math.min(datavalue, props.datavalue[1]));
240
+ (_this$position2 = this.position) === null || _this$position2 === void 0 ? void 0 : _this$position2.setValue(value);
241
+ } else {
242
+ var _props$datavalue, _this$position3, _props$datavalue2, _this$highPosition2;
243
+ /*
244
+ * gestureType: track
245
+ * initial position for low and high thumb
246
+ */
247
+ const lowPosition = this.getPositionFromValue(((_props$datavalue = props.datavalue) === null || _props$datavalue === void 0 ? void 0 : _props$datavalue[0]) || this.scale.getMinTick().datafield);
248
+ (_this$position3 = this.position) === null || _this$position3 === void 0 ? void 0 : _this$position3.setValue(lowPosition);
249
+ const highPosition = this.getPositionFromValue(((_props$datavalue2 = props.datavalue) === null || _props$datavalue2 === void 0 ? void 0 : _props$datavalue2[1]) || this.scale.getMaxTick().datafield);
250
+ (_this$highPosition2 = this.highPosition) === null || _this$highPosition2 === void 0 ? void 0 : _this$highPosition2.setValue(highPosition);
251
+ }
252
+ }
253
+ getTooltipLabel(value, initialValue, type) {
254
+ var _this$scale3;
255
+ const props = this.props;
256
+ let tooltipValue = initialValue;
257
+ const updatedPositionInPx = Number(JSON.stringify(value));
258
+ if (updatedPositionInPx) {
259
+ tooltipValue = this.scale.ticks[this.uiScale.getTickIndex(updatedPositionInPx)].markValue;
260
+ }
261
+
262
+ // * getting custom tooltip label
263
+ if (type === 'lowThumb' && props.lowthumbtooltiplabelexpr) {
264
+ tooltipValue = props.lowthumbtooltiplabelexpr(tooltipValue);
265
+ } else if (type === 'highThumb' && props.highthumbtooltiplabelexpr) {
266
+ tooltipValue = props.highthumbtooltiplabelexpr(tooltipValue);
267
+ }
268
+ return (_this$scale3 = this.scale) === null || _this$scale3 === void 0 ? void 0 : _this$scale3.getTick(tooltipValue).displayfield;
269
+ }
270
+ renderWidget(props) {
271
+ var _this$state$track, _this$scale4, _this$scale5, _last2, _this$scale6, _this$position4;
272
+ const width = ((_this$state$track = this.state.track) === null || _this$state$track === void 0 ? void 0 : _this$state$track.width) || 0;
273
+ const sDataValue = this.getScaledDataValue();
274
+ const isRangeSlider = props.isrange && sDataValue.length > 1;
275
+ return /*#__PURE__*/React.createElement(View, {
276
+ style: this.styles.root
277
+ }, this._background, !props.markerstep ? /*#__PURE__*/React.createElement(View, {
278
+ style: {
279
+ flexDirection: 'row',
280
+ justifyContent: 'space-between'
281
+ }
282
+ }, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestProps('min'), {
283
+ style: [this.styles.text, this.styles.minimumValue]
284
+ }), (_this$scale4 = this.scale) === null || _this$scale4 === void 0 ? void 0 : _this$scale4.ticks[0].displayfield), isRangeSlider ? /*#__PURE__*/React.createElement(React.Fragment, null) : /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestProps('value'), {
285
+ style: [this.styles.text, this.styles.value]
286
+ }), (_this$scale5 = this.scale) === null || _this$scale5 === void 0 ? void 0 : _this$scale5.getTick(props.datavalue).displayfield), /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestProps('max'), {
287
+ style: [this.styles.text, this.styles.maximumValue]
288
+ }), (_last2 = last((_this$scale6 = this.scale) === null || _this$scale6 === void 0 ? void 0 : _this$scale6.ticks)) === null || _last2 === void 0 ? void 0 : _last2.displayfield)) : null, /*#__PURE__*/React.createElement(GestureDetector, {
289
+ gesture: this.trackGesture
290
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, _extends({
291
+ activeOpacity: 1,
292
+ style: [this.styles.track, this.styles.trackStyle],
293
+ onLayout: this.onLayoutChange
294
+ }, this.getTestProps()), /*#__PURE__*/React.createElement(Animated.View, {
295
+ style: [isRangeSlider && this.highPosition ? this.styles.maximumTrack : this.styles.minimumTrack, {
296
+ width: width,
297
+ transform: [{
298
+ translateX: this.position.interpolate({
299
+ inputRange: [0, width],
300
+ outputRange: [-width, 0]
301
+ })
302
+ }]
303
+ }, this.styles.minimumTrackStyle]
304
+ }), /*#__PURE__*/React.createElement(Animated.View, {
305
+ style: [isRangeSlider && this.highPosition ? this.styles.minimumTrack : this.styles.maximumTrack, {
306
+ width: width,
307
+ transform: [{
308
+ translateX: this.position
309
+ }]
310
+ }, this.styles.activeTrackStyle]
311
+ }), isRangeSlider && this.highPosition ? /*#__PURE__*/React.createElement(Animated.View, {
312
+ style: [this.styles.maximumTrack, {
313
+ width: width,
314
+ transform: [{
315
+ translateX: this.highPosition
316
+ }]
317
+ }, this.styles.maximumTrackStyle]
318
+ }) : null)), /*#__PURE__*/React.createElement(View, {
319
+ style: {
320
+ flexDirection: 'row'
321
+ }
322
+ }, /*#__PURE__*/React.createElement(View, null, width && props.markerstep ? Array.from({
323
+ length: (props.maxvalue - props.minvalue) / props.markerstep + 1
324
+ }, (_, i) => Number(props.markerstep) * i + props.minvalue).map((markValue, i) => {
325
+ var _props$markerlabeltex;
326
+ const markWidth = 10;
327
+ const mStep = props.markerstep || 1;
328
+ const stepwiseLeft = this.getPositionFromValue(markValue);
329
+ const labelText = (props === null || props === void 0 || (_props$markerlabeltex = props.markerlabeltext) === null || _props$markerlabeltex === void 0 ? void 0 : _props$markerlabeltex[i]) || markValue;
330
+ return /*#__PURE__*/React.createElement(View, {
331
+ key: i,
332
+ style: [this.styles.markerWrapper, {
333
+ left: stepwiseLeft,
334
+ bottom: markWidth / 2
335
+ }]
336
+ }, /*#__PURE__*/React.createElement(Text, {
337
+ style: [this.styles.markerLabel, {
338
+ bottom: markWidth / 2 + 10
339
+ }, this.styles.markerLabelStyle]
340
+ }, labelText), /*#__PURE__*/React.createElement(View, {
341
+ style: [this.styles.mark, {
342
+ width: markWidth,
343
+ height: markWidth,
344
+ borderRadius: markWidth
345
+ }, this.styles.markerStyle]
346
+ }));
347
+ }) : null), /*#__PURE__*/React.createElement(WmTooltip, {
348
+ showTooltip: props.showtooltip,
349
+ text: this.getTooltipLabel((_this$position4 = this.position) === null || _this$position4 === void 0 ? void 0 : _this$position4._value, sDataValue[0], 'lowThumb'),
350
+ tooltipStyle: [{
351
+ transform: [{
352
+ translateX: this.position
353
+ }]
354
+ }, this.styles.tooltip],
355
+ tooltipLabelStyle: this.styles.tooltipLabel,
356
+ tooltipTriangleStyle: this.styles.tooltipTriangle,
357
+ direction: props.tooltipdirection
358
+ }, /*#__PURE__*/React.createElement(GestureDetector, {
359
+ gesture: this.knobGesture
360
+ }, /*#__PURE__*/React.createElement(Animated.View, {
361
+ style: [this.styles.thumb, {
362
+ transform: [{
363
+ translateX: this.position
364
+ }]
365
+ }]
366
+ }, /*#__PURE__*/React.createElement(BackgroundComponent, {
367
+ size: this.styles.thumb.backgroundSize,
368
+ position: this.styles.thumb.backgroundPosition,
369
+ image: this.styles.thumb.backgroundImage,
370
+ repeat: this.styles.thumb.backgroundRepeat || 'no-repeat'
371
+ })))), isRangeSlider && this.highPosition ? /*#__PURE__*/React.createElement(WmTooltip, {
372
+ showTooltip: props.showtooltip,
373
+ text: this.getTooltipLabel(this.highPosition._value, sDataValue[1], 'highThumb'),
374
+ tooltipStyle: [{
375
+ transform: [{
376
+ translateX: this.highPosition
377
+ }]
378
+ }, this.styles.tooltip],
379
+ tooltipLabelStyle: this.styles.tooltipLabel,
380
+ tooltipTriangleStyle: this.styles.tooltipTriangle,
381
+ direction: props.tooltipdirection
382
+ }, /*#__PURE__*/React.createElement(GestureDetector, {
383
+ gesture: this.highKnobGesture
384
+ }, /*#__PURE__*/React.createElement(Animated.View, {
385
+ style: [this.styles.thumb, {
386
+ transform: [{
387
+ translateX: this.highPosition
388
+ }]
389
+ }]
390
+ }, /*#__PURE__*/React.createElement(BackgroundComponent, {
391
+ size: this.styles.thumb.backgroundSize,
392
+ position: this.styles.thumb.backgroundPosition,
393
+ image: this.styles.thumb.backgroundImage,
394
+ repeat: this.styles.thumb.backgroundRepeat || 'no-repeat'
395
+ })))) : null));
396
+ }
397
+ }
398
+ //# sourceMappingURL=slider.component_backup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Text","TouchableOpacity","Animated","Dimensions","debounce","isNumber","isNil","isArray","isString","last","Gesture","GestureDetector","BackgroundComponent","WmTooltip","WmSliderProps","DEFAULT_CLASS","isDefined","isWebPreviewMode","BaseDatasetComponent","BaseDatasetState","SCREEN_WIDTH","get","width","WmSliderState","constructor","arguments","_defineProperty","Scale","getInstanceWithTicks","ticks","scale","getTickIndex","value","parseInt","markIndex","i","findIndex","v","markValue","length","getMinTick","getMaxTick","getTick","clamp","index","transform","min","max","_this$ticks$","_last","thisMin","thisMax","factor","forEach","Math","round","displayfield","datafield","WmSlider","props","Value","Pan","gestureType","dataValue","getScaledDataValue","isRangeSlider","state","isrange","oldThumbValue","thumbDataValue","valueLowerThanHighThumb","valueGreaterThanLowThumb","updateState","datavalue","map","onFieldChange","e","layout","nativeEvent","track","top","y","left","x","height","computePosition","configureGesture","trackGesture","knobGesture","highKnobGesture","getValueFromGesture","positionX","_this$scale","uiScale","getPositionFromValue","_this$uiScale","gesture","maxPointers","minDistance","onChange","absoluteX","forceUpdate","onEnd","onSliderChange","getDataValue","d","_this$scale2","find","t","mid","floor","onPropertyChange","name","$new","$old","dataset","minValue","minvalue","maxValue","maxvalue","step","nextMark","push","invokeEventCallback","setProp","onDataItemsUpdate","initScale","_this$state$dataItems","_state$track","dataItems","_this$position","position","setValue","isNaN","_this$highPosition","highPosition","_this$position2","_props$datavalue","_this$position3","_props$datavalue2","_this$highPosition2","lowPosition","getTooltipLabel","initialValue","type","_this$scale3","tooltipValue","updatedPositionInPx","Number","JSON","stringify","lowthumbtooltiplabelexpr","highthumbtooltiplabelexpr","renderWidget","_this$state$track","_this$scale4","_this$scale5","_last2","_this$scale6","_this$position4","sDataValue","createElement","style","styles","root","_background","markerstep","flexDirection","justifyContent","_extends","getTestProps","text","minimumValue","Fragment","maximumValue","activeOpacity","trackStyle","onLayout","onLayoutChange","maximumTrack","minimumTrack","translateX","interpolate","inputRange","outputRange","minimumTrackStyle","activeTrackStyle","maximumTrackStyle","Array","from","_","_props$markerlabeltex","markWidth","mStep","stepwiseLeft","labelText","markerlabeltext","key","markerWrapper","bottom","markerLabel","markerLabelStyle","mark","borderRadius","markerStyle","showTooltip","showtooltip","_value","tooltipStyle","tooltip","tooltipLabelStyle","tooltipLabel","tooltipTriangleStyle","tooltipTriangle","direction","tooltipdirection","thumb","size","backgroundSize","backgroundPosition","image","backgroundImage","repeat","backgroundRepeat"],"sources":["slider.component_backup.tsx"],"sourcesContent":["import React from 'react';\nimport { View, Text, LayoutChangeEvent, TouchableOpacity, Animated, Easing, Dimensions } from 'react-native';\nimport { debounce, isNumber, isNil, isArray, isString, last } from 'lodash';\nimport { Gesture, GestureDetector, PanGesture } from 'react-native-gesture-handler';\nimport { BackgroundComponent } from '@wavemaker/app-rn-runtime/styles/background.component';\nimport WmTooltip from '@wavemaker/app-rn-runtime/components/basic/tooltip/tooltip.component';\n\nimport WmSliderProps from './slider.props';\nimport { DEFAULT_CLASS, WmSliderStyles } from './slider.styles';\nimport { isDefined, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport { BaseDatasetComponent, BaseDatasetState } from '../basedataset/basedataset.component';\n\nexport type SliderGestureType = 'track' | 'lowThumb' | 'highThumb';\n\nconst SCREEN_WIDTH = Dimensions.get(\"screen\").width;\n\nexport class WmSliderState extends BaseDatasetState<WmSliderProps> {\n track?: {\n top: number,\n left: number,\n width: number,\n height: number\n };\n}\n\ninterface Tick {\n displayfield: string;\n markValue: number;\n datafield: any;\n}\n\nclass Scale {\n\n public ticks = [] as Tick[];\n\n static getInstanceWithTicks(ticks: Tick[]) {\n const scale = new Scale();\n scale.ticks = [...ticks];\n return scale;\n }\n\n private constructor() {\n \n }\n\n public getTickIndex(value: number) {\n if (isString(value)) {\n value = parseInt(value);\n }\n let markIndex = 0;\n const i = this.ticks.findIndex((v, i) => v.markValue >= value);\n if (i === 0) {\n markIndex = 0;\n } else if (i < 0 || i === this.ticks.length - 1) {\n markIndex = this.ticks.length - 1;\n } else if ((value - this.ticks[i - 1].markValue) < (this.ticks[i].markValue - this.ticks[i - 1].markValue)/2) {\n markIndex = i - 1;\n } else {\n markIndex = i;\n }\n return markIndex;\n }\n\n public getMinTick() {\n return this.ticks[0];\n }\n\n public getMaxTick() {\n return last(this.ticks) || {} as Tick;\n }\n\n public getTick(value: number) {\n return this.ticks[this.getTickIndex(value)];\n}\n\n public clamp(value: number) {\n const index = this.getTickIndex(value);\n return this.ticks[index].markValue; \n }\n\n public transform(min: number, max: number) {\n const thisMin = (this.ticks ? this.ticks[0]?.markValue : 0) || 0;\n const thisMax = last(this.ticks)?.markValue;\n const factor = thisMax ? (max - min)/(thisMax - thisMin) : 1;\n const ticks = [] as Tick[];\n this.ticks.forEach((v, i) => {\n const markValue = Math.round(min + (v.markValue - this.ticks[0].markValue) * factor)\n ticks[i] = {\n displayfield: '' + markValue,\n markValue: markValue,\n datafield: '' + markValue\n };\n });\n return Scale.getInstanceWithTicks(ticks);\n }\n}\n\nexport default class WmSlider extends BaseDatasetComponent<WmSliderProps, WmSliderState, WmSliderStyles> {\n valueBeforeSlide: number = 0;\n private position: any = new Animated.Value(0);\n private highPosition: any = new Animated.Value(0);\n private trackGesture = Gesture.Pan();\n private knobGesture = Gesture.Pan();\n private highKnobGesture = Gesture.Pan();\n private scale: Scale = null as any;\n private uiScale: Scale = null as any;\n\n constructor(props: WmSliderProps) {\n super(props, DEFAULT_CLASS, new WmSliderProps());\n \n this.configureGesture(this.trackGesture, 'track');\n this.configureGesture(this.knobGesture, 'lowThumb');\n this.configureGesture(this.highKnobGesture, 'highThumb');\n }\n\n getValueFromGesture(positionX: number) {\n return this.scale?.ticks[this.uiScale.getTickIndex(positionX)].markValue || 0;\n }\n\n getPositionFromValue(value: number) {\n return this.uiScale?.ticks[this.scale.getTickIndex(value)]?.markValue;\n }\n\n configureGesture(gesture: PanGesture, gestureType: SliderGestureType) {\n gesture\n .maxPointers(1)\n .minDistance(0)\n .onChange(e => {\n const value = this.getValueFromGesture(e.absoluteX);\n this.computePosition(value, gestureType);\n this.forceUpdate();\n })\n .onEnd(e => {\n if (this.state.track) {\n const value = this.getValueFromGesture(e.absoluteX);\n this.onSliderChange(value, gestureType);\n this.forceUpdate();\n }\n })\n }\n\n getScaledDataValue() {\n let dataValue = this.state.props.datavalue || this.getDataValue();\n if (dataValue && this.scale) {\n dataValue = isArray(dataValue) ? dataValue: [dataValue];\n return dataValue.map((d: any) => this.scale?.ticks.find(t => t.datafield === d)?.markValue);\n }\n return dataValue;\n }\n\n getDataValue() {\n if (isNil(this.props.datavalue)) {\n const mid = Math.floor(this.scale.ticks.length / 2);\n return this.scale.ticks[mid].datafield;\n }\n return this.scale.getTick(this.props.datavalue).datafield;\n }\n\n onPropertyChange(name: string, $new: any, $old: any) {\n super.onPropertyChange(name, $new, $old);\n switch(name) {\n case 'maxvalue':\n case 'minvalue': \n case 'step': \n const dataset = [];\n const minValue = this.state.props.minvalue;\n const maxValue = this.state.props.maxvalue;\n const step = this.state.props.step;\n if (isDefined(minValue) \n && isDefined(maxValue)\n && isDefined(step)) {\n let nextMark = minValue;\n while (nextMark <= maxValue) {\n dataset.push(nextMark);\n nextMark += step || 1;\n }\n this.updateState({\n props: {\n dataset: dataset\n }\n } as WmSliderState);\n }\n case 'datavalue':\n if (isNumber($new) && isNumber($old)) {\n this.invokeEventCallback('onChange', [null, this, $new, $old]);\n }\n if (!this.state.props.datavalue) {\n this.setProp('datavalue', this.getDataValue() || 0);\n this.computePosition(this.getScaledDataValue()[0], \"track\");\n }\n break;\n }\n }\n\n onDataItemsUpdate() {\n super.onDataItemsUpdate();\n this.initScale();\n }\n\n onSliderChange = debounce((value: number, gestureType: SliderGestureType) => {\n const dataValue = this.getScaledDataValue();\n const isRangeSlider = this.state.props.isrange && isArray(dataValue);\n\n // * thumb value for low or high\n const oldThumbValue =\n gestureType === 'lowThumb'\n ? dataValue || dataValue?.[0]\n : dataValue?.[1];\n\n let thumbDataValue = isRangeSlider\n ? [dataValue[0], dataValue[1]]\n : [value];\n if (isRangeSlider) {\n if (gestureType === 'lowThumb') {\n const valueLowerThanHighThumb =\n value > dataValue?.[1] ? dataValue?.[1] : value;\n\n thumbDataValue = [valueLowerThanHighThumb, dataValue[1]];\n } else if (gestureType === 'highThumb') {\n const valueGreaterThanLowThumb =\n value < dataValue[0] ? dataValue?.[0] : value;\n\n thumbDataValue = [dataValue[0], valueGreaterThanLowThumb];\n } else {\n // thumbDataValue = [dataValue[0], value];\n }\n }\n\n // * new thumb value is different from old value\n if (oldThumbValue !== value) {\n this.updateState({\n props: {\n datavalue: thumbDataValue.map(v => this.scale.getTick(v).displayfield)\n },\n } as WmSliderState);\n this.props.onFieldChange &&\n this.props.onFieldChange('datavalue', thumbDataValue, oldThumbValue);\n }\n }, 200);\n\n initScale() {\n const props = this.state.props;\n const state = this.state;\n this.scale = Scale.getInstanceWithTicks(\n this.state.dataItems?.map((d: any, i: number) => ({\n displayfield: d.displayfield,\n markValue: i + 1,\n datafield: d.datafield \n }))\n );\n const width = state.track?.width || 0;\n this.uiScale = this.scale.transform(0, width);\n }\n\n computePosition(datavalue: number, gestureType: SliderGestureType) {\n const props = this.state.props;\n const state = this.state;\n const isRangeSlider = state.props.isrange && isArray(state.props.datavalue);\n \n // * single thumb slider\n if (!isRangeSlider) {\n const value = this.getPositionFromValue(datavalue);\n this.position?.setValue(isNaN(value) ? 0 : value);\n return;\n }\n\n if (gestureType === 'highThumb') {\n const value = this.getPositionFromValue(Math.max(props.datavalue[0], datavalue));\n this.highPosition?.setValue(value);\n } else if (gestureType === 'lowThumb') {\n const value = this.getPositionFromValue(Math.min(datavalue, props.datavalue[1]));\n this.position?.setValue(value);\n } else {\n /*\n * gestureType: track\n * initial position for low and high thumb\n */\n const lowPosition = this.getPositionFromValue(props.datavalue?.[0] || this.scale.getMinTick().datafield);\n this.position?.setValue(lowPosition);\n const highPosition = this.getPositionFromValue(props.datavalue?.[1] || this.scale.getMaxTick().datafield);\n this.highPosition?.setValue(highPosition);\n }\n }\n\n getTooltipLabel(value: any, initialValue: any, type: 'lowThumb' | 'highThumb') {\n const props = this.props;\n let tooltipValue = initialValue;\n const updatedPositionInPx = Number(JSON.stringify(value));\n\n if (updatedPositionInPx) {\n tooltipValue = this.scale.ticks[this.uiScale.getTickIndex(updatedPositionInPx)].markValue;\n }\n\n // * getting custom tooltip label\n if (type === 'lowThumb' && props.lowthumbtooltiplabelexpr) {\n tooltipValue = props.lowthumbtooltiplabelexpr(tooltipValue);\n } else if (type === 'highThumb' && props.highthumbtooltiplabelexpr) {\n tooltipValue = props.highthumbtooltiplabelexpr(tooltipValue);\n }\n return this.scale?.getTick(tooltipValue).displayfield;\n }\n\n onLayoutChange = (e: LayoutChangeEvent) => {\n const layout = e.nativeEvent.layout;\n this.updateState({\n track: {\n top: isWebPreviewMode() ? (layout as any).top : layout.y,\n left: isWebPreviewMode() ? (layout as any).left : layout.x,\n width: layout.width,\n height: layout.height\n }\n } as WmSliderState, () => this.computePosition(this.state.props.datavalue, 'track'));\n }\n\n renderWidget(props: WmSliderProps) {\n const width = this.state.track?.width || 0;\n const sDataValue = this.getScaledDataValue();\n const isRangeSlider = props.isrange && sDataValue.length > 1;\n return (\n <View style={this.styles.root}>\n {this._background}\n {!props.markerstep ? (\n <View\n style={{ flexDirection: 'row', justifyContent: 'space-between' }}\n >\n <Text\n {...this.getTestProps('min')}\n style={[this.styles.text, this.styles.minimumValue]}\n >\n {this.scale?.ticks[0].displayfield}\n </Text>\n {isRangeSlider ? (\n <></>\n ) : (\n <Text\n {...this.getTestProps('value')}\n style={[this.styles.text, this.styles.value]}\n >\n {this.scale?.getTick(props.datavalue).displayfield}\n </Text>\n )}\n <Text\n {...this.getTestProps('max')}\n style={[this.styles.text, this.styles.maximumValue]}\n >\n {last(this.scale?.ticks)?.displayfield}\n </Text>\n </View>\n ) : null}\n <GestureDetector gesture={this.trackGesture}>\n <TouchableOpacity\n activeOpacity={1}\n style={[this.styles.track, this.styles.trackStyle]}\n onLayout={this.onLayoutChange}\n {...this.getTestProps()}\n >\n <Animated.View\n style={[\n isRangeSlider && this.highPosition\n ? this.styles.maximumTrack\n : this.styles.minimumTrack,\n {\n width: width,\n transform: [\n {\n translateX: this.position.interpolate({\n inputRange: [0, width],\n outputRange: [-width, 0],\n }),\n },\n ],\n },\n this.styles.minimumTrackStyle,\n ]}\n ></Animated.View>\n <Animated.View\n style={[\n isRangeSlider && this.highPosition\n ? this.styles.minimumTrack\n : this.styles.maximumTrack,\n {\n width: width,\n transform: [\n {\n translateX: this.position,\n },\n ],\n },\n this.styles.activeTrackStyle,\n ]}\n ></Animated.View>\n {isRangeSlider && this.highPosition ? (\n <Animated.View\n style={[\n this.styles.maximumTrack,\n {\n width: width,\n transform: [\n {\n translateX: this.highPosition,\n },\n ],\n },\n this.styles.maximumTrackStyle,\n ]}\n />\n ) : null}\n </TouchableOpacity>\n </GestureDetector>\n <View style={{ flexDirection: 'row' }}>\n <View>\n {width && props.markerstep\n ? Array.from(\n {\n length:\n (props.maxvalue - props.minvalue) / props.markerstep + 1,\n },\n (_, i) => Number(props.markerstep) * i + props.minvalue\n ).map((markValue, i) => {\n const markWidth = 10;\n const mStep = props.markerstep || 1;\n const stepwiseLeft = this.getPositionFromValue(markValue);\n const labelText = props?.markerlabeltext?.[i] || markValue;\n\n return (\n <View\n key={i}\n style={[\n this.styles.markerWrapper,\n {\n left: stepwiseLeft,\n bottom: markWidth / 2,\n },\n ]}\n >\n <Text\n style={[\n this.styles.markerLabel,\n {\n bottom: markWidth / 2 + 10,\n },\n this.styles.markerLabelStyle,\n ]}\n >\n {labelText}\n </Text>\n <View\n style={[\n this.styles.mark,\n {\n width: markWidth,\n height: markWidth,\n borderRadius: markWidth,\n },\n this.styles.markerStyle,\n ]}\n />\n </View>\n );\n })\n : null}\n </View>\n <WmTooltip\n showTooltip={props.showtooltip}\n text={this.getTooltipLabel(\n this.position?._value,\n sDataValue[0],\n 'lowThumb'\n )}\n tooltipStyle={[\n {\n transform: [\n {\n translateX: this.position,\n },\n ],\n },\n this.styles.tooltip,\n ]}\n tooltipLabelStyle={this.styles.tooltipLabel}\n tooltipTriangleStyle={this.styles.tooltipTriangle}\n direction={props.tooltipdirection}\n >\n <GestureDetector gesture={this.knobGesture}>\n <Animated.View\n style={[\n this.styles.thumb,\n {\n transform: [\n {\n translateX: this.position,\n },\n ],\n },\n ]}\n >\n <BackgroundComponent\n size={(this.styles.thumb as any).backgroundSize}\n position={(this.styles.thumb as any).backgroundPosition}\n image={(this.styles.thumb as any).backgroundImage}\n repeat={(this.styles.thumb as any).backgroundRepeat || 'no-repeat'}\n ></BackgroundComponent>\n </Animated.View>\n </GestureDetector>\n </WmTooltip>\n {isRangeSlider && this.highPosition ? (\n <WmTooltip\n showTooltip={props.showtooltip}\n text={this.getTooltipLabel(\n this.highPosition._value,\n sDataValue[1],\n 'highThumb'\n )}\n tooltipStyle={[\n {\n transform: [\n {\n translateX: this.highPosition,\n },\n ],\n },\n this.styles.tooltip,\n ]}\n tooltipLabelStyle={this.styles.tooltipLabel}\n tooltipTriangleStyle={this.styles.tooltipTriangle}\n direction={props.tooltipdirection}\n >\n <GestureDetector gesture={this.highKnobGesture}>\n <Animated.View\n style={[\n this.styles.thumb,\n {\n transform: [\n {\n translateX: this.highPosition,\n },\n ],\n }\n ]}\n >\n <BackgroundComponent\n size={(this.styles.thumb as any).backgroundSize}\n position={(this.styles.thumb as any).backgroundPosition}\n image={(this.styles.thumb as any).backgroundImage}\n repeat={(this.styles.thumb as any).backgroundRepeat || 'no-repeat'}\n />\n </Animated.View>\n </GestureDetector>\n </WmTooltip>\n ) : null}\n </View>\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -1,16 +1,20 @@
1
1
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
2
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
3
  function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
- export default class WmSliderProps extends BaseProps {
4
+ import BaseDatasetProps from '../basedataset/basedataset.props';
5
+ export default class WmSliderProps extends BaseDatasetProps {
6
6
  constructor() {
7
7
  super(...arguments);
8
- _defineProperty(this, "datavalue", void 0);
8
+ _defineProperty(this, "range", false);
9
9
  _defineProperty(this, "minvalue", 0);
10
10
  _defineProperty(this, "maxvalue", 100);
11
11
  _defineProperty(this, "step", 1);
12
- _defineProperty(this, "readonly", false);
13
- _defineProperty(this, "onFieldChange", void 0);
12
+ _defineProperty(this, "datatype", "number");
13
+ _defineProperty(this, "showmarkers", false);
14
+ _defineProperty(this, "showtooltip", false);
15
+ _defineProperty(this, "tooltipdirection", "up");
16
+ _defineProperty(this, "markerlabeltext", []);
17
+ _defineProperty(this, "getToolTipExpression", void 0);
14
18
  }
15
19
  }
16
20
  //# sourceMappingURL=slider.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseDatasetProps","WmSliderProps","constructor","arguments","_defineProperty"],"sources":["slider.props.ts"],"sourcesContent":["import { TooltipDirection } from '../../basic/tooltip/tooltip.props';\nimport BaseDatasetProps from '../basedataset/basedataset.props';\n\nexport default class WmSliderProps extends BaseDatasetProps {\n range?: boolean = false;\n minvalue: number = 0;\n maxvalue: number = 100;\n step?: number = 1;\n datatype: 'number' | 'dataset' = \"number\";\n showmarkers = false;\n showtooltip? = false;\n tooltipdirection?: TooltipDirection = \"up\";\n markerlabeltext?: Array<string | number> = [];\n getToolTipExpression?: (item: number) => string;\n}\n"],"mappings":";;;AACA,OAAOA,gBAAgB,MAAM,kCAAkC;AAE/D,eAAe,MAAMC,aAAa,SAASD,gBAAgB,CAAC;EAAAE,YAAA;IAAA,SAAAC,SAAA;IAAAC,eAAA,gBACtC,KAAK;IAAAA,eAAA,mBACJ,CAAC;IAAAA,eAAA,mBACD,GAAG;IAAAA,eAAA,eACN,CAAC;IAAAA,eAAA,mBACgB,QAAQ;IAAAA,eAAA,sBAC3B,KAAK;IAAAA,eAAA,sBACJ,KAAK;IAAAA,eAAA,2BACkB,IAAI;IAAAA,eAAA,0BACC,EAAE;IAAAA,eAAA;EAAA;AAEjD"}
@@ -39,7 +39,9 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
39
39
  thumb: {
40
40
  height: 20,
41
41
  width: 20,
42
- marginLeft: -8,
42
+ position: 'absolute',
43
+ left: 0,
44
+ marginLeft: -10,
43
45
  marginTop: -20,
44
46
  borderRadius: 16,
45
47
  backgroundColor: themeVariables.thumbTintColor,
@@ -48,7 +50,28 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
48
50
  },
49
51
  disabled: {
50
52
  pointerEvents: 'none'
51
- }
53
+ },
54
+ markerWrapper: {
55
+ position: 'absolute'
56
+ },
57
+ markerLabel: {
58
+ position: 'absolute',
59
+ bottom: 15
60
+ },
61
+ mark: {
62
+ position: 'absolute',
63
+ backgroundColor: 'rgba(0,0,0,0.2)',
64
+ bottom: 0
65
+ },
66
+ trackStyle: {},
67
+ markerStyle: {},
68
+ markerLabelStyle: {},
69
+ minimumTrackStyle: {},
70
+ maximumTrackStyle: {},
71
+ activeTrackStyle: {},
72
+ tooltip: {},
73
+ tooltipLabel: {},
74
+ tooltipTriangle: {}
52
75
  });
53
76
  addStyle(DEFAULT_CLASS, '', defaultStyles);
54
77
  addStyle(DEFAULT_CLASS + '-disabled', '', {
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","fontSize","minimumValue","maximumValue","value","track","position","height","flexDirection","width","minWidth","marginVertical","overflow","borderRadius","minimumTrack","backgroundColor","minimumTrackTintColor","borderTopLeftRadius","borderBottomLeftRadius","maximumTrack","maximumTrackTintColor","flex","borderTopRightRadius","borderBottomRightRadius","thumb","left","marginLeft","marginTop","thumbTintColor","backgroundSize","backgroundPosition","disabled","pointerEvents","markerWrapper","markerLabel","bottom","mark","trackStyle","markerStyle","markerLabelStyle","minimumTrackStyle","maximumTrackStyle","activeTrackStyle","tooltip","tooltipLabel","tooltipTriangle","opacity"],"sources":["slider.styles.ts"],"sourcesContent":["import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { TextStyle, ViewStyle } from 'react-native';\n\nexport type WmSliderStyles = BaseStyles & {\n minimumValue: TextStyle,\n maximumValue: TextStyle,\n value: TextStyle,\n track: ViewStyle,\n minimumTrack: ViewStyle,\n maximumTrack: ViewStyle,\n thumb: ViewStyle,\n disabled: ViewStyle,\n markerWrapper: ViewStyle,\n markerLabel: TextStyle,\n mark: ViewStyle,\n trackStyle: ViewStyle,\n markerStyle: ViewStyle,\n markerLabelStyle: TextStyle,\n minimumTrackStyle: ViewStyle,\n maximumTrackStyle: ViewStyle,\n activeTrackStyle: ViewStyle,\n tooltip: ViewStyle;\n};\n\nexport const DEFAULT_CLASS = 'app-slider';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmSliderStyles = defineStyles({\n root: {\n },\n text: {\n fontSize: 16\n },\n minimumValue: {\n\n },\n maximumValue: {\n\n },\n value: {\n\n },\n track: {\n position: 'relative',\n height: 4,\n flexDirection: 'row',\n width: '100%',\n minWidth: 160,\n marginVertical: 8,\n overflow: 'hidden',\n borderRadius: 4\n },\n minimumTrack: {\n position: 'absolute',\n height: '100%',\n width: 150,\n backgroundColor: themeVariables.minimumTrackTintColor,\n borderTopLeftRadius: 4,\n borderBottomLeftRadius: 4,\n },\n maximumTrack: {\n position: 'absolute',\n height: '100%',\n backgroundColor: themeVariables.maximumTrackTintColor,\n flex: 1,\n borderTopRightRadius: 4,\n borderBottomRightRadius: 4,\n },\n thumb: {\n height: 20,\n width: 20,\n position: 'absolute',\n left: 0,\n marginLeft: -10,\n marginTop: -20,\n borderRadius: 16,\n backgroundColor: themeVariables.thumbTintColor,\n backgroundSize: '100% 100%',\n backgroundPosition: 'center'\n },\n disabled: {\n pointerEvents: 'none'\n },\n markerWrapper: {\n position: 'absolute',\n },\n markerLabel: {\n position: 'absolute',\n bottom: 15,\n },\n mark: {\n position: 'absolute',\n backgroundColor: 'rgba(0,0,0,0.2)',\n bottom: 0,\n },\n trackStyle: {},\n markerStyle: {},\n markerLabelStyle: {},\n minimumTrackStyle: {},\n maximumTrackStyle: {},\n activeTrackStyle: {},\n tooltip: {},\n tooltipLabel: {},\n tooltipTriangle: {},\n }) as WmSliderStyles;\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle(DEFAULT_CLASS + '-disabled', '', {\n root : {\n opacity: 0.5\n }\n });\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAM,wCAAwC;AAC/D,SAAqBC,YAAY,QAAQ,+CAA+C;AAwBxF,OAAO,MAAMC,aAAa,GAAG,YAAY;AACzCF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAA6B,GAAGL,YAAY,CAAC;IAC/CM,IAAI,EAAE,CACN,CAAC;IACDC,IAAI,EAAE;MACFC,QAAQ,EAAE;IACd,CAAC;IACDC,YAAY,EAAE,CAEd,CAAC;IACDC,YAAY,EAAE,CAEd,CAAC;IACDC,KAAK,EAAE,CAEP,CAAC;IACDC,KAAK,EAAE;MACHC,QAAQ,EAAE,UAAU;MACpBC,MAAM,EAAE,CAAC;MACTC,aAAa,EAAE,KAAK;MACpBC,KAAK,EAAE,MAAM;MACbC,QAAQ,EAAE,GAAG;MACbC,cAAc,EAAE,CAAC;MACjBC,QAAQ,EAAE,QAAQ;MAClBC,YAAY,EAAE;IAClB,CAAC;IACDC,YAAY,EAAE;MACVR,QAAQ,EAAE,UAAU;MACpBC,MAAM,EAAE,MAAM;MACdE,KAAK,EAAG,GAAG;MACXM,eAAe,EAAEnB,cAAc,CAACoB,qBAAqB;MACrDC,mBAAmB,EAAE,CAAC;MACtBC,sBAAsB,EAAE;IAC5B,CAAC;IACDC,YAAY,EAAE;MACVb,QAAQ,EAAE,UAAU;MACpBC,MAAM,EAAE,MAAM;MACdQ,eAAe,EAAEnB,cAAc,CAACwB,qBAAqB;MACrDC,IAAI,EAAE,CAAC;MACPC,oBAAoB,EAAE,CAAC;MACvBC,uBAAuB,EAAE;IAC7B,CAAC;IACDC,KAAK,EAAE;MACHjB,MAAM,EAAE,EAAE;MACVE,KAAK,EAAE,EAAE;MACTH,QAAQ,EAAE,UAAU;MACpBmB,IAAI,EAAE,CAAC;MACPC,UAAU,EAAE,CAAC,EAAE;MACfC,SAAS,EAAE,CAAC,EAAE;MACdd,YAAY,EAAE,EAAE;MAChBE,eAAe,EAAEnB,cAAc,CAACgC,cAAc;MAC9CC,cAAc,EAAE,WAAW;MAC3BC,kBAAkB,EAAE;IACxB,CAAC;IACDC,QAAQ,EAAE;MACNC,aAAa,EAAE;IACnB,CAAC;IACDC,aAAa,EAAE;MACX3B,QAAQ,EAAE;IACd,CAAC;IACD4B,WAAW,EAAE;MACT5B,QAAQ,EAAE,UAAU;MACpB6B,MAAM,EAAE;IACZ,CAAC;IACDC,IAAI,EAAE;MACF9B,QAAQ,EAAE,UAAU;MACpBS,eAAe,EAAE,iBAAiB;MAClCoB,MAAM,EAAE;IACZ,CAAC;IACDE,UAAU,EAAE,CAAC,CAAC;IACdC,WAAW,EAAE,CAAC,CAAC;IACfC,gBAAgB,EAAE,CAAC,CAAC;IACpBC,iBAAiB,EAAE,CAAC,CAAC;IACrBC,iBAAiB,EAAE,CAAC,CAAC;IACrBC,gBAAgB,EAAE,CAAC,CAAC;IACpBC,OAAO,EAAE,CAAC,CAAC;IACXC,YAAY,EAAE,CAAC,CAAC;IAChBC,eAAe,EAAE,CAAC;EACtB,CAAC,CAAmB;EAEpBhD,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAACH,aAAa,GAAG,WAAW,EAAE,EAAE,EAAE;IACtCK,IAAI,EAAG;MACP+C,OAAO,EAAE;IACT;EACJ,CAAC,CAAC;AACN,CAAC,CAAC"}
@@ -66,7 +66,7 @@ export default class WmSwitch extends BaseDatasetComponent {
66
66
  iconclass: item.icon,
67
67
  caption: displayText
68
68
  }) : /*#__PURE__*/React.createElement(View, null, /*#__PURE__*/React.createElement(Text, _extends({}, this.getTestPropsForLabel('' + index), {
69
- style: [this.styles.text, {
69
+ style: [isSelected ? this.styles.selectedButtonText : this.styles.text, {
70
70
  color: isSelected ? this.styles.selectedButton.color : this.styles.button.color
71
71
  }]
72
72
  }), displayText)));
@@ -1 +1 @@
1
- {"version":3,"names":["React","Text","View","isEqual","find","WmSwitchProps","DEFAULT_CLASS","WmIcon","BaseDatasetComponent","BaseDatasetState","Tappable","AccessibilityWidgetType","getAccessibilityProps","WmSwitchState","WmSwitch","constructor","props","onChange","value","oldVal","state","datavalue","validate","datafield","selectedItem","dataItems","item","key","dataObject","updateState","isDefault","invokeEvent","invokeEventCallback","undefined","proxy","onTap","event","getItemKey","renderChild","index","btnClass","length","displayText","displayexp","displayfield","isSelected","createElement","_extends","getTestPropsForAction","SWITCH","selected","disabled","bind","styles","button","selectedButton","iconclass","id","getTestId","loadingIcon","icon","caption","getTestPropsForLabel","style","text","color","renderWidget","items","root","map"],"sources":["switch.component.tsx"],"sourcesContent":["import React from 'react';\nimport {Text, View} from \"react-native\";\nimport { isEqual, find } from 'lodash';\n\nimport WmSwitchProps from './switch.props';\nimport { DEFAULT_CLASS, WmSwitchStyles } from './switch.styles';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { BaseDatasetComponent, BaseDatasetState } from '../basedataset/basedataset.component';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility'; \n\nexport class WmSwitchState extends BaseDatasetState<WmSwitchProps> {}\n\nexport default class WmSwitch extends BaseDatasetComponent<WmSwitchProps, WmSwitchState, WmSwitchStyles> {\n constructor(props: WmSwitchProps) {\n super(props, DEFAULT_CLASS, new WmSwitchProps());\n }\n\n onChange(value: any) {\n if (!value) {\n return;\n }\n const oldVal = this.state.props.datavalue;\n this.validate(value);\n if (value === oldVal) {\n return;\n }\n if (this.state.props.datafield === 'All Fields') {\n const selectedItem = find(this.state.dataItems, (item) => isEqual(item.key, value));\n value = selectedItem && selectedItem.dataObject;\n }\n // @ts-ignore\n this.updateState({props: {datavalue: value}, isDefault: false},\n () => {\n if (!this.props.invokeEvent) {\n this.invokeEventCallback('onChange', [undefined, this.proxy, value, oldVal]);\n }\n });\n }\n\n onTap(event: any, item: any) {\n const value = this.state.props.datafield === 'All Fields' ? this.getItemKey(item.datafield) : item.datafield;\n this.onChange(value);\n this.invokeEventCallback('onTap', [ event, this.proxy ]);\n }\n\n renderChild(item: any, index: any) {\n let btnClass = 'button';\n const props = this.state.props;\n if(index === 0) {\n btnClass = 'firstButton';\n } else if (index+1 === this.state.dataItems.length) {\n btnClass = 'lastButton';\n }\n const displayText = item.displayexp || item.displayfield;\n const isSelected = this.state.props.datafield === 'All Fields' ? isEqual(props.datavalue, item.datafield) : this.state.props.datavalue === item.datafield;\n return (\n <Tappable \n {...this.getTestPropsForAction(index + '')}\n {...getAccessibilityProps(AccessibilityWidgetType.SWITCH, {...this.state.props, selected: isSelected})}\n onTap={this.state.props.disabled ? undefined : this.onTap.bind(this, null, item)}\n styles={[\n this.styles.button,\n this.styles[btnClass],\n isSelected ? this.styles.selectedButton : null]}\n key={item.key}>\n {this.state.props.iconclass ?\n (<WmIcon \n id={this.getTestId('icon' + index)}\n styles={this.styles.loadingIcon}\n iconclass={item.icon}\n caption={displayText}></WmIcon>)\n : (<View>\n <Text \n {...this.getTestPropsForLabel('' + index)}\n style={[this.styles.text, \n {color: isSelected ? this.styles.selectedButton.color : this.styles.button.color }]}>\n {displayText}\n </Text>\n </View>)}\n </Tappable>\n );\n };\n\n renderWidget(props: WmSwitchProps) {\n const items = this.state.dataItems;\n return (<View style={this.styles.root}>\n {items && items.length ?\n items.map((item: any, index: any) => this.renderChild(item, index)): null}\n </View>);\n }\n}\n"],"mappings":"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"}
1
+ {"version":3,"names":["React","Text","View","isEqual","find","WmSwitchProps","DEFAULT_CLASS","WmIcon","BaseDatasetComponent","BaseDatasetState","Tappable","AccessibilityWidgetType","getAccessibilityProps","WmSwitchState","WmSwitch","constructor","props","onChange","value","oldVal","state","datavalue","validate","datafield","selectedItem","dataItems","item","key","dataObject","updateState","isDefault","invokeEvent","invokeEventCallback","undefined","proxy","onTap","event","getItemKey","renderChild","index","btnClass","length","displayText","displayexp","displayfield","isSelected","createElement","_extends","getTestPropsForAction","SWITCH","selected","disabled","bind","styles","button","selectedButton","iconclass","id","getTestId","loadingIcon","icon","caption","getTestPropsForLabel","style","selectedButtonText","text","color","renderWidget","items","root","map"],"sources":["switch.component.tsx"],"sourcesContent":["import React from 'react';\nimport {Text, View} from \"react-native\";\nimport { isEqual, find } from 'lodash';\n\nimport WmSwitchProps from './switch.props';\nimport { DEFAULT_CLASS, WmSwitchStyles } from './switch.styles';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { BaseDatasetComponent, BaseDatasetState } from '../basedataset/basedataset.component';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nexport class WmSwitchState extends BaseDatasetState<WmSwitchProps> {}\n\nexport default class WmSwitch extends BaseDatasetComponent<WmSwitchProps, WmSwitchState, WmSwitchStyles> {\n constructor(props: WmSwitchProps) {\n super(props, DEFAULT_CLASS, new WmSwitchProps());\n }\n\n onChange(value: any) {\n if (!value) {\n return;\n }\n const oldVal = this.state.props.datavalue;\n this.validate(value);\n if (value === oldVal) {\n return;\n }\n if (this.state.props.datafield === 'All Fields') {\n const selectedItem = find(this.state.dataItems, (item) => isEqual(item.key, value));\n value = selectedItem && selectedItem.dataObject;\n }\n // @ts-ignore\n this.updateState({props: {datavalue: value}, isDefault: false},\n () => {\n if (!this.props.invokeEvent) {\n this.invokeEventCallback('onChange', [undefined, this.proxy, value, oldVal]);\n }\n });\n }\n\n onTap(event: any, item: any) {\n const value = this.state.props.datafield === 'All Fields' ? this.getItemKey(item.datafield) : item.datafield;\n this.onChange(value);\n this.invokeEventCallback('onTap', [ event, this.proxy ]);\n }\n\n renderChild(item: any, index: any) {\n let btnClass = 'button';\n const props = this.state.props;\n if(index === 0) {\n btnClass = 'firstButton';\n } else if (index+1 === this.state.dataItems.length) {\n btnClass = 'lastButton';\n }\n const displayText = item.displayexp || item.displayfield;\n const isSelected = this.state.props.datafield === 'All Fields' ? isEqual(props.datavalue, item.datafield) : this.state.props.datavalue === item.datafield;\n return (\n <Tappable\n {...this.getTestPropsForAction(index + '')}\n {...getAccessibilityProps(AccessibilityWidgetType.SWITCH, {...this.state.props, selected: isSelected})}\n onTap={this.state.props.disabled ? undefined : this.onTap.bind(this, null, item)}\n styles={[\n this.styles.button,\n this.styles[btnClass],\n isSelected ? this.styles.selectedButton : null]}\n key={item.key}>\n {this.state.props.iconclass ?\n (<WmIcon\n id={this.getTestId('icon' + index)}\n styles={this.styles.loadingIcon}\n iconclass={item.icon}\n caption={displayText}></WmIcon>)\n : (<View>\n <Text\n {...this.getTestPropsForLabel('' + index)}\n style={[ isSelected ? this.styles.selectedButtonText : this.styles.text,\n {color: isSelected ? this.styles.selectedButton.color : this.styles.button.color }]}>\n {displayText}\n </Text>\n </View>)}\n </Tappable>\n );\n };\n\n renderWidget(props: WmSwitchProps) {\n const items = this.state.dataItems;\n return (<View style={this.styles.root}>\n {items && items.length ?\n items.map((item: any, index: any) => this.renderChild(item, index)): null}\n </View>);\n }\n}\n"],"mappings":"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"}