@wavemaker/app-rn-runtime 11.15.1-rc.6451 → 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
@@ -5,7 +5,7 @@ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e =
5
5
  import React from 'react';
6
6
  import { Image, View } from 'react-native';
7
7
  import { Image as EXPOImage } from 'expo-image';
8
- import { isNumber } from 'lodash-es';
8
+ import { isNumber, isString } from 'lodash-es';
9
9
  import { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';
10
10
  import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
11
11
  import ImageSizeEstimator from '@wavemaker/app-rn-runtime/core/imageSizeEstimator';
@@ -67,7 +67,7 @@ export default class WmPicture extends BaseComponent {
67
67
  if (!image || !this.loadAsset) {
68
68
  return null;
69
69
  }
70
- const imageSrc = this.loadAsset(image);
70
+ const imageSrc = isString(image) ? this.loadAsset(image) : image;
71
71
  if (imageSrc && typeof imageSrc === 'object' && typeof imageSrc.default === 'function') {
72
72
  return null;
73
73
  }
@@ -134,27 +134,13 @@ export default class WmPicture extends BaseComponent {
134
134
  }
135
135
  };
136
136
  case 'rounded':
137
- return this.theme.mergeStyle({}, this.theme.getStyle('rounded-image'));
137
+ return this.theme.getStyle('rounded-image');
138
138
  case 'thumbnail':
139
- return this.theme.mergeStyle({}, this.theme.getStyle('thumbnail-image'));
139
+ return this.theme.getStyle('thumbnail-image');
140
140
  }
141
141
  }
142
142
  return {};
143
143
  }
144
- getContentFit(resizemode) {
145
- if (!resizemode) return 'cover';
146
- const mapping = {
147
- 'contain': 'contain',
148
- 'cover': 'cover',
149
- 'fill': 'fill',
150
- 'none': 'none',
151
- 'scale-down': 'scale-down',
152
- 'stretch': 'fill',
153
- 'center': 'none',
154
- 'repeat': 'none'
155
- };
156
- return mapping[resizemode === null || resizemode === void 0 ? void 0 : resizemode.toLowerCase()] || 'cover';
157
- }
158
144
  getElementToShow(props, imgSrc, shapeStyles) {
159
145
  let elementToshow, source;
160
146
  if (imgSrc && typeof imgSrc === 'object' && typeof (imgSrc === null || imgSrc === void 0 ? void 0 : imgSrc.default) === 'function') {
@@ -175,34 +161,21 @@ export default class WmPicture extends BaseComponent {
175
161
  source = imgSrc;
176
162
  }
177
163
  if (this.state.naturalImageWidth || this.state.props.aspectratio) {
178
- var _props$resizemode, _props$resizemode2;
179
- if (((_props$resizemode = props.resizemode) === null || _props$resizemode === void 0 ? void 0 : _props$resizemode.toLowerCase()) !== 'repeat' && ((_props$resizemode2 = props.resizemode) === null || _props$resizemode2 === void 0 ? void 0 : _props$resizemode2.toLowerCase()) !== 'center') {
180
- elementToshow =
181
- /*#__PURE__*/
182
- // * INFO: if any issue arises like freezing of application because of
183
- // * rendering large number of images, check the cache policy.
184
- React.createElement(EXPOImage, _extends({
185
- cachePolicy: "memory"
186
- }, this.getTestProps('picture'), {
187
- style: [this.styles.picture, shapeStyles.picture, props.fastload || this.state.imageWidth ? {
188
- opacity: 1
189
- } : {
190
- opacity: 0
191
- }],
192
- contentFit: this.getContentFit(props.resizemode),
193
- source: source
194
- }));
195
- } else {
196
- elementToshow = /*#__PURE__*/React.createElement(Image, _extends({}, this.getTestProps('picture'), {
197
- style: [this.styles.picture, shapeStyles.picture, props.fastload || this.state.imageWidth ? {
198
- opacity: 1
199
- } : {
200
- opacity: 0
201
- }],
202
- resizeMode: props.resizemode,
203
- source: source
204
- }));
205
- }
164
+ elementToshow =
165
+ /*#__PURE__*/
166
+ // * INFO: if any issue arises like freezing of application because of
167
+ // * rendering large number of images, check the cache policy.
168
+ React.createElement(EXPOImage, _extends({
169
+ cachePolicy: "memory"
170
+ }, this.getTestProps('picture'), {
171
+ style: [this.styles.picture, shapeStyles.picture, props.fastload || this.state.imageWidth ? {
172
+ opacity: 1
173
+ } : {
174
+ opacity: 0
175
+ }],
176
+ contentFit: props.resizemode,
177
+ source: source
178
+ }));
206
179
  }
207
180
  return elementToshow;
208
181
  }
@@ -1 +1 @@
1
- {"version":3,"names":["React","Image","View","EXPOImage","isNumber","Tappable","BaseComponent","BaseComponentState","ImageSizeEstimator","isFullPathUrl","AccessibilityWidgetType","getAccessibilityProps","WmPictureProps","DEFAULT_CLASS","Animatedview","createSkeleton","WmPictureState","constructor","args","_defineProperty","WmPicture","props","e","_this$styles","_this$styles2","_this$styles3","imageWidth","nativeEvent","layout","width","imageHeight","height","styles","root","includes","state","aspectratio","parseFloat","naturalImageHeight","naturalImageWidth","updateState","originalContainerWidth","originalContainerHeight","imageElement","loadImage","image","loadAsset","imageSrc","default","resolveAssetSource","cancel","getSize","cleanup","splice","indexOf","picturesource","_cleanupTracker","push","componentDidUpdate","prevProps","prevState","snapshot","forEach","func","onPropertyChange","name","$new","$old","_pictureSource","_picturePlaceHolder","createShape","shape","picture","borderRadius","theme","mergeStyle","getStyle","getContentFit","resizemode","mapping","toLowerCase","getElementToShow","imgSrc","shapeStyles","elementToshow","source","imgStyle","createElement","uri","_props$resizemode","_props$resizemode2","_extends","cachePolicy","getTestProps","style","fastload","opacity","contentFit","resizeMode","renderSkeleton","_this$styles$root","_shapeStyles$root","_shapeStyles$picture","_this$styles$root2","_shapeStyles$root2","_shapeStyles$picture2","_this$styles$root3","_shapeStyles$picture3","_shapeStyles$root3","_this$styles$root4","skeletonWidth","skeletonwidth","skeletonHeight","skeletonheight","skeleton","calculateBasedOnaspectratio","calculateBasedOnNaturalDimensions","widthAndHeightExistsInProps","renderWidget","_shapeStyles$picture4","aspectDimensions","naturalDimensions","dimensions","pictureplaceholder","isSvg","onLayout","event","handleLayout","_background","overflow","onViewLayoutChange","disableTouchEffect","disabletoucheffect","getTestPropsForAction","rippleColor","target","entryanimation","animation","delay","animationdelay","accessibilityProps","PICTURE","showImage"],"sources":["picture.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, Image, LayoutChangeEvent, View } from 'react-native';\nimport {Image as EXPOImage} from 'expo-image';\nimport { isNumber } from 'lodash-es';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport ImageSizeEstimator from '@wavemaker/app-rn-runtime/core/imageSizeEstimator';\nimport { isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nimport WmPictureProps from './picture.props';\nimport { DEFAULT_CLASS, WmPictureStyles } from './picture.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport WmSkeleton, { createSkeleton } from '../skeleton/skeleton.component';\n\nexport class WmPictureState extends BaseComponentState<WmPictureProps> {\n naturalImageWidth: number = 0;\n naturalImageHeight: number = 0;\n imageWidth: number = 0;\n imageHeight: number = 0;\n originalContainerWidth: number = 0;\n originalContainerHeight: number = 0;\n}\n\nexport default class WmPicture extends BaseComponent<WmPictureProps, WmPictureState, WmPictureStyles> {\n\n private _pictureSource = null as any;\n private _picturePlaceHolder = null as any;\n\n // The below property will be used to track and remove the calculateImageSize listenrs of individual picturesource\n private _cleanupTracker = {} as any\n\n constructor(props: WmPictureProps) {\n super(props, DEFAULT_CLASS, new WmPictureProps());\n }\n\n loadImage(image: string | undefined) {\n if (!image || !this.loadAsset) {\n return null;\n }\n const imageSrc = this.loadAsset(image) as any;\n if (imageSrc && typeof imageSrc === 'object' && typeof imageSrc.default === 'function') {\n return null;\n }\n // if(this.state.props.aspectratio) {\n // return imageSrc;\n // }\n if (isNumber(imageSrc)) {\n const {width, height} = Image.resolveAssetSource(imageSrc);\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n } else if (imageSrc !== null) {\n const cancel = ImageSizeEstimator.getSize(imageSrc, (width: number, height: number) => {\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n this.cleanup.splice(this.cleanup.indexOf(cancel), 1);\n });\n if(this.props.picturesource && this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource].push(cancel)\n } else if(this.props.picturesource && !this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource] = [];\n this._cleanupTracker[this.props.picturesource].push(cancel)\n }\n this.cleanup.push(cancel);\n }\n return imageSrc;\n }\n\n // Check if the image source prop is changed from previous update to remove all listeners\n componentDidUpdate(prevProps: Readonly<WmPictureProps>, prevState: Readonly<WmPictureState>, snapshot?: any): void {\n if(this.state.props.picturesource !== prevProps.picturesource) {\n if(prevProps.picturesource && this._cleanupTracker[prevProps.picturesource]) {\n this._cleanupTracker[prevProps.picturesource].forEach((func: any) => {\n func();\n }); \n this._cleanupTracker[prevProps.picturesource] = []\n delete this._cleanupTracker[prevProps.picturesource] \n }\n }\n super.componentDidUpdate(prevProps, prevState)\n }\n\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch(name) {\n case 'picturesource':\n this._pictureSource = null;\n case 'pictureplaceholder':\n this._picturePlaceHolder = null;\n break;\n }\n }\n\n onViewLayoutChange = (e: LayoutChangeEvent) => {\n let imageWidth = e.nativeEvent.layout.width;\n let imageHeight = e.nativeEvent.layout.height;\n if (!imageWidth && !imageHeight) {\n return;\n }\n if (!this.styles?.root.height\n || (typeof this.styles?.root.height === 'string'\n && !this.styles?.root.height.includes('%'))) {\n imageHeight = 0;\n }\n if(this.state.props.aspectratio && !imageHeight && imageWidth) {\n imageHeight = imageWidth / parseFloat(this.state.props.aspectratio as string)\n } else if (this.state.props.aspectratio && !imageWidth && imageHeight) {\n imageWidth = imageWidth * parseFloat(this.state.props.aspectratio as string)\n } else if (imageWidth && !imageHeight) {\n imageHeight = imageWidth * this.state.naturalImageHeight / this.state.naturalImageWidth;\n } else if (imageHeight && !imageWidth) {\n imageWidth = imageHeight * this.state.naturalImageWidth / this.state.naturalImageHeight;\n }\n this.updateState({\n imageWidth: imageWidth,\n imageHeight: imageHeight,\n originalContainerWidth: this.styles.root.width ? e.nativeEvent.layout.width : 0,\n originalContainerHeight: this.styles.root.height ? e.nativeEvent.layout.height: 0\n } as WmPictureState);\n };\n\n createShape(shape: string | undefined, imageWidth?: number | string): WmPictureStyles {\n if (shape) {\n switch(shape) {\n case 'circle':\n return {\n picture: {\n borderRadius: isNumber(imageWidth) ? imageWidth / 2 : 4\n }\n } as WmPictureStyles;\n case 'rounded' :\n return (this.theme.mergeStyle({}, this.theme.getStyle('rounded-image')));\n case 'thumbnail' :\n return (this.theme.mergeStyle({}, this.theme.getStyle('thumbnail-image')));\n }\n }\n return {} as WmPictureStyles;\n }\n\n private getContentFit(resizemode: string): 'contain' | 'cover' | 'fill' | 'scale-down' | 'none' {\n if (!resizemode) return 'cover';\n const mapping: Record<string, 'contain' | 'cover' | 'fill' | 'scale-down' | 'none'> = {\n 'contain': 'contain',\n 'cover': 'cover',\n 'fill': 'fill',\n 'none': 'none',\n 'scale-down': 'scale-down',\n 'stretch': 'fill',\n 'center': 'none',\n 'repeat': 'none',\n };\n return mapping[resizemode?.toLowerCase()] || 'cover';\n }\n\n getElementToShow(props: WmPictureProps, imgSrc: any, shapeStyles: WmPictureStyles) {\n let elementToshow, source;\n if (imgSrc && typeof imgSrc === 'object' && typeof imgSrc?.default === 'function') {\n let imgStyle : any = {};\n if (props.resizemode === 'contain') {\n imgStyle['width'] = '100%';\n imgStyle['height'] = '100%';\n }\n elementToshow = React.createElement(imgSrc?.default, imgStyle);\n //} else if (!isWebPreviewMode() && props.isSvg) {\n // svg from uri\n // elementToshow = <SvgUri testID={this.getTestId('picture')} width={this.styles.root.width as NumberProp} height={this.styles.root.height as NumberProp} uri={imgSrc}/>;\n } else if (isFullPathUrl(imgSrc)) {\n source = {\n uri: imgSrc\n };\n } else {\n source = imgSrc;\n }\n if (this.state.naturalImageWidth || this.state.props.aspectratio) {\n\n if (props.resizemode?.toLowerCase() !== 'repeat' && props.resizemode?.toLowerCase() !== 'center') {\n elementToshow = (\n // * INFO: if any issue arises like freezing of application because of \n // * rendering large number of images, check the cache policy.\n <EXPOImage\n cachePolicy='memory' \n {...this.getTestProps('picture')}\n style={[this.styles.picture, shapeStyles.picture, (props.fastload || this.state.imageWidth) ? {opacity: 1} : {opacity: 0} ]}\n contentFit={this.getContentFit(props.resizemode)}\n source={source}\n />\n );\n }\n else {\n elementToshow = (\n <Image\n {...this.getTestProps('picture')}\n style={[this.styles.picture, shapeStyles.picture, (props.fastload || this.state.imageWidth) ? {opacity: 1} : {opacity: 0} ]}\n resizeMode={props.resizemode}\n source={source}\n />\n ); \n }\n }\n return elementToshow;\n }\n\n public renderSkeleton(props: WmPictureProps){\n const imageWidth = this.state.imageWidth;\n const imageHeight = this.state.imageHeight;\n const shapeStyles = this.createShape(this.props.shape, imageWidth);\n const skeletonWidth = this.props.skeletonwidth || this.styles.root?.width || shapeStyles.root?.width || shapeStyles.picture?.width || imageWidth;\n const skeletonHeight = this.props.skeletonheight || this.styles.root?.height || shapeStyles.root?.height || shapeStyles.picture?.height || imageHeight;\n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n borderRadius: this.props.shape == 'circle' && this.styles.root?.width ? 25 : shapeStyles.picture?.borderRadius || shapeStyles.root?.borderRadius || this.styles.root?.borderRadius || 4,\n width: skeletonWidth as DimensionValue,\n height: skeletonHeight as DimensionValue\n });\n }\n\n showImage = (imageElement: any, props: WmPictureProps) => {\n return imageElement;\n }\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnaspectratio(): {imageWidth: number, imageHeight: number} | null {\n if(this.state.props.aspectratio) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth / parseFloat(this.state.props.aspectratio as string),\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * parseFloat(this.state.props.aspectratio as string),\n }\n }\n }\n return null\n }\n \n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnNaturalDimensions(): {imageWidth: number, imageHeight: number} | null {\n // No need to calculate width & height if the user already passign them explicitly from props. \n const widthAndHeightExistsInProps = this.styles.root.width && this.styles.root.height\n if(!this.state.props.aspectratio && !widthAndHeightExistsInProps) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth * this.state.naturalImageHeight / this.state.naturalImageWidth,\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * this.state.naturalImageWidth / this.state.naturalImageHeight\n }\n }\n }\n return null\n }\n \n\n renderWidget(props: WmPictureProps) {\n let imageWidth = this.state.imageWidth;\n let imageHeight = this.state.imageHeight;\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n const aspectDimensions = this.calculateBasedOnaspectratio();\n const naturalDimensions = this.calculateBasedOnNaturalDimensions();\n if(aspectDimensions) {\n const dimensions = aspectDimensions as {imageWidth: number, imageHeight: number}\n imageWidth = dimensions.imageWidth;\n imageHeight = dimensions.imageHeight\n } else if(naturalDimensions) {\n const dimensions = naturalDimensions as {imageWidth: number, imageHeight: number}\n imageHeight = dimensions.imageHeight\n imageWidth = dimensions.imageWidth\n }\n const shapeStyles = this.createShape(props.shape, imageWidth);\n this._pictureSource = this._pictureSource || this.loadImage(props.picturesource);\n this._picturePlaceHolder = props.fastload ? \n (this._pictureSource || this._picturePlaceHolder || this.loadImage(props.pictureplaceholder)) :\n (this._picturePlaceHolder || this.loadImage(props.pictureplaceholder));\n const imgSrc: any = this._pictureSource || this._picturePlaceHolder;\n let elementToshow;\n if (imgSrc) {\n elementToshow = this.getElementToShow(props, imgSrc, shapeStyles);\n }\n return imgSrc && (this.state.naturalImageWidth || props.isSvg || props.aspectratio) ? (\n <View \n style={[{\n width: imageWidth,\n height: imageHeight\n }, this.styles.root, shapeStyles.root, shapeStyles.picture]}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <View style={[{overflow: 'hidden', width: '100%',\n height: '100%'}]} onLayout={this.onViewLayoutChange}>\n <Tappable\n disableTouchEffect={this.state.props.disabletoucheffect}\n {...this.getTestPropsForAction()}\n rippleColor={this.styles.root.rippleColor}\n target={this} styles={{width: imageWidth ? null : '100%', height: imageHeight ? null : '100%'}}>\n <Animatedview entryanimation={props.animation} delay={props.animationdelay} style={[{\n height: imageHeight,\n width: imageWidth,\n borderRadius: shapeStyles.picture?.borderRadius\n }]}\n accessibilityProps={{...getAccessibilityProps(AccessibilityWidgetType.PICTURE, props)}}>\n {this.showImage(elementToshow, props)}\n </Animatedview>\n </Tappable>\n </View>\n </View>\n ): null;\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","Image","View","EXPOImage","isNumber","isString","Tappable","BaseComponent","BaseComponentState","ImageSizeEstimator","isFullPathUrl","AccessibilityWidgetType","getAccessibilityProps","WmPictureProps","DEFAULT_CLASS","Animatedview","createSkeleton","WmPictureState","constructor","args","_defineProperty","WmPicture","props","e","_this$styles","_this$styles2","_this$styles3","imageWidth","nativeEvent","layout","width","imageHeight","height","styles","root","includes","state","aspectratio","parseFloat","naturalImageHeight","naturalImageWidth","updateState","originalContainerWidth","originalContainerHeight","imageElement","loadImage","image","loadAsset","imageSrc","default","resolveAssetSource","cancel","getSize","cleanup","splice","indexOf","picturesource","_cleanupTracker","push","componentDidUpdate","prevProps","prevState","snapshot","forEach","func","onPropertyChange","name","$new","$old","_pictureSource","_picturePlaceHolder","createShape","shape","picture","borderRadius","theme","getStyle","getElementToShow","imgSrc","shapeStyles","elementToshow","source","imgStyle","resizemode","createElement","uri","_extends","cachePolicy","getTestProps","style","fastload","opacity","contentFit","renderSkeleton","_this$styles$root","_shapeStyles$root","_shapeStyles$picture","_this$styles$root2","_shapeStyles$root2","_shapeStyles$picture2","_this$styles$root3","_shapeStyles$picture3","_shapeStyles$root3","_this$styles$root4","skeletonWidth","skeletonwidth","skeletonHeight","skeletonheight","skeleton","calculateBasedOnaspectratio","calculateBasedOnNaturalDimensions","widthAndHeightExistsInProps","renderWidget","_shapeStyles$picture4","aspectDimensions","naturalDimensions","dimensions","pictureplaceholder","isSvg","onLayout","event","handleLayout","_background","overflow","onViewLayoutChange","disableTouchEffect","disabletoucheffect","getTestPropsForAction","rippleColor","target","entryanimation","animation","delay","animationdelay","accessibilityProps","PICTURE","showImage"],"sources":["picture.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, Image, LayoutChangeEvent, View } from 'react-native';\nimport {Image as EXPOImage} from 'expo-image';\nimport { isNumber, isString } from 'lodash-es';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport ImageSizeEstimator from '@wavemaker/app-rn-runtime/core/imageSizeEstimator';\nimport { isFullPathUrl } from '@wavemaker/app-rn-runtime/core/utils';\nimport { AccessibilityWidgetType, getAccessibilityProps } from '@wavemaker/app-rn-runtime/core/accessibility';\n\nimport WmPictureProps from './picture.props';\nimport { DEFAULT_CLASS, WmPictureStyles } from './picture.styles';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport WmSkeleton, { createSkeleton } from '../skeleton/skeleton.component';\n\nexport class WmPictureState extends BaseComponentState<WmPictureProps> {\n naturalImageWidth: number = 0;\n naturalImageHeight: number = 0;\n imageWidth: number = 0;\n imageHeight: number = 0;\n originalContainerWidth: number = 0;\n originalContainerHeight: number = 0;\n}\n\nexport default class WmPicture extends BaseComponent<WmPictureProps, WmPictureState, WmPictureStyles> {\n\n private _pictureSource = null as any;\n private _picturePlaceHolder = null as any;\n\n // The below property will be used to track and remove the calculateImageSize listenrs of individual picturesource\n private _cleanupTracker = {} as any\n\n constructor(props: WmPictureProps) {\n super(props, DEFAULT_CLASS, new WmPictureProps());\n }\n\n loadImage(image: string | number | undefined) {\n if (!image || !this.loadAsset) {\n return null;\n }\n const imageSrc = isString(image) ? this.loadAsset(image) as any : image;\n if (imageSrc && typeof imageSrc === 'object' && typeof imageSrc.default === 'function') {\n return null;\n }\n // if(this.state.props.aspectratio) {\n // return imageSrc;\n // }\n if (isNumber(imageSrc)) {\n const {width, height} = Image.resolveAssetSource(imageSrc);\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n } else if (imageSrc !== null) {\n const cancel = ImageSizeEstimator.getSize(imageSrc, (width: number, height: number) => {\n this.updateState({\n naturalImageWidth: width,\n naturalImageHeight: height\n } as WmPictureState);\n this.cleanup.splice(this.cleanup.indexOf(cancel), 1);\n });\n if(this.props.picturesource && this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource].push(cancel)\n } else if(this.props.picturesource && !this._cleanupTracker[this.props.picturesource]) {\n this._cleanupTracker[this.props.picturesource] = [];\n this._cleanupTracker[this.props.picturesource].push(cancel)\n }\n this.cleanup.push(cancel);\n }\n return imageSrc;\n }\n\n // Check if the image source prop is changed from previous update to remove all listeners\n componentDidUpdate(prevProps: Readonly<WmPictureProps>, prevState: Readonly<WmPictureState>, snapshot?: any): void {\n if(this.state.props.picturesource !== prevProps.picturesource) {\n if(prevProps.picturesource && this._cleanupTracker[prevProps.picturesource]) {\n this._cleanupTracker[prevProps.picturesource].forEach((func: any) => {\n func();\n }); \n this._cleanupTracker[prevProps.picturesource] = []\n delete this._cleanupTracker[prevProps.picturesource] \n }\n }\n super.componentDidUpdate(prevProps, prevState)\n }\n\n\n onPropertyChange(name: string, $new: any, $old: any) {\n switch(name) {\n case 'picturesource':\n this._pictureSource = null;\n case 'pictureplaceholder':\n this._picturePlaceHolder = null;\n break;\n }\n }\n\n onViewLayoutChange = (e: LayoutChangeEvent) => {\n let imageWidth = e.nativeEvent.layout.width;\n let imageHeight = e.nativeEvent.layout.height;\n if (!imageWidth && !imageHeight) {\n return;\n }\n if (!this.styles?.root.height\n || (typeof this.styles?.root.height === 'string'\n && !this.styles?.root.height.includes('%'))) {\n imageHeight = 0;\n }\n if(this.state.props.aspectratio && !imageHeight && imageWidth) {\n imageHeight = imageWidth / parseFloat(this.state.props.aspectratio as string)\n } else if (this.state.props.aspectratio && !imageWidth && imageHeight) {\n imageWidth = imageWidth * parseFloat(this.state.props.aspectratio as string)\n } else if (imageWidth && !imageHeight) {\n imageHeight = imageWidth * this.state.naturalImageHeight / this.state.naturalImageWidth;\n } else if (imageHeight && !imageWidth) {\n imageWidth = imageHeight * this.state.naturalImageWidth / this.state.naturalImageHeight;\n }\n this.updateState({\n imageWidth: imageWidth,\n imageHeight: imageHeight,\n originalContainerWidth: this.styles.root.width ? e.nativeEvent.layout.width : 0,\n originalContainerHeight: this.styles.root.height ? e.nativeEvent.layout.height: 0\n } as WmPictureState);\n };\n\n createShape(shape: string | undefined, imageWidth?: number | string): WmPictureStyles {\n if (shape) {\n switch(shape) {\n case 'circle':\n return {\n picture: {\n borderRadius: isNumber(imageWidth) ? imageWidth / 2 : 4\n }\n } as WmPictureStyles;\n case 'rounded' :\n return (this.theme.getStyle('rounded-image') as WmPictureStyles);\n case 'thumbnail' :\n return (this.theme.getStyle('thumbnail-image') as WmPictureStyles);\n }\n }\n return {} as WmPictureStyles;\n }\n\n getElementToShow(props: WmPictureProps, imgSrc: any, shapeStyles: WmPictureStyles) {\n let elementToshow, source;\n if (imgSrc && typeof imgSrc === 'object' && typeof imgSrc?.default === 'function') {\n let imgStyle : any = {};\n if (props.resizemode === 'contain') {\n imgStyle['width'] = '100%';\n imgStyle['height'] = '100%';\n }\n elementToshow = React.createElement(imgSrc?.default, imgStyle);\n //} else if (!isWebPreviewMode() && props.isSvg) {\n // svg from uri\n // elementToshow = <SvgUri testID={this.getTestId('picture')} width={this.styles.root.width as NumberProp} height={this.styles.root.height as NumberProp} uri={imgSrc}/>;\n } else if (isFullPathUrl(imgSrc)) {\n source = {\n uri: imgSrc\n };\n } else {\n source = imgSrc;\n }\n if (this.state.naturalImageWidth || this.state.props.aspectratio) {\n elementToshow = (\n // * INFO: if any issue arises like freezing of application because of \n // * rendering large number of images, check the cache policy.\n <EXPOImage\n cachePolicy='memory' \n {...this.getTestProps('picture')}\n style={[this.styles.picture, shapeStyles.picture, (props.fastload || this.state.imageWidth) ? {opacity: 1} : {opacity: 0} ]}\n contentFit={props.resizemode}\n source={source}\n />\n );\n }\n return elementToshow;\n }\n\n public renderSkeleton(props: WmPictureProps){\n const imageWidth = this.state.imageWidth;\n const imageHeight = this.state.imageHeight;\n const shapeStyles = this.createShape(this.props.shape, imageWidth);\n const skeletonWidth = this.props.skeletonwidth || this.styles.root?.width || shapeStyles.root?.width || shapeStyles.picture?.width || imageWidth;\n const skeletonHeight = this.props.skeletonheight || this.styles.root?.height || shapeStyles.root?.height || shapeStyles.picture?.height || imageHeight;\n return createSkeleton(this.theme, this.styles.skeleton, {\n ...this.styles.root,\n borderRadius: this.props.shape == 'circle' && this.styles.root?.width ? 25 : shapeStyles.picture?.borderRadius || shapeStyles.root?.borderRadius || this.styles.root?.borderRadius || 4,\n width: skeletonWidth as DimensionValue,\n height: skeletonHeight as DimensionValue\n });\n }\n\n showImage = (imageElement: any, props: WmPictureProps) => {\n return imageElement;\n }\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnaspectratio(): {imageWidth: number, imageHeight: number} | null {\n if(this.state.props.aspectratio) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth / parseFloat(this.state.props.aspectratio as string),\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * parseFloat(this.state.props.aspectratio as string),\n }\n }\n }\n return null\n }\n \n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n calculateBasedOnNaturalDimensions(): {imageWidth: number, imageHeight: number} | null {\n // No need to calculate width & height if the user already passign them explicitly from props. \n const widthAndHeightExistsInProps = this.styles.root.width && this.styles.root.height\n if(!this.state.props.aspectratio && !widthAndHeightExistsInProps) {\n if(this.state.originalContainerWidth) {\n return {\n imageHeight: this.state.originalContainerWidth * this.state.naturalImageHeight / this.state.naturalImageWidth,\n imageWidth: this.state.originalContainerWidth\n }\n } else if(this.state.originalContainerHeight) {\n return {\n imageHeight: this.state.originalContainerHeight, \n imageWidth: this.state.originalContainerHeight * this.state.naturalImageWidth / this.state.naturalImageHeight\n }\n }\n }\n return null\n }\n \n\n renderWidget(props: WmPictureProps) {\n let imageWidth = this.state.imageWidth;\n let imageHeight = this.state.imageHeight;\n\n\n //TODO: remove the re calculation logic later. Keeping it as an extra safety. \n const aspectDimensions = this.calculateBasedOnaspectratio();\n const naturalDimensions = this.calculateBasedOnNaturalDimensions();\n if(aspectDimensions) {\n const dimensions = aspectDimensions as {imageWidth: number, imageHeight: number}\n imageWidth = dimensions.imageWidth;\n imageHeight = dimensions.imageHeight\n } else if(naturalDimensions) {\n const dimensions = naturalDimensions as {imageWidth: number, imageHeight: number}\n imageHeight = dimensions.imageHeight\n imageWidth = dimensions.imageWidth\n }\n const shapeStyles = this.createShape(props.shape, imageWidth);\n this._pictureSource = this._pictureSource || this.loadImage(props.picturesource);\n this._picturePlaceHolder = props.fastload ? \n (this._pictureSource || this._picturePlaceHolder || this.loadImage(props.pictureplaceholder)) :\n (this._picturePlaceHolder || this.loadImage(props.pictureplaceholder));\n const imgSrc: any = this._pictureSource || this._picturePlaceHolder;\n let elementToshow;\n if (imgSrc) {\n elementToshow = this.getElementToShow(props, imgSrc, shapeStyles);\n }\n return imgSrc && (this.state.naturalImageWidth || props.isSvg || props.aspectratio) ? (\n <View \n style={[{\n width: imageWidth,\n height: imageHeight\n }, this.styles.root, shapeStyles.root, shapeStyles.picture]}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <View style={[{overflow: 'hidden', width: '100%',\n height: '100%'}]} onLayout={this.onViewLayoutChange}>\n <Tappable\n disableTouchEffect={this.state.props.disabletoucheffect}\n {...this.getTestPropsForAction()}\n rippleColor={this.styles.root.rippleColor}\n target={this} styles={{width: imageWidth ? null : '100%', height: imageHeight ? null : '100%'}}>\n <Animatedview entryanimation={props.animation} delay={props.animationdelay} style={[{\n height: imageHeight,\n width: imageWidth,\n borderRadius: shapeStyles.picture?.borderRadius\n }]}\n accessibilityProps={{...getAccessibilityProps(AccessibilityWidgetType.PICTURE, props)}}>\n {this.showImage(elementToshow, props)}\n </Animatedview>\n </Tappable>\n </View>\n </View>\n ): null;\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,20 @@
1
+ import { AccessibilityRole } from 'react-native';
2
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ export default class WmPictureProps extends BaseProps {
4
+ animation?: string;
5
+ animationdelay?: number;
6
+ picturesource?: string | number;
7
+ pictureplaceholder?: string | number;
8
+ shape?: string;
9
+ isSvg?: string;
10
+ resizemode?: any;
11
+ skeletonheight?: string;
12
+ skeletonwidth?: string;
13
+ accessible?: boolean;
14
+ accessibilitylabel?: string;
15
+ hint?: string;
16
+ accessibilityrole?: AccessibilityRole;
17
+ fastload?: boolean;
18
+ aspectratio?: string | number | null;
19
+ }
20
+ //# sourceMappingURL=picture.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picture.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/picture/picture.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAmB,MAAM,cAAc,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAE1E,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS;IACnD,SAAS,CAAC,EAAE,MAAM,CAAe;IACjC,cAAc,CAAC,EAAE,MAAM,CAAe;IACtC,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAe;IAC9C,kBAAkB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAe;IACnD,KAAK,CAAC,EAAE,MAAM,CAAe;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAe;IAC7B,UAAU,CAAC,EAAE,GAAG,CAAoB;IACpC,cAAc,CAAC,EAAE,MAAM,CAAe;IACtC,aAAa,CAAC,EAAE,MAAM,CAAe;IACrC,UAAU,CAAC,EAAE,OAAO,CAAQ;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAa;IACxC,IAAI,CAAC,EAAE,MAAM,CAAa;IAC1B,iBAAiB,CAAC,EAAE,iBAAiB,CAAW;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAS;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAQ;CAC7C"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmPictureProps","constructor","args","_defineProperty","undefined"],"sources":["picture.props.ts"],"sourcesContent":["import { AccessibilityRole, ImageResizeMode } from 'react-native';\nimport { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPictureProps extends BaseProps {\n animation?: string = null as any;\n animationdelay?: number = null as any;\n picturesource?: string = null as any;\n pictureplaceholder?: string = null as any;\n shape?: string = null as any;\n isSvg?: string = null as any;\n resizemode?: any = 'stretch' as any;\n skeletonheight?: string = null as any;\n skeletonwidth?: string = null as any;\n accessible?: boolean = true;\n accessibilitylabel?: string = undefined;\n hint?: string = undefined;\n accessibilityrole?: AccessibilityRole = 'image';\n fastload?: boolean = false;\n aspectratio?: string | number | null = null;\n}\n"],"mappings":";;;AACA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,oBAC/B,IAAI;IAAAA,eAAA,yBACC,IAAI;IAAAA,eAAA,wBACL,IAAI;IAAAA,eAAA,6BACC,IAAI;IAAAA,eAAA,gBACjB,IAAI;IAAAA,eAAA,gBACJ,IAAI;IAAAA,eAAA,qBACF,SAAS;IAAAA,eAAA,yBACF,IAAI;IAAAA,eAAA,wBACL,IAAI;IAAAA,eAAA,qBACN,IAAI;IAAAA,eAAA,6BACGC,SAAS;IAAAD,eAAA,eACvBC,SAAS;IAAAD,eAAA,4BACe,OAAO;IAAAA,eAAA,mBAC1B,KAAK;IAAAA,eAAA,sBACa,IAAI;EAAA;AAC7C","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmPictureProps","constructor","args","_defineProperty","undefined"],"sources":["picture.props.ts"],"sourcesContent":["import { AccessibilityRole, ImageResizeMode } from 'react-native';\nimport { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPictureProps extends BaseProps {\n animation?: string = null as any;\n animationdelay?: number = null as any;\n picturesource?: string | number = null as any;\n pictureplaceholder?: string | number = null as any;\n shape?: string = null as any;\n isSvg?: string = null as any;\n resizemode?: any = 'stretch' as any;\n skeletonheight?: string = null as any;\n skeletonwidth?: string = null as any;\n accessible?: boolean = true;\n accessibilitylabel?: string = undefined;\n hint?: string = undefined;\n accessibilityrole?: AccessibilityRole = 'image';\n fastload?: boolean = false;\n aspectratio?: string | number | null = null;\n}\n"],"mappings":";;;AACA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,oBAC/B,IAAI;IAAAA,eAAA,yBACC,IAAI;IAAAA,eAAA,wBACI,IAAI;IAAAA,eAAA,6BACC,IAAI;IAAAA,eAAA,gBAC1B,IAAI;IAAAA,eAAA,gBACJ,IAAI;IAAAA,eAAA,qBACF,SAAS;IAAAA,eAAA,yBACF,IAAI;IAAAA,eAAA,wBACL,IAAI;IAAAA,eAAA,qBACN,IAAI;IAAAA,eAAA,6BACGC,SAAS;IAAAD,eAAA,eACvBC,SAAS;IAAAD,eAAA,4BACe,OAAO;IAAAA,eAAA,mBAC1B,KAAK;IAAAA,eAAA,sBACa,IAAI;EAAA;AAC7C","ignoreList":[]}
@@ -0,0 +1,9 @@
1
+ import { ImageStyle, ViewStyle } from 'react-native';
2
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import { WmSkeletonStyles } from '../skeleton/skeleton.styles';
4
+ export type WmPictureStyles = BaseStyles & {
5
+ picture: ImageStyle & ViewStyle;
6
+ skeleton: WmSkeletonStyles;
7
+ };
8
+ export declare const DEFAULT_CLASS = "app-picture";
9
+ //# sourceMappingURL=picture.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picture.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/picture/picture.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAErD,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG;IACzC,OAAO,EAAE,UAAU,GAAG,SAAS,CAAC;IAChC,QAAQ,EAAE,gBAAgB,CAAA;CAC3B,CAAC;AAEF,eAAO,MAAM,aAAa,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmProgressBarProps from './progress-bar.props';
4
+ import { WmProgressBarStyles } from './progress-bar.styles';
5
+ export declare class WmProgressBarState extends BaseComponentState<WmProgressBarProps> {
6
+ }
7
+ export default class WmProgressBar extends BaseComponent<WmProgressBarProps, WmProgressBarState, WmProgressBarStyles> {
8
+ constructor(props: WmProgressBarProps);
9
+ onTooltiptext: (minValue: number, maxValue: number, percentage: number) => any;
10
+ renderWidget(props: WmProgressBarProps): React.JSX.Element;
11
+ }
12
+ //# sourceMappingURL=progress-bar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-bar/progress-bar.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAGlG,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAiB,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAI3E,qBAAa,kBAAmB,SAAQ,kBAAkB,CAAC,kBAAkB,CAAC;CAAG;AAEjF,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,aAAa,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,CAAC;gBAEvG,KAAK,EAAE,kBAAkB;IAIrC,aAAa,aAAc,MAAM,YAAY,MAAM,cAAc,MAAM,SAiBtE;IAED,YAAY,CAAC,KAAK,EAAE,kBAAkB;CAuEvC"}
@@ -0,0 +1,14 @@
1
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ import { AccessibilityRole } from 'react-native';
3
+ export default class WmProgressBarProps extends BaseProps {
4
+ type: 'default' | 'success' | 'info' | 'warning' | 'error';
5
+ datavalue: number;
6
+ minvalue: number;
7
+ maxvalue: number;
8
+ accessibilitylabel?: string;
9
+ accessibilityrole?: AccessibilityRole;
10
+ showtooltip?: boolean;
11
+ tooltipposition?: 'up' | 'down' | 'left' | 'right';
12
+ onTooltiptext?: Function | null;
13
+ }
14
+ //# sourceMappingURL=progress-bar.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-bar.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-bar/progress-bar.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,SAAS;IACvD,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAa;IACvE,SAAS,EAAE,MAAM,CAAM;IACvB,QAAQ,EAAE,MAAM,CAAK;IACrB,QAAQ,EAAE,MAAM,CAAO;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAa;IACxC,iBAAiB,CAAC,EAAE,iBAAiB,CAAiB;IACtD,WAAW,CAAC,EAAE,OAAO,CAAS;IAC9B,eAAe,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAQ;IAC1D,aAAa,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAQ;CACxC"}
@@ -0,0 +1,11 @@
1
+ import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ export type WmProgressBarStyles = BaseStyles & {
4
+ progressBar: AllStyle;
5
+ progressValue: AllStyle;
6
+ tooltip: AllStyle;
7
+ tooltipLabel: AllStyle;
8
+ tooltipTriangle: AllStyle;
9
+ };
10
+ export declare const DEFAULT_CLASS = "app-progress-bar";
11
+ //# sourceMappingURL=progress-bar.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-bar.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-bar/progress-bar.styles.ts"],"names":[],"mappings":"AACA,OAAmB,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAGzF,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG;IAC3C,WAAW,EAAE,QAAQ,CAAC;IACtB,aAAa,EAAE,QAAQ,CAAC;IACxB,OAAO,EAAE,QAAQ,CAAC;IAClB,YAAY,EAAE,QAAQ,CAAC;IACvB,eAAe,EAAE,QAAQ,CAAA;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa,qBAAqB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { LayoutChangeEvent } from 'react-native';
3
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
4
+ import WmProgressCircleProps from './progress-circle.props';
5
+ import { WmProgressCircleStyles } from './progress-circle.styles';
6
+ export declare class WmProgressCircleState extends BaseComponentState<WmProgressCircleProps> {
7
+ radius: number;
8
+ }
9
+ export default class WmProgressCircle extends BaseComponent<WmProgressCircleProps, WmProgressCircleState, WmProgressCircleStyles> {
10
+ constructor(props: WmProgressCircleProps);
11
+ onLayout(e: LayoutChangeEvent): void;
12
+ renderWidget(props: WmProgressCircleProps): React.JSX.Element;
13
+ }
14
+ //# sourceMappingURL=progress-circle.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-circle.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-circle/progress-circle.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,iBAAiB,EAAc,MAAM,cAAc,CAAC;AAI7D,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAGlG,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAiB,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGjF,qBAAa,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IAClF,MAAM,SAAM;CACb;AAED,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,aAAa,CAAC,qBAAqB,EAAE,qBAAqB,EAAE,sBAAsB,CAAC;gBAEnH,KAAK,EAAE,qBAAqB;IAIxC,QAAQ,CAAC,CAAC,EAAE,iBAAiB;IAmB7B,YAAY,CAAC,KAAK,EAAE,qBAAqB;CA4B1C"}
@@ -0,0 +1,14 @@
1
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ import { AccessibilityRole } from 'react-native';
3
+ export default class WmProgressCircleProps extends BaseProps {
4
+ type: 'default' | 'success' | 'info' | 'warning' | 'error';
5
+ datavalue: number;
6
+ minvalue: number;
7
+ maxvalue: number;
8
+ captionplacement: string;
9
+ title: string;
10
+ subtitle: string;
11
+ accessibilitylabel?: string;
12
+ accessibilityrole?: AccessibilityRole;
13
+ }
14
+ //# sourceMappingURL=progress-circle.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-circle.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-circle/progress-circle.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,SAAS;IAC1D,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAa;IACvE,SAAS,EAAE,MAAM,CAAM;IACvB,QAAQ,EAAE,MAAM,CAAK;IACrB,QAAQ,EAAE,MAAM,CAAO;IACvB,gBAAgB,EAAE,MAAM,CAAY;IACpC,KAAK,EAAE,MAAM,CAAM;IACnB,QAAQ,EAAE,MAAM,CAAM;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAa;IACxC,iBAAiB,CAAC,EAAE,iBAAiB,CAAiB;CACvD"}
@@ -0,0 +1,9 @@
1
+ import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ export type WmProgressCircleStyles = BaseStyles & {
4
+ progressCircle: AllStyle;
5
+ progressValue: AllStyle;
6
+ subTitle: AllStyle;
7
+ };
8
+ export declare const DEFAULT_CLASS = "app-progress-circle";
9
+ //# sourceMappingURL=progress-circle.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-circle.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/progress-circle/progress-circle.styles.ts"],"names":[],"mappings":"AACA,OAAmB,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAEzF,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG;IAC9C,cAAc,EAAG,QAAQ,CAAC;IAC1B,aAAa,EAAE,QAAQ,CAAC;IACxB,QAAQ,EAAE,QAAQ,CAAA;CACrB,CAAC;AAEF,eAAO,MAAM,aAAa,wBAAwB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { BaseComponent } from "@wavemaker/app-rn-runtime/core/base.component";
2
+ export declare class DataProvider {
3
+ private localDataProvider;
4
+ init(self: BaseComponent<any, any, any>): any;
5
+ invokeVariable(self: BaseComponent<any, any, any>, query: string): Promise<any>;
6
+ filter(config: any, cb?: () => void | null): any;
7
+ }
8
+ export declare class LocalDataProvider {
9
+ private applyFilter;
10
+ filter(config: any): any;
11
+ }
12
+ //# sourceMappingURL=local-data-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local-data-provider.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/search/local-data-provider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAE9E,qBAAa,YAAY;IACvB,OAAO,CAAC,iBAAiB,CAA2B;IAGpD,IAAI,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IAMvC,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAe/E,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,CAAC,EAAG,MAAM,IAAI,GAAG,IAAI;CAW5C;AAED,qBAAa,iBAAiB;IAE5B,OAAO,CAAC,WAAW;IAKnB,MAAM,CAAC,MAAM,EAAE,GAAG;CAqEnB"}
@@ -0,0 +1,58 @@
1
+ import React from 'react';
2
+ import { TextInput, View } from 'react-native';
3
+ import WmSearchProps from './search.props';
4
+ import { WmSearchStyles } from './search.styles';
5
+ import { ModalOptions, ModalService } from "@wavemaker/app-rn-runtime/core/modal.service";
6
+ import { BaseDatasetComponent, BaseDatasetState } from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.component';
7
+ export declare class WmSearchState extends BaseDatasetState<WmSearchProps> {
8
+ isOpened: boolean;
9
+ modalOptions: ModalOptions;
10
+ template: string;
11
+ position: DropdownPosition;
12
+ data: any;
13
+ }
14
+ export interface DropdownPosition {
15
+ top?: number;
16
+ bottom?: number;
17
+ left?: number;
18
+ right?: number;
19
+ }
20
+ export default class WmSearch extends BaseDatasetComponent<WmSearchProps, WmSearchState, WmSearchStyles> {
21
+ view: View;
22
+ private prevDatavalue;
23
+ private queryModel;
24
+ private searchInputWidth;
25
+ private isDefaultQuery;
26
+ private dataProvider;
27
+ widgetRef: TextInput | null;
28
+ private cursor;
29
+ private isFocused;
30
+ private updateRequired;
31
+ private timer;
32
+ constructor(props: WmSearchProps);
33
+ computePosition: () => Promise<void>;
34
+ clearSearch(): void;
35
+ updateFilteredData(queryText?: string): void;
36
+ focus(): void;
37
+ handleChange: (value: any) => void;
38
+ onChange(value: any): void;
39
+ invokeChange(e: any): void;
40
+ onFocus(): void;
41
+ onBlur(): void;
42
+ showPopover: () => void;
43
+ hide: () => void;
44
+ prepareModalOptions(content: React.ReactNode, styles: WmSearchStyles, modalService: ModalService): ModalOptions;
45
+ searchIconPress(): void;
46
+ onItemSelect(item: any): void;
47
+ renderSkeleton(props: WmSearchProps): React.ReactNode;
48
+ renderSearchBar(): React.JSX.Element;
49
+ reset(): void;
50
+ renderSearchItem(item: any, index: number): React.JSX.Element;
51
+ updateDefaultQueryModel(): void;
52
+ onDataItemsUpdate(): void;
53
+ componentDidMount(): void;
54
+ onPropertyChange(name: string, $new: any, $old: any): void;
55
+ setTemplate(partialName: any): void;
56
+ renderWidget(props: WmSearchProps): React.JSX.Element;
57
+ }
58
+ //# sourceMappingURL=search.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/search/search.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA4C,SAAS,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAIzF,OAAO,aAAa,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAiB,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAiB,YAAY,EAAE,YAAY,EAAC,MAAM,8CAA8C,CAAC;AAIxG,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,8EAA8E,CAAC;AAStF,qBAAa,aAAc,SAAQ,gBAAgB,CAAC,aAAa,CAAC;IAChE,QAAQ,EAAE,OAAO,CAAS;IAC1B,YAAY,eAAsB;IAClC,QAAQ,EAAE,MAAM,CAAM;IACtB,QAAQ,mBAGc;IACtB,IAAI,EAAE,GAAG,CAAM;CAChB;AAED,MAAM,WAAW,gBAAgB;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,oBAAoB,CAAC,aAAa,EAAE,aAAa,EAAE,cAAc,CAAC;IACtG,IAAI,EAAE,IAAI,CAAe;IACzB,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,UAAU,CAAM;IACxB,OAAO,CAAC,gBAAgB,CAAM;IAC9B,OAAO,CAAC,cAAc,CAAiB;IACvC,OAAO,CAAC,YAAY,CAAe;IAC5B,SAAS,EAAE,SAAS,GAAG,IAAI,CAAQ;IAC1C,OAAO,CAAC,MAAM,CAAU;IACxB,OAAO,CAAC,SAAS,CAAkB;IACnC,OAAO,CAAC,cAAc,CAAM;IAC5B,OAAO,CAAC,KAAK,CAA8C;gBAE/C,KAAK,EAAE,aAAa;IAYhC,eAAe,sBASd;IAED,WAAW;IAkBX,kBAAkB,CAAC,SAAS,GAAE,MAAW;IA8CzC,KAAK;IAIL,YAAY,UAAW,GAAG,UA4BzB;IAED,QAAQ,CAAC,KAAK,EAAE,GAAG;IAenB,YAAY,CAAC,CAAC,EAAE,GAAG;IAOnB,OAAO;IAYP,MAAM;IAWC,WAAW,aAIhB;IAEK,IAAI,aAAY;IAEvB,mBAAmB,CAAC,OAAO,EAAE,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY;IAyBhG,eAAe;IAiBf,YAAY,CAAC,IAAI,EAAE,GAAG;IAsBf,cAAc,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS;IAW5D,eAAe;IAiDf,KAAK;IAUL,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM;IAgBzC,uBAAuB;IAUvB,iBAAiB;IAMjB,iBAAiB,IAAI,IAAI;IAKzB,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG;IAgBnD,WAAW,CAAC,WAAW,EAAE,GAAG;IAI5B,YAAY,CAAC,KAAK,EAAE,aAAa;CAqClC"}
@@ -0,0 +1,35 @@
1
+ /// <reference types="react" />
2
+ import BaseDatasetProps from '@wavemaker/app-rn-runtime/components/input/basedataset/basedataset.props';
3
+ import { BaseComponent } from "@wavemaker/app-rn-runtime/core/base.component";
4
+ import { AccessibilityRole } from 'react-native';
5
+ export default class WmSearchProps extends BaseDatasetProps {
6
+ autofocus: boolean;
7
+ query?: string;
8
+ searchkey?: any;
9
+ type: 'search' | 'autocomplete';
10
+ datacompletemsg?: string;
11
+ placeholder?: string;
12
+ limit?: number;
13
+ minchars?: number;
14
+ imagewidth?: any;
15
+ imageheight?: any;
16
+ searchon?: string;
17
+ onSubmit?: any;
18
+ onChange?: Function;
19
+ result?: any;
20
+ showclear: boolean;
21
+ showSearchIcon: boolean;
22
+ invokeEvent?: Function;
23
+ formFieldInstance?: BaseComponent<any, any, any>;
24
+ accessibilitylabel?: string;
25
+ hint?: string;
26
+ accessibilityrole?: AccessibilityRole;
27
+ renderitempartial?: (item: any, index: number, partialName: string) => React.ReactNode;
28
+ skeletonheight?: string;
29
+ skeletonwidth?: string;
30
+ iconclass?: string;
31
+ clearsearchiconclass?: string;
32
+ searchiconclass?: string;
33
+ debouncetime?: number;
34
+ }
35
+ //# sourceMappingURL=search.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/search/search.props.ts"],"names":[],"mappings":";AAAA,OAAO,gBAAgB,MAAM,0EAA0E,CAAC;AACxG,OAAO,EAAC,aAAa,EAAC,MAAM,+CAA+C,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,gBAAgB;IACzD,SAAS,EAAE,OAAO,CAAS;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAM;IACpB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,IAAI,EAAE,QAAQ,GAAG,cAAc,CAAY;IAC3C,eAAe,CAAC,EAAE,MAAM,CAA0B;IAClD,WAAW,CAAC,EAAE,MAAM,CAAY;IAChC,KAAK,CAAC,EAAE,MAAM,CAAe;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAe;IAChC,UAAU,CAAC,EAAE,GAAG,CAAM;IACtB,WAAW,CAAC,EAAE,GAAG,CAAM;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAY;IAC7B,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,QAAQ,CAAC,EAAE,QAAQ,CAAe;IAClC,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,OAAO,CAAS;IAC3B,cAAc,EAAE,OAAO,CAAQ;IAC/B,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,iBAAiB,CAAC,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;IACjD,kBAAkB,CAAC,EAAE,MAAM,CAAa;IACxC,IAAI,CAAC,EAAE,MAAM,CAAa;IAC1B,iBAAiB,CAAC,EAAE,iBAAiB,CAAY;IACjD,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAI,KAAK,CAAC,SAAS,CAAC;IACtF,cAAc,CAAC,EAAE,MAAM,CAAe;IACtC,aAAa,CAAC,EAAE,MAAM,CAAe;IACrC,SAAS,CAAC,EAAE,MAAM,CAAuB;IACzC,oBAAoB,CAAC,EAAE,MAAM,CAAiB;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAa;IACrC,YAAY,CAAC,EAAE,MAAM,CAAK;CAC3B"}
@@ -0,0 +1,21 @@
1
+ import { TextStyle } from 'react-native';
2
+ import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
3
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
4
+ import { WmButtonStyles } from '@wavemaker/app-rn-runtime/components/basic/button/button.styles';
5
+ import { WmSkeletonStyles } from '../skeleton/skeleton.styles';
6
+ export type WmSearchStyles = BaseStyles & {
7
+ focusedText: TextStyle;
8
+ modal: AllStyle;
9
+ modalContent: AllStyle;
10
+ searchItem: AllStyle;
11
+ dropDownContent: AllStyle;
12
+ searchItemText: AllStyle;
13
+ clearButton: WmButtonStyles;
14
+ searchButton: WmButtonStyles;
15
+ searchInputWrapper: AllStyle;
16
+ placeholderText: AllStyle;
17
+ invalid: AllStyle;
18
+ skeleton: WmSkeletonStyles;
19
+ };
20
+ export declare const DEFAULT_CLASS = "app-search";
21
+ //# sourceMappingURL=search.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/search/search.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,cAAc,CAAC;AACnD,OAAmB,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,iEAAiE,CAAC;AACjG,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG;IACxC,WAAW,EAAE,SAAS,CAAC;IACvB,KAAK,EAAE,QAAQ,CAAC;IAChB,YAAY,EAAE,QAAQ,CAAC;IACvB,UAAU,EAAE,QAAQ,CAAC;IACrB,eAAe,EAAE,QAAQ,CAAC;IAC1B,cAAc,EAAE,QAAQ,CAAC;IACzB,WAAW,EAAE,cAAc,CAAC;IAC5B,YAAY,EAAE,cAAc,CAAC;IAC7B,kBAAkB,EAAE,QAAQ,CAAC;IAC7B,eAAe,EAAE,QAAQ,CAAC;IAC1B,OAAO,EAAE,QAAQ,CAAC;IAClB,QAAQ,EAAE,gBAAgB,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa,eAAe,CAAC"}
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import { LayoutChangeEvent } from 'react-native';
3
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
4
+ import { AllStyle, Theme } from '@wavemaker/app-rn-runtime/styles/theme';
5
+ import WmSkeletonProps from './skeleton.props';
6
+ import { WmSkeletonStyles } from './skeleton.styles';
7
+ export declare class WmSkeletonState extends BaseComponentState<WmSkeletonProps> {
8
+ layout: {
9
+ left: number;
10
+ top: number;
11
+ width: number;
12
+ height: number;
13
+ };
14
+ animate: boolean;
15
+ }
16
+ type WrapperStyle = AllStyle | any;
17
+ export default class WmSkeleton extends BaseComponent<WmSkeletonProps, WmSkeletonState, WmSkeletonStyles> {
18
+ private skeletonloaderRef;
19
+ private animationRunner;
20
+ constructor(props: WmSkeletonProps);
21
+ componentDidMount(): void;
22
+ componentWillUnmount(): void;
23
+ onLayoutChange: (event: LayoutChangeEvent) => void;
24
+ renderWidget(props: WmSkeletonProps): React.JSX.Element;
25
+ }
26
+ export declare const createSkeleton: (theme: Theme, skeletonStyles: WmSkeletonStyles, wrapper: WrapperStyle, children?: React.ReactNode) => React.JSX.Element;
27
+ export {};
28
+ //# sourceMappingURL=skeleton.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/skeleton/skeleton.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAsC,iBAAiB,EAAyB,MAAM,cAAc,CAAC;AAG5G,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAClG,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAEzE,OAAO,eAAe,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAiB,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAGpE,qBAAa,eAAgB,SAAQ,kBAAkB,CAAC,eAAe,CAAC;IACtE,MAAM;;;;;MAKJ;IACF,OAAO,UAAS;CACjB;AAED,KAAK,YAAY,GAAG,QAAQ,GAAG,GAAG,CAAA;AAyClC,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,aAAa,CAAC,eAAe,EAAE,eAAe,EAAE,gBAAgB,CAAC;IAEvG,OAAO,CAAC,iBAAiB,CAAa;IACtC,OAAO,CAAC,eAAe,CAAyB;gBAEpC,KAAK,EAAE,eAAe;IAIlC,iBAAiB,IAAI,IAAI;IAKzB,oBAAoB,IAAI,IAAI;IAK5B,cAAc,qCAcb;IAED,YAAY,CAAC,KAAK,EAAE,eAAe;CAiCpC;AAED,eAAO,MAAM,cAAc,UAAW,KAAK,kBAAkB,gBAAgB,WAAW,YAAY,aAAa,MAAM,SAAS,sBAgB/H,CAAC"}
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ export default class WmSkeletonProps extends BaseProps {
4
+ children?: React.ReactNode | null;
5
+ }
6
+ //# sourceMappingURL=skeleton.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/skeleton/skeleton.props.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,SAAS;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAQ;CAC5C"}
@@ -0,0 +1,11 @@
1
+ import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import { TextStyle, ViewStyle } from 'react-native';
4
+ export type WmSkeletonStyles = BaseStyles & {
5
+ animatedView: AllStyle;
6
+ gradient: AllStyle;
7
+ gradientForeground: ViewStyle;
8
+ text: TextStyle;
9
+ };
10
+ export declare const DEFAULT_CLASS = "app-skeleton";
11
+ //# sourceMappingURL=skeleton.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/basic/skeleton/skeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAmB,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG;IACxC,YAAY,EAAE,QAAQ,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,EAAE,SAAS,CAAC;IAC9B,IAAI,EAAE,SAAS,CAAA;CAClB,CAAC;AAEF,eAAO,MAAM,aAAa,iBAAiB,CAAC"}