@wavemaker/app-rn-runtime 11.15.1-rc.248 → 11.15.2-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1045) hide show
  1. package/actions/base-action.d.ts +8 -0
  2. package/actions/base-action.d.ts.map +1 -0
  3. package/actions/index.d.ts +6 -0
  4. package/actions/index.d.ts.map +1 -0
  5. package/actions/login-action.d.ts +12 -0
  6. package/actions/login-action.d.ts.map +1 -0
  7. package/actions/logout-action.d.ts +11 -0
  8. package/actions/logout-action.d.ts.map +1 -0
  9. package/actions/navigation-action.d.ts +13 -0
  10. package/actions/navigation-action.d.ts.map +1 -0
  11. package/actions/notification-action.d.ts +20 -0
  12. package/actions/notification-action.d.ts.map +1 -0
  13. package/actions/notification-action.js +0 -1
  14. package/actions/notification-action.js.map +1 -1
  15. package/actions/timer-action.d.ts +20 -0
  16. package/actions/timer-action.d.ts.map +1 -0
  17. package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts +11 -0
  18. package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts.map +1 -0
  19. package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts +5 -0
  20. package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts.map +1 -0
  21. package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts +4 -0
  22. package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts.map +1 -0
  23. package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts +11 -0
  24. package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts.map +1 -0
  25. package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +5 -0
  26. package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts.map +1 -0
  27. package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts +4 -0
  28. package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts.map +1 -0
  29. package/components/advanced/carousel/carousel.component.d.ts +36 -0
  30. package/components/advanced/carousel/carousel.component.d.ts.map +1 -0
  31. package/components/advanced/carousel/carousel.props.d.ts +18 -0
  32. package/components/advanced/carousel/carousel.props.d.ts.map +1 -0
  33. package/components/advanced/carousel/carousel.styles.d.ts +21 -0
  34. package/components/advanced/carousel/carousel.styles.d.ts.map +1 -0
  35. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts +11 -0
  36. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts.map +1 -0
  37. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts +5 -0
  38. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts.map +1 -0
  39. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts +7 -0
  40. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts.map +1 -0
  41. package/components/advanced/login/login.component.d.ts +16 -0
  42. package/components/advanced/login/login.component.d.ts.map +1 -0
  43. package/components/advanced/login/login.props.d.ts +7 -0
  44. package/components/advanced/login/login.props.d.ts.map +1 -0
  45. package/components/advanced/login/login.styles.d.ts +8 -0
  46. package/components/advanced/login/login.styles.d.ts.map +1 -0
  47. package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts +18 -0
  48. package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts.map +1 -0
  49. package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts +5 -0
  50. package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts.map +1 -0
  51. package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts +9 -0
  52. package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts.map +1 -0
  53. package/components/advanced/webview/webview.component.d.ts +31 -0
  54. package/components/advanced/webview/webview.component.d.ts.map +1 -0
  55. package/components/advanced/webview/webview.props.d.ts +12 -0
  56. package/components/advanced/webview/webview.props.d.ts.map +1 -0
  57. package/components/advanced/webview/webview.styles.d.ts +8 -0
  58. package/components/advanced/webview/webview.styles.d.ts.map +1 -0
  59. package/components/basic/anchor/anchor.component.d.ts +16 -0
  60. package/components/basic/anchor/anchor.component.d.ts.map +1 -0
  61. package/components/basic/anchor/anchor.props.d.ts +28 -0
  62. package/components/basic/anchor/anchor.props.d.ts.map +1 -0
  63. package/components/basic/anchor/anchor.styles.d.ts +12 -0
  64. package/components/basic/anchor/anchor.styles.d.ts.map +1 -0
  65. package/components/basic/animatedview.component.d.ts +22 -0
  66. package/components/basic/animatedview.component.d.ts.map +1 -0
  67. package/components/basic/audio/audio.component.d.ts +37 -0
  68. package/components/basic/audio/audio.component.d.ts.map +1 -0
  69. package/components/basic/audio/audio.props.d.ts +9 -0
  70. package/components/basic/audio/audio.props.d.ts.map +1 -0
  71. package/components/basic/audio/audio.styles.d.ts +14 -0
  72. package/components/basic/audio/audio.styles.d.ts.map +1 -0
  73. package/components/basic/bottomsheet/bottomsheet.component.d.ts +72 -0
  74. package/components/basic/bottomsheet/bottomsheet.component.d.ts.map +1 -0
  75. package/components/basic/bottomsheet/bottomsheet.component.js +23 -58
  76. package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
  77. package/components/basic/bottomsheet/bottomsheet.props.d.ts +20 -0
  78. package/components/basic/bottomsheet/bottomsheet.props.d.ts.map +1 -0
  79. package/components/basic/bottomsheet/bottomsheet.styles.d.ts +17 -0
  80. package/components/basic/bottomsheet/bottomsheet.styles.d.ts.map +1 -0
  81. package/components/basic/button/button.component.d.ts +14 -0
  82. package/components/basic/button/button.component.d.ts.map +1 -0
  83. package/components/basic/button/button.component.js +7 -56
  84. package/components/basic/button/button.component.js.map +1 -1
  85. package/components/basic/button/button.props.d.ts +23 -0
  86. package/components/basic/button/button.props.d.ts.map +1 -0
  87. package/components/basic/button/button.styles.d.ts +12 -0
  88. package/components/basic/button/button.styles.d.ts.map +1 -0
  89. package/components/basic/buttongroup/buttongroup.component.d.ts +12 -0
  90. package/components/basic/buttongroup/buttongroup.component.d.ts.map +1 -0
  91. package/components/basic/buttongroup/buttongroup.props.d.ts +8 -0
  92. package/components/basic/buttongroup/buttongroup.props.d.ts.map +1 -0
  93. package/components/basic/buttongroup/buttongroup.styles.d.ts +7 -0
  94. package/components/basic/buttongroup/buttongroup.styles.d.ts.map +1 -0
  95. package/components/basic/custom/custom.component.d.ts +12 -0
  96. package/components/basic/custom/custom.component.d.ts.map +1 -0
  97. package/components/basic/custom/custom.props.d.ts +8 -0
  98. package/components/basic/custom/custom.props.d.ts.map +1 -0
  99. package/components/basic/custom/custom.styles.d.ts +7 -0
  100. package/components/basic/custom/custom.styles.d.ts.map +1 -0
  101. package/components/basic/icon/icon.component.d.ts +38 -0
  102. package/components/basic/icon/icon.component.d.ts.map +1 -0
  103. package/components/basic/icon/icon.props.d.ts +23 -0
  104. package/components/basic/icon/icon.props.d.ts.map +1 -0
  105. package/components/basic/icon/icon.styles.d.ts +10 -0
  106. package/components/basic/icon/icon.styles.d.ts.map +1 -0
  107. package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts +9 -0
  108. package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts.map +1 -0
  109. package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts +9 -0
  110. package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts.map +1 -0
  111. package/components/basic/icon/wavicon/wavicon.component.d.ts +9 -0
  112. package/components/basic/icon/wavicon/wavicon.component.d.ts.map +1 -0
  113. package/components/basic/label/label.component.d.ts +30 -0
  114. package/components/basic/label/label.component.d.ts.map +1 -0
  115. package/components/basic/label/label.props.d.ts +23 -0
  116. package/components/basic/label/label.props.d.ts.map +1 -0
  117. package/components/basic/label/label.styles.d.ts +11 -0
  118. package/components/basic/label/label.styles.d.ts.map +1 -0
  119. package/components/basic/lottie/lottie.component.d.ts +23 -0
  120. package/components/basic/lottie/lottie.component.d.ts.map +1 -0
  121. package/components/basic/lottie/lottie.props.d.ts +8 -0
  122. package/components/basic/lottie/lottie.props.d.ts.map +1 -0
  123. package/components/basic/lottie/lottie.styles.d.ts +7 -0
  124. package/components/basic/lottie/lottie.styles.d.ts.map +1 -0
  125. package/components/basic/message/message.component.d.ts +14 -0
  126. package/components/basic/message/message.component.d.ts.map +1 -0
  127. package/components/basic/message/message.component.js +1 -1
  128. package/components/basic/message/message.component.js.map +1 -1
  129. package/components/basic/message/message.props.d.ts +18 -0
  130. package/components/basic/message/message.props.d.ts.map +1 -0
  131. package/components/basic/message/message.props.js +0 -1
  132. package/components/basic/message/message.props.js.map +1 -1
  133. package/components/basic/message/message.styles.d.ts +11 -0
  134. package/components/basic/message/message.styles.d.ts.map +1 -0
  135. package/components/basic/modal/modal.component.d.ts +12 -0
  136. package/components/basic/modal/modal.component.d.ts.map +1 -0
  137. package/components/basic/modal/modal.props.d.ts +6 -0
  138. package/components/basic/modal/modal.props.d.ts.map +1 -0
  139. package/components/basic/modal/modal.styles.d.ts +7 -0
  140. package/components/basic/modal/modal.styles.d.ts.map +1 -0
  141. package/components/basic/picture/picture.component.d.ts +37 -0
  142. package/components/basic/picture/picture.component.d.ts.map +1 -0
  143. package/components/basic/picture/picture.component.js +19 -46
  144. package/components/basic/picture/picture.component.js.map +1 -1
  145. package/components/basic/picture/picture.props.d.ts +20 -0
  146. package/components/basic/picture/picture.props.d.ts.map +1 -0
  147. package/components/basic/picture/picture.props.js.map +1 -1
  148. package/components/basic/picture/picture.styles.d.ts +9 -0
  149. package/components/basic/picture/picture.styles.d.ts.map +1 -0
  150. package/components/basic/progress-bar/progress-bar.component.d.ts +12 -0
  151. package/components/basic/progress-bar/progress-bar.component.d.ts.map +1 -0
  152. package/components/basic/progress-bar/progress-bar.props.d.ts +14 -0
  153. package/components/basic/progress-bar/progress-bar.props.d.ts.map +1 -0
  154. package/components/basic/progress-bar/progress-bar.styles.d.ts +11 -0
  155. package/components/basic/progress-bar/progress-bar.styles.d.ts.map +1 -0
  156. package/components/basic/progress-circle/progress-circle.component.d.ts +14 -0
  157. package/components/basic/progress-circle/progress-circle.component.d.ts.map +1 -0
  158. package/components/basic/progress-circle/progress-circle.props.d.ts +14 -0
  159. package/components/basic/progress-circle/progress-circle.props.d.ts.map +1 -0
  160. package/components/basic/progress-circle/progress-circle.styles.d.ts +9 -0
  161. package/components/basic/progress-circle/progress-circle.styles.d.ts.map +1 -0
  162. package/components/basic/search/local-data-provider.d.ts +12 -0
  163. package/components/basic/search/local-data-provider.d.ts.map +1 -0
  164. package/components/basic/search/search.component.d.ts +58 -0
  165. package/components/basic/search/search.component.d.ts.map +1 -0
  166. package/components/basic/search/search.props.d.ts +35 -0
  167. package/components/basic/search/search.props.d.ts.map +1 -0
  168. package/components/basic/search/search.styles.d.ts +21 -0
  169. package/components/basic/search/search.styles.d.ts.map +1 -0
  170. package/components/basic/skeleton/skeleton.component.d.ts +28 -0
  171. package/components/basic/skeleton/skeleton.component.d.ts.map +1 -0
  172. package/components/basic/skeleton/skeleton.props.d.ts +6 -0
  173. package/components/basic/skeleton/skeleton.props.d.ts.map +1 -0
  174. package/components/basic/skeleton/skeleton.styles.d.ts +11 -0
  175. package/components/basic/skeleton/skeleton.styles.d.ts.map +1 -0
  176. package/components/basic/spinner/spinner.component.d.ts +17 -0
  177. package/components/basic/spinner/spinner.component.d.ts.map +1 -0
  178. package/components/basic/spinner/spinner.props.d.ts +11 -0
  179. package/components/basic/spinner/spinner.props.d.ts.map +1 -0
  180. package/components/basic/spinner/spinner.styles.d.ts +11 -0
  181. package/components/basic/spinner/spinner.styles.d.ts.map +1 -0
  182. package/components/basic/tooltip/tooltip.component.d.ts +11 -0
  183. package/components/basic/tooltip/tooltip.component.d.ts.map +1 -0
  184. package/components/basic/tooltip/tooltip.props.d.ts +14 -0
  185. package/components/basic/tooltip/tooltip.props.d.ts.map +1 -0
  186. package/components/basic/tooltip/tooltip.styles.d.ts +8 -0
  187. package/components/basic/tooltip/tooltip.styles.d.ts.map +1 -0
  188. package/components/basic/video/video.component.d.ts +29 -0
  189. package/components/basic/video/video.component.d.ts.map +1 -0
  190. package/components/basic/video/video.props.d.ts +28 -0
  191. package/components/basic/video/video.props.d.ts.map +1 -0
  192. package/components/basic/video/video.styles.d.ts +9 -0
  193. package/components/basic/video/video.styles.d.ts.map +1 -0
  194. package/components/chart/area-chart/area-chart.component.d.ts +15 -0
  195. package/components/chart/area-chart/area-chart.component.d.ts.map +1 -0
  196. package/components/chart/area-chart/area-chart.props.d.ts +6 -0
  197. package/components/chart/area-chart/area-chart.props.d.ts.map +1 -0
  198. package/components/chart/area-chart/area-chart.styles.d.ts +5 -0
  199. package/components/chart/area-chart/area-chart.styles.d.ts.map +1 -0
  200. package/components/chart/bar-chart/bar-chart.component.d.ts +14 -0
  201. package/components/chart/bar-chart/bar-chart.component.d.ts.map +1 -0
  202. package/components/chart/bar-chart/bar-chart.component.js +2 -13
  203. package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
  204. package/components/chart/bar-chart/bar-chart.props.d.ts +8 -0
  205. package/components/chart/bar-chart/bar-chart.props.d.ts.map +1 -0
  206. package/components/chart/bar-chart/bar-chart.props.js +0 -1
  207. package/components/chart/bar-chart/bar-chart.props.js.map +1 -1
  208. package/components/chart/bar-chart/bar-chart.styles.d.ts +5 -0
  209. package/components/chart/bar-chart/bar-chart.styles.d.ts.map +1 -0
  210. package/components/chart/basechart.component.d.ts +82 -0
  211. package/components/chart/basechart.component.d.ts.map +1 -0
  212. package/components/chart/basechart.props.d.ts +60 -0
  213. package/components/chart/basechart.props.d.ts.map +1 -0
  214. package/components/chart/basechart.styles.d.ts +36 -0
  215. package/components/chart/basechart.styles.d.ts.map +1 -0
  216. package/components/chart/bubble-chart/bubble-chart.component.d.ts +12 -0
  217. package/components/chart/bubble-chart/bubble-chart.component.d.ts.map +1 -0
  218. package/components/chart/bubble-chart/bubble-chart.props.d.ts +5 -0
  219. package/components/chart/bubble-chart/bubble-chart.props.d.ts.map +1 -0
  220. package/components/chart/bubble-chart/bubble-chart.styles.d.ts +5 -0
  221. package/components/chart/bubble-chart/bubble-chart.styles.d.ts.map +1 -0
  222. package/components/chart/column-chart/column-chart.component.d.ts +8 -0
  223. package/components/chart/column-chart/column-chart.component.d.ts.map +1 -0
  224. package/components/chart/column-chart/column-chart.props.d.ts +4 -0
  225. package/components/chart/column-chart/column-chart.props.d.ts.map +1 -0
  226. package/components/chart/column-chart/column-chart.styles.d.ts +4 -0
  227. package/components/chart/column-chart/column-chart.styles.d.ts.map +1 -0
  228. package/components/chart/donut-chart/donut-chart.component.d.ts +6 -0
  229. package/components/chart/donut-chart/donut-chart.component.d.ts.map +1 -0
  230. package/components/chart/donut-chart/donut-chart.props.d.ts +5 -0
  231. package/components/chart/donut-chart/donut-chart.props.d.ts.map +1 -0
  232. package/components/chart/donut-chart/donut-chart.styles.d.ts +5 -0
  233. package/components/chart/donut-chart/donut-chart.styles.d.ts.map +1 -0
  234. package/components/chart/legend/legend.component.d.ts +15 -0
  235. package/components/chart/legend/legend.component.d.ts.map +1 -0
  236. package/components/chart/line-chart/line-chart.component.d.ts +12 -0
  237. package/components/chart/line-chart/line-chart.component.d.ts.map +1 -0
  238. package/components/chart/line-chart/line-chart.props.d.ts +8 -0
  239. package/components/chart/line-chart/line-chart.props.d.ts.map +1 -0
  240. package/components/chart/line-chart/line-chart.styles.d.ts +5 -0
  241. package/components/chart/line-chart/line-chart.styles.d.ts.map +1 -0
  242. package/components/chart/pie-chart/pie-chart.component.d.ts +27 -0
  243. package/components/chart/pie-chart/pie-chart.component.d.ts.map +1 -0
  244. package/components/chart/pie-chart/pie-chart.props.d.ts +9 -0
  245. package/components/chart/pie-chart/pie-chart.props.d.ts.map +1 -0
  246. package/components/chart/pie-chart/pie-chart.styles.d.ts +5 -0
  247. package/components/chart/pie-chart/pie-chart.styles.d.ts.map +1 -0
  248. package/components/chart/stack-chart/stack-chart.component.d.ts +26 -0
  249. package/components/chart/stack-chart/stack-chart.component.d.ts.map +1 -0
  250. package/components/chart/stack-chart/stack-chart.props.d.ts +11 -0
  251. package/components/chart/stack-chart/stack-chart.props.d.ts.map +1 -0
  252. package/components/chart/stack-chart/stack-chart.styles.d.ts +5 -0
  253. package/components/chart/stack-chart/stack-chart.styles.d.ts.map +1 -0
  254. package/components/chart/staticdata.d.ts +41 -0
  255. package/components/chart/staticdata.d.ts.map +1 -0
  256. package/components/chart/theme/chart.theme.d.ts +8 -0
  257. package/components/chart/theme/chart.theme.d.ts.map +1 -0
  258. package/components/container/accordion/accordion.component.d.ts +27 -0
  259. package/components/container/accordion/accordion.component.d.ts.map +1 -0
  260. package/components/container/accordion/accordion.component.js +7 -14
  261. package/components/container/accordion/accordion.component.js.map +1 -1
  262. package/components/container/accordion/accordion.props.d.ts +10 -0
  263. package/components/container/accordion/accordion.props.d.ts.map +1 -0
  264. package/components/container/accordion/accordion.styles.d.ts +21 -0
  265. package/components/container/accordion/accordion.styles.d.ts.map +1 -0
  266. package/components/container/accordion/accordion.styles.js +21 -24
  267. package/components/container/accordion/accordion.styles.js.map +1 -1
  268. package/components/container/accordion/accordionpane/accordionpane.component.d.ts +23 -0
  269. package/components/container/accordion/accordionpane/accordionpane.component.d.ts.map +1 -0
  270. package/components/container/accordion/accordionpane/accordionpane.props.d.ts +11 -0
  271. package/components/container/accordion/accordionpane/accordionpane.props.d.ts.map +1 -0
  272. package/components/container/accordion/accordionpane/accordionpane.styles.d.ts +4 -0
  273. package/components/container/accordion/accordionpane/accordionpane.styles.d.ts.map +1 -0
  274. package/components/container/container.component.d.ts +38 -0
  275. package/components/container/container.component.d.ts.map +1 -0
  276. package/components/container/container.component.js +69 -149
  277. package/components/container/container.component.js.map +1 -1
  278. package/components/container/container.props.d.ts +17 -0
  279. package/components/container/container.props.d.ts.map +1 -0
  280. package/components/container/container.props.js +0 -1
  281. package/components/container/container.props.js.map +1 -1
  282. package/components/container/container.styles.d.ts +10 -0
  283. package/components/container/container.styles.d.ts.map +1 -0
  284. package/components/container/container.styles.js +1 -3
  285. package/components/container/container.styles.js.map +1 -1
  286. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts +11 -0
  287. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts.map +1 -0
  288. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts +7 -0
  289. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts.map +1 -0
  290. package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts +4 -0
  291. package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts.map +1 -0
  292. package/components/container/layoutgrid/gridrow/gridrow.component.d.ts +11 -0
  293. package/components/container/layoutgrid/gridrow/gridrow.component.d.ts.map +1 -0
  294. package/components/container/layoutgrid/gridrow/gridrow.props.d.ts +5 -0
  295. package/components/container/layoutgrid/gridrow/gridrow.props.d.ts.map +1 -0
  296. package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts +7 -0
  297. package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts.map +1 -0
  298. package/components/container/layoutgrid/layoutgrid.component.d.ts +13 -0
  299. package/components/container/layoutgrid/layoutgrid.component.d.ts.map +1 -0
  300. package/components/container/layoutgrid/layoutgrid.props.d.ts +5 -0
  301. package/components/container/layoutgrid/layoutgrid.props.d.ts.map +1 -0
  302. package/components/container/layoutgrid/layoutgrid.styles.d.ts +7 -0
  303. package/components/container/layoutgrid/layoutgrid.styles.d.ts.map +1 -0
  304. package/components/container/linearlayout/linearlayout.component.d.ts +15 -0
  305. package/components/container/linearlayout/linearlayout.component.d.ts.map +1 -0
  306. package/components/container/linearlayout/linearlayout.component.js +0 -1
  307. package/components/container/linearlayout/linearlayout.component.js.map +1 -1
  308. package/components/container/linearlayout/linearlayout.props.d.ts +9 -0
  309. package/components/container/linearlayout/linearlayout.props.d.ts.map +1 -0
  310. package/components/container/linearlayout/linearlayout.styles.d.ts +7 -0
  311. package/components/container/linearlayout/linearlayout.styles.d.ts.map +1 -0
  312. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts +11 -0
  313. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts.map +1 -0
  314. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts +7 -0
  315. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts.map +1 -0
  316. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts +4 -0
  317. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts.map +1 -0
  318. package/components/container/panel/collapsible-pane.component.d.ts +6 -0
  319. package/components/container/panel/collapsible-pane.component.d.ts.map +1 -0
  320. package/components/container/panel/panel-content/panel-content.component.d.ts +11 -0
  321. package/components/container/panel/panel-content/panel-content.component.d.ts.map +1 -0
  322. package/components/container/panel/panel-content/panel-content.props.d.ts +5 -0
  323. package/components/container/panel/panel-content/panel-content.props.d.ts.map +1 -0
  324. package/components/container/panel/panel-content/panel-content.styles.d.ts +4 -0
  325. package/components/container/panel/panel-content/panel-content.styles.d.ts.map +1 -0
  326. package/components/container/panel/panel-footer/panel-footer.component.d.ts +11 -0
  327. package/components/container/panel/panel-footer/panel-footer.component.d.ts.map +1 -0
  328. package/components/container/panel/panel-footer/panel-footer.props.d.ts +5 -0
  329. package/components/container/panel/panel-footer/panel-footer.props.d.ts.map +1 -0
  330. package/components/container/panel/panel-footer/panel-footer.styles.d.ts +4 -0
  331. package/components/container/panel/panel-footer/panel-footer.styles.d.ts.map +1 -0
  332. package/components/container/panel/panel.component.d.ts +20 -0
  333. package/components/container/panel/panel.component.d.ts.map +1 -0
  334. package/components/container/panel/panel.component.js +1 -8
  335. package/components/container/panel/panel.component.js.map +1 -1
  336. package/components/container/panel/panel.props.d.ts +18 -0
  337. package/components/container/panel/panel.props.d.ts.map +1 -0
  338. package/components/container/panel/panel.props.js +0 -2
  339. package/components/container/panel/panel.props.js.map +1 -1
  340. package/components/container/panel/panel.styles.d.ts +13 -0
  341. package/components/container/panel/panel.styles.d.ts.map +1 -0
  342. package/components/container/partial-host.component.d.ts +18 -0
  343. package/components/container/partial-host.component.d.ts.map +1 -0
  344. package/components/container/tabs/tabheader/tabheader.component.d.ts +27 -0
  345. package/components/container/tabs/tabheader/tabheader.component.d.ts.map +1 -0
  346. package/components/container/tabs/tabheader/tabheader.props.d.ts +14 -0
  347. package/components/container/tabs/tabheader/tabheader.props.d.ts.map +1 -0
  348. package/components/container/tabs/tabheader/tabheader.styles.d.ts +18 -0
  349. package/components/container/tabs/tabheader/tabheader.styles.d.ts.map +1 -0
  350. package/components/container/tabs/tabpane/tabpane.component.d.ts +22 -0
  351. package/components/container/tabs/tabpane/tabpane.component.d.ts.map +1 -0
  352. package/components/container/tabs/tabpane/tabpane.props.d.ts +14 -0
  353. package/components/container/tabs/tabpane/tabpane.props.d.ts.map +1 -0
  354. package/components/container/tabs/tabpane/tabpane.styles.d.ts +4 -0
  355. package/components/container/tabs/tabpane/tabpane.styles.d.ts.map +1 -0
  356. package/components/container/tabs/tabs.component.d.ts +37 -0
  357. package/components/container/tabs/tabs.component.d.ts.map +1 -0
  358. package/components/container/tabs/tabs.props.d.ts +8 -0
  359. package/components/container/tabs/tabs.props.d.ts.map +1 -0
  360. package/components/container/tabs/tabs.styles.d.ts +11 -0
  361. package/components/container/tabs/tabs.styles.d.ts.map +1 -0
  362. package/components/container/tile/tile.component.d.ts +13 -0
  363. package/components/container/tile/tile.component.d.ts.map +1 -0
  364. package/components/container/tile/tile.component.js +0 -3
  365. package/components/container/tile/tile.component.js.map +1 -1
  366. package/components/container/tile/tile.props.d.ts +7 -0
  367. package/components/container/tile/tile.props.d.ts.map +1 -0
  368. package/components/container/tile/tile.styles.d.ts +7 -0
  369. package/components/container/tile/tile.styles.d.ts.map +1 -0
  370. package/components/container/wizard/wizard.component.d.ts +47 -0
  371. package/components/container/wizard/wizard.component.d.ts.map +1 -0
  372. package/components/container/wizard/wizard.component.js +2 -2
  373. package/components/container/wizard/wizard.component.js.map +1 -1
  374. package/components/container/wizard/wizard.props.d.ts +23 -0
  375. package/components/container/wizard/wizard.props.d.ts.map +1 -0
  376. package/components/container/wizard/wizard.props.js +0 -1
  377. package/components/container/wizard/wizard.props.js.map +1 -1
  378. package/components/container/wizard/wizard.styles.d.ts +48 -0
  379. package/components/container/wizard/wizard.styles.d.ts.map +1 -0
  380. package/components/container/wizard/wizard.styles.js +16 -1
  381. package/components/container/wizard/wizard.styles.js.map +1 -1
  382. package/components/container/wizard/wizardstep/wizardstep.component.d.ts +21 -0
  383. package/components/container/wizard/wizardstep/wizardstep.component.d.ts.map +1 -0
  384. package/components/container/wizard/wizardstep/wizardstep.props.d.ts +16 -0
  385. package/components/container/wizard/wizardstep/wizardstep.props.d.ts.map +1 -0
  386. package/components/container/wizard/wizardstep/wizardstep.styles.d.ts +4 -0
  387. package/components/container/wizard/wizardstep/wizardstep.styles.d.ts.map +1 -0
  388. package/components/data/card/card-content/card-content.component.d.ts +14 -0
  389. package/components/data/card/card-content/card-content.component.d.ts.map +1 -0
  390. package/components/data/card/card-content/card-content.props.d.ts +6 -0
  391. package/components/data/card/card-content/card-content.props.d.ts.map +1 -0
  392. package/components/data/card/card-content/card-content.styles.d.ts +7 -0
  393. package/components/data/card/card-content/card-content.styles.d.ts.map +1 -0
  394. package/components/data/card/card-footer/card-footer.component.d.ts +11 -0
  395. package/components/data/card/card-footer/card-footer.component.d.ts.map +1 -0
  396. package/components/data/card/card-footer/card-footer.props.d.ts +5 -0
  397. package/components/data/card/card-footer/card-footer.props.d.ts.map +1 -0
  398. package/components/data/card/card-footer/card-footer.styles.d.ts +4 -0
  399. package/components/data/card/card-footer/card-footer.styles.d.ts.map +1 -0
  400. package/components/data/card/card.component.d.ts +13 -0
  401. package/components/data/card/card.component.d.ts.map +1 -0
  402. package/components/data/card/card.props.d.ts +21 -0
  403. package/components/data/card/card.props.d.ts.map +1 -0
  404. package/components/data/card/card.styles.d.ts +16 -0
  405. package/components/data/card/card.styles.d.ts.map +1 -0
  406. package/components/data/form/form-action/form-action.component.d.ts +14 -0
  407. package/components/data/form/form-action/form-action.component.d.ts.map +1 -0
  408. package/components/data/form/form-action/form-action.props.d.ts +12 -0
  409. package/components/data/form/form-action/form-action.props.d.ts.map +1 -0
  410. package/components/data/form/form-action/form-action.styles.d.ts +7 -0
  411. package/components/data/form/form-action/form-action.styles.d.ts.map +1 -0
  412. package/components/data/form/form-body/form-body.component.d.ts +11 -0
  413. package/components/data/form/form-body/form-body.component.d.ts.map +1 -0
  414. package/components/data/form/form-body/form-body.component.js +1 -2
  415. package/components/data/form/form-body/form-body.component.js.map +1 -1
  416. package/components/data/form/form-body/form-body.props.d.ts +5 -0
  417. package/components/data/form/form-body/form-body.props.d.ts.map +1 -0
  418. package/components/data/form/form-body/form-body.styles.d.ts +4 -0
  419. package/components/data/form/form-body/form-body.styles.d.ts.map +1 -0
  420. package/components/data/form/form-field/form-field.component.d.ts +31 -0
  421. package/components/data/form/form-field/form-field.component.d.ts.map +1 -0
  422. package/components/data/form/form-field/form-field.props.d.ts +29 -0
  423. package/components/data/form/form-field/form-field.props.d.ts.map +1 -0
  424. package/components/data/form/form-field/form-field.styles.d.ts +7 -0
  425. package/components/data/form/form-field/form-field.styles.d.ts.map +1 -0
  426. package/components/data/form/form-footer/form-footer.component.d.ts +11 -0
  427. package/components/data/form/form-footer/form-footer.component.d.ts.map +1 -0
  428. package/components/data/form/form-footer/form-footer.component.js +1 -2
  429. package/components/data/form/form-footer/form-footer.component.js.map +1 -1
  430. package/components/data/form/form-footer/form-footer.props.d.ts +5 -0
  431. package/components/data/form/form-footer/form-footer.props.d.ts.map +1 -0
  432. package/components/data/form/form-footer/form-footer.styles.d.ts +4 -0
  433. package/components/data/form/form-footer/form-footer.styles.d.ts.map +1 -0
  434. package/components/data/form/form.component.d.ts +62 -0
  435. package/components/data/form/form.component.d.ts.map +1 -0
  436. package/components/data/form/form.props.d.ts +26 -0
  437. package/components/data/form/form.props.d.ts.map +1 -0
  438. package/components/data/form/form.styles.d.ts +13 -0
  439. package/components/data/form/form.styles.d.ts.map +1 -0
  440. package/components/data/list/list-action-template/list-action-template.component.d.ts +13 -0
  441. package/components/data/list/list-action-template/list-action-template.component.d.ts.map +1 -0
  442. package/components/data/list/list-action-template/list-action-template.props.d.ts +6 -0
  443. package/components/data/list/list-action-template/list-action-template.props.d.ts.map +1 -0
  444. package/components/data/list/list-action-template/list-action-template.styles.d.ts +4 -0
  445. package/components/data/list/list-action-template/list-action-template.styles.d.ts.map +1 -0
  446. package/components/data/list/list-template/list-template.component.d.ts +11 -0
  447. package/components/data/list/list-template/list-template.component.d.ts.map +1 -0
  448. package/components/data/list/list-template/list-template.props.d.ts +6 -0
  449. package/components/data/list/list-template/list-template.props.d.ts.map +1 -0
  450. package/components/data/list/list-template/list-template.styles.d.ts +7 -0
  451. package/components/data/list/list-template/list-template.styles.d.ts.map +1 -0
  452. package/components/data/list/list.component.d.ts +60 -0
  453. package/components/data/list/list.component.d.ts.map +1 -0
  454. package/components/data/list/list.props.d.ts +45 -0
  455. package/components/data/list/list.props.d.ts.map +1 -0
  456. package/components/data/list/list.styles.d.ts +24 -0
  457. package/components/data/list/list.styles.d.ts.map +1 -0
  458. package/components/data/liveform/liveform.component.d.ts +15 -0
  459. package/components/data/liveform/liveform.component.d.ts.map +1 -0
  460. package/components/device/barcodescanner/barcodescanner.component.d.ts +15 -0
  461. package/components/device/barcodescanner/barcodescanner.component.d.ts.map +1 -0
  462. package/components/device/barcodescanner/barcodescanner.props.d.ts +14 -0
  463. package/components/device/barcodescanner/barcodescanner.props.d.ts.map +1 -0
  464. package/components/device/barcodescanner/barcodescanner.styles.d.ts +7 -0
  465. package/components/device/barcodescanner/barcodescanner.styles.d.ts.map +1 -0
  466. package/components/device/camera/camera.component.d.ts +16 -0
  467. package/components/device/camera/camera.component.d.ts.map +1 -0
  468. package/components/device/camera/camera.props.d.ts +20 -0
  469. package/components/device/camera/camera.props.d.ts.map +1 -0
  470. package/components/device/camera/camera.styles.d.ts +7 -0
  471. package/components/device/camera/camera.styles.d.ts.map +1 -0
  472. package/components/dialogs/alertdialog/alertdialog.component.d.ts +16 -0
  473. package/components/dialogs/alertdialog/alertdialog.component.d.ts.map +1 -0
  474. package/components/dialogs/alertdialog/alertdialog.props.d.ts +18 -0
  475. package/components/dialogs/alertdialog/alertdialog.props.d.ts.map +1 -0
  476. package/components/dialogs/alertdialog/alertdialog.styles.d.ts +15 -0
  477. package/components/dialogs/alertdialog/alertdialog.styles.d.ts.map +1 -0
  478. package/components/dialogs/confirmdialog/confirmdialog.component.d.ts +16 -0
  479. package/components/dialogs/confirmdialog/confirmdialog.component.d.ts.map +1 -0
  480. package/components/dialogs/confirmdialog/confirmdialog.props.d.ts +18 -0
  481. package/components/dialogs/confirmdialog/confirmdialog.props.d.ts.map +1 -0
  482. package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts +16 -0
  483. package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts.map +1 -0
  484. package/components/dialogs/dialog/dialog.component.d.ts +17 -0
  485. package/components/dialogs/dialog/dialog.component.d.ts.map +1 -0
  486. package/components/dialogs/dialog/dialog.props.d.ts +19 -0
  487. package/components/dialogs/dialog/dialog.props.d.ts.map +1 -0
  488. package/components/dialogs/dialog/dialog.styles.d.ts +12 -0
  489. package/components/dialogs/dialog/dialog.styles.d.ts.map +1 -0
  490. package/components/dialogs/dialogactions/dialogactions.component.d.ts +12 -0
  491. package/components/dialogs/dialogactions/dialogactions.component.d.ts.map +1 -0
  492. package/components/dialogs/dialogactions/dialogactions.props.d.ts +5 -0
  493. package/components/dialogs/dialogactions/dialogactions.props.d.ts.map +1 -0
  494. package/components/dialogs/dialogactions/dialogactions.styles.d.ts +4 -0
  495. package/components/dialogs/dialogactions/dialogactions.styles.d.ts.map +1 -0
  496. package/components/dialogs/dialogcontent/dialogcontent.component.d.ts +11 -0
  497. package/components/dialogs/dialogcontent/dialogcontent.component.d.ts.map +1 -0
  498. package/components/dialogs/dialogcontent/dialogcontent.props.d.ts +5 -0
  499. package/components/dialogs/dialogcontent/dialogcontent.props.d.ts.map +1 -0
  500. package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts +4 -0
  501. package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts.map +1 -0
  502. package/components/input/basedataset/basedataset.component.d.ts +28 -0
  503. package/components/input/basedataset/basedataset.component.d.ts.map +1 -0
  504. package/components/input/basedataset/basedataset.props.d.ts +28 -0
  505. package/components/input/basedataset/basedataset.props.d.ts.map +1 -0
  506. package/components/input/basedataset/basedataset.styles.d.ts +4 -0
  507. package/components/input/basedataset/basedataset.styles.d.ts.map +1 -0
  508. package/components/input/baseinput/baseinput.component.d.ts +33 -0
  509. package/components/input/baseinput/baseinput.component.d.ts.map +1 -0
  510. package/components/input/baseinput/baseinput.props.d.ts +26 -0
  511. package/components/input/baseinput/baseinput.props.d.ts.map +1 -0
  512. package/components/input/baseinput/baseinput.styles.d.ts +4 -0
  513. package/components/input/baseinput/baseinput.styles.d.ts.map +1 -0
  514. package/components/input/basenumber/basenumber.component.d.ts +58 -0
  515. package/components/input/basenumber/basenumber.component.d.ts.map +1 -0
  516. package/components/input/basenumber/basenumber.props.d.ts +23 -0
  517. package/components/input/basenumber/basenumber.props.d.ts.map +1 -0
  518. package/components/input/basenumber/basenumber.styles.d.ts +4 -0
  519. package/components/input/basenumber/basenumber.styles.d.ts.map +1 -0
  520. package/components/input/calendar/calendar.component.d.ts +23 -0
  521. package/components/input/calendar/calendar.component.d.ts.map +1 -0
  522. package/components/input/calendar/calendar.props.d.ts +8 -0
  523. package/components/input/calendar/calendar.props.d.ts.map +1 -0
  524. package/components/input/calendar/calendar.styles.d.ts +30 -0
  525. package/components/input/calendar/calendar.styles.d.ts.map +1 -0
  526. package/components/input/calendar/views/month-view.d.ts +55 -0
  527. package/components/input/calendar/views/month-view.d.ts.map +1 -0
  528. package/components/input/calendar/views/month-view.styles.d.ts +34 -0
  529. package/components/input/calendar/views/month-view.styles.d.ts.map +1 -0
  530. package/components/input/checkbox/checkbox.component.d.ts +20 -0
  531. package/components/input/checkbox/checkbox.component.d.ts.map +1 -0
  532. package/components/input/checkbox/checkbox.props.d.ts +12 -0
  533. package/components/input/checkbox/checkbox.props.d.ts.map +1 -0
  534. package/components/input/checkbox/checkbox.styles.d.ts +12 -0
  535. package/components/input/checkbox/checkbox.styles.d.ts.map +1 -0
  536. package/components/input/checkboxset/checkboxset.component.d.ts +22 -0
  537. package/components/input/checkboxset/checkboxset.component.d.ts.map +1 -0
  538. package/components/input/checkboxset/checkboxset.props.d.ts +16 -0
  539. package/components/input/checkboxset/checkboxset.props.d.ts.map +1 -0
  540. package/components/input/checkboxset/checkboxset.styles.d.ts +14 -0
  541. package/components/input/checkboxset/checkboxset.styles.d.ts.map +1 -0
  542. package/components/input/chips/chips.component.d.ts +44 -0
  543. package/components/input/chips/chips.component.d.ts.map +1 -0
  544. package/components/input/chips/chips.component.js +2 -2
  545. package/components/input/chips/chips.component.js.map +1 -1
  546. package/components/input/chips/chips.props.d.ts +23 -0
  547. package/components/input/chips/chips.props.d.ts.map +1 -0
  548. package/components/input/chips/chips.styles.d.ts +35 -0
  549. package/components/input/chips/chips.styles.d.ts.map +1 -0
  550. package/components/input/chips/chips.styles.js +0 -1
  551. package/components/input/chips/chips.styles.js.map +1 -1
  552. package/components/input/composite/composite.component.d.ts +11 -0
  553. package/components/input/composite/composite.component.d.ts.map +1 -0
  554. package/components/input/composite/composite.props.d.ts +6 -0
  555. package/components/input/composite/composite.props.d.ts.map +1 -0
  556. package/components/input/composite/composite.styles.d.ts +4 -0
  557. package/components/input/composite/composite.styles.d.ts.map +1 -0
  558. package/components/input/currency/currency.component.d.ts +15 -0
  559. package/components/input/currency/currency.component.d.ts.map +1 -0
  560. package/components/input/currency/currency.component.js +1 -3
  561. package/components/input/currency/currency.component.js.map +1 -1
  562. package/components/input/currency/currency.props.d.ts +7 -0
  563. package/components/input/currency/currency.props.d.ts.map +1 -0
  564. package/components/input/currency/currency.styles.d.ts +18 -0
  565. package/components/input/currency/currency.styles.d.ts.map +1 -0
  566. package/components/input/epoch/base-datetime.component.d.ts +50 -0
  567. package/components/input/epoch/base-datetime.component.d.ts.map +1 -0
  568. package/components/input/epoch/base-datetime.component.js +89 -91
  569. package/components/input/epoch/base-datetime.component.js.map +1 -1
  570. package/components/input/epoch/date/date.component.d.ts +9 -0
  571. package/components/input/epoch/date/date.component.d.ts.map +1 -0
  572. package/components/input/epoch/date/date.props.d.ts +5 -0
  573. package/components/input/epoch/date/date.props.d.ts.map +1 -0
  574. package/components/input/epoch/date/date.styles.d.ts +4 -0
  575. package/components/input/epoch/date/date.styles.d.ts.map +1 -0
  576. package/components/input/epoch/date-picker.component.d.ts +28 -0
  577. package/components/input/epoch/date-picker.component.d.ts.map +1 -0
  578. package/components/input/epoch/datetime/datetime.component.d.ts +9 -0
  579. package/components/input/epoch/datetime/datetime.component.d.ts.map +1 -0
  580. package/components/input/epoch/datetime/datetime.props.d.ts +31 -0
  581. package/components/input/epoch/datetime/datetime.props.d.ts.map +1 -0
  582. package/components/input/epoch/datetime/datetime.styles.d.ts +24 -0
  583. package/components/input/epoch/datetime/datetime.styles.d.ts.map +1 -0
  584. package/components/input/epoch/datetime/datetime.styles.js +3 -2
  585. package/components/input/epoch/datetime/datetime.styles.js.map +1 -1
  586. package/components/input/epoch/time/time.component.d.ts +11 -0
  587. package/components/input/epoch/time/time.component.d.ts.map +1 -0
  588. package/components/input/epoch/time/time.props.d.ts +6 -0
  589. package/components/input/epoch/time/time.props.d.ts.map +1 -0
  590. package/components/input/epoch/time/time.styles.d.ts +4 -0
  591. package/components/input/epoch/time/time.styles.d.ts.map +1 -0
  592. package/components/input/epoch/wheel-date-picker.component.d.ts +42 -0
  593. package/components/input/epoch/wheel-date-picker.component.d.ts.map +1 -0
  594. package/components/input/epoch/wheel-time-picker.component.d.ts +22 -0
  595. package/components/input/epoch/wheel-time-picker.component.d.ts.map +1 -0
  596. package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts +18 -0
  597. package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts.map +1 -0
  598. package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts +10 -0
  599. package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts.map +1 -0
  600. package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts +12 -0
  601. package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts.map +1 -0
  602. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts +13 -0
  603. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts.map +1 -0
  604. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts +14 -0
  605. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts.map +1 -0
  606. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts +12 -0
  607. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts.map +1 -0
  608. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts +13 -0
  609. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts.map +1 -0
  610. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts +13 -0
  611. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts.map +1 -0
  612. package/components/input/fileupload/fileupload.component.d.ts +21 -0
  613. package/components/input/fileupload/fileupload.component.d.ts.map +1 -0
  614. package/components/input/fileupload/fileupload.props.d.ts +14 -0
  615. package/components/input/fileupload/fileupload.props.d.ts.map +1 -0
  616. package/components/input/fileupload/fileupload.styles.d.ts +7 -0
  617. package/components/input/fileupload/fileupload.styles.d.ts.map +1 -0
  618. package/components/input/number/number.component.d.ts +14 -0
  619. package/components/input/number/number.component.d.ts.map +1 -0
  620. package/components/input/number/number.component.js +1 -2
  621. package/components/input/number/number.component.js.map +1 -1
  622. package/components/input/number/number.props.d.ts +7 -0
  623. package/components/input/number/number.props.d.ts.map +1 -0
  624. package/components/input/number/number.styles.d.ts +14 -0
  625. package/components/input/number/number.styles.d.ts.map +1 -0
  626. package/components/input/radioset/radioset.component.d.ts +19 -0
  627. package/components/input/radioset/radioset.component.d.ts.map +1 -0
  628. package/components/input/radioset/radioset.props.d.ts +15 -0
  629. package/components/input/radioset/radioset.props.d.ts.map +1 -0
  630. package/components/input/radioset/radioset.styles.d.ts +16 -0
  631. package/components/input/radioset/radioset.styles.d.ts.map +1 -0
  632. package/components/input/rating/rating.component.d.ts +19 -0
  633. package/components/input/rating/rating.component.d.ts.map +1 -0
  634. package/components/input/rating/rating.props.d.ts +20 -0
  635. package/components/input/rating/rating.props.d.ts.map +1 -0
  636. package/components/input/rating/rating.styles.d.ts +8 -0
  637. package/components/input/rating/rating.styles.d.ts.map +1 -0
  638. package/components/input/select/select.component.d.ts +37 -0
  639. package/components/input/select/select.component.d.ts.map +1 -0
  640. package/components/input/select/select.component.js +35 -76
  641. package/components/input/select/select.component.js.map +1 -1
  642. package/components/input/select/select.props.d.ts +6 -0
  643. package/components/input/select/select.props.d.ts.map +1 -0
  644. package/components/input/select/select.styles.d.ts +25 -0
  645. package/components/input/select/select.styles.d.ts.map +1 -0
  646. package/components/input/slider/slider.component.d.ts +55 -0
  647. package/components/input/slider/slider.component.d.ts.map +1 -0
  648. package/components/input/slider/slider.props.d.ts +18 -0
  649. package/components/input/slider/slider.props.d.ts.map +1 -0
  650. package/components/input/slider/slider.styles.d.ts +24 -0
  651. package/components/input/slider/slider.styles.d.ts.map +1 -0
  652. package/components/input/switch/switch.component.d.ts +15 -0
  653. package/components/input/switch/switch.component.d.ts.map +1 -0
  654. package/components/input/switch/switch.props.d.ts +7 -0
  655. package/components/input/switch/switch.props.d.ts.map +1 -0
  656. package/components/input/switch/switch.styles.d.ts +17 -0
  657. package/components/input/switch/switch.styles.d.ts.map +1 -0
  658. package/components/input/text/text.component.d.ts +13 -0
  659. package/components/input/text/text.component.d.ts.map +1 -0
  660. package/components/input/text/text.component.js +1 -2
  661. package/components/input/text/text.component.js.map +1 -1
  662. package/components/input/text/text.props.d.ts +11 -0
  663. package/components/input/text/text.props.d.ts.map +1 -0
  664. package/components/input/text/text.styles.d.ts +13 -0
  665. package/components/input/text/text.styles.d.ts.map +1 -0
  666. package/components/input/textarea/textarea.component.d.ts +13 -0
  667. package/components/input/textarea/textarea.component.d.ts.map +1 -0
  668. package/components/input/textarea/textarea.component.js +1 -2
  669. package/components/input/textarea/textarea.component.js.map +1 -1
  670. package/components/input/textarea/textarea.props.d.ts +9 -0
  671. package/components/input/textarea/textarea.props.d.ts.map +1 -0
  672. package/components/input/textarea/textarea.styles.d.ts +14 -0
  673. package/components/input/textarea/textarea.styles.d.ts.map +1 -0
  674. package/components/input/toggle/toggle.component.d.ts +25 -0
  675. package/components/input/toggle/toggle.component.d.ts.map +1 -0
  676. package/components/input/toggle/toggle.component.js +4 -12
  677. package/components/input/toggle/toggle.component.js.map +1 -1
  678. package/components/input/toggle/toggle.props.d.ts +20 -0
  679. package/components/input/toggle/toggle.props.d.ts.map +1 -0
  680. package/components/input/toggle/toggle.props.js +0 -5
  681. package/components/input/toggle/toggle.props.js.map +1 -1
  682. package/components/input/toggle/toggle.styles.d.ts +12 -0
  683. package/components/input/toggle/toggle.styles.d.ts.map +1 -0
  684. package/components/navigation/appnavbar/appnavbar.component.d.ts +18 -0
  685. package/components/navigation/appnavbar/appnavbar.component.d.ts.map +1 -0
  686. package/components/navigation/appnavbar/appnavbar.props.d.ts +16 -0
  687. package/components/navigation/appnavbar/appnavbar.props.d.ts.map +1 -0
  688. package/components/navigation/appnavbar/appnavbar.styles.d.ts +17 -0
  689. package/components/navigation/appnavbar/appnavbar.styles.d.ts.map +1 -0
  690. package/components/navigation/basenav/basenav.component.d.ts +24 -0
  691. package/components/navigation/basenav/basenav.component.d.ts.map +1 -0
  692. package/components/navigation/basenav/basenav.props.d.ts +12 -0
  693. package/components/navigation/basenav/basenav.props.d.ts.map +1 -0
  694. package/components/navigation/basenav/basenav.styles.d.ts +4 -0
  695. package/components/navigation/basenav/basenav.styles.d.ts.map +1 -0
  696. package/components/navigation/menu/menu.component.d.ts +14 -0
  697. package/components/navigation/menu/menu.component.d.ts.map +1 -0
  698. package/components/navigation/menu/menu.props.d.ts +8 -0
  699. package/components/navigation/menu/menu.props.d.ts.map +1 -0
  700. package/components/navigation/menu/menu.styles.d.ts +9 -0
  701. package/components/navigation/menu/menu.styles.d.ts.map +1 -0
  702. package/components/navigation/navbar/navbar.component.d.ts +18 -0
  703. package/components/navigation/navbar/navbar.component.d.ts.map +1 -0
  704. package/components/navigation/navbar/navbar.props.d.ts +12 -0
  705. package/components/navigation/navbar/navbar.props.d.ts.map +1 -0
  706. package/components/navigation/navbar/navbar.styles.d.ts +10 -0
  707. package/components/navigation/navbar/navbar.styles.d.ts.map +1 -0
  708. package/components/navigation/navitem/navitem.component.d.ts +15 -0
  709. package/components/navigation/navitem/navitem.component.d.ts.map +1 -0
  710. package/components/navigation/navitem/navitem.props.d.ts +16 -0
  711. package/components/navigation/navitem/navitem.props.d.ts.map +1 -0
  712. package/components/navigation/navitem/navitem.styles.d.ts +11 -0
  713. package/components/navigation/navitem/navitem.styles.d.ts.map +1 -0
  714. package/components/navigation/popover/popover.component.d.ts +36 -0
  715. package/components/navigation/popover/popover.component.d.ts.map +1 -0
  716. package/components/navigation/popover/popover.component.js +1 -5
  717. package/components/navigation/popover/popover.component.js.map +1 -1
  718. package/components/navigation/popover/popover.props.d.ts +28 -0
  719. package/components/navigation/popover/popover.props.d.ts.map +1 -0
  720. package/components/navigation/popover/popover.styles.d.ts +16 -0
  721. package/components/navigation/popover/popover.styles.d.ts.map +1 -0
  722. package/components/page/content/content.component.d.ts +11 -0
  723. package/components/page/content/content.component.d.ts.map +1 -0
  724. package/components/page/content/content.props.d.ts +5 -0
  725. package/components/page/content/content.props.d.ts.map +1 -0
  726. package/components/page/content/content.styles.d.ts +4 -0
  727. package/components/page/content/content.styles.d.ts.map +1 -0
  728. package/components/page/left-panel/left-panel.component.d.ts +15 -0
  729. package/components/page/left-panel/left-panel.component.d.ts.map +1 -0
  730. package/components/page/left-panel/left-panel.props.d.ts +6 -0
  731. package/components/page/left-panel/left-panel.props.d.ts.map +1 -0
  732. package/components/page/left-panel/left-panel.styles.d.ts +4 -0
  733. package/components/page/left-panel/left-panel.styles.d.ts.map +1 -0
  734. package/components/page/page-content/page-content.component.d.ts +26 -0
  735. package/components/page/page-content/page-content.component.d.ts.map +1 -0
  736. package/components/page/page-content/page-content.props.d.ts +12 -0
  737. package/components/page/page-content/page-content.props.d.ts.map +1 -0
  738. package/components/page/page-content/page-content.styles.d.ts +7 -0
  739. package/components/page/page-content/page-content.styles.d.ts.map +1 -0
  740. package/components/page/page.component.d.ts +16 -0
  741. package/components/page/page.component.d.ts.map +1 -0
  742. package/components/page/page.props.d.ts +9 -0
  743. package/components/page/page.props.d.ts.map +1 -0
  744. package/components/page/page.styles.d.ts +7 -0
  745. package/components/page/page.styles.d.ts.map +1 -0
  746. package/components/page/partial/partial.component.d.ts +12 -0
  747. package/components/page/partial/partial.component.d.ts.map +1 -0
  748. package/components/page/partial/partial.props.d.ts +5 -0
  749. package/components/page/partial/partial.props.d.ts.map +1 -0
  750. package/components/page/partial/partial.styles.d.ts +7 -0
  751. package/components/page/partial/partial.styles.d.ts.map +1 -0
  752. package/components/page/partial-container/partial-container.component.d.ts +11 -0
  753. package/components/page/partial-container/partial-container.component.d.ts.map +1 -0
  754. package/components/page/partial-container/partial-container.props.d.ts +7 -0
  755. package/components/page/partial-container/partial-container.props.d.ts.map +1 -0
  756. package/components/page/partial-container/partial-container.styles.d.ts +4 -0
  757. package/components/page/partial-container/partial-container.styles.d.ts.map +1 -0
  758. package/components/page/tabbar/curve.d.ts +2 -0
  759. package/components/page/tabbar/curve.d.ts.map +1 -0
  760. package/components/page/tabbar/tabbar.component.d.ts +42 -0
  761. package/components/page/tabbar/tabbar.component.d.ts.map +1 -0
  762. package/components/page/tabbar/tabbar.props.d.ts +12 -0
  763. package/components/page/tabbar/tabbar.props.d.ts.map +1 -0
  764. package/components/page/tabbar/tabbar.styles.d.ts +20 -0
  765. package/components/page/tabbar/tabbar.styles.d.ts.map +1 -0
  766. package/components/prefab/prefab-container.component.d.ts +12 -0
  767. package/components/prefab/prefab-container.component.d.ts.map +1 -0
  768. package/components/prefab/prefab-container.props.d.ts +5 -0
  769. package/components/prefab/prefab-container.props.d.ts.map +1 -0
  770. package/components/prefab/prefab-container.styles.d.ts +7 -0
  771. package/components/prefab/prefab-container.styles.d.ts.map +1 -0
  772. package/core/AppConfig.d.ts +46 -0
  773. package/core/AppConfig.d.ts.map +1 -0
  774. package/core/accessibility.d.ts +61 -0
  775. package/core/accessibility.d.ts.map +1 -0
  776. package/core/asset.provider.d.ts +4 -0
  777. package/core/asset.provider.d.ts.map +1 -0
  778. package/core/base.component.d.ts +191 -0
  779. package/core/base.component.d.ts.map +1 -0
  780. package/core/base.component.js +7 -10
  781. package/core/base.component.js.map +1 -1
  782. package/core/components/error-fallback/error-fallback.component.d.ts +4 -0
  783. package/core/components/error-fallback/error-fallback.component.d.ts.map +1 -0
  784. package/core/components/error-fallback/error-fallback.component.js +18 -50
  785. package/core/components/error-fallback/error-fallback.component.js.map +1 -1
  786. package/core/components/error-fallback/error-fallback.styles.d.ts +29 -0
  787. package/core/components/error-fallback/error-fallback.styles.d.ts.map +1 -0
  788. package/core/components/error-fallback/error-fallback.styles.js +1 -4
  789. package/core/components/error-fallback/error-fallback.styles.js.map +1 -1
  790. package/core/components/floatinglabel.component.d.ts +8 -0
  791. package/core/components/floatinglabel.component.d.ts.map +1 -0
  792. package/core/components/sticky-base.component.d.ts +31 -0
  793. package/core/components/sticky-base.component.d.ts.map +1 -0
  794. package/core/components/sticky-container.component.d.ts +14 -0
  795. package/core/components/sticky-container.component.d.ts.map +1 -0
  796. package/core/components/sticky-container.styles.d.ts +11 -0
  797. package/core/components/sticky-container.styles.d.ts.map +1 -0
  798. package/core/components/sticky-nav.component.d.ts +14 -0
  799. package/core/components/sticky-nav.component.d.ts.map +1 -0
  800. package/core/components/textinput.component.d.ts +17 -0
  801. package/core/components/textinput.component.d.ts.map +1 -0
  802. package/core/constant.service.d.ts +18 -0
  803. package/core/constant.service.d.ts.map +1 -0
  804. package/core/constants/currency-constants.d.ts +1073 -0
  805. package/core/constants/currency-constants.d.ts.map +1 -0
  806. package/core/currency-constants.d.ts +2 -0
  807. package/core/currency-constants.d.ts.map +1 -0
  808. package/core/device/av-service.d.ts +13 -0
  809. package/core/device/av-service.d.ts.map +1 -0
  810. package/core/device/calendar-service.d.ts +25 -0
  811. package/core/device/calendar-service.d.ts.map +1 -0
  812. package/core/device/camera-service.d.ts +27 -0
  813. package/core/device/camera-service.d.ts.map +1 -0
  814. package/core/device/contacts-service.d.ts +17 -0
  815. package/core/device/contacts-service.d.ts.map +1 -0
  816. package/core/device/fileupload-service.d.ts +7 -0
  817. package/core/device/fileupload-service.d.ts.map +1 -0
  818. package/core/device/location-service.d.ts +17 -0
  819. package/core/device/location-service.d.ts.map +1 -0
  820. package/core/device/openfile-service.d.ts +52 -0
  821. package/core/device/openfile-service.d.ts.map +1 -0
  822. package/core/device/scan-service.d.ts +13 -0
  823. package/core/device/scan-service.d.ts.map +1 -0
  824. package/core/display.manager.d.ts +12 -0
  825. package/core/display.manager.d.ts.map +1 -0
  826. package/core/error-boundary.component.d.ts +21 -0
  827. package/core/error-boundary.component.d.ts.map +1 -0
  828. package/core/error-boundary.component.js +1 -17
  829. package/core/error-boundary.component.js.map +1 -1
  830. package/core/event-notifier.d.ts +14 -0
  831. package/core/event-notifier.d.ts.map +1 -0
  832. package/core/file-extension-types.d.ts +2 -0
  833. package/core/file-extension-types.d.ts.map +1 -0
  834. package/core/fixed-view.component.d.ts +33 -0
  835. package/core/fixed-view.component.d.ts.map +1 -0
  836. package/core/fixed-view.component.js +2 -19
  837. package/core/fixed-view.component.js.map +1 -1
  838. package/core/formatters.d.ts +28 -0
  839. package/core/formatters.d.ts.map +1 -0
  840. package/core/i18n.service.d.ts +6 -0
  841. package/core/i18n.service.d.ts.map +1 -0
  842. package/core/if.component.d.ts +12 -0
  843. package/core/if.component.d.ts.map +1 -0
  844. package/core/imageSizeEstimator.d.ts +14 -0
  845. package/core/imageSizeEstimator.d.ts.map +1 -0
  846. package/core/injector.d.ts +18 -0
  847. package/core/injector.d.ts.map +1 -0
  848. package/core/key.extractor.d.ts +7 -0
  849. package/core/key.extractor.d.ts.map +1 -0
  850. package/core/logger.d.ts +26 -0
  851. package/core/logger.d.ts.map +1 -0
  852. package/core/modal.service.d.ts +22 -0
  853. package/core/modal.service.d.ts.map +1 -0
  854. package/core/navigation.service.d.ts +32 -0
  855. package/core/navigation.service.d.ts.map +1 -0
  856. package/core/network.service.d.ts +114 -0
  857. package/core/network.service.d.ts.map +1 -0
  858. package/core/partial.service.d.ts +10 -0
  859. package/core/partial.service.d.ts.map +1 -0
  860. package/core/props.provider.d.ts +19 -0
  861. package/core/props.provider.d.ts.map +1 -0
  862. package/core/responsive.utils.d.ts +24 -0
  863. package/core/responsive.utils.d.ts.map +1 -0
  864. package/core/screen-capture-protection.service.d.ts +8 -0
  865. package/core/screen-capture-protection.service.d.ts.map +1 -0
  866. package/core/scroll-view.component.d.ts +19 -0
  867. package/core/scroll-view.component.d.ts.map +1 -0
  868. package/core/secure-storage.service.d.ts +10 -0
  869. package/core/secure-storage.service.d.ts.map +1 -0
  870. package/core/security.service.d.ts +13 -0
  871. package/core/security.service.d.ts.map +1 -0
  872. package/core/spinner.service.d.ts +13 -0
  873. package/core/spinner.service.d.ts.map +1 -0
  874. package/core/sticky-view.component.d.ts +21 -0
  875. package/core/sticky-view.component.d.ts.map +1 -0
  876. package/core/sticky-wrapper.d.ts +31 -0
  877. package/core/sticky-wrapper.d.ts.map +1 -0
  878. package/core/storage.service.d.ts +11 -0
  879. package/core/storage.service.d.ts.map +1 -0
  880. package/core/tappable.component.d.ts +40 -0
  881. package/core/tappable.component.d.ts.map +1 -0
  882. package/core/tappable.component.js +4 -7
  883. package/core/tappable.component.js.map +1 -1
  884. package/core/testid.provider.d.ts +4 -0
  885. package/core/testid.provider.d.ts.map +1 -0
  886. package/core/toast.service.d.ts +24 -0
  887. package/core/toast.service.d.ts.map +1 -0
  888. package/core/toast.service.js.map +1 -1
  889. package/core/ui-preferences.context.d.ts +11 -0
  890. package/core/ui-preferences.context.d.ts.map +1 -0
  891. package/core/utils.d.ts +167 -0
  892. package/core/utils.d.ts.map +1 -0
  893. package/core/viewport.d.ts +19 -0
  894. package/core/viewport.d.ts.map +1 -0
  895. package/core/wm-component-tree.d.ts +22 -0
  896. package/core/wm-component-tree.d.ts.map +1 -0
  897. package/gestures/carousel-swipe.animation.d.ts +56 -0
  898. package/gestures/carousel-swipe.animation.d.ts.map +1 -0
  899. package/gestures/swipe.animation.d.ts +51 -0
  900. package/gestures/swipe.animation.d.ts.map +1 -0
  901. package/index.d.ts +2 -0
  902. package/index.d.ts.map +1 -0
  903. package/package.json +2 -2
  904. package/runtime/App.d.ts +129 -0
  905. package/runtime/App.d.ts.map +1 -0
  906. package/runtime/App.js +13 -124
  907. package/runtime/App.js.map +1 -1
  908. package/runtime/App.navigator.d.ts +11 -0
  909. package/runtime/App.navigator.d.ts.map +1 -0
  910. package/runtime/base-customwidget.component.d.ts +24 -0
  911. package/runtime/base-customwidget.component.d.ts.map +1 -0
  912. package/runtime/base-fragment.component.d.ts +91 -0
  913. package/runtime/base-fragment.component.d.ts.map +1 -0
  914. package/runtime/base-page.component.d.ts +42 -0
  915. package/runtime/base-page.component.d.ts.map +1 -0
  916. package/runtime/base-page.component.js +2 -11
  917. package/runtime/base-page.component.js.map +1 -1
  918. package/runtime/base-partial.component.d.ts +29 -0
  919. package/runtime/base-partial.component.d.ts.map +1 -0
  920. package/runtime/base-prefab.component.d.ts +29 -0
  921. package/runtime/base-prefab.component.d.ts.map +1 -0
  922. package/runtime/lib-patch.d.ts +8 -0
  923. package/runtime/lib-patch.d.ts.map +1 -0
  924. package/runtime/memo.component.d.ts +20 -0
  925. package/runtime/memo.component.d.ts.map +1 -0
  926. package/runtime/navigator/drawer.navigator.d.ts +14 -0
  927. package/runtime/navigator/drawer.navigator.d.ts.map +1 -0
  928. package/runtime/navigator/drawer.navigator.js +0 -1
  929. package/runtime/navigator/drawer.navigator.js.map +1 -1
  930. package/runtime/navigator/stack.navigator.d.ts +8 -0
  931. package/runtime/navigator/stack.navigator.d.ts.map +1 -0
  932. package/runtime/platform.api.d.ts +13 -0
  933. package/runtime/platform.api.d.ts.map +1 -0
  934. package/runtime/services/app-display-manager.service.d.ts +16 -0
  935. package/runtime/services/app-display-manager.service.d.ts.map +1 -0
  936. package/runtime/services/app-i18n.service.d.ts +33 -0
  937. package/runtime/services/app-i18n.service.d.ts.map +1 -0
  938. package/runtime/services/app-modal.service.d.ts +19 -0
  939. package/runtime/services/app-modal.service.d.ts.map +1 -0
  940. package/runtime/services/app-security.service.d.ts +30 -0
  941. package/runtime/services/app-security.service.d.ts.map +1 -0
  942. package/runtime/services/app-spinner.service.d.ts +20 -0
  943. package/runtime/services/app-spinner.service.d.ts.map +1 -0
  944. package/runtime/services/app-toast.service.d.ts +13 -0
  945. package/runtime/services/app-toast.service.d.ts.map +1 -0
  946. package/runtime/services/device/calendar-service.d.ts +11 -0
  947. package/runtime/services/device/calendar-service.d.ts.map +1 -0
  948. package/runtime/services/device/camera-service.d.ts +63 -0
  949. package/runtime/services/device/camera-service.d.ts.map +1 -0
  950. package/runtime/services/device/camera-service.js +20 -31
  951. package/runtime/services/device/camera-service.js.map +1 -1
  952. package/runtime/services/device/contacts-service.d.ts +7 -0
  953. package/runtime/services/device/contacts-service.d.ts.map +1 -0
  954. package/runtime/services/device/location-service.d.ts +6 -0
  955. package/runtime/services/device/location-service.d.ts.map +1 -0
  956. package/runtime/services/device/permission-service.d.ts +7 -0
  957. package/runtime/services/device/permission-service.d.ts.map +1 -0
  958. package/runtime/services/device/permissions.d.ts +5 -0
  959. package/runtime/services/device/permissions.d.ts.map +1 -0
  960. package/runtime/services/device/scan-service.d.ts +19 -0
  961. package/runtime/services/device/scan-service.d.ts.map +1 -0
  962. package/runtime/services/partial.service.d.ts +12 -0
  963. package/runtime/services/partial.service.d.ts.map +1 -0
  964. package/runtime/services/webprocess.service.d.ts +10 -0
  965. package/runtime/services/webprocess.service.d.ts.map +1 -0
  966. package/runtime/watcher.d.ts +33 -0
  967. package/runtime/watcher.d.ts.map +1 -0
  968. package/styles/MediaQueryList.d.ts +6 -0
  969. package/styles/MediaQueryList.d.ts.map +1 -0
  970. package/styles/background.component.d.ts +57 -0
  971. package/styles/background.component.d.ts.map +1 -0
  972. package/styles/background.component.js +2 -2
  973. package/styles/background.component.js.map +1 -1
  974. package/styles/calc.d.ts +24 -0
  975. package/styles/calc.d.ts.map +1 -0
  976. package/styles/color-mix.d.ts +5 -0
  977. package/styles/color-mix.d.ts.map +1 -0
  978. package/styles/style-prop.validator.d.ts +4 -0
  979. package/styles/style-prop.validator.d.ts.map +1 -0
  980. package/styles/style-props.d.ts +49 -0
  981. package/styles/style-props.d.ts.map +1 -0
  982. package/styles/theme.d.ts +66 -0
  983. package/styles/theme.d.ts.map +1 -0
  984. package/styles/theme.js +11 -27
  985. package/styles/theme.js.map +1 -1
  986. package/styles/theme.variables.d.ts +379 -0
  987. package/styles/theme.variables.d.ts.map +1 -0
  988. package/styles/theme.variables.js +0 -2
  989. package/styles/theme.variables.js.map +1 -1
  990. package/variables/base-variable.d.ts +50 -0
  991. package/variables/base-variable.d.ts.map +1 -0
  992. package/variables/device/calendar/create-event.operation.d.ts +18 -0
  993. package/variables/device/calendar/create-event.operation.d.ts.map +1 -0
  994. package/variables/device/calendar/delete-event.operation.d.ts +14 -0
  995. package/variables/device/calendar/delete-event.operation.d.ts.map +1 -0
  996. package/variables/device/calendar/get-events.operation.d.ts +18 -0
  997. package/variables/device/calendar/get-events.operation.d.ts.map +1 -0
  998. package/variables/device/camera/capture-image.operation.d.ts +14 -0
  999. package/variables/device/camera/capture-image.operation.d.ts.map +1 -0
  1000. package/variables/device/camera/capture-video.operation.d.ts +14 -0
  1001. package/variables/device/camera/capture-video.operation.d.ts.map +1 -0
  1002. package/variables/device/contacts/get-contacts.operation.d.ts +19 -0
  1003. package/variables/device/contacts/get-contacts.operation.d.ts.map +1 -0
  1004. package/variables/device/device/app-info.operation.d.ts +13 -0
  1005. package/variables/device/device/app-info.operation.d.ts.map +1 -0
  1006. package/variables/device/device/current-geo-position.operation.d.ts +31 -0
  1007. package/variables/device/device/current-geo-position.operation.d.ts.map +1 -0
  1008. package/variables/device/device/device-info.operation.d.ts +11 -0
  1009. package/variables/device/device/device-info.operation.d.ts.map +1 -0
  1010. package/variables/device/device/network-info.operation.d.ts +14 -0
  1011. package/variables/device/device/network-info.operation.d.ts.map +1 -0
  1012. package/variables/device/device/vibrate.operation.d.ts +8 -0
  1013. package/variables/device/device/vibrate.operation.d.ts.map +1 -0
  1014. package/variables/device/file/open-file.operation.d.ts +31 -0
  1015. package/variables/device/file/open-file.operation.d.ts.map +1 -0
  1016. package/variables/device/file/upload-file.operation.d.ts +23 -0
  1017. package/variables/device/file/upload-file.operation.d.ts.map +1 -0
  1018. package/variables/device/operation.provider.d.ts +15 -0
  1019. package/variables/device/operation.provider.d.ts.map +1 -0
  1020. package/variables/device/scan/scan.operation.d.ts +21 -0
  1021. package/variables/device/scan/scan.operation.d.ts.map +1 -0
  1022. package/variables/device-variable.d.ts +10 -0
  1023. package/variables/device-variable.d.ts.map +1 -0
  1024. package/variables/http.service.d.ts +11 -0
  1025. package/variables/http.service.d.ts.map +1 -0
  1026. package/variables/live-variable.d.ts +44 -0
  1027. package/variables/live-variable.d.ts.map +1 -0
  1028. package/variables/model-variable.d.ts +10 -0
  1029. package/variables/model-variable.d.ts.map +1 -0
  1030. package/variables/service-variable.d.ts +33 -0
  1031. package/variables/service-variable.d.ts.map +1 -0
  1032. package/variables/utils/dataset-util.d.ts +32 -0
  1033. package/variables/utils/dataset-util.d.ts.map +1 -0
  1034. package/variables/utils/inflight-queue.d.ts +36 -0
  1035. package/variables/utils/inflight-queue.d.ts.map +1 -0
  1036. package/variables/utils/variable.constants.d.ts +22 -0
  1037. package/variables/utils/variable.constants.d.ts.map +1 -0
  1038. package/variables/utils/variable.utils.d.ts +21 -0
  1039. package/variables/utils/variable.utils.d.ts.map +1 -0
  1040. package/core/advanced-promise-rejection-tracker.js +0 -208
  1041. package/core/advanced-promise-rejection-tracker.js.map +0 -1
  1042. package/core/global-error-handler.service.js +0 -103
  1043. package/core/global-error-handler.service.js.map +0 -1
  1044. package/npm-shrinkwrap.json +0 -26091
  1045. package/package-lock.json +0 -26091
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-toast.service.d.ts","sourceRoot":"","sources":["../../../../src/runtime/services/app-toast.service.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAE1F,cAAM,eAAgB,YAAW,YAAY;IAElC,YAAY,iBAAwB;IACpC,SAAS,EAAE,GAAG,CAAC;IACf,YAAY,SAAK;IAExB,OAAO,CAAC,YAAY;IAOpB,OAAO;IAKA,SAAS,CAAC,OAAO,EAAE,YAAY;IA6B/B,SAAS,CAAC,OAAO,CAAC,EAAE,YAAY;CAQ1C;AAED,QAAA,MAAM,eAAe,iBAAwB,CAAC;AAE9C,eAAe,eAAe,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { CalendarInput } from '@wavemaker/app-rn-runtime/core/device/calendar-service';
2
+ import { CalendarEvent } from '@wavemaker/app-rn-runtime/variables/device/calendar/get-events.operation';
3
+ import { CreateEventOutput } from '@wavemaker/app-rn-runtime/variables/device/calendar/create-event.operation';
4
+ import { DeleteEventOutput } from '@wavemaker/app-rn-runtime/variables/device/calendar/delete-event.operation';
5
+ export declare class CalendarService {
6
+ constructor();
7
+ getEvents(params: CalendarInput): Promise<Array<CalendarEvent>>;
8
+ createEvent(params: CalendarInput): Promise<CreateEventOutput>;
9
+ deleteEvent(params: CalendarInput): Promise<DeleteEventOutput>;
10
+ }
11
+ //# sourceMappingURL=calendar-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-service.d.ts","sourceRoot":"","sources":["../../../../../src/runtime/services/device/calendar-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wDAAwD,CAAC;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,0EAA0E,CAAC;AACzG,OAAO,EACL,iBAAiB,EAElB,MAAM,4EAA4E,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4EAA4E,CAAC;AAO/G,qBAAa,eAAe;;IAInB,SAAS,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IA+B/D,WAAW,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAgC9D,WAAW,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,iBAAiB,CAAC;CA6BtE"}
@@ -0,0 +1,63 @@
1
+ import React from "react";
2
+ import { DisplayManager } from "@wavemaker/app-rn-runtime/core/display.manager";
3
+ import { CaptureVideoOutput } from "@wavemaker/app-rn-runtime/variables/device/camera/capture-video.operation";
4
+ import { CaptureImageOutput } from "@wavemaker/app-rn-runtime/variables/device/camera/capture-image.operation";
5
+ import { CameraInput } from "@wavemaker/app-rn-runtime/core/device/camera-service";
6
+ import { Input } from "@wavemaker/app-rn-runtime/variables/device/operation.provider";
7
+ export interface CameraVideoInput extends Input {
8
+ permissionService: any;
9
+ }
10
+ declare enum CameraType {
11
+ front = "front",
12
+ back = "back"
13
+ }
14
+ export declare class CameraService {
15
+ private displayManager;
16
+ private type;
17
+ constructor(displayManager: DisplayManager);
18
+ captureVideo(options?: CameraVideoInput): Promise<CaptureVideoOutput>;
19
+ captureImage(params: CameraInput): Promise<CaptureImageOutput>;
20
+ }
21
+ interface CameraOutput {
22
+ uri: string;
23
+ content: () => Promise<string>;
24
+ }
25
+ declare class CameraViewProps {
26
+ testID: string;
27
+ type: 'front' | 'back';
28
+ captureType: 'image' | 'video';
29
+ onSuccess: (o: CameraOutput) => any;
30
+ onCancel: () => any;
31
+ }
32
+ declare class CameraViewState {
33
+ recording: boolean;
34
+ showActionBtns: boolean;
35
+ cameraType: CameraType;
36
+ isCaptured: boolean;
37
+ closeView: boolean;
38
+ cameraContent: CameraOutput;
39
+ }
40
+ export declare class Camera extends React.Component<CameraViewProps, CameraViewState> {
41
+ private cameraService;
42
+ private camera;
43
+ constructor(props: CameraViewProps);
44
+ toggleCapture(): void;
45
+ getTestProps(suffix: string): {
46
+ accessibilityLabel: string;
47
+ testID: string;
48
+ accessible?: undefined;
49
+ } | {
50
+ accessible: boolean;
51
+ testID: string;
52
+ accessibilityLabel?: undefined;
53
+ };
54
+ takePicture(): Promise<void>;
55
+ startRecord: () => Promise<void>;
56
+ stopRecord: () => Promise<void>;
57
+ getActionsTemplate(): React.JSX.Element;
58
+ getPreviewTemplate(actions: any): React.JSX.Element;
59
+ render(): React.JSX.Element | null;
60
+ }
61
+ declare const cameraService: CameraService;
62
+ export default cameraService;
63
+ //# sourceMappingURL=camera-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"camera-service.d.ts","sourceRoot":"","sources":["../../../../../src/runtime/services/device/camera-service.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAC;AAC/G,OAAO,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAC;AAC/G,OAAO,EAA+C,WAAW,EAAwB,MAAM,sDAAsD,CAAC;AACtJ,OAAO,EAAE,KAAK,EAAE,MAAM,+DAA+D,CAAC;AA+DtF,MAAM,WAAW,gBAAiB,SAAQ,KAAK;IAC7C,iBAAiB,EAAE,GAAG,CAAC;CACxB;AAQD,aAAK,UAAU;IACb,KAAK,UAAU;IACf,IAAI,SAAS;CACd;AAED,qBAAa,aAAa;IAGZ,OAAO,CAAC,cAAc;IAFlC,OAAO,CAAC,IAAI,CAA+B;gBAEvB,cAAc,EAAE,cAAc;IAG3C,YAAY,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAoBrE,YAAY,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAetE;AAED,UAAU,YAAY;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC;CAChC;AAED,cAAM,eAAe;IACnB,MAAM,EAAE,MAAM,CAAiB;IAC/B,IAAI,EAAE,OAAO,GAAG,MAAM,CAAwB;IAC9C,WAAW,EAAE,OAAO,GAAG,OAAO,CAAW;IACzC,SAAS,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,GAAG,CAAY;IAC/C,QAAQ,EAAE,MAAM,GAAG,CAAY;CAChC;AAED,cAAM,eAAe;IACjB,SAAS,EAAE,OAAO,CAAS;IAC3B,cAAc,EAAE,OAAO,CAAS;IAChC,UAAU,EAAE,UAAU,CAAmB;IACzC,UAAU,EAAE,OAAO,CAAS;IAC5B,SAAS,EAAE,OAAO,CAAS;IAC3B,aAAa,EAAE,YAAY,CAAsB;CACpD;AAED,qBAAa,MAAO,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,EAAE,eAAe,CAAC;IAC3E,OAAO,CAAC,aAAa,CAAqC;IAC1D,OAAO,CAAC,MAAM,CAAW;gBAEb,KAAK,EAAE,eAAe;IAKlC,aAAa;IAab,YAAY,CAAC,MAAM,EAAE,MAAM;;;;;;;;;IAcrB,WAAW;IAwBjB,WAAW,sBAYT;IAGF,UAAU,sBAIR;IAEF,kBAAkB;IAwClB,kBAAkB,CAAC,OAAO,EAAE,GAAG;IAgB/B,MAAM;CAwBP;AACD,QAAA,MAAM,aAAa,eAA8C,CAAC;AAClE,eAAe,aAAa,CAAC"}
@@ -149,12 +149,12 @@ class CameraViewProps {
149
149
  }
150
150
  class CameraViewState {
151
151
  constructor() {
152
+ _defineProperty(this, "recording", false);
152
153
  _defineProperty(this, "showActionBtns", false);
153
154
  _defineProperty(this, "cameraType", CameraType.back);
154
155
  _defineProperty(this, "isCaptured", false);
155
156
  _defineProperty(this, "closeView", false);
156
157
  _defineProperty(this, "cameraContent", {});
157
- _defineProperty(this, "isRecording", false);
158
158
  }
159
159
  }
160
160
  export class Camera extends React.Component {
@@ -162,60 +162,51 @@ export class Camera extends React.Component {
162
162
  super(props);
163
163
  _defineProperty(this, "cameraService", null);
164
164
  _defineProperty(this, "camera", {});
165
- _defineProperty(this, "recordingInProgress", false);
166
165
  // start recording
167
166
  _defineProperty(this, "startRecord", async () => {
168
- this.recordingInProgress = true;
169
- this.setState({
170
- isRecording: true
171
- });
172
167
  this.camera.recordAsync().then(response => {
173
168
  response.content = async () => {
174
169
  return await this.cameraService.fsReadAsString(response.uri, {
175
170
  encoding: 'base64'
176
171
  });
177
172
  };
178
- this.recordingInProgress = false;
179
173
  this.setState({
180
174
  cameraContent: response,
181
- isCaptured: true,
182
- showActionBtns: true,
183
- isRecording: false
175
+ isCaptured: true
184
176
  });
185
- }).catch(error => {
186
- this.recordingInProgress = false;
177
+ });
178
+ if (this.state.showActionBtns) {
187
179
  this.setState({
188
- isRecording: false
180
+ showActionBtns: false
189
181
  });
182
+ }
183
+ this.setState({
184
+ recording: true
190
185
  });
191
186
  });
192
187
  // stop recording
193
188
  _defineProperty(this, "stopRecord", async () => {
194
- if (this.camera && this.camera.stopRecording) {
195
- this.camera.stopRecording();
196
- // Don't change state here - recordAsync promise will handle it
197
- }
189
+ this.camera.stopRecording();
190
+ this.setState({
191
+ recording: false
192
+ });
193
+ this.setState({
194
+ showActionBtns: true
195
+ });
198
196
  });
199
197
  this.state = new CameraViewState();
200
198
  }
201
- shouldComponentUpdate(_nextProps, nextState) {
202
- if (this.recordingInProgress) {
203
- // Allow update ONLY for recording state change
204
- if (this.state.isRecording !== nextState.isRecording) {
205
- return true;
206
- }
207
- return false;
208
- }
209
- return true;
210
- }
211
199
  toggleCapture() {
212
200
  if (this.props.captureType === 'image') {
213
201
  this.takePicture();
214
202
  } else {
215
- if (!this.state.isRecording) {
203
+ if (!this.state.recording) {
216
204
  this.startRecord();
217
205
  } else {
218
206
  this.stopRecord();
207
+ this.setState({
208
+ showActionBtns: true
209
+ });
219
210
  }
220
211
  }
221
212
  }
@@ -283,7 +274,7 @@ export class Camera extends React.Component {
283
274
  }))), /*#__PURE__*/React.createElement(View, {
284
275
  style: styles.midWrapper
285
276
  }, !this.state.isCaptured ? /*#__PURE__*/React.createElement(TouchableOpacity, _extends({
286
- style: [styles.circle, styles.outerCircle, this.props.captureType === 'video' && !this.state.isRecording ? {
277
+ style: [styles.circle, styles.outerCircle, this.props.captureType === 'video' && !this.state.recording ? {
287
278
  backgroundColor: "red"
288
279
  } : {}, this.props.captureType === 'image' ? {
289
280
  backgroundColor: "white"
@@ -358,8 +349,6 @@ export class Camera extends React.Component {
358
349
  return /*#__PURE__*/React.createElement(View, {
359
350
  style: styles.preview
360
351
  }, this.state.isCaptured ? this.getPreviewTemplate(actions) : /*#__PURE__*/React.createElement(CameraView, {
361
- key: "stable-camera-view",
362
- mode: this.props.captureType === 'video' ? 'video' : 'picture',
363
352
  facing: this.state.cameraType,
364
353
  ref: ref => {
365
354
  this.camera = ref;
@@ -1 +1 @@
1
- {"version":3,"names":["React","ImageBackground","Platform","TouchableOpacity","View","Ionicons","CameraPluginConsumer","appDisplayManagerService","styles","preview","top","left","right","flexGrow","backgroundColor","actionBtn","flex","padding","paddingHorizontal","alignSelf","margin","actionBar","flexDirection","justifyContent","position","bottom","leftWrapper","alignItems","midWrapper","rightWrapper","circle","display","outerCircle","borderWidth","height","width","borderRadius","borderColor","innerCircle","ICamera","ResizeMode","CameraType","CameraService","constructor","displayManager","_defineProperty","back","captureVideo","options","Promise","resolve","reject","_options$permissionSe","permissionService","requestPermissions","then","destroy","show","content","createElement","Camera","testID","type","captureType","onSuccess","o","call","videoPath","uri","onCancel","captureImage","params","_params$permissionSer","catch","base64","imagePath","CameraViewProps","CameraViewState","Component","props","recordingInProgress","setState","isRecording","camera","recordAsync","response","cameraService","fsReadAsString","encoding","cameraContent","isCaptured","showActionBtns","error","stopRecording","state","shouldComponentUpdate","_nextProps","nextState","toggleCapture","takePicture","startRecord","stopRecord","getTestProps","suffix","id","OS","accessibilityLabel","accessible","quality","skipProcessing","onPictureSaved","takePictureAsync","getActionsTemplate","style","_extends","onPress","closeView","name","size","color","bind","cameraType","getPreviewTemplate","actions","Video","source","resizeMode","CONTAIN","shouldPlay","useNativeControls","isLooping","render","CameraView","key","mode","facing","ref","onCameraReady"],"sources":["camera-service.tsx"],"sourcesContent":["import React from \"react\";\nimport { ImageBackground, Platform, TouchableOpacity, View, ViewStyle } from \"react-native\";\nimport { Ionicons } from \"@expo/vector-icons\";\n\nimport { DisplayManager } from \"@wavemaker/app-rn-runtime/core/display.manager\";\nimport { CaptureVideoOutput } from \"@wavemaker/app-rn-runtime/variables/device/camera/capture-video.operation\";\nimport { CaptureImageOutput } from \"@wavemaker/app-rn-runtime/variables/device/camera/capture-image.operation\";\nimport { CameraPluginService as ICameraPluginService, CameraInput, CameraPluginConsumer } from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { Input } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\nimport appDisplayManagerService from \"@wavemaker/app-rn-runtime/runtime/services/app-display-manager.service\";\nconst styles = {\n preview: {\n top: 0,\n left: 0,\n right: 0,\n flexGrow: 1,\n backgroundColor: 'black'\n },\n actionBtn: {\n flex: 0,\n padding: 15,\n paddingHorizontal: 20,\n alignSelf: 'center',\n margin: 20,\n } as ViewStyle,\n actionBar: {\n flex: 0,\n flexDirection: 'row',\n justifyContent: 'center',\n backgroundColor: 'rgba(0,0,0,0.6)',\n position: 'absolute',\n bottom: 0,\n left: 0,\n right: 0,\n padding: 20\n } as ViewStyle,\n leftWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'flex-start',\n } as ViewStyle,\n midWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'center',\n } as ViewStyle,\n rightWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'flex-end',\n } as ViewStyle,\n circle: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n } as ViewStyle,\n outerCircle: {\n borderWidth: 3,\n height: 50,\n width: 50,\n borderRadius: 25,\n borderColor: 'white'\n },\n innerCircle: {\n borderRadius:2,\n height: 20,\n width:20,\n backgroundColor: 'red'\n }\n};\n\nexport interface CameraVideoInput extends Input {\n permissionService: any;\n}\n\nlet ICamera: ICameraPluginService = null as any;\nenum ResizeMode {\n CONTAIN = 'contain',\n COVER = 'cover',\n STRETCH = 'stretch',\n}\nenum CameraType {\n front = 'front',\n back = 'back',\n}\n\nexport class CameraService {\n private type: CameraType = CameraType.back;\n\n constructor(private displayManager: DisplayManager) {\n }\n\n public captureVideo(options?: CameraVideoInput): Promise<CaptureVideoOutput> {\n return new Promise((resolve, reject) => {\n options?.permissionService?.requestPermissions && options.permissionService.requestPermissions('video').then(() => {\n const destroy = this.displayManager.show({\n content: (<Camera testID={\"camera_view\"} type={this.type} captureType={'video'} onSuccess={(o) => {\n destroy.call(this.displayManager);\n /*o.content().catch(() => {}).then(base64 => {\n resolve({videoPath: o.uri, content: base64 || ''});\n });*/\n resolve({videoPath: o.uri, content: ''});\n }}\n onCancel={() => {\n destroy.call(this.displayManager);\n }}\n ></Camera>)\n });\n }, reject);\n });\n }\n\n public captureImage(params: CameraInput): Promise<CaptureImageOutput> {\n return new Promise((resolve, reject) => {\n params?.permissionService?.requestPermissions && params.permissionService.requestPermissions('image').then(() => {\n const destroy = this.displayManager.show({\n content: (<Camera testID={\"camera_view\"} type={this.type} captureType={'image'} onSuccess={(o) => {\n destroy.call(this.displayManager);\n o.content().catch(() => {}).then(base64 => {\n resolve({imagePath: o.uri, content: base64 || ''});\n });\n }} onCancel={() => {destroy.call(this.displayManager);}}\n ></Camera>)\n });\n }, reject);\n });\n }\n}\n\ninterface CameraOutput {\n uri: string;\n content: () => Promise<string>;\n}\n\nclass CameraViewProps {\n testID: string = 'camera_view';\n type: 'front' | 'back' = 'back' as CameraType;\n captureType: 'image' | 'video' = 'image';\n onSuccess: (o: CameraOutput) => any = () => {};\n onCancel: () => any = () => {};\n}\n\nclass CameraViewState {\n showActionBtns: boolean = false;\n cameraType: CameraType = CameraType.back;\n isCaptured: boolean = false;\n closeView: boolean = false;\n cameraContent: CameraOutput = {} as CameraOutput;\n isRecording: boolean = false;\n}\n\nexport class Camera extends React.Component<CameraViewProps, CameraViewState> {\n private cameraService: ICameraPluginService = null as any;\n private camera: any = {};\n private recordingInProgress: boolean = false;\n\n constructor(props: CameraViewProps) {\n super(props);\n this.state = new CameraViewState();\n }\n\n shouldComponentUpdate(_nextProps: CameraViewProps, nextState: CameraViewState) {\n if (this.recordingInProgress) {\n // Allow update ONLY for recording state change\n if (this.state.isRecording !== nextState.isRecording) {\n return true;\n }\n return false;\n }\n return true;\n }\n\n toggleCapture() {\n if (this.props.captureType === 'image') {\n this.takePicture();\n } else {\n if (!this.state.isRecording) {\n this.startRecord();\n } else {\n this.stopRecord();\n }\n }\n }\n\n getTestProps(suffix: string) {\n const id = this.props.testID + (suffix ? '_' + suffix : '');\n if (Platform.OS === 'android' || Platform.OS === 'web') {\n return {\n accessibilityLabel: id,\n testID: id\n };\n }\n return {\n accessible: false,\n testID: id\n };\n }\n\n async takePicture() {\n const options = {\n quality: 0.5,\n base64: false,\n skipProcessing: true,\n onPictureSaved: (response: any) => {\n response.content = async () => {\n return await this.cameraService.fsReadAsString(response.uri, { encoding: 'base64' });\n };\n this.setState({ \n cameraContent: response,\n isCaptured: true,\n showActionBtns: true } as CameraViewState);\n }\n }\n await this.camera.takePictureAsync(options);\n\n if (this.state.showActionBtns) {\n this.setState({showActionBtns: false} as CameraViewState);\n }\n this.setState({showActionBtns: true} as CameraViewState);\n }\n\n // start recording\n startRecord = async () => {\n this.recordingInProgress = true;\n this.setState({ isRecording: true } as CameraViewState);\n this.camera.recordAsync().then((response: any) => {\n response.content = async () => {\n return await this.cameraService.fsReadAsString(response.uri, { encoding: 'base64' });\n };\n this.recordingInProgress = false;\n this.setState({ \n cameraContent: response, \n isCaptured: true,\n showActionBtns: true,\n isRecording: false\n } as CameraViewState);\n }).catch((error: any) => {\n this.recordingInProgress = false;\n this.setState({ isRecording: false } as CameraViewState);\n });\n };\n\n // stop recording\n stopRecord = async () => {\n if (this.camera && this.camera.stopRecording) {\n this.camera.stopRecording();\n // Don't change state here - recordAsync promise will handle it\n }\n };\n\n getActionsTemplate() {\n return <View style={styles.actionBar}>\n <View style={styles.leftWrapper}>\n <TouchableOpacity\n {...this.getTestProps('close')}\n onPress={() => {\n this.setState({ cameraContent: {uri: ''}, isCaptured: false, closeView: true } as CameraViewState);\n this.props.onCancel();\n }}>\n <Ionicons name='close-circle' size={32} color='white' />\n </TouchableOpacity>\n </View>\n <View style={styles.midWrapper}>\n {!this.state.isCaptured ? <TouchableOpacity style={[styles.circle, styles.outerCircle, this.props.captureType === 'video' && !this.state.isRecording ? { backgroundColor: \"red\" } : {},\n this.props.captureType === 'image' ? { backgroundColor: \"white\" } : {}]}\n onPress={this.toggleCapture.bind(this)}\n {...this.getTestProps('capture')}>\n <View style={[styles.circle as ViewStyle, this.props.captureType === 'image' ? {} : styles.innerCircle, this.props.captureType === 'image' ? { backgroundColor: \"white\" } : {}]}></View>\n </TouchableOpacity> : null}\n </View>\n <View style={styles.rightWrapper}>\n {this.state.showActionBtns ? (<TouchableOpacity\n onPress={() => {\n this.setState({ isCaptured: false, closeView: true } as CameraViewState);\n this.props.onSuccess(this.state.cameraContent);\n this.setState({ cameraContent: {uri: ''} } as CameraViewState);\n }}\n {...this.getTestProps('ok')}>\n <Ionicons name='checkmark-circle' size={32} color='white'/>\n </TouchableOpacity>) : (<TouchableOpacity\n {...this.getTestProps('toggle')}\n onPress={() => {\n this.setState({cameraType: this.state.cameraType === 'back' ? 'front' : 'back'} as CameraViewState);\n }}>\n <Ionicons name='camera-reverse' size={32} color='white' />\n </TouchableOpacity>)}\n </View>\n </View>\n }\n\n getPreviewTemplate(actions: any) {\n const Video = this.cameraService.Video;\n return this.props.captureType === 'image' ?\n <ImageBackground source={{uri : this.state.cameraContent.uri}} resizeMode={ResizeMode.CONTAIN} style={{flex: 1}} />\n : <Video\n style={{ flex: 1 }}\n source={{\n uri: this.state.cameraContent.uri,\n }}\n shouldPlay={true}\n useNativeControls\n isLooping\n resizeMode={ResizeMode.CONTAIN}\n ></Video>\n }\n\n render() {\n if (this.state.closeView) {\n return null;\n }\n const actions = this.getActionsTemplate();\n return (\n <CameraPluginConsumer>\n {(cameraService: any) => {\n this.cameraService = cameraService;\n const CameraView = this.cameraService.CameraView;\n return <View style={styles.preview}>\n {this.state.isCaptured ? (\n this.getPreviewTemplate(actions)\n ) : (\n <CameraView \n key=\"stable-camera-view\"\n mode={this.props.captureType === 'video' ? 'video' : 'picture'}\n facing={this.state.cameraType} \n ref={(ref: any) => { this.camera = ref; }}\n style={{flex: 1}}\n onCameraReady={() => {}}>\n\n </CameraView>)}\n {actions}\n </View>\n }}\n </CameraPluginConsumer>)\n }\n}\nconst cameraService = new CameraService(appDisplayManagerService);\nexport default cameraService;"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","ImageBackground","Platform","TouchableOpacity","View","Ionicons","CameraPluginConsumer","appDisplayManagerService","styles","preview","top","left","right","flexGrow","backgroundColor","actionBtn","flex","padding","paddingHorizontal","alignSelf","margin","actionBar","flexDirection","justifyContent","position","bottom","leftWrapper","alignItems","midWrapper","rightWrapper","circle","display","outerCircle","borderWidth","height","width","borderRadius","borderColor","innerCircle","ICamera","ResizeMode","CameraType","CameraService","constructor","displayManager","_defineProperty","back","captureVideo","options","Promise","resolve","reject","_options$permissionSe","permissionService","requestPermissions","then","destroy","show","content","createElement","Camera","testID","type","captureType","onSuccess","o","call","videoPath","uri","onCancel","captureImage","params","_params$permissionSer","catch","base64","imagePath","CameraViewProps","CameraViewState","Component","props","camera","recordAsync","response","cameraService","fsReadAsString","encoding","setState","cameraContent","isCaptured","state","showActionBtns","recording","stopRecording","toggleCapture","takePicture","startRecord","stopRecord","getTestProps","suffix","id","OS","accessibilityLabel","accessible","quality","skipProcessing","onPictureSaved","takePictureAsync","getActionsTemplate","style","_extends","onPress","closeView","name","size","color","bind","cameraType","getPreviewTemplate","actions","Video","source","resizeMode","CONTAIN","shouldPlay","useNativeControls","isLooping","render","CameraView","facing","ref","onCameraReady"],"sources":["camera-service.tsx"],"sourcesContent":["import React from \"react\";\nimport { ImageBackground, Platform, TouchableOpacity, View, ViewStyle } from \"react-native\";\nimport { Ionicons } from \"@expo/vector-icons\";\n\nimport { DisplayManager } from \"@wavemaker/app-rn-runtime/core/display.manager\";\nimport { CaptureVideoOutput } from \"@wavemaker/app-rn-runtime/variables/device/camera/capture-video.operation\";\nimport { CaptureImageOutput } from \"@wavemaker/app-rn-runtime/variables/device/camera/capture-image.operation\";\nimport { CameraPluginService as ICameraPluginService, CameraInput, CameraPluginConsumer } from \"@wavemaker/app-rn-runtime/core/device/camera-service\";\nimport { Input } from \"@wavemaker/app-rn-runtime/variables/device/operation.provider\";\nimport appDisplayManagerService from \"@wavemaker/app-rn-runtime/runtime/services/app-display-manager.service\";\nconst styles = {\n preview: {\n top: 0,\n left: 0,\n right: 0,\n flexGrow: 1,\n backgroundColor: 'black'\n },\n actionBtn: {\n flex: 0,\n padding: 15,\n paddingHorizontal: 20,\n alignSelf: 'center',\n margin: 20,\n } as ViewStyle,\n actionBar: {\n flex: 0,\n flexDirection: 'row',\n justifyContent: 'center',\n backgroundColor: 'rgba(0,0,0,0.6)',\n position: 'absolute',\n bottom: 0,\n left: 0,\n right: 0,\n padding: 20\n } as ViewStyle,\n leftWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'flex-start',\n } as ViewStyle,\n midWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'center',\n } as ViewStyle,\n rightWrapper: {\n flex: 1,\n justifyContent: 'center',\n alignItems: 'flex-end',\n } as ViewStyle,\n circle: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n } as ViewStyle,\n outerCircle: {\n borderWidth: 3,\n height: 50,\n width: 50,\n borderRadius: 25,\n borderColor: 'white'\n },\n innerCircle: {\n borderRadius:2,\n height: 20,\n width:20,\n backgroundColor: 'red'\n }\n};\n\nexport interface CameraVideoInput extends Input {\n permissionService: any;\n}\n\nlet ICamera: ICameraPluginService = null as any;\nenum ResizeMode {\n CONTAIN = 'contain',\n COVER = 'cover',\n STRETCH = 'stretch',\n}\nenum CameraType {\n front = 'front',\n back = 'back',\n}\n\nexport class CameraService {\n private type: CameraType = CameraType.back;\n\n constructor(private displayManager: DisplayManager) {\n }\n\n public captureVideo(options?: CameraVideoInput): Promise<CaptureVideoOutput> {\n return new Promise((resolve, reject) => {\n options?.permissionService?.requestPermissions && options.permissionService.requestPermissions('video').then(() => {\n const destroy = this.displayManager.show({\n content: (<Camera testID={\"camera_view\"} type={this.type} captureType={'video'} onSuccess={(o) => {\n destroy.call(this.displayManager);\n /*o.content().catch(() => {}).then(base64 => {\n resolve({videoPath: o.uri, content: base64 || ''});\n });*/\n resolve({videoPath: o.uri, content: ''});\n }}\n onCancel={() => {\n destroy.call(this.displayManager);\n }}\n ></Camera>)\n });\n }, reject);\n });\n }\n\n public captureImage(params: CameraInput): Promise<CaptureImageOutput> {\n return new Promise((resolve, reject) => {\n params?.permissionService?.requestPermissions && params.permissionService.requestPermissions('image').then(() => {\n const destroy = this.displayManager.show({\n content: (<Camera testID={\"camera_view\"} type={this.type} captureType={'image'} onSuccess={(o) => {\n destroy.call(this.displayManager);\n o.content().catch(() => {}).then(base64 => {\n resolve({imagePath: o.uri, content: base64 || ''});\n });\n }} onCancel={() => {destroy.call(this.displayManager);}}\n ></Camera>)\n });\n }, reject);\n });\n }\n}\n\ninterface CameraOutput {\n uri: string;\n content: () => Promise<string>;\n}\n\nclass CameraViewProps {\n testID: string = 'camera_view';\n type: 'front' | 'back' = 'back' as CameraType;\n captureType: 'image' | 'video' = 'image';\n onSuccess: (o: CameraOutput) => any = () => {};\n onCancel: () => any = () => {};\n}\n\nclass CameraViewState {\n recording: boolean = false;\n showActionBtns: boolean = false;\n cameraType: CameraType = CameraType.back;\n isCaptured: boolean = false;\n closeView: boolean = false;\n cameraContent: CameraOutput = {} as CameraOutput;\n}\n\nexport class Camera extends React.Component<CameraViewProps, CameraViewState> {\n private cameraService: ICameraPluginService = null as any;\n private camera: any = {};\n\n constructor(props: CameraViewProps) {\n super(props);\n this.state = new CameraViewState();\n }\n\n toggleCapture() {\n if (this.props.captureType === 'image') {\n this.takePicture();\n } else {\n if (!this.state.recording) {\n this.startRecord();\n } else {\n this.stopRecord();\n this.setState({showActionBtns: true} as CameraViewState);\n }\n }\n }\n\n getTestProps(suffix: string) {\n const id = this.props.testID + (suffix ? '_' + suffix : '');\n if (Platform.OS === 'android' || Platform.OS === 'web') {\n return {\n accessibilityLabel: id,\n testID: id\n };\n }\n return {\n accessible: false,\n testID: id\n };\n }\n\n async takePicture() {\n const options = {\n quality: 0.5,\n base64: false,\n skipProcessing: true,\n onPictureSaved: (response: any) => {\n response.content = async () => {\n return await this.cameraService.fsReadAsString(response.uri, { encoding: 'base64' });\n };\n this.setState({ \n cameraContent: response,\n isCaptured: true,\n showActionBtns: true } as CameraViewState);\n }\n }\n await this.camera.takePictureAsync(options);\n\n if (this.state.showActionBtns) {\n this.setState({showActionBtns: false} as CameraViewState);\n }\n this.setState({showActionBtns: true} as CameraViewState);\n }\n\n // start recording\n startRecord = async () => {\n this.camera.recordAsync().then((response: any) => {\n response.content = async () => {\n return await this.cameraService.fsReadAsString(response.uri, { encoding: 'base64' });\n };\n this.setState({ cameraContent: response, isCaptured: true } as CameraViewState);\n });\n if (this.state.showActionBtns) {\n this.setState({showActionBtns: false} as CameraViewState);\n }\n\n this.setState({recording: true} as CameraViewState);\n };\n\n // stop recording\n stopRecord = async () => {\n this.camera.stopRecording();\n this.setState({recording: false} as CameraViewState);\n this.setState({showActionBtns: true} as CameraViewState);\n };\n\n getActionsTemplate() {\n return <View style={styles.actionBar}>\n <View style={styles.leftWrapper}>\n <TouchableOpacity\n {...this.getTestProps('close')}\n onPress={() => {\n this.setState({ cameraContent: {uri: ''}, isCaptured: false, closeView: true } as CameraViewState);\n this.props.onCancel();\n }}>\n <Ionicons name='close-circle' size={32} color='white' />\n </TouchableOpacity>\n </View>\n <View style={styles.midWrapper}>\n {!this.state.isCaptured ? <TouchableOpacity style={[styles.circle, styles.outerCircle, this.props.captureType === 'video' && !this.state.recording ? { backgroundColor: \"red\" } : {},\n this.props.captureType === 'image' ? { backgroundColor: \"white\" } : {}]}\n onPress={this.toggleCapture.bind(this)}\n {...this.getTestProps('capture')}>\n <View style={[styles.circle as ViewStyle, this.props.captureType === 'image' ? {} : styles.innerCircle, this.props.captureType === 'image' ? { backgroundColor: \"white\" } : {}]}></View>\n </TouchableOpacity> : null}\n </View>\n <View style={styles.rightWrapper}>\n {this.state.showActionBtns ? (<TouchableOpacity\n onPress={() => {\n this.setState({ isCaptured: false, closeView: true } as CameraViewState);\n this.props.onSuccess(this.state.cameraContent);\n this.setState({ cameraContent: {uri: ''} } as CameraViewState);\n }}\n {...this.getTestProps('ok')}>\n <Ionicons name='checkmark-circle' size={32} color='white'/>\n </TouchableOpacity>) : (<TouchableOpacity\n {...this.getTestProps('toggle')}\n onPress={() => {\n this.setState({cameraType: this.state.cameraType === 'back' ? 'front' : 'back'} as CameraViewState);\n }}>\n <Ionicons name='camera-reverse' size={32} color='white' />\n </TouchableOpacity>)}\n </View>\n </View>\n }\n\n getPreviewTemplate(actions: any) {\n const Video = this.cameraService.Video;\n return this.props.captureType === 'image' ?\n <ImageBackground source={{uri : this.state.cameraContent.uri}} resizeMode={ResizeMode.CONTAIN} style={{flex: 1}} />\n : <Video\n style={{ flex: 1 }}\n source={{\n uri: this.state.cameraContent.uri,\n }}\n shouldPlay={true}\n useNativeControls\n isLooping\n resizeMode={ResizeMode.CONTAIN}\n ></Video>\n }\n\n render() {\n if (this.state.closeView) {\n return null;\n }\n const actions = this.getActionsTemplate();\n return (\n <CameraPluginConsumer>\n {(cameraService: any) => {\n this.cameraService = cameraService;\n const CameraView = this.cameraService.CameraView;\n return <View style={styles.preview}>\n {this.state.isCaptured ? (\n this.getPreviewTemplate(actions)\n ) : (\n <CameraView facing={this.state.cameraType} ref={(ref: any) => { this.camera = ref; }}\n style={{flex: 1}}\n onCameraReady={() => {}}>\n\n </CameraView>)}\n {actions}\n </View>\n }}\n </CameraPluginConsumer>)\n }\n}\nconst cameraService = new CameraService(appDisplayManagerService);\nexport default cameraService;"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,7 @@
1
+ import { ContactsInput } from '@wavemaker/app-rn-runtime/core/device/contacts-service';
2
+ import { ContactsOutput } from "@wavemaker/app-rn-runtime/variables/device/contacts/get-contacts.operation";
3
+ export declare class ContactsService {
4
+ constructor();
5
+ getContacts(params: ContactsInput): Promise<Array<ContactsOutput>>;
6
+ }
7
+ //# sourceMappingURL=contacts-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contacts-service.d.ts","sourceRoot":"","sources":["../../../../../src/runtime/services/device/contacts-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wDAAwD,CAAC;AACvF,OAAO,EAAE,cAAc,EAAc,MAAM,4EAA4E,CAAC;AAExH,qBAAa,eAAe;;IAInB,WAAW,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;CA4B1E"}
@@ -0,0 +1,6 @@
1
+ import { GeoPositionInput, GeoPositionOutput } from "@wavemaker/app-rn-runtime/variables/device/device/current-geo-position.operation";
2
+ export declare class LocationService {
3
+ constructor();
4
+ getCurrentGeoPosition(params: GeoPositionInput): Promise<GeoPositionOutput>;
5
+ }
6
+ //# sourceMappingURL=location-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"location-service.d.ts","sourceRoot":"","sources":["../../../../../src/runtime/services/device/location-service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EAClB,MAAM,kFAAkF,CAAC;AAG1F,qBAAa,eAAe;;IAInB,qBAAqB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAUnF"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface PermissionService {
3
+ requestPermissions: (type: string) => Promise<void>;
4
+ }
5
+ export declare const PermissionProvider: React.Provider<PermissionService>;
6
+ export declare const PermissionConsumer: React.Consumer<PermissionService>;
7
+ //# sourceMappingURL=permission-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permission-service.d.ts","sourceRoot":"","sources":["../../../../../src/runtime/services/device/permission-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,iBAAiB;IAChC,kBAAkB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACrD;AAID,eAAO,MAAM,kBAAkB,mCAA6B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,mCAA6B,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ requestPermissions: (type: string) => void;
3
+ };
4
+ export default _default;
5
+ //# sourceMappingURL=permissions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permissions.d.ts","sourceRoot":"","sources":["../../../../../src/runtime/services/device/permissions.ts"],"names":[],"mappings":";+BAa6B,MAAM;;AADnC,wBAqCC"}
@@ -0,0 +1,19 @@
1
+ import { ScanInput, ScanOutput } from '@wavemaker/app-rn-runtime/variables/device/scan/scan.operation';
2
+ import { DisplayManager } from '@wavemaker/app-rn-runtime/core/display.manager';
3
+ export declare class ScanService {
4
+ private displayManager;
5
+ constructor(displayManager: DisplayManager);
6
+ getTestProps(suffix: string): {
7
+ accessibilityLabel: string;
8
+ testID: string;
9
+ accessible?: undefined;
10
+ } | {
11
+ accessible: boolean;
12
+ testID: string;
13
+ accessibilityLabel?: undefined;
14
+ };
15
+ scanBarcode(params: ScanInput): Promise<ScanOutput>;
16
+ }
17
+ declare const scanService: ScanService;
18
+ export default scanService;
19
+ //# sourceMappingURL=scan-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scan-service.d.ts","sourceRoot":"","sources":["../../../../../src/runtime/services/device/scan-service.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,gEAAgE,CAAC;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AA8EhF,qBAAa,WAAW;IAEV,OAAO,CAAC,cAAc;gBAAd,cAAc,EAAE,cAAc;IAElD,YAAY,CAAC,MAAM,EAAE,MAAM;;;;;;;;;IAcpB,WAAW,CAAC,MAAM,EAAE,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC;CAqD3D;AACD,QAAA,MAAM,WAAW,aAA4C,CAAC;AAC9D,eAAe,WAAW,CAAC"}
@@ -0,0 +1,12 @@
1
+ import PartialService from '@wavemaker/app-rn-runtime/core/partial.service';
2
+ export declare class PartialServiceImpl implements PartialService {
3
+ private partials;
4
+ constructor(partials?: any);
5
+ get(partialName: string, params?: {
6
+ isPrefab: boolean;
7
+ name: string;
8
+ }): any;
9
+ }
10
+ declare const _default: PartialServiceImpl;
11
+ export default _default;
12
+ //# sourceMappingURL=partial.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partial.service.d.ts","sourceRoot":"","sources":["../../../../src/runtime/services/partial.service.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,gDAAgD,CAAC;AAG5E,qBAAa,kBAAmB,YAAW,cAAc;IAElC,OAAO,CAAC,QAAQ;gBAAR,QAAQ,MAAc;IAIjD,GAAG,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC;CAmBtE;;AAED,wBAAwC"}
@@ -0,0 +1,10 @@
1
+ export declare class WebProcessService {
2
+ baseUrl: string | null;
3
+ constructor();
4
+ execute(process: string, hookUrl: string, useSystemBrowser?: boolean, incognito?: boolean): Promise<any>;
5
+ private executeWithSystemBrowser;
6
+ private executeWithInAppBrowser;
7
+ }
8
+ declare const _default: WebProcessService;
9
+ export default _default;
10
+ //# sourceMappingURL=webprocess.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webprocess.service.d.ts","sourceRoot":"","sources":["../../../../src/runtime/services/webprocess.service.tsx"],"names":[],"mappings":"AAuEA,qBAAa,iBAAiB;IAE1B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAQ;;IAIvB,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,gBAAgB,UAAQ,EAAE,SAAS,UAAQ,GAAG,OAAO,CAAC,GAAG,CAAC;IAoB3G,OAAO,CAAC,wBAAwB;IAIhC,OAAO,CAAC,uBAAuB;CAkBlC;;AAED,wBAAuC"}
@@ -0,0 +1,33 @@
1
+ declare class WatchExpression {
2
+ private fn;
3
+ private onChange;
4
+ private last;
5
+ private expBody;
6
+ lastExecutionTime: number;
7
+ constructor(fn: Function, onChange: (prev: any, now: any) => any);
8
+ private getExpBody;
9
+ private execute;
10
+ private isEqual;
11
+ get value(): any;
12
+ check(): boolean;
13
+ }
14
+ export declare class Watcher {
15
+ static ROOT: Watcher;
16
+ expressions: WatchExpression[];
17
+ isActive: boolean;
18
+ parent: Watcher;
19
+ children: Watcher[];
20
+ private constructor();
21
+ check(): void;
22
+ create(): Watcher;
23
+ remove(child: Watcher): void;
24
+ destroy(): void;
25
+ clear(): void;
26
+ watch(fn: Function, onChange: (prev: any, now: any) => any): WatchExpression;
27
+ count(): number;
28
+ }
29
+ export declare function useWatcher(parent: Watcher): {
30
+ watch: (fn: Function) => any;
31
+ };
32
+ export {};
33
+ //# sourceMappingURL=watcher.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watcher.d.ts","sourceRoot":"","sources":["../../../src/runtime/watcher.ts"],"names":[],"mappings":"AAMA,cAAM,eAAe;IAKL,OAAO,CAAC,EAAE;IAAY,OAAO,CAAC,QAAQ;IAJlD,OAAO,CAAC,IAAI,CAAa;IACzB,OAAO,CAAC,OAAO,CAAuB;IAC/B,iBAAiB,SAAK;gBAET,EAAE,EAAE,QAAQ,EAAU,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,KAAK,GAAG;IAOhF,OAAO,CAAC,UAAU;IAUlB,OAAO,CAAC,OAAO;IASf,OAAO,CAAC,OAAO;IAkBf,IAAI,KAAK,QAER;IAEM,KAAK;CAqBf;AAED,qBAAa,OAAO;IAChB,OAAc,IAAI,UAAiB;IAC5B,WAAW,oBAA2B;IACtC,QAAQ,UAAQ;IAChB,MAAM,EAAE,OAAO,CAAe;IAC9B,QAAQ,YAAmB;IAClC,OAAO;IAEP,KAAK;IASL,MAAM;IAON,MAAM,CAAC,KAAK,EAAE,OAAO;IASrB,OAAO;IAKP,KAAK;IAKL,KAAK,CAAC,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,KAAK,GAAG;IAM1D,KAAK;CAUR;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,OAAO;gBAUtB,QAAQ;EAI3B"}
@@ -0,0 +1,6 @@
1
+ export default class MediaQueryList {
2
+ private query;
3
+ constructor(query: string);
4
+ get matches(): boolean;
5
+ }
6
+ //# sourceMappingURL=MediaQueryList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaQueryList.d.ts","sourceRoot":"","sources":["../../../src/styles/MediaQueryList.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,OAAO,cAAc;IAErB,OAAO,CAAC,KAAK;gBAAL,KAAK,EAAE,MAAM;IAEjC,IAAW,OAAO,IAAI,OAAO,CAS5B;CACF"}
@@ -0,0 +1,57 @@
1
+ import * as React from 'react';
2
+ import { LinearGradientPoint } from 'expo-linear-gradient';
3
+ import { ViewStyle } from 'react-native';
4
+ export interface LinearGradientProps {
5
+ value: string;
6
+ children: any;
7
+ style?: ViewStyle;
8
+ size?: ViewStyle;
9
+ position?: ViewStyle;
10
+ middle?: boolean;
11
+ }
12
+ export interface LinearGradientState {
13
+ colors: string[];
14
+ locations: number[];
15
+ start: LinearGradientPoint;
16
+ end: LinearGradientPoint;
17
+ }
18
+ export declare class LinearGradient extends React.Component<LinearGradientProps, LinearGradientState> {
19
+ constructor(props: LinearGradientProps);
20
+ parse(val?: string): LinearGradientState;
21
+ componentDidUpdate(prevProps: Readonly<LinearGradientProps>, prevState: Readonly<{}>, snapshot?: any): void;
22
+ render(): React.JSX.Element;
23
+ }
24
+ export interface BackgroundProps {
25
+ image?: string;
26
+ position?: string;
27
+ children?: any;
28
+ resizeMode?: string;
29
+ repeat?: string;
30
+ style?: ViewStyle;
31
+ size: string;
32
+ }
33
+ export interface BackgroundState {
34
+ imageSrc: any;
35
+ naturalImageWidth: number;
36
+ naturalImageHeight: number;
37
+ }
38
+ export declare class BackgroundComponent extends React.Component<BackgroundProps, BackgroundState> {
39
+ private loadAsset;
40
+ constructor(props: BackgroundProps);
41
+ caluculateSize(imageSrc: any): void;
42
+ getDimension(dim: string): any;
43
+ getPosition(): ViewStyle;
44
+ getPositionAndSize(): {
45
+ resizeMode?: string | undefined;
46
+ position?: ViewStyle | undefined;
47
+ size?: ViewStyle | undefined;
48
+ };
49
+ renderLinearGradient(data: string): React.JSX.Element;
50
+ componentDidUpdate(prevProps: Readonly<BackgroundProps>, prevState: Readonly<{}>, snapshot?: any): void;
51
+ componentDidMount(): void;
52
+ setImage(): void;
53
+ getGradient(): IteratorResult<RegExpMatchArray, any> | undefined;
54
+ renderImage(): React.JSX.Element;
55
+ render(): React.JSX.Element | null;
56
+ }
57
+ //# sourceMappingURL=background.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"background.component.d.ts","sourceRoot":"","sources":["../../../src/styles/background.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAwC,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACjG,OAAO,EAA2C,SAAS,EAAE,MAAM,cAAc,CAAC;AAMlF,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,GAAG,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAChC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,mBAAmB,CAAC;IAC3B,GAAG,EAAE,mBAAmB,CAAC;CAC5B;AAUD,qBAAa,cAAe,SAAQ,KAAK,CAAC,SAAS,CAAC,mBAAmB,EAAE,mBAAmB,CAAC;gBAE7E,KAAK,EAAE,mBAAmB;IAKtC,KAAK,CAAC,GAAG,SAAmB;IAwD5B,kBAAkB,CAAC,SAAS,EAAE,QAAQ,CAAC,mBAAmB,CAAC,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI;IAOpG,MAAM;CAyBhB;AAED,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC5B,QAAQ,EAAE,GAAG,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAA;CAC7B;AAED,qBAAa,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,EAAE,eAAe,CAAC;IAEtF,OAAO,CAAC,SAAS,CAAkD;gBAEvD,KAAK,EAAE,eAAe;IAO3B,cAAc,CAAC,QAAQ,EAAE,GAAG;IAiBnC,YAAY,CAAC,GAAG,EAAE,MAAM;IAUjB,WAAW;IA2BX,kBAAkB;;;;;IA+ClB,oBAAoB,CAAC,IAAI,EAAE,MAAM;IAcxC,kBAAkB,CAAC,SAAS,EAAE,QAAQ,CAAC,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI;IAMvG,iBAAiB,IAAI,IAAI;IAIzB,QAAQ;IAyBD,WAAW;IAIX,WAAW;IA6CX,MAAM;CAShB"}
@@ -69,7 +69,7 @@ export class LinearGradient extends React.Component {
69
69
  state.locations.push(parseFloat(p[1]) / 100);
70
70
  state.colors.push(s.replace(p[0], ''));
71
71
  } else {
72
- // state.locations.push(null as any);
72
+ state.locations.push(null);
73
73
  state.colors.push(s);
74
74
  }
75
75
  });
@@ -124,7 +124,7 @@ export class BackgroundComponent extends React.Component {
124
124
  naturalImageWidth: width,
125
125
  naturalImageHeight: height
126
126
  });
127
- } else if (!isNil(imageSrc === null || imageSrc === void 0 ? void 0 : imageSrc.uri)) {
127
+ } else if (!isNil(imageSrc)) {
128
128
  imageSizeEstimator.getSize(imageSrc.uri, (width, height) => {
129
129
  this.setState({
130
130
  naturalImageWidth: width,