@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":"currency-constants.d.ts","sourceRoot":"","sources":["../../../../src/core/constants/currency-constants.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuiCzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const CURRENCY_INFO: any;
2
+ //# sourceMappingURL=currency-constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currency-constants.d.ts","sourceRoot":"","sources":["../../../src/core/currency-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,EAAE,GAuiC3B,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export interface AudioService {
3
+ createAudio: (source: any, params: any) => any;
4
+ }
5
+ export interface VideoService {
6
+ VideoView: any;
7
+ createVideoPlayer: (source: any) => any;
8
+ }
9
+ export declare const AudioProvider: React.Provider<AudioService>;
10
+ export declare const AudioConsumer: React.Consumer<AudioService>;
11
+ export declare const VideoProvider: React.Provider<VideoService>;
12
+ export declare const VideoConsumer: React.Consumer<VideoService>;
13
+ //# sourceMappingURL=av-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"av-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/av-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,KAAK,GAAG,CAAA;CAC/C;AACD,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,GAAG,CAAC;IACf,iBAAiB,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,GAAG,CAAC;CACzC;AAID,eAAO,MAAM,aAAa,8BAAwB,CAAC;AACnD,eAAO,MAAM,aAAa,8BAAwB,CAAC;AACnD,eAAO,MAAM,aAAa,8BAAwB,CAAC;AACnD,eAAO,MAAM,aAAa,8BAAwB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { Input } from '@wavemaker/app-rn-runtime/variables/device/operation.provider';
2
+ import React from 'react';
3
+ export interface CalendarInput extends Input {
4
+ eventTitle: string;
5
+ eventLocation: string;
6
+ eventNotes: string;
7
+ eventStart: Date;
8
+ eventEnd: Date;
9
+ calendarPluginService: any;
10
+ permissionService: any;
11
+ }
12
+ export interface CalendarService {
13
+ getEvents: (params: CalendarInput) => any;
14
+ createEvent: (params: CalendarInput) => any;
15
+ deleteEvent: (params: CalendarInput) => any;
16
+ }
17
+ export interface CalendarPluginService {
18
+ getCalendarsAsync: any;
19
+ getEventsAsync: any;
20
+ createEventAsync: any;
21
+ deleteEventAsync: any;
22
+ }
23
+ export declare const CalendarPluginProvider: React.Provider<CalendarPluginService>;
24
+ export declare const CalendarPluginConsumer: React.Consumer<CalendarPluginService>;
25
+ //# sourceMappingURL=calendar-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/calendar-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,+DAA+D,CAAC;AACtF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAc,SAAQ,KAAK;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,IAAI,CAAC;IACjB,QAAQ,EAAE,IAAI,CAAC;IACf,qBAAqB,EAAE,GAAG,CAAC;IAC3B,iBAAiB,EAAE,GAAG,CAAC;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,GAAG,CAAC;IAC1C,WAAW,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,GAAG,CAAC;IAC5C,WAAW,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,GAAG,CAAC;CAC7C;AAGD,MAAM,WAAW,qBAAqB;IACpC,iBAAiB,EAAE,GAAG,CAAC;IACvB,cAAc,EAAE,GAAG,CAAC;IACpB,gBAAgB,EAAE,GAAG,CAAC;IACtB,gBAAgB,EAAE,GAAG,CAAC;CACvB;AAGD,eAAO,MAAM,sBAAsB,uCAAiC,CAAC;AACrE,eAAO,MAAM,sBAAsB,uCAAiC,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { Input } from '@wavemaker/app-rn-runtime/variables/device/operation.provider';
2
+ import React from 'react';
3
+ export interface CameraInput extends Input {
4
+ allowImageEdit: boolean;
5
+ imageQuality: number;
6
+ imageEncodingType: string;
7
+ imageTargetWidth: number;
8
+ imageTargetHeight: number;
9
+ permissionService: any;
10
+ }
11
+ export interface CameraVideoInput {
12
+ permissionService: any;
13
+ }
14
+ export interface CameraService {
15
+ captureImage: (params: CameraInput) => any;
16
+ captureVideo: (params: CameraVideoInput) => any;
17
+ }
18
+ export declare const CameraProvider: React.Provider<CameraService>;
19
+ export declare const CameraConsumer: React.Consumer<CameraService>;
20
+ export interface CameraPluginService {
21
+ CameraView: any;
22
+ Video: any;
23
+ fsReadAsString: (uri: any, params: any) => any;
24
+ }
25
+ export declare const CameraPluginProvider: React.Provider<CameraPluginService>;
26
+ export declare const CameraPluginConsumer: React.Consumer<CameraPluginService>;
27
+ //# sourceMappingURL=camera-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"camera-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/camera-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,+DAA+D,CAAC;AACtF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,WAAY,SAAQ,KAAK;IACxC,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,GAAG,CAAC;CACxB;AAED,MAAM,WAAW,gBAAgB;IAC/B,iBAAiB,EAAE,GAAG,CAAC;CACxB;AAED,MAAM,WAAW,aAAa;IAC5B,YAAY,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,GAAG,CAAA;IAC1C,YAAY,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,GAAG,CAAC;CACjD;AAGD,eAAO,MAAM,cAAc,+BAAyB,CAAC;AACrD,eAAO,MAAM,cAAc,+BAAyB,CAAC;AAGrD,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,GAAG,CAAC;IAChB,KAAK,EAAE,GAAG,CAAC;IACX,cAAc,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,KAAK,GAAG,CAAC;CAChD;AAGD,eAAO,MAAM,oBAAoB,qCAA+B,CAAC;AACjE,eAAO,MAAM,oBAAoB,qCAA+B,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { Input } from '@wavemaker/app-rn-runtime/variables/device/operation.provider';
2
+ import React from 'react';
3
+ export interface ContactsInput extends Input {
4
+ contactFilter: string;
5
+ contactsPluginService: any;
6
+ permissionService: any;
7
+ }
8
+ export interface ContactsService {
9
+ getContacts: (params: ContactsInput) => any;
10
+ }
11
+ export interface ContactsPluginService {
12
+ Fields: any;
13
+ getContactsAsync: any;
14
+ }
15
+ export declare const ContactsPluginProvider: React.Provider<ContactsPluginService>;
16
+ export declare const ContactsPluginConsumer: React.Consumer<ContactsPluginService>;
17
+ //# sourceMappingURL=contacts-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contacts-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/contacts-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,+DAA+D,CAAC;AACtF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAc,SAAQ,KAAK;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,GAAG,CAAC;IAC3B,iBAAiB,EAAE,GAAG,CAAC;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,GAAG,CAAC;CAC7C;AAGD,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,GAAG,CAAC;IACZ,gBAAgB,EAAE,GAAG,CAAC;CACvB;AAGD,eAAO,MAAM,sBAAsB,uCAAiC,CAAC;AACrE,eAAO,MAAM,sBAAsB,uCAAiC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface FileUploadPluginService {
3
+ getDocumentAsync: any;
4
+ }
5
+ export declare const FileUploadPluginProvider: React.Provider<FileUploadPluginService>;
6
+ export declare const FileUploadPluginConsumer: React.Consumer<FileUploadPluginService>;
7
+ //# sourceMappingURL=fileupload-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileupload-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/fileupload-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,uBAAuB;IACtC,gBAAgB,EAAE,GAAG,CAAC;CACvB;AAGD,eAAO,MAAM,wBAAwB,yCAAmC,CAAC;AACzE,eAAO,MAAM,wBAAwB,yCAAmC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { Input } from "@wavemaker/app-rn-runtime/variables/device/operation.provider";
2
+ import React from "react";
3
+ export interface GeoPositionInput extends Input {
4
+ maximumAge: number;
5
+ timeout: number;
6
+ enableHighAccuracy: boolean;
7
+ permissionService: any;
8
+ locationPluginService: any;
9
+ }
10
+ export interface LocationService {
11
+ getCurrentGeoPosition: (params: GeoPositionInput) => any;
12
+ }
13
+ export interface LocationPluginService {
14
+ }
15
+ export declare const LocationPluginProvider: React.Provider<LocationPluginService>;
16
+ export declare const LocationPluginConsumer: React.Consumer<LocationPluginService>;
17
+ //# sourceMappingURL=location-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"location-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/location-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,+DAA+D,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,gBAAiB,SAAQ,KAAK;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iBAAiB,EAAE,GAAG,CAAC;IACvB,qBAAqB,EAAE,GAAG,CAAC;CAC5B;AAED,MAAM,WAAW,eAAe;IAC9B,qBAAqB,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,GAAG,CAAC;CAC1D;AAGD,MAAM,WAAW,qBAAqB;CAAG;AAGzC,eAAO,MAAM,sBAAsB,uCAAiC,CAAC;AACrE,eAAO,MAAM,sBAAsB,uCAAiC,CAAC"}
@@ -0,0 +1,52 @@
1
+ import React from 'react';
2
+ declare enum FileSystemSessionType {
3
+ BACKGROUND = 0,
4
+ FOREGROUND = 1
5
+ }
6
+ type Options = {
7
+ mimeType?: string;
8
+ UTI?: string;
9
+ dialogTitle?: string;
10
+ };
11
+ type FileInfo = {
12
+ exists: true;
13
+ uri: string;
14
+ size: number;
15
+ isDirectory: boolean;
16
+ modificationTime: number;
17
+ md5?: string;
18
+ } | {
19
+ exists: false;
20
+ uri: string;
21
+ isDirectory: false;
22
+ };
23
+ type InfoOptions = {
24
+ md5?: boolean;
25
+ size?: boolean;
26
+ };
27
+ type DownloadOptions = {
28
+ md5?: boolean;
29
+ cache?: boolean;
30
+ headers?: Record<string, string>;
31
+ sessionType?: FileSystemSessionType;
32
+ };
33
+ type DownloadProgressData = {
34
+ totalBytesWritten: number;
35
+ totalBytesExpectedToWrite: number;
36
+ };
37
+ type UploadProgressData = {
38
+ totalBytesSent: number;
39
+ totalBytesExpectedToSend: number;
40
+ };
41
+ type FileSystemNetworkTaskProgressCallback<T extends DownloadProgressData | UploadProgressData> = (data: T) => void;
42
+ export interface OpenFilePluginService {
43
+ isAvailableAsync: () => Promise<boolean>;
44
+ shareAsync: (url: string, options?: Options) => Promise<void>;
45
+ getInfoAsync: (fileUri: string, options?: InfoOptions) => Promise<FileInfo>;
46
+ cacheDirectory: string | null;
47
+ createDownloadResumable: (uri: string, fileUri: string, options?: DownloadOptions, callback?: FileSystemNetworkTaskProgressCallback<DownloadProgressData>, resumeData?: string) => any;
48
+ }
49
+ export declare const OpenFilePluginProvider: React.Provider<OpenFilePluginService>;
50
+ export declare const OpenFilePluginConsumer: React.Consumer<OpenFilePluginService>;
51
+ export {};
52
+ //# sourceMappingURL=openfile-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"openfile-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/openfile-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,aAAK,qBAAqB;IACxB,UAAU,IAAI;IACd,UAAU,IAAI;CACf;AAED,KAAK,OAAO,GAAG;IACX,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,QAAQ,GACP;IACE,MAAM,EAAE,IAAI,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB,GACC;IACE,MAAM,EAAE,KAAK,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,KAAK,CAAC;CACtB,CAAC;AAEN,KAAK,WAAW,GAAG;IACf,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,WAAW,CAAC,EAAE,qBAAqB,CAAC;CACrC,CAAC;AAEF,KAAK,oBAAoB,GAAG;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,wBAAwB,EAAE,MAAM,CAAC;CAClC,CAAC;AAEF,KAAK,qCAAqC,CACxC,CAAC,SAAS,oBAAoB,GAAG,kBAAkB,IACjD,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;AAGtB,MAAM,WAAW,qBAAqB;IAClC,gBAAgB,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;IACzC,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9D,YAAY,EAAE,CACV,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,WAAW,KACpB,OAAO,CAAC,QAAQ,CAAC,CAAC;IACvB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,uBAAuB,EAAE,CACrB,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,eAAe,EACzB,QAAQ,CAAC,EAAE,qCAAqC,CAAC,oBAAoB,CAAC,EACtE,UAAU,CAAC,EAAE,MAAM,KAClB,GAAG,CAAC;CACZ;AAKD,eAAO,MAAM,sBAAsB,uCAAiC,CAAC;AACrE,eAAO,MAAM,sBAAsB,uCAAiC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ScanInput } from "@wavemaker/app-rn-runtime/variables/device/scan/scan.operation";
2
+ import React from 'react';
3
+ export interface ScanService {
4
+ scanBarcode: (params: ScanInput) => any;
5
+ }
6
+ export declare const ScanProvider: React.Provider<ScanService>;
7
+ export declare const ScanConsumer: React.Consumer<ScanService>;
8
+ export interface ScanPluginService {
9
+ CameraView: any;
10
+ }
11
+ export declare const ScanPluginProvider: React.Provider<ScanPluginService>;
12
+ export declare const ScanPluginConsumer: React.Consumer<ScanPluginService>;
13
+ //# sourceMappingURL=scan-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scan-service.d.ts","sourceRoot":"","sources":["../../../../src/core/device/scan-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,gEAAgE,CAAC;AACzF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,WAAW;IAC1B,WAAW,EAAE,CAAC,MAAM,EAAE,SAAS,KAAK,GAAG,CAAC;CACzC;AAGD,eAAO,MAAM,YAAY,6BAAuB,CAAC;AACjD,eAAO,MAAM,YAAY,6BAAuB,CAAC;AAGjD,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,GAAG,CAAC;CACjB;AAGD,eAAO,MAAM,kBAAkB,mCAA6B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,mCAA6B,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface DisplayOptions {
3
+ content: React.ReactNode;
4
+ onDestroy?: () => any;
5
+ }
6
+ export interface DisplayManager {
7
+ show: (options: DisplayOptions) => any;
8
+ destroy: () => any;
9
+ }
10
+ export declare const DisplayProvider: React.Provider<DisplayManager>;
11
+ export declare const DisplayConsumer: React.Consumer<DisplayManager>;
12
+ //# sourceMappingURL=display.manager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"display.manager.d.ts","sourceRoot":"","sources":["../../../src/core/display.manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,GAAG,CAAC;CACvB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,GAAG,CAAC;IACvC,OAAO,EAAE,MAAM,GAAG,CAAC;CACpB;AAID,eAAO,MAAM,eAAe,gCAA0B,CAAC;AACvD,eAAO,MAAM,eAAe,gCAA0B,CAAC"}
@@ -0,0 +1,21 @@
1
+ import * as React from 'react';
2
+ interface ErrorBoundaryState {
3
+ hasError: boolean;
4
+ info?: any;
5
+ error?: any;
6
+ }
7
+ interface ErrorBoundaryProps {
8
+ currentPage?: any;
9
+ children: React.ReactNode;
10
+ }
11
+ export default class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundaryState> {
12
+ constructor(props: any);
13
+ static getDerivedStateFromError(error: any): {
14
+ hasError: boolean;
15
+ };
16
+ resetErrorBoundary: () => void;
17
+ componentDidCatch(error: any, info: any): void;
18
+ render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined;
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=error-boundary.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-boundary.component.d.ts","sourceRoot":"","sources":["../../../src/core/error-boundary.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AAED,UAAU,kBAAkB;IAC1B,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,KAAK,CAAC,SAAS,CACxD,kBAAkB,EAClB,kBAAkB,CACnB;gBAEa,KAAK,EAAE,GAAG;IAKtB,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG;;;IAI1C,kBAAkB,aAEhB;IAEF,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG;IAQvC,MAAM;CAOP"}
@@ -4,7 +4,6 @@ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e =
4
4
  import * as React from 'react';
5
5
  import Fallback from './components/error-fallback/error-fallback.component';
6
6
  import appModalService from '@wavemaker/app-rn-runtime/runtime/services/app-modal.service';
7
- import injector from '@wavemaker/app-rn-runtime/core/injector';
8
7
  export default class ErrorBoundary extends React.Component {
9
8
  constructor(props) {
10
9
  super(props);
@@ -25,20 +24,6 @@ export default class ErrorBoundary extends React.Component {
25
24
  };
26
25
  }
27
26
  componentDidCatch(error, info) {
28
- // Trigger user error callback if app instance is available
29
- let appInstance = this.props.app;
30
-
31
- // Fallback: try to get app instance from injector if prop is not available
32
- if (!appInstance) {
33
- appInstance = injector.get('APP_INSTANCE');
34
- }
35
- if (appInstance && appInstance.triggerOnError) {
36
- try {
37
- appInstance.triggerOnError(error, info, 'render');
38
- } catch (e) {
39
- console.error('Error calling triggerOnError:', e);
40
- }
41
- }
42
27
  if (error && appModalService.modalsOpened.length > 0) {
43
28
  appModalService.modalsOpened.pop();
44
29
  appModalService.showLastModal();
@@ -54,8 +39,7 @@ export default class ErrorBoundary extends React.Component {
54
39
  return /*#__PURE__*/React.createElement(Fallback, {
55
40
  error: (_this$state = this.state) === null || _this$state === void 0 ? void 0 : _this$state.error,
56
41
  info: (_this$state2 = this.state) === null || _this$state2 === void 0 ? void 0 : _this$state2.info,
57
- resetErrorBoundary: this.resetErrorBoundary,
58
- errorType: this.props.errorType || 'render'
42
+ resetErrorBoundary: this.resetErrorBoundary
59
43
  });
60
44
  }
61
45
  return this.props.children;
@@ -1 +1 @@
1
- {"version":3,"names":["React","Fallback","appModalService","injector","ErrorBoundary","Component","constructor","props","_defineProperty","setState","hasError","error","undefined","info","state","getDerivedStateFromError","componentDidCatch","appInstance","app","get","triggerOnError","e","console","modalsOpened","length","pop","showLastModal","render","_this$state","_this$state2","createElement","resetErrorBoundary","errorType","children"],"sources":["error-boundary.component.tsx"],"sourcesContent":["import * as React from 'react';\nimport Fallback from './components/error-fallback/error-fallback.component';\nimport appModalService from '@wavemaker/app-rn-runtime/runtime/services/app-modal.service';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\n\ninterface ErrorBoundaryState {\n hasError: boolean;\n info?: any;\n error?: any;\n}\n\ninterface ErrorBoundaryProps {\n currentPage?: any;\n children: React.ReactNode;\n errorType?: 'render' | 'javascript';\n app?: any;\n}\n\nexport default class ErrorBoundary extends React.Component<\n ErrorBoundaryProps,\n ErrorBoundaryState\n> {\n \n constructor(props: any) {\n super(props);\n this.state = { hasError: false };\n }\n\n static getDerivedStateFromError(error: any) {\n return { hasError: true };\n }\n\n resetErrorBoundary = () => {\n this.setState({ hasError: false, error: undefined, info: undefined });\n };\n\n componentDidCatch(error: any, info: any) {\n // Trigger user error callback if app instance is available\n let appInstance = this.props.app;\n \n // Fallback: try to get app instance from injector if prop is not available\n if (!appInstance) {\n appInstance = injector.get('APP_INSTANCE');\n }\n \n if (appInstance && appInstance.triggerOnError) {\n try {\n appInstance.triggerOnError(error, info, 'render');\n } catch (e) {\n console.error('Error calling triggerOnError:', e);\n }\n }\n \n if(error && appModalService.modalsOpened.length > 0){\n appModalService.modalsOpened.pop();\n (appModalService as any).showLastModal();\n }\n this.setState({ error, info });\n }\n\n render() {\n if (this.state.hasError) {\n return <Fallback \n error={this.state?.error} \n info={this.state?.info} \n resetErrorBoundary={this.resetErrorBoundary}\n errorType={this.props.errorType || 'render'}\n />;\n }\n\n return this.props.children;\n }\n}\n"],"mappings":";;;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,QAAQ,MAAM,sDAAsD;AAC3E,OAAOC,eAAe,MAAM,8DAA8D;AAC1F,OAAOC,QAAQ,MAAM,yCAAyC;AAe9D,eAAe,MAAMC,aAAa,SAASJ,KAAK,CAACK,SAAS,CAGxD;EAEAC,WAAWA,CAACC,KAAU,EAAE;IACtB,KAAK,CAACA,KAAK,CAAC;IAACC,eAAA,6BAQM,MAAM;MACzB,IAAI,CAACC,QAAQ,CAAC;QAAEC,QAAQ,EAAE,KAAK;QAAEC,KAAK,EAAEC,SAAS;QAAEC,IAAI,EAAED;MAAU,CAAC,CAAC;IACvE,CAAC;IATC,IAAI,CAACE,KAAK,GAAG;MAAEJ,QAAQ,EAAE;IAAM,CAAC;EAClC;EAEA,OAAOK,wBAAwBA,CAACJ,KAAU,EAAE;IAC1C,OAAO;MAAED,QAAQ,EAAE;IAAK,CAAC;EAC3B;EAMAM,iBAAiBA,CAACL,KAAU,EAAEE,IAAS,EAAE;IACvC;IACA,IAAII,WAAW,GAAG,IAAI,CAACV,KAAK,CAACW,GAAG;;IAEhC;IACA,IAAI,CAACD,WAAW,EAAE;MACdA,WAAW,GAAGd,QAAQ,CAACgB,GAAG,CAAC,cAAc,CAAC;IAC9C;IAEA,IAAIF,WAAW,IAAIA,WAAW,CAACG,cAAc,EAAE;MAC7C,IAAI;QACFH,WAAW,CAACG,cAAc,CAACT,KAAK,EAAEE,IAAI,EAAE,QAAQ,CAAC;MACnD,CAAC,CAAC,OAAOQ,CAAC,EAAE;QACVC,OAAO,CAACX,KAAK,CAAC,+BAA+B,EAAEU,CAAC,CAAC;MACnD;IACF;IAEA,IAAGV,KAAK,IAAIT,eAAe,CAACqB,YAAY,CAACC,MAAM,GAAG,CAAC,EAAC;MAClDtB,eAAe,CAACqB,YAAY,CAACE,GAAG,CAAC,CAAC;MACjCvB,eAAe,CAASwB,aAAa,CAAC,CAAC;IAC1C;IACA,IAAI,CAACjB,QAAQ,CAAC;MAAEE,KAAK;MAAEE;IAAK,CAAC,CAAC;EAChC;EAEAc,MAAMA,CAAA,EAAG;IACP,IAAI,IAAI,CAACb,KAAK,CAACJ,QAAQ,EAAE;MAAA,IAAAkB,WAAA,EAAAC,YAAA;MACvB,oBAAO7B,KAAA,CAAA8B,aAAA,CAAC7B,QAAQ;QACdU,KAAK,GAAAiB,WAAA,GAAE,IAAI,CAACd,KAAK,cAAAc,WAAA,uBAAVA,WAAA,CAAYjB,KAAM;QACzBE,IAAI,GAAAgB,YAAA,GAAE,IAAI,CAACf,KAAK,cAAAe,YAAA,uBAAVA,YAAA,CAAYhB,IAAK;QACvBkB,kBAAkB,EAAE,IAAI,CAACA,kBAAmB;QAC5CC,SAAS,EAAE,IAAI,CAACzB,KAAK,CAACyB,SAAS,IAAI;MAAS,CAC7C,CAAC;IACJ;IAEA,OAAO,IAAI,CAACzB,KAAK,CAAC0B,QAAQ;EAC5B;AACF","ignoreList":[]}
1
+ {"version":3,"names":["React","Fallback","appModalService","ErrorBoundary","Component","constructor","props","_defineProperty","setState","hasError","error","undefined","info","state","getDerivedStateFromError","componentDidCatch","modalsOpened","length","pop","showLastModal","render","_this$state","_this$state2","createElement","resetErrorBoundary","children"],"sources":["error-boundary.component.tsx"],"sourcesContent":["import * as React from 'react';\nimport Fallback from './components/error-fallback/error-fallback.component';\nimport appModalService from '@wavemaker/app-rn-runtime/runtime/services/app-modal.service';\n\ninterface ErrorBoundaryState {\n hasError: boolean;\n info?: any;\n error?: any;\n}\n\ninterface ErrorBoundaryProps {\n currentPage?: any;\n children: React.ReactNode;\n}\n\nexport default class ErrorBoundary extends React.Component<\n ErrorBoundaryProps,\n ErrorBoundaryState\n> {\n \n constructor(props: any) {\n super(props);\n this.state = { hasError: false };\n }\n\n static getDerivedStateFromError(error: any) {\n return { hasError: true };\n }\n\n resetErrorBoundary = () => {\n this.setState({ hasError: false, error: undefined, info: undefined });\n };\n\n componentDidCatch(error: any, info: any) {\n if(error && appModalService.modalsOpened.length > 0){\n appModalService.modalsOpened.pop();\n (appModalService as any).showLastModal();\n }\n this.setState({ error, info });\n }\n\n render() {\n if (this.state.hasError) {\n return <Fallback error={this.state?.error} info={this.state?.info} resetErrorBoundary={this.resetErrorBoundary} />;\n }\n\n return this.props.children;\n }\n}\n"],"mappings":";;;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,QAAQ,MAAM,sDAAsD;AAC3E,OAAOC,eAAe,MAAM,8DAA8D;AAa1F,eAAe,MAAMC,aAAa,SAASH,KAAK,CAACI,SAAS,CAGxD;EAEAC,WAAWA,CAACC,KAAU,EAAE;IACtB,KAAK,CAACA,KAAK,CAAC;IAACC,eAAA,6BAQM,MAAM;MACzB,IAAI,CAACC,QAAQ,CAAC;QAAEC,QAAQ,EAAE,KAAK;QAAEC,KAAK,EAAEC,SAAS;QAAEC,IAAI,EAAED;MAAU,CAAC,CAAC;IACvE,CAAC;IATC,IAAI,CAACE,KAAK,GAAG;MAAEJ,QAAQ,EAAE;IAAM,CAAC;EAClC;EAEA,OAAOK,wBAAwBA,CAACJ,KAAU,EAAE;IAC1C,OAAO;MAAED,QAAQ,EAAE;IAAK,CAAC;EAC3B;EAMAM,iBAAiBA,CAACL,KAAU,EAAEE,IAAS,EAAE;IACvC,IAAGF,KAAK,IAAIR,eAAe,CAACc,YAAY,CAACC,MAAM,GAAG,CAAC,EAAC;MAClDf,eAAe,CAACc,YAAY,CAACE,GAAG,CAAC,CAAC;MACjChB,eAAe,CAASiB,aAAa,CAAC,CAAC;IAC1C;IACA,IAAI,CAACX,QAAQ,CAAC;MAAEE,KAAK;MAAEE;IAAK,CAAC,CAAC;EAChC;EAEAQ,MAAMA,CAAA,EAAG;IACP,IAAI,IAAI,CAACP,KAAK,CAACJ,QAAQ,EAAE;MAAA,IAAAY,WAAA,EAAAC,YAAA;MACvB,oBAAOtB,KAAA,CAAAuB,aAAA,CAACtB,QAAQ;QAACS,KAAK,GAAAW,WAAA,GAAE,IAAI,CAACR,KAAK,cAAAQ,WAAA,uBAAVA,WAAA,CAAYX,KAAM;QAACE,IAAI,GAAAU,YAAA,GAAE,IAAI,CAACT,KAAK,cAAAS,YAAA,uBAAVA,YAAA,CAAYV,IAAK;QAACY,kBAAkB,EAAE,IAAI,CAACA;MAAmB,CAAE,CAAC;IACpH;IAEA,OAAO,IAAI,CAAClB,KAAK,CAACmB,QAAQ;EAC5B;AACF","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ export default class EventNotifier {
2
+ static ROOT: EventNotifier;
3
+ name: string;
4
+ id: number;
5
+ private listeners;
6
+ private parent;
7
+ private children;
8
+ setParent(parent: EventNotifier): void;
9
+ notify(event: string, args: any[], emitToParent?: boolean): void;
10
+ subscribe(event: string, fn: Function): () => void;
11
+ private removeFromParent;
12
+ destroy(): void;
13
+ }
14
+ //# sourceMappingURL=event-notifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-notifier.d.ts","sourceRoot":"","sources":["../../../src/core/event-notifier.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,OAAO,OAAO,aAAa;IAC9B,OAAc,IAAI,gBAAuB;IAClC,IAAI,SAAM;IACV,EAAE,SAAO;IAChB,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,MAAM,CAAqC;IACnD,OAAO,CAAC,QAAQ,CAAuB;IAEvC,SAAS,CAAC,MAAM,EAAE,aAAa;IAQxB,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,YAAY,UAAQ;IAuBvD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ;IAU5C,OAAO,CAAC,gBAAgB;IAUjB,OAAO;CAGjB"}
@@ -0,0 +1,2 @@
1
+ export declare const FileExtensionTypesMap: any;
2
+ //# sourceMappingURL=file-extension-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-extension-types.d.ts","sourceRoot":"","sources":["../../../src/core/file-extension-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,EAAE,GAoEnC,CAAC"}
@@ -0,0 +1,33 @@
1
+ import React from "react";
2
+ import { ViewStyle } from "react-native";
3
+ import { Theme } from "../styles/theme";
4
+ export interface FixedViewProps {
5
+ name?: string;
6
+ style?: ViewStyle;
7
+ show?: boolean;
8
+ theme: Theme;
9
+ usememo?: boolean;
10
+ children?: any;
11
+ animated?: boolean;
12
+ }
13
+ export declare class FixedView extends React.Component<FixedViewProps> {
14
+ static defaultProps: {
15
+ show: boolean;
16
+ animated: boolean;
17
+ };
18
+ static counter: number;
19
+ container: FixedViewContainer;
20
+ cachedComponent: React.ReactNode;
21
+ id: number;
22
+ constructor(props: FixedViewProps);
23
+ componentWillUnmount(): void;
24
+ render(): string | number | bigint | true | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined>;
25
+ }
26
+ export declare class FixedViewContainer extends React.Component {
27
+ children: Map<FixedView, React.ReactNode>;
28
+ id: number;
29
+ add(c: FixedView, n: React.ReactNode): void;
30
+ remove(c: FixedView): void;
31
+ render(): React.JSX.Element;
32
+ }
33
+ //# sourceMappingURL=fixed-view.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixed-view.component.d.ts","sourceRoot":"","sources":["../../../src/core/fixed-view.component.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,SAAS,EAAY,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,KAAK,EAAiB,MAAM,iBAAiB,CAAC;AAIvD,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,qBAAa,SAAU,SAAQ,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC;IAC1D,MAAM,CAAC,YAAY;;;MAGjB;IACF,MAAM,CAAC,OAAO,SAAc;IAC5B,SAAS,EAAE,kBAAkB,CAAe;IAC5C,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,EAAE,SAAuB;gBAEb,KAAK,EAAE,cAAc;IAIjC,oBAAoB;IAIpB,MAAM;CAyBT;AAED,qBAAa,kBAAmB,SAAQ,KAAK,CAAC,SAAS;IACnD,QAAQ,EAAE,GAAG,CAAC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,CAAa;IACtD,EAAE,SAAK;IAEP,GAAG,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,EAAG,KAAK,CAAC,SAAS;IAKrC,MAAM,CAAC,CAAC,EAAE,SAAS;IAKnB,MAAM;CAQT"}
@@ -2,7 +2,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
2
2
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import React from "react";
5
- import { View, Animated, Keyboard, TextInput, findNodeHandle } from "react-native";
5
+ import { View, Animated } from "react-native";
6
6
  import { ThemeProvider } from "../styles/theme";
7
7
  const FixedViewContext = /*#__PURE__*/React.createContext(null);
8
8
  export class FixedView extends React.Component {
@@ -11,22 +11,6 @@ export class FixedView extends React.Component {
11
11
  _defineProperty(this, "container", null);
12
12
  _defineProperty(this, "cachedComponent", void 0);
13
13
  _defineProperty(this, "id", FixedView.counter++);
14
- /**
15
- *
16
- * Capture the touch before it reaches child Touchables
17
- */
18
- _defineProperty(this, "handleStartShouldSetResponderCapture", event => {
19
- var _event$nativeEvent;
20
- const textInputState = TextInput.State;
21
- const focusedInput = textInputState !== null && textInputState !== void 0 && textInputState.currentlyFocusedInput ? textInputState.currentlyFocusedInput() : null;
22
- const focusedHandle = focusedInput ? findNodeHandle(focusedInput) : textInputState !== null && textInputState !== void 0 && textInputState.currentlyFocusedInput ? textInputState.currentlyFocusedInput() : null;
23
- if (focusedHandle && (event === null || event === void 0 || (_event$nativeEvent = event.nativeEvent) === null || _event$nativeEvent === void 0 ? void 0 : _event$nativeEvent.target) === focusedHandle) {
24
- // Should not dismiss keyboard if the user presses on the same text input that is already focused
25
- return false;
26
- }
27
- Keyboard.dismiss();
28
- return false; // let the touch reach the child Touchables
29
- });
30
14
  }
31
15
  componentWillUnmount() {
32
16
  this.container.remove(this);
@@ -43,8 +27,7 @@ export class FixedView extends React.Component {
43
27
  style: [{
44
28
  position: 'absolute'
45
29
  }, this.props.style],
46
- testID: `${this.props.name}-fixed-view`,
47
- onStartShouldSetResponderCapture: this.handleStartShouldSetResponderCapture
30
+ testID: `${this.props.name}-fixed-view`
48
31
  }, this.props.children)));
49
32
  } else {
50
33
  container.remove(this);
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","Animated","Keyboard","TextInput","findNodeHandle","ThemeProvider","FixedViewContext","createContext","FixedView","Component","constructor","props","_defineProperty","counter","event","_event$nativeEvent","textInputState","State","focusedInput","currentlyFocusedInput","focusedHandle","nativeEvent","target","dismiss","componentWillUnmount","container","remove","render","WrapperView","animated","cachedComponent","usememo","createElement","Consumer","show","add","value","theme","key","id","style","position","testID","name","onStartShouldSetResponderCapture","handleStartShouldSetResponderCapture","children","Fragment","Date","now","FixedViewContainer","args","Map","c","n","set","setTimeout","setState","delete","Provider","Array","from","values"],"sources":["fixed-view.component.tsx"],"sourcesContent":["\nimport React from \"react\";\nimport { View, ViewStyle, Animated, Keyboard, TextInput, findNodeHandle, GestureResponderEvent } from \"react-native\";\nimport { Theme, ThemeProvider } from \"../styles/theme\";\n\nconst FixedViewContext = React.createContext<FixedViewContainer>(null as any);\n\nexport interface FixedViewProps {\n name?: string;\n style?: ViewStyle,\n show?: boolean;\n theme: Theme;\n usememo?: boolean;\n children?: any;\n animated?: boolean;\n}\n\nexport class FixedView extends React.Component<FixedViewProps> {\n static defaultProps = {\n show: true, \n animated: false\n };\n static counter = Date.now();\n container: FixedViewContainer = null as any;\n cachedComponent: React.ReactNode;\n id = FixedView.counter++;\n\n constructor(props: FixedViewProps) {\n super(props);\n }\n\n /**\n * \n * Capture the touch before it reaches child Touchables\n */\n handleStartShouldSetResponderCapture = (event: GestureResponderEvent) => {\n const textInputState = TextInput.State as any;\n const focusedInput = textInputState?.currentlyFocusedInput ? textInputState.currentlyFocusedInput() : null;\n const focusedHandle = focusedInput\n ? findNodeHandle(focusedInput)\n : textInputState?.currentlyFocusedInput\n ? textInputState.currentlyFocusedInput()\n : null;\n\n if (focusedHandle && event?.nativeEvent?.target === focusedHandle) {\n // Should not dismiss keyboard if the user presses on the same text input that is already focused\n return false;\n }\n\n Keyboard.dismiss();\n return false; // let the touch reach the child Touchables\n };\n\n componentWillUnmount() {\n this.container.remove(this);\n }\n\n render() {\n const WrapperView = this.props.animated ? Animated.View : View\n this.cachedComponent = (this.props.usememo === true && this.cachedComponent ) || (<FixedViewContext.Consumer>\n {(container) => {\n this.container = container;\n if (this.props.show) {\n container.add(this, (\n <ThemeProvider value={this.props.theme} key={this.id}>\n <WrapperView style={[\n {position: 'absolute'},\n this.props.style]}\n testID={`${this.props.name}-fixed-view`}\n onStartShouldSetResponderCapture={this.handleStartShouldSetResponderCapture}\n >\n {this.props.children}\n </WrapperView>\n </ThemeProvider>\n ));\n } else {\n container.remove(this);\n }\n return <></>;\n }}\n </FixedViewContext.Consumer>);\n return this.cachedComponent;\n }\n}\n\nexport class FixedViewContainer extends React.Component {\n children: Map<FixedView, React.ReactNode> = new Map();\n id = 0;\n\n add(c: FixedView, n : React.ReactNode) {\n this.children.set(c, n);\n setTimeout(() => this.setState({id: ++this.id}));\n }\n\n remove(c: FixedView) {\n this.children.delete(c);\n setTimeout(() => this.setState({id: ++this.id}));\n }\n\n render() {\n return (\n <FixedViewContext.Provider value={this}>\n {(this.props as any).children}\n {Array.from(this.children.values())}\n </FixedViewContext.Provider>\n ) ;\n }\n};"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","View","Animated","ThemeProvider","FixedViewContext","createContext","FixedView","Component","constructor","props","_defineProperty","counter","componentWillUnmount","container","remove","render","WrapperView","animated","cachedComponent","usememo","createElement","Consumer","show","add","value","theme","key","id","style","position","testID","name","children","Fragment","Date","now","FixedViewContainer","args","Map","c","n","set","setTimeout","setState","delete","Provider","Array","from","values"],"sources":["fixed-view.component.tsx"],"sourcesContent":["\nimport React from \"react\";\nimport { View, ViewStyle, Animated } from \"react-native\";\nimport { Theme, ThemeProvider } from \"../styles/theme\";\n\nconst FixedViewContext = React.createContext<FixedViewContainer>(null as any);\n\nexport interface FixedViewProps {\n name?: string;\n style?: ViewStyle,\n show?: boolean;\n theme: Theme;\n usememo?: boolean;\n children?: any;\n animated?: boolean;\n}\n\nexport class FixedView extends React.Component<FixedViewProps> {\n static defaultProps = {\n show: true, \n animated: false\n };\n static counter = Date.now();\n container: FixedViewContainer = null as any;\n cachedComponent: React.ReactNode;\n id = FixedView.counter++;\n\n constructor(props: FixedViewProps) {\n super(props);\n }\n\n componentWillUnmount() {\n this.container.remove(this);\n }\n\n render() {\n const WrapperView = this.props.animated ? Animated.View : View\n this.cachedComponent = (this.props.usememo === true && this.cachedComponent ) || (<FixedViewContext.Consumer>\n {(container) => {\n this.container = container;\n if (this.props.show) {\n container.add(this, (\n <ThemeProvider value={this.props.theme} key={this.id}>\n <WrapperView style={[\n {position: 'absolute'},\n this.props.style]}\n testID={`${this.props.name}-fixed-view`}\n >\n {this.props.children}\n </WrapperView>\n </ThemeProvider>\n ));\n } else {\n container.remove(this);\n }\n return <></>;\n }}\n </FixedViewContext.Consumer>);\n return this.cachedComponent;\n }\n}\n\nexport class FixedViewContainer extends React.Component {\n children: Map<FixedView, React.ReactNode> = new Map();\n id = 0;\n\n add(c: FixedView, n : React.ReactNode) {\n this.children.set(c, n);\n setTimeout(() => this.setState({id: ++this.id}));\n }\n\n remove(c: FixedView) {\n this.children.delete(c);\n setTimeout(() => this.setState({id: ++this.id}));\n }\n\n render() {\n return (\n <FixedViewContext.Provider value={this}>\n {(this.props as any).children}\n {Array.from(this.children.values())}\n </FixedViewContext.Provider>\n ) ;\n }\n};"],"mappings":";;;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAaC,QAAQ,QAAQ,cAAc;AACxD,SAAgBC,aAAa,QAAQ,iBAAiB;AAEtD,MAAMC,gBAAgB,gBAAGJ,KAAK,CAACK,aAAa,CAAqB,IAAW,CAAC;AAY7E,OAAO,MAAMC,SAAS,SAASN,KAAK,CAACO,SAAS,CAAiB;EAU3DC,WAAWA,CAACC,KAAqB,EAAE;IAC/B,KAAK,CAACA,KAAK,CAAC;IAACC,eAAA,oBALe,IAAI;IAAAA,eAAA;IAAAA,eAAA,aAE/BJ,SAAS,CAACK,OAAO,EAAE;EAIxB;EAEAC,oBAAoBA,CAAA,EAAG;IACnB,IAAI,CAACC,SAAS,CAACC,MAAM,CAAC,IAAI,CAAC;EAC/B;EAEAC,MAAMA,CAAA,EAAG;IACL,MAAMC,WAAW,GAAG,IAAI,CAACP,KAAK,CAACQ,QAAQ,GAAGf,QAAQ,CAACD,IAAI,GAAGA,IAAI;IAC9D,IAAI,CAACiB,eAAe,GAAI,IAAI,CAACT,KAAK,CAACU,OAAO,KAAK,IAAI,IAAI,IAAI,CAACD,eAAe,iBAAOlB,KAAA,CAAAoB,aAAA,CAAChB,gBAAgB,CAACiB,QAAQ,QACtGR,SAAS,IAAK;MACZ,IAAI,CAACA,SAAS,GAAGA,SAAS;MAC1B,IAAI,IAAI,CAACJ,KAAK,CAACa,IAAI,EAAE;QACjBT,SAAS,CAACU,GAAG,CAAC,IAAI,eACdvB,KAAA,CAAAoB,aAAA,CAACjB,aAAa;UAACqB,KAAK,EAAE,IAAI,CAACf,KAAK,CAACgB,KAAM;UAACC,GAAG,EAAE,IAAI,CAACC;QAAG,gBACjD3B,KAAA,CAAAoB,aAAA,CAACJ,WAAW;UAACY,KAAK,EAAE,CAChB;YAACC,QAAQ,EAAE;UAAU,CAAC,EACtB,IAAI,CAACpB,KAAK,CAACmB,KAAK,CAAE;UAClBE,MAAM,EAAE,GAAG,IAAI,CAACrB,KAAK,CAACsB,IAAI;QAAc,GAEvC,IAAI,CAACtB,KAAK,CAACuB,QACH,CACF,CAClB,CAAC;MACN,CAAC,MAAM;QACHnB,SAAS,CAACC,MAAM,CAAC,IAAI,CAAC;MAC1B;MACA,oBAAOd,KAAA,CAAAoB,aAAA,CAAApB,KAAA,CAAAiC,QAAA,MAAI,CAAC;IAChB,CACuB,CAAE;IAC7B,OAAO,IAAI,CAACf,eAAe;EAC/B;AACJ;AAACR,eAAA,CA3CYJ,SAAS,kBACI;EAClBgB,IAAI,EAAE,IAAI;EACVL,QAAQ,EAAE;AACd,CAAC;AAAAP,eAAA,CAJQJ,SAAS,aAKD4B,IAAI,CAACC,GAAG,CAAC,CAAC;AAwC/B,OAAO,MAAMC,kBAAkB,SAASpC,KAAK,CAACO,SAAS,CAAC;EAAAC,YAAA,GAAA6B,IAAA;IAAA,SAAAA,IAAA;IAAA3B,eAAA,mBACR,IAAI4B,GAAG,CAAC,CAAC;IAAA5B,eAAA,aAChD,CAAC;EAAA;EAENa,GAAGA,CAACgB,CAAY,EAAEC,CAAmB,EAAE;IACnC,IAAI,CAACR,QAAQ,CAACS,GAAG,CAACF,CAAC,EAAEC,CAAC,CAAC;IACvBE,UAAU,CAAC,MAAM,IAAI,CAACC,QAAQ,CAAC;MAAChB,EAAE,EAAE,EAAE,IAAI,CAACA;IAAE,CAAC,CAAC,CAAC;EACpD;EAEAb,MAAMA,CAACyB,CAAY,EAAE;IACjB,IAAI,CAACP,QAAQ,CAACY,MAAM,CAACL,CAAC,CAAC;IACvBG,UAAU,CAAC,MAAM,IAAI,CAACC,QAAQ,CAAC;MAAChB,EAAE,EAAE,EAAE,IAAI,CAACA;IAAE,CAAC,CAAC,CAAC;EACpD;EAEAZ,MAAMA,CAAA,EAAG;IACL,oBACIf,KAAA,CAAAoB,aAAA,CAAChB,gBAAgB,CAACyC,QAAQ;MAACrB,KAAK,EAAE;IAAK,GACjC,IAAI,CAACf,KAAK,CAASuB,QAAQ,EAC5Bc,KAAK,CAACC,IAAI,CAAC,IAAI,CAACf,QAAQ,CAACgB,MAAM,CAAC,CAAC,CACX,CAAC;EAEpC;AACJ;AAAC","ignoreList":[]}
@@ -0,0 +1,28 @@
1
+ import { DateFormatter } from '@wavemaker/variables/src/types/date-formatter';
2
+ export interface Formatter {
3
+ format: (input: any, ...params: any) => any;
4
+ }
5
+ export declare class DateToStringFormatter implements DateFormatter {
6
+ format(input: Date, format: string): string;
7
+ }
8
+ export declare class PrependFormatter implements Formatter {
9
+ format(input: any, prefix: string): string;
10
+ }
11
+ export declare class AppendFormatter implements Formatter {
12
+ format(input: any, suffix: string): string;
13
+ }
14
+ export declare class NumberToStringFormatter implements Formatter {
15
+ format(input: number, fractionSize: number): string;
16
+ }
17
+ export declare class CurrencyFormatter implements Formatter {
18
+ format(data: number, currencySymbol: string, fracSize: number): string;
19
+ }
20
+ export declare class TimeFromNowFormatter implements Formatter {
21
+ format(timestamp: Date): string | undefined;
22
+ }
23
+ export declare class StringToNumberFormatter implements Formatter {
24
+ format(input: string): number;
25
+ }
26
+ declare const formatters: Map<string, Formatter>;
27
+ export default formatters;
28
+ //# sourceMappingURL=formatters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../../src/core/formatters.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAG9E,MAAM,WAAW,SAAS;IACtB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,MAAM,EAAE,GAAG,KAAK,GAAG,CAAC;CAC/C;AAED,qBAAa,qBAAsB,YAAW,aAAa;IAChD,MAAM,CAAC,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;CAuDrD;AAED,qBAAa,gBAAiB,YAAW,SAAS;IAEvC,MAAM,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;CAGpD;AAED,qBAAa,eAAgB,YAAW,SAAS;IAEtC,MAAM,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;CAGpD;AAED,qBAAa,uBAAwB,YAAW,SAAS;IAE9C,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM;CAS7D;AAED,qBAAa,iBAAkB,YAAW,SAAS;IAExC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;CASvE;AAED,qBAAa,oBAAqB,YAAW,SAAS;IAC3C,MAAM,CAAC,SAAS,EAAE,IAAI;CAGhC;AAED,qBAAa,uBAAwB,YAAW,SAAS;IAC9C,MAAM,CAAC,KAAK,EAAE,MAAM;CAG9B;AAYD,QAAA,MAAM,UAAU,wBAQd,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -0,0 +1,6 @@
1
+ export interface I18nService {
2
+ getSelectedLocale: () => string;
3
+ isRTLLocale: (newLocale?: string) => any;
4
+ setRTL: (locale?: string) => any;
5
+ }
6
+ //# sourceMappingURL=i18n.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.service.d.ts","sourceRoot":"","sources":["../../../src/core/i18n.service.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IACxB,iBAAiB,EAAE,MAAM,MAAM,CAAC;IAChC,WAAW,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,KAAK,GAAG,CAAC;IACzC,MAAM,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,GAAG,CAAC;CACpC"}
@@ -0,0 +1,12 @@
1
+ import { ViewStyle } from 'react-native';
2
+ export declare enum HideMode {
3
+ DONOT_ADD_TO_DOM = 0,
4
+ ADD_TO_DOM = 1
5
+ }
6
+ export declare const WmIf: ({ condition, hideMode, style, children }: {
7
+ condition: boolean;
8
+ hideMode: HideMode;
9
+ style: ViewStyle;
10
+ children: any;
11
+ }) => any;
12
+ //# sourceMappingURL=if.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"if.component.d.ts","sourceRoot":"","sources":["../../../src/core/if.component.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAE3D,oBAAY,QAAQ;IAChB,gBAAgB,IAAI;IACpB,UAAU,IAAI;CACjB;AAWD,eAAO,MAAM,IAAI;eACF,OAAO;cACR,QAAQ;WACX,SAAS;cACN,GAAG;SAShB,CAAC"}
@@ -0,0 +1,14 @@
1
+ interface Request {
2
+ onComplete: (width: number, height: number) => void;
3
+ cancel: () => void;
4
+ }
5
+ declare class ImageSizeEstimator {
6
+ requestId: number;
7
+ requests: Map<String, Request[]>;
8
+ private createRequest;
9
+ private getImageSize;
10
+ getSize(imgSrc: string, onComplete: (width: number, height: number) => void): () => void;
11
+ }
12
+ declare const _default: ImageSizeEstimator;
13
+ export default _default;
14
+ //# sourceMappingURL=imageSizeEstimator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imageSizeEstimator.d.ts","sourceRoot":"","sources":["../../../src/core/imageSizeEstimator.ts"],"names":[],"mappings":"AAGA,UAAU,OAAO;IACb,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IACnD,MAAM,EAAG,MAAM,IAAI,CAAA;CACtB;AAED,cAAM,kBAAkB;IACpB,SAAS,SAAK;IAEd,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,CAAgC;IAEhE,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI;CAiB5E;;AAEH,wBAAwC"}
@@ -0,0 +1,18 @@
1
+ import { I18nService } from "./i18n.service";
2
+ declare const _default: {
3
+ set: <T>(t: string, o: T) => void;
4
+ get: <T_1>(t: string) => T_1;
5
+ remove: <T_2>(t: string) => T_2;
6
+ FOCUSED_ELEMENT: {
7
+ set: (o: any) => void;
8
+ get: () => any;
9
+ remove: () => any;
10
+ };
11
+ I18nService: {
12
+ set: (o: I18nService) => void;
13
+ get: () => I18nService;
14
+ remove: () => I18nService;
15
+ };
16
+ };
17
+ export default _default;
18
+ //# sourceMappingURL=injector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"injector.d.ts","sourceRoot":"","sources":["../../../src/core/injector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;;;;;;;;;;;;;;;AAyB7C,wBAME"}
@@ -0,0 +1,7 @@
1
+ export declare class DefaultKeyExtractor {
2
+ store: Map<any, string>;
3
+ nextKey: number;
4
+ getKey(o: any, create?: boolean): string | undefined;
5
+ clear(): void;
6
+ }
7
+ //# sourceMappingURL=key.extractor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key.extractor.d.ts","sourceRoot":"","sources":["../../../src/core/key.extractor.ts"],"names":[],"mappings":"AAAA,qBAAa,mBAAmB;IAC5B,KAAK,mBAA0B;IAC/B,OAAO,SAAK;IAEZ,MAAM,CAAC,CAAC,EAAG,GAAG,EAAE,MAAM,UAAQ;IAS9B,KAAK;CAGR"}