@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
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","Platform","Animated","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","createSkeleton","ScrollView","StickyWrapperContext","SafeAreaInsetsContext","StickyContainer","getParentStyles","injector","alignmentMatrixFixed","justifyContent","alignItems","alignmentMatrixAuto","start","center","end","WmContainerState","constructor","args","_defineProperty","WmContainer","props","get","top","bottom","left","right","containerRef","createRef","stickyContainerOpacity","Value","subscribe","_event","sticky","setTimeout","getStickyHeaderTranslateY","getBackground","_showSkeleton","_background","isAutoLayout","direction","wrap","gap","alignment","columngap","isAutoLayoutPresent","undefined","getDimensionStyle","isInnerView","baseStyle","styles","root","width","height","dimensionStyle","isRow","_this$props","alignSelf","flexGrow","num","endsWith","parseFloat","isNaN","flexShrink","minWidth","getGapStyle","finalGap","finalDirection","finalAlignment","isAutoGap","layoutStyle","alignConfig","columnGap","Number","rowGap","getContentContainerStyle","finalWrap","isWrap","flexWrap","alignContent","renderSkeleton","showskeletonchildren","_this$props2","dimensions","skeletonStyles","skeleton","text","theme","createElement","style","opacity","_extends","getTestPropsForAction","target","disableTouchEffect","state","disabletoucheffect","content","renderContent","_this$appConfig","_this$containerRef","isEdgeToEdgeApp","appConfig","edgeToEdgeConfig","current","measure","_x","_y","_width","_height","px","py","_this$insets","topInsetsInYposition","OS","insets","context","stickyContainerTranslateY","value","updateState","stickyContainerVisibility","componentDidUpdate","_prevProps","prevState","timing","toValue","delay","useNativeDriver","renderStickyContent","_this$props3","_this$props5","positioningStyles","autoLayoutStyle","directionStyle","_this$props4","flexDirection","autoLayoutDimensionsInner","Fragment","component","backgroundColor","positionStyles","show","ref","renderWidget","_this$props6","_this$props8","_this$props9","_this$props7","autoLayoutDimensions","isSticky","Consumer","_this$props0","entryanimation","animation","animationdelay","onLayout","event","handleLayout","scrollable","onScroll","notify","scrollEventThrottle"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, LayoutChangeEvent, StyleProp, View, ViewStyle, Platform, Animated } from 'react-native';\nimport WmContainerProps from './container.props';\nimport { DEFAULT_CLASS, WmContainerStyles } from './container.styles';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { PartialHost, PartialHostState } from './partial-host.component';\nimport { createSkeleton } from '../basic/skeleton/skeleton.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\nimport { ScrollView } from 'react-native-gesture-handler';\nimport { StickyWrapperContextType, StickyWrapperContext } from '@wavemaker/app-rn-runtime/core/sticky-wrapper';\nimport { EdgeInsets, SafeAreaInsetsContext } from 'react-native-safe-area-context';\nimport { StickyContainer } from '@wavemaker/app-rn-runtime/core/components/sticky-container.component';\nimport { getParentStyles } from '@wavemaker/app-rn-runtime/core/components/sticky-container.styles';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport AppConfig from '@wavemaker/app-rn-runtime/core/AppConfig';\n\n// Alignment matrix for flex properties\nconst alignmentMatrixFixed: Record<\n string,\n { justifyContent: string; alignItems: string }\n> = {\n 'top-left': { justifyContent: 'flex-start', alignItems: 'flex-start' },\n 'top-center': { justifyContent: 'center', alignItems: 'flex-start' },\n 'top-right': { justifyContent: 'flex-end', alignItems: 'flex-start' },\n 'middle-left': { justifyContent: 'flex-start', alignItems: 'center' },\n 'middle-center': { justifyContent: 'center', alignItems: 'center' },\n 'middle-right': { justifyContent: 'flex-end', alignItems: 'center' },\n 'bottom-left': { justifyContent: 'flex-start', alignItems: 'flex-end' },\n 'bottom-center': { justifyContent: 'center', alignItems: 'flex-end' },\n 'bottom-right': { justifyContent: 'flex-end', alignItems: 'flex-end' },\n};\n\nconst alignmentMatrixAuto: Record<\n string,\n { justifyContent: string; alignItems: string }\n> = {\n start: { justifyContent: 'space-between', alignItems: 'flex-start' },\n center: { justifyContent: 'space-between', alignItems: 'center' },\n end: { justifyContent: 'space-between', alignItems: 'flex-end' },\n};\n\nexport class WmContainerState extends PartialHostState<WmContainerProps> {\n isPartialLoaded = false;\n stickyContainerVisibility = false;\n}\n\nexport default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {\n static contextType = StickyWrapperContext;\n private containerRef: React.RefObject<View | null>;\n private stickyContainerOpacity: Animated.Value;\n private appConfig = injector.get<AppConfig>('APP_CONFIG');\n insets: EdgeInsets | null = {\n top: 0, bottom: 0, left: 0, right: 0\n };\n\n constructor(props: WmContainerProps) {\n super(props, DEFAULT_CLASS, new WmContainerProps(), new WmContainerState());\n this.containerRef = React.createRef();\n this.stickyContainerOpacity = new Animated.Value(1);\n\n this.subscribe('updateStickyHeaders', (_event: any) => {\n if(this.props.sticky){\n setTimeout(()=>{\n this.getStickyHeaderTranslateY();\n }, 500);\n }\n })\n }\n\n getBackground(): React.JSX.Element | null {\n return this._showSkeleton ? null : this._background\n }\n\n private isAutoLayout() {\n const { direction, wrap, gap, alignment, columngap } = this.props;\n\n /* Check if any of the new layout props are provided. If not, return an empty\n style object to maintain backward compatibility. */\n const isAutoLayoutPresent = \n direction !== undefined || \n wrap !== undefined || \n gap !== undefined || \n alignment !== undefined ||\n columngap !== undefined;\n\n return isAutoLayoutPresent;\n }\n\n private getDimensionStyle(direction?: string, isInnerView: boolean = false): ViewStyle {\n const baseStyle = this.styles.root || {};\n const { width, height }: any = baseStyle;\n const dimensionStyle: ViewStyle = {};\n const isRow = direction === \"row\";\n\n if (isInnerView) {\n if (width && width !== 'hug') {\n dimensionStyle.width = '100%';\n }\n\n if (height && height !== 'hug') {\n dimensionStyle.height = '100%';\n }\n return dimensionStyle;\n }\n\n if (height === 'fill') {\n if(!this.props?.['parent-direction']) {\n dimensionStyle.height = '100%';\n } else {\n if (isRow) {\n dimensionStyle.alignSelf = 'stretch'; \n } else {\n dimensionStyle.flexGrow = 1; \n }\n dimensionStyle.height = undefined;\n }\n } \n else if (height === 'hug' || height === undefined) {\n if (isRow) {\n dimensionStyle.alignSelf = 'flex-start'; \n } else {\n dimensionStyle.flexGrow = 0; \n }\n dimensionStyle.height = undefined;\n }\n else if (height) {\n const num = (typeof height === 'string' && height.endsWith('%')) ? height : parseFloat(height);\n dimensionStyle.height = (isNaN(num as number) ? height : num) as DimensionValue;\n }\n\n if (width === 'fill') {\n if (isRow) {\n dimensionStyle.flexGrow = 1;\n dimensionStyle.flexShrink = 1;\n dimensionStyle.minWidth = 0;\n } else {\n dimensionStyle.alignSelf = 'stretch'; \n }\n dimensionStyle.width = undefined;\n } \n else if (width === 'hug') {\n if (isRow) {\n dimensionStyle.flexGrow = 0; \n } else {\n dimensionStyle.alignSelf = 'flex-start'; \n }\n dimensionStyle.width = undefined;\n }\n else if (width === undefined) {\n if (isRow) {\n dimensionStyle.flexGrow = 0; \n } else {\n dimensionStyle.alignSelf = 'stretch'; \n }\n dimensionStyle.width = undefined;\n }\n else if (width) {\n const num = (typeof width === 'string' && width.endsWith('%')) ? width : parseFloat(width);\n dimensionStyle.width = (isNaN(num as number) ? width : num) as DimensionValue;\n }\n\n return dimensionStyle;\n }\n\n private getGapStyle(): ViewStyle {\n const { direction, wrap, gap, alignment, columngap } = this.props;\n\n /* Check if any of the new layout props are provided. If not, return an empty\n style object to maintain backward compatibility. */\n const isAutoLayout = this.isAutoLayout();\n\n if (!isAutoLayout) {\n return {};\n }\n const finalGap = gap ?? 4;\n const finalDirection = direction ?? 'row';\n const finalAlignment = alignment ?? 'top-left';\n\n const isAutoGap = finalGap === 'auto';\n const isRow = finalDirection === 'row';\n\n const layoutStyle: ViewStyle = {};\n\n if (isAutoGap) {\n const alignConfig = alignmentMatrixAuto[finalAlignment] || alignmentMatrixAuto['start'];\n layoutStyle.justifyContent = alignConfig.justifyContent as ViewStyle['justifyContent'];\n layoutStyle.alignItems = alignConfig.alignItems as ViewStyle['alignItems'];\n } else {\n if (isRow) {\n // For a row, the main-axis gap (between items) is columnGap.\n layoutStyle.columnGap = Number(finalGap);\n } else {\n // For a column, the main-axis gap (between items) is rowGap.\n layoutStyle.rowGap = Number(finalGap);\n }\n }\n\n return layoutStyle;\n }\n\n // Compute content layout (flexDirection, wrap, gap, justifyContent, alignItems).\n private getContentContainerStyle(): ViewStyle {\n const { direction, wrap, gap, alignment, columngap } = this.props;\n\n /* Check if any of the new layout props are provided. If not, return an empty\n style object to maintain backward compatibility. */\n if (!this.isAutoLayout()) {\n return {};\n }\n\n // Apply defaults only if the new layout system is active\n const finalDirection = direction ?? 'row';\n const finalWrap = wrap ?? false;\n const finalGap = gap ?? 4;\n const finalAlignment = alignment ?? 'top-left';\n\n const isRow = finalDirection === 'row';\n const isAutoGap = finalGap === 'auto';\n const isWrap = finalWrap === 'true' || finalWrap === true;\n\n const layoutStyle: ViewStyle = {\n // flexDirection: finalDirection,\n flexWrap: isWrap && isRow ? 'wrap' : 'nowrap',\n };\n\n if (!isAutoGap) {\n const alignConfig =\n alignmentMatrixFixed[finalAlignment] || alignmentMatrixFixed['top-left'];\n\n layoutStyle.justifyContent = (\n isRow ? alignConfig.justifyContent : alignConfig.alignItems\n ) as ViewStyle['justifyContent'];\n layoutStyle.alignItems = (\n isRow ? alignConfig.alignItems : alignConfig.justifyContent\n ) as ViewStyle['alignItems'];\n }\n\n // Add columnGap logic for wrapped rows\n if (isWrap && isRow) {\n if (columngap === 'auto') {\n layoutStyle.alignContent = 'space-between';\n } else if (columngap !== undefined) {\n layoutStyle.rowGap = Number(columngap);\n }\n }\n\n return {\n ...layoutStyle,\n ...this.getGapStyle()\n };\n }\n \n public renderSkeleton(props: WmContainerProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const dimensions = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n }; \n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n <Tappable {...this.getTestPropsForAction()} target={this} styles={dimensions} disableTouchEffect={this.state.props.disabletoucheffect}>\n <View style={[dimensions as ViewStyle, this.styles.content]}>{this.renderContent(props)}</View>\n </Tappable>\n\n </View>))\n }\n return null;\n }\n\n public getStickyHeaderTranslateY(){\n const isEdgeToEdgeApp = !!this.appConfig?.edgeToEdgeConfig?.isEdgeToEdgeApp;\n this.containerRef?.current?.measure((_x = 0, _y = 0, _width = 0, _height = 0, px = 0, py = 0)=>{\n const topInsetsInYposition = (Platform.OS == 'ios' && !isEdgeToEdgeApp) ? (this.insets?.top || 0): 0\n if((this.context) && (this.context as StickyWrapperContextType).stickyContainerTranslateY) {\n (this.context as StickyWrapperContextType).stickyContainerTranslateY.value = py - topInsetsInYposition ;\n this.updateState({ stickyContainerVisibility: true} as WmContainerState); \n }\n })\n }\n\n componentDidUpdate(_prevProps: any, prevState: any) {\n if (prevState.stickyContainerVisibility !== this.state.stickyContainerVisibility) {\n Animated.timing(this.stickyContainerOpacity, {\n toValue: this.state.stickyContainerVisibility ? 0 : 1,\n delay: 500,\n useNativeDriver: true\n }).start();\n }\n }\n\n private renderStickyContent(props: WmContainerProps, dimensions: ViewStyle, styles: ViewStyle) {\n const { stickyContainerVisibility } = this.state;\n const { positioningStyles } = getParentStyles(this);\n const autoLayoutStyle = this.getContentContainerStyle();\n const directionStyle: ViewStyle= {};\n if(this.props?.direction) {\n directionStyle.flexDirection = this.props?.direction;\n }\n const autoLayoutDimensionsInner = this.getDimensionStyle(this.props?.direction, true);\n const isAutoLayout = this.isAutoLayout();\n\n return (\n <>\n {stickyContainerVisibility ? (\n <StickyContainer\n component={this}\n theme={this.theme}\n style={[\n this.styles.sticky,\n { backgroundColor: styles.backgroundColor },\n isAutoLayout ? directionStyle : {}\n ]}\n positionStyles={positioningStyles}\n show={props.show as boolean}\n >\n <View style={[isAutoLayout ? autoLayoutDimensionsInner : dimensions as ViewStyle, { backgroundColor: styles.backgroundColor }, this.styles.content, isAutoLayout ? autoLayoutStyle : {}]}>\n {this.renderContent(props)}\n </View>\n </StickyContainer>\n ) : <></>}\n <Animated.View \n style={[\n isAutoLayout ? autoLayoutDimensionsInner : dimensions as ViewStyle, \n { opacity: this.stickyContainerOpacity }, \n this.styles.content,\n isAutoLayout ? autoLayoutStyle : {}\n ]} \n ref={this.containerRef}\n >\n {this.renderContent(props)}\n </Animated.View>\n </>\n );\n }\n\n renderWidget(props: WmContainerProps) {\n const autoLayoutStyle = this.getContentContainerStyle();\n const directionStyle: ViewStyle= {};\n if(this.props?.direction) {\n directionStyle.flexDirection = this.props?.direction;\n }\n\n const dimensions: ViewStyle = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n };\n\n const autoLayoutDimensions = this.getDimensionStyle(this.props?.direction);\n const autoLayoutDimensionsInner = this.getDimensionStyle(this.props?.direction, true);\n\n const styles = this._showSkeleton ? {\n ...this.styles.root,\n ...this.styles.skeleton.root\n } : this.styles.root;\n\n if (props.sticky) {\n this.isSticky = true;\n }\n\n const isAutoLayout = this.isAutoLayout();\n return (\n <SafeAreaInsetsContext.Consumer>\n {(insets = { top: 0, bottom: 0, left: 0, right: 0 }) => {\n this.insets = insets;\n return (\n <Animatedview \n entryanimation={props.animation} \n delay={props.animationdelay} \n style={[styles, isAutoLayout ? {...this.getDimensionStyle(this.props?.['parent-direction']), ...directionStyle} : {}]}\n onLayout={(event: LayoutChangeEvent, ref: React.RefObject<View>) => {\n this.handleLayout(event, ref);\n }}\n >\n {this.getBackground()}\n <Tappable \n {...this.getTestPropsForAction()} \n target={this} \n styles={[isAutoLayout ? { ...autoLayoutDimensionsInner, ...directionStyle } : dimensions]} \n disableTouchEffect={this.state.props.disabletoucheffect}\n >\n {props.sticky ? (\n this.renderStickyContent(props, dimensions, styles)\n ) : !props.scrollable ? (\n <View style={[\n isAutoLayout ? autoLayoutDimensionsInner : dimensions, \n this.styles.content,\n isAutoLayout ? { ...directionStyle, ...autoLayoutStyle, minWidth: 0 } : {},\n ]}>\n {this.renderContent(props)}\n </View>\n ) : (\n <ScrollView \n style={[isAutoLayout ? autoLayoutDimensionsInner : dimensions as ViewStyle,\n this.styles.content,\n isAutoLayout ? {...directionStyle, ...autoLayoutStyle } : {} ]}\n onScroll={(event) => this.notify('scroll', [event])}\n scrollEventThrottle={48}\n >\n {this.renderContent(props)}\n </ScrollView>\n )}\n </Tappable>\n </Animatedview>\n );\n }}\n </SafeAreaInsetsContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","View","Platform","Animated","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","createSkeleton","ScrollView","StickyWrapperContext","SafeAreaInsetsContext","StickyContainer","getParentStyles","injector","alignmentMatrixFixed","justifyContent","alignItems","alignmentMatrixAuto","start","center","end","WmContainerState","constructor","args","_defineProperty","WmContainer","props","get","top","bottom","left","right","containerRef","createRef","stickyContainerOpacity","Value","subscribe","_event","sticky","setTimeout","getStickyHeaderTranslateY","getBackground","_showSkeleton","_background","getRootContainerStyle","_this$styles$skeleton","baseStyle","styles","root","width","height","dimensionStyle","console","log","flexGrow","undefined","num","endsWith","parseFloat","isNaN","alignSelf","styleWithResize","skeleton","getContentContainerStyle","direction","wrap","gap","alignment","columngap","useNewLayoutSystem","finalDirection","finalWrap","finalGap","finalAlignment","isRow","isAutoGap","isWrap","layoutStyle","flexDirection","flexWrap","alignConfig","columnGap","Number","rowGap","alignContent","renderSkeleton","showskeletonchildren","_this$props","dimensions","skeletonStyles","text","theme","createElement","style","opacity","_extends","getTestPropsForAction","target","disableTouchEffect","state","disabletoucheffect","content","renderContent","getFlexUtilityStyles","flexShrink","textAlign","_this$appConfig","_this$containerRef","isEdgeToEdgeApp","appConfig","edgeToEdgeConfig","current","measure","_x","_y","_width","_height","px","py","_this$insets","topInsetsInYposition","OS","insets","context","stickyContainerTranslateY","value","updateState","stickyContainerVisibility","componentDidUpdate","_prevProps","prevState","timing","toValue","delay","useNativeDriver","renderStickyContent","autoLayoutStyle","positioningStyles","Fragment","component","backgroundColor","positionStyles","show","ref","renderWidget","rootStyle","isSticky","Consumer","entryanimation","animation","animationdelay","onLayout","event","handleLayout","scrollable","onScroll","notify","scrollEventThrottle"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { DimensionValue, LayoutChangeEvent, StyleProp, View, ViewStyle, Platform, Animated } from 'react-native';\nimport WmContainerProps from './container.props';\nimport { DEFAULT_CLASS, WmContainerStyles } from './container.styles';\nimport { Tappable } from '@wavemaker/app-rn-runtime/core/tappable.component';\nimport { Animatedview } from '@wavemaker/app-rn-runtime/components/basic/animatedview.component';\nimport { PartialHost, PartialHostState } from './partial-host.component';\nimport { createSkeleton } from '../basic/skeleton/skeleton.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\nimport { ScrollView } from 'react-native-gesture-handler';\nimport { StickyWrapperContextType, StickyWrapperContext } from '@wavemaker/app-rn-runtime/core/sticky-wrapper';\nimport { EdgeInsets, SafeAreaInsetsContext } from 'react-native-safe-area-context';\nimport { StickyContainer } from '@wavemaker/app-rn-runtime/core/components/sticky-container.component';\nimport { getParentStyles } from '@wavemaker/app-rn-runtime/core/components/sticky-container.styles';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport AppConfig from '@wavemaker/app-rn-runtime/core/AppConfig';\n\n// Alignment matrix for flex properties\nconst alignmentMatrixFixed: Record<\n string,\n { justifyContent: string; alignItems: string }\n> = {\n 'top-left': { justifyContent: 'flex-start', alignItems: 'flex-start' },\n 'top-center': { justifyContent: 'center', alignItems: 'flex-start' },\n 'top-right': { justifyContent: 'flex-end', alignItems: 'flex-start' },\n 'middle-left': { justifyContent: 'flex-start', alignItems: 'center' },\n 'middle-center': { justifyContent: 'center', alignItems: 'center' },\n 'middle-right': { justifyContent: 'flex-end', alignItems: 'center' },\n 'bottom-left': { justifyContent: 'flex-start', alignItems: 'flex-end' },\n 'bottom-center': { justifyContent: 'center', alignItems: 'flex-end' },\n 'bottom-right': { justifyContent: 'flex-end', alignItems: 'flex-end' },\n};\n\nconst alignmentMatrixAuto: Record<\n string,\n { justifyContent: string; alignItems: string }\n> = {\n start: { justifyContent: 'space-between', alignItems: 'flex-start' },\n center: { justifyContent: 'space-between', alignItems: 'center' },\n end: { justifyContent: 'space-between', alignItems: 'flex-end' },\n};\n\nexport class WmContainerState extends PartialHostState<WmContainerProps> {\n isPartialLoaded = false;\n stickyContainerVisibility = false;\n}\n\nexport default class WmContainer extends PartialHost<WmContainerProps, WmContainerState, WmContainerStyles> {\n static contextType = StickyWrapperContext;\n private containerRef: React.RefObject<View | null>;\n private stickyContainerOpacity: Animated.Value;\n private appConfig = injector.get<AppConfig>('APP_CONFIG');\n insets: EdgeInsets | null = {\n top: 0, bottom: 0, left: 0, right: 0\n };\n\n constructor(props: WmContainerProps) {\n super(props, DEFAULT_CLASS, new WmContainerProps(), new WmContainerState());\n this.containerRef = React.createRef();\n this.stickyContainerOpacity = new Animated.Value(1);\n\n this.subscribe('updateStickyHeaders', (_event: any) => {\n if(this.props.sticky){\n setTimeout(()=>{\n this.getStickyHeaderTranslateY();\n }, 500);\n }\n })\n }\n\n getBackground(): React.JSX.Element | null {\n return this._showSkeleton ? null : this._background\n }\n \n // Compute root style respecting 'fill'|'hug'|<size> for width/height.\n private getRootContainerStyle(): ViewStyle {\n // const { width, height } = this.props;\n const baseStyle = this.styles.root || {};\n const { width, height }: any = baseStyle;\n const dimensionStyle: ViewStyle = {};\n\n console.log({height, width});\n\n if (height === 'fill') {\n dimensionStyle.flexGrow = 1;\n // dimensionStyle.flexShrink = 1;\n dimensionStyle.height = undefined;\n } else if (height === 'hug') {\n dimensionStyle.flexGrow = 0;\n dimensionStyle.height = undefined;\n } else if (height) {\n const num = (typeof height === 'string' && height.endsWith('%')) ? height : parseFloat(height);\n dimensionStyle.height = (isNaN(num as number) ? height : num) as DimensionValue;\n }\n\n if (width === 'fill') {\n dimensionStyle.alignSelf = 'stretch';\n dimensionStyle.width = undefined;\n } else if (width === 'hug') {\n dimensionStyle.width = undefined;\n } else if (width) {\n const num = (typeof width === 'string' && width.endsWith('%')) ? width : parseFloat(width);\n dimensionStyle.width = (isNaN(num as number) ? width : num) as DimensionValue;\n }\n\n const styleWithResize = {\n ...baseStyle,\n ...dimensionStyle,\n };\n\n return this._showSkeleton\n ? { ...styleWithResize, ...this.styles.skeleton?.root }\n : styleWithResize;\n }\n\n // Compute content layout (flexDirection, wrap, gap, justifyContent, alignItems).\n private getContentContainerStyle(): ViewStyle {\n const { direction, wrap, gap, alignment, columngap } = this.props;\n\n /* Check if any of the new layout props are provided. If not, return an empty\n style object to maintain backward compatibility. */\n const useNewLayoutSystem = \n direction !== undefined || \n wrap !== undefined || \n gap !== undefined || \n alignment !== undefined ||\n columngap !== undefined;\n\n if (!useNewLayoutSystem) {\n return {};\n }\n\n // Apply defaults only if the new layout system is active\n const finalDirection = direction ?? 'row';\n const finalWrap = wrap ?? false;\n const finalGap = gap ?? 4;\n const finalAlignment = alignment ?? 'top-left';\n\n const isRow = finalDirection === 'row';\n const isAutoGap = finalGap === 'auto';\n const isWrap = finalWrap === 'true' || finalWrap === true;\n\n const layoutStyle: ViewStyle = {\n flexDirection: finalDirection,\n flexWrap: isWrap && isRow ? 'wrap' : 'nowrap',\n };\n\n if (isAutoGap) {\n const alignConfig =\n alignmentMatrixAuto[finalAlignment] || alignmentMatrixAuto['start'];\n layoutStyle.justifyContent =\n alignConfig.justifyContent as ViewStyle['justifyContent'];\n layoutStyle.alignItems =\n alignConfig.alignItems as ViewStyle['alignItems'];\n } else {\n if (isRow) {\n // For a row, the main-axis gap (between items) is columnGap.\n layoutStyle.columnGap = Number(finalGap);\n } else {\n // For a column, the main-axis gap (between items) is rowGap.\n layoutStyle.rowGap = Number(finalGap);\n }\n const alignConfig =\n alignmentMatrixFixed[finalAlignment] || alignmentMatrixFixed['top-left'];\n\n layoutStyle.justifyContent = (\n isRow ? alignConfig.justifyContent : alignConfig.alignItems\n ) as ViewStyle['justifyContent'];\n layoutStyle.alignItems = (\n isRow ? alignConfig.alignItems : alignConfig.justifyContent\n ) as ViewStyle['alignItems'];\n }\n\n // Add columnGap logic for wrapped rows\n if (isWrap && isRow) {\n if (columngap === 'auto') {\n layoutStyle.alignContent = 'space-between';\n } else if (columngap !== undefined) {\n layoutStyle.rowGap = Number(columngap);\n }\n }\n\n return {\n ...layoutStyle,\n };\n }\n \n public renderSkeleton(props: WmContainerProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const dimensions = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.height ? '100%' : undefined\n }; \n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n <Tappable {...this.getTestPropsForAction()} target={this} styles={dimensions} disableTouchEffect={this.state.props.disabletoucheffect}>\n <View style={[dimensions as ViewStyle, this.styles.content]}>{this.renderContent(props)}</View>\n </Tappable>\n\n </View>))\n }\n return null;\n }\n\n getFlexUtilityStyles() {\n return {\n flexDirection: this.styles.root.flexDirection,\n justifyContent: this.styles.root.justifyContent,\n alignContent: this.styles.root.alignContent,\n alignItems: this.styles.root.alignItems,\n alignSelf: this.styles.root.alignSelf,\n flexShrink: this.styles.root.flexShrink,\n flexGrow: this.styles.root.flexGrow,\n flexWrap: this.styles.root.flexWrap,\n textAlign: this.styles.root.textAlign,\n };\n }\n public getStickyHeaderTranslateY(){\n const isEdgeToEdgeApp = !!this.appConfig?.edgeToEdgeConfig?.isEdgeToEdgeApp;\n this.containerRef?.current?.measure((_x = 0, _y = 0, _width = 0, _height = 0, px = 0, py = 0)=>{\n const topInsetsInYposition = (Platform.OS == 'ios' && !isEdgeToEdgeApp) ? (this.insets?.top || 0): 0\n if((this.context) && (this.context as StickyWrapperContextType).stickyContainerTranslateY) {\n (this.context as StickyWrapperContextType).stickyContainerTranslateY.value = py - topInsetsInYposition ;\n this.updateState({ stickyContainerVisibility: true} as WmContainerState); \n }\n })\n }\n\n componentDidUpdate(_prevProps: any, prevState: any) {\n if (prevState.stickyContainerVisibility !== this.state.stickyContainerVisibility) {\n Animated.timing(this.stickyContainerOpacity, {\n toValue: this.state.stickyContainerVisibility ? 0 : 1,\n delay: 500,\n useNativeDriver: true\n }).start();\n }\n }\n\n private renderStickyContent(props: WmContainerProps, dimensions: ViewStyle, styles: ViewStyle, autoLayoutStyle: ViewStyle) {\n const { stickyContainerVisibility } = this.state;\n const { positioningStyles } = getParentStyles(this);\n\n return (\n <>\n {stickyContainerVisibility ? (\n <StickyContainer\n component={this}\n theme={this.theme}\n style={[\n this.styles.sticky,\n { backgroundColor: styles.backgroundColor }\n ]}\n positionStyles={positioningStyles}\n show={props.show as boolean}\n >\n <View style={[dimensions as ViewStyle, { backgroundColor: styles.backgroundColor }, this.styles.content, autoLayoutStyle]}>\n {this.renderContent(props)}\n </View>\n </StickyContainer>\n ) : <></>}\n <Animated.View \n style={[\n dimensions as ViewStyle, \n { opacity: this.stickyContainerOpacity }, \n this.styles.content,\n autoLayoutStyle\n ]} \n ref={this.containerRef}\n >\n {this.renderContent(props)}\n </Animated.View>\n </>\n );\n }\n\n renderWidget(props: WmContainerProps) {\n const rootStyle = this.getRootContainerStyle();\n const autoLayoutStyle = this.getContentContainerStyle();\n\n const dimensions: ViewStyle = {\n width: rootStyle.width ? '100%' : undefined,\n height: rootStyle.height ? '100%' : undefined\n };\n\n const styles = this._showSkeleton ? {\n ...this.styles.root,\n ...this.styles.skeleton.root\n } : this.styles.root;\n\n if (props.sticky) {\n this.isSticky = true;\n }\n return (\n <SafeAreaInsetsContext.Consumer>\n {(insets = { top: 0, bottom: 0, left: 0, right: 0 }) => {\n this.insets = insets;\n return (\n <Animatedview \n entryanimation={props.animation} \n delay={props.animationdelay} \n style={rootStyle}\n onLayout={(event: LayoutChangeEvent, ref: React.RefObject<View>) => {\n this.handleLayout(event, ref);\n }}\n >\n {this.getBackground()}\n <Tappable \n {...this.getTestPropsForAction()} \n target={this} \n styles={dimensions} \n disableTouchEffect={this.state.props.disabletoucheffect}\n >\n {props.sticky ? (\n this.renderStickyContent(props, dimensions, styles, autoLayoutStyle)\n ) : !props.scrollable ? (\n <View style={[{\n flexDirection: 'column'}, \n this.getFlexUtilityStyles(), \n dimensions as ViewStyle, \n this.styles.content,\n autoLayoutStyle]}>\n {this.renderContent(props)}\n </View>\n ) : (\n <ScrollView \n style={[dimensions as ViewStyle, this.styles.content, autoLayoutStyle]}\n onScroll={(event) => this.notify('scroll', [event])}\n scrollEventThrottle={48}\n >\n {this.renderContent(props)}\n </ScrollView>\n )}\n </Tappable>\n </Animatedview>\n );\n }}\n </SafeAreaInsetsContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,21 @@
1
+ import { PartialHostProps } from './partial-host.component';
2
+ import { Animated } from 'react-native';
3
+ import WmContainer from './container.component';
4
+ export default class WmContainerProps extends PartialHostProps {
5
+ animation?: string;
6
+ animationdelay?: number;
7
+ onLoad?: ($event: any, instance: WmContainer) => any;
8
+ scrollable?: Boolean;
9
+ sticky?: Boolean;
10
+ stickyContainerVisibility?: Boolean;
11
+ stickyContainerOpacity?: Animated.Value;
12
+ direction?: 'row' | 'column';
13
+ wrap?: boolean | string;
14
+ alignment?: string;
15
+ gap?: number | string | 'auto';
16
+ columngap?: number | string | 'auto';
17
+ onTap?: ($event: any, instance: WmContainer) => any;
18
+ onDoubleTap?: ($event: any, instance: WmContainer) => any;
19
+ onLongTap?: ($event: any, instance: WmContainer) => any;
20
+ }
21
+ //# sourceMappingURL=container.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"container.props.d.ts","sourceRoot":"","sources":["../../../../src/components/container/container.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAEhD,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,gBAAgB;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,WAAW,KAAK,GAAG,CAAC;IACrD,UAAU,CAAC,EAAE,OAAO,CAAS;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAS;IACzB,yBAAyB,CAAC,EAAE,OAAO,CAAS;IAC5C,sBAAsB,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC;IACxC,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC7B,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACrC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,WAAW,KAAK,GAAG,CAAC;IACpD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,WAAW,KAAK,GAAG,CAAC;IAC1D,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,WAAW,KAAK,GAAG,CAAC;CACzD"}
@@ -5,8 +5,8 @@ import { PartialHostProps } from './partial-host.component';
5
5
  export default class WmContainerProps extends PartialHostProps {
6
6
  constructor(...args) {
7
7
  super(...args);
8
- _defineProperty(this, "animation", null);
9
- _defineProperty(this, "animationdelay", null);
8
+ _defineProperty(this, "animation", void 0);
9
+ _defineProperty(this, "animationdelay", void 0);
10
10
  _defineProperty(this, "onLoad", void 0);
11
11
  _defineProperty(this, "scrollable", false);
12
12
  _defineProperty(this, "sticky", false);
@@ -17,7 +17,9 @@ export default class WmContainerProps extends PartialHostProps {
17
17
  _defineProperty(this, "alignment", void 0);
18
18
  _defineProperty(this, "gap", void 0);
19
19
  _defineProperty(this, "columngap", void 0);
20
- _defineProperty(this, "parent-direction", void 0);
20
+ _defineProperty(this, "onTap", void 0);
21
+ _defineProperty(this, "onDoubleTap", void 0);
22
+ _defineProperty(this, "onLongTap", void 0);
21
23
  }
22
24
  }
23
25
  //# sourceMappingURL=container.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["PartialHostProps","WmContainerProps","constructor","args","_defineProperty"],"sources":["container.props.ts"],"sourcesContent":["import { PartialHostProps } from './partial-host.component';\nimport { Animated } from 'react-native';\n\nexport default class WmContainerProps extends PartialHostProps {\n animation?: string = null as any;\n animationdelay?: number = null as any;\n onLoad?: Function;\n scrollable?: Boolean = false as any;\n sticky?: Boolean = false as boolean;\n stickyContainerVisibility?: Boolean = false;\n stickyContainerOpacity?: Animated.Value;\n direction?: 'row' | 'column';\n wrap?: boolean | string;\n alignment?: string;\n gap?: number | string | 'auto';\n columngap?: number | string | 'auto';\n \"parent-direction\"?: string;\n}\n"],"mappings":";;;AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAG3D,eAAe,MAAMC,gBAAgB,SAASD,gBAAgB,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,oBACxC,IAAI;IAAAA,eAAA,yBACC,IAAI;IAAAA,eAAA;IAAAA,eAAA,qBAEP,KAAK;IAAAA,eAAA,iBACT,KAAK;IAAAA,eAAA,oCACc,KAAK;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,OAO3C,kBAAkB;EAAA;AACpB","ignoreList":[]}
1
+ {"version":3,"names":["PartialHostProps","WmContainerProps","constructor","args","_defineProperty"],"sources":["container.props.ts"],"sourcesContent":["import { PartialHostProps } from './partial-host.component';\nimport { Animated } from 'react-native';\nimport WmContainer from './container.component';\n\nexport default class WmContainerProps extends PartialHostProps {\n animation?: string;\n animationdelay?: number;\n onLoad?: ($event: any, instance: WmContainer) => any;\n scrollable?: Boolean = false;\n sticky?: Boolean = false;\n stickyContainerVisibility?: Boolean = false;\n stickyContainerOpacity?: Animated.Value;\n direction?: 'row' | 'column';\n wrap?: boolean | string;\n alignment?: string;\n gap?: number | string | 'auto';\n columngap?: number | string | 'auto';\n onTap?: ($event: any, instance: WmContainer) => any;\n onDoubleTap?: ($event: any, instance: WmContainer) => any;\n onLongTap?: ($event: any, instance: WmContainer) => any;\n}\n"],"mappings":";;;AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAI3D,eAAe,MAAMC,gBAAgB,SAASD,gBAAgB,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA,qBAItC,KAAK;IAAAA,eAAA,iBACT,KAAK;IAAAA,eAAA,oCACc,KAAK;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAU7C","ignoreList":[]}
@@ -0,0 +1,10 @@
1
+ import { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';
2
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';
4
+ export type WmContainerStyles = BaseStyles & {
5
+ content: AllStyle;
6
+ skeleton: WmSkeletonStyles;
7
+ sticky: AllStyle;
8
+ };
9
+ export declare const DEFAULT_CLASS = "app-container";
10
+ //# sourceMappingURL=container.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"container.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/container/container.styles.ts"],"names":[],"mappings":"AAAA,OAAmB,EAAE,QAAQ,EAAE,MAAO,wCAAwC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG;IACzC,OAAO,EAAE,QAAQ,CAAC;IAClB,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,MAAM,EAAE,QAAQ,CAAA;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,kBAAkB,CAAC"}
@@ -5,9 +5,7 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
5
  const defaultStyles = defineStyles({
6
6
  root: {},
7
7
  text: {},
8
- content: {
9
- flexDirection: 'column'
10
- },
8
+ content: {},
11
9
  skeleton: {
12
10
  root: {
13
11
  borderColor: 'transparent',
@@ -1 +1 @@
1
- {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","content","flexDirection","skeleton","borderColor","shadowColor","backgroundColor","sticky","flex","paddingLeft","paddingRight","justifyContent","boxShadow","borderRadius","borderWidth","containerOutlineColor","borderStyle"],"sources":["container.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\n\nexport type WmContainerStyles = BaseStyles & {\n content: AllStyle,\n skeleton: WmSkeletonStyles,\n sticky: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-container';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmContainerStyles = defineStyles({\n root: {},\n text: {},\n content: {\n flexDirection: 'column'\n },\n skeleton: {\n root: {\n borderColor: 'transparent',\n shadowColor: 'transparent',\n backgroundColor: 'transparent',\n },\n } as any as WmSkeletonStyles, \n sticky: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('media-body', '', {\n root: {\n flex: 1,\n paddingLeft: 8,\n paddingRight: 8,\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('media-right', '', {\n root: {\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('app-elevated-container', '', {\n root: {\n boxShadow: '2px 2px 2px rgba(0, 0, 0, 0.2)',\n borderRadius: 8\n }\n } as WmContainerStyles);\n addStyle('app-outlined-container', '', {\n root: {\n borderWidth: 1,\n borderColor: themeVariables.containerOutlineColor,\n borderStyle: 'solid'\n }\n } as WmContainerStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAqB,wCAAwC;AAC9E,SAAqBC,YAAY,QAAQ,+CAA+C;AASxF,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAgC,GAAGL,YAAY,CAAC;IAClDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,OAAO,EAAE;MACLC,aAAa,EAAE;IACnB,CAAC;IACDC,QAAQ,EAAE;MACNJ,IAAI,EAAE;QACFK,WAAW,EAAE,aAAa;QAC1BC,WAAW,EAAE,aAAa;QAC1BC,eAAe,EAAE;MACrB;IACJ,CAA4B;IAC5BC,MAAM,EAAE,CAAC;EACb,CAAC,CAAC;EAEFV,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,YAAY,EAAE,EAAE,EAAE;IACvBE,IAAI,EAAE;MACFS,IAAI,EAAE,CAAC;MACPC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBd,QAAQ,CAAC,aAAa,EAAE,EAAE,EAAE;IACxBE,IAAI,EAAE;MACFY,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBd,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFa,SAAS,EAAE,gCAAgC;MAC3CC,YAAY,EAAE;IAClB;EACJ,CAAsB,CAAC;EACvBhB,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFe,WAAW,EAAE,CAAC;MACdV,WAAW,EAAER,cAAc,CAACmB,qBAAqB;MACjDC,WAAW,EAAE;IACjB;EACJ,CAAsB,CAAC;AAC3B,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","text","content","skeleton","borderColor","shadowColor","backgroundColor","sticky","flex","paddingLeft","paddingRight","justifyContent","boxShadow","borderRadius","borderWidth","containerOutlineColor","borderStyle"],"sources":["container.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { WmSkeletonStyles } from '../basic/skeleton/skeleton.styles';\n\nexport type WmContainerStyles = BaseStyles & {\n content: AllStyle,\n skeleton: WmSkeletonStyles,\n sticky: AllStyle\n};\n\nexport const DEFAULT_CLASS = 'app-container';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmContainerStyles = defineStyles({\n root: {},\n text: {},\n content: {},\n skeleton: {\n root: {\n borderColor: 'transparent',\n shadowColor: 'transparent',\n backgroundColor: 'transparent',\n },\n } as any as WmSkeletonStyles, \n sticky: {}\n });\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('media-body', '', {\n root: {\n flex: 1,\n paddingLeft: 8,\n paddingRight: 8,\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('media-right', '', {\n root: {\n justifyContent: 'center'\n }\n } as WmContainerStyles);\n addStyle('app-elevated-container', '', {\n root: {\n boxShadow: '2px 2px 2px rgba(0, 0, 0, 0.2)',\n borderRadius: 8\n }\n } as WmContainerStyles);\n addStyle('app-outlined-container', '', {\n root: {\n borderWidth: 1,\n borderColor: themeVariables.containerOutlineColor,\n borderStyle: 'solid'\n }\n } as WmContainerStyles);\n});"],"mappings":"AAAA,OAAOA,UAAU,MAAqB,wCAAwC;AAC9E,SAAqBC,YAAY,QAAQ,+CAA+C;AASxF,OAAO,MAAMC,aAAa,GAAG,eAAe;AAC5CF,UAAU,CAACG,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAAgC,GAAGL,YAAY,CAAC;IAClDM,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE,CAAC,CAAC;IACRC,OAAO,EAAE,CAAC,CAAC;IACXC,QAAQ,EAAE;MACNH,IAAI,EAAE;QACFI,WAAW,EAAE,aAAa;QAC1BC,WAAW,EAAE,aAAa;QAC1BC,eAAe,EAAE;MACrB;IACJ,CAA4B;IAC5BC,MAAM,EAAE,CAAC;EACb,CAAC,CAAC;EAEFT,QAAQ,CAACH,aAAa,EAAE,EAAE,EAAEI,aAAa,CAAC;EAC1CD,QAAQ,CAAC,YAAY,EAAE,EAAE,EAAE;IACvBE,IAAI,EAAE;MACFQ,IAAI,EAAE,CAAC;MACPC,WAAW,EAAE,CAAC;MACdC,YAAY,EAAE,CAAC;MACfC,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBb,QAAQ,CAAC,aAAa,EAAE,EAAE,EAAE;IACxBE,IAAI,EAAE;MACFW,cAAc,EAAE;IACpB;EACJ,CAAsB,CAAC;EACvBb,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFY,SAAS,EAAE,gCAAgC;MAC3CC,YAAY,EAAE;IAClB;EACJ,CAAsB,CAAC;EACvBf,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;IACnCE,IAAI,EAAE;MACFc,WAAW,EAAE,CAAC;MACdV,WAAW,EAAEP,cAAc,CAACkB,qBAAqB;MACjDC,WAAW,EAAE;IACjB;EACJ,CAAsB,CAAC;AAC3B,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmGridcolumnProps from './gridcolumn.props';
4
+ import { WmGridColumnStyles } from './gridcolumn.styles';
5
+ export declare class WmGridcolumnState extends BaseComponentState<WmGridcolumnProps> {
6
+ }
7
+ export default class WmGridcolumn extends BaseComponent<WmGridcolumnProps, WmGridcolumnState, WmGridColumnStyles> {
8
+ constructor(props: WmGridcolumnProps);
9
+ renderWidget(props: WmGridcolumnProps): React.JSX.Element;
10
+ }
11
+ //# sourceMappingURL=gridcolumn.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gridcolumn.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/layoutgrid/gridcolumn/gridcolumn.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,iBAAiB,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAiB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAExE,qBAAa,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;CAE3E;AAED,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,kBAAkB,CAAC;gBAEnG,KAAK,EAAE,iBAAiB;IAIpC,YAAY,CAAC,KAAK,EAAE,iBAAiB;CAsBtC"}
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmGridcolumn from './gridcolumn.component';
4
+ export default class WmGridcolumnProps extends BaseProps {
5
+ children?: React.ReactNode;
6
+ columnwidth?: number;
7
+ xscolumnwidth?: number;
8
+ onTap?: ($event: any, instance: WmGridcolumn) => any;
9
+ onDoubleTap?: ($event: any, instance: WmGridcolumn) => any;
10
+ onLongTap?: ($event: any, instance: WmGridcolumn) => any;
11
+ }
12
+ //# sourceMappingURL=gridcolumn.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gridcolumn.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/layoutgrid/gridcolumn/gridcolumn.props.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAElD,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,SAAS;IACtD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,KAAK,GAAG,CAAC;IACrD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,KAAK,GAAG,CAAC;IAC3D,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,KAAK,GAAG,CAAC;CAC1D"}
@@ -6,8 +6,11 @@ export default class WmGridcolumnProps extends BaseProps {
6
6
  constructor(...args) {
7
7
  super(...args);
8
8
  _defineProperty(this, "children", void 0);
9
- _defineProperty(this, "columnwidth", null);
10
- _defineProperty(this, "xscolumnwidth", null);
9
+ _defineProperty(this, "columnwidth", void 0);
10
+ _defineProperty(this, "xscolumnwidth", void 0);
11
+ _defineProperty(this, "onTap", void 0);
12
+ _defineProperty(this, "onDoubleTap", void 0);
13
+ _defineProperty(this, "onLongTap", void 0);
11
14
  }
12
15
  }
13
16
  //# sourceMappingURL=gridcolumn.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmGridcolumnProps","constructor","args","_defineProperty"],"sources":["gridcolumn.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridcolumnProps extends BaseProps {\n children: any;\n columnwidth: number = null as any;\n xscolumnwidth: number = null as any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA,sBAEjC,IAAI;IAAAA,eAAA,wBACF,IAAI;EAAA;AAC9B","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmGridcolumnProps","constructor","args","_defineProperty"],"sources":["gridcolumn.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmGridcolumn from './gridcolumn.component';\n\nexport default class WmGridcolumnProps extends BaseProps {\n children?: React.ReactNode;\n columnwidth?: number;\n xscolumnwidth?: number;\n onTap?: ($event: any, instance: WmGridcolumn) => any;\n onDoubleTap?: ($event: any, instance: WmGridcolumn) => any;\n onLongTap?: ($event: any, instance: WmGridcolumn) => any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAOzD","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ export type WmGridColumnStyles = BaseStyles & {};
3
+ export declare const DEFAULT_CLASS = "app-gridcolumn";
4
+ //# sourceMappingURL=gridcolumn.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gridcolumn.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/layoutgrid/gridcolumn/gridcolumn.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAEzF,MAAM,MAAM,kBAAkB,GAAG,UAAU,GAAG,EAAE,CAAC;AAEjD,eAAO,MAAM,aAAa,mBAAmB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmGridrowProps from './gridrow.props';
4
+ import { WmGridRowStyles } from './gridrow.styles';
5
+ export declare class WmGridrowState extends BaseComponentState<WmGridrowProps> {
6
+ }
7
+ export default class WmGridrow extends BaseComponent<WmGridrowProps, WmGridrowState, WmGridRowStyles> {
8
+ constructor(props: WmGridrowProps);
9
+ renderWidget(props: WmGridrowProps): React.JSX.Element;
10
+ }
11
+ //# sourceMappingURL=gridrow.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gridrow.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/layoutgrid/gridrow/gridrow.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAiB,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAGlE,qBAAa,cAAe,SAAQ,kBAAkB,CAAC,cAAc,CAAC;CAErE;AAED,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,aAAa,CAAC,cAAc,EAAE,cAAc,EAAE,eAAe,CAAC;gBAEvF,KAAK,EAAE,cAAc;IAIjC,YAAY,CAAC,KAAK,EAAE,cAAc;CAgBnC"}
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmGridrow from './gridrow.component';
4
+ export default class WmGridrowProps extends BaseProps {
5
+ children?: React.ReactNode;
6
+ onTap?: ($event: any, instance: WmGridrow) => any;
7
+ onDoubleTap?: ($event: any, instance: WmGridrow) => any;
8
+ onLongTap?: ($event: any, instance: WmGridrow) => any;
9
+ }
10
+ //# sourceMappingURL=gridrow.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gridrow.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/layoutgrid/gridrow/gridrow.props.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAE5C,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS;IACnD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,KAAK,GAAG,CAAC;IAClD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,KAAK,GAAG,CAAC;IACxD,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,KAAK,GAAG,CAAC;CACvD"}
@@ -6,6 +6,9 @@ export default class WmGridrowProps extends BaseProps {
6
6
  constructor(...args) {
7
7
  super(...args);
8
8
  _defineProperty(this, "children", void 0);
9
+ _defineProperty(this, "onTap", void 0);
10
+ _defineProperty(this, "onDoubleTap", void 0);
11
+ _defineProperty(this, "onLongTap", void 0);
9
12
  }
10
13
  }
11
14
  //# sourceMappingURL=gridrow.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmGridrowProps","constructor","args","_defineProperty"],"sources":["gridrow.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmGridrowProps extends BaseProps {\n children: any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAEtD","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmGridrowProps","constructor","args","_defineProperty"],"sources":["gridrow.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmGridrow from './gridrow.component';\n\nexport default class WmGridrowProps extends BaseProps {\n children?: React.ReactNode;\n onTap?: ($event: any, instance: WmGridrow) => any;\n onDoubleTap?: ($event: any, instance: WmGridrow) => any;\n onLongTap?: ($event: any, instance: WmGridrow) => any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,cAAc,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAKtD","ignoreList":[]}
@@ -0,0 +1,7 @@
1
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ import { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';
3
+ export type WmGridRowStyles = BaseStyles & {
4
+ skeleton: WmSkeletonStyles;
5
+ };
6
+ export declare const DEFAULT_CLASS = "app-gridrow";
7
+ //# sourceMappingURL=gridrow.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gridrow.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/container/layoutgrid/gridrow/gridrow.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,qEAAqE,CAAC;AAEvG,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG;IACzC,QAAQ,EAAE,gBAAgB,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa,gBAAgB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmLayoutgridProps from './layoutgrid.props';
4
+ import { WmLayoutGridStyles } from './layoutgrid.styles';
5
+ export declare class WmLayoutgridState extends BaseComponentState<WmLayoutgridProps> {
6
+ }
7
+ export default class WmLayoutgrid extends BaseComponent<WmLayoutgridProps, WmLayoutgridState, WmLayoutGridStyles> {
8
+ constructor(props: WmLayoutgridProps);
9
+ getBackground(): React.JSX.Element | null;
10
+ renderSkeleton(props: WmLayoutgridProps): React.ReactNode;
11
+ renderWidget(props: WmLayoutgridProps): React.JSX.Element;
12
+ }
13
+ //# sourceMappingURL=layoutgrid.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layoutgrid.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/container/layoutgrid/layoutgrid.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,iBAAiB,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAiB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAIxE,qBAAa,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;CAE3E;AAED,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,kBAAkB,CAAC;gBAEnG,KAAK,EAAE,iBAAiB;IAIpC,aAAa,IAAI,KAAK,CAAC,GAAG,CAAC,OAAO,GAAG,IAAI;IAIlC,cAAc,CAAC,KAAK,EAAE,iBAAiB,GAAG,KAAK,CAAC,SAAS;IAahE,YAAY,CAAC,KAAK,EAAE,iBAAiB;CAgBtC"}
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmLayoutgrid from './layoutgrid.component';
4
+ export default class WmLayoutgridProps extends BaseProps {
5
+ children?: React.ReactNode;
6
+ onTap?: ($event: any, instance: WmLayoutgrid) => any;
7
+ onDoubleTap?: ($event: any, instance: WmLayoutgrid) => any;
8
+ onLongTap?: ($event: any, instance: WmLayoutgrid) => any;
9
+ }
10
+ //# sourceMappingURL=layoutgrid.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layoutgrid.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/container/layoutgrid/layoutgrid.props.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAElD,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,SAAS;IACtD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,KAAK,GAAG,CAAC;IACrD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,KAAK,GAAG,CAAC;IAC3D,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,KAAK,GAAG,CAAC;CAC1D"}
@@ -6,6 +6,9 @@ export default class WmLayoutgridProps extends BaseProps {
6
6
  constructor(...args) {
7
7
  super(...args);
8
8
  _defineProperty(this, "children", void 0);
9
+ _defineProperty(this, "onTap", void 0);
10
+ _defineProperty(this, "onDoubleTap", void 0);
11
+ _defineProperty(this, "onLongTap", void 0);
9
12
  }
10
13
  }
11
14
  //# sourceMappingURL=layoutgrid.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmLayoutgridProps","constructor","args","_defineProperty"],"sources":["layoutgrid.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLayoutgridProps extends BaseProps {\n children: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAEzD","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmLayoutgridProps","constructor","args","_defineProperty"],"sources":["layoutgrid.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmLayoutgrid from './layoutgrid.component';\n\nexport default class WmLayoutgridProps extends BaseProps {\n children?: React.ReactNode;\n onTap?: ($event: any, instance: WmLayoutgrid) => any;\n onDoubleTap?: ($event: any, instance: WmLayoutgrid) => any;\n onLongTap?: ($event: any, instance: WmLayoutgrid) => any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,iBAAiB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAKzD","ignoreList":[]}
@@ -0,0 +1,7 @@
1
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ import { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';
3
+ export type WmLayoutGridStyles = BaseStyles & {
4
+ skeleton: WmSkeletonStyles;
5
+ };
6
+ export declare const DEFAULT_CLASS = "app-layoutgrid";
7
+ //# sourceMappingURL=layoutgrid.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layoutgrid.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/container/layoutgrid/layoutgrid.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AAEzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,qEAAqE,CAAC;AAEvG,MAAM,MAAM,kBAAkB,GAAG,UAAU,GAAG;IAC5C,QAAQ,EAAE,gBAAgB,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,aAAa,mBAAmB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { ViewStyle } from 'react-native';
3
+ import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
4
+ import WmLinearlayoutProps from './linearlayout.props';
5
+ import { WmLinearlayoutStyles } from './linearlayout.styles';
6
+ export declare class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {
7
+ }
8
+ export default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {
9
+ constructor(props: WmLinearlayoutProps);
10
+ getStyles(props: WmLinearlayoutProps): ViewStyle;
11
+ protected getBackground(): React.JSX.Element | null;
12
+ renderSkeleton(props: WmLinearlayoutProps): React.ReactNode;
13
+ renderWidget(props: WmLinearlayoutProps): React.JSX.Element;
14
+ }
15
+ //# sourceMappingURL=linearlayout.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linearlayout.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/container/linearlayout/linearlayout.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,SAAS,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAElG,OAAO,mBAAmB,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAiB,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAY5E,qBAAa,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;CAAG;AAEnF,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,aAAa,CAAC,mBAAmB,EAAE,mBAAmB,EAAE,oBAAoB,CAAC;gBAE3G,KAAK,EAAE,mBAAmB;IAItC,SAAS,CAAC,KAAK,EAAE,mBAAmB;IAgBpC,SAAS,CAAC,aAAa,IAAI,KAAK,CAAC,GAAG,CAAC,OAAO,GAAG,IAAI;IAI5C,cAAc,CAAC,KAAK,EAAE,mBAAmB,GAAG,KAAK,CAAC,SAAS;IAalE,YAAY,CAAC,KAAK,EAAE,mBAAmB;CAiBxC"}
@@ -21,7 +21,6 @@ export default class WmLinearlayout extends BaseComponent {
21
21
  const direction = props.direction;
22
22
  s.display = 'flex';
23
23
  s.flexDirection = direction;
24
- s.width = '100%';
25
24
  const isHorizontal = direction.startsWith('row');
26
25
  if (isHorizontal) {
27
26
  s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];
@@ -1 +1 @@
1
- {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLinearlayoutProps","DEFAULT_CLASS","createSkeleton","ALIGNMENT_MAP","WmLinearlayoutState","WmLinearlayout","constructor","props","getStyles","s","direction","display","flexDirection","width","isHorizontal","startsWith","justifyContent","horizontalalign","alignItems","verticalalign","getBackground","_showSkeleton","_background","renderSkeleton","showskeletonchildren","_this$props","skeletonStyles","styles","skeleton","root","text","theme","createElement","style","opacity","children","renderWidget","rootStyles","onLayout","event","handleLayout"],"sources":["linearlayout.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayoutProps from './linearlayout.props';\nimport { DEFAULT_CLASS, WmLinearlayoutStyles } from './linearlayout.styles';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nconst ALIGNMENT_MAP = {\n 'top': 'flex-start',\n 'left': 'flex-start',\n 'center': 'center',\n 'right': 'flex-end',\n 'bottom': 'flex-end'\n} as any;\n\nexport class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {}\n\nexport default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {\n\n constructor(props: WmLinearlayoutProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutProps());\n }\n\n getStyles(props: WmLinearlayoutProps) {\n const s = {} as ViewStyle;\n const direction = props.direction;\n s.display = 'flex';\n s.flexDirection = direction;\n s.width = '100%';\n const isHorizontal = direction.startsWith('row');\n if (isHorizontal) {\n s.justifyContent = ALIGNMENT_MAP[props.horizontalalign];\n s.alignItems = ALIGNMENT_MAP[props.verticalalign];\n } else {\n s.justifyContent = ALIGNMENT_MAP[props.verticalalign];\n s.alignItems = ALIGNMENT_MAP[props.horizontalalign];\n }\n return s;\n }\n\n protected getBackground(): React.JSX.Element | null { \n return this._showSkeleton ? null : this._background\n } \n \n public renderSkeleton(props: WmLinearlayoutProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n {props.children}\n </View>))\n }\n return null;\n }\n\n\n renderWidget(props: WmLinearlayoutProps) {\n\n const rootStyles = {...this.getStyles(props), ...this.styles.root}\n const styles = this._showSkeleton ? {\n ...rootStyles,\n ...this.styles.skeleton.root\n } : rootStyles\n\n return (\n <View \n style={styles}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this.getBackground()}{props.children}\n </View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAmB,cAAc;AAC9C,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,sBAAsB;AACtD,SAASC,aAAa,QAA8B,uBAAuB;AAE3E,SAASC,cAAc,QAAQ,wEAAwE;AAEvG,MAAMC,aAAa,GAAG;EACpB,KAAK,EAAG,YAAY;EACpB,MAAM,EAAE,YAAY;EACpB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,UAAU;EACnB,QAAQ,EAAE;AACZ,CAAQ;AAER,OAAO,MAAMC,mBAAmB,SAASL,kBAAkB,CAAsB;AAEjF,eAAe,MAAMM,cAAc,SAASP,aAAa,CAAiE;EAExHQ,WAAWA,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEN,aAAa,EAAE,IAAID,mBAAmB,CAAC,CAAC,CAAC;EACxD;EAEAQ,SAASA,CAACD,KAA0B,EAAE;IACpC,MAAME,CAAC,GAAG,CAAC,CAAc;IACzB,MAAMC,SAAS,GAAGH,KAAK,CAACG,SAAS;IACjCD,CAAC,CAACE,OAAO,GAAG,MAAM;IAClBF,CAAC,CAACG,aAAa,GAAGF,SAAS;IAC3BD,CAAC,CAACI,KAAK,GAAG,MAAM;IAChB,MAAMC,YAAY,GAAGJ,SAAS,CAACK,UAAU,CAAC,KAAK,CAAC;IAChD,IAAID,YAAY,EAAE;MAChBL,CAAC,CAACO,cAAc,GAAGb,aAAa,CAACI,KAAK,CAACU,eAAe,CAAC;MACvDR,CAAC,CAACS,UAAU,GAAGf,aAAa,CAACI,KAAK,CAACY,aAAa,CAAC;IACnD,CAAC,MAAM;MACLV,CAAC,CAACO,cAAc,GAAGb,aAAa,CAACI,KAAK,CAACY,aAAa,CAAC;MACrDV,CAAC,CAACS,UAAU,GAAGf,aAAa,CAACI,KAAK,CAACU,eAAe,CAAC;IACrD;IACA,OAAOR,CAAC;EACV;EAEUW,aAAaA,CAAA,EAA6B;IAClD,OAAO,IAAI,CAACC,aAAa,GAAG,IAAI,GAAG,IAAI,CAACC,WAAW;EACrD;EAEOC,cAAcA,CAAChB,KAA0B,EAAmB;IAC/D,IAAG,CAACA,KAAK,CAACiB,oBAAoB,EAAE;MAAA,IAAAC,WAAA;MAC9B,MAAMC,cAAgC,GAAG,EAAAD,WAAA,OAAI,CAAClB,KAAK,cAAAkB,WAAA,gBAAAA,WAAA,GAAVA,WAAA,CAAYE,MAAM,cAAAF,WAAA,uBAAlBA,WAAA,CAAoBG,QAAQ,KAAI;QAAEC,IAAI,EAAE,CAAC,CAAC;QAAEC,IAAI,EAAE,CAAC;MAAG,CAAqB;MACpH,OAAO5B,cAAc,CAAC,IAAI,CAAC6B,KAAK,EAAEL,cAAc,EAAE;QAChD,GAAG,IAAI,CAACC,MAAM,CAACE;MACjB,CAAC,eAAGjC,KAAA,CAAAoC,aAAA,CAACnC,IAAI;QAACoC,KAAK,EAAE,CAAC,IAAI,CAACN,MAAM,CAACE,IAAI,EAAE;UAAEK,OAAO,EAAE;QAAE,CAAC;MAAE,GACjD3B,KAAK,CAAC4B,QACH,CAAE,CAAC;IACX;IACA,OAAO,IAAI;EACb;EAGFC,YAAYA,CAAC7B,KAA0B,EAAE;IAEvC,MAAM8B,UAAU,GAAG;MAAC,GAAG,IAAI,CAAC7B,SAAS,CAACD,KAAK,CAAC;MAAE,GAAG,IAAI,CAACoB,MAAM,CAACE;IAAI,CAAC;IAClE,MAAMF,MAAM,GAAG,IAAI,CAACN,aAAa,GAAG;MAClC,GAAGgB,UAAU;MACb,GAAG,IAAI,CAACV,MAAM,CAACC,QAAQ,CAACC;IAC1B,CAAC,GAAGQ,UAAU;IAEd,oBACEzC,KAAA,CAAAoC,aAAA,CAACnC,IAAI;MACHoC,KAAK,EAAEN,MAAO;MACdW,QAAQ,EAAGC,KAAK,IAAK,IAAI,CAACC,YAAY,CAACD,KAAK;IAAE,GAE7C,IAAI,CAACnB,aAAa,CAAC,CAAC,EAAEb,KAAK,CAAC4B,QACzB,CAAC;EAEX;AACF","ignoreList":[]}
1
+ {"version":3,"names":["React","View","BaseComponent","BaseComponentState","WmLinearlayoutProps","DEFAULT_CLASS","createSkeleton","ALIGNMENT_MAP","WmLinearlayoutState","WmLinearlayout","constructor","props","getStyles","s","direction","display","flexDirection","isHorizontal","startsWith","justifyContent","horizontalalign","alignItems","verticalalign","getBackground","_showSkeleton","_background","renderSkeleton","showskeletonchildren","_this$props","skeletonStyles","styles","skeleton","root","text","theme","createElement","style","opacity","children","renderWidget","rootStyles","onLayout","event","handleLayout"],"sources":["linearlayout.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View, ViewStyle } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport WmLinearlayoutProps from './linearlayout.props';\nimport { DEFAULT_CLASS, WmLinearlayoutStyles } from './linearlayout.styles';\nimport { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';\nimport { createSkeleton } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.component';\n\nconst ALIGNMENT_MAP = {\n 'top': 'flex-start',\n 'left': 'flex-start',\n 'center': 'center',\n 'right': 'flex-end',\n 'bottom': 'flex-end'\n} as any;\n\nexport class WmLinearlayoutState extends BaseComponentState<WmLinearlayoutProps> {}\n\nexport default class WmLinearlayout extends BaseComponent<WmLinearlayoutProps, WmLinearlayoutState, WmLinearlayoutStyles> {\n\n constructor(props: WmLinearlayoutProps) {\n super(props, DEFAULT_CLASS, new WmLinearlayoutProps());\n }\n\n getStyles(props: WmLinearlayoutProps) {\n const s = {} as ViewStyle;\n const direction = props.direction!;\n s.display = 'flex';\n s.flexDirection = direction;\n const isHorizontal = direction.startsWith('row');\n if (isHorizontal) {\n s.justifyContent = ALIGNMENT_MAP[props.horizontalalign!];\n s.alignItems = ALIGNMENT_MAP[props.verticalalign!];\n } else {\n s.justifyContent = ALIGNMENT_MAP[props.verticalalign!];\n s.alignItems = ALIGNMENT_MAP[props.horizontalalign!];\n }\n return s;\n }\n\n protected getBackground(): React.JSX.Element | null { \n return this._showSkeleton ? null : this._background\n } \n \n public renderSkeleton(props: WmLinearlayoutProps): React.ReactNode {\n if(!props.showskeletonchildren) {\n const skeletonStyles: WmSkeletonStyles = this.props?.styles?.skeleton || { root: {}, text: {} } as WmSkeletonStyles\n return createSkeleton(this.theme, skeletonStyles, {\n ...this.styles.root\n }, (<View style={[this.styles.root, { opacity: 0 }]}>\n {props.children}\n </View>))\n }\n return null;\n }\n\n\n renderWidget(props: WmLinearlayoutProps) {\n\n const rootStyles = {...this.getStyles(props), ...this.styles.root}\n const styles = this._showSkeleton ? {\n ...rootStyles,\n ...this.styles.skeleton.root\n } : rootStyles\n\n return (\n <View \n style={styles}\n onLayout={(event) => this.handleLayout(event)}\n >\n {this.getBackground()}{props.children}\n </View>\n ); \n }\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAmB,cAAc;AAC9C,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AAEjG,OAAOC,mBAAmB,MAAM,sBAAsB;AACtD,SAASC,aAAa,QAA8B,uBAAuB;AAE3E,SAASC,cAAc,QAAQ,wEAAwE;AAEvG,MAAMC,aAAa,GAAG;EACpB,KAAK,EAAG,YAAY;EACpB,MAAM,EAAE,YAAY;EACpB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,UAAU;EACnB,QAAQ,EAAE;AACZ,CAAQ;AAER,OAAO,MAAMC,mBAAmB,SAASL,kBAAkB,CAAsB;AAEjF,eAAe,MAAMM,cAAc,SAASP,aAAa,CAAiE;EAExHQ,WAAWA,CAACC,KAA0B,EAAE;IACtC,KAAK,CAACA,KAAK,EAAEN,aAAa,EAAE,IAAID,mBAAmB,CAAC,CAAC,CAAC;EACxD;EAEAQ,SAASA,CAACD,KAA0B,EAAE;IACpC,MAAME,CAAC,GAAG,CAAC,CAAc;IACzB,MAAMC,SAAS,GAAGH,KAAK,CAACG,SAAU;IAClCD,CAAC,CAACE,OAAO,GAAG,MAAM;IAClBF,CAAC,CAACG,aAAa,GAAGF,SAAS;IAC3B,MAAMG,YAAY,GAAGH,SAAS,CAACI,UAAU,CAAC,KAAK,CAAC;IAChD,IAAID,YAAY,EAAE;MAChBJ,CAAC,CAACM,cAAc,GAAGZ,aAAa,CAACI,KAAK,CAACS,eAAe,CAAE;MACxDP,CAAC,CAACQ,UAAU,GAAGd,aAAa,CAACI,KAAK,CAACW,aAAa,CAAE;IACpD,CAAC,MAAM;MACLT,CAAC,CAACM,cAAc,GAAGZ,aAAa,CAACI,KAAK,CAACW,aAAa,CAAE;MACtDT,CAAC,CAACQ,UAAU,GAAGd,aAAa,CAACI,KAAK,CAACS,eAAe,CAAE;IACtD;IACA,OAAOP,CAAC;EACV;EAEUU,aAAaA,CAAA,EAA6B;IAClD,OAAO,IAAI,CAACC,aAAa,GAAG,IAAI,GAAG,IAAI,CAACC,WAAW;EACrD;EAEOC,cAAcA,CAACf,KAA0B,EAAmB;IAC/D,IAAG,CAACA,KAAK,CAACgB,oBAAoB,EAAE;MAAA,IAAAC,WAAA;MAC9B,MAAMC,cAAgC,GAAG,EAAAD,WAAA,OAAI,CAACjB,KAAK,cAAAiB,WAAA,gBAAAA,WAAA,GAAVA,WAAA,CAAYE,MAAM,cAAAF,WAAA,uBAAlBA,WAAA,CAAoBG,QAAQ,KAAI;QAAEC,IAAI,EAAE,CAAC,CAAC;QAAEC,IAAI,EAAE,CAAC;MAAG,CAAqB;MACpH,OAAO3B,cAAc,CAAC,IAAI,CAAC4B,KAAK,EAAEL,cAAc,EAAE;QAChD,GAAG,IAAI,CAACC,MAAM,CAACE;MACjB,CAAC,eAAGhC,KAAA,CAAAmC,aAAA,CAAClC,IAAI;QAACmC,KAAK,EAAE,CAAC,IAAI,CAACN,MAAM,CAACE,IAAI,EAAE;UAAEK,OAAO,EAAE;QAAE,CAAC;MAAE,GACjD1B,KAAK,CAAC2B,QACH,CAAE,CAAC;IACX;IACA,OAAO,IAAI;EACb;EAGFC,YAAYA,CAAC5B,KAA0B,EAAE;IAEvC,MAAM6B,UAAU,GAAG;MAAC,GAAG,IAAI,CAAC5B,SAAS,CAACD,KAAK,CAAC;MAAE,GAAG,IAAI,CAACmB,MAAM,CAACE;IAAI,CAAC;IAClE,MAAMF,MAAM,GAAG,IAAI,CAACN,aAAa,GAAG;MAClC,GAAGgB,UAAU;MACb,GAAG,IAAI,CAACV,MAAM,CAACC,QAAQ,CAACC;IAC1B,CAAC,GAAGQ,UAAU;IAEd,oBACExC,KAAA,CAAAmC,aAAA,CAAClC,IAAI;MACHmC,KAAK,EAAEN,MAAO;MACdW,QAAQ,EAAGC,KAAK,IAAK,IAAI,CAACC,YAAY,CAACD,KAAK;IAAE,GAE7C,IAAI,CAACnB,aAAa,CAAC,CAAC,EAAEZ,KAAK,CAAC2B,QACzB,CAAC;EAEX;AACF","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
3
+ import WmLinearlayout from './linearlayout.component';
4
+ export default class WmLinearlayoutProps extends BaseProps {
5
+ children?: React.ReactNode;
6
+ direction?: 'row' | 'row-reverse' | 'column' | 'column-reverse';
7
+ horizontalalign?: 'left' | 'center' | 'right';
8
+ verticalalign?: 'top' | 'center' | 'bottom';
9
+ spacing?: number;
10
+ onTap?: ($event: any, instance: WmLinearlayout) => any;
11
+ onDoubleTap?: ($event: any, instance: WmLinearlayout) => any;
12
+ onLongTap?: ($event: any, instance: WmLinearlayout) => any;
13
+ }
14
+ //# sourceMappingURL=linearlayout.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linearlayout.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/container/linearlayout/linearlayout.props.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,cAAc,MAAM,0BAA0B,CAAC;AAEtD,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,SAAS;IACtD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,GAAC,aAAa,GAAG,QAAQ,GAAG,gBAAgB,CAAS;IACtE,eAAe,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAU;IACvD,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAS;IACpD,OAAO,CAAC,EAAE,MAAM,CAAK;IACrB,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,cAAc,KAAK,GAAG,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,cAAc,KAAK,GAAG,CAAC;IAC7D,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,cAAc,KAAK,GAAG,CAAC;CAC9D"}
@@ -5,11 +5,14 @@ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
5
  export default class WmLinearlayoutProps extends BaseProps {
6
6
  constructor(...args) {
7
7
  super(...args);
8
- _defineProperty(this, "children", []);
8
+ _defineProperty(this, "children", void 0);
9
9
  _defineProperty(this, "direction", 'row');
10
10
  _defineProperty(this, "horizontalalign", 'left');
11
11
  _defineProperty(this, "verticalalign", 'top');
12
12
  _defineProperty(this, "spacing", 0);
13
+ _defineProperty(this, "onTap", void 0);
14
+ _defineProperty(this, "onDoubleTap", void 0);
15
+ _defineProperty(this, "onLongTap", void 0);
13
16
  }
14
17
  }
15
18
  //# sourceMappingURL=linearlayout.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmLinearlayoutProps","constructor","args","_defineProperty"],"sources":["linearlayout.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutProps extends BaseProps {\n children? = [] as any[];\n direction: 'row'|'row-reverse' | 'column' | 'column-reverse' = 'row';\n horizontalalign: 'left' | 'center' | 'right' = 'left';\n verticalalign: 'top' | 'center' | 'bottom' = 'top';\n spacing = 0;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBAC3C,EAAE;IAAAA,eAAA,oBACiD,KAAK;IAAAA,eAAA,0BACrB,MAAM;IAAAA,eAAA,wBACR,KAAK;IAAAA,eAAA,kBACxC,CAAC;EAAA;AACf","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmLinearlayoutProps","constructor","args","_defineProperty"],"sources":["linearlayout.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmLinearlayout from './linearlayout.component';\n\nexport default class WmLinearlayoutProps extends BaseProps {\n children?: React.ReactNode;\n direction?: 'row'|'row-reverse' | 'column' | 'column-reverse' = 'row';\n horizontalalign?: 'left' | 'center' | 'right' = 'left';\n verticalalign?: 'top' | 'center' | 'bottom' = 'top';\n spacing?: number = 0;\n onTap?: ($event: any, instance: WmLinearlayout) => any;\n onDoubleTap?: ($event: any, instance: WmLinearlayout) => any;\n onLongTap?: ($event: any, instance: WmLinearlayout) => any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA,oBAES,KAAK;IAAAA,eAAA,0BACrB,MAAM;IAAAA,eAAA,wBACR,KAAK;IAAAA,eAAA,kBAChC,CAAC;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAIxB","ignoreList":[]}
@@ -0,0 +1,7 @@
1
+ import { BaseStyles } from '@wavemaker/app-rn-runtime/core/base.component';
2
+ import { WmSkeletonStyles } from '@wavemaker/app-rn-runtime/components/basic/skeleton/skeleton.styles';
3
+ export type WmLinearlayoutStyles = BaseStyles & {
4
+ skeleton: WmSkeletonStyles;
5
+ };
6
+ export declare const DEFAULT_CLASS = "app-linearlayout";
7
+ //# sourceMappingURL=linearlayout.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linearlayout.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/container/linearlayout/linearlayout.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAgB,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,qEAAqE,CAAC;AAEvG,MAAM,MAAM,oBAAoB,GAAG,UAAU,GAAG;IAC5C,QAAQ,EAAE,gBAAgB,CAAA;CAC7B,CAAC;AAEF,eAAO,MAAM,aAAa,qBAAqB,CAAC"}