@wavemaker/app-rn-runtime 12.0.0-next.142016 → 12.0.0-next.25480

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 (1498) hide show
  1. package/actions/notification-action.js +76 -0
  2. package/actions/notification-action.js.map +1 -0
  3. package/actions/timer-action.js +57 -0
  4. package/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
  5. package/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
  6. package/components/advanced/carousel/carousel.component.js +378 -0
  7. package/components/advanced/carousel/carousel.component.js.map +1 -0
  8. package/components/advanced/carousel/carousel.props.js +23 -0
  9. package/components/advanced/carousel/carousel.props.js.map +1 -0
  10. package/components/advanced/carousel/carousel.styles.js +179 -0
  11. package/components/advanced/carousel/carousel.styles.js.map +1 -0
  12. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js +14 -0
  13. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js.map +1 -0
  14. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js +11 -0
  15. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -0
  16. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js +14 -0
  17. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js.map +1 -0
  18. package/components/advanced/login/login.component.js +40 -0
  19. package/components/advanced/login/login.component.js.map +1 -0
  20. package/components/advanced/login/login.props.js +13 -0
  21. package/components/advanced/login/login.props.js.map +1 -0
  22. package/components/advanced/network-info-toaster/network-info-toaster.component.js +118 -0
  23. package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
  24. package/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
  25. package/components/advanced/webview/webview.component.js +160 -0
  26. package/components/advanced/webview/webview.component.js.map +1 -0
  27. package/components/advanced/webview/webview.props.js +16 -0
  28. package/components/basic/anchor/anchor.component.js +107 -0
  29. package/components/basic/anchor/anchor.component.js.map +1 -0
  30. package/components/basic/anchor/anchor.props.js +33 -0
  31. package/components/basic/anchor/anchor.props.js.map +1 -0
  32. package/components/basic/anchor/anchor.styles.js +88 -0
  33. package/components/basic/anchor/anchor.styles.js.map +1 -0
  34. package/components/basic/animatedview.component.js +226 -0
  35. package/components/basic/animatedview.component.js.map +1 -0
  36. package/components/basic/audio/audio.component.js +257 -0
  37. package/components/basic/audio/audio.component.js.map +1 -0
  38. package/components/basic/audio/audio.props.js +15 -0
  39. package/components/basic/bottomsheet/bottomsheet.component.js +749 -0
  40. package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -0
  41. package/components/basic/bottomsheet/bottomsheet.props.js +26 -0
  42. package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -0
  43. package/components/basic/bottomsheet/bottomsheet.styles.js +88 -0
  44. package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -0
  45. package/components/basic/button/button.component.js +111 -0
  46. package/components/basic/button/button.component.js.map +1 -0
  47. package/components/basic/button/button.props.js +28 -0
  48. package/components/basic/button/button.props.js.map +1 -0
  49. package/components/basic/button/button.styles.js +133 -0
  50. package/components/basic/button/button.styles.js.map +1 -0
  51. package/components/basic/buttongroup/buttongroup.component.js +28 -0
  52. package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
  53. package/components/basic/buttongroup/buttongroup.props.js +14 -0
  54. package/components/basic/custom/custom.component.js +26 -0
  55. package/components/basic/custom/custom.component.js.map +1 -0
  56. package/components/basic/custom/custom.props.js +16 -0
  57. package/components/basic/icon/icon.component.js +270 -0
  58. package/components/basic/icon/icon.component.js.map +1 -0
  59. package/components/basic/icon/icon.props.js +28 -0
  60. package/components/basic/icon/icon.props.js.map +1 -0
  61. package/components/basic/icon/icon.styles.js +38 -0
  62. package/components/basic/icon/icon.styles.js.map +1 -0
  63. package/components/basic/label/label.component.js +406 -0
  64. package/components/basic/label/label.component.js.map +1 -0
  65. package/components/basic/label/label.props.js +28 -0
  66. package/components/basic/label/label.props.js.map +1 -0
  67. package/components/basic/label/label.styles.js +146 -0
  68. package/components/basic/label/label.styles.js.map +1 -0
  69. package/components/basic/lottie/lottie.component.js +139 -0
  70. package/components/basic/lottie/lottie.component.js.map +1 -0
  71. package/components/basic/lottie/lottie.props.js +14 -0
  72. package/components/basic/message/message.component.js +87 -0
  73. package/components/basic/message/message.component.js.map +1 -0
  74. package/components/basic/message/message.props.js +24 -0
  75. package/components/basic/message/message.props.js.map +1 -0
  76. package/components/basic/modal/modal.component.js +24 -0
  77. package/components/basic/modal/modal.component.js.map +1 -0
  78. package/components/basic/modal/modal.props.js +12 -0
  79. package/components/basic/picture/picture.component.js +321 -0
  80. package/components/basic/picture/picture.component.js.map +1 -0
  81. package/components/basic/picture/picture.props.js +25 -0
  82. package/components/basic/picture/picture.props.js.map +1 -0
  83. package/components/basic/picture/picture.styles.js.map +1 -0
  84. package/components/basic/progress-bar/progress-bar.component.js +96 -0
  85. package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  86. package/components/basic/progress-bar/progress-bar.props.js +19 -0
  87. package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
  88. package/components/basic/progress-bar/progress-bar.styles.js +45 -0
  89. package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  90. package/components/basic/progress-circle/progress-circle.component.js +79 -0
  91. package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
  92. package/components/basic/progress-circle/progress-circle.props.js +19 -0
  93. package/components/basic/search/local-data-provider.js +113 -0
  94. package/components/basic/search/search.component.js +456 -0
  95. package/components/basic/search/search.component.js.map +1 -0
  96. package/components/basic/search/search.props.js +39 -0
  97. package/components/basic/search/search.props.js.map +1 -0
  98. package/components/basic/search/search.styles.js +187 -0
  99. package/components/basic/search/search.styles.js.map +1 -0
  100. package/components/basic/skeleton/skeleton.component.js +151 -0
  101. package/components/basic/skeleton/skeleton.component.js.map +1 -0
  102. package/components/basic/skeleton/skeleton.props.js +11 -0
  103. package/components/basic/skeleton/skeleton.styles.js.map +1 -0
  104. package/components/basic/spinner/spinner.component.js +99 -0
  105. package/components/basic/spinner/spinner.component.js.map +1 -0
  106. package/components/basic/spinner/spinner.props.js +17 -0
  107. package/components/basic/tooltip/tooltip.component.js +80 -0
  108. package/components/basic/tooltip/tooltip.component.js.map +1 -0
  109. package/components/basic/tooltip/tooltip.props.js +18 -0
  110. package/components/basic/video/video.component.js +206 -0
  111. package/components/basic/video/video.component.js.map +1 -0
  112. package/components/basic/video/video.props.js +33 -0
  113. package/components/basic/video/video.props.js.map +1 -0
  114. package/components/basic/video/video.styles.js +33 -0
  115. package/components/basic/video/video.styles.js.map +1 -0
  116. package/components/chart/area-chart/area-chart.component.js +159 -0
  117. package/components/chart/area-chart/area-chart.component.js.map +1 -0
  118. package/components/chart/area-chart/area-chart.props.js +12 -0
  119. package/components/chart/bar-chart/bar-chart.component.js +133 -0
  120. package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
  121. package/components/chart/bar-chart/bar-chart.props.js +14 -0
  122. package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
  123. package/components/chart/basechart.component.js +693 -0
  124. package/components/chart/basechart.component.js.map +1 -0
  125. package/components/chart/basechart.props.js +64 -0
  126. package/components/chart/basechart.props.js.map +1 -0
  127. package/components/chart/bubble-chart/bubble-chart.component.js +113 -0
  128. package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
  129. package/components/chart/bubble-chart/bubble-chart.props.js +11 -0
  130. package/components/chart/donut-chart/donut-chart.props.js +11 -0
  131. package/components/chart/line-chart/line-chart.component.js +119 -0
  132. package/components/chart/line-chart/line-chart.component.js.map +1 -0
  133. package/components/chart/line-chart/line-chart.props.js +14 -0
  134. package/components/chart/pie-chart/pie-chart.component.js +238 -0
  135. package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
  136. package/components/chart/pie-chart/pie-chart.props.js +14 -0
  137. package/components/chart/stack-chart/stack-chart.component.js +368 -0
  138. package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
  139. package/components/chart/stack-chart/stack-chart.props.js +17 -0
  140. package/components/chart/theme/chart.theme.js +360 -0
  141. package/components/chart/theme/chart.theme.js.map +1 -0
  142. package/components/container/accordion/accordion.component.js +199 -0
  143. package/components/container/accordion/accordion.component.js.map +1 -0
  144. package/components/container/accordion/accordion.props.js +16 -0
  145. package/components/container/accordion/accordion.props.js.map +1 -0
  146. package/components/container/accordion/accordion.styles.js +144 -0
  147. package/components/container/accordion/accordion.styles.js.map +1 -0
  148. package/components/container/accordion/accordionpane/accordionpane.component.js +85 -0
  149. package/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
  150. package/components/container/container.component.js +406 -0
  151. package/components/container/container.component.js.map +1 -0
  152. package/components/container/container.props.js +23 -0
  153. package/components/container/container.props.js.map +1 -0
  154. package/components/container/container.styles.js +48 -0
  155. package/components/container/container.styles.js.map +1 -0
  156. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +29 -0
  157. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
  158. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
  159. package/components/container/layoutgrid/gridrow/gridrow.component.js +22 -0
  160. package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
  161. package/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
  162. package/components/container/layoutgrid/layoutgrid.component.js +44 -0
  163. package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
  164. package/components/container/layoutgrid/layoutgrid.props.js +11 -0
  165. package/components/container/linearlayout/linearlayout.component.js +70 -0
  166. package/components/container/linearlayout/linearlayout.component.js.map +1 -0
  167. package/components/container/linearlayout/linearlayout.props.js +15 -0
  168. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -0
  169. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
  170. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
  171. package/components/container/panel/panel-content/panel-content.props.js +11 -0
  172. package/components/container/panel/panel-footer/panel-footer.props.js +11 -0
  173. package/components/container/panel/panel.component.js +163 -0
  174. package/components/container/panel/panel.component.js.map +1 -0
  175. package/components/container/panel/panel.props.js +26 -0
  176. package/components/container/panel/panel.props.js.map +1 -0
  177. package/components/container/partial-host.component.js +42 -0
  178. package/components/container/tabs/tabheader/tabheader.component.js +231 -0
  179. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  180. package/components/container/tabs/tabheader/tabheader.props.js +16 -0
  181. package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
  182. package/components/container/tabs/tabpane/tabpane.component.js +82 -0
  183. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  184. package/components/container/tabs/tabpane/tabpane.props.js +19 -0
  185. package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
  186. package/components/container/tabs/tabs.component.js +295 -0
  187. package/components/container/tabs/tabs.component.js.map +1 -0
  188. package/components/container/tabs/tabs.props.js +14 -0
  189. package/components/container/tabs/tabs.props.js.map +1 -0
  190. package/components/container/tabs/tabs.styles.js +65 -0
  191. package/components/container/tabs/tabs.styles.js.map +1 -0
  192. package/components/container/tile/tile.component.js +51 -0
  193. package/components/container/tile/tile.component.js.map +1 -0
  194. package/components/container/tile/tile.props.js +13 -0
  195. package/components/container/wizard/wizard.component.js +493 -0
  196. package/components/container/wizard/wizard.component.js.map +1 -0
  197. package/components/container/wizard/wizard.props.js +30 -0
  198. package/components/container/wizard/wizard.props.js.map +1 -0
  199. package/components/container/wizard/wizard.styles.js +398 -0
  200. package/components/container/wizard/wizard.styles.js.map +1 -0
  201. package/components/container/wizard/wizardstep/wizardstep.component.js +92 -0
  202. package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
  203. package/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
  204. package/components/data/card/card-content/card-content.component.js +46 -0
  205. package/components/data/card/card-content/card-content.component.js.map +1 -0
  206. package/components/data/card/card-content/card-content.props.js +12 -0
  207. package/components/data/card/card-footer/card-footer.component.js +18 -0
  208. package/components/data/card/card-footer/card-footer.component.js.map +1 -0
  209. package/components/data/card/card-footer/card-footer.props.js +11 -0
  210. package/components/data/card/card.component.js +92 -0
  211. package/components/data/card/card.component.js.map +1 -0
  212. package/components/data/card/card.props.js +27 -0
  213. package/components/data/form/form-action/form-action.component.js +35 -0
  214. package/components/data/form/form-action/form-action.props.js +18 -0
  215. package/components/data/form/form-body/form-body.component.js +19 -0
  216. package/components/data/form/form-body/form-body.component.js.map +1 -0
  217. package/components/data/form/form-body/form-body.props.js +11 -0
  218. package/components/data/form/form-field/form-field.component.js +249 -0
  219. package/components/data/form/form-field/form-field.component.js.map +1 -0
  220. package/components/data/form/form-field/form-field.props.js +35 -0
  221. package/components/data/form/form-field/form-field.props.js.map +1 -0
  222. package/components/data/form/form-field/form-field.styles.js +40 -0
  223. package/components/data/form/form-field/form-field.styles.js.map +1 -0
  224. package/components/data/form/form-footer/form-footer.component.js +19 -0
  225. package/components/data/form/form-footer/form-footer.component.js.map +1 -0
  226. package/components/data/form/form-footer/form-footer.props.js +11 -0
  227. package/components/data/form/form.component.js +429 -0
  228. package/components/data/form/form.component.js.map +1 -0
  229. package/components/data/form/form.props.js +32 -0
  230. package/components/data/form/form.props.js.map +1 -0
  231. package/components/data/form/form.styles.js +53 -0
  232. package/components/data/form/form.styles.js.map +1 -0
  233. package/components/data/list/list-action-template/list-action-template.props.js +12 -0
  234. package/components/data/list/list-template/list-template.component.js +46 -0
  235. package/components/data/list/list-template/list-template.component.js.map +1 -0
  236. package/components/data/list/list-template/list-template.props.js +12 -0
  237. package/components/data/list/list.component.js +651 -0
  238. package/components/data/list/list.component.js.map +1 -0
  239. package/components/data/list/list.props.js +57 -0
  240. package/components/data/list/list.props.js.map +1 -0
  241. package/components/data/list/list.styles.js +152 -0
  242. package/components/data/list/list.styles.js.map +1 -0
  243. package/components/data/liveform/liveform.component.js +98 -0
  244. package/components/device/barcodescanner/barcodescanner.component.js +69 -0
  245. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
  246. package/components/device/barcodescanner/barcodescanner.props.js +19 -0
  247. package/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
  248. package/components/device/camera/camera.component.js +84 -0
  249. package/components/device/camera/camera.component.js.map +1 -0
  250. package/components/device/camera/camera.props.js +25 -0
  251. package/components/device/camera/camera.props.js.map +1 -0
  252. package/components/dialogs/alertdialog/alertdialog.component.js +72 -0
  253. package/components/dialogs/alertdialog/alertdialog.props.js +24 -0
  254. package/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
  255. package/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
  256. package/components/dialogs/dialog/dialog.component.js +107 -0
  257. package/components/dialogs/dialog/dialog.component.js.map +1 -0
  258. package/components/dialogs/dialog/dialog.props.js +25 -0
  259. package/components/dialogs/dialog/dialog.styles.js +78 -0
  260. package/components/dialogs/dialog/dialog.styles.js.map +1 -0
  261. package/components/dialogs/dialogactions/dialogactions.component.js +22 -0
  262. package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
  263. package/components/dialogs/dialogactions/dialogactions.props.js +11 -0
  264. package/components/dialogs/dialogcontent/dialogcontent.component.js +31 -0
  265. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
  266. package/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
  267. package/components/input/basedataset/basedataset.component.js +232 -0
  268. package/components/input/basedataset/basedataset.component.js.map +1 -0
  269. package/components/input/basedataset/basedataset.props.js +33 -0
  270. package/components/input/basedataset/basedataset.props.js.map +1 -0
  271. package/components/input/baseinput/baseinput.component.js +203 -0
  272. package/components/input/baseinput/baseinput.component.js.map +1 -0
  273. package/components/input/baseinput/baseinput.props.js +32 -0
  274. package/components/input/baseinput/baseinput.props.js.map +1 -0
  275. package/components/input/basenumber/basenumber.component.js +357 -0
  276. package/components/input/basenumber/basenumber.component.js.map +1 -0
  277. package/components/input/basenumber/basenumber.props.js +28 -0
  278. package/components/input/basenumber/basenumber.props.js.map +1 -0
  279. package/components/input/calendar/calendar.component.js +173 -0
  280. package/components/input/calendar/calendar.component.js.map +1 -0
  281. package/components/input/calendar/calendar.props.js +14 -0
  282. package/components/input/calendar/calendar.styles.js.map +1 -0
  283. package/components/input/calendar/views/month-view.js +211 -0
  284. package/components/input/calendar/views/month-view.js.map +1 -0
  285. package/components/input/calendar/views/month-view.styles.js +39 -0
  286. package/components/input/calendar/views/month-view.styles.js.map +1 -0
  287. package/components/input/checkbox/checkbox.component.js +124 -0
  288. package/components/input/checkbox/checkbox.component.js.map +1 -0
  289. package/components/input/checkbox/checkbox.props.js +18 -0
  290. package/components/input/checkbox/checkbox.styles.js +94 -0
  291. package/components/input/checkbox/checkbox.styles.js.map +1 -0
  292. package/components/input/checkboxset/checkboxset.component.js +159 -0
  293. package/components/input/checkboxset/checkboxset.component.js.map +1 -0
  294. package/components/input/checkboxset/checkboxset.props.js +21 -0
  295. package/components/input/checkboxset/checkboxset.styles.js +88 -0
  296. package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
  297. package/components/input/chips/chips.component.js +411 -0
  298. package/components/input/chips/chips.component.js.map +1 -0
  299. package/components/input/chips/chips.props.js +30 -0
  300. package/components/input/chips/chips.props.js.map +1 -0
  301. package/components/input/chips/chips.styles.js +220 -0
  302. package/components/input/chips/chips.styles.js.map +1 -0
  303. package/components/input/composite/composite.component.js +25 -0
  304. package/components/input/composite/composite.component.js.map +1 -0
  305. package/components/input/composite/composite.props.js +12 -0
  306. package/components/input/currency/currency.component.js +118 -0
  307. package/components/input/currency/currency.component.js.map +1 -0
  308. package/components/input/currency/currency.props.js +13 -0
  309. package/components/input/currency/currency.styles.js +148 -0
  310. package/components/input/currency/currency.styles.js.map +1 -0
  311. package/components/input/epoch/base-datetime.component.js +492 -0
  312. package/components/input/epoch/base-datetime.component.js.map +1 -0
  313. package/components/input/epoch/date/date.styles.js +48 -0
  314. package/components/input/epoch/date/date.styles.js.map +1 -0
  315. package/components/input/epoch/date-picker.component.js +136 -0
  316. package/components/input/epoch/date-picker.component.js.map +1 -0
  317. package/components/input/epoch/datetime/datetime.props.js +36 -0
  318. package/components/input/epoch/datetime/datetime.props.js.map +1 -0
  319. package/components/input/epoch/datetime/datetime.styles.js +163 -0
  320. package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
  321. package/components/input/epoch/time/time.component.js.map +1 -0
  322. package/components/input/epoch/time/time.props.js +15 -0
  323. package/components/input/epoch/time/time.styles.js +48 -0
  324. package/components/input/epoch/time/time.styles.js.map +1 -0
  325. package/components/input/epoch/wheel-date-picker.component.js +206 -0
  326. package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
  327. package/components/input/epoch/wheel-time-picker.component.js +107 -0
  328. package/components/input/epoch/wheelpicker/wheelpicker.component.js +97 -0
  329. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
  330. package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
  331. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +85 -0
  332. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
  333. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +20 -0
  334. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +83 -0
  335. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
  336. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +19 -0
  337. package/components/input/fileupload/fileupload.component.js +70 -0
  338. package/components/input/fileupload/fileupload.component.js.map +1 -0
  339. package/components/input/fileupload/fileupload.props.js +19 -0
  340. package/components/input/fileupload/fileupload.props.js.map +1 -0
  341. package/components/input/number/number.component.js +85 -0
  342. package/components/input/number/number.component.js.map +1 -0
  343. package/components/input/number/number.props.js +13 -0
  344. package/components/input/number/number.styles.js +93 -0
  345. package/components/input/number/number.styles.js.map +1 -0
  346. package/components/input/radioset/radioset.component.js +147 -0
  347. package/components/input/radioset/radioset.component.js.map +1 -0
  348. package/components/input/radioset/radioset.props.js +20 -0
  349. package/components/input/radioset/radioset.styles.js +102 -0
  350. package/components/input/radioset/radioset.styles.js.map +1 -0
  351. package/components/input/rating/rating.component.js +155 -0
  352. package/components/input/rating/rating.component.js.map +1 -0
  353. package/components/input/rating/rating.props.js +25 -0
  354. package/components/input/rating/rating.props.js.map +1 -0
  355. package/components/input/rating/rating.styles.js +48 -0
  356. package/components/input/rating/rating.styles.js.map +1 -0
  357. package/components/input/select/select.component.js +297 -0
  358. package/components/input/select/select.component.js.map +1 -0
  359. package/components/input/select/select.props.js +12 -0
  360. package/components/input/select/select.styles.js +178 -0
  361. package/components/input/select/select.styles.js.map +1 -0
  362. package/components/input/slider/slider.component.js +538 -0
  363. package/components/input/slider/slider.component.js.map +1 -0
  364. package/components/input/slider/slider.props.js +20 -0
  365. package/components/input/slider/slider.props.js.map +1 -0
  366. package/components/input/slider/slider.styles.js +95 -0
  367. package/components/input/slider/slider.styles.js.map +1 -0
  368. package/components/input/switch/switch.component.js +99 -0
  369. package/components/input/switch/switch.component.js.map +1 -0
  370. package/components/input/switch/switch.props.js +13 -0
  371. package/components/input/switch/switch.styles.js +192 -0
  372. package/components/input/switch/switch.styles.js.map +1 -0
  373. package/components/input/text/text.component.js +87 -0
  374. package/components/input/text/text.component.js.map +1 -0
  375. package/components/input/text/text.props.js +17 -0
  376. package/components/input/text/text.props.js.map +1 -0
  377. package/components/input/text/text.styles.js +100 -0
  378. package/components/input/text/text.styles.js.map +1 -0
  379. package/components/input/textarea/textarea.component.js +87 -0
  380. package/components/input/textarea/textarea.component.js.map +1 -0
  381. package/components/input/textarea/textarea.props.js +15 -0
  382. package/components/input/textarea/textarea.props.js.map +1 -0
  383. package/components/input/textarea/textarea.styles.js +84 -0
  384. package/components/input/textarea/textarea.styles.js.map +1 -0
  385. package/components/input/toggle/toggle.component.js +191 -0
  386. package/components/input/toggle/toggle.component.js.map +1 -0
  387. package/components/input/toggle/toggle.props.js +30 -0
  388. package/components/input/toggle/toggle.props.js.map +1 -0
  389. package/components/input/toggle/toggle.styles.js +89 -0
  390. package/components/input/toggle/toggle.styles.js.map +1 -0
  391. package/components/navigation/appnavbar/appnavbar.component.js +114 -0
  392. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
  393. package/components/navigation/appnavbar/appnavbar.props.js +22 -0
  394. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
  395. package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
  396. package/components/navigation/basenav/basenav.component.js +72 -0
  397. package/components/navigation/basenav/basenav.props.js +18 -0
  398. package/components/navigation/menu/menu.component.js +65 -0
  399. package/components/navigation/menu/menu.component.js.map +1 -0
  400. package/components/navigation/menu/menu.props.js +14 -0
  401. package/components/navigation/menu/menu.styles.js +70 -0
  402. package/components/navigation/menu/menu.styles.js.map +1 -0
  403. package/components/navigation/navbar/navbar.component.js +78 -0
  404. package/components/navigation/navbar/navbar.component.js.map +1 -0
  405. package/components/navigation/navbar/navbar.props.js +16 -0
  406. package/components/navigation/navitem/navitem.component.js +70 -0
  407. package/components/navigation/navitem/navitem.component.js.map +1 -0
  408. package/components/navigation/navitem/navitem.props.js +19 -0
  409. package/components/navigation/popover/popover.component.js +219 -0
  410. package/components/navigation/popover/popover.component.js.map +1 -0
  411. package/components/navigation/popover/popover.props.js +33 -0
  412. package/components/navigation/popover/popover.props.js.map +1 -0
  413. package/components/navigation/popover/popover.styles.js +92 -0
  414. package/components/navigation/popover/popover.styles.js.map +1 -0
  415. package/components/page/left-panel/left-panel.component.js +64 -0
  416. package/components/page/left-panel/left-panel.component.js.map +1 -0
  417. package/components/page/left-panel/left-panel.props.js +12 -0
  418. package/components/page/page-content/page-content.component.js +207 -0
  419. package/components/page/page-content/page-content.component.js.map +1 -0
  420. package/components/page/page-content/page-content.props.js +18 -0
  421. package/components/page/page-content/page-content.props.js.map +1 -0
  422. package/components/page/page-content/page-content.styles.js.map +1 -0
  423. package/components/page/page.component.js +69 -0
  424. package/components/page/page.component.js.map +1 -0
  425. package/components/page/page.props.js +16 -0
  426. package/components/page/page.props.js.map +1 -0
  427. package/components/page/partial-container/partial-container.component.js +35 -0
  428. package/components/page/partial-container/partial-container.component.js.map +1 -0
  429. package/components/page/partial-container/partial-container.props.js +13 -0
  430. package/components/page/partial-container/partial-container.props.js.map +1 -0
  431. package/components/page/tabbar/tabbar.component.js +258 -0
  432. package/components/page/tabbar/tabbar.component.js.map +1 -0
  433. package/components/page/tabbar/tabbar.props.js +29 -0
  434. package/components/page/tabbar/tabbar.props.js.map +1 -0
  435. package/components/page/tabbar/tabbar.styles.js +160 -0
  436. package/components/page/tabbar/tabbar.styles.js.map +1 -0
  437. package/core/AppConfig.js.map +1 -0
  438. package/core/accessibility.js +195 -0
  439. package/core/accessibility.js.map +1 -0
  440. package/core/advanced-promise-rejection-tracker.js +208 -0
  441. package/core/advanced-promise-rejection-tracker.js.map +1 -0
  442. package/core/base.component.js +648 -0
  443. package/core/base.component.js.map +1 -0
  444. package/core/components/error-fallback/error-fallback.component.js +172 -0
  445. package/core/components/error-fallback/error-fallback.component.js.map +1 -0
  446. package/core/components/error-fallback/error-fallback.styles.js +227 -0
  447. package/core/components/error-fallback/error-fallback.styles.js.map +1 -0
  448. package/core/components/floatinglabel.component.js.map +1 -0
  449. package/core/components/sticky-base.component.js +54 -0
  450. package/core/components/sticky-base.component.js.map +1 -0
  451. package/core/components/sticky-container.component.js +34 -0
  452. package/core/components/sticky-container.component.js.map +1 -0
  453. package/core/components/sticky-container.styles.js +98 -0
  454. package/core/components/sticky-container.styles.js.map +1 -0
  455. package/core/components/sticky-nav.component.js +28 -0
  456. package/core/components/sticky-nav.component.js.map +1 -0
  457. package/core/components/textinput.component.js +218 -0
  458. package/core/components/textinput.component.js.map +1 -0
  459. package/core/constant.service.js +22 -0
  460. package/core/device/av-service.js +8 -0
  461. package/core/device/av-service.js.map +1 -0
  462. package/core/device/calendar-service.js +8 -0
  463. package/core/device/calendar-service.js.map +1 -0
  464. package/core/device/camera-service.js +11 -0
  465. package/core/device/camera-service.js.map +1 -0
  466. package/core/device/contacts-service.js +8 -0
  467. package/core/device/contacts-service.js.map +1 -0
  468. package/core/device/fileupload-service.js +8 -0
  469. package/core/device/fileupload-service.js.map +1 -0
  470. package/core/device/location-service.js +8 -0
  471. package/core/device/location-service.js.map +1 -0
  472. package/core/device/openfile-service.js +10 -0
  473. package/core/device/openfile-service.js.map +1 -0
  474. package/core/device/scan-service.js +11 -0
  475. package/core/device/scan-service.js.map +1 -0
  476. package/core/error-boundary.component.js +64 -0
  477. package/core/error-boundary.component.js.map +1 -0
  478. package/core/event-notifier.js +69 -0
  479. package/core/event-notifier.js.map +1 -0
  480. package/core/fixed-view.component.js +87 -0
  481. package/core/fixed-view.component.js.map +1 -0
  482. package/core/formatters.js +70 -0
  483. package/core/formatters.js.map +1 -0
  484. package/core/global-error-handler.service.js +103 -0
  485. package/core/global-error-handler.service.js.map +1 -0
  486. package/core/imageSizeEstimator.js +51 -0
  487. package/core/key.extractor.js +21 -0
  488. package/core/logger.js +123 -0
  489. package/core/navigation.service.js +70 -0
  490. package/core/navigation.service.js.map +1 -0
  491. package/core/network.service.js +327 -0
  492. package/core/partial.service.js.map +1 -0
  493. package/core/props.provider.js +88 -0
  494. package/core/responsive.utils.js +51 -0
  495. package/core/responsive.utils.js.map +1 -0
  496. package/core/screen-capture-protection.service.js +5 -0
  497. package/core/screen-capture-protection.service.js.map +1 -0
  498. package/core/scroll-view.component.js +52 -0
  499. package/core/secure-storage.service.js +55 -0
  500. package/core/secure-storage.service.js.map +1 -0
  501. package/core/sticky-view.component.js +51 -0
  502. package/core/sticky-view.component.js.map +1 -0
  503. package/core/sticky-wrapper.js +133 -0
  504. package/core/sticky-wrapper.js.map +1 -0
  505. package/core/storage.service.js +38 -0
  506. package/core/storage.service.js.map +1 -0
  507. package/core/tappable.component.js +160 -0
  508. package/core/tappable.component.js.map +1 -0
  509. package/core/toast.service.js.map +1 -0
  510. package/core/ui-preferences.context.js +10 -0
  511. package/core/ui-preferences.context.js.map +1 -0
  512. package/core/utils.js +867 -0
  513. package/core/utils.js.map +1 -0
  514. package/core/viewport.js +45 -0
  515. package/core/wm-component-tree.js +58 -0
  516. package/gestures/carousel-swipe.animation.js +225 -0
  517. package/gestures/carousel-swipe.animation.js.map +1 -0
  518. package/gestures/swipe.animation.js +220 -0
  519. package/gestures/swipe.animation.js.map +1 -0
  520. package/npm-shrinkwrap.json +24620 -0
  521. package/package-lock.json +24620 -0
  522. package/package.json +291 -0
  523. package/runtime/App.js +770 -0
  524. package/runtime/App.js.map +1 -0
  525. package/runtime/App.navigator.js +113 -0
  526. package/runtime/App.navigator.js.map +1 -0
  527. package/runtime/base-customwidget.component.js +52 -0
  528. package/runtime/base-customwidget.component.js.map +1 -0
  529. package/runtime/base-fragment.component.js +412 -0
  530. package/runtime/base-fragment.component.js.map +1 -0
  531. package/runtime/base-page.component.js +233 -0
  532. package/runtime/base-page.component.js.map +1 -0
  533. package/runtime/base-partial.component.js +63 -0
  534. package/runtime/base-prefab.component.js +87 -0
  535. package/runtime/base-prefab.component.js.map +1 -0
  536. package/runtime/memo.component.js +35 -0
  537. package/runtime/navigator/drawer.navigator.js +41 -0
  538. package/runtime/navigator/drawer.navigator.js.map +1 -0
  539. package/runtime/navigator/stack.navigator.js +78 -0
  540. package/runtime/navigator/stack.navigator.js.map +1 -0
  541. package/runtime/services/app-display-manager.service.js +52 -0
  542. package/runtime/services/app-display-manager.service.js.map +1 -0
  543. package/runtime/services/app-i18n.service.js +89 -0
  544. package/runtime/services/app-i18n.service.js.map +1 -0
  545. package/runtime/services/app-modal.service.js +73 -0
  546. package/runtime/services/app-modal.service.js.map +1 -0
  547. package/runtime/services/app-security.service.js +256 -0
  548. package/runtime/services/app-spinner.service.js +74 -0
  549. package/runtime/services/app-toast.service.js +60 -0
  550. package/runtime/services/app-toast.service.js.map +1 -0
  551. package/runtime/services/device/calendar-service.js +95 -0
  552. package/runtime/services/device/calendar-service.js.map +1 -0
  553. package/runtime/services/device/camera-service.js +377 -0
  554. package/runtime/services/device/camera-service.js.map +1 -0
  555. package/runtime/services/device/contacts-service.js +34 -0
  556. package/runtime/services/device/contacts-service.js.map +1 -0
  557. package/runtime/services/device/location-service.js +16 -0
  558. package/runtime/services/device/location-service.js.map +1 -0
  559. package/runtime/services/device/permission-service.js +5 -0
  560. package/runtime/services/device/permission-service.js.map +1 -0
  561. package/runtime/services/device/permissions.js +45 -0
  562. package/runtime/services/device/permissions.js.map +1 -0
  563. package/runtime/services/device/scan-service.js +163 -0
  564. package/runtime/services/device/scan-service.js.map +1 -0
  565. package/runtime/services/partial.service.js +26 -0
  566. package/runtime/services/partial.service.js.map +1 -0
  567. package/runtime/services/webprocess.service.js +107 -0
  568. package/runtime/watcher.js +147 -0
  569. package/styles/background.component.js +311 -0
  570. package/styles/background.component.js.map +1 -0
  571. package/styles/calc.js +165 -0
  572. package/styles/calc.js.map +1 -0
  573. package/styles/color-mix.js +82 -0
  574. package/styles/color-mix.js.map +1 -0
  575. package/styles/style-props.js +102 -0
  576. package/styles/style-props.js.map +1 -0
  577. package/styles/theme.js +561 -0
  578. package/styles/theme.js.map +1 -0
  579. package/styles/theme.variables.js +444 -0
  580. package/styles/theme.variables.js.map +1 -0
  581. package/variables/base-variable.js +125 -0
  582. package/variables/device/calendar/create-event.operation.js +53 -0
  583. package/variables/device/calendar/create-event.operation.js.map +1 -0
  584. package/variables/device/calendar/delete-event.operation.js +15 -0
  585. package/variables/device/calendar/delete-event.operation.js.map +1 -0
  586. package/variables/device/calendar/get-events.operation.js +15 -0
  587. package/variables/device/calendar/get-events.operation.js.map +1 -0
  588. package/variables/device/camera/capture-image.operation.js +13 -0
  589. package/variables/device/camera/capture-image.operation.js.map +1 -0
  590. package/variables/device/camera/capture-video.operation.js +12 -0
  591. package/variables/device/camera/capture-video.operation.js.map +1 -0
  592. package/variables/device/contacts/get-contacts.operation.js +15 -0
  593. package/variables/device/contacts/get-contacts.operation.js.map +1 -0
  594. package/variables/device/device/current-geo-position.operation.js +15 -0
  595. package/variables/device/device/current-geo-position.operation.js.map +1 -0
  596. package/variables/device/device/network-info.operation.js +33 -0
  597. package/variables/device/file/open-file.operation.js +71 -0
  598. package/variables/device/file/open-file.operation.js.map +1 -0
  599. package/variables/device/file/upload-file.operation.js +66 -0
  600. package/variables/device/file/upload-file.operation.js.map +1 -0
  601. package/variables/device/scan/scan.operation.js +15 -0
  602. package/variables/device/scan/scan.operation.js.map +1 -0
  603. package/variables/live-variable.js +130 -0
  604. package/variables/model-variable.js +47 -0
  605. package/variables/service-variable.js +143 -0
  606. package/variables/utils/inflight-queue.js +114 -0
  607. app-rn-runtime/actions/notification-action.js +0 -73
  608. app-rn-runtime/actions/notification-action.js.map +0 -1
  609. app-rn-runtime/actions/timer-action.js +0 -57
  610. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -11
  611. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -11
  612. app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -331
  613. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
  614. app-rn-runtime/components/advanced/carousel/carousel.props.js +0 -21
  615. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +0 -1
  616. app-rn-runtime/components/advanced/carousel/carousel.styles.js +0 -180
  617. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +0 -1
  618. app-rn-runtime/components/advanced/login/login.component.js +0 -39
  619. app-rn-runtime/components/advanced/login/login.component.js.map +0 -1
  620. app-rn-runtime/components/advanced/login/login.props.js +0 -12
  621. app-rn-runtime/components/advanced/login/login.props.js.map +0 -1
  622. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -114
  623. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
  624. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -11
  625. app-rn-runtime/components/advanced/webview/webview.component.js +0 -153
  626. app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
  627. app-rn-runtime/components/advanced/webview/webview.props.js +0 -16
  628. app-rn-runtime/components/basic/anchor/anchor.component.js +0 -99
  629. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  630. app-rn-runtime/components/basic/anchor/anchor.props.js +0 -32
  631. app-rn-runtime/components/basic/anchor/anchor.props.js.map +0 -1
  632. app-rn-runtime/components/basic/anchor/anchor.styles.js +0 -83
  633. app-rn-runtime/components/basic/anchor/anchor.styles.js.map +0 -1
  634. app-rn-runtime/components/basic/animatedview.component.js +0 -222
  635. app-rn-runtime/components/basic/animatedview.component.js.map +0 -1
  636. app-rn-runtime/components/basic/audio/audio.component.js +0 -251
  637. app-rn-runtime/components/basic/audio/audio.component.js.map +0 -1
  638. app-rn-runtime/components/basic/audio/audio.props.js +0 -15
  639. app-rn-runtime/components/basic/button/button.component.js +0 -113
  640. app-rn-runtime/components/basic/button/button.component.js.map +0 -1
  641. app-rn-runtime/components/basic/button/button.props.js +0 -27
  642. app-rn-runtime/components/basic/button/button.props.js.map +0 -1
  643. app-rn-runtime/components/basic/button/button.styles.js +0 -132
  644. app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
  645. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js +0 -27
  646. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +0 -1
  647. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +0 -14
  648. app-rn-runtime/components/basic/custom/custom.component.js +0 -25
  649. app-rn-runtime/components/basic/custom/custom.component.js.map +0 -1
  650. app-rn-runtime/components/basic/custom/custom.props.js +0 -16
  651. app-rn-runtime/components/basic/icon/icon.component.js +0 -266
  652. app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
  653. app-rn-runtime/components/basic/icon/icon.props.js +0 -27
  654. app-rn-runtime/components/basic/icon/icon.props.js.map +0 -1
  655. app-rn-runtime/components/basic/icon/icon.styles.js +0 -33
  656. app-rn-runtime/components/basic/icon/icon.styles.js.map +0 -1
  657. app-rn-runtime/components/basic/label/label.component.js +0 -156
  658. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  659. app-rn-runtime/components/basic/label/label.props.js +0 -24
  660. app-rn-runtime/components/basic/label/label.props.js.map +0 -1
  661. app-rn-runtime/components/basic/label/label.styles.js +0 -129
  662. app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
  663. app-rn-runtime/components/basic/lottie/lottie.component.js +0 -138
  664. app-rn-runtime/components/basic/lottie/lottie.component.js.map +0 -1
  665. app-rn-runtime/components/basic/lottie/lottie.props.js +0 -14
  666. app-rn-runtime/components/basic/message/message.component.js +0 -78
  667. app-rn-runtime/components/basic/message/message.component.js.map +0 -1
  668. app-rn-runtime/components/basic/message/message.props.js +0 -21
  669. app-rn-runtime/components/basic/message/message.props.js.map +0 -1
  670. app-rn-runtime/components/basic/modal/modal.component.js +0 -22
  671. app-rn-runtime/components/basic/modal/modal.component.js.map +0 -1
  672. app-rn-runtime/components/basic/modal/modal.props.js +0 -12
  673. app-rn-runtime/components/basic/picture/picture.component.js +0 -197
  674. app-rn-runtime/components/basic/picture/picture.component.js.map +0 -1
  675. app-rn-runtime/components/basic/picture/picture.props.js +0 -23
  676. app-rn-runtime/components/basic/picture/picture.props.js.map +0 -1
  677. app-rn-runtime/components/basic/picture/picture.styles.js.map +0 -1
  678. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +0 -59
  679. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  680. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +0 -16
  681. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +0 -1
  682. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js +0 -29
  683. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  684. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +0 -77
  685. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +0 -1
  686. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +0 -19
  687. app-rn-runtime/components/basic/search/local-data-provider.js +0 -113
  688. app-rn-runtime/components/basic/search/search.component.js +0 -427
  689. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  690. app-rn-runtime/components/basic/search/search.props.js +0 -36
  691. app-rn-runtime/components/basic/search/search.props.js.map +0 -1
  692. app-rn-runtime/components/basic/search/search.styles.js +0 -178
  693. app-rn-runtime/components/basic/search/search.styles.js.map +0 -1
  694. app-rn-runtime/components/basic/skeleton/skeleton.component.js +0 -151
  695. app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +0 -1
  696. app-rn-runtime/components/basic/skeleton/skeleton.props.js +0 -11
  697. app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +0 -1
  698. app-rn-runtime/components/basic/spinner/spinner.component.js +0 -90
  699. app-rn-runtime/components/basic/spinner/spinner.component.js.map +0 -1
  700. app-rn-runtime/components/basic/spinner/spinner.props.js +0 -17
  701. app-rn-runtime/components/basic/tooltip/tooltip.component.js +0 -79
  702. app-rn-runtime/components/basic/tooltip/tooltip.component.js.map +0 -1
  703. app-rn-runtime/components/basic/tooltip/tooltip.props.js +0 -18
  704. app-rn-runtime/components/basic/video/video.component.js +0 -68
  705. app-rn-runtime/components/basic/video/video.component.js.map +0 -1
  706. app-rn-runtime/components/basic/video/video.props.js +0 -25
  707. app-rn-runtime/components/basic/video/video.props.js.map +0 -1
  708. app-rn-runtime/components/basic/video/video.styles.js +0 -20
  709. app-rn-runtime/components/basic/video/video.styles.js.map +0 -1
  710. app-rn-runtime/components/chart/area-chart/area-chart.component.js +0 -148
  711. app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +0 -1
  712. app-rn-runtime/components/chart/area-chart/area-chart.props.js +0 -12
  713. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +0 -120
  714. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +0 -1
  715. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +0 -13
  716. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +0 -1
  717. app-rn-runtime/components/chart/basechart.component.js +0 -693
  718. app-rn-runtime/components/chart/basechart.component.js.map +0 -1
  719. app-rn-runtime/components/chart/basechart.props.js +0 -61
  720. app-rn-runtime/components/chart/basechart.props.js.map +0 -1
  721. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +0 -104
  722. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
  723. app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +0 -11
  724. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +0 -11
  725. app-rn-runtime/components/chart/line-chart/line-chart.component.js +0 -110
  726. app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +0 -1
  727. app-rn-runtime/components/chart/line-chart/line-chart.props.js +0 -14
  728. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +0 -228
  729. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +0 -1
  730. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +0 -14
  731. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +0 -348
  732. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +0 -1
  733. app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +0 -17
  734. app-rn-runtime/components/chart/theme/chart.theme.js +0 -360
  735. app-rn-runtime/components/chart/theme/chart.theme.js.map +0 -1
  736. app-rn-runtime/components/container/accordion/accordion.component.js +0 -190
  737. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  738. app-rn-runtime/components/container/accordion/accordion.props.js +0 -14
  739. app-rn-runtime/components/container/accordion/accordion.props.js.map +0 -1
  740. app-rn-runtime/components/container/accordion/accordion.styles.js +0 -141
  741. app-rn-runtime/components/container/accordion/accordion.styles.js.map +0 -1
  742. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +0 -85
  743. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +0 -17
  744. app-rn-runtime/components/container/container.component.js +0 -80
  745. app-rn-runtime/components/container/container.component.js.map +0 -1
  746. app-rn-runtime/components/container/container.props.js +0 -14
  747. app-rn-runtime/components/container/container.props.js.map +0 -1
  748. app-rn-runtime/components/container/container.styles.js +0 -52
  749. app-rn-runtime/components/container/container.styles.js.map +0 -1
  750. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -23
  751. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
  752. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -13
  753. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +0 -21
  754. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
  755. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +0 -11
  756. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +0 -43
  757. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
  758. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +0 -11
  759. app-rn-runtime/components/container/linearlayout/linearlayout.component.js +0 -69
  760. app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +0 -1
  761. app-rn-runtime/components/container/linearlayout/linearlayout.props.js +0 -15
  762. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -24
  763. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
  764. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -13
  765. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +0 -11
  766. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +0 -11
  767. app-rn-runtime/components/container/panel/panel.component.js +0 -155
  768. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  769. app-rn-runtime/components/container/panel/panel.props.js +0 -24
  770. app-rn-runtime/components/container/panel/panel.props.js.map +0 -1
  771. app-rn-runtime/components/container/partial-host.component.js +0 -42
  772. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +0 -211
  773. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  774. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +0 -13
  775. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
  776. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +0 -81
  777. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  778. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +0 -16
  779. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
  780. app-rn-runtime/components/container/tabs/tabs.component.js +0 -281
  781. app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
  782. app-rn-runtime/components/container/tabs/tabs.props.js +0 -13
  783. app-rn-runtime/components/container/tabs/tabs.props.js.map +0 -1
  784. app-rn-runtime/components/container/tabs/tabs.styles.js +0 -61
  785. app-rn-runtime/components/container/tabs/tabs.styles.js.map +0 -1
  786. app-rn-runtime/components/container/tile/tile.component.js +0 -49
  787. app-rn-runtime/components/container/tile/tile.component.js.map +0 -1
  788. app-rn-runtime/components/container/tile/tile.props.js +0 -13
  789. app-rn-runtime/components/container/wizard/wizard.component.js +0 -343
  790. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  791. app-rn-runtime/components/container/wizard/wizard.props.js +0 -23
  792. app-rn-runtime/components/container/wizard/wizard.props.js.map +0 -1
  793. app-rn-runtime/components/container/wizard/wizard.styles.js +0 -313
  794. app-rn-runtime/components/container/wizard/wizard.styles.js.map +0 -1
  795. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +0 -84
  796. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
  797. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +0 -22
  798. app-rn-runtime/components/data/card/card-content/card-content.component.js +0 -45
  799. app-rn-runtime/components/data/card/card-content/card-content.component.js.map +0 -1
  800. app-rn-runtime/components/data/card/card-content/card-content.props.js +0 -12
  801. app-rn-runtime/components/data/card/card-footer/card-footer.component.js +0 -17
  802. app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +0 -1
  803. app-rn-runtime/components/data/card/card-footer/card-footer.props.js +0 -11
  804. app-rn-runtime/components/data/card/card.component.js +0 -90
  805. app-rn-runtime/components/data/card/card.component.js.map +0 -1
  806. app-rn-runtime/components/data/card/card.props.js +0 -27
  807. app-rn-runtime/components/data/form/form-action/form-action.component.js +0 -35
  808. app-rn-runtime/components/data/form/form-action/form-action.props.js +0 -18
  809. app-rn-runtime/components/data/form/form-body/form-body.component.js +0 -17
  810. app-rn-runtime/components/data/form/form-body/form-body.component.js.map +0 -1
  811. app-rn-runtime/components/data/form/form-body/form-body.props.js +0 -11
  812. app-rn-runtime/components/data/form/form-field/form-field.component.js +0 -246
  813. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
  814. app-rn-runtime/components/data/form/form-field/form-field.props.js +0 -34
  815. app-rn-runtime/components/data/form/form-field/form-field.props.js.map +0 -1
  816. app-rn-runtime/components/data/form/form-field/form-field.styles.js +0 -28
  817. app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +0 -1
  818. app-rn-runtime/components/data/form/form-footer/form-footer.component.js +0 -17
  819. app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +0 -1
  820. app-rn-runtime/components/data/form/form-footer/form-footer.props.js +0 -11
  821. app-rn-runtime/components/data/form/form.component.js +0 -425
  822. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  823. app-rn-runtime/components/data/form/form.props.js +0 -31
  824. app-rn-runtime/components/data/form/form.props.js.map +0 -1
  825. app-rn-runtime/components/data/form/form.styles.js +0 -45
  826. app-rn-runtime/components/data/form/form.styles.js.map +0 -1
  827. app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +0 -12
  828. app-rn-runtime/components/data/list/list-template/list-template.component.js +0 -45
  829. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +0 -1
  830. app-rn-runtime/components/data/list/list-template/list-template.props.js +0 -12
  831. app-rn-runtime/components/data/list/list.component.js +0 -485
  832. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  833. app-rn-runtime/components/data/list/list.props.js +0 -48
  834. app-rn-runtime/components/data/list/list.props.js.map +0 -1
  835. app-rn-runtime/components/data/list/list.styles.js +0 -151
  836. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  837. app-rn-runtime/components/data/liveform/liveform.component.js +0 -98
  838. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +0 -50
  839. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
  840. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +0 -18
  841. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
  842. app-rn-runtime/components/device/camera/camera.component.js +0 -68
  843. app-rn-runtime/components/device/camera/camera.component.js.map +0 -1
  844. app-rn-runtime/components/device/camera/camera.props.js +0 -23
  845. app-rn-runtime/components/device/camera/camera.props.js.map +0 -1
  846. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +0 -72
  847. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +0 -24
  848. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +0 -78
  849. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +0 -24
  850. app-rn-runtime/components/dialogs/dialog/dialog.component.js +0 -102
  851. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +0 -1
  852. app-rn-runtime/components/dialogs/dialog/dialog.props.js +0 -25
  853. app-rn-runtime/components/dialogs/dialog/dialog.styles.js +0 -79
  854. app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +0 -1
  855. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +0 -21
  856. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
  857. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +0 -11
  858. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +0 -26
  859. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
  860. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +0 -11
  861. app-rn-runtime/components/input/basedataset/basedataset.component.js +0 -230
  862. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  863. app-rn-runtime/components/input/basedataset/basedataset.props.js +0 -31
  864. app-rn-runtime/components/input/basedataset/basedataset.props.js.map +0 -1
  865. app-rn-runtime/components/input/baseinput/baseinput.component.js +0 -193
  866. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  867. app-rn-runtime/components/input/baseinput/baseinput.props.js +0 -30
  868. app-rn-runtime/components/input/baseinput/baseinput.props.js.map +0 -1
  869. app-rn-runtime/components/input/basenumber/basenumber.component.js +0 -346
  870. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +0 -1
  871. app-rn-runtime/components/input/basenumber/basenumber.props.js +0 -27
  872. app-rn-runtime/components/input/basenumber/basenumber.props.js.map +0 -1
  873. app-rn-runtime/components/input/calendar/calendar.component.js +0 -164
  874. app-rn-runtime/components/input/calendar/calendar.component.js.map +0 -1
  875. app-rn-runtime/components/input/calendar/calendar.props.js +0 -14
  876. app-rn-runtime/components/input/calendar/calendar.styles.js.map +0 -1
  877. app-rn-runtime/components/input/calendar/views/month-view.js +0 -191
  878. app-rn-runtime/components/input/calendar/views/month-view.js.map +0 -1
  879. app-rn-runtime/components/input/calendar/views/month-view.styles.js +0 -39
  880. app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +0 -1
  881. app-rn-runtime/components/input/checkbox/checkbox.component.js +0 -121
  882. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +0 -1
  883. app-rn-runtime/components/input/checkbox/checkbox.props.js +0 -18
  884. app-rn-runtime/components/input/checkbox/checkbox.styles.js +0 -83
  885. app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +0 -1
  886. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +0 -144
  887. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
  888. app-rn-runtime/components/input/checkboxset/checkboxset.props.js +0 -21
  889. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +0 -78
  890. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +0 -1
  891. app-rn-runtime/components/input/chips/chips.component.js +0 -324
  892. app-rn-runtime/components/input/chips/chips.component.js.map +0 -1
  893. app-rn-runtime/components/input/chips/chips.props.js +0 -19
  894. app-rn-runtime/components/input/chips/chips.props.js.map +0 -1
  895. app-rn-runtime/components/input/chips/chips.styles.js +0 -101
  896. app-rn-runtime/components/input/chips/chips.styles.js.map +0 -1
  897. app-rn-runtime/components/input/composite/composite.component.js +0 -24
  898. app-rn-runtime/components/input/composite/composite.component.js.map +0 -1
  899. app-rn-runtime/components/input/composite/composite.props.js +0 -12
  900. app-rn-runtime/components/input/currency/currency.component.js +0 -113
  901. app-rn-runtime/components/input/currency/currency.component.js.map +0 -1
  902. app-rn-runtime/components/input/currency/currency.props.js +0 -13
  903. app-rn-runtime/components/input/currency/currency.styles.js +0 -132
  904. app-rn-runtime/components/input/currency/currency.styles.js.map +0 -1
  905. app-rn-runtime/components/input/epoch/base-datetime.component.js +0 -473
  906. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  907. app-rn-runtime/components/input/epoch/date/date.styles.js +0 -37
  908. app-rn-runtime/components/input/epoch/date/date.styles.js.map +0 -1
  909. app-rn-runtime/components/input/epoch/date-picker.component.js +0 -136
  910. app-rn-runtime/components/input/epoch/date-picker.component.js.map +0 -1
  911. app-rn-runtime/components/input/epoch/datetime/datetime.props.js +0 -35
  912. app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +0 -1
  913. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js +0 -132
  914. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +0 -1
  915. app-rn-runtime/components/input/epoch/time/time.component.js.map +0 -1
  916. app-rn-runtime/components/input/epoch/time/time.props.js +0 -15
  917. app-rn-runtime/components/input/epoch/time/time.styles.js +0 -37
  918. app-rn-runtime/components/input/epoch/time/time.styles.js.map +0 -1
  919. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +0 -198
  920. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js.map +0 -1
  921. app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +0 -107
  922. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -91
  923. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -1
  924. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -17
  925. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -79
  926. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -1
  927. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -20
  928. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -77
  929. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -1
  930. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -19
  931. app-rn-runtime/components/input/fileupload/fileupload.component.js +0 -60
  932. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +0 -1
  933. app-rn-runtime/components/input/fileupload/fileupload.props.js +0 -17
  934. app-rn-runtime/components/input/fileupload/fileupload.props.js.map +0 -1
  935. app-rn-runtime/components/input/number/number.component.js +0 -83
  936. app-rn-runtime/components/input/number/number.component.js.map +0 -1
  937. app-rn-runtime/components/input/number/number.props.js +0 -13
  938. app-rn-runtime/components/input/number/number.styles.js +0 -82
  939. app-rn-runtime/components/input/number/number.styles.js.map +0 -1
  940. app-rn-runtime/components/input/radioset/radioset.component.js +0 -122
  941. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  942. app-rn-runtime/components/input/radioset/radioset.props.js +0 -20
  943. app-rn-runtime/components/input/radioset/radioset.styles.js +0 -90
  944. app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
  945. app-rn-runtime/components/input/rating/rating.component.js +0 -144
  946. app-rn-runtime/components/input/rating/rating.component.js.map +0 -1
  947. app-rn-runtime/components/input/rating/rating.props.js +0 -21
  948. app-rn-runtime/components/input/rating/rating.props.js.map +0 -1
  949. app-rn-runtime/components/input/rating/rating.styles.js +0 -36
  950. app-rn-runtime/components/input/rating/rating.styles.js.map +0 -1
  951. app-rn-runtime/components/input/select/select.component.js +0 -215
  952. app-rn-runtime/components/input/select/select.component.js.map +0 -1
  953. app-rn-runtime/components/input/select/select.props.js +0 -12
  954. app-rn-runtime/components/input/select/select.styles.js +0 -129
  955. app-rn-runtime/components/input/select/select.styles.js.map +0 -1
  956. app-rn-runtime/components/input/slider/slider.component.js +0 -444
  957. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  958. app-rn-runtime/components/input/slider/slider.props.js +0 -20
  959. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  960. app-rn-runtime/components/input/slider/slider.styles.js +0 -83
  961. app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
  962. app-rn-runtime/components/input/switch/switch.component.js +0 -94
  963. app-rn-runtime/components/input/switch/switch.component.js.map +0 -1
  964. app-rn-runtime/components/input/switch/switch.props.js +0 -13
  965. app-rn-runtime/components/input/switch/switch.styles.js +0 -143
  966. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  967. app-rn-runtime/components/input/text/text.component.js +0 -85
  968. app-rn-runtime/components/input/text/text.component.js.map +0 -1
  969. app-rn-runtime/components/input/text/text.props.js +0 -15
  970. app-rn-runtime/components/input/text/text.props.js.map +0 -1
  971. app-rn-runtime/components/input/text/text.styles.js +0 -68
  972. app-rn-runtime/components/input/text/text.styles.js.map +0 -1
  973. app-rn-runtime/components/input/textarea/textarea.component.js +0 -83
  974. app-rn-runtime/components/input/textarea/textarea.component.js.map +0 -1
  975. app-rn-runtime/components/input/textarea/textarea.props.js +0 -14
  976. app-rn-runtime/components/input/textarea/textarea.props.js.map +0 -1
  977. app-rn-runtime/components/input/textarea/textarea.styles.js +0 -66
  978. app-rn-runtime/components/input/textarea/textarea.styles.js.map +0 -1
  979. app-rn-runtime/components/input/toggle/toggle.component.js +0 -150
  980. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  981. app-rn-runtime/components/input/toggle/toggle.props.js +0 -22
  982. app-rn-runtime/components/input/toggle/toggle.props.js.map +0 -1
  983. app-rn-runtime/components/input/toggle/toggle.styles.js +0 -55
  984. app-rn-runtime/components/input/toggle/toggle.styles.js.map +0 -1
  985. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +0 -74
  986. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
  987. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +0 -21
  988. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
  989. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
  990. app-rn-runtime/components/navigation/basenav/basenav.component.js +0 -72
  991. app-rn-runtime/components/navigation/basenav/basenav.props.js +0 -18
  992. app-rn-runtime/components/navigation/menu/menu.component.js +0 -63
  993. app-rn-runtime/components/navigation/menu/menu.component.js.map +0 -1
  994. app-rn-runtime/components/navigation/menu/menu.props.js +0 -14
  995. app-rn-runtime/components/navigation/menu/menu.styles.js +0 -74
  996. app-rn-runtime/components/navigation/menu/menu.styles.js.map +0 -1
  997. app-rn-runtime/components/navigation/navbar/navbar.component.js +0 -77
  998. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +0 -1
  999. app-rn-runtime/components/navigation/navbar/navbar.props.js +0 -16
  1000. app-rn-runtime/components/navigation/navitem/navitem.component.js +0 -67
  1001. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  1002. app-rn-runtime/components/navigation/navitem/navitem.props.js +0 -19
  1003. app-rn-runtime/components/navigation/popover/popover.component.js +0 -193
  1004. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  1005. app-rn-runtime/components/navigation/popover/popover.props.js +0 -31
  1006. app-rn-runtime/components/navigation/popover/popover.props.js.map +0 -1
  1007. app-rn-runtime/components/navigation/popover/popover.styles.js +0 -86
  1008. app-rn-runtime/components/navigation/popover/popover.styles.js.map +0 -1
  1009. app-rn-runtime/components/page/left-panel/left-panel.component.js +0 -48
  1010. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +0 -1
  1011. app-rn-runtime/components/page/left-panel/left-panel.props.js +0 -12
  1012. app-rn-runtime/components/page/page-content/page-content.component.js +0 -93
  1013. app-rn-runtime/components/page/page-content/page-content.component.js.map +0 -1
  1014. app-rn-runtime/components/page/page-content/page-content.props.js +0 -12
  1015. app-rn-runtime/components/page/page-content/page-content.props.js.map +0 -1
  1016. app-rn-runtime/components/page/page-content/page-content.styles.js.map +0 -1
  1017. app-rn-runtime/components/page/page.component.js +0 -26
  1018. app-rn-runtime/components/page/page.component.js.map +0 -1
  1019. app-rn-runtime/components/page/page.props.js +0 -2
  1020. app-rn-runtime/components/page/page.props.js.map +0 -1
  1021. app-rn-runtime/components/page/partial-container/partial-container.component.js +0 -31
  1022. app-rn-runtime/components/page/partial-container/partial-container.component.js.map +0 -1
  1023. app-rn-runtime/components/page/partial-container/partial-container.props.js +0 -12
  1024. app-rn-runtime/components/page/partial-container/partial-container.props.js.map +0 -1
  1025. app-rn-runtime/components/page/tabbar/tabbar.component.js +0 -149
  1026. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +0 -1
  1027. app-rn-runtime/components/page/tabbar/tabbar.props.js +0 -28
  1028. app-rn-runtime/components/page/tabbar/tabbar.props.js.map +0 -1
  1029. app-rn-runtime/components/page/tabbar/tabbar.styles.js +0 -167
  1030. app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +0 -1
  1031. app-rn-runtime/core/AppConfig.js.map +0 -1
  1032. app-rn-runtime/core/accessibility.js +0 -155
  1033. app-rn-runtime/core/accessibility.js.map +0 -1
  1034. app-rn-runtime/core/base.component.js +0 -485
  1035. app-rn-runtime/core/base.component.js.map +0 -1
  1036. app-rn-runtime/core/components/floatinglabel.component.js.map +0 -1
  1037. app-rn-runtime/core/components/textinput.component.js +0 -197
  1038. app-rn-runtime/core/components/textinput.component.js.map +0 -1
  1039. app-rn-runtime/core/constant.service.js +0 -22
  1040. app-rn-runtime/core/device/calendar-service.js +0 -2
  1041. app-rn-runtime/core/device/calendar-service.js.map +0 -1
  1042. app-rn-runtime/core/device/camera-service.js +0 -5
  1043. app-rn-runtime/core/device/camera-service.js.map +0 -1
  1044. app-rn-runtime/core/device/contacts-service.js +0 -2
  1045. app-rn-runtime/core/device/contacts-service.js.map +0 -1
  1046. app-rn-runtime/core/device/location-service.js +0 -2
  1047. app-rn-runtime/core/device/location-service.js.map +0 -1
  1048. app-rn-runtime/core/device/scan-service.js +0 -5
  1049. app-rn-runtime/core/device/scan-service.js.map +0 -1
  1050. app-rn-runtime/core/event-notifier.js +0 -68
  1051. app-rn-runtime/core/event-notifier.js.map +0 -1
  1052. app-rn-runtime/core/fixed-view.component.js +0 -67
  1053. app-rn-runtime/core/fixed-view.component.js.map +0 -1
  1054. app-rn-runtime/core/formatters.js +0 -68
  1055. app-rn-runtime/core/formatters.js.map +0 -1
  1056. app-rn-runtime/core/imageSizeEstimator.js +0 -51
  1057. app-rn-runtime/core/key.extractor.js +0 -21
  1058. app-rn-runtime/core/logger.js +0 -123
  1059. app-rn-runtime/core/navigation.service.js +0 -5
  1060. app-rn-runtime/core/navigation.service.js.map +0 -1
  1061. app-rn-runtime/core/network.service.js +0 -327
  1062. app-rn-runtime/core/partial.service.js.map +0 -1
  1063. app-rn-runtime/core/props.provider.js +0 -88
  1064. app-rn-runtime/core/scroll-view.component.js +0 -52
  1065. app-rn-runtime/core/storage.service.js +0 -38
  1066. app-rn-runtime/core/storage.service.js.map +0 -1
  1067. app-rn-runtime/core/tappable.component.js +0 -151
  1068. app-rn-runtime/core/tappable.component.js.map +0 -1
  1069. app-rn-runtime/core/toast.service.js.map +0 -1
  1070. app-rn-runtime/core/ui-preferences.context.js +0 -7
  1071. app-rn-runtime/core/ui-preferences.context.js.map +0 -1
  1072. app-rn-runtime/core/utils.js +0 -529
  1073. app-rn-runtime/core/utils.js.map +0 -1
  1074. app-rn-runtime/core/viewport.js +0 -45
  1075. app-rn-runtime/core/wm-component-tree.js +0 -58
  1076. app-rn-runtime/gestures/swipe.animation.js +0 -217
  1077. app-rn-runtime/gestures/swipe.animation.js.map +0 -1
  1078. app-rn-runtime/package.json +0 -277
  1079. app-rn-runtime/runtime/App.js +0 -533
  1080. app-rn-runtime/runtime/App.js.map +0 -1
  1081. app-rn-runtime/runtime/App.navigator.js +0 -110
  1082. app-rn-runtime/runtime/App.navigator.js.map +0 -1
  1083. app-rn-runtime/runtime/base-fragment.component.js +0 -405
  1084. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  1085. app-rn-runtime/runtime/base-page.component.js +0 -206
  1086. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  1087. app-rn-runtime/runtime/base-partial.component.js +0 -63
  1088. app-rn-runtime/runtime/base-prefab.component.js +0 -83
  1089. app-rn-runtime/runtime/base-prefab.component.js.map +0 -1
  1090. app-rn-runtime/runtime/memo.component.js +0 -35
  1091. app-rn-runtime/runtime/navigator/drawer.navigator.js +0 -39
  1092. app-rn-runtime/runtime/navigator/drawer.navigator.js.map +0 -1
  1093. app-rn-runtime/runtime/navigator/stack.navigator.js +0 -77
  1094. app-rn-runtime/runtime/navigator/stack.navigator.js.map +0 -1
  1095. app-rn-runtime/runtime/services/app-display-manager.service.js +0 -50
  1096. app-rn-runtime/runtime/services/app-display-manager.service.js.map +0 -1
  1097. app-rn-runtime/runtime/services/app-i18n.service.js +0 -81
  1098. app-rn-runtime/runtime/services/app-i18n.service.js.map +0 -1
  1099. app-rn-runtime/runtime/services/app-modal.service.js +0 -71
  1100. app-rn-runtime/runtime/services/app-modal.service.js.map +0 -1
  1101. app-rn-runtime/runtime/services/app-security.service.js +0 -256
  1102. app-rn-runtime/runtime/services/app-spinner.service.js +0 -74
  1103. app-rn-runtime/runtime/services/app-toast.service.js +0 -56
  1104. app-rn-runtime/runtime/services/app-toast.service.js.map +0 -1
  1105. app-rn-runtime/runtime/services/device/calendar-service.js +0 -91
  1106. app-rn-runtime/runtime/services/device/calendar-service.js.map +0 -1
  1107. app-rn-runtime/runtime/services/device/camera-service.js +0 -349
  1108. app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
  1109. app-rn-runtime/runtime/services/device/contacts-service.js +0 -33
  1110. app-rn-runtime/runtime/services/device/contacts-service.js.map +0 -1
  1111. app-rn-runtime/runtime/services/device/location-service.js +0 -16
  1112. app-rn-runtime/runtime/services/device/location-service.js.map +0 -1
  1113. app-rn-runtime/runtime/services/device/permissions.js +0 -50
  1114. app-rn-runtime/runtime/services/device/permissions.js.map +0 -1
  1115. app-rn-runtime/runtime/services/device/scan-service.js +0 -136
  1116. app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
  1117. app-rn-runtime/runtime/services/partial.service.js +0 -15
  1118. app-rn-runtime/runtime/services/partial.service.js.map +0 -1
  1119. app-rn-runtime/runtime/services/webprocess.service.js +0 -107
  1120. app-rn-runtime/runtime/watcher.js +0 -147
  1121. app-rn-runtime/styles/background.component.js +0 -311
  1122. app-rn-runtime/styles/background.component.js.map +0 -1
  1123. app-rn-runtime/styles/style-props.js +0 -93
  1124. app-rn-runtime/styles/style-props.js.map +0 -1
  1125. app-rn-runtime/styles/theme.js +0 -414
  1126. app-rn-runtime/styles/theme.js.map +0 -1
  1127. app-rn-runtime/styles/theme.variables.js +0 -437
  1128. app-rn-runtime/styles/theme.variables.js.map +0 -1
  1129. app-rn-runtime/variables/base-variable.js +0 -125
  1130. app-rn-runtime/variables/device/calendar/create-event.operation.js +0 -47
  1131. app-rn-runtime/variables/device/calendar/create-event.operation.js.map +0 -1
  1132. app-rn-runtime/variables/device/calendar/delete-event.operation.js +0 -9
  1133. app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +0 -1
  1134. app-rn-runtime/variables/device/calendar/get-events.operation.js +0 -9
  1135. app-rn-runtime/variables/device/calendar/get-events.operation.js.map +0 -1
  1136. app-rn-runtime/variables/device/camera/capture-image.operation.js +0 -9
  1137. app-rn-runtime/variables/device/camera/capture-image.operation.js.map +0 -1
  1138. app-rn-runtime/variables/device/camera/capture-video.operation.js +0 -9
  1139. app-rn-runtime/variables/device/camera/capture-video.operation.js.map +0 -1
  1140. app-rn-runtime/variables/device/contacts/get-contacts.operation.js +0 -9
  1141. app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +0 -1
  1142. app-rn-runtime/variables/device/device/current-geo-position.operation.js +0 -9
  1143. app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +0 -1
  1144. app-rn-runtime/variables/device/device/network-info.operation.js +0 -33
  1145. app-rn-runtime/variables/device/file/upload-file.operation.js +0 -56
  1146. app-rn-runtime/variables/device/file/upload-file.operation.js.map +0 -1
  1147. app-rn-runtime/variables/device/scan/scan.operation.js +0 -9
  1148. app-rn-runtime/variables/device/scan/scan.operation.js.map +0 -1
  1149. app-rn-runtime/variables/live-variable.js +0 -130
  1150. app-rn-runtime/variables/model-variable.js +0 -47
  1151. app-rn-runtime/variables/service-variable.js +0 -143
  1152. app-rn-runtime/variables/utils/inflight-queue.js +0 -114
  1153. {app-rn-runtime → package}/actions/base-action.js +0 -0
  1154. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  1155. {app-rn-runtime → package}/actions/index.js +0 -0
  1156. {app-rn-runtime → package}/actions/index.js.map +0 -0
  1157. {app-rn-runtime → package}/actions/login-action.js +0 -0
  1158. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  1159. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  1160. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  1161. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  1162. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  1163. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  1164. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  1165. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  1166. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  1167. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  1168. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  1169. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  1170. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  1171. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  1172. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  1173. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  1174. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  1175. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  1176. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  1177. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  1178. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  1179. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  1180. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  1181. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  1182. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  1183. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  1184. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  1185. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  1186. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  1187. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  1188. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  1189. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  1190. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  1191. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  1192. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  1193. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  1194. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  1195. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  1196. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  1197. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  1198. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  1199. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  1200. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  1201. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  1202. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  1203. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  1204. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  1205. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  1206. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  1207. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  1208. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  1209. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  1210. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  1211. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  1212. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  1213. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  1214. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  1215. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  1216. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  1217. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  1218. {app-rn-runtime → package}/components/basic/tooltip/tooltip.props.js.map +0 -0
  1219. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js +0 -0
  1220. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js.map +0 -0
  1221. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  1222. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  1223. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  1224. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  1225. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  1226. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  1227. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  1228. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  1229. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  1230. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  1231. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  1232. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  1233. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  1234. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  1235. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  1236. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  1237. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  1238. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  1239. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  1240. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  1241. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  1242. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  1243. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  1244. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  1245. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  1246. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  1247. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  1248. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  1249. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  1250. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  1251. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  1252. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  1253. {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
  1254. {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
  1255. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  1256. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  1257. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  1258. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  1259. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  1260. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  1261. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  1262. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  1263. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  1264. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  1265. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  1266. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  1267. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  1268. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  1269. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  1270. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  1271. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  1272. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  1273. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  1274. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
  1275. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
  1276. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  1277. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  1278. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  1279. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  1280. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  1281. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  1282. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  1283. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  1284. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  1285. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  1286. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  1287. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  1288. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  1289. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  1290. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  1291. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  1292. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  1293. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  1294. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  1295. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  1296. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  1297. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  1298. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  1299. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  1300. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  1301. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  1302. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  1303. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  1304. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  1305. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  1306. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  1307. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  1308. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js.map +0 -0
  1309. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  1310. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  1311. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  1312. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  1313. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  1314. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  1315. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  1316. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  1317. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  1318. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js +0 -0
  1319. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js.map +0 -0
  1320. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.props.js.map +0 -0
  1321. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js +0 -0
  1322. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js.map +0 -0
  1323. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  1324. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  1325. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js.map +0 -0
  1326. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  1327. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  1328. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  1329. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  1330. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  1331. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  1332. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  1333. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  1334. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  1335. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  1336. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  1337. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  1338. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  1339. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  1340. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  1341. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  1342. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  1343. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  1344. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  1345. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  1346. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  1347. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  1348. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  1349. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  1350. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  1351. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  1352. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  1353. {app-rn-runtime → package}/components/input/calendar/calendar.styles.js +0 -0
  1354. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  1355. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  1356. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  1357. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  1358. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  1359. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  1360. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  1361. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  1362. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  1363. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  1364. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  1365. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  1366. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  1367. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  1368. {app-rn-runtime → package}/components/input/epoch/wheel-time-picker.component.js.map +0 -0
  1369. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -0
  1370. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
  1371. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -0
  1372. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -0
  1373. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
  1374. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -0
  1375. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -0
  1376. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  1377. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  1378. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  1379. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +0 -0
  1380. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  1381. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  1382. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  1383. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  1384. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  1385. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  1386. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  1387. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  1388. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js.map +0 -0
  1389. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  1390. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  1391. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js.map +0 -0
  1392. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  1393. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  1394. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  1395. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  1396. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  1397. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  1398. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  1399. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  1400. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  1401. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  1402. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  1403. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  1404. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  1405. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  1406. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  1407. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  1408. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  1409. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  1410. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  1411. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  1412. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  1413. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  1414. {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
  1415. {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
  1416. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  1417. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  1418. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  1419. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  1420. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  1421. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  1422. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  1423. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  1424. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  1425. {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
  1426. {app-rn-runtime → package}/core/constant.service.js.map +0 -0
  1427. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  1428. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  1429. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  1430. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  1431. {app-rn-runtime → package}/core/display.manager.js +0 -0
  1432. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  1433. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  1434. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  1435. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  1436. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  1437. {app-rn-runtime → package}/core/if.component.js +0 -0
  1438. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  1439. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  1440. {app-rn-runtime → package}/core/injector.js +0 -0
  1441. {app-rn-runtime → package}/core/injector.js.map +0 -0
  1442. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  1443. {app-rn-runtime → package}/core/logger.js.map +0 -0
  1444. {app-rn-runtime → package}/core/modal.service.js +0 -0
  1445. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  1446. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  1447. {app-rn-runtime → package}/core/partial.service.js +0 -0
  1448. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  1449. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  1450. {app-rn-runtime → package}/core/security.service.js +0 -0
  1451. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  1452. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  1453. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  1454. {app-rn-runtime → package}/core/testid.provider.js +0 -0
  1455. {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
  1456. {app-rn-runtime → package}/core/toast.service.js +0 -0
  1457. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  1458. {app-rn-runtime → package}/core/wm-component-tree.js.map +0 -0
  1459. {app-rn-runtime → package}/index.js +0 -0
  1460. {app-rn-runtime → package}/index.js.map +0 -0
  1461. {app-rn-runtime → package}/runtime/base-partial.component.js.map +0 -0
  1462. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  1463. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  1464. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  1465. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  1466. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  1467. {app-rn-runtime → package}/runtime/services/app-security.service.js.map +0 -0
  1468. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  1469. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  1470. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  1471. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  1472. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  1473. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  1474. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  1475. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  1476. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  1477. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  1478. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  1479. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  1480. {app-rn-runtime → package}/variables/device/device/network-info.operation.js.map +0 -0
  1481. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  1482. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  1483. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  1484. {app-rn-runtime → package}/variables/device/operation.provider.js.map +0 -0
  1485. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  1486. {app-rn-runtime → package}/variables/device-variable.js.map +0 -0
  1487. {app-rn-runtime → package}/variables/http.service.js +0 -0
  1488. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  1489. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  1490. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  1491. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  1492. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  1493. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  1494. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  1495. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  1496. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  1497. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  1498. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -0,0 +1,493 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ import React from 'react';
6
+ import { Text, View, TouchableOpacity, Platform, TouchableWithoutFeedback } from 'react-native';
7
+ import { isArray, merge } from 'lodash';
8
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
9
+ import WmWizardProps from './wizard.props';
10
+ import { DEFAULT_CLASS } from './wizard.styles';
11
+ import WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';
12
+ import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
13
+ import WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';
14
+ import WmProgressCircle from '@wavemaker/app-rn-runtime/components/basic/progress-circle/progress-circle.component';
15
+ import WmPopover from '@wavemaker/app-rn-runtime/components/navigation/popover/popover.component';
16
+ import WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';
17
+ import { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';
18
+ export class WmWizardState extends BaseComponentState {
19
+ constructor(...args) {
20
+ super(...args);
21
+ _defineProperty(this, "currentStep", 0);
22
+ _defineProperty(this, "isDone", false);
23
+ }
24
+ }
25
+ export default class WmWizard extends BaseComponent {
26
+ constructor(props) {
27
+ super(props, DEFAULT_CLASS, new WmWizardProps());
28
+ _defineProperty(this, "numberOfSteps", null);
29
+ _defineProperty(this, "steps", []);
30
+ _defineProperty(this, "popOverRef", null);
31
+ _defineProperty(this, "listener", {
32
+ onComponentInit: c => {
33
+ if (c instanceof WmPopover) {
34
+ this.popOverRef = c;
35
+ }
36
+ }
37
+ });
38
+ }
39
+ updateDefaultStep() {
40
+ const steps = this.steps;
41
+ const props = this.props;
42
+ let defaultStepIndex = 0;
43
+ if (isArray(steps) && props.defaultstep) {
44
+ steps && steps.map((item, index) => {
45
+ if (props.defaultstep === item.props.name) {
46
+ defaultStepIndex = index;
47
+ }
48
+ });
49
+ }
50
+ this.updateCurrentStep(defaultStepIndex);
51
+ }
52
+ addWizardStep(step) {
53
+ this.steps[step.props.index] = step;
54
+ this.forceUpdate();
55
+ }
56
+ componentDidMount() {
57
+ super.componentDidMount();
58
+ if (this.props.defaultstep && this.props.defaultstep != 'none') {
59
+ this.updateDefaultStep();
60
+ }
61
+ }
62
+ componentDidUpdate(prevProps, prevState, snapshot) {
63
+ super.componentDidUpdate && super.componentDidUpdate(prevProps, prevState, snapshot);
64
+ // * when a variable is bind to default step
65
+ if (this.props.defaultstep && prevProps.defaultstep !== this.props.defaultstep) {
66
+ this.updateDefaultStep();
67
+ }
68
+ }
69
+ showActiveStep() {
70
+ var _this$steps$this$stat;
71
+ (_this$steps$this$stat = this.steps[this.state.currentStep]) === null || _this$steps$this$stat === void 0 || _this$steps$this$stat.setActive();
72
+ }
73
+ updateCurrentStep(index, isDone = false) {
74
+ var _this$steps$this$stat2, _this$steps$nextStep;
75
+ const lastStep = this.state.currentStep;
76
+ let nextStep = index;
77
+ (_this$steps$this$stat2 = this.steps[this.state.currentStep]) === null || _this$steps$this$stat2 === void 0 || _this$steps$this$stat2.setInActive();
78
+
79
+ // check for next available step if next or prev steps show prop is false
80
+ if ((_this$steps$nextStep = this.steps[nextStep]) !== null && _this$steps$nextStep !== void 0 && _this$steps$nextStep.state && !this.steps[nextStep].state.props.show) {
81
+ if (lastStep < nextStep) {
82
+ for (let i = nextStep + 1; i < this.steps.length; i++) {
83
+ if (this.steps[i].state.props.show) {
84
+ nextStep = i;
85
+ break;
86
+ }
87
+ }
88
+ } else if (lastStep > nextStep) {
89
+ for (let i = nextStep - 1; i >= 0; i--) {
90
+ if (this.steps[i].state.props.show) {
91
+ nextStep = i;
92
+ break;
93
+ }
94
+ }
95
+ }
96
+ }
97
+ this.updateState({
98
+ currentStep: nextStep,
99
+ isDone: isDone
100
+ }, () => {
101
+ this.showActiveStep();
102
+ if (lastStep !== nextStep) {
103
+ this.invokeEventCallback('onChange', [null, this.proxy, nextStep + 1, lastStep + 1]);
104
+ }
105
+ });
106
+ this.forceUpdate();
107
+ }
108
+ getStepStyle(index) {
109
+ const style = [this.styles.step];
110
+ if (this.state.isDone || index < this.state.currentStep) {
111
+ style.push(this.styles.doneStep);
112
+ } else if (this.state.currentStep === index) {
113
+ style.push(this.styles.activeStep);
114
+ }
115
+ return style;
116
+ }
117
+ renderMenuPopover() {
118
+ const menuDataset = this.props.getmenudataexpression || ((item, index) => '');
119
+ const Labels = this.steps.map(step => step.state.props.title);
120
+ return /*#__PURE__*/React.createElement(WmPopover, {
121
+ id: this.getTestId('menu'),
122
+ styles: this.styles.popover,
123
+ contentanimation: 'slideInDown',
124
+ caption: '',
125
+ popoverheight: this.styles.popover.popover.height || null,
126
+ popoverwidth: this.styles.popover.popover.width || null,
127
+ listener: this.listener,
128
+ iconclass: this.props.popovericonclass || 'fa fa-caret-down',
129
+ iconposition: "right",
130
+ type: "dropdown"
131
+ }, /*#__PURE__*/React.createElement(View, {
132
+ style: this.styles.popover.popover
133
+ }, Labels.map((item, index) => {
134
+ const currentMenuItem = index == this.state.currentStep;
135
+ const caption = menuDataset({
136
+ "count": this.steps.length
137
+ }, index);
138
+ return /*#__PURE__*/React.createElement(TouchableWithoutFeedback, {
139
+ key: 'wizard_menu_item_' + index,
140
+ onPress: () => {
141
+ this.popOverRef.hide();
142
+ }
143
+ }, /*#__PURE__*/React.createElement(View, {
144
+ style: [this.styles.stepMenu, currentMenuItem ? this.styles.activeStepMenu : {}]
145
+ }, /*#__PURE__*/React.createElement(WmIcon, {
146
+ id: this.getTestId('icon'),
147
+ caption: caption,
148
+ iconclass: currentMenuItem ? "wi wi-radio-button-checked" : 'wi wi-radio-button-unchecked',
149
+ styles: currentMenuItem ? this.styles.stepMenuActiveIcon : this.styles.stepMenuIcon
150
+ }), /*#__PURE__*/React.createElement(WmLabel, {
151
+ caption: item,
152
+ styles: currentMenuItem ? this.styles.stepMenuActiveLabel : this.styles.stepMenuLabel
153
+ })));
154
+ })));
155
+ }
156
+ renderProgressCircleHeader(item, index) {
157
+ const progressTitle = this.props.progresstitle || index + 1 + '/' + this.steps.length;
158
+ return /*#__PURE__*/React.createElement(View, {
159
+ style: [this.styles.headerWrapper],
160
+ key: index + 1
161
+ }, /*#__PURE__*/React.createElement(View, {
162
+ style: this.styles.stepWrapper
163
+ }, /*#__PURE__*/React.createElement(View, {
164
+ style: {
165
+ flex: 1,
166
+ alignItems: 'flex-start',
167
+ justifyContent: 'center',
168
+ flexDirection: 'row'
169
+ }
170
+ }, /*#__PURE__*/React.createElement(WmProgressCircle, {
171
+ id: this.getTestId('progress'),
172
+ minvalue: 0,
173
+ maxvalue: this.steps.length,
174
+ datavalue: index + 1,
175
+ captionplacement: 'inside',
176
+ type: this.props.progresstype,
177
+ title: progressTitle,
178
+ subtitle: '',
179
+ styles: this.styles.progressCircle
180
+ })), /*#__PURE__*/React.createElement(View, {
181
+ style: this.styles.stepTitleWrapper
182
+ }, /*#__PURE__*/React.createElement(Text, _extends({
183
+ style: this.styles.stepTitle
184
+ }, this.getTestPropsForLabel('step' + (index + 1) + '_title')), item.props.title || 'Step Title'), /*#__PURE__*/React.createElement(Text, _extends({
185
+ style: this.styles.stepSubTitle
186
+ }, this.getTestPropsForLabel('step' + (index + 1) + '_subtitle')), item.props.subtitle || 'Step Sub Title')), /*#__PURE__*/React.createElement(View, {
187
+ style: {
188
+ flexDirection: 'row',
189
+ alignItems: 'flex-end',
190
+ justifyContent: 'flex-end',
191
+ flex: 1
192
+ }
193
+ }, this.renderMenuPopover())));
194
+ }
195
+ stepConnectorWidth(isFirstOrLastConnector, stepIndex) {
196
+ if (stepIndex === this.lastStepIndex() || stepIndex === this.firstStepIndex()) {
197
+ return '50%';
198
+ }
199
+ return isFirstOrLastConnector ? '50%' : '100%';
200
+ }
201
+ stepConnectorHeight(isFirstOrLastConnector, stepIndex) {
202
+ if (stepIndex === this.lastStepIndex() || stepIndex === this.firstStepIndex()) {
203
+ return '50%';
204
+ }
205
+ return isFirstOrLastConnector ? '50%' : '100%';
206
+ }
207
+ getDotStyle(index) {
208
+ const style = [this.styles.stepDot];
209
+ if (this.state.currentStep === index) {
210
+ style.push(this.styles.activeStepDot);
211
+ }
212
+ return style;
213
+ }
214
+ renderDot(index) {
215
+ return /*#__PURE__*/React.createElement(View, {
216
+ style: this.getDotStyle(index)
217
+ });
218
+ }
219
+ getConnectorPosition() {
220
+ var _this$styles;
221
+ const stepStyles = (_this$styles = this.styles) === null || _this$styles === void 0 ? void 0 : _this$styles.step;
222
+ if (!stepStyles) return {};
223
+ const cssWidth = stepStyles.width;
224
+ const cssHeight = stepStyles.height;
225
+ const parseStyleValue = value => {
226
+ if (typeof value === 'number') {
227
+ return value;
228
+ }
229
+ if (typeof value === 'string') {
230
+ const numValue = parseFloat(value);
231
+ return isNaN(numValue) ? null : numValue;
232
+ }
233
+ return null;
234
+ };
235
+ const width = parseStyleValue(cssWidth);
236
+ const height = parseStyleValue(cssHeight);
237
+ const result = {};
238
+ // Calculate connector positions based on actual circle dimensions
239
+ if (height !== null) {
240
+ result.top = height / 2 - 1;
241
+ }
242
+ if (width !== null) {
243
+ result.left = width / 2 - 1;
244
+ }
245
+ return result;
246
+ }
247
+ renderWizardHeader(item, index) {
248
+ var _this$state$props$cla, _this$state$props$cla2, _this$state$props$cla3;
249
+ const isLastStep = index === this.lastStepIndex();
250
+ const isFirstStep = index === this.firstStepIndex();
251
+ const isActiveStep = index === this.state.currentStep;
252
+ const isNumberTextLayout = this.state.props.classname === 'number-text-inline';
253
+ const isVertical = (_this$state$props$cla = this.state.props.classname) === null || _this$state$props$cla === void 0 ? void 0 : _this$state$props$cla.includes('vertical');
254
+ const isDotted = (_this$state$props$cla2 = this.state.props.classname) === null || _this$state$props$cla2 === void 0 ? void 0 : _this$state$props$cla2.includes('dottedstepper');
255
+ const isStepperBasic = (_this$state$props$cla3 = this.state.props.classname) === null || _this$state$props$cla3 === void 0 ? void 0 : _this$state$props$cla3.includes('stepper-basic');
256
+ const wizardStepCountVisibility = index >= this.state.currentStep && !this.state.isDone || !this.state.currentStep;
257
+ return item.state.props.show !== false ? /*#__PURE__*/React.createElement(View, {
258
+ style: [this.styles.headerWrapper, isNumberTextLayout ? {
259
+ paddingRight: isActiveStep ? 0 : 5,
260
+ paddingLeft: index === this.state.currentStep + 1 ? 0 : 5
261
+ } : {}],
262
+ key: index + 1
263
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, {
264
+ style: this.styles.stepWrapper,
265
+ onPress: this.updateCurrentStep.bind(this, index, false),
266
+ disabled: index >= this.state.currentStep || !this.state.props.headernavigation,
267
+ accessibilityRole: "header"
268
+ }, !this._showSkeleton ? isStepperBasic ? /*#__PURE__*/React.createElement(View, _extends({
269
+ style: this.getStepStyle(index)
270
+ }, this.getTestPropsForAction('step' + index))) : /*#__PURE__*/React.createElement(View, _extends({
271
+ style: this.getStepStyle(index)
272
+ }, this.getTestPropsForAction('step' + index)), isDotted ? /*#__PURE__*/React.createElement(React.Fragment, null, index < this.state.currentStep || this.state.isDone ? /*#__PURE__*/React.createElement(WmIcon, {
273
+ id: this.getTestId('status'),
274
+ styles: isActiveStep ? merge({}, this.styles.stepIcon, {
275
+ icon: {
276
+ color: this.styles.activeStep.color
277
+ }
278
+ }) : this.styles.stepIcon,
279
+ iconclass: item.state.props.iconclass || 'wm-sl-l sl-check'
280
+ }) : this.renderDot(index)) : /*#__PURE__*/React.createElement(React.Fragment, null, wizardStepCountVisibility && /*#__PURE__*/React.createElement(Text, _extends({
281
+ style: isActiveStep ? [this.styles.activeStep, this.styles.activeStepCounter] : this.styles.stepCounter
282
+ }, this.getTestPropsForLabel('step' + (index + 1) + '_indicator')), index + 1), (index < this.state.currentStep || this.state.isDone) && /*#__PURE__*/React.createElement(WmIcon, {
283
+ id: this.getTestId('status'),
284
+ styles: isActiveStep ? merge({}, this.styles.stepIcon, {
285
+ icon: {
286
+ color: this.styles.activeStep.color
287
+ }
288
+ }) : this.styles.stepIcon,
289
+ iconclass: item.state.props.iconclass || 'wm-sl-l sl-check'
290
+ }))) : /*#__PURE__*/React.createElement(WmLabel, {
291
+ showskeleton: true,
292
+ styles: {
293
+ root: {
294
+ ...this.getStepStyle(index)[0]
295
+ }
296
+ }
297
+ }), (isActiveStep || this.state.props.showalltitles) && /*#__PURE__*/React.createElement(View, {
298
+ style: this.styles.stepTitleWrapper
299
+ }, /*#__PURE__*/React.createElement(Text, _extends({
300
+ style: this.styles.stepTitle
301
+ }, this.getTestPropsForLabel('step' + (index + 1) + '_title')), item.state.props.title || 'Step Title'), /*#__PURE__*/React.createElement(Text, _extends({
302
+ style: this.styles.stepSubTitle
303
+ }, this.getTestPropsForLabel('step' + (index + 1) + '_subtitle')), item.state.props.subtitle)), !isStepperBasic && this.numberOfSteps > 1 && isActiveStep && /*#__PURE__*/React.createElement(View, {
304
+ style: [this.styles.numberTextStepConnector, {
305
+ width: isLastStep ? 0 : 50
306
+ }]
307
+ })), !isStepperBasic && this.getTotalVisibleSteps() > 1 && item.state.props.show && !isVertical && /*#__PURE__*/React.createElement(View, {
308
+ style: [this.styles.stepConnector, {
309
+ width: this.stepConnectorWidth(isFirstStep || isLastStep, index),
310
+ left: Platform.OS === "web" ? !this.isRTL && isFirstStep || this.isRTL && isLastStep ? '50%' : '0%' : isFirstStep ? '50%' : '0%'
311
+ }, this.getConnectorPosition().top ? {
312
+ top: this.getConnectorPosition().top
313
+ } : {}]
314
+ }), !isStepperBasic && this.getTotalVisibleSteps() > 1 && item.state.props.show && isVertical && /*#__PURE__*/React.createElement(View, {
315
+ style: [this.styles.stepConnector, {
316
+ height: this.stepConnectorHeight(isFirstStep || isLastStep, index),
317
+ top: isFirstStep ? '50%' : '0%'
318
+ }, this.getConnectorPosition().left ? {
319
+ left: this.getConnectorPosition().left
320
+ } : {}]
321
+ })) : null;
322
+ }
323
+ prev() {
324
+ if (this.state.props.skipdefaultprevious) {
325
+ this.invokeEventCallback('onPrev', ['prev', this.proxy]);
326
+ return;
327
+ }
328
+ const index = this.state.currentStep;
329
+ if (index <= 0) {
330
+ return;
331
+ }
332
+ const currentStep = this.steps[index];
333
+ this.invokeEventCallback('onPrev', ['prev', this.proxy]);
334
+ if (currentStep.invokePrevCB(index) == false) {
335
+ return;
336
+ }
337
+ this.updateCurrentStep(index - 1);
338
+ }
339
+ next(eventName) {
340
+ if (eventName !== 'skip' && this.state.props.skipdefaultnext) {
341
+ this.invokeEventCallback('onNext', ['next', this.proxy]);
342
+ return;
343
+ }
344
+ const index = this.state.currentStep;
345
+ if (index >= this.steps.length - 1) {
346
+ return;
347
+ }
348
+ const currentStep = this.steps[index];
349
+ if (eventName === 'skip') {
350
+ this.invokeEventCallback('onSkip', ['skip', this.proxy]);
351
+ currentStep.invokeSkipCB(index);
352
+ } else {
353
+ this.invokeEventCallback('onNext', ['next', this.proxy]);
354
+ if (currentStep.invokeNextCB(index) == false) {
355
+ return;
356
+ }
357
+ }
358
+ this.updateCurrentStep(index + 1);
359
+ }
360
+ done($event) {
361
+ if (this.state.props.skipdefaultdone) {
362
+ this.invokeEventCallback('onDone', ['done', this.proxy]);
363
+ return;
364
+ }
365
+ if (this.state.currentStep !== this.lastStepIndex()) {
366
+ return;
367
+ }
368
+ this.updateState({
369
+ isDone: true
370
+ });
371
+ this.invokeEventCallback('onDone', ['done', this.proxy]);
372
+ }
373
+ cancel() {
374
+ this.invokeEventCallback('onCancel', ['cancel', this.proxy]);
375
+ if (this.state.props.skipdefaultcancel) {
376
+ return;
377
+ }
378
+ }
379
+ skip() {
380
+ if (this.state.props.skipdefaultskip) {
381
+ this.invokeEventCallback('onSkip', ['skip', this.proxy]);
382
+ return;
383
+ }
384
+ this.next('skip');
385
+ }
386
+ getBackground() {
387
+ return this._showSkeleton ? null : this._background;
388
+ }
389
+ lastStepIndex() {
390
+ let lastStep = 0;
391
+ for (let i = 0; i < this.steps.length; i++) {
392
+ if (this.steps[i].state.props.show) {
393
+ lastStep = i;
394
+ }
395
+ }
396
+ return lastStep;
397
+ }
398
+ firstStepIndex() {
399
+ let firstStep = -1;
400
+ for (let i = 0; i < this.steps.length; i++) {
401
+ if (this.steps[i].state.props.show) {
402
+ if (firstStep === -1) {
403
+ firstStep = i;
404
+ }
405
+ }
406
+ }
407
+ return firstStep;
408
+ }
409
+ getTotalVisibleSteps() {
410
+ let lastStep = 0;
411
+ for (let i = 0; i < this.steps.length; i++) {
412
+ if (this.steps[i].state.props.show) {
413
+ lastStep++;
414
+ }
415
+ }
416
+ return lastStep;
417
+ }
418
+ renderSkeleton(props) {
419
+ if (!props.showskeletonchildren) {
420
+ var _this$props;
421
+ const skeletonStyles = ((_this$props = this.props) === null || _this$props === void 0 || (_this$props = _this$props.styles) === null || _this$props === void 0 ? void 0 : _this$props.skeleton) || {
422
+ root: {},
423
+ text: {}
424
+ };
425
+ return createSkeleton(this.theme, skeletonStyles, {
426
+ ...this.styles.root
427
+ }, /*#__PURE__*/React.createElement(View, {
428
+ style: [this.styles.root, {
429
+ opacity: 0
430
+ }]
431
+ }, props.children));
432
+ }
433
+ return null;
434
+ }
435
+ renderWidget(props) {
436
+ var _this$state$props$cla4;
437
+ this.numberOfSteps = this.steps.length;
438
+ const activeStep = this.steps[this.state.currentStep];
439
+ const isSkippable = activeStep && activeStep.state.props.enableskip;
440
+ const isProgressCircleHeader = (_this$state$props$cla4 = this.state.props.classname) === null || _this$state$props$cla4 === void 0 ? void 0 : _this$state$props$cla4.includes('progress-circle-header');
441
+ const styles = this._showSkeleton ? {
442
+ ...this.styles.root,
443
+ ...this.styles.skeleton.root
444
+ } : this.styles.root;
445
+ return /*#__PURE__*/React.createElement(View, {
446
+ style: styles,
447
+ onLayout: event => this.handleLayout(event)
448
+ }, this.getBackground(), /*#__PURE__*/React.createElement(View, {
449
+ style: this.styles.wizardHeader
450
+ }, activeStep && isProgressCircleHeader ? this.renderProgressCircleHeader(activeStep, this.state.currentStep) : this.steps ? this.steps.map((step, i) => this.renderWizardHeader(step, i)) : null), /*#__PURE__*/React.createElement(View, {
451
+ style: this.styles.wizardBody
452
+ }, props.children), /*#__PURE__*/React.createElement(View, {
453
+ style: [this.styles.wizardFooter, {
454
+ flexDirection: props.actionsalignment === 'right' ? 'row-reverse' : 'row'
455
+ }]
456
+ }, this.state.currentStep === this.lastStepIndex() && activeStep.state.props.showdone && /*#__PURE__*/React.createElement(WmButton, {
457
+ iconclass: props.donebtniconclass,
458
+ styles: merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.doneButton),
459
+ id: this.getTestId('donebtn'),
460
+ caption: props.donebtnlabel,
461
+ onTap: this.done.bind(this),
462
+ disabled: activeStep.state.props.disabledone
463
+ }), this.state.currentStep < this.lastStepIndex() && activeStep.state.props.shownext && /*#__PURE__*/React.createElement(WmButton, {
464
+ iconclass: 'wi wi-chevron-right',
465
+ styles: merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.nextButton),
466
+ id: this.getTestId('nextbtn'),
467
+ iconposition: 'right',
468
+ caption: props.nextbtnlabel,
469
+ onTap: this.next.bind(this),
470
+ disabled: activeStep.state.props.disablenext
471
+ }), this.state.currentStep > 0 && activeStep.state.props.showprev && /*#__PURE__*/React.createElement(WmButton, {
472
+ iconclass: 'wi wi-chevron-left',
473
+ styles: merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.prevButton),
474
+ caption: props.previousbtnlabel,
475
+ id: this.getTestId('prevbtn'),
476
+ onTap: this.prev.bind(this),
477
+ disabled: activeStep.state.props.disableprev
478
+ }), props.cancelable ? /*#__PURE__*/React.createElement(WmButton, {
479
+ id: this.getTestId('cancelbtn'),
480
+ caption: props.cancelbtnlabel,
481
+ styles: merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.cancelButton),
482
+ onTap: this.cancel.bind(this)
483
+ }) : null, isSkippable && /*#__PURE__*/React.createElement(WmAnchor, {
484
+ iconclass: 'wi wi-chevron-right',
485
+ iconposition: 'right',
486
+ caption: 'Skip',
487
+ id: this.getTestId('skip'),
488
+ styles: merge({}, this.styles.wizardActions, this.styles.skipLink),
489
+ onTap: this.skip.bind(this)
490
+ })));
491
+ }
492
+ }
493
+ //# sourceMappingURL=wizard.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Text","View","TouchableOpacity","Platform","TouchableWithoutFeedback","isArray","merge","BaseComponent","BaseComponentState","WmWizardProps","DEFAULT_CLASS","WmButton","WmIcon","WmAnchor","WmProgressCircle","WmPopover","WmLabel","createSkeleton","WmWizardState","constructor","args","_defineProperty","WmWizard","props","onComponentInit","c","popOverRef","updateDefaultStep","steps","defaultStepIndex","defaultstep","map","item","index","name","updateCurrentStep","addWizardStep","step","forceUpdate","componentDidMount","componentDidUpdate","prevProps","prevState","snapshot","showActiveStep","_this$steps$this$stat","state","currentStep","setActive","isDone","_this$steps$this$stat2","_this$steps$nextStep","lastStep","nextStep","setInActive","show","i","length","updateState","invokeEventCallback","proxy","getStepStyle","style","styles","push","doneStep","activeStep","renderMenuPopover","menuDataset","getmenudataexpression","Labels","title","createElement","id","getTestId","popover","contentanimation","caption","popoverheight","height","popoverwidth","width","listener","iconclass","popovericonclass","iconposition","type","currentMenuItem","key","onPress","hide","stepMenu","activeStepMenu","stepMenuActiveIcon","stepMenuIcon","stepMenuActiveLabel","stepMenuLabel","renderProgressCircleHeader","progressTitle","progresstitle","headerWrapper","stepWrapper","flex","alignItems","justifyContent","flexDirection","minvalue","maxvalue","datavalue","captionplacement","progresstype","subtitle","progressCircle","stepTitleWrapper","_extends","stepTitle","getTestPropsForLabel","stepSubTitle","stepConnectorWidth","isFirstOrLastConnector","stepIndex","lastStepIndex","firstStepIndex","stepConnectorHeight","getDotStyle","stepDot","activeStepDot","renderDot","getConnectorPosition","_this$styles","stepStyles","cssWidth","cssHeight","parseStyleValue","value","numValue","parseFloat","isNaN","result","top","left","renderWizardHeader","_this$state$props$cla","_this$state$props$cla2","_this$state$props$cla3","isLastStep","isFirstStep","isActiveStep","isNumberTextLayout","classname","isVertical","includes","isDotted","isStepperBasic","wizardStepCountVisibility","paddingRight","paddingLeft","bind","disabled","headernavigation","accessibilityRole","_showSkeleton","getTestPropsForAction","Fragment","stepIcon","icon","color","activeStepCounter","stepCounter","showskeleton","root","showalltitles","numberOfSteps","numberTextStepConnector","getTotalVisibleSteps","stepConnector","OS","isRTL","prev","skipdefaultprevious","invokePrevCB","next","eventName","skipdefaultnext","invokeSkipCB","invokeNextCB","done","$event","skipdefaultdone","cancel","skipdefaultcancel","skip","skipdefaultskip","getBackground","_background","firstStep","renderSkeleton","showskeletonchildren","_this$props","skeletonStyles","skeleton","text","theme","opacity","children","renderWidget","_this$state$props$cla4","isSkippable","enableskip","isProgressCircleHeader","onLayout","event","handleLayout","wizardHeader","wizardBody","wizardFooter","actionsalignment","showdone","donebtniconclass","wizardActions","getStyle","doneButton","donebtnlabel","onTap","disabledone","shownext","nextButton","nextbtnlabel","disablenext","showprev","prevButton","previousbtnlabel","disableprev","cancelable","cancelbtnlabel","cancelButton","skipLink"],"sources":["wizard.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View, TouchableOpacity, Platform, TouchableWithoutFeedback, DimensionValue } from 'react-native';\nimport { isArray, merge } from 'lodash';\nimport { BaseComponent, BaseComponentState, LifecycleListener } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmWizardProps from './wizard.props';\nimport { DEFAULT_CLASS, WmWizardStyles } from './wizard.styles';\nimport WmButton from '@wavemaker/app-rn-runtime/components/basic/button/button.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';\nimport WmWizardstep from './wizardstep/wizardstep.component';\nimport WmProgressCircle from '@wavemaker/app-rn-runtime/components/basic/progress-circle/progress-circle.component';\nimport WmPopover from '@wavemaker/app-rn-runtime/components/navigation/popover/popover.component';\nimport WmLabel from '@wavemaker/app-rn-runtime/components/basic/label/label.component';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nexport class WmWizardState extends BaseComponentState<WmWizardProps> {\n currentStep: number = 0;\n isDone: boolean = false;\n}\n\nexport default class WmWizard extends BaseComponent<WmWizardProps, WmWizardState, WmWizardStyles> {\n private numberOfSteps: number = null as any;\n private steps = [] as WmWizardstep[];\n private popOverRef: WmPopover = null as any;\n\n private listener: LifecycleListener = {\n onComponentInit: (c) => {\n if (c instanceof WmPopover) {\n this.popOverRef = c;\n }\n }\n };\n\n constructor(props: WmWizardProps) {\n super(props, DEFAULT_CLASS, new WmWizardProps());\n }\n\n updateDefaultStep() {\n const steps = this.steps;\n const props = this.props;\n let defaultStepIndex = 0;\n if (isArray(steps) && props.defaultstep) {\n steps && steps.map((item: any, index: any) => {\n if (props.defaultstep === item.props.name) {\n defaultStepIndex = index;\n }\n })\n }\n this.updateCurrentStep(defaultStepIndex);\n }\n\n addWizardStep(step: WmWizardstep) {\n this.steps[step.props.index] = step;\n this.forceUpdate();\n }\n\n componentDidMount() {\n super.componentDidMount();\n if (this.props.defaultstep && this.props.defaultstep != 'none') {\n this.updateDefaultStep();\n }\n }\n\n componentDidUpdate(prevProps: Readonly<WmWizardProps>, prevState: Readonly<WmWizardState>, snapshot?: any): void {\n super.componentDidUpdate && super.componentDidUpdate(prevProps, prevState, snapshot);\n // * when a variable is bind to default step\n if (this.props.defaultstep && prevProps.defaultstep !== this.props.defaultstep) {\n this.updateDefaultStep();\n }\n }\n\n showActiveStep() {\n this.steps[this.state.currentStep]?.setActive();\n }\n\n updateCurrentStep(index: number, isDone = false) {\n const lastStep = this.state.currentStep;\n let nextStep = index\n this.steps[this.state.currentStep]?.setInActive();\n\n // check for next available step if next or prev steps show prop is false\n if(this.steps[nextStep]?.state && !this.steps[nextStep].state.props.show){\n if(lastStep < nextStep){\n for(let i = nextStep + 1; i < this.steps.length; i++){\n if(this.steps[i].state.props.show) {\n nextStep = i;\n break;\n }\n }\n }else if(lastStep > nextStep) {\n for(let i = nextStep - 1; i >= 0; i--){\n if(this.steps[i].state.props.show) {\n nextStep = i;\n break;\n }\n }\n }\n }\n\n this.updateState({\n currentStep: nextStep,\n isDone: isDone\n } as WmWizardState, () => {\n this.showActiveStep();\n if (lastStep !== nextStep) {\n this.invokeEventCallback('onChange', [null, this.proxy, nextStep + 1, lastStep + 1]);\n }\n });\n this.forceUpdate();\n }\n\n getStepStyle(index: number) {\n const style = [this.styles.step];\n if (this.state.isDone || index < this.state.currentStep) {\n style.push(this.styles.doneStep);\n } else if (this.state.currentStep === index) {\n style.push(this.styles.activeStep);\n }\n return style;\n }\n\n renderMenuPopover(){\n const menuDataset = this.props.getmenudataexpression || ((item: any, index: number) => '') ;\n const Labels = this.steps.map((step: WmWizardstep) => step.state.props.title);\n return (\n <WmPopover\n id={this.getTestId('menu')}\n styles={this.styles.popover}\n contentanimation={'slideInDown'}\n caption={''}\n popoverheight={this.styles.popover.popover.height as string | number | undefined || null}\n popoverwidth={this.styles.popover.popover.width as string | number | undefined || null}\n listener={this.listener}\n iconclass={this.props.popovericonclass || 'fa fa-caret-down'}\n iconposition=\"right\"\n type='dropdown'>\n <View style={this.styles.popover.popover}>\n {Labels.map((item: any, index: number) => {\n const currentMenuItem = index==this.state.currentStep;\n const caption = menuDataset({\"count\":this.steps.length}, index);\n return (\n <TouchableWithoutFeedback key={'wizard_menu_item_'+index} onPress={()=>{this.popOverRef.hide();}}>\n <View style={[this.styles.stepMenu, currentMenuItem?this.styles.activeStepMenu:{}]}>\n <WmIcon id={this.getTestId('icon')} caption={caption} iconclass={currentMenuItem? \"wi wi-radio-button-checked\" : 'wi wi-radio-button-unchecked'} styles={currentMenuItem?this.styles.stepMenuActiveIcon:this.styles.stepMenuIcon}/>\n <WmLabel caption={item} styles={currentMenuItem?this.styles.stepMenuActiveLabel:this.styles.stepMenuLabel}/>\n </View>\n </TouchableWithoutFeedback>\n )})}\n </View>\n </WmPopover>\n );\n }\n\n renderProgressCircleHeader(item: any, index: number) {\n const progressTitle = this.props.progresstitle || (index + 1 + '/' + this.steps.length);\n return (\n <View style={[this.styles.headerWrapper]} key={index + 1}>\n <View style={this.styles.stepWrapper}>\n <View style={{ flex: 1, alignItems: 'flex-start', justifyContent: 'center', flexDirection:'row' }}>\n <WmProgressCircle id={this.getTestId('progress')} minvalue={0} maxvalue={this.steps.length} datavalue={index + 1} captionplacement={'inside'} type={this.props.progresstype} title={progressTitle} subtitle={''} styles={this.styles.progressCircle}/>\n </View>\n <View style={this.styles.stepTitleWrapper}>\n <Text style={this.styles.stepTitle} {...this.getTestPropsForLabel('step' + (index + 1) + '_title')}>\n {item.props.title || 'Step Title'}</Text>\n <Text style={this.styles.stepSubTitle} {...this.getTestPropsForLabel('step' + (index + 1)+ '_subtitle')}>\n {item.props.subtitle || 'Step Sub Title'}</Text>\n </View>\n <View style={{ flexDirection: 'row', alignItems: 'flex-end', justifyContent: 'flex-end', flex: 1 }}>\n {this.renderMenuPopover()}\n </View>\n </View>\n </View>\n );\n }\n\n stepConnectorWidth(isFirstOrLastConnector: boolean, stepIndex: number): DimensionValue {\n if(stepIndex === this.lastStepIndex() || stepIndex === this.firstStepIndex()){\n return '50%';\n }\n return isFirstOrLastConnector ? '50%' : '100%';\n }\n\n stepConnectorHeight(isFirstOrLastConnector: boolean, stepIndex: number): DimensionValue {\n if (stepIndex === this.lastStepIndex() || stepIndex === this.firstStepIndex()) {\n return '50%';\n }\n return isFirstOrLastConnector ? '50%' : '100%';\n }\n\n getDotStyle(index: number) {\n const style = [this.styles.stepDot];\n if (this.state.currentStep === index) {\n style.push(this.styles.activeStepDot);\n }\n return style;\n }\n\n renderDot(index: number) {\n return (\n <View style={this.getDotStyle(index)}></View>\n );\n }\n\n getConnectorPosition(): { top?: number, left?: number } {\n const stepStyles = this.styles?.step;\n if (!stepStyles) return {};\n const cssWidth = stepStyles.width;\n const cssHeight = stepStyles.height;\n const parseStyleValue = (value: any): number | null => {\n if (typeof value === 'number') {\n return value;\n }\n if (typeof value === 'string') {\n const numValue = parseFloat(value);\n return isNaN(numValue) ? null : numValue;\n }\n return null;\n };\n const width = parseStyleValue(cssWidth);\n const height = parseStyleValue(cssHeight);\n const result: { top?: number, left?: number } = {};\n // Calculate connector positions based on actual circle dimensions\n if (height !== null) {\n result.top = (height / 2) - 1;\n }\n if (width !== null) {\n result.left = (width / 2) - 1;\n }\n return result;\n }\n\n renderWizardHeader(item: any, index: number) {\n const isLastStep = index === this.lastStepIndex();\n const isFirstStep = index === this.firstStepIndex();\n const isActiveStep = index === this.state.currentStep;\n const isNumberTextLayout = this.state.props.classname === 'number-text-inline';\n const isVertical = this.state.props.classname?.includes('vertical');\n const isDotted = this.state.props.classname?.includes('dottedstepper');\n const isStepperBasic = this.state.props.classname?.includes('stepper-basic');\n const wizardStepCountVisibility = (index >= this.state.currentStep && !this.state.isDone) || !this.state.currentStep\n return item.state.props.show !== false ? (\n <View \n style={[\n this.styles.headerWrapper, isNumberTextLayout ?\n {paddingRight: isActiveStep ? 0 : 5, paddingLeft: index === this.state.currentStep + 1 ? 0 : 5}: {}\n ]} \n key={index+1}\n >\n <TouchableOpacity \n style={this.styles.stepWrapper}\n onPress={this.updateCurrentStep.bind(this, index, false)} disabled={index >= this.state.currentStep || !this.state.props.headernavigation}\n accessibilityRole='header'\n >\n {!this._showSkeleton ? isStepperBasic ? (\n <View style={this.getStepStyle(index)} {...this.getTestPropsForAction('step'+index)}/>\n ) : <View style={this.getStepStyle(index)} {...this.getTestPropsForAction('step'+index)}>\n {(isDotted) ? (\n <>\n {(index < this.state.currentStep || this.state.isDone) ? (\n <WmIcon \n id={this.getTestId('status')} \n styles={isActiveStep ? merge({}, this.styles.stepIcon, {icon: {color: this.styles.activeStep.color}}) : this.styles.stepIcon}\n iconclass={item.state.props.iconclass || 'wm-sl-l sl-check'}\n ></WmIcon>\n ) : (\n this.renderDot(index)\n )}\n </>\n ) : (\n <>\n { wizardStepCountVisibility &&\n <Text \n style={\n isActiveStep ? [this.styles.activeStep, this.styles.activeStepCounter] : this.styles.stepCounter} \n {...this.getTestPropsForLabel('step' + (index + 1) + '_indicator')\n }\n >\n {index+1}\n </Text>\n }\n {(index < this.state.currentStep || this.state.isDone) &&\n <WmIcon \n id={this.getTestId('status')} \n styles={isActiveStep ? merge({}, this.styles.stepIcon, {icon: {color: this.styles.activeStep.color}}) : this.styles.stepIcon}\n iconclass={item.state.props.iconclass || 'wm-sl-l sl-check'}\n ></WmIcon>\n }\n </>\n )}\n </View> : \n <WmLabel showskeleton={true} styles={{root: {...this.getStepStyle(index)[0]}}}/>\n }\n {(isActiveStep || this.state.props.showalltitles) &&\n <View style={this.styles.stepTitleWrapper}>\n <Text style={this.styles.stepTitle} {...this.getTestPropsForLabel('step' + (index + 1) + '_title')}>\n {item.state.props.title || 'Step Title'}\n </Text> \n <Text style={this.styles.stepSubTitle} {...this.getTestPropsForLabel('step' + (index + 1) + '_subtitle')}>\n {item.state.props.subtitle}\n </Text> \n </View>\n }\n {!isStepperBasic && this.numberOfSteps > 1 && isActiveStep &&\n <View style={[this.styles.numberTextStepConnector, {width: isLastStep ? 0 : 50}]}></View>}\n </TouchableOpacity>\n {!isStepperBasic && this.getTotalVisibleSteps() > 1 &&\n item.state.props.show && !isVertical &&\n <View \n style={[\n this.styles.stepConnector, \n {\n width: this.stepConnectorWidth(isFirstStep || isLastStep, index),\n left: Platform.OS === \"web\" ?\n (!this.isRTL && isFirstStep) || (this.isRTL && isLastStep) ? \n '50%': '0%': isFirstStep ? '50%': '0%'\n },\n this.getConnectorPosition().top ? {top: this.getConnectorPosition().top} : {}\n ]}\n ></View>\n }\n {!isStepperBasic && this.getTotalVisibleSteps() > 1 &&\n item.state.props.show && isVertical &&\n <View \n style={[\n this.styles.stepConnector, \n {\n height: this.stepConnectorHeight(isFirstStep || isLastStep, index),\n top: isFirstStep ? '50%' : '0%',\n },\n this.getConnectorPosition().left ? {left: this.getConnectorPosition().left} : {}\n ]}\n ></View>\n }\n </View>\n ) : null;\n }\n\n prev() {\n if(this.state.props.skipdefaultprevious) {\n this.invokeEventCallback('onPrev', ['prev',this.proxy]);\n return;\n }\n \n const index = this.state.currentStep;\n if (index <= 0) {\n return;\n }\n const currentStep = this.steps[index];\n this.invokeEventCallback('onPrev', ['prev',this.proxy]);\n if(currentStep.invokePrevCB(index) == false){\n return;\n }\n this.updateCurrentStep(index - 1);\n }\n\n next(eventName?: string) {\n if( eventName !== 'skip' && this.state.props.skipdefaultnext) {\n this.invokeEventCallback('onNext', ['next',this.proxy]);\n return;\n }\n\n const index = this.state.currentStep;\n if (index >= this.steps.length - 1) {\n return;\n }\n const currentStep = this.steps[index];\n if (eventName === 'skip') {\n this.invokeEventCallback('onSkip', ['skip',this.proxy]);\n currentStep.invokeSkipCB(index);\n } else {\n this.invokeEventCallback('onNext', ['next',this.proxy]);\n if (currentStep.invokeNextCB(index) == false) {\n return;\n } \n } \n this.updateCurrentStep(index + 1);\n }\n\n done($event: any) {\n if(this.state.props.skipdefaultdone) {\n this.invokeEventCallback('onDone', ['done', this.proxy]);\n return;\n }\n if (this.state.currentStep !== this.lastStepIndex()) {\n return;\n }\n this.updateState({\n isDone: true\n } as WmWizardState);\n this.invokeEventCallback('onDone', ['done', this.proxy]);\n }\n\n cancel() {\n this.invokeEventCallback('onCancel', ['cancel', this.proxy]);\n if(this.state.props.skipdefaultcancel) {\n return;\n }\n }\n\n skip() {\n if(this.state.props.skipdefaultskip) {\n this.invokeEventCallback('onSkip', ['skip', this.proxy]);\n return;\n }\n this.next('skip');\n }\n\n getBackground(): React.JSX.Element | null {\n return this._showSkeleton ? null : this._background\n } \n\n lastStepIndex(): number {\n let lastStep = 0;\n for(let i = 0; i < this.steps.length; i++) {\n if(this.steps[i].state.props.show) {\n lastStep = i;\n }\n }\n return lastStep;\n }\n\n firstStepIndex(): number {\n let firstStep = -1;\n for(let i = 0; i < this.steps.length; i++) {\n if(this.steps[i].state.props.show) {\n if (firstStep === -1) {\n firstStep = i;\n }\n }\n }\n return firstStep;\n }\n\n getTotalVisibleSteps(): number {\n let lastStep = 0;\n for(let i = 0; i < this.steps.length; i++) {\n if(this.steps[i].state.props.show) {\n lastStep++;\n }\n }\n return lastStep;\n }\n \n public renderSkeleton(props: WmWizardProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n {props.children}\n </View>))\n }\n return null;\n }\n\n\n renderWidget(props: WmWizardProps) {\n this.numberOfSteps = this.steps.length;\n const activeStep = this.steps[this.state.currentStep];\n const isSkippable = activeStep && activeStep.state.props.enableskip;\n const isProgressCircleHeader = this.state.props.classname?.includes('progress-circle-header');\n const styles = this._showSkeleton ? {\n ...this.styles.root,\n ...this.styles.skeleton.root\n } : this.styles.root\n return (\n <View \n style={styles}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this.getBackground()}\n <View style={this.styles.wizardHeader}>\n {activeStep && isProgressCircleHeader ? (this.renderProgressCircleHeader(activeStep, this.state.currentStep)) : (this.steps ? this.steps.map((step, i) => this.renderWizardHeader(step, i)) : null)}\n </View>\n <View style={this.styles.wizardBody}>\n {props.children}\n </View>\n <View style={[this.styles.wizardFooter,\n {flexDirection: props.actionsalignment === 'right' ? 'row-reverse': 'row'}]}>\n {(this.state.currentStep) === this.lastStepIndex() && activeStep.state.props.showdone &&\n <WmButton iconclass={props.donebtniconclass} styles={merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.doneButton)}\n id = {this.getTestId('donebtn')} caption={props.donebtnlabel} onTap={this.done.bind(this)} disabled={activeStep.state.props.disabledone}></WmButton>\n }\n {(this.state.currentStep) < this.lastStepIndex() && activeStep.state.props.shownext &&\n <WmButton iconclass={'wi wi-chevron-right'} styles={merge({}, this.styles.wizardActions, this.theme.getStyle('btn-default'), this.styles.nextButton)}\n id = {this.getTestId('nextbtn')}\n iconposition={'right'} caption={props.nextbtnlabel} onTap={this.next.bind(this)} disabled={activeStep.state.props.disablenext}></WmButton>\n }\n {this.state.currentStep > 0 && activeStep.state.props.showprev &&\n <WmButton iconclass={'wi wi-chevron-left'} styles={merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.prevButton)} caption={props.previousbtnlabel}\n id = {this.getTestId('prevbtn')}\n onTap={this.prev.bind(this)} disabled={activeStep.state.props.disableprev}></WmButton>\n }\n {props.cancelable ?\n <WmButton id = {this.getTestId('cancelbtn')} caption={props.cancelbtnlabel} styles={merge({}, this.theme.getStyle('btn-default'), this.styles.wizardActions, this.styles.cancelButton)} onTap={this.cancel.bind(this)}></WmButton>\n : null\n }\n {isSkippable &&\n <WmAnchor iconclass={'wi wi-chevron-right'} iconposition={'right'} caption={'Skip'}\n id = {this.getTestId('skip')}\n styles={merge({}, this.styles.wizardActions, this.styles.skipLink)} onTap={this.skip.bind(this)}></WmAnchor>\n }\n </View>\n </View>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,30 @@
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
+ export default class WmWizardProps extends BaseProps {
6
+ constructor(...args) {
7
+ super(...args);
8
+ _defineProperty(this, "actionsalignment", 'right');
9
+ _defineProperty(this, "children", void 0);
10
+ _defineProperty(this, "cancelable", true);
11
+ _defineProperty(this, "cancelbtnlabel", 'Cancel');
12
+ _defineProperty(this, "donebtnlabel", 'Done');
13
+ _defineProperty(this, "nextbtnlabel", 'Next');
14
+ _defineProperty(this, "previousbtnlabel", 'Previous');
15
+ _defineProperty(this, "defaultstep", 'none');
16
+ _defineProperty(this, "progresstitle", '');
17
+ _defineProperty(this, "progresstype", 'default');
18
+ _defineProperty(this, "getmenudataexpression", undefined);
19
+ _defineProperty(this, "popovericonclass", 'fa fa-caret-down');
20
+ _defineProperty(this, "headernavigation", true);
21
+ _defineProperty(this, "skipdefaultprevious", false);
22
+ _defineProperty(this, "skipdefaultnext", false);
23
+ _defineProperty(this, "skipdefaultdone", false);
24
+ _defineProperty(this, "skipdefaultskip", false);
25
+ _defineProperty(this, "skipdefaultcancel", false);
26
+ _defineProperty(this, "donebtniconclass", 'wm-sl-l sl-check');
27
+ _defineProperty(this, "showalltitles", false);
28
+ }
29
+ }
30
+ //# sourceMappingURL=wizard.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BaseProps","WmWizardProps","constructor","args","_defineProperty","undefined"],"sources":["wizard.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmWizardProps extends BaseProps {\n actionsalignment: string = 'right';\n children: any;\n cancelable: boolean = true;\n cancelbtnlabel: string = 'Cancel';\n donebtnlabel: string = 'Done';\n nextbtnlabel: string = 'Next';\n previousbtnlabel: string = 'Previous';\n defaultstep: string = 'none';\n progresstitle: string = '';\n progresstype: 'default' | 'success' | 'info' | 'warning' | 'error' = 'default';\n getmenudataexpression: any = undefined;\n popovericonclass: string = 'fa fa-caret-down';\n headernavigation: boolean = true;\n skipdefaultprevious: boolean = false;\n skipdefaultnext: boolean = false;\n skipdefaultdone: boolean = false;\n skipdefaultskip: boolean = false; \n skipdefaultcancel: boolean = false;\n donebtniconclass: string = 'wm-sl-l sl-check';\n showalltitles: boolean = false;\n}\n\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,aAAa,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,2BACxB,OAAO;IAAAA,eAAA;IAAAA,eAAA,qBAEZ,IAAI;IAAAA,eAAA,yBACD,QAAQ;IAAAA,eAAA,uBACV,MAAM;IAAAA,eAAA,uBACN,MAAM;IAAAA,eAAA,2BACF,UAAU;IAAAA,eAAA,sBACf,MAAM;IAAAA,eAAA,wBACJ,EAAE;IAAAA,eAAA,uBAC2C,SAAS;IAAAA,eAAA,gCACjDC,SAAS;IAAAD,eAAA,2BACX,kBAAkB;IAAAA,eAAA,2BACjB,IAAI;IAAAA,eAAA,8BACD,KAAK;IAAAA,eAAA,0BACT,KAAK;IAAAA,eAAA,0BACL,KAAK;IAAAA,eAAA,0BACL,KAAK;IAAAA,eAAA,4BACH,KAAK;IAAAA,eAAA,2BACP,kBAAkB;IAAAA,eAAA,wBACpB,KAAK;EAAA;AAChC","ignoreList":[]}