@wavemaker/app-rn-runtime 11.15.1-rc.6451 → 11.15.2-dev.2

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 (1259) 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.props.js.map +1 -1
  28. package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts +4 -0
  29. package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts.map +1 -0
  30. package/components/advanced/carousel/carousel.component.d.ts +36 -0
  31. package/components/advanced/carousel/carousel.component.d.ts.map +1 -0
  32. package/components/advanced/carousel/carousel.component.js +3 -3
  33. package/components/advanced/carousel/carousel.component.js.map +1 -1
  34. package/components/advanced/carousel/carousel.props.d.ts +19 -0
  35. package/components/advanced/carousel/carousel.props.d.ts.map +1 -0
  36. package/components/advanced/carousel/carousel.props.js.map +1 -1
  37. package/components/advanced/carousel/carousel.styles.d.ts +21 -0
  38. package/components/advanced/carousel/carousel.styles.d.ts.map +1 -0
  39. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts +11 -0
  40. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts.map +1 -0
  41. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts +5 -0
  42. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts.map +1 -0
  43. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -1
  44. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts +7 -0
  45. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts.map +1 -0
  46. package/components/advanced/login/login.component.d.ts +16 -0
  47. package/components/advanced/login/login.component.d.ts.map +1 -0
  48. package/components/advanced/login/login.component.js +2 -1
  49. package/components/advanced/login/login.component.js.map +1 -1
  50. package/components/advanced/login/login.props.d.ts +7 -0
  51. package/components/advanced/login/login.props.d.ts.map +1 -0
  52. package/components/advanced/login/login.props.js.map +1 -1
  53. package/components/advanced/login/login.styles.d.ts +8 -0
  54. package/components/advanced/login/login.styles.d.ts.map +1 -0
  55. package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts +18 -0
  56. package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts.map +1 -0
  57. package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts +5 -0
  58. package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts.map +1 -0
  59. package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts +9 -0
  60. package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts.map +1 -0
  61. package/components/advanced/webview/webview.component.d.ts +31 -0
  62. package/components/advanced/webview/webview.component.d.ts.map +1 -0
  63. package/components/advanced/webview/webview.props.d.ts +12 -0
  64. package/components/advanced/webview/webview.props.d.ts.map +1 -0
  65. package/components/advanced/webview/webview.styles.d.ts +8 -0
  66. package/components/advanced/webview/webview.styles.d.ts.map +1 -0
  67. package/components/basic/anchor/anchor.component.d.ts +16 -0
  68. package/components/basic/anchor/anchor.component.d.ts.map +1 -0
  69. package/components/basic/anchor/anchor.props.d.ts +31 -0
  70. package/components/basic/anchor/anchor.props.d.ts.map +1 -0
  71. package/components/basic/anchor/anchor.props.js +16 -14
  72. package/components/basic/anchor/anchor.props.js.map +1 -1
  73. package/components/basic/anchor/anchor.styles.d.ts +12 -0
  74. package/components/basic/anchor/anchor.styles.d.ts.map +1 -0
  75. package/components/basic/animatedview.component.d.ts +22 -0
  76. package/components/basic/animatedview.component.d.ts.map +1 -0
  77. package/components/basic/audio/audio.component.d.ts +37 -0
  78. package/components/basic/audio/audio.component.d.ts.map +1 -0
  79. package/components/basic/audio/audio.props.d.ts +13 -0
  80. package/components/basic/audio/audio.props.d.ts.map +1 -0
  81. package/components/basic/audio/audio.props.js +3 -0
  82. package/components/basic/audio/audio.props.js.map +1 -1
  83. package/components/basic/audio/audio.styles.d.ts +14 -0
  84. package/components/basic/audio/audio.styles.d.ts.map +1 -0
  85. package/components/basic/bottomsheet/bottomsheet.component.d.ts +72 -0
  86. package/components/basic/bottomsheet/bottomsheet.component.d.ts.map +1 -0
  87. package/components/basic/bottomsheet/bottomsheet.component.js +23 -58
  88. package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
  89. package/components/basic/bottomsheet/bottomsheet.props.d.ts +24 -0
  90. package/components/basic/bottomsheet/bottomsheet.props.d.ts.map +1 -0
  91. package/components/basic/bottomsheet/bottomsheet.props.js +6 -3
  92. package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -1
  93. package/components/basic/bottomsheet/bottomsheet.styles.d.ts +17 -0
  94. package/components/basic/bottomsheet/bottomsheet.styles.d.ts.map +1 -0
  95. package/components/basic/button/button.component.d.ts +14 -0
  96. package/components/basic/button/button.component.d.ts.map +1 -0
  97. package/components/basic/button/button.component.js +7 -56
  98. package/components/basic/button/button.component.js.map +1 -1
  99. package/components/basic/button/button.props.d.ts +28 -0
  100. package/components/basic/button/button.props.d.ts.map +1 -0
  101. package/components/basic/button/button.props.js +18 -14
  102. package/components/basic/button/button.props.js.map +1 -1
  103. package/components/basic/button/button.styles.d.ts +12 -0
  104. package/components/basic/button/button.styles.d.ts.map +1 -0
  105. package/components/basic/buttongroup/buttongroup.component.d.ts +12 -0
  106. package/components/basic/buttongroup/buttongroup.component.d.ts.map +1 -0
  107. package/components/basic/buttongroup/buttongroup.props.d.ts +12 -0
  108. package/components/basic/buttongroup/buttongroup.props.d.ts.map +1 -0
  109. package/components/basic/buttongroup/buttongroup.props.js +6 -3
  110. package/components/basic/buttongroup/buttongroup.props.js.map +1 -1
  111. package/components/basic/buttongroup/buttongroup.styles.d.ts +7 -0
  112. package/components/basic/buttongroup/buttongroup.styles.d.ts.map +1 -0
  113. package/components/basic/custom/custom.component.d.ts +12 -0
  114. package/components/basic/custom/custom.component.d.ts.map +1 -0
  115. package/components/basic/custom/custom.component.js.map +1 -1
  116. package/components/basic/custom/custom.props.d.ts +12 -0
  117. package/components/basic/custom/custom.props.d.ts.map +1 -0
  118. package/components/basic/custom/custom.props.js +6 -3
  119. package/components/basic/custom/custom.props.js.map +1 -1
  120. package/components/basic/custom/custom.styles.d.ts +7 -0
  121. package/components/basic/custom/custom.styles.d.ts.map +1 -0
  122. package/components/basic/icon/icon.component.d.ts +38 -0
  123. package/components/basic/icon/icon.component.d.ts.map +1 -0
  124. package/components/basic/icon/icon.props.d.ts +26 -0
  125. package/components/basic/icon/icon.props.d.ts.map +1 -0
  126. package/components/basic/icon/icon.props.js +12 -10
  127. package/components/basic/icon/icon.props.js.map +1 -1
  128. package/components/basic/icon/icon.styles.d.ts +10 -0
  129. package/components/basic/icon/icon.styles.d.ts.map +1 -0
  130. package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts +9 -0
  131. package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts.map +1 -0
  132. package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts +9 -0
  133. package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts.map +1 -0
  134. package/components/basic/icon/wavicon/wavicon.component.d.ts +9 -0
  135. package/components/basic/icon/wavicon/wavicon.component.d.ts.map +1 -0
  136. package/components/basic/label/label.component.d.ts +30 -0
  137. package/components/basic/label/label.component.d.ts.map +1 -0
  138. package/components/basic/label/label.props.d.ts +26 -0
  139. package/components/basic/label/label.props.d.ts.map +1 -0
  140. package/components/basic/label/label.props.js +12 -10
  141. package/components/basic/label/label.props.js.map +1 -1
  142. package/components/basic/label/label.styles.d.ts +11 -0
  143. package/components/basic/label/label.styles.d.ts.map +1 -0
  144. package/components/basic/lottie/lottie.component.d.ts +23 -0
  145. package/components/basic/lottie/lottie.component.d.ts.map +1 -0
  146. package/components/basic/lottie/lottie.props.d.ts +12 -0
  147. package/components/basic/lottie/lottie.props.d.ts.map +1 -0
  148. package/components/basic/lottie/lottie.props.js +3 -0
  149. package/components/basic/lottie/lottie.props.js.map +1 -1
  150. package/components/basic/lottie/lottie.styles.d.ts +7 -0
  151. package/components/basic/lottie/lottie.styles.d.ts.map +1 -0
  152. package/components/basic/message/message.component.d.ts +14 -0
  153. package/components/basic/message/message.component.d.ts.map +1 -0
  154. package/components/basic/message/message.component.js +1 -1
  155. package/components/basic/message/message.component.js.map +1 -1
  156. package/components/basic/message/message.props.d.ts +22 -0
  157. package/components/basic/message/message.props.d.ts.map +1 -0
  158. package/components/basic/message/message.props.js +6 -4
  159. package/components/basic/message/message.props.js.map +1 -1
  160. package/components/basic/message/message.styles.d.ts +11 -0
  161. package/components/basic/message/message.styles.d.ts.map +1 -0
  162. package/components/basic/modal/modal.component.d.ts +12 -0
  163. package/components/basic/modal/modal.component.d.ts.map +1 -0
  164. package/components/basic/modal/modal.props.d.ts +10 -0
  165. package/components/basic/modal/modal.props.d.ts.map +1 -0
  166. package/components/basic/modal/modal.props.js +4 -1
  167. package/components/basic/modal/modal.props.js.map +1 -1
  168. package/components/basic/modal/modal.styles.d.ts +7 -0
  169. package/components/basic/modal/modal.styles.d.ts.map +1 -0
  170. package/components/basic/picture/picture.component.d.ts +37 -0
  171. package/components/basic/picture/picture.component.d.ts.map +1 -0
  172. package/components/basic/picture/picture.component.js +19 -46
  173. package/components/basic/picture/picture.component.js.map +1 -1
  174. package/components/basic/picture/picture.props.d.ts +24 -0
  175. package/components/basic/picture/picture.props.d.ts.map +1 -0
  176. package/components/basic/picture/picture.props.js +14 -11
  177. package/components/basic/picture/picture.props.js.map +1 -1
  178. package/components/basic/picture/picture.styles.d.ts +9 -0
  179. package/components/basic/picture/picture.styles.d.ts.map +1 -0
  180. package/components/basic/progress-bar/progress-bar.component.d.ts +12 -0
  181. package/components/basic/progress-bar/progress-bar.component.d.ts.map +1 -0
  182. package/components/basic/progress-bar/progress-bar.component.js.map +1 -1
  183. package/components/basic/progress-bar/progress-bar.props.d.ts +18 -0
  184. package/components/basic/progress-bar/progress-bar.props.d.ts.map +1 -0
  185. package/components/basic/progress-bar/progress-bar.props.js +5 -2
  186. package/components/basic/progress-bar/progress-bar.props.js.map +1 -1
  187. package/components/basic/progress-bar/progress-bar.styles.d.ts +11 -0
  188. package/components/basic/progress-bar/progress-bar.styles.d.ts.map +1 -0
  189. package/components/basic/progress-circle/progress-circle.component.d.ts +14 -0
  190. package/components/basic/progress-circle/progress-circle.component.d.ts.map +1 -0
  191. package/components/basic/progress-circle/progress-circle.props.d.ts +18 -0
  192. package/components/basic/progress-circle/progress-circle.props.d.ts.map +1 -0
  193. package/components/basic/progress-circle/progress-circle.props.js +4 -1
  194. package/components/basic/progress-circle/progress-circle.props.js.map +1 -1
  195. package/components/basic/progress-circle/progress-circle.styles.d.ts +9 -0
  196. package/components/basic/progress-circle/progress-circle.styles.d.ts.map +1 -0
  197. package/components/basic/search/local-data-provider.d.ts +12 -0
  198. package/components/basic/search/local-data-provider.d.ts.map +1 -0
  199. package/components/basic/search/search.component.d.ts +58 -0
  200. package/components/basic/search/search.component.d.ts.map +1 -0
  201. package/components/basic/search/search.props.d.ts +38 -0
  202. package/components/basic/search/search.props.d.ts.map +1 -0
  203. package/components/basic/search/search.props.js +8 -7
  204. package/components/basic/search/search.props.js.map +1 -1
  205. package/components/basic/search/search.styles.d.ts +21 -0
  206. package/components/basic/search/search.styles.d.ts.map +1 -0
  207. package/components/basic/skeleton/skeleton.component.d.ts +28 -0
  208. package/components/basic/skeleton/skeleton.component.d.ts.map +1 -0
  209. package/components/basic/skeleton/skeleton.props.d.ts +10 -0
  210. package/components/basic/skeleton/skeleton.props.d.ts.map +1 -0
  211. package/components/basic/skeleton/skeleton.props.js +4 -1
  212. package/components/basic/skeleton/skeleton.props.js.map +1 -1
  213. package/components/basic/skeleton/skeleton.styles.d.ts +11 -0
  214. package/components/basic/skeleton/skeleton.styles.d.ts.map +1 -0
  215. package/components/basic/spinner/spinner.component.d.ts +17 -0
  216. package/components/basic/spinner/spinner.component.d.ts.map +1 -0
  217. package/components/basic/spinner/spinner.props.d.ts +15 -0
  218. package/components/basic/spinner/spinner.props.d.ts.map +1 -0
  219. package/components/basic/spinner/spinner.props.js +6 -3
  220. package/components/basic/spinner/spinner.props.js.map +1 -1
  221. package/components/basic/spinner/spinner.styles.d.ts +11 -0
  222. package/components/basic/spinner/spinner.styles.d.ts.map +1 -0
  223. package/components/basic/tooltip/tooltip.component.d.ts +11 -0
  224. package/components/basic/tooltip/tooltip.component.d.ts.map +1 -0
  225. package/components/basic/tooltip/tooltip.props.d.ts +18 -0
  226. package/components/basic/tooltip/tooltip.props.d.ts.map +1 -0
  227. package/components/basic/tooltip/tooltip.props.js +3 -0
  228. package/components/basic/tooltip/tooltip.props.js.map +1 -1
  229. package/components/basic/tooltip/tooltip.styles.d.ts +8 -0
  230. package/components/basic/tooltip/tooltip.styles.d.ts.map +1 -0
  231. package/components/basic/video/video.component.d.ts +29 -0
  232. package/components/basic/video/video.component.d.ts.map +1 -0
  233. package/components/basic/video/video.component.js.map +1 -1
  234. package/components/basic/video/video.props.d.ts +32 -0
  235. package/components/basic/video/video.props.d.ts.map +1 -0
  236. package/components/basic/video/video.props.js +11 -8
  237. package/components/basic/video/video.props.js.map +1 -1
  238. package/components/basic/video/video.styles.d.ts +9 -0
  239. package/components/basic/video/video.styles.d.ts.map +1 -0
  240. package/components/chart/area-chart/area-chart.component.d.ts +15 -0
  241. package/components/chart/area-chart/area-chart.component.d.ts.map +1 -0
  242. package/components/chart/area-chart/area-chart.props.d.ts +7 -0
  243. package/components/chart/area-chart/area-chart.props.d.ts.map +1 -0
  244. package/components/chart/area-chart/area-chart.props.js.map +1 -1
  245. package/components/chart/area-chart/area-chart.styles.d.ts +5 -0
  246. package/components/chart/area-chart/area-chart.styles.d.ts.map +1 -0
  247. package/components/chart/bar-chart/bar-chart.component.d.ts +14 -0
  248. package/components/chart/bar-chart/bar-chart.component.d.ts.map +1 -0
  249. package/components/chart/bar-chart/bar-chart.component.js +2 -13
  250. package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
  251. package/components/chart/bar-chart/bar-chart.props.d.ts +9 -0
  252. package/components/chart/bar-chart/bar-chart.props.d.ts.map +1 -0
  253. package/components/chart/bar-chart/bar-chart.props.js +0 -1
  254. package/components/chart/bar-chart/bar-chart.props.js.map +1 -1
  255. package/components/chart/bar-chart/bar-chart.styles.d.ts +5 -0
  256. package/components/chart/bar-chart/bar-chart.styles.d.ts.map +1 -0
  257. package/components/chart/basechart.component.d.ts +82 -0
  258. package/components/chart/basechart.component.d.ts.map +1 -0
  259. package/components/chart/basechart.component.js +3 -1
  260. package/components/chart/basechart.component.js.map +1 -1
  261. package/components/chart/basechart.props.d.ts +63 -0
  262. package/components/chart/basechart.props.d.ts.map +1 -0
  263. package/components/chart/basechart.props.js +9 -6
  264. package/components/chart/basechart.props.js.map +1 -1
  265. package/components/chart/basechart.styles.d.ts +36 -0
  266. package/components/chart/basechart.styles.d.ts.map +1 -0
  267. package/components/chart/bubble-chart/bubble-chart.component.d.ts +12 -0
  268. package/components/chart/bubble-chart/bubble-chart.component.d.ts.map +1 -0
  269. package/components/chart/bubble-chart/bubble-chart.props.d.ts +6 -0
  270. package/components/chart/bubble-chart/bubble-chart.props.d.ts.map +1 -0
  271. package/components/chart/bubble-chart/bubble-chart.props.js.map +1 -1
  272. package/components/chart/bubble-chart/bubble-chart.styles.d.ts +5 -0
  273. package/components/chart/bubble-chart/bubble-chart.styles.d.ts.map +1 -0
  274. package/components/chart/column-chart/column-chart.component.d.ts +8 -0
  275. package/components/chart/column-chart/column-chart.component.d.ts.map +1 -0
  276. package/components/chart/column-chart/column-chart.props.d.ts +6 -0
  277. package/components/chart/column-chart/column-chart.props.d.ts.map +1 -0
  278. package/components/chart/column-chart/column-chart.props.js +9 -1
  279. package/components/chart/column-chart/column-chart.props.js.map +1 -1
  280. package/components/chart/column-chart/column-chart.styles.d.ts +4 -0
  281. package/components/chart/column-chart/column-chart.styles.d.ts.map +1 -0
  282. package/components/chart/donut-chart/donut-chart.component.d.ts +6 -0
  283. package/components/chart/donut-chart/donut-chart.component.d.ts.map +1 -0
  284. package/components/chart/donut-chart/donut-chart.props.d.ts +7 -0
  285. package/components/chart/donut-chart/donut-chart.props.d.ts.map +1 -0
  286. package/components/chart/donut-chart/donut-chart.props.js +1 -0
  287. package/components/chart/donut-chart/donut-chart.props.js.map +1 -1
  288. package/components/chart/donut-chart/donut-chart.styles.d.ts +5 -0
  289. package/components/chart/donut-chart/donut-chart.styles.d.ts.map +1 -0
  290. package/components/chart/legend/legend.component.d.ts +15 -0
  291. package/components/chart/legend/legend.component.d.ts.map +1 -0
  292. package/components/chart/line-chart/line-chart.component.d.ts +12 -0
  293. package/components/chart/line-chart/line-chart.component.d.ts.map +1 -0
  294. package/components/chart/line-chart/line-chart.props.d.ts +9 -0
  295. package/components/chart/line-chart/line-chart.props.d.ts.map +1 -0
  296. package/components/chart/line-chart/line-chart.props.js +2 -2
  297. package/components/chart/line-chart/line-chart.props.js.map +1 -1
  298. package/components/chart/line-chart/line-chart.styles.d.ts +5 -0
  299. package/components/chart/line-chart/line-chart.styles.d.ts.map +1 -0
  300. package/components/chart/pie-chart/pie-chart.component.d.ts +27 -0
  301. package/components/chart/pie-chart/pie-chart.component.d.ts.map +1 -0
  302. package/components/chart/pie-chart/pie-chart.component.js +4 -0
  303. package/components/chart/pie-chart/pie-chart.component.js.map +1 -1
  304. package/components/chart/pie-chart/pie-chart.props.d.ts +10 -0
  305. package/components/chart/pie-chart/pie-chart.props.d.ts.map +1 -0
  306. package/components/chart/pie-chart/pie-chart.props.js.map +1 -1
  307. package/components/chart/pie-chart/pie-chart.styles.d.ts +5 -0
  308. package/components/chart/pie-chart/pie-chart.styles.d.ts.map +1 -0
  309. package/components/chart/stack-chart/stack-chart.component.d.ts +26 -0
  310. package/components/chart/stack-chart/stack-chart.component.d.ts.map +1 -0
  311. package/components/chart/stack-chart/stack-chart.component.js.map +1 -1
  312. package/components/chart/stack-chart/stack-chart.props.d.ts +12 -0
  313. package/components/chart/stack-chart/stack-chart.props.d.ts.map +1 -0
  314. package/components/chart/stack-chart/stack-chart.props.js.map +1 -1
  315. package/components/chart/stack-chart/stack-chart.styles.d.ts +5 -0
  316. package/components/chart/stack-chart/stack-chart.styles.d.ts.map +1 -0
  317. package/components/chart/staticdata.d.ts +41 -0
  318. package/components/chart/staticdata.d.ts.map +1 -0
  319. package/components/chart/theme/chart.theme.d.ts +8 -0
  320. package/components/chart/theme/chart.theme.d.ts.map +1 -0
  321. package/components/container/accordion/accordion.component.d.ts +27 -0
  322. package/components/container/accordion/accordion.component.d.ts.map +1 -0
  323. package/components/container/accordion/accordion.component.js +7 -14
  324. package/components/container/accordion/accordion.component.js.map +1 -1
  325. package/components/container/accordion/accordion.props.d.ts +15 -0
  326. package/components/container/accordion/accordion.props.d.ts.map +1 -0
  327. package/components/container/accordion/accordion.props.js +3 -0
  328. package/components/container/accordion/accordion.props.js.map +1 -1
  329. package/components/container/accordion/accordion.styles.d.ts +21 -0
  330. package/components/container/accordion/accordion.styles.d.ts.map +1 -0
  331. package/components/container/accordion/accordion.styles.js +21 -24
  332. package/components/container/accordion/accordion.styles.js.map +1 -1
  333. package/components/container/accordion/accordionpane/accordionpane.component.d.ts +23 -0
  334. package/components/container/accordion/accordionpane/accordionpane.component.d.ts.map +1 -0
  335. package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -1
  336. package/components/container/accordion/accordionpane/accordionpane.props.d.ts +16 -0
  337. package/components/container/accordion/accordionpane/accordionpane.props.d.ts.map +1 -0
  338. package/components/container/accordion/accordionpane/accordionpane.props.js +7 -4
  339. package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -1
  340. package/components/container/accordion/accordionpane/accordionpane.styles.d.ts +4 -0
  341. package/components/container/accordion/accordionpane/accordionpane.styles.d.ts.map +1 -0
  342. package/components/container/container.component.d.ts +38 -0
  343. package/components/container/container.component.d.ts.map +1 -0
  344. package/components/container/container.component.js +69 -149
  345. package/components/container/container.component.js.map +1 -1
  346. package/components/container/container.props.d.ts +21 -0
  347. package/components/container/container.props.d.ts.map +1 -0
  348. package/components/container/container.props.js +5 -3
  349. package/components/container/container.props.js.map +1 -1
  350. package/components/container/container.styles.d.ts +10 -0
  351. package/components/container/container.styles.d.ts.map +1 -0
  352. package/components/container/container.styles.js +1 -3
  353. package/components/container/container.styles.js.map +1 -1
  354. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts +11 -0
  355. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts.map +1 -0
  356. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts +12 -0
  357. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts.map +1 -0
  358. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +5 -2
  359. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -1
  360. package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts +4 -0
  361. package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts.map +1 -0
  362. package/components/container/layoutgrid/gridrow/gridrow.component.d.ts +11 -0
  363. package/components/container/layoutgrid/gridrow/gridrow.component.d.ts.map +1 -0
  364. package/components/container/layoutgrid/gridrow/gridrow.props.d.ts +10 -0
  365. package/components/container/layoutgrid/gridrow/gridrow.props.d.ts.map +1 -0
  366. package/components/container/layoutgrid/gridrow/gridrow.props.js +3 -0
  367. package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -1
  368. package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts +7 -0
  369. package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts.map +1 -0
  370. package/components/container/layoutgrid/layoutgrid.component.d.ts +13 -0
  371. package/components/container/layoutgrid/layoutgrid.component.d.ts.map +1 -0
  372. package/components/container/layoutgrid/layoutgrid.props.d.ts +10 -0
  373. package/components/container/layoutgrid/layoutgrid.props.d.ts.map +1 -0
  374. package/components/container/layoutgrid/layoutgrid.props.js +3 -0
  375. package/components/container/layoutgrid/layoutgrid.props.js.map +1 -1
  376. package/components/container/layoutgrid/layoutgrid.styles.d.ts +7 -0
  377. package/components/container/layoutgrid/layoutgrid.styles.d.ts.map +1 -0
  378. package/components/container/linearlayout/linearlayout.component.d.ts +15 -0
  379. package/components/container/linearlayout/linearlayout.component.d.ts.map +1 -0
  380. package/components/container/linearlayout/linearlayout.component.js +0 -1
  381. package/components/container/linearlayout/linearlayout.component.js.map +1 -1
  382. package/components/container/linearlayout/linearlayout.props.d.ts +14 -0
  383. package/components/container/linearlayout/linearlayout.props.d.ts.map +1 -0
  384. package/components/container/linearlayout/linearlayout.props.js +4 -1
  385. package/components/container/linearlayout/linearlayout.props.js.map +1 -1
  386. package/components/container/linearlayout/linearlayout.styles.d.ts +7 -0
  387. package/components/container/linearlayout/linearlayout.styles.d.ts.map +1 -0
  388. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts +11 -0
  389. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts.map +1 -0
  390. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts +12 -0
  391. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts.map +1 -0
  392. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +6 -3
  393. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
  394. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts +4 -0
  395. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts.map +1 -0
  396. package/components/container/panel/collapsible-pane.component.d.ts +6 -0
  397. package/components/container/panel/collapsible-pane.component.d.ts.map +1 -0
  398. package/components/container/panel/panel-content/panel-content.component.d.ts +11 -0
  399. package/components/container/panel/panel-content/panel-content.component.d.ts.map +1 -0
  400. package/components/container/panel/panel-content/panel-content.props.d.ts +10 -0
  401. package/components/container/panel/panel-content/panel-content.props.d.ts.map +1 -0
  402. package/components/container/panel/panel-content/panel-content.props.js +3 -0
  403. package/components/container/panel/panel-content/panel-content.props.js.map +1 -1
  404. package/components/container/panel/panel-content/panel-content.styles.d.ts +4 -0
  405. package/components/container/panel/panel-content/panel-content.styles.d.ts.map +1 -0
  406. package/components/container/panel/panel-footer/panel-footer.component.d.ts +11 -0
  407. package/components/container/panel/panel-footer/panel-footer.component.d.ts.map +1 -0
  408. package/components/container/panel/panel-footer/panel-footer.props.d.ts +10 -0
  409. package/components/container/panel/panel-footer/panel-footer.props.d.ts.map +1 -0
  410. package/components/container/panel/panel-footer/panel-footer.props.js +3 -0
  411. package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -1
  412. package/components/container/panel/panel-footer/panel-footer.styles.d.ts +4 -0
  413. package/components/container/panel/panel-footer/panel-footer.styles.d.ts.map +1 -0
  414. package/components/container/panel/panel.component.d.ts +20 -0
  415. package/components/container/panel/panel.component.d.ts.map +1 -0
  416. package/components/container/panel/panel.component.js +2 -8
  417. package/components/container/panel/panel.component.js.map +1 -1
  418. package/components/container/panel/panel.props.d.ts +23 -0
  419. package/components/container/panel/panel.props.d.ts.map +1 -0
  420. package/components/container/panel/panel.props.js +12 -11
  421. package/components/container/panel/panel.props.js.map +1 -1
  422. package/components/container/panel/panel.styles.d.ts +13 -0
  423. package/components/container/panel/panel.styles.d.ts.map +1 -0
  424. package/components/container/partial-host.component.d.ts +19 -0
  425. package/components/container/partial-host.component.d.ts.map +1 -0
  426. package/components/container/partial-host.component.js.map +1 -1
  427. package/components/container/tabs/tabheader/tabheader.component.d.ts +27 -0
  428. package/components/container/tabs/tabheader/tabheader.component.d.ts.map +1 -0
  429. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -1
  430. package/components/container/tabs/tabheader/tabheader.props.d.ts +18 -0
  431. package/components/container/tabs/tabheader/tabheader.props.d.ts.map +1 -0
  432. package/components/container/tabs/tabheader/tabheader.props.js +4 -1
  433. package/components/container/tabs/tabheader/tabheader.props.js.map +1 -1
  434. package/components/container/tabs/tabheader/tabheader.styles.d.ts +18 -0
  435. package/components/container/tabs/tabheader/tabheader.styles.d.ts.map +1 -0
  436. package/components/container/tabs/tabpane/tabpane.component.d.ts +22 -0
  437. package/components/container/tabs/tabpane/tabpane.component.d.ts.map +1 -0
  438. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -1
  439. package/components/container/tabs/tabpane/tabpane.props.d.ts +19 -0
  440. package/components/container/tabs/tabpane/tabpane.props.d.ts.map +1 -0
  441. package/components/container/tabs/tabpane/tabpane.props.js +6 -3
  442. package/components/container/tabs/tabpane/tabpane.props.js.map +1 -1
  443. package/components/container/tabs/tabpane/tabpane.styles.d.ts +4 -0
  444. package/components/container/tabs/tabpane/tabpane.styles.d.ts.map +1 -0
  445. package/components/container/tabs/tabs.component.d.ts +37 -0
  446. package/components/container/tabs/tabs.component.d.ts.map +1 -0
  447. package/components/container/tabs/tabs.props.d.ts +13 -0
  448. package/components/container/tabs/tabs.props.d.ts.map +1 -0
  449. package/components/container/tabs/tabs.props.js +3 -0
  450. package/components/container/tabs/tabs.props.js.map +1 -1
  451. package/components/container/tabs/tabs.styles.d.ts +11 -0
  452. package/components/container/tabs/tabs.styles.d.ts.map +1 -0
  453. package/components/container/tile/tile.component.d.ts +13 -0
  454. package/components/container/tile/tile.component.d.ts.map +1 -0
  455. package/components/container/tile/tile.component.js +0 -3
  456. package/components/container/tile/tile.component.js.map +1 -1
  457. package/components/container/tile/tile.props.d.ts +12 -0
  458. package/components/container/tile/tile.props.d.ts.map +1 -0
  459. package/components/container/tile/tile.props.js +5 -2
  460. package/components/container/tile/tile.props.js.map +1 -1
  461. package/components/container/tile/tile.styles.d.ts +7 -0
  462. package/components/container/tile/tile.styles.d.ts.map +1 -0
  463. package/components/container/wizard/wizard.component.d.ts +47 -0
  464. package/components/container/wizard/wizard.component.d.ts.map +1 -0
  465. package/components/container/wizard/wizard.component.js +2 -2
  466. package/components/container/wizard/wizard.component.js.map +1 -1
  467. package/components/container/wizard/wizard.props.d.ts +28 -0
  468. package/components/container/wizard/wizard.props.d.ts.map +1 -0
  469. package/components/container/wizard/wizard.props.js +4 -2
  470. package/components/container/wizard/wizard.props.js.map +1 -1
  471. package/components/container/wizard/wizard.styles.d.ts +48 -0
  472. package/components/container/wizard/wizard.styles.d.ts.map +1 -0
  473. package/components/container/wizard/wizard.styles.js +16 -1
  474. package/components/container/wizard/wizard.styles.js.map +1 -1
  475. package/components/container/wizard/wizardstep/wizardstep.component.d.ts +21 -0
  476. package/components/container/wizard/wizardstep/wizardstep.component.d.ts.map +1 -0
  477. package/components/container/wizard/wizardstep/wizardstep.props.d.ts +21 -0
  478. package/components/container/wizard/wizardstep/wizardstep.props.d.ts.map +1 -0
  479. package/components/container/wizard/wizardstep/wizardstep.props.js +3 -0
  480. package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
  481. package/components/container/wizard/wizardstep/wizardstep.styles.d.ts +4 -0
  482. package/components/container/wizard/wizardstep/wizardstep.styles.d.ts.map +1 -0
  483. package/components/data/card/card-content/card-content.component.d.ts +14 -0
  484. package/components/data/card/card-content/card-content.component.d.ts.map +1 -0
  485. package/components/data/card/card-content/card-content.props.d.ts +11 -0
  486. package/components/data/card/card-content/card-content.props.d.ts.map +1 -0
  487. package/components/data/card/card-content/card-content.props.js +4 -1
  488. package/components/data/card/card-content/card-content.props.js.map +1 -1
  489. package/components/data/card/card-content/card-content.styles.d.ts +7 -0
  490. package/components/data/card/card-content/card-content.styles.d.ts.map +1 -0
  491. package/components/data/card/card-footer/card-footer.component.d.ts +11 -0
  492. package/components/data/card/card-footer/card-footer.component.d.ts.map +1 -0
  493. package/components/data/card/card-footer/card-footer.props.d.ts +10 -0
  494. package/components/data/card/card-footer/card-footer.props.d.ts.map +1 -0
  495. package/components/data/card/card-footer/card-footer.props.js +4 -1
  496. package/components/data/card/card-footer/card-footer.props.js.map +1 -1
  497. package/components/data/card/card-footer/card-footer.styles.d.ts +4 -0
  498. package/components/data/card/card-footer/card-footer.styles.d.ts.map +1 -0
  499. package/components/data/card/card.component.d.ts +13 -0
  500. package/components/data/card/card.component.d.ts.map +1 -0
  501. package/components/data/card/card.props.d.ts +26 -0
  502. package/components/data/card/card.props.d.ts.map +1 -0
  503. package/components/data/card/card.props.js +19 -16
  504. package/components/data/card/card.props.js.map +1 -1
  505. package/components/data/card/card.styles.d.ts +16 -0
  506. package/components/data/card/card.styles.d.ts.map +1 -0
  507. package/components/data/form/form-action/form-action.component.d.ts +14 -0
  508. package/components/data/form/form-action/form-action.component.d.ts.map +1 -0
  509. package/components/data/form/form-action/form-action.props.d.ts +16 -0
  510. package/components/data/form/form-action/form-action.props.d.ts.map +1 -0
  511. package/components/data/form/form-action/form-action.props.js +4 -1
  512. package/components/data/form/form-action/form-action.props.js.map +1 -1
  513. package/components/data/form/form-action/form-action.styles.d.ts +7 -0
  514. package/components/data/form/form-action/form-action.styles.d.ts.map +1 -0
  515. package/components/data/form/form-body/form-body.component.d.ts +11 -0
  516. package/components/data/form/form-body/form-body.component.d.ts.map +1 -0
  517. package/components/data/form/form-body/form-body.component.js +1 -2
  518. package/components/data/form/form-body/form-body.component.js.map +1 -1
  519. package/components/data/form/form-body/form-body.props.d.ts +10 -0
  520. package/components/data/form/form-body/form-body.props.d.ts.map +1 -0
  521. package/components/data/form/form-body/form-body.props.js +4 -1
  522. package/components/data/form/form-body/form-body.props.js.map +1 -1
  523. package/components/data/form/form-body/form-body.styles.d.ts +4 -0
  524. package/components/data/form/form-body/form-body.styles.d.ts.map +1 -0
  525. package/components/data/form/form-field/form-field.component.d.ts +31 -0
  526. package/components/data/form/form-field/form-field.component.d.ts.map +1 -0
  527. package/components/data/form/form-field/form-field.props.d.ts +34 -0
  528. package/components/data/form/form-field/form-field.props.d.ts.map +1 -0
  529. package/components/data/form/form-field/form-field.props.js +6 -3
  530. package/components/data/form/form-field/form-field.props.js.map +1 -1
  531. package/components/data/form/form-field/form-field.styles.d.ts +7 -0
  532. package/components/data/form/form-field/form-field.styles.d.ts.map +1 -0
  533. package/components/data/form/form-footer/form-footer.component.d.ts +11 -0
  534. package/components/data/form/form-footer/form-footer.component.d.ts.map +1 -0
  535. package/components/data/form/form-footer/form-footer.component.js +1 -2
  536. package/components/data/form/form-footer/form-footer.component.js.map +1 -1
  537. package/components/data/form/form-footer/form-footer.props.d.ts +10 -0
  538. package/components/data/form/form-footer/form-footer.props.d.ts.map +1 -0
  539. package/components/data/form/form-footer/form-footer.props.js +4 -1
  540. package/components/data/form/form-footer/form-footer.props.js.map +1 -1
  541. package/components/data/form/form-footer/form-footer.styles.d.ts +4 -0
  542. package/components/data/form/form-footer/form-footer.styles.d.ts.map +1 -0
  543. package/components/data/form/form.component.d.ts +62 -0
  544. package/components/data/form/form.component.d.ts.map +1 -0
  545. package/components/data/form/form.component.js.map +1 -1
  546. package/components/data/form/form.props.d.ts +31 -0
  547. package/components/data/form/form.props.d.ts.map +1 -0
  548. package/components/data/form/form.props.js +10 -7
  549. package/components/data/form/form.props.js.map +1 -1
  550. package/components/data/form/form.styles.d.ts +13 -0
  551. package/components/data/form/form.styles.d.ts.map +1 -0
  552. package/components/data/list/list-action-template/list-action-template.component.d.ts +13 -0
  553. package/components/data/list/list-action-template/list-action-template.component.d.ts.map +1 -0
  554. package/components/data/list/list-action-template/list-action-template.props.d.ts +11 -0
  555. package/components/data/list/list-action-template/list-action-template.props.d.ts.map +1 -0
  556. package/components/data/list/list-action-template/list-action-template.props.js +5 -2
  557. package/components/data/list/list-action-template/list-action-template.props.js.map +1 -1
  558. package/components/data/list/list-action-template/list-action-template.styles.d.ts +4 -0
  559. package/components/data/list/list-action-template/list-action-template.styles.d.ts.map +1 -0
  560. package/components/data/list/list-template/list-template.component.d.ts +11 -0
  561. package/components/data/list/list-template/list-template.component.d.ts.map +1 -0
  562. package/components/data/list/list-template/list-template.props.d.ts +11 -0
  563. package/components/data/list/list-template/list-template.props.d.ts.map +1 -0
  564. package/components/data/list/list-template/list-template.props.js +3 -0
  565. package/components/data/list/list-template/list-template.props.js.map +1 -1
  566. package/components/data/list/list-template/list-template.styles.d.ts +7 -0
  567. package/components/data/list/list-template/list-template.styles.d.ts.map +1 -0
  568. package/components/data/list/list.component.d.ts +60 -0
  569. package/components/data/list/list.component.d.ts.map +1 -0
  570. package/components/data/list/list.component.js.map +1 -1
  571. package/components/data/list/list.props.d.ts +50 -0
  572. package/components/data/list/list.props.d.ts.map +1 -0
  573. package/components/data/list/list.props.js +18 -17
  574. package/components/data/list/list.props.js.map +1 -1
  575. package/components/data/list/list.styles.d.ts +24 -0
  576. package/components/data/list/list.styles.d.ts.map +1 -0
  577. package/components/data/liveform/liveform.component.d.ts +15 -0
  578. package/components/data/liveform/liveform.component.d.ts.map +1 -0
  579. package/components/data/liveform/liveform.component.js +2 -2
  580. package/components/data/liveform/liveform.component.js.map +1 -1
  581. package/components/device/barcodescanner/barcodescanner.component.d.ts +15 -0
  582. package/components/device/barcodescanner/barcodescanner.component.d.ts.map +1 -0
  583. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -1
  584. package/components/device/barcodescanner/barcodescanner.props.d.ts +18 -0
  585. package/components/device/barcodescanner/barcodescanner.props.d.ts.map +1 -0
  586. package/components/device/barcodescanner/barcodescanner.props.js +5 -2
  587. package/components/device/barcodescanner/barcodescanner.props.js.map +1 -1
  588. package/components/device/barcodescanner/barcodescanner.styles.d.ts +7 -0
  589. package/components/device/barcodescanner/barcodescanner.styles.d.ts.map +1 -0
  590. package/components/device/camera/camera.component.d.ts +16 -0
  591. package/components/device/camera/camera.component.d.ts.map +1 -0
  592. package/components/device/camera/camera.component.js.map +1 -1
  593. package/components/device/camera/camera.props.d.ts +24 -0
  594. package/components/device/camera/camera.props.d.ts.map +1 -0
  595. package/components/device/camera/camera.props.js +7 -4
  596. package/components/device/camera/camera.props.js.map +1 -1
  597. package/components/device/camera/camera.styles.d.ts +7 -0
  598. package/components/device/camera/camera.styles.d.ts.map +1 -0
  599. package/components/dialogs/alertdialog/alertdialog.component.d.ts +16 -0
  600. package/components/dialogs/alertdialog/alertdialog.component.d.ts.map +1 -0
  601. package/components/dialogs/alertdialog/alertdialog.props.d.ts +23 -0
  602. package/components/dialogs/alertdialog/alertdialog.props.d.ts.map +1 -0
  603. package/components/dialogs/alertdialog/alertdialog.props.js +11 -7
  604. package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -1
  605. package/components/dialogs/alertdialog/alertdialog.styles.d.ts +15 -0
  606. package/components/dialogs/alertdialog/alertdialog.styles.d.ts.map +1 -0
  607. package/components/dialogs/confirmdialog/confirmdialog.component.d.ts +16 -0
  608. package/components/dialogs/confirmdialog/confirmdialog.component.d.ts.map +1 -0
  609. package/components/dialogs/confirmdialog/confirmdialog.props.d.ts +23 -0
  610. package/components/dialogs/confirmdialog/confirmdialog.props.d.ts.map +1 -0
  611. package/components/dialogs/confirmdialog/confirmdialog.props.js +11 -7
  612. package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -1
  613. package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts +16 -0
  614. package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts.map +1 -0
  615. package/components/dialogs/dialog/dialog.component.d.ts +17 -0
  616. package/components/dialogs/dialog/dialog.component.d.ts.map +1 -0
  617. package/components/dialogs/dialog/dialog.component.js.map +1 -1
  618. package/components/dialogs/dialog/dialog.props.d.ts +25 -0
  619. package/components/dialogs/dialog/dialog.props.d.ts.map +1 -0
  620. package/components/dialogs/dialog/dialog.props.js +12 -8
  621. package/components/dialogs/dialog/dialog.props.js.map +1 -1
  622. package/components/dialogs/dialog/dialog.styles.d.ts +12 -0
  623. package/components/dialogs/dialog/dialog.styles.d.ts.map +1 -0
  624. package/components/dialogs/dialogactions/dialogactions.component.d.ts +12 -0
  625. package/components/dialogs/dialogactions/dialogactions.component.d.ts.map +1 -0
  626. package/components/dialogs/dialogactions/dialogactions.props.d.ts +10 -0
  627. package/components/dialogs/dialogactions/dialogactions.props.d.ts.map +1 -0
  628. package/components/dialogs/dialogactions/dialogactions.props.js +4 -1
  629. package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -1
  630. package/components/dialogs/dialogactions/dialogactions.styles.d.ts +4 -0
  631. package/components/dialogs/dialogactions/dialogactions.styles.d.ts.map +1 -0
  632. package/components/dialogs/dialogcontent/dialogcontent.component.d.ts +11 -0
  633. package/components/dialogs/dialogcontent/dialogcontent.component.d.ts.map +1 -0
  634. package/components/dialogs/dialogcontent/dialogcontent.props.d.ts +10 -0
  635. package/components/dialogs/dialogcontent/dialogcontent.props.d.ts.map +1 -0
  636. package/components/dialogs/dialogcontent/dialogcontent.props.js +4 -1
  637. package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -1
  638. package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts +4 -0
  639. package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts.map +1 -0
  640. package/components/input/basedataset/basedataset.component.d.ts +28 -0
  641. package/components/input/basedataset/basedataset.component.d.ts.map +1 -0
  642. package/components/input/basedataset/basedataset.props.d.ts +31 -0
  643. package/components/input/basedataset/basedataset.props.d.ts.map +1 -0
  644. package/components/input/basedataset/basedataset.props.js +7 -4
  645. package/components/input/basedataset/basedataset.props.js.map +1 -1
  646. package/components/input/basedataset/basedataset.styles.d.ts +4 -0
  647. package/components/input/basedataset/basedataset.styles.d.ts.map +1 -0
  648. package/components/input/baseinput/baseinput.component.d.ts +33 -0
  649. package/components/input/baseinput/baseinput.component.d.ts.map +1 -0
  650. package/components/input/baseinput/baseinput.props.d.ts +29 -0
  651. package/components/input/baseinput/baseinput.props.d.ts.map +1 -0
  652. package/components/input/baseinput/baseinput.props.js +12 -9
  653. package/components/input/baseinput/baseinput.props.js.map +1 -1
  654. package/components/input/baseinput/baseinput.styles.d.ts +4 -0
  655. package/components/input/baseinput/baseinput.styles.d.ts.map +1 -0
  656. package/components/input/basenumber/basenumber.component.d.ts +58 -0
  657. package/components/input/basenumber/basenumber.component.d.ts.map +1 -0
  658. package/components/input/basenumber/basenumber.component.js.map +1 -1
  659. package/components/input/basenumber/basenumber.props.d.ts +26 -0
  660. package/components/input/basenumber/basenumber.props.d.ts.map +1 -0
  661. package/components/input/basenumber/basenumber.props.js +10 -7
  662. package/components/input/basenumber/basenumber.props.js.map +1 -1
  663. package/components/input/basenumber/basenumber.styles.d.ts +4 -0
  664. package/components/input/basenumber/basenumber.styles.d.ts.map +1 -0
  665. package/components/input/calendar/calendar.component.d.ts +23 -0
  666. package/components/input/calendar/calendar.component.d.ts.map +1 -0
  667. package/components/input/calendar/calendar.component.js.map +1 -1
  668. package/components/input/calendar/calendar.props.d.ts +15 -0
  669. package/components/input/calendar/calendar.props.d.ts.map +1 -0
  670. package/components/input/calendar/calendar.props.js +9 -3
  671. package/components/input/calendar/calendar.props.js.map +1 -1
  672. package/components/input/calendar/calendar.styles.d.ts +30 -0
  673. package/components/input/calendar/calendar.styles.d.ts.map +1 -0
  674. package/components/input/calendar/views/month-view.d.ts +55 -0
  675. package/components/input/calendar/views/month-view.d.ts.map +1 -0
  676. package/components/input/calendar/views/month-view.styles.d.ts +34 -0
  677. package/components/input/calendar/views/month-view.styles.d.ts.map +1 -0
  678. package/components/input/checkbox/checkbox.component.d.ts +20 -0
  679. package/components/input/checkbox/checkbox.component.d.ts.map +1 -0
  680. package/components/input/checkbox/checkbox.props.d.ts +19 -0
  681. package/components/input/checkbox/checkbox.props.d.ts.map +1 -0
  682. package/components/input/checkbox/checkbox.props.js +9 -3
  683. package/components/input/checkbox/checkbox.props.js.map +1 -1
  684. package/components/input/checkbox/checkbox.styles.d.ts +12 -0
  685. package/components/input/checkbox/checkbox.styles.d.ts.map +1 -0
  686. package/components/input/checkboxset/checkboxset.component.d.ts +22 -0
  687. package/components/input/checkboxset/checkboxset.component.d.ts.map +1 -0
  688. package/components/input/checkboxset/checkboxset.props.d.ts +15 -0
  689. package/components/input/checkboxset/checkboxset.props.d.ts.map +1 -0
  690. package/components/input/checkboxset/checkboxset.props.js +3 -0
  691. package/components/input/checkboxset/checkboxset.props.js.map +1 -1
  692. package/components/input/checkboxset/checkboxset.styles.d.ts +14 -0
  693. package/components/input/checkboxset/checkboxset.styles.d.ts.map +1 -0
  694. package/components/input/chips/chips.component.d.ts +44 -0
  695. package/components/input/chips/chips.component.d.ts.map +1 -0
  696. package/components/input/chips/chips.component.js +2 -2
  697. package/components/input/chips/chips.component.js.map +1 -1
  698. package/components/input/chips/chips.props.d.ts +27 -0
  699. package/components/input/chips/chips.props.d.ts.map +1 -0
  700. package/components/input/chips/chips.props.js +9 -6
  701. package/components/input/chips/chips.props.js.map +1 -1
  702. package/components/input/chips/chips.styles.d.ts +35 -0
  703. package/components/input/chips/chips.styles.d.ts.map +1 -0
  704. package/components/input/chips/chips.styles.js +0 -1
  705. package/components/input/chips/chips.styles.js.map +1 -1
  706. package/components/input/composite/composite.component.d.ts +11 -0
  707. package/components/input/composite/composite.component.d.ts.map +1 -0
  708. package/components/input/composite/composite.props.d.ts +11 -0
  709. package/components/input/composite/composite.props.d.ts.map +1 -0
  710. package/components/input/composite/composite.props.js +4 -1
  711. package/components/input/composite/composite.props.js.map +1 -1
  712. package/components/input/composite/composite.styles.d.ts +4 -0
  713. package/components/input/composite/composite.styles.d.ts.map +1 -0
  714. package/components/input/currency/currency.component.d.ts +15 -0
  715. package/components/input/currency/currency.component.d.ts.map +1 -0
  716. package/components/input/currency/currency.component.js +1 -3
  717. package/components/input/currency/currency.component.js.map +1 -1
  718. package/components/input/currency/currency.props.d.ts +9 -0
  719. package/components/input/currency/currency.props.d.ts.map +1 -0
  720. package/components/input/currency/currency.props.js +1 -0
  721. package/components/input/currency/currency.props.js.map +1 -1
  722. package/components/input/currency/currency.styles.d.ts +18 -0
  723. package/components/input/currency/currency.styles.d.ts.map +1 -0
  724. package/components/input/epoch/base-datetime.component.d.ts +50 -0
  725. package/components/input/epoch/base-datetime.component.d.ts.map +1 -0
  726. package/components/input/epoch/base-datetime.component.js +89 -91
  727. package/components/input/epoch/base-datetime.component.js.map +1 -1
  728. package/components/input/epoch/date/date.component.d.ts +9 -0
  729. package/components/input/epoch/date/date.component.d.ts.map +1 -0
  730. package/components/input/epoch/date/date.props.d.ts +5 -0
  731. package/components/input/epoch/date/date.props.d.ts.map +1 -0
  732. package/components/input/epoch/date/date.styles.d.ts +4 -0
  733. package/components/input/epoch/date/date.styles.d.ts.map +1 -0
  734. package/components/input/epoch/date-picker.component.d.ts +28 -0
  735. package/components/input/epoch/date-picker.component.d.ts.map +1 -0
  736. package/components/input/epoch/datetime/datetime.component.d.ts +9 -0
  737. package/components/input/epoch/datetime/datetime.component.d.ts.map +1 -0
  738. package/components/input/epoch/datetime/datetime.props.d.ts +37 -0
  739. package/components/input/epoch/datetime/datetime.props.d.ts.map +1 -0
  740. package/components/input/epoch/datetime/datetime.props.js +12 -6
  741. package/components/input/epoch/datetime/datetime.props.js.map +1 -1
  742. package/components/input/epoch/datetime/datetime.styles.d.ts +24 -0
  743. package/components/input/epoch/datetime/datetime.styles.d.ts.map +1 -0
  744. package/components/input/epoch/datetime/datetime.styles.js +3 -2
  745. package/components/input/epoch/datetime/datetime.styles.js.map +1 -1
  746. package/components/input/epoch/time/time.component.d.ts +11 -0
  747. package/components/input/epoch/time/time.component.d.ts.map +1 -0
  748. package/components/input/epoch/time/time.props.d.ts +6 -0
  749. package/components/input/epoch/time/time.props.d.ts.map +1 -0
  750. package/components/input/epoch/time/time.styles.d.ts +4 -0
  751. package/components/input/epoch/time/time.styles.d.ts.map +1 -0
  752. package/components/input/epoch/wheel-date-picker.component.d.ts +42 -0
  753. package/components/input/epoch/wheel-date-picker.component.d.ts.map +1 -0
  754. package/components/input/epoch/wheel-time-picker.component.d.ts +22 -0
  755. package/components/input/epoch/wheel-time-picker.component.d.ts.map +1 -0
  756. package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts +18 -0
  757. package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts.map +1 -0
  758. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -1
  759. package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts +10 -0
  760. package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts.map +1 -0
  761. package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -1
  762. package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts +12 -0
  763. package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts.map +1 -0
  764. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts +13 -0
  765. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts.map +1 -0
  766. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts +14 -0
  767. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts.map +1 -0
  768. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -1
  769. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts +12 -0
  770. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts.map +1 -0
  771. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts +13 -0
  772. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts.map +1 -0
  773. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts +13 -0
  774. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts.map +1 -0
  775. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -1
  776. package/components/input/fileupload/fileupload.component.d.ts +21 -0
  777. package/components/input/fileupload/fileupload.component.d.ts.map +1 -0
  778. package/components/input/fileupload/fileupload.props.d.ts +18 -0
  779. package/components/input/fileupload/fileupload.props.d.ts.map +1 -0
  780. package/components/input/fileupload/fileupload.props.js +5 -2
  781. package/components/input/fileupload/fileupload.props.js.map +1 -1
  782. package/components/input/fileupload/fileupload.styles.d.ts +7 -0
  783. package/components/input/fileupload/fileupload.styles.d.ts.map +1 -0
  784. package/components/input/number/number.component.d.ts +14 -0
  785. package/components/input/number/number.component.d.ts.map +1 -0
  786. package/components/input/number/number.component.js +1 -2
  787. package/components/input/number/number.component.js.map +1 -1
  788. package/components/input/number/number.props.d.ts +9 -0
  789. package/components/input/number/number.props.d.ts.map +1 -0
  790. package/components/input/number/number.props.js +2 -1
  791. package/components/input/number/number.props.js.map +1 -1
  792. package/components/input/number/number.styles.d.ts +14 -0
  793. package/components/input/number/number.styles.d.ts.map +1 -0
  794. package/components/input/radioset/radioset.component.d.ts +19 -0
  795. package/components/input/radioset/radioset.component.d.ts.map +1 -0
  796. package/components/input/radioset/radioset.props.d.ts +14 -0
  797. package/components/input/radioset/radioset.props.d.ts.map +1 -0
  798. package/components/input/radioset/radioset.props.js +3 -0
  799. package/components/input/radioset/radioset.props.js.map +1 -1
  800. package/components/input/radioset/radioset.styles.d.ts +16 -0
  801. package/components/input/radioset/radioset.styles.d.ts.map +1 -0
  802. package/components/input/rating/rating.component.d.ts +19 -0
  803. package/components/input/rating/rating.component.d.ts.map +1 -0
  804. package/components/input/rating/rating.props.d.ts +27 -0
  805. package/components/input/rating/rating.props.d.ts.map +1 -0
  806. package/components/input/rating/rating.props.js +13 -7
  807. package/components/input/rating/rating.props.js.map +1 -1
  808. package/components/input/rating/rating.styles.d.ts +8 -0
  809. package/components/input/rating/rating.styles.d.ts.map +1 -0
  810. package/components/input/select/select.component.d.ts +37 -0
  811. package/components/input/select/select.component.d.ts.map +1 -0
  812. package/components/input/select/select.component.js +35 -76
  813. package/components/input/select/select.component.js.map +1 -1
  814. package/components/input/select/select.props.d.ts +10 -0
  815. package/components/input/select/select.props.d.ts.map +1 -0
  816. package/components/input/select/select.props.js +5 -2
  817. package/components/input/select/select.props.js.map +1 -1
  818. package/components/input/select/select.styles.d.ts +25 -0
  819. package/components/input/select/select.styles.d.ts.map +1 -0
  820. package/components/input/slider/slider.component.d.ts +55 -0
  821. package/components/input/slider/slider.component.d.ts.map +1 -0
  822. package/components/input/slider/slider.component.js.map +1 -1
  823. package/components/input/slider/slider.props.d.ts +22 -0
  824. package/components/input/slider/slider.props.d.ts.map +1 -0
  825. package/components/input/slider/slider.props.js +3 -0
  826. package/components/input/slider/slider.props.js.map +1 -1
  827. package/components/input/slider/slider.styles.d.ts +24 -0
  828. package/components/input/slider/slider.styles.d.ts.map +1 -0
  829. package/components/input/switch/switch.component.d.ts +15 -0
  830. package/components/input/switch/switch.component.d.ts.map +1 -0
  831. package/components/input/switch/switch.props.d.ts +11 -0
  832. package/components/input/switch/switch.props.d.ts.map +1 -0
  833. package/components/input/switch/switch.props.js +3 -0
  834. package/components/input/switch/switch.props.js.map +1 -1
  835. package/components/input/switch/switch.styles.d.ts +17 -0
  836. package/components/input/switch/switch.styles.d.ts.map +1 -0
  837. package/components/input/text/text.component.d.ts +13 -0
  838. package/components/input/text/text.component.d.ts.map +1 -0
  839. package/components/input/text/text.component.js +1 -2
  840. package/components/input/text/text.component.js.map +1 -1
  841. package/components/input/text/text.props.d.ts +13 -0
  842. package/components/input/text/text.props.d.ts.map +1 -0
  843. package/components/input/text/text.props.js +4 -3
  844. package/components/input/text/text.props.js.map +1 -1
  845. package/components/input/text/text.styles.d.ts +13 -0
  846. package/components/input/text/text.styles.d.ts.map +1 -0
  847. package/components/input/textarea/textarea.component.d.ts +13 -0
  848. package/components/input/textarea/textarea.component.d.ts.map +1 -0
  849. package/components/input/textarea/textarea.component.js +1 -2
  850. package/components/input/textarea/textarea.component.js.map +1 -1
  851. package/components/input/textarea/textarea.props.d.ts +11 -0
  852. package/components/input/textarea/textarea.props.d.ts.map +1 -0
  853. package/components/input/textarea/textarea.props.js +4 -3
  854. package/components/input/textarea/textarea.props.js.map +1 -1
  855. package/components/input/textarea/textarea.styles.d.ts +14 -0
  856. package/components/input/textarea/textarea.styles.d.ts.map +1 -0
  857. package/components/input/toggle/toggle.component.d.ts +25 -0
  858. package/components/input/toggle/toggle.component.d.ts.map +1 -0
  859. package/components/input/toggle/toggle.component.js +4 -12
  860. package/components/input/toggle/toggle.component.js.map +1 -1
  861. package/components/input/toggle/toggle.props.d.ts +27 -0
  862. package/components/input/toggle/toggle.props.d.ts.map +1 -0
  863. package/components/input/toggle/toggle.props.js +11 -10
  864. package/components/input/toggle/toggle.props.js.map +1 -1
  865. package/components/input/toggle/toggle.styles.d.ts +12 -0
  866. package/components/input/toggle/toggle.styles.d.ts.map +1 -0
  867. package/components/navigation/appnavbar/appnavbar.component.d.ts +18 -0
  868. package/components/navigation/appnavbar/appnavbar.component.d.ts.map +1 -0
  869. package/components/navigation/appnavbar/appnavbar.component.js +1 -1
  870. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
  871. package/components/navigation/appnavbar/appnavbar.props.d.ts +21 -0
  872. package/components/navigation/appnavbar/appnavbar.props.d.ts.map +1 -0
  873. package/components/navigation/appnavbar/appnavbar.props.js +4 -1
  874. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
  875. package/components/navigation/appnavbar/appnavbar.styles.d.ts +17 -0
  876. package/components/navigation/appnavbar/appnavbar.styles.d.ts.map +1 -0
  877. package/components/navigation/basenav/basenav.component.d.ts +24 -0
  878. package/components/navigation/basenav/basenav.component.d.ts.map +1 -0
  879. package/components/navigation/basenav/basenav.props.d.ts +12 -0
  880. package/components/navigation/basenav/basenav.props.d.ts.map +1 -0
  881. package/components/navigation/basenav/basenav.props.js +5 -5
  882. package/components/navigation/basenav/basenav.props.js.map +1 -1
  883. package/components/navigation/basenav/basenav.styles.d.ts +4 -0
  884. package/components/navigation/basenav/basenav.styles.d.ts.map +1 -0
  885. package/components/navigation/menu/menu.component.d.ts +14 -0
  886. package/components/navigation/menu/menu.component.d.ts.map +1 -0
  887. package/components/navigation/menu/menu.props.d.ts +12 -0
  888. package/components/navigation/menu/menu.props.d.ts.map +1 -0
  889. package/components/navigation/menu/menu.props.js +3 -0
  890. package/components/navigation/menu/menu.props.js.map +1 -1
  891. package/components/navigation/menu/menu.styles.d.ts +9 -0
  892. package/components/navigation/menu/menu.styles.d.ts.map +1 -0
  893. package/components/navigation/navbar/navbar.component.d.ts +18 -0
  894. package/components/navigation/navbar/navbar.component.d.ts.map +1 -0
  895. package/components/navigation/navbar/navbar.props.d.ts +17 -0
  896. package/components/navigation/navbar/navbar.props.d.ts.map +1 -0
  897. package/components/navigation/navbar/navbar.props.js +4 -1
  898. package/components/navigation/navbar/navbar.props.js.map +1 -1
  899. package/components/navigation/navbar/navbar.styles.d.ts +10 -0
  900. package/components/navigation/navbar/navbar.styles.d.ts.map +1 -0
  901. package/components/navigation/navitem/navitem.component.d.ts +15 -0
  902. package/components/navigation/navitem/navitem.component.d.ts.map +1 -0
  903. package/components/navigation/navitem/navitem.props.d.ts +21 -0
  904. package/components/navigation/navitem/navitem.props.d.ts.map +1 -0
  905. package/components/navigation/navitem/navitem.props.js +7 -4
  906. package/components/navigation/navitem/navitem.props.js.map +1 -1
  907. package/components/navigation/navitem/navitem.styles.d.ts +11 -0
  908. package/components/navigation/navitem/navitem.styles.d.ts.map +1 -0
  909. package/components/navigation/popover/popover.component.d.ts +36 -0
  910. package/components/navigation/popover/popover.component.d.ts.map +1 -0
  911. package/components/navigation/popover/popover.component.js +1 -5
  912. package/components/navigation/popover/popover.component.js.map +1 -1
  913. package/components/navigation/popover/popover.props.d.ts +35 -0
  914. package/components/navigation/popover/popover.props.d.ts.map +1 -0
  915. package/components/navigation/popover/popover.props.js +17 -12
  916. package/components/navigation/popover/popover.props.js.map +1 -1
  917. package/components/navigation/popover/popover.styles.d.ts +16 -0
  918. package/components/navigation/popover/popover.styles.d.ts.map +1 -0
  919. package/components/page/content/content.component.d.ts +11 -0
  920. package/components/page/content/content.component.d.ts.map +1 -0
  921. package/components/page/content/content.props.d.ts +6 -0
  922. package/components/page/content/content.props.d.ts.map +1 -0
  923. package/components/page/content/content.props.js.map +1 -1
  924. package/components/page/content/content.styles.d.ts +4 -0
  925. package/components/page/content/content.styles.d.ts.map +1 -0
  926. package/components/page/left-panel/left-panel.component.d.ts +15 -0
  927. package/components/page/left-panel/left-panel.component.d.ts.map +1 -0
  928. package/components/page/left-panel/left-panel.props.d.ts +11 -0
  929. package/components/page/left-panel/left-panel.props.d.ts.map +1 -0
  930. package/components/page/left-panel/left-panel.props.js +3 -0
  931. package/components/page/left-panel/left-panel.props.js.map +1 -1
  932. package/components/page/left-panel/left-panel.styles.d.ts +4 -0
  933. package/components/page/left-panel/left-panel.styles.d.ts.map +1 -0
  934. package/components/page/page-content/page-content.component.d.ts +26 -0
  935. package/components/page/page-content/page-content.component.d.ts.map +1 -0
  936. package/components/page/page-content/page-content.component.js.map +1 -1
  937. package/components/page/page-content/page-content.props.d.ts +17 -0
  938. package/components/page/page-content/page-content.props.d.ts.map +1 -0
  939. package/components/page/page-content/page-content.props.js +6 -3
  940. package/components/page/page-content/page-content.props.js.map +1 -1
  941. package/components/page/page-content/page-content.styles.d.ts +7 -0
  942. package/components/page/page-content/page-content.styles.d.ts.map +1 -0
  943. package/components/page/page.component.d.ts +16 -0
  944. package/components/page/page.component.d.ts.map +1 -0
  945. package/components/page/page.props.d.ts +15 -0
  946. package/components/page/page.props.d.ts.map +1 -0
  947. package/components/page/page.props.js +5 -1
  948. package/components/page/page.props.js.map +1 -1
  949. package/components/page/page.styles.d.ts +7 -0
  950. package/components/page/page.styles.d.ts.map +1 -0
  951. package/components/page/partial/partial.component.d.ts +12 -0
  952. package/components/page/partial/partial.component.d.ts.map +1 -0
  953. package/components/page/partial/partial.props.d.ts +6 -0
  954. package/components/page/partial/partial.props.d.ts.map +1 -0
  955. package/components/page/partial/partial.props.js.map +1 -1
  956. package/components/page/partial/partial.styles.d.ts +7 -0
  957. package/components/page/partial/partial.styles.d.ts.map +1 -0
  958. package/components/page/partial-container/partial-container.component.d.ts +11 -0
  959. package/components/page/partial-container/partial-container.component.d.ts.map +1 -0
  960. package/components/page/partial-container/partial-container.component.js.map +1 -1
  961. package/components/page/partial-container/partial-container.props.d.ts +11 -0
  962. package/components/page/partial-container/partial-container.props.d.ts.map +1 -0
  963. package/components/page/partial-container/partial-container.props.js +5 -2
  964. package/components/page/partial-container/partial-container.props.js.map +1 -1
  965. package/components/page/partial-container/partial-container.styles.d.ts +4 -0
  966. package/components/page/partial-container/partial-container.styles.d.ts.map +1 -0
  967. package/components/page/tabbar/curve.d.ts +2 -0
  968. package/components/page/tabbar/curve.d.ts.map +1 -0
  969. package/components/page/tabbar/tabbar.component.d.ts +42 -0
  970. package/components/page/tabbar/tabbar.component.d.ts.map +1 -0
  971. package/components/page/tabbar/tabbar.props.d.ts +15 -0
  972. package/components/page/tabbar/tabbar.props.d.ts.map +1 -0
  973. package/components/page/tabbar/tabbar.props.js +5 -2
  974. package/components/page/tabbar/tabbar.props.js.map +1 -1
  975. package/components/page/tabbar/tabbar.styles.d.ts +20 -0
  976. package/components/page/tabbar/tabbar.styles.d.ts.map +1 -0
  977. package/components/prefab/prefab-container.component.d.ts +12 -0
  978. package/components/prefab/prefab-container.component.d.ts.map +1 -0
  979. package/components/prefab/prefab-container.props.d.ts +6 -0
  980. package/components/prefab/prefab-container.props.d.ts.map +1 -0
  981. package/components/prefab/prefab-container.props.js.map +1 -1
  982. package/components/prefab/prefab-container.styles.d.ts +7 -0
  983. package/components/prefab/prefab-container.styles.d.ts.map +1 -0
  984. package/core/AppConfig.d.ts +46 -0
  985. package/core/AppConfig.d.ts.map +1 -0
  986. package/core/accessibility.d.ts +61 -0
  987. package/core/accessibility.d.ts.map +1 -0
  988. package/core/asset.provider.d.ts +4 -0
  989. package/core/asset.provider.d.ts.map +1 -0
  990. package/core/base.component.d.ts +191 -0
  991. package/core/base.component.d.ts.map +1 -0
  992. package/core/base.component.js +7 -10
  993. package/core/base.component.js.map +1 -1
  994. package/core/components/error-fallback/error-fallback.component.d.ts +4 -0
  995. package/core/components/error-fallback/error-fallback.component.d.ts.map +1 -0
  996. package/core/components/error-fallback/error-fallback.component.js +18 -50
  997. package/core/components/error-fallback/error-fallback.component.js.map +1 -1
  998. package/core/components/error-fallback/error-fallback.styles.d.ts +29 -0
  999. package/core/components/error-fallback/error-fallback.styles.d.ts.map +1 -0
  1000. package/core/components/error-fallback/error-fallback.styles.js +1 -4
  1001. package/core/components/error-fallback/error-fallback.styles.js.map +1 -1
  1002. package/core/components/floatinglabel.component.d.ts +8 -0
  1003. package/core/components/floatinglabel.component.d.ts.map +1 -0
  1004. package/core/components/sticky-base.component.d.ts +31 -0
  1005. package/core/components/sticky-base.component.d.ts.map +1 -0
  1006. package/core/components/sticky-container.component.d.ts +14 -0
  1007. package/core/components/sticky-container.component.d.ts.map +1 -0
  1008. package/core/components/sticky-container.styles.d.ts +11 -0
  1009. package/core/components/sticky-container.styles.d.ts.map +1 -0
  1010. package/core/components/sticky-nav.component.d.ts +14 -0
  1011. package/core/components/sticky-nav.component.d.ts.map +1 -0
  1012. package/core/components/textinput.component.d.ts +17 -0
  1013. package/core/components/textinput.component.d.ts.map +1 -0
  1014. package/core/constant.service.d.ts +18 -0
  1015. package/core/constant.service.d.ts.map +1 -0
  1016. package/core/constants/currency-constants.d.ts +1073 -0
  1017. package/core/constants/currency-constants.d.ts.map +1 -0
  1018. package/core/currency-constants.d.ts +2 -0
  1019. package/core/currency-constants.d.ts.map +1 -0
  1020. package/core/device/av-service.d.ts +13 -0
  1021. package/core/device/av-service.d.ts.map +1 -0
  1022. package/core/device/calendar-service.d.ts +25 -0
  1023. package/core/device/calendar-service.d.ts.map +1 -0
  1024. package/core/device/camera-service.d.ts +27 -0
  1025. package/core/device/camera-service.d.ts.map +1 -0
  1026. package/core/device/contacts-service.d.ts +17 -0
  1027. package/core/device/contacts-service.d.ts.map +1 -0
  1028. package/core/device/fileupload-service.d.ts +7 -0
  1029. package/core/device/fileupload-service.d.ts.map +1 -0
  1030. package/core/device/location-service.d.ts +17 -0
  1031. package/core/device/location-service.d.ts.map +1 -0
  1032. package/core/device/openfile-service.d.ts +52 -0
  1033. package/core/device/openfile-service.d.ts.map +1 -0
  1034. package/core/device/scan-service.d.ts +13 -0
  1035. package/core/device/scan-service.d.ts.map +1 -0
  1036. package/core/display.manager.d.ts +12 -0
  1037. package/core/display.manager.d.ts.map +1 -0
  1038. package/core/error-boundary.component.d.ts +21 -0
  1039. package/core/error-boundary.component.d.ts.map +1 -0
  1040. package/core/error-boundary.component.js +1 -17
  1041. package/core/error-boundary.component.js.map +1 -1
  1042. package/core/event-notifier.d.ts +14 -0
  1043. package/core/event-notifier.d.ts.map +1 -0
  1044. package/core/file-extension-types.d.ts +2 -0
  1045. package/core/file-extension-types.d.ts.map +1 -0
  1046. package/core/fixed-view.component.d.ts +33 -0
  1047. package/core/fixed-view.component.d.ts.map +1 -0
  1048. package/core/fixed-view.component.js +2 -19
  1049. package/core/fixed-view.component.js.map +1 -1
  1050. package/core/formatters.d.ts +28 -0
  1051. package/core/formatters.d.ts.map +1 -0
  1052. package/core/i18n.service.d.ts +6 -0
  1053. package/core/i18n.service.d.ts.map +1 -0
  1054. package/core/if.component.d.ts +12 -0
  1055. package/core/if.component.d.ts.map +1 -0
  1056. package/core/imageSizeEstimator.d.ts +14 -0
  1057. package/core/imageSizeEstimator.d.ts.map +1 -0
  1058. package/core/injector.d.ts +18 -0
  1059. package/core/injector.d.ts.map +1 -0
  1060. package/core/key.extractor.d.ts +7 -0
  1061. package/core/key.extractor.d.ts.map +1 -0
  1062. package/core/logger.d.ts +26 -0
  1063. package/core/logger.d.ts.map +1 -0
  1064. package/core/modal.service.d.ts +22 -0
  1065. package/core/modal.service.d.ts.map +1 -0
  1066. package/core/navigation.service.d.ts +32 -0
  1067. package/core/navigation.service.d.ts.map +1 -0
  1068. package/core/network.service.d.ts +114 -0
  1069. package/core/network.service.d.ts.map +1 -0
  1070. package/core/partial.service.d.ts +10 -0
  1071. package/core/partial.service.d.ts.map +1 -0
  1072. package/core/props.provider.d.ts +19 -0
  1073. package/core/props.provider.d.ts.map +1 -0
  1074. package/core/responsive.utils.d.ts +24 -0
  1075. package/core/responsive.utils.d.ts.map +1 -0
  1076. package/core/screen-capture-protection.service.d.ts +8 -0
  1077. package/core/screen-capture-protection.service.d.ts.map +1 -0
  1078. package/core/scroll-view.component.d.ts +19 -0
  1079. package/core/scroll-view.component.d.ts.map +1 -0
  1080. package/core/secure-storage.service.d.ts +10 -0
  1081. package/core/secure-storage.service.d.ts.map +1 -0
  1082. package/core/security.service.d.ts +13 -0
  1083. package/core/security.service.d.ts.map +1 -0
  1084. package/core/spinner.service.d.ts +13 -0
  1085. package/core/spinner.service.d.ts.map +1 -0
  1086. package/core/sticky-view.component.d.ts +21 -0
  1087. package/core/sticky-view.component.d.ts.map +1 -0
  1088. package/core/sticky-wrapper.d.ts +31 -0
  1089. package/core/sticky-wrapper.d.ts.map +1 -0
  1090. package/core/storage.service.d.ts +11 -0
  1091. package/core/storage.service.d.ts.map +1 -0
  1092. package/core/tappable.component.d.ts +40 -0
  1093. package/core/tappable.component.d.ts.map +1 -0
  1094. package/core/tappable.component.js +4 -7
  1095. package/core/tappable.component.js.map +1 -1
  1096. package/core/testid.provider.d.ts +4 -0
  1097. package/core/testid.provider.d.ts.map +1 -0
  1098. package/core/toast.service.d.ts +24 -0
  1099. package/core/toast.service.d.ts.map +1 -0
  1100. package/core/toast.service.js.map +1 -1
  1101. package/core/ui-preferences.context.d.ts +11 -0
  1102. package/core/ui-preferences.context.d.ts.map +1 -0
  1103. package/core/utils.d.ts +167 -0
  1104. package/core/utils.d.ts.map +1 -0
  1105. package/core/viewport.d.ts +19 -0
  1106. package/core/viewport.d.ts.map +1 -0
  1107. package/core/wm-component-tree.d.ts +22 -0
  1108. package/core/wm-component-tree.d.ts.map +1 -0
  1109. package/gestures/carousel-swipe.animation.d.ts +56 -0
  1110. package/gestures/carousel-swipe.animation.d.ts.map +1 -0
  1111. package/gestures/swipe.animation.d.ts +51 -0
  1112. package/gestures/swipe.animation.d.ts.map +1 -0
  1113. package/index.d.ts +2 -0
  1114. package/index.d.ts.map +1 -0
  1115. package/package.json +2 -2
  1116. package/runtime/App.d.ts +129 -0
  1117. package/runtime/App.d.ts.map +1 -0
  1118. package/runtime/App.js +13 -124
  1119. package/runtime/App.js.map +1 -1
  1120. package/runtime/App.navigator.d.ts +11 -0
  1121. package/runtime/App.navigator.d.ts.map +1 -0
  1122. package/runtime/base-customwidget.component.d.ts +24 -0
  1123. package/runtime/base-customwidget.component.d.ts.map +1 -0
  1124. package/runtime/base-fragment.component.d.ts +91 -0
  1125. package/runtime/base-fragment.component.d.ts.map +1 -0
  1126. package/runtime/base-fragment.component.js +1 -1
  1127. package/runtime/base-fragment.component.js.map +1 -1
  1128. package/runtime/base-page.component.d.ts +42 -0
  1129. package/runtime/base-page.component.d.ts.map +1 -0
  1130. package/runtime/base-page.component.js +2 -11
  1131. package/runtime/base-page.component.js.map +1 -1
  1132. package/runtime/base-partial.component.d.ts +29 -0
  1133. package/runtime/base-partial.component.d.ts.map +1 -0
  1134. package/runtime/base-prefab.component.d.ts +29 -0
  1135. package/runtime/base-prefab.component.d.ts.map +1 -0
  1136. package/runtime/lib-patch.d.ts +8 -0
  1137. package/runtime/lib-patch.d.ts.map +1 -0
  1138. package/runtime/memo.component.d.ts +20 -0
  1139. package/runtime/memo.component.d.ts.map +1 -0
  1140. package/runtime/navigator/drawer.navigator.d.ts +14 -0
  1141. package/runtime/navigator/drawer.navigator.d.ts.map +1 -0
  1142. package/runtime/navigator/drawer.navigator.js +0 -1
  1143. package/runtime/navigator/drawer.navigator.js.map +1 -1
  1144. package/runtime/navigator/stack.navigator.d.ts +8 -0
  1145. package/runtime/navigator/stack.navigator.d.ts.map +1 -0
  1146. package/runtime/platform.api.d.ts +13 -0
  1147. package/runtime/platform.api.d.ts.map +1 -0
  1148. package/runtime/services/app-display-manager.service.d.ts +16 -0
  1149. package/runtime/services/app-display-manager.service.d.ts.map +1 -0
  1150. package/runtime/services/app-i18n.service.d.ts +33 -0
  1151. package/runtime/services/app-i18n.service.d.ts.map +1 -0
  1152. package/runtime/services/app-modal.service.d.ts +19 -0
  1153. package/runtime/services/app-modal.service.d.ts.map +1 -0
  1154. package/runtime/services/app-security.service.d.ts +30 -0
  1155. package/runtime/services/app-security.service.d.ts.map +1 -0
  1156. package/runtime/services/app-spinner.service.d.ts +20 -0
  1157. package/runtime/services/app-spinner.service.d.ts.map +1 -0
  1158. package/runtime/services/app-toast.service.d.ts +13 -0
  1159. package/runtime/services/app-toast.service.d.ts.map +1 -0
  1160. package/runtime/services/device/calendar-service.d.ts +11 -0
  1161. package/runtime/services/device/calendar-service.d.ts.map +1 -0
  1162. package/runtime/services/device/camera-service.d.ts +63 -0
  1163. package/runtime/services/device/camera-service.d.ts.map +1 -0
  1164. package/runtime/services/device/camera-service.js +20 -31
  1165. package/runtime/services/device/camera-service.js.map +1 -1
  1166. package/runtime/services/device/contacts-service.d.ts +7 -0
  1167. package/runtime/services/device/contacts-service.d.ts.map +1 -0
  1168. package/runtime/services/device/location-service.d.ts +6 -0
  1169. package/runtime/services/device/location-service.d.ts.map +1 -0
  1170. package/runtime/services/device/permission-service.d.ts +7 -0
  1171. package/runtime/services/device/permission-service.d.ts.map +1 -0
  1172. package/runtime/services/device/permissions.d.ts +5 -0
  1173. package/runtime/services/device/permissions.d.ts.map +1 -0
  1174. package/runtime/services/device/scan-service.d.ts +19 -0
  1175. package/runtime/services/device/scan-service.d.ts.map +1 -0
  1176. package/runtime/services/partial.service.d.ts +12 -0
  1177. package/runtime/services/partial.service.d.ts.map +1 -0
  1178. package/runtime/services/webprocess.service.d.ts +10 -0
  1179. package/runtime/services/webprocess.service.d.ts.map +1 -0
  1180. package/runtime/watcher.d.ts +33 -0
  1181. package/runtime/watcher.d.ts.map +1 -0
  1182. package/styles/MediaQueryList.d.ts +6 -0
  1183. package/styles/MediaQueryList.d.ts.map +1 -0
  1184. package/styles/background.component.d.ts +57 -0
  1185. package/styles/background.component.d.ts.map +1 -0
  1186. package/styles/background.component.js +2 -2
  1187. package/styles/background.component.js.map +1 -1
  1188. package/styles/calc.d.ts +24 -0
  1189. package/styles/calc.d.ts.map +1 -0
  1190. package/styles/color-mix.d.ts +5 -0
  1191. package/styles/color-mix.d.ts.map +1 -0
  1192. package/styles/style-prop.validator.d.ts +4 -0
  1193. package/styles/style-prop.validator.d.ts.map +1 -0
  1194. package/styles/style-props.d.ts +49 -0
  1195. package/styles/style-props.d.ts.map +1 -0
  1196. package/styles/theme.d.ts +66 -0
  1197. package/styles/theme.d.ts.map +1 -0
  1198. package/styles/theme.js +11 -27
  1199. package/styles/theme.js.map +1 -1
  1200. package/styles/theme.variables.d.ts +379 -0
  1201. package/styles/theme.variables.d.ts.map +1 -0
  1202. package/styles/theme.variables.js +0 -2
  1203. package/styles/theme.variables.js.map +1 -1
  1204. package/variables/base-variable.d.ts +50 -0
  1205. package/variables/base-variable.d.ts.map +1 -0
  1206. package/variables/device/calendar/create-event.operation.d.ts +18 -0
  1207. package/variables/device/calendar/create-event.operation.d.ts.map +1 -0
  1208. package/variables/device/calendar/delete-event.operation.d.ts +14 -0
  1209. package/variables/device/calendar/delete-event.operation.d.ts.map +1 -0
  1210. package/variables/device/calendar/get-events.operation.d.ts +18 -0
  1211. package/variables/device/calendar/get-events.operation.d.ts.map +1 -0
  1212. package/variables/device/camera/capture-image.operation.d.ts +14 -0
  1213. package/variables/device/camera/capture-image.operation.d.ts.map +1 -0
  1214. package/variables/device/camera/capture-video.operation.d.ts +14 -0
  1215. package/variables/device/camera/capture-video.operation.d.ts.map +1 -0
  1216. package/variables/device/contacts/get-contacts.operation.d.ts +19 -0
  1217. package/variables/device/contacts/get-contacts.operation.d.ts.map +1 -0
  1218. package/variables/device/device/app-info.operation.d.ts +13 -0
  1219. package/variables/device/device/app-info.operation.d.ts.map +1 -0
  1220. package/variables/device/device/current-geo-position.operation.d.ts +31 -0
  1221. package/variables/device/device/current-geo-position.operation.d.ts.map +1 -0
  1222. package/variables/device/device/device-info.operation.d.ts +11 -0
  1223. package/variables/device/device/device-info.operation.d.ts.map +1 -0
  1224. package/variables/device/device/network-info.operation.d.ts +14 -0
  1225. package/variables/device/device/network-info.operation.d.ts.map +1 -0
  1226. package/variables/device/device/vibrate.operation.d.ts +8 -0
  1227. package/variables/device/device/vibrate.operation.d.ts.map +1 -0
  1228. package/variables/device/file/open-file.operation.d.ts +31 -0
  1229. package/variables/device/file/open-file.operation.d.ts.map +1 -0
  1230. package/variables/device/file/upload-file.operation.d.ts +23 -0
  1231. package/variables/device/file/upload-file.operation.d.ts.map +1 -0
  1232. package/variables/device/operation.provider.d.ts +15 -0
  1233. package/variables/device/operation.provider.d.ts.map +1 -0
  1234. package/variables/device/scan/scan.operation.d.ts +21 -0
  1235. package/variables/device/scan/scan.operation.d.ts.map +1 -0
  1236. package/variables/device-variable.d.ts +10 -0
  1237. package/variables/device-variable.d.ts.map +1 -0
  1238. package/variables/http.service.d.ts +11 -0
  1239. package/variables/http.service.d.ts.map +1 -0
  1240. package/variables/live-variable.d.ts +44 -0
  1241. package/variables/live-variable.d.ts.map +1 -0
  1242. package/variables/model-variable.d.ts +10 -0
  1243. package/variables/model-variable.d.ts.map +1 -0
  1244. package/variables/service-variable.d.ts +33 -0
  1245. package/variables/service-variable.d.ts.map +1 -0
  1246. package/variables/utils/dataset-util.d.ts +32 -0
  1247. package/variables/utils/dataset-util.d.ts.map +1 -0
  1248. package/variables/utils/inflight-queue.d.ts +36 -0
  1249. package/variables/utils/inflight-queue.d.ts.map +1 -0
  1250. package/variables/utils/variable.constants.d.ts +22 -0
  1251. package/variables/utils/variable.constants.d.ts.map +1 -0
  1252. package/variables/utils/variable.utils.d.ts +21 -0
  1253. package/variables/utils/variable.utils.d.ts.map +1 -0
  1254. package/core/advanced-promise-rejection-tracker.js +0 -208
  1255. package/core/advanced-promise-rejection-tracker.js.map +0 -1
  1256. package/core/global-error-handler.service.js +0 -103
  1257. package/core/global-error-handler.service.js.map +0 -1
  1258. package/npm-shrinkwrap.json +0 -26091
  1259. package/package-lock.json +0 -26091
@@ -0,0 +1,8 @@
1
+ import { BaseVariable, VariableConfig } from "@wavemaker/app-rn-runtime/variables/base-variable";
2
+ export interface ActionConfig extends VariableConfig {
3
+ }
4
+ export declare class BaseAction<T extends ActionConfig> extends BaseVariable<T> {
5
+ constructor(config: T);
6
+ setData(dataSet: any): void;
7
+ }
8
+ //# sourceMappingURL=base-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-action.d.ts","sourceRoot":"","sources":["../../../src/actions/base-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAGjG,MAAM,WAAW,YAAa,SAAQ,cAAc;CAEnD;AAED,qBAAa,UAAU,CAAC,CAAC,SAAS,YAAY,CAAE,SAAQ,YAAY,CAAC,CAAC,CAAC;gBAEvD,MAAM,EAAE,CAAC;IAIrB,OAAO,CAAC,OAAO,EAAE,GAAG;CAIvB"}
@@ -0,0 +1,6 @@
1
+ export * from './base-action';
2
+ export * from './navigation-action';
3
+ export * from './timer-action';
4
+ export * from './notification-action';
5
+ export * from './login-action';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ActionConfig, BaseAction } from "./base-action";
2
+ import { SecurityService } from "@wavemaker/app-rn-runtime/core/security.service";
3
+ export interface LoginActionConfig extends ActionConfig {
4
+ securityService: () => SecurityService;
5
+ baseURL: String;
6
+ useDefaultSuccessHandler: boolean;
7
+ }
8
+ export declare class LoginAction extends BaseAction<LoginActionConfig> {
9
+ constructor(config: LoginActionConfig);
10
+ invoke(options: any, successcb?: Function, errorcb?: Function): any;
11
+ }
12
+ //# sourceMappingURL=login-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login-action.d.ts","sourceRoot":"","sources":["../../../src/actions/login-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,MAAM,WAAW,iBAAkB,SAAQ,YAAY;IACnD,eAAe,EAAE,MAAM,eAAe,CAAC;IACvC,OAAO,EAAE,MAAM,CAAC;IAChB,wBAAwB,EAAE,OAAO,CAAC;CACrC;AACD,qBAAa,WAAY,SAAQ,UAAU,CAAC,iBAAiB,CAAC;gBAC9C,MAAM,EAAE,iBAAiB;IAIrC,MAAM,CAAC,OAAO,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ;CA0BhE"}
@@ -0,0 +1,11 @@
1
+ import { ActionConfig, BaseAction } from "./base-action";
2
+ import { SecurityService } from "@wavemaker/app-rn-runtime/core/security.service";
3
+ export interface LogoutActionConfig extends ActionConfig {
4
+ securityService: () => SecurityService;
5
+ baseURL: String;
6
+ }
7
+ export declare class LogoutAction extends BaseAction<LogoutActionConfig> {
8
+ constructor(config: LogoutActionConfig);
9
+ invoke(options: any, successcb?: Function, errorcb?: Function): any;
10
+ }
11
+ //# sourceMappingURL=logout-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logout-action.d.ts","sourceRoot":"","sources":["../../../src/actions/logout-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACpD,eAAe,EAAE,MAAM,eAAe,CAAC;IACvC,OAAO,EAAE,MAAM,CAAC;CACnB;AACD,qBAAa,YAAa,SAAQ,UAAU,CAAC,kBAAkB,CAAC;gBAChD,MAAM,EAAE,kBAAkB;IAItC,MAAM,CAAC,OAAO,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ;CAchE"}
@@ -0,0 +1,13 @@
1
+ import AppConfig from "@wavemaker/app-rn-runtime/core/AppConfig";
2
+ import { ActionConfig, BaseAction } from "./base-action";
3
+ export interface NavigationActionConfig extends ActionConfig {
4
+ appConfig: AppConfig;
5
+ operation: string;
6
+ _context: any;
7
+ }
8
+ export declare class NavigationAction extends BaseAction<NavigationActionConfig> {
9
+ constructor(config: NavigationActionConfig);
10
+ invoke(params?: {}, onSuccess?: Function, onError?: Function): Promise<NavigationAction>;
11
+ navigate(params?: {}, onSuccess?: Function, onError?: Function): Promise<NavigationAction>;
12
+ }
13
+ //# sourceMappingURL=navigation-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-action.d.ts","sourceRoot":"","sources":["../../../src/actions/navigation-action.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,0CAA0C,CAAC;AAEjE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGzD,MAAM,WAAW,sBAAuB,SAAQ,YAAY;IACxD,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,GAAG,CAAC;CACjB;AAED,qBAAa,gBAAiB,SAAQ,UAAU,CAAC,sBAAsB,CAAC;gBACxD,MAAM,EAAE,sBAAsB;IAInC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,gBAAgB,CAAC;IA+BxF,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAGpG"}
@@ -0,0 +1,20 @@
1
+ import { ActionConfig, BaseAction } from "./base-action";
2
+ import { ToastOptions, ToastService } from '@wavemaker/app-rn-runtime/core/toast.service';
3
+ import React from 'react';
4
+ export interface NotificationActionConfig extends ActionConfig {
5
+ showDialog: Function;
6
+ onOk: any;
7
+ onCancel: any;
8
+ onClose: any;
9
+ operation: string;
10
+ partialContent: React.ReactNode;
11
+ toasterService: () => ToastService;
12
+ }
13
+ export declare class NotificationAction extends BaseAction<NotificationActionConfig> {
14
+ showDialog: Function;
15
+ constructor(config: NotificationActionConfig);
16
+ prepareToastOptions(options?: any): ToastOptions;
17
+ getMessage(): any;
18
+ invoke(options: any, success: any, error: any): any;
19
+ }
20
+ //# sourceMappingURL=notification-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-action.d.ts","sourceRoot":"","sources":["../../../src/actions/notification-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC1F,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,MAAM,WAAW,wBAAyB,SAAQ,YAAY;IAC1D,UAAU,EAAE,QAAQ,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,EAAE,GAAG,CAAC;IACd,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,cAAc,EAAE,MAAM,YAAY,CAAC;CACtC;AAED,qBAAa,kBAAmB,SAAQ,UAAU,CAAC,wBAAwB,CAAC;IACxE,UAAU,EAAE,QAAQ,CAAC;gBACT,MAAM,EAAE,wBAAwB;IAK5C,mBAAmB,CAAC,OAAO,GAAE,GAAQ;IAyCrC,UAAU;IAIV,MAAM,CAAC,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG;CAShD"}
@@ -23,7 +23,6 @@ export class NotificationAction extends BaseAction {
23
23
  o.hideOnClick = !params.showclosebutton && (options.hideOnClick || true);
24
24
  o.showclosebutton = params.showclosebutton;
25
25
  o.closeiconclass = params.closeiconclass || 'wi wi-close';
26
- o.messageiconclass = params.messageiconclass;
27
26
  const toasterPosition = options.position || params.toasterPosition || 'bottom right';
28
27
  const placement = toasterPosition.split(' ')[0];
29
28
  switch (placement) {
@@ -1 +1 @@
1
- {"version":3,"names":["BaseAction","DEFAULT_DURATION","NotificationAction","constructor","config","_defineProperty","showDialog","prepareToastOptions","options","_options$class","_params$class","params","paramProvider","o","text","message","type","class","toLowerCase","onClose","onClick","onOk","content","partialContent","hideOnClick","showclosebutton","closeiconclass","messageiconclass","toasterPosition","position","placement","split","styles","top","bottom","duration","parseInt","name","getMessage","invoke","success","error","operation","toasterService","showToast","onCancel"],"sources":["notification-action.ts"],"sourcesContent":["import { ActionConfig, BaseAction } from \"./base-action\";\nimport { ToastOptions, ToastService } from '@wavemaker/app-rn-runtime/core/toast.service';\nimport React from 'react';\nexport interface NotificationActionConfig extends ActionConfig {\n showDialog: Function;\n onOk: any;\n onCancel: any;\n onClose: any;\n operation: string;\n partialContent: React.ReactNode;\n toasterService: () => ToastService;\n}\nconst DEFAULT_DURATION = 3000;\nexport class NotificationAction extends BaseAction<NotificationActionConfig> {\n showDialog: Function;\n constructor(config: NotificationActionConfig) {\n super(config);\n this.showDialog = config.showDialog;\n }\n\n prepareToastOptions(options: any = {}) {\n const params = this.config.paramProvider();\n const o = {} as ToastOptions;\n o.text = options.message || params.text;\n o.type = options.class?.toLowerCase() || params.class?.toLowerCase();\n o.onClose = () => {\n this.config.onClose && this.config.onClose(this);\n },\n o.onClick = () => {\n this.config.onOk && this.config.onOk(this);\n },\n o.content = this.config.partialContent;\n o.hideOnClick = !params.showclosebutton && (options.hideOnClick || true);\n o.showclosebutton = params.showclosebutton;\n o.closeiconclass = params.closeiconclass || 'wi wi-close';\n o.messageiconclass = params.messageiconclass;\n const toasterPosition = options.position || params.toasterPosition || 'bottom right';\n const placement = toasterPosition.split(' ')[0];\n switch(placement) {\n case 'top':\n o.styles = {top: 0};\n break;\n case 'bottom':\n o.styles = {bottom: 0};\n break;\n case 'center':\n o.styles = {top: '50%'};\n break;\n }\n if (this.config.partialContent) {\n if (!o.styles) {\n o.styles = {};\n }\n }\n if (!params.duration) {\n params.duration = (params.duration !== 0 && o.type === 'success') ? DEFAULT_DURATION : 0;\n }\n o.duration = parseInt(options.duration || params.duration);\n o.name = this.name;\n return o;\n }\n\n getMessage() {\n return this.config.paramProvider().text;\n }\n\n invoke(options: any, success: any, error: any) {\n super.invoke(options, success, error);\n if (this.config.operation === 'toast') {\n const toasterService = this.config.toasterService();\n return toasterService.showToast(this.prepareToastOptions(options));\n } else {\n return this.showDialog && this.showDialog({...this.params, onOk: this.config.onOk, onCancel: this.config.onCancel, onClose: this.config.onClose});\n }\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["BaseAction","DEFAULT_DURATION","NotificationAction","constructor","config","_defineProperty","showDialog","prepareToastOptions","options","_options$class","_params$class","params","paramProvider","o","text","message","type","class","toLowerCase","onClose","onClick","onOk","content","partialContent","hideOnClick","showclosebutton","closeiconclass","toasterPosition","position","placement","split","styles","top","bottom","duration","parseInt","name","getMessage","invoke","success","error","operation","toasterService","showToast","onCancel"],"sources":["notification-action.ts"],"sourcesContent":["import { ActionConfig, BaseAction } from \"./base-action\";\nimport { ToastOptions, ToastService } from '@wavemaker/app-rn-runtime/core/toast.service';\nimport React from 'react';\nexport interface NotificationActionConfig extends ActionConfig {\n showDialog: Function;\n onOk: any;\n onCancel: any;\n onClose: any;\n operation: string;\n partialContent: React.ReactNode;\n toasterService: () => ToastService;\n}\nconst DEFAULT_DURATION = 3000;\nexport class NotificationAction extends BaseAction<NotificationActionConfig> {\n showDialog: Function;\n constructor(config: NotificationActionConfig) {\n super(config);\n this.showDialog = config.showDialog;\n }\n\n prepareToastOptions(options: any = {}) {\n const params = this.config.paramProvider();\n const o = {} as ToastOptions;\n o.text = options.message || params.text;\n o.type = options.class?.toLowerCase() || params.class?.toLowerCase();\n o.onClose = () => {\n this.config.onClose && this.config.onClose(this);\n },\n o.onClick = () => {\n this.config.onOk && this.config.onOk(this);\n },\n o.content = this.config.partialContent;\n o.hideOnClick = !params.showclosebutton && (options.hideOnClick || true);\n o.showclosebutton = params.showclosebutton;\n o.closeiconclass = params.closeiconclass || 'wi wi-close';\n const toasterPosition = options.position || params.toasterPosition || 'bottom right';\n const placement = toasterPosition.split(' ')[0];\n switch(placement) {\n case 'top':\n o.styles = {top: 0};\n break;\n case 'bottom':\n o.styles = {bottom: 0};\n break;\n case 'center':\n o.styles = {top: '50%'};\n break;\n }\n if (this.config.partialContent) {\n if (!o.styles) {\n o.styles = {};\n }\n }\n if (!params.duration) {\n params.duration = (params.duration !== 0 && o.type === 'success') ? DEFAULT_DURATION : 0;\n }\n o.duration = parseInt(options.duration || params.duration);\n o.name = this.name;\n return o;\n }\n\n getMessage() {\n return this.config.paramProvider().text;\n }\n\n invoke(options: any, success: any, error: any) {\n super.invoke(options, success, error);\n if (this.config.operation === 'toast') {\n const toasterService = this.config.toasterService();\n return toasterService.showToast(this.prepareToastOptions(options));\n } else {\n return this.showDialog && this.showDialog({...this.params, onOk: this.config.onOk, onCancel: this.config.onCancel, onClose: this.config.onClose});\n }\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,20 @@
1
+ import { ActionConfig, BaseAction } from "./base-action";
2
+ export interface TimerActionConfig extends ActionConfig {
3
+ repeating: Boolean;
4
+ delay: number;
5
+ onSuccess: any;
6
+ }
7
+ export declare class TimerAction extends BaseAction<TimerActionConfig> {
8
+ repeating: Boolean;
9
+ _isFired: boolean;
10
+ _schedulerID: any;
11
+ delay: number;
12
+ constructor(config: TimerActionConfig);
13
+ invoke(options: any, success: any, error: any): any;
14
+ cancel(): void;
15
+ destroy(): void;
16
+ pause(): void;
17
+ trigger(options: any, success: any, error: any): any;
18
+ fire(options: any, success: any, error: any): any;
19
+ }
20
+ //# sourceMappingURL=timer-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timer-action.d.ts","sourceRoot":"","sources":["../../../src/actions/timer-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACzD,MAAM,WAAW,iBAAkB,SAAQ,YAAY;IACnD,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,GAAG,CAAC;CAClB;AACD,qBAAa,WAAY,SAAQ,UAAU,CAAC,iBAAiB,CAAC;IAC1D,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,UAAS;IACjB,YAAY,EAAE,GAAG,CAAM;IACvB,KAAK,EAAE,MAAM,CAAC;gBACF,MAAM,EAAE,iBAAiB;IAMrC,MAAM,CAAC,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG;IAK7C,MAAM;IAWN,OAAO;IAIP,KAAK;IAIL,OAAO,CAAC,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG;IAkB9C,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG;CAM9C"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmCarouselContentProps from './carousel-content.props';
4
+ import { WmCarouselContentStyles } from './carousel-content.styles';
5
+ export declare class WmCarouselContentState extends BaseComponentState<WmCarouselContentProps> {
6
+ }
7
+ export default class WmCarouselContent extends BaseComponent<WmCarouselContentProps, WmCarouselContentState, WmCarouselContentStyles> {
8
+ constructor(props: WmCarouselContentProps);
9
+ renderWidget(props: WmCarouselContentProps): React.JSX.Element;
10
+ }
11
+ //# sourceMappingURL=carousel-content.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-content.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/advanced/carousel/carousel-content/carousel-content.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAiB,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEnF,qBAAa,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;CAAG;AAEzF,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,aAAa,CAAC,sBAAsB,EAAE,sBAAsB,EAAE,uBAAuB,CAAC;gBAEvH,KAAK,EAAE,sBAAsB;IAIzC,YAAY,CAAC,KAAK,EAAE,sBAAsB;CAG3C"}
@@ -0,0 +1,5 @@
1
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ export default class WmCarouselContentProps extends BaseProps {
3
+ children?: any;
4
+ }
5
+ //# sourceMappingURL=carousel-content.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-content.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/advanced/carousel/carousel-content/carousel-content.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAE1E,MAAM,CAAC,OAAO,OAAO,sBAAuB,SAAQ,SAAS;IACzD,QAAQ,CAAC,MAAe;CAC3B"}
@@ -0,0 +1,4 @@
1
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ export type WmCarouselContentStyles = BaseStyles & {};
3
+ export declare const DEFAULT_CLASS = "app-carousel-content";
4
+ //# sourceMappingURL=carousel-content.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-content.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/advanced/carousel/carousel-content/carousel-content.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAEzF,MAAM,MAAM,uBAAuB,GAAG,UAAU,GAAG,EAAE,CAAC;AAEtD,eAAO,MAAM,aAAa,yBAAyB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmCarouselTemplateProps from './carousel-template.props';
4
+ import { WmCarouselTemplateStyles } from './carousel-template.styles';
5
+ export declare class WmCarouselTemplateState extends BaseComponentState<WmCarouselTemplateProps> {
6
+ }
7
+ export default class WmCarouselTemplate extends BaseComponent<WmCarouselTemplateProps, WmCarouselTemplateState, WmCarouselTemplateStyles> {
8
+ constructor(props: WmCarouselTemplateProps);
9
+ renderWidget(props: WmCarouselTemplateProps): React.JSX.Element;
10
+ }
11
+ //# sourceMappingURL=carousel-template.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-template.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/advanced/carousel/carousel-template/carousel-template.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAiB,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAErF,qBAAa,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;CAAG;AAE3F,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,aAAa,CAAC,uBAAuB,EAAE,uBAAuB,EAAE,wBAAwB,CAAC;gBAE3H,KAAK,EAAE,uBAAuB;IAI1C,YAAY,CAAC,KAAK,EAAE,uBAAuB;CAK5C"}
@@ -0,0 +1,5 @@
1
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ export default class WmCarouselTemplateProps extends BaseProps {
3
+ children?: any;
4
+ }
5
+ //# sourceMappingURL=carousel-template.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-template.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/advanced/carousel/carousel-template/carousel-template.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAE1E,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,SAAS;IAC1D,QAAQ,CAAC,MAAe;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmCarouselTemplateProps","constructor","args","_defineProperty"],"sources":["carousel-template.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmCarouselTemplateProps extends BaseProps {\n children = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBAChD,IAAI;EAAA;AACnB","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmCarouselTemplateProps","constructor","args","_defineProperty"],"sources":["carousel-template.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmCarouselTemplateProps extends BaseProps {\n children? = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBAC/C,IAAI;EAAA;AACpB","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ export type WmCarouselTemplateStyles = BaseStyles & {};
3
+ export declare const DEFAULT_CLASS = "app-carousel-template";
4
+ //# sourceMappingURL=carousel-template.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-template.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/advanced/carousel/carousel-template/carousel-template.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAEzF,MAAM,MAAM,wBAAwB,GAAG,UAAU,GAAG,EAAE,CAAC;AAEvD,eAAO,MAAM,aAAa,0BAA0B,CAAC"}
@@ -0,0 +1,36 @@
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 WmCarouselProps from './carousel.props';
5
+ import { WmCarouselStyles } from './carousel.styles';
6
+ export declare class WmCarouselState<D> extends BaseComponentState<WmCarouselProps<D>> {
7
+ activeIndex: number;
8
+ }
9
+ export default class WmCarousel<D> extends BaseComponent<WmCarouselProps<D>, WmCarouselState<D>, WmCarouselStyles> {
10
+ noOfSlides: number;
11
+ private slidesLayout;
12
+ private keyExtractor;
13
+ stopPlay: Function;
14
+ private dotPosition;
15
+ private wrapperPosition;
16
+ private animationView;
17
+ private animationHandlers;
18
+ constructor(props: WmCarouselProps<D>);
19
+ addSlideLayout(index: number, nativeEvent: LayoutChangeEvent): void;
20
+ private generateItemKey;
21
+ autoPlay(): void;
22
+ stopAnimation(): void;
23
+ startAnimation(): void;
24
+ onPropertyChange(name: string, $new: any, $old: any): void;
25
+ animatePagination(index: number): void;
26
+ onSlideChange: (index: number) => void;
27
+ renderItem: (item: D, index: number) => any;
28
+ next: () => void;
29
+ prev: () => void;
30
+ renderPagination(data: D[]): React.JSX.Element;
31
+ renderSkeleton(props: WmCarouselProps<D>): React.ReactNode | null;
32
+ componentDidMount(): void;
33
+ extractChildrenData: (data: any) => any[];
34
+ renderWidget(props: WmCarouselProps<D>): React.ReactNode;
35
+ }
36
+ //# sourceMappingURL=carousel.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/advanced/carousel/carousel.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAA0B,iBAAiB,EAAmB,MAAM,cAAc,CAAC;AAG1F,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAIlG,OAAO,eAAe,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAiB,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAGpE,qBAAa,eAAe,CAAC,CAAC,CAAE,SAAQ,kBAAkB,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAC5E,WAAW,EAAE,MAAM,CAAK;CACzB;AAED,MAAM,CAAC,OAAO,OAAO,UAAU,CAAC,CAAC,CAAE,SAAQ,aAAa,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,gBAAgB,CAAC;IAEhH,UAAU,EAAE,MAAM,CAAK;IACvB,OAAO,CAAC,YAAY,CAAyB;IAC7C,OAAO,CAAC,YAAY,CAA6B;IACjD,QAAQ,EAAE,QAAQ,CAAe;IACjC,OAAO,CAAC,WAAW,CAAyB;IAC5C,OAAO,CAAC,eAAe,CAAyB;IAChD,OAAO,CAAC,aAAa,CAA2C;IAChE,OAAO,CAAC,iBAAiB,CA0CI;gBAEjB,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC;IAOrC,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,iBAAiB;IAO5D,OAAO,CAAC,eAAe;IAOvB,QAAQ;IAsBR,aAAa;IAGb,cAAc;IAKd,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;IAiB1D,iBAAiB,CAAC,KAAK,EAAE,MAAM;IAqC/B,aAAa,UAAW,MAAM,UAO7B;IAED,UAAU,SAAU,CAAC,SAAS,MAAM,SAQnC;IAED,IAAI,aAaH;IAED,IAAI,aAEH;IAED,gBAAgB,CAAC,IAAI,EAAE,CAAC,EAAE;IA0DnB,cAAc,CAAC,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,SAAS,GAAG,IAAI;IAOxE,iBAAiB,IAAI,IAAI;IAKzB,mBAAmB,SAAU,GAAG,WAQ/B;IAED,YAAY,CAAC,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,SAAS;CAgGzD"}
@@ -183,7 +183,7 @@ export default class WmCarousel extends BaseComponent {
183
183
  var _this$styles$dotStyle, _this$styles$dotStyle2, _this$styles$dotStyle3;
184
184
  const prevIndex = this.state.activeIndex;
185
185
  const props = this.state.props;
186
- const maxNoOfDots = this.state.props.maxnoofdots;
186
+ const maxNoOfDots = this.state.props.maxnoofdots || 5;
187
187
  const margin = (((_this$styles$dotStyle = this.styles.dotStyle) === null || _this$styles$dotStyle === void 0 ? void 0 : _this$styles$dotStyle.marginLeft) || 0) + (((_this$styles$dotStyle2 = this.styles.dotStyle) === null || _this$styles$dotStyle2 === void 0 ? void 0 : _this$styles$dotStyle2.marginRight) || 0);
188
188
  const width = ((_this$styles$dotStyle3 = this.styles.dotStyle) === null || _this$styles$dotStyle3 === void 0 ? void 0 : _this$styles$dotStyle3.width) || 2;
189
189
  const size = margin + width;
@@ -320,7 +320,7 @@ export default class WmCarousel extends BaseComponent {
320
320
  slidesLayout: this.slidesLayout,
321
321
  activeIndex: this.state.activeIndex
322
322
  }, data.map((item, index) => {
323
- var _this$animationView7, _this$animationView8;
323
+ var _this$animationView7, _this$animationView8, _data2;
324
324
  const isActive = index === this.state.activeIndex - 1;
325
325
  let scale = (_this$animationView7 = this.animationView) === null || _this$animationView7 === void 0 ? void 0 : _this$animationView7.animationPhase.interpolate({
326
326
  inputRange: [-2000, index - 1, index, index + 1, 2000],
@@ -336,7 +336,7 @@ export default class WmCarousel extends BaseComponent {
336
336
  testID: `carousel_item_${index}`,
337
337
  style: [{
338
338
  height: props.type === 'dynamic' ? undefined : '100%'
339
- }, this.styles.slide, index === 0 ? this.styles.firstSlide : null, index === data.length - 1 ? this.styles.lastSlide : null, isActive ? this.styles.activeSlide : null, translateX && scale ? {
339
+ }, this.styles.slide, index === 0 ? this.styles.firstSlide : null, index === ((_data2 = data) === null || _data2 === void 0 ? void 0 : _data2.length) - 1 ? this.styles.lastSlide : null, isActive ? this.styles.activeSlide : null, translateX && scale ? {
340
340
  transform: [{
341
341
  translateX: !isUndefined(slideTranslateX) ? slideTranslateX : translateX
342
342
  }, {
@@ -1 +1 @@
1
- {"version":3,"names":["React","isArray","isUndefined","isObject","Animated","Easing","View","DefaultKeyExtractor","WmIcon","BaseComponent","BaseComponentState","SwipeAnimation","Tappable","WmCarouselProps","DEFAULT_CLASS","WmCarouselState","constructor","args","_defineProperty","WmCarousel","props","Value","bounds","e","_this$slidesLayout","_this$slidesLayout$ac","activeTabIndex","state","activeIndex","lower","slidesLayout","filter","l","i","reduce","s","width","center","upper","computePhase","value","_this$slidesLayout$ac2","w","Math","abs","onLower","onSlideChange","onUpper","noOfSlides","stopatlast","_this$animationView","currentSlideIndex","currentPosition","animationView","setPosition","_this$animationView2","index","prevIndex","updateState","invokeEventCallback","animatePagination","item","type","renderSlide","data","extractChildrenData","children","dataset","length","_this$animationView3","_this$animationView4","goToUpper","_this$animationView5","goToLower","Array","Object","keys","cleanup","push","stopPlay","addSlideLayout","nativeEvent","layout","forceUpdate","generateItemKey","itemkey","_showSkeleton","keyExtractor","getKey","autoPlay","initialized","animation","animationinterval","intervalId","setInterval","next","clearInterval","setTimeout","_this$animationView6","stopAnimation","startAnimation","onPropertyChange","name","$new","$old","_this$keyExtractor","clear","min","_this$styles$dotStyle","_this$styles$dotStyle2","_this$styles$dotStyle3","maxNoOfDots","maxnoofdots","margin","styles","dotStyle","marginLeft","marginRight","size","multiplier","isRTL","options","useNativeDriver","duration","easing","out","linear","shouldAnimate","newTranslateX","timing","wrapperPosition","toValue","start","dotPosition","max","renderPagination","_this$styles$dotStyle4","_this$styles$dotStyle5","dotMargin","wrapperWidth","minIndex","maxIndex","dotSkeleton","root","createElement","style","justifyContent","alignItems","dotsWrapperStyle","flexDirection","transform","translateX","dotsContainerStyle","map","isActive","scale","animatedScale","ease","_extends","key","getTestPropsForAction","activeDotStyle","renderSkeleton","skeleton","renderItem","componentDidMount","renderWidget","_data","_this$styles$slide","hasNavs","controls","hasDots","slideScale","undefined","slideTranslateX","slide","_this$styles$slide2","_this$styles$slide3","find","o","onLayout","event","handleLayout","_background","enableGestures","enablegestures","flex","direction","threshold","ref","r","handlers","animationHandlers","slideMinWidth","_this$animationView7","_this$animationView8","animationPhase","interpolate","inputRange","outputRange","bind","testID","height","firstSlide","lastSlide","activeSlide","onTap","_this$animationView9","position","rippleColor","disableTouchEffect","disabletoucheffect","btnPanel","id","getTestId","iconclass","prevBtn","prev","accessibilitylabel","accessibilityrole","nextBtn"],"sources":["carousel.component.tsx"],"sourcesContent":["import React from 'react';\nimport { isArray, isUndefined, isObject } from 'lodash-es';\nimport { Animated, Easing, View, LayoutChangeEvent, LayoutRectangle } from 'react-native';\nimport { DefaultKeyExtractor } from '@wavemaker/app-rn-runtime/core/key.extractor';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport * as SwipeAnimation from '@wavemaker/app-rn-runtime/gestures/carousel-swipe.animation';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\n\nimport WmCarouselProps from './carousel.props';\nimport { DEFAULT_CLASS, WmCarouselStyles } from './carousel.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nexport class WmCarouselState extends BaseComponentState<WmCarouselProps> {\n activeIndex = 1;\n}\n\nexport default class WmCarousel extends BaseComponent<WmCarouselProps, WmCarouselState, WmCarouselStyles> {\n\n noOfSlides: number = 0;\n private slidesLayout: LayoutRectangle[] = [];\n private keyExtractor = new DefaultKeyExtractor();\n stopPlay: Function = null as any;\n private dotPosition = new Animated.Value(0);\n private wrapperPosition = new Animated.Value(0);\n private animationView: SwipeAnimation.View | null = null as any;\n private animationHandlers = {\n bounds: (e) => {\n const activeTabIndex = this.state.activeIndex - 1;\n let lower = 0;\n if (activeTabIndex > 0) {\n lower = this.slidesLayout\n .filter((l , i) => i < activeTabIndex - 1)\n .reduce((s, l) => s + l.width, 0);\n }\n let center = lower + (this.slidesLayout[activeTabIndex - 1]?.width || 0);\n let upper = center + (this.slidesLayout[activeTabIndex]?.width || 0);\n return {\n lower: -1 * lower,\n center: -1 * center,\n upper: -1 * upper\n };\n },\n computePhase: (value) => {\n const activeTabIndex = this.state.activeIndex - 1;\n const w = this.slidesLayout[activeTabIndex]?.width || 0;\n return w && Math.abs(value / w);\n },\n onLower: (e) => {\n this.onSlideChange(this.state.activeIndex - 1);\n },\n onUpper: (e) => {\n if(this.noOfSlides < this.state.activeIndex + 1){\n if (this.state.props.stopatlast) {\n const currentSlideIndex = this.state.activeIndex - 1;\n const currentPosition = this.slidesLayout\n .filter((l, i) => i < currentSlideIndex)\n .reduce((s, l) => s + l.width, 0);\n this.animationView?.setPosition(-1 * currentPosition);\n return;\n } else {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }\n } else {\n this.onSlideChange(this.state.activeIndex + 1);\n }\n }\n } as SwipeAnimation.Handlers;\n\n constructor(props: WmCarouselProps) {\n super(props, DEFAULT_CLASS, new WmCarouselProps(), new WmCarouselState());\n this.cleanup.push(() => {\n this.stopPlay && this.stopPlay();\n })\n }\n\n addSlideLayout(index: number, nativeEvent: LayoutChangeEvent) {\n this.slidesLayout[index] = nativeEvent.nativeEvent.layout;\n if (index === this.state.activeIndex) {\n this.forceUpdate();\n }\n }\n\n private generateItemKey(item: any, index: number, props: WmCarouselProps) {\n if (props.itemkey && item && !this._showSkeleton) {\n return props.itemkey(item, index);\n }\n return 'list_item_' + this.keyExtractor.getKey(item, true);\n }\n\n autoPlay() {\n if(!this.initialized){\n return;\n }\n const props = this.state.props;\n this.stopPlay && this.stopPlay();\n if (props.animation === 'auto' && props.animationinterval) {\n const intervalId = setInterval(() => {\n if (props.stopatlast && this.state.activeIndex >= this.noOfSlides) {\n return; \n }\n this.next();\n }, props.animationinterval * 1000);\n this.stopPlay = () => clearInterval(intervalId);\n } else {\n setTimeout(() => {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }, 1000);\n }\n }\n\n stopAnimation(){ \n this.stopPlay();\n }\n startAnimation() {\n this.autoPlay();\n }\n \n\n onPropertyChange(name: string, $new: any, $old: any): void {\n super.onPropertyChange(name, $new, $old);\n switch (name) {\n case 'dataset': {\n this.keyExtractor?.clear();\n this.updateState({\n activeIndex: Math.min(this.state.activeIndex, $new?.length || 1)\n } as WmCarouselState);\n break;\n }\n case 'animation':\n case 'animationinterval' : {\n this.autoPlay();\n }\n }\n }\n\n animatePagination(index: number) {\n const prevIndex = this.state.activeIndex;\n const props = this.state.props;\n const maxNoOfDots = this.state.props.maxnoofdots;\n const margin = ((this.styles.dotStyle?.marginLeft as number)|| 0) + \n ((this.styles.dotStyle?.marginRight as number)|| 0)\n const width = (this.styles.dotStyle?.width as number)|| 2;\n const size = margin + width;\n const multiplier = this.isRTL ? -1 : 1;\n const options = {\n useNativeDriver: true,\n duration: 100,\n easing: Easing.out(Easing.linear),\n };\n let data = props.type === 'dynamic' ? props.dataset : props.children;\n const shouldAnimate = !(maxNoOfDots >= data?.length) && index > 3 && index <= data?.length - 2;\n if (shouldAnimate) {\n const newTranslateX = multiplier * -(index - 3) * (width + margin);\n Animated.timing(this.wrapperPosition, {\n toValue: newTranslateX,\n ...options,\n }).start();\n }\n if (index == 1 && prevIndex == data?.length) {\n Animated.timing(this.wrapperPosition, {\n toValue: 0,\n ...options,\n }).start();\n } \n if (prevIndex < index || prevIndex > index) {\n Animated.timing(this.dotPosition, {\n toValue: multiplier * size * Math.max(index - 1, 0),\n ...options,\n }).start();\n } \n }\n\n onSlideChange = (index: number) => {\n const prevIndex = this.state.activeIndex;\n this.updateState({\n activeIndex: index\n } as WmCarouselState,\n () => this.invokeEventCallback('onChange', [this, index, prevIndex]));\n this.animatePagination(index);\n }\n\n renderItem = (item: any, index: number) => {\n const props = this.state.props;\n if (props.type === 'dynamic') {\n return props.renderSlide ? props.renderSlide(item, index, this) : null;\n }\n const data= this.extractChildrenData(props.children)\n return data[index];\n \n }\n\n next = () => {\n const props = this.state.props;\n const data = props.type === 'dynamic' ? props.dataset : props.children;\n if (this.state.activeIndex >= data?.length || 0) {\n if (props.stopatlast) {\n return; \n } else {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }\n } else {\n this.animationView?.goToUpper();\n }\n }\n\n prev = () => {\n this.animationView?.goToLower();\n }\n\n renderPagination(data: any) {\n const maxNoOfDots = data.length > 5 ? this.state.props.maxnoofdots : data.length;\n const activeIndex = this.state.activeIndex - 1;\n const dotMargin = ((this.styles.dotStyle?.marginLeft as number)|| 0) + \n ((this.styles.dotStyle?.marginRight as number)|| 0);\n const wrapperWidth = (this.styles.dotStyle.width as any * maxNoOfDots) + (dotMargin * maxNoOfDots);\n let minIndex = Math.max(this.state.activeIndex - maxNoOfDots + 1, 0);\n let maxIndex = Math.min(minIndex + maxNoOfDots - 1, data.length);\n if (maxIndex === data.length) {\n minIndex = maxIndex - maxNoOfDots;\n }\n const dotStyle = this._showSkeleton ? {\n ...this.styles.dotStyle,\n ...this.styles.dotSkeleton.root\n } : this.styles.dotStyle\n return (<View style={{ width: '100%', justifyContent: 'center', alignItems: 'center' }}>\n <View style={[this.styles.dotsWrapperStyle, { width: wrapperWidth }]}>\n <Animated.View\n style={[{\n flexDirection: this.isRTL ? 'row-reverse' : 'row',\n transform: [{ translateX: this.wrapperPosition }],\n }, this.styles.dotsContainerStyle]}\n >\n {data.map((item: any, index: number) => {\n const isActive = index === activeIndex;\n let scale = 1;\n if (activeIndex <= 2) {\n scale = index <= 2 ? 1 : 1 - 0.1 * (index - 2);\n } else if (activeIndex >= data.length - 3) {\n scale = index >= data.length - 3 ? 1 : 1 - 0.1 * ((data.length - 3) - index);\n } else {\n scale = index === activeIndex ? 1 : (Math.abs(index - activeIndex) === 1 ? 0.9 : 0.8);\n }\n const animatedScale = new Animated.Value(scale);\n Animated.timing(animatedScale, {\n toValue: scale,\n duration: 100,\n easing: Easing.out(Easing.ease),\n useNativeDriver: true,\n }).start();\n return (\n <Animated.View\n key={'dots_' + this.generateItemKey(item, index, this.state.props)}\n {...this.getTestPropsForAction('indicator' + index)}\n style={[dotStyle,\n isActive && this.styles.activeDotStyle,\n { \n transform: [{scale: animatedScale}]\n },\n ]}\n />\n );\n })}\n </Animated.View>\n </View>\n </View>);\n }\n\n public renderSkeleton(props: WmCarouselProps): React.ReactNode | null {\n return <View style={[this.styles.root, {...this.styles.skeleton.root}]}>\n {this.renderItem({}, 0)}\n {this.renderPagination([{}, {}, {}])}\n </View>\n }\n\n componentDidMount(): void {\n super.componentDidMount();\n this.autoPlay();\n }\n //Added below function to handle the case if the props.children has one object https://wavemaker.atlassian.net/browse/WMS-25986\n extractChildrenData = (data: any) => {\n if(Array.isArray(data)){\n return data;\n }\n if(data && isObject(data) && Object.keys(data).length > 0){\n return [data]\n }\n return [];\n }\n\n renderWidget(props: WmCarouselProps) {\n const hasNavs = props.controls === 'both' || props.controls ==='navs';\n const hasDots = props.controls === 'both' || props.controls ==='indicators';\n let styles = this.styles;\n let data = props.type === 'dynamic' ? props.dataset : props.children;\n data = this.extractChildrenData(data); \n this.noOfSlides = data?.length || 0;\n let slideScale = undefined as any;\n let slideTranslateX = undefined as any;\n if (isArray(this.styles.slide?.transform)) {\n slideScale = (this.styles.slide?.transform?.find(o => !isUndefined((o as any).scale)) as any)?.scale;\n slideTranslateX = (this.styles.slide?.transform?.find(o => !isUndefined((o as any).translateX)) as any)?.translateX;\n }\n // TODO: loop prop on Carousel is not working Refer: https://github.com/meliorence/react-native-snap-carousel/issues/608\n return (\n <View \n style={styles.root}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <SwipeAnimation.View \n enableGestures={props.enablegestures && this.noOfSlides > 1}\n style={{\n flex: 1\n }}\n direction='horizontal'\n threshold={this.state.props.threshold}\n ref={(r) => {this.animationView = r}}\n handlers = {this.animationHandlers}\n slideMinWidth={this.styles.slide.width}\n slidesLayout={this.slidesLayout}\n activeIndex={this.state.activeIndex}\n >\n {data.map((item: any, index: number) => {\n const isActive = index === this.state.activeIndex - 1;\n let scale = this.animationView?.animationPhase.interpolate({\n inputRange: [-2000, index - 1, index, index + 1, 2000],\n outputRange: [slideScale, slideScale, 1, slideScale, slideScale]\n });\n let translateX = this.animationView?.animationPhase.interpolate({\n inputRange: [-2000, index - 1, index, index + 1, 2000],\n outputRange: [-56, -56, 0, 56, 56]\n });\n return (\n <Animated.View key={this.generateItemKey(item, index, props)}\n onLayout={this.addSlideLayout.bind(this, index)}\n testID={`carousel_item_${index}`}\n style={[\n {height: props.type === 'dynamic' ? undefined : '100%'},\n this.styles.slide,\n index === 0 ? this.styles.firstSlide : null,\n index === data.length - 1 ? this.styles.lastSlide: null,\n isActive ? this.styles.activeSlide: null,\n translateX && scale ? {\n transform: [\n {\n translateX: !isUndefined(slideTranslateX) ? slideTranslateX : translateX\n }, {\n scale: scale\n }\n ]\n } : null]}>\n <Tappable onTap={() => {\n this.onSlideChange(index + 1);\n const position = this.slidesLayout\n .filter((l , i) => i < index)\n .reduce((s, l) => s + l.width, 0);\n this.animationView?.setPosition(-1 * position);\n }} rippleColor={this.styles.root.rippleColor} styles={{height: \"100%\"}}\n disableTouchEffect={this.state.props.disabletoucheffect}>\n {this.renderItem(item, index)}\n </Tappable>\n </Animated.View>\n );\n })}\n </SwipeAnimation.View>\n {hasNavs ? (\n <View style={styles.btnPanel}>\n <WmIcon\n id={this.getTestId('prev_icon')}\n iconclass=\"wi wi-chevron-left fa-2x\"\n styles={styles.prevBtn}\n onTap={this.prev}\n accessibilitylabel='back'\n accessibilityrole='button'/>\n <WmIcon\n id={this.getTestId('next_icon')}\n iconclass=\"wi wi-chevron-right fa-2x\"\n styles={styles.nextBtn}\n onTap={this.next}\n accessibilitylabel='next'\n accessibilityrole='button'/>\n </View>): null}\n {hasDots && data ? this.renderPagination(data) : null}\n </View>);\n }\n}"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","isArray","isUndefined","isObject","Animated","Easing","View","DefaultKeyExtractor","WmIcon","BaseComponent","BaseComponentState","SwipeAnimation","Tappable","WmCarouselProps","DEFAULT_CLASS","WmCarouselState","constructor","args","_defineProperty","WmCarousel","props","Value","bounds","e","_this$slidesLayout","_this$slidesLayout$ac","activeTabIndex","state","activeIndex","lower","slidesLayout","filter","l","i","reduce","s","width","center","upper","computePhase","value","_this$slidesLayout$ac2","w","Math","abs","onLower","onSlideChange","onUpper","noOfSlides","stopatlast","_this$animationView","currentSlideIndex","currentPosition","animationView","setPosition","_this$animationView2","index","prevIndex","updateState","invokeEventCallback","animatePagination","item","type","renderSlide","data","extractChildrenData","children","dataset","length","_this$animationView3","_this$animationView4","goToUpper","_this$animationView5","goToLower","Array","Object","keys","cleanup","push","stopPlay","addSlideLayout","nativeEvent","layout","forceUpdate","generateItemKey","itemkey","_showSkeleton","keyExtractor","getKey","autoPlay","initialized","animation","animationinterval","intervalId","setInterval","next","clearInterval","setTimeout","_this$animationView6","stopAnimation","startAnimation","onPropertyChange","name","$new","$old","_this$keyExtractor","clear","min","_this$styles$dotStyle","_this$styles$dotStyle2","_this$styles$dotStyle3","maxNoOfDots","maxnoofdots","margin","styles","dotStyle","marginLeft","marginRight","size","multiplier","isRTL","options","useNativeDriver","duration","easing","out","linear","shouldAnimate","newTranslateX","timing","wrapperPosition","toValue","start","dotPosition","max","renderPagination","_this$styles$dotStyle4","_this$styles$dotStyle5","dotMargin","wrapperWidth","minIndex","maxIndex","dotSkeleton","root","createElement","style","justifyContent","alignItems","dotsWrapperStyle","flexDirection","transform","translateX","dotsContainerStyle","map","isActive","scale","animatedScale","ease","_extends","key","getTestPropsForAction","activeDotStyle","renderSkeleton","skeleton","renderItem","componentDidMount","renderWidget","_data","_this$styles$slide","hasNavs","controls","hasDots","slideScale","undefined","slideTranslateX","slide","_this$styles$slide2","_this$styles$slide3","find","o","onLayout","event","handleLayout","_background","enableGestures","enablegestures","flex","direction","threshold","ref","r","handlers","animationHandlers","slideMinWidth","_this$animationView7","_this$animationView8","_data2","animationPhase","interpolate","inputRange","outputRange","bind","testID","height","firstSlide","lastSlide","activeSlide","onTap","_this$animationView9","position","rippleColor","disableTouchEffect","disabletoucheffect","btnPanel","id","getTestId","iconclass","prevBtn","prev","accessibilitylabel","accessibilityrole","nextBtn"],"sources":["carousel.component.tsx"],"sourcesContent":["import React from 'react';\nimport { isArray, isUndefined, isObject } from 'lodash-es';\nimport { Animated, Easing, View, LayoutChangeEvent, LayoutRectangle } from 'react-native';\nimport { DefaultKeyExtractor } from '@wavemaker/app-rn-runtime/core/key.extractor';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport * as SwipeAnimation from '@wavemaker/app-rn-runtime/gestures/carousel-swipe.animation';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\n\nimport WmCarouselProps from './carousel.props';\nimport { DEFAULT_CLASS, WmCarouselStyles } from './carousel.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nexport class WmCarouselState<D> extends BaseComponentState<WmCarouselProps<D>> {\n activeIndex: number = 1;\n}\n\nexport default class WmCarousel<D> extends BaseComponent<WmCarouselProps<D>, WmCarouselState<D>, WmCarouselStyles> {\n\n noOfSlides: number = 0;\n private slidesLayout: LayoutRectangle[] = [];\n private keyExtractor = new DefaultKeyExtractor();\n stopPlay: Function = null as any;\n private dotPosition = new Animated.Value(0);\n private wrapperPosition = new Animated.Value(0);\n private animationView: SwipeAnimation.View | null = null as any;\n private animationHandlers = {\n bounds: (e) => {\n const activeTabIndex = this.state.activeIndex - 1;\n let lower = 0;\n if (activeTabIndex > 0) {\n lower = this.slidesLayout\n .filter((l , i) => i < activeTabIndex - 1)\n .reduce((s, l) => s + l.width, 0);\n }\n let center = lower + (this.slidesLayout[activeTabIndex - 1]?.width || 0);\n let upper = center + (this.slidesLayout[activeTabIndex]?.width || 0);\n return {\n lower: -1 * lower,\n center: -1 * center,\n upper: -1 * upper\n };\n },\n computePhase: (value) => {\n const activeTabIndex = this.state.activeIndex - 1;\n const w = this.slidesLayout[activeTabIndex]?.width || 0;\n return w && Math.abs(value / w);\n },\n onLower: (e) => {\n this.onSlideChange(this.state.activeIndex - 1);\n },\n onUpper: (e) => {\n if(this.noOfSlides < this.state.activeIndex + 1){\n if (this.state.props.stopatlast) {\n const currentSlideIndex = this.state.activeIndex - 1;\n const currentPosition = this.slidesLayout\n .filter((l, i) => i < currentSlideIndex)\n .reduce((s, l) => s + l.width, 0);\n this.animationView?.setPosition(-1 * currentPosition);\n return;\n } else {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }\n } else {\n this.onSlideChange(this.state.activeIndex + 1);\n }\n }\n } as SwipeAnimation.Handlers;\n\n constructor(props: WmCarouselProps<D>) {\n super(props, DEFAULT_CLASS, new WmCarouselProps<D>(), new WmCarouselState<D>());\n this.cleanup.push(() => {\n this.stopPlay && this.stopPlay();\n })\n }\n\n addSlideLayout(index: number, nativeEvent: LayoutChangeEvent) {\n this.slidesLayout[index] = nativeEvent.nativeEvent.layout;\n if (index === this.state.activeIndex) {\n this.forceUpdate();\n }\n }\n\n private generateItemKey(item: D, index: number, props: WmCarouselProps<D>) {\n if (props.itemkey && item && !this._showSkeleton) {\n return props.itemkey(item, index);\n }\n return 'list_item_' + this.keyExtractor.getKey(item, true);\n }\n\n autoPlay() {\n if(!this.initialized){\n return;\n }\n const props = this.state.props;\n this.stopPlay && this.stopPlay();\n if (props.animation === 'auto' && props.animationinterval) {\n const intervalId = setInterval(() => {\n if (props.stopatlast && this.state.activeIndex >= this.noOfSlides) {\n return; \n }\n this.next();\n }, props.animationinterval * 1000);\n this.stopPlay = () => clearInterval(intervalId);\n } else {\n setTimeout(() => {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }, 1000);\n }\n }\n\n stopAnimation(){ \n this.stopPlay();\n }\n startAnimation() {\n this.autoPlay();\n }\n \n\n onPropertyChange(name: string, $new: any, $old: any): void {\n super.onPropertyChange(name, $new, $old);\n switch (name) {\n case 'dataset': {\n this.keyExtractor?.clear();\n this.updateState({\n activeIndex: Math.min(this.state.activeIndex, $new?.length || 1)\n } as WmCarouselState<D>);\n break;\n }\n case 'animation':\n case 'animationinterval' : {\n this.autoPlay();\n }\n }\n }\n\n animatePagination(index: number) {\n const prevIndex = this.state.activeIndex;\n const props = this.state.props;\n const maxNoOfDots = this.state.props.maxnoofdots || 5;\n const margin = ((this.styles.dotStyle?.marginLeft as number)|| 0) + \n ((this.styles.dotStyle?.marginRight as number)|| 0)\n const width = (this.styles.dotStyle?.width as number)|| 2;\n const size = margin + width;\n const multiplier = this.isRTL ? -1 : 1;\n const options = {\n useNativeDriver: true,\n duration: 100,\n easing: Easing.out(Easing.linear),\n };\n let data = props.type === 'dynamic' ? props.dataset : props.children;\n const shouldAnimate = !(maxNoOfDots >= data?.length) && index > 3 && index <= data?.length - 2;\n if (shouldAnimate) {\n const newTranslateX = multiplier * -(index - 3) * (width + margin);\n Animated.timing(this.wrapperPosition, {\n toValue: newTranslateX,\n ...options,\n }).start();\n }\n if (index == 1 && prevIndex == data?.length) {\n Animated.timing(this.wrapperPosition, {\n toValue: 0,\n ...options,\n }).start();\n } \n if (prevIndex < index || prevIndex > index) {\n Animated.timing(this.dotPosition, {\n toValue: multiplier * size * Math.max(index - 1, 0),\n ...options,\n }).start();\n } \n }\n\n onSlideChange = (index: number) => {\n const prevIndex = this.state.activeIndex;\n this.updateState({\n activeIndex: index\n } as WmCarouselState<D>,\n () => this.invokeEventCallback('onChange', [this, index, prevIndex]));\n this.animatePagination(index);\n }\n\n renderItem = (item: D, index: number) => {\n const props = this.state.props;\n if (props.type === 'dynamic') {\n return props.renderSlide ? props.renderSlide(item, index, this) : null;\n }\n const data= this.extractChildrenData(props.children)\n return data[index];\n \n }\n\n next = () => {\n const props = this.state.props;\n const data = props.type === 'dynamic' ? props.dataset : props.children;\n if (this.state.activeIndex >= data?.length || 0) {\n if (props.stopatlast) {\n return; \n } else {\n this.onSlideChange(1);\n this.animationView?.setPosition(0);\n }\n } else {\n this.animationView?.goToUpper();\n }\n }\n\n prev = () => {\n this.animationView?.goToLower();\n }\n\n renderPagination(data: D[]) {\n const maxNoOfDots = data.length > 5 ? this.state.props.maxnoofdots! : data.length;\n const activeIndex = this.state.activeIndex - 1;\n const dotMargin = ((this.styles.dotStyle?.marginLeft as number)|| 0) + \n ((this.styles.dotStyle?.marginRight as number)|| 0);\n const wrapperWidth = (this.styles.dotStyle.width as any * maxNoOfDots) + (dotMargin * maxNoOfDots);\n let minIndex = Math.max(this.state.activeIndex - maxNoOfDots + 1, 0);\n let maxIndex = Math.min(minIndex + maxNoOfDots - 1, data.length);\n if (maxIndex === data.length) {\n minIndex = maxIndex - maxNoOfDots;\n }\n const dotStyle = this._showSkeleton ? {\n ...this.styles.dotStyle,\n ...this.styles.dotSkeleton.root\n } : this.styles.dotStyle\n return (<View style={{ width: '100%', justifyContent: 'center', alignItems: 'center' }}>\n <View style={[this.styles.dotsWrapperStyle, { width: wrapperWidth }]}>\n <Animated.View\n style={[{\n flexDirection: this.isRTL ? 'row-reverse' : 'row',\n transform: [{ translateX: this.wrapperPosition }],\n }, this.styles.dotsContainerStyle]}\n >\n {data.map((item: any, index: number) => {\n const isActive = index === activeIndex;\n let scale = 1;\n if (activeIndex <= 2) {\n scale = index <= 2 ? 1 : 1 - 0.1 * (index - 2);\n } else if (activeIndex >= data.length - 3) {\n scale = index >= data.length - 3 ? 1 : 1 - 0.1 * ((data.length - 3) - index);\n } else {\n scale = index === activeIndex ? 1 : (Math.abs(index - activeIndex) === 1 ? 0.9 : 0.8);\n }\n const animatedScale = new Animated.Value(scale);\n Animated.timing(animatedScale, {\n toValue: scale,\n duration: 100,\n easing: Easing.out(Easing.ease),\n useNativeDriver: true,\n }).start();\n return (\n <Animated.View\n key={'dots_' + this.generateItemKey(item, index, this.state.props)}\n {...this.getTestPropsForAction('indicator' + index)}\n style={[dotStyle,\n isActive && this.styles.activeDotStyle,\n { \n transform: [{scale: animatedScale}]\n },\n ]}\n />\n );\n })}\n </Animated.View>\n </View>\n </View>);\n }\n\n public renderSkeleton(props: WmCarouselProps<D>): React.ReactNode | null {\n return <View style={[this.styles.root, {...this.styles.skeleton.root}]}>\n {this.renderItem({} as D, 0)}\n {this.renderPagination([{} as D, {} as D, {} as D])}\n </View>\n }\n\n componentDidMount(): void {\n super.componentDidMount();\n this.autoPlay();\n }\n //Added below function to handle the case if the props.children has one object https://wavemaker.atlassian.net/browse/WMS-25986\n extractChildrenData = (data: any) => {\n if(Array.isArray(data)){\n return data;\n }\n if(data && isObject(data) && Object.keys(data).length > 0){\n return [data]\n }\n return [];\n }\n\n renderWidget(props: WmCarouselProps<D>): React.ReactNode {\n const hasNavs = props.controls === 'both' || props.controls ==='navs';\n const hasDots = props.controls === 'both' || props.controls ==='indicators';\n let styles = this.styles;\n let data = props.type === 'dynamic' ? props.dataset : props.children as D[];\n data = this.extractChildrenData(data) as D[];\n this.noOfSlides = data?.length || 0;\n let slideScale = undefined as any;\n let slideTranslateX = undefined as any;\n if (isArray(this.styles.slide?.transform)) {\n slideScale = (this.styles.slide?.transform?.find(o => !isUndefined((o as any).scale)) as any)?.scale;\n slideTranslateX = (this.styles.slide?.transform?.find(o => !isUndefined((o as any).translateX)) as any)?.translateX;\n }\n // TODO: loop prop on Carousel is not working Refer: https://github.com/meliorence/react-native-snap-carousel/issues/608\n return (\n <View \n style={styles.root}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this._background}\n <SwipeAnimation.View \n enableGestures={props.enablegestures && this.noOfSlides > 1}\n style={{\n flex: 1\n }}\n direction='horizontal'\n threshold={this.state.props.threshold}\n ref={(r) => {this.animationView = r}}\n handlers = {this.animationHandlers}\n slideMinWidth={this.styles.slide.width}\n slidesLayout={this.slidesLayout}\n activeIndex={this.state.activeIndex}\n >\n {data.map((item: any, index: number) => {\n const isActive = index === this.state.activeIndex - 1;\n let scale = this.animationView?.animationPhase.interpolate({\n inputRange: [-2000, index - 1, index, index + 1, 2000],\n outputRange: [slideScale, slideScale, 1, slideScale, slideScale]\n });\n let translateX = this.animationView?.animationPhase.interpolate({\n inputRange: [-2000, index - 1, index, index + 1, 2000],\n outputRange: [-56, -56, 0, 56, 56]\n });\n return (\n <Animated.View key={this.generateItemKey(item, index, props)}\n onLayout={this.addSlideLayout.bind(this, index)}\n testID={`carousel_item_${index}`}\n style={[\n {height: props.type === 'dynamic' ? undefined : '100%'},\n this.styles.slide,\n index === 0 ? this.styles.firstSlide : null,\n index === data?.length - 1 ? this.styles.lastSlide: null,\n isActive ? this.styles.activeSlide: null,\n translateX && scale ? {\n transform: [\n {\n translateX: !isUndefined(slideTranslateX) ? slideTranslateX : translateX\n }, {\n scale: scale\n }\n ]\n } : null]}>\n <Tappable onTap={() => {\n this.onSlideChange(index + 1);\n const position = this.slidesLayout\n .filter((l , i) => i < index)\n .reduce((s, l) => s + l.width, 0);\n this.animationView?.setPosition(-1 * position);\n }} rippleColor={this.styles.root.rippleColor} styles={{height: \"100%\"}}\n disableTouchEffect={this.state.props.disabletoucheffect}>\n {this.renderItem(item, index)}\n </Tappable>\n </Animated.View>\n );\n })}\n </SwipeAnimation.View>\n {hasNavs ? (\n <View style={styles.btnPanel}>\n <WmIcon\n id={this.getTestId('prev_icon')}\n iconclass=\"wi wi-chevron-left fa-2x\"\n styles={styles.prevBtn}\n onTap={this.prev}\n accessibilitylabel='back'\n accessibilityrole='button'/>\n <WmIcon\n id={this.getTestId('next_icon')}\n iconclass=\"wi wi-chevron-right fa-2x\"\n styles={styles.nextBtn}\n onTap={this.next}\n accessibilitylabel='next'\n accessibilityrole='button'/>\n </View>): null}\n {hasDots && data ? this.renderPagination(data) : null}\n </View>);\n }\n}"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,19 @@
1
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ import React from 'react';
3
+ import WmCarousel from './carousel.component';
4
+ export default class WmCarouselProps<D> extends BaseProps {
5
+ dataset: D[];
6
+ type?: 'static' | 'dynamic';
7
+ animation?: 'auto' | 'none';
8
+ animationinterval?: number;
9
+ controls?: 'both' | 'none' | 'navs' | 'indicators';
10
+ children?: any;
11
+ itemkey?: ($item: D, $index: number) => any;
12
+ renderSlide?: ($item: D, $index: number, carousel: WmCarousel<D>) => React.ReactNode;
13
+ enablegestures?: boolean | undefined;
14
+ maxnoofdots?: number | undefined;
15
+ showskeletonchildren?: boolean;
16
+ threshold?: number;
17
+ stopatlast?: boolean;
18
+ }
19
+ //# sourceMappingURL=carousel.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/advanced/carousel/carousel.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,OAAO,OAAO,eAAe,CAAC,CAAC,CAAE,SAAQ,SAAS;IACvD,OAAO,EAAE,CAAC,EAAE,CAAe;IAC3B,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAY;IACvC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAU;IACrC,iBAAiB,CAAC,EAAE,MAAM,CAAK;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,YAAY,CAAU;IAC5D,QAAQ,CAAC,MAAe;IACxB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,KAAK,GAAG,CAAe;IAC1D,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACrF,cAAc,CAAC,sBAAS;IACxB,WAAW,CAAC,qBAAK;IACjB,oBAAoB,CAAC,EAAE,OAAO,CAAS;IACvC,SAAS,CAAC,EAAE,MAAM,CAAK;IACvB,UAAU,CAAC,EAAE,OAAO,CAAS;CAC9B"}
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmCarouselProps","constructor","args","_defineProperty"],"sources":["carousel.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport React from 'react';\n\nexport default class WmCarouselProps extends BaseProps {\n dataset: any = null;\n type?: 'static' | 'dynamic' = 'static';\n animation?: 'auto' | 'none' = 'auto';\n animationinterval?: number = 3;\n controls?: 'both' | 'none' | 'navs' | 'indicators' = 'both';\n children? = null as any;\n itemkey?: ($item: any, $index: any) => any = null as any;\n renderSlide?: ($item: any, $index: number, carousel: any) => React.ReactNode;\n enablegestures = true;\n maxnoofdots = 5;\n showskeletonchildren?: boolean = false;\n threshold: number = 5;\n stopatlast: boolean = false;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,eAAe,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,kBACtC,IAAI;IAAAA,eAAA,eACW,QAAQ;IAAAA,eAAA,oBACR,MAAM;IAAAA,eAAA,4BACP,CAAC;IAAAA,eAAA,mBACuB,MAAM;IAAAA,eAAA,mBAC/C,IAAI;IAAAA,eAAA,kBAC6B,IAAI;IAAAA,eAAA;IAAAA,eAAA,yBAE/B,IAAI;IAAAA,eAAA,sBACR,CAAC;IAAAA,eAAA,+BACkB,KAAK;IAAAA,eAAA,oBAClB,CAAC;IAAAA,eAAA,qBACC,KAAK;EAAA;AAC7B","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmCarouselProps","constructor","args","_defineProperty"],"sources":["carousel.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport React from 'react';\nimport WmCarousel from './carousel.component';\n\nexport default class WmCarouselProps<D> extends BaseProps {\n dataset: D[] = null as any;\n type?: 'static' | 'dynamic' = 'static';\n animation?: 'auto' | 'none' = 'auto';\n animationinterval?: number = 3;\n controls?: 'both' | 'none' | 'navs' | 'indicators' = 'both';\n children? = null as any;\n itemkey?: ($item: D, $index: number) => any = null as any;\n renderSlide?: ($item: D, $index: number, carousel: WmCarousel<D>) => React.ReactNode;\n enablegestures? = true;\n maxnoofdots? = 5;\n showskeletonchildren?: boolean = false;\n threshold?: number = 5;\n stopatlast?: boolean = false;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAIzE,eAAe,MAAMC,eAAe,SAAYD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,kBACzC,IAAI;IAAAA,eAAA,eACW,QAAQ;IAAAA,eAAA,oBACR,MAAM;IAAAA,eAAA,4BACP,CAAC;IAAAA,eAAA,mBACuB,MAAM;IAAAA,eAAA,mBAC/C,IAAI;IAAAA,eAAA,kBAC8B,IAAI;IAAAA,eAAA;IAAAA,eAAA,yBAE/B,IAAI;IAAAA,eAAA,sBACR,CAAC;IAAAA,eAAA,+BACiB,KAAK;IAAAA,eAAA,oBACjB,CAAC;IAAAA,eAAA,qBACC,KAAK;EAAA;AAC9B","ignoreList":[]}
@@ -0,0 +1,21 @@
1
+ import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';
4
+ import { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';
5
+ export type WmCarouselStyles = BaseStyles & {
6
+ btnPanel: AllStyle;
7
+ prevBtn: WmIconStyles;
8
+ slide: AllStyle;
9
+ firstSlide: AllStyle;
10
+ lastSlide: AllStyle;
11
+ activeSlide: AllStyle;
12
+ nextBtn: WmIconStyles;
13
+ dotsWrapperStyle: AllStyle;
14
+ dotsContainerStyle: AllStyle;
15
+ dotStyle: AllStyle;
16
+ activeDotStyle: AllStyle;
17
+ skeleton: WmSkeletonStyles;
18
+ dotSkeleton: WmSkeletonStyles;
19
+ };
20
+ export declare const DEFAULT_CLASS = "app-carousel";
21
+ //# sourceMappingURL=carousel.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/advanced/carousel/carousel.styles.ts"],"names":[],"mappings":"AACA,OAAmB,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,6DAA6D,CAAC;AAC3F,OAAO,EAAE,gBAAgB,EAAE,MAAM,qEAAqE,CAAC;AAEvG,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG;IACxC,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,YAAY,CAAC;IACtB,KAAK,EAAE,QAAQ,CAAC;IAChB,UAAU,EAAE,QAAQ,CAAC;IACrB,SAAS,EAAE,QAAQ,CAAC;IACpB,WAAW,EAAE,QAAQ,CAAC;IACtB,OAAO,EAAE,YAAY,CAAC;IACtB,gBAAgB,EAAE,QAAQ,CAAC;IAC3B,kBAAkB,EAAC,QAAQ,CAAC;IAC5B,QAAQ,EAAE,QAAQ,CAAC;IACnB,cAAc,EAAE,QAAQ,CAAC;IACzB,QAAQ,EAAE,gBAAgB,CAAA;IAC1B,WAAW,EAAE,gBAAgB,CAAA;CAChC,CAAC;AACF,eAAO,MAAM,aAAa,iBAAiB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmCustomWidgetContainerProps from './customwidgetcontainer.props';
4
+ import { WmCustomWidgetContainerStyles } from './customwidgetcontainer.styles';
5
+ export declare class WmCustomWidgetContainerState extends BaseComponentState<WmCustomWidgetContainerProps> {
6
+ }
7
+ export default class WmCustomWidgetContainer extends BaseComponent<WmCustomWidgetContainerProps, WmCustomWidgetContainerState, WmCustomWidgetContainerStyles> {
8
+ constructor(props: WmCustomWidgetContainerProps);
9
+ renderWidget(props: WmCustomWidgetContainerProps): React.JSX.Element;
10
+ }
11
+ //# sourceMappingURL=customwidgetcontainer.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customwidgetcontainer.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/advanced/customwidgetcontainer/customwidgetcontainer.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,4BAA4B,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAiB,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAE9F,qBAAa,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;CAAG;AAErG,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,aAAa,CAAC,4BAA4B,EAAE,4BAA4B,EAAE,6BAA6B,CAAC;gBAE/I,KAAK,EAAE,4BAA4B;IAI/C,YAAY,CAAC,KAAK,EAAE,4BAA4B;CAOjD"}
@@ -0,0 +1,5 @@
1
+ import { BaseProps } from "@wavemaker/app-rn-runtime/core/base.component";
2
+ export default class WmCustomWidgetContainerProps extends BaseProps {
3
+ children?: any[];
4
+ }
5
+ //# sourceMappingURL=customwidgetcontainer.props.d.ts.map