@wavemaker/app-rn-runtime 11.15.2-dev.5 → 11.15.2-rc.249

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 (1303) hide show
  1. package/actions/notification-action.js +1 -0
  2. package/actions/notification-action.js.map +1 -1
  3. package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -1
  4. package/components/advanced/carousel/carousel.component.js +3 -3
  5. package/components/advanced/carousel/carousel.component.js.map +1 -1
  6. package/components/advanced/carousel/carousel.props.js.map +1 -1
  7. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -1
  8. package/components/advanced/login/login.component.js +1 -2
  9. package/components/advanced/login/login.component.js.map +1 -1
  10. package/components/advanced/login/login.props.js.map +1 -1
  11. package/components/basic/anchor/anchor.props.js +14 -16
  12. package/components/basic/anchor/anchor.props.js.map +1 -1
  13. package/components/basic/audio/audio.props.js +0 -3
  14. package/components/basic/audio/audio.props.js.map +1 -1
  15. package/components/basic/bottomsheet/bottomsheet.component.js +58 -23
  16. package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
  17. package/components/basic/bottomsheet/bottomsheet.props.js +3 -6
  18. package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -1
  19. package/components/basic/button/button.component.js +21 -8
  20. package/components/basic/button/button.component.js.map +1 -1
  21. package/components/basic/button/button.props.js +14 -18
  22. package/components/basic/button/button.props.js.map +1 -1
  23. package/components/basic/button/button.styles.js +5 -5
  24. package/components/basic/button/button.styles.js.map +1 -1
  25. package/components/basic/buttongroup/buttongroup.props.js +3 -6
  26. package/components/basic/buttongroup/buttongroup.props.js.map +1 -1
  27. package/components/basic/custom/custom.component.js.map +1 -1
  28. package/components/basic/custom/custom.props.js +3 -6
  29. package/components/basic/custom/custom.props.js.map +1 -1
  30. package/components/basic/icon/icon.props.js +10 -12
  31. package/components/basic/icon/icon.props.js.map +1 -1
  32. package/components/basic/label/label.props.js +10 -12
  33. package/components/basic/label/label.props.js.map +1 -1
  34. package/components/basic/lottie/lottie.props.js +0 -3
  35. package/components/basic/lottie/lottie.props.js.map +1 -1
  36. package/components/basic/message/message.component.js +2 -1
  37. package/components/basic/message/message.component.js.map +1 -1
  38. package/components/basic/message/message.props.js +4 -6
  39. package/components/basic/message/message.props.js.map +1 -1
  40. package/components/basic/modal/modal.props.js +1 -4
  41. package/components/basic/modal/modal.props.js.map +1 -1
  42. package/components/basic/picture/picture.component.js +52 -28
  43. package/components/basic/picture/picture.component.js.map +1 -1
  44. package/components/basic/picture/picture.props.js +11 -14
  45. package/components/basic/picture/picture.props.js.map +1 -1
  46. package/components/basic/progress-bar/progress-bar.component.js.map +1 -1
  47. package/components/basic/progress-bar/progress-bar.props.js +2 -5
  48. package/components/basic/progress-bar/progress-bar.props.js.map +1 -1
  49. package/components/basic/progress-circle/progress-circle.props.js +1 -4
  50. package/components/basic/progress-circle/progress-circle.props.js.map +1 -1
  51. package/components/basic/search/search.props.js +7 -8
  52. package/components/basic/search/search.props.js.map +1 -1
  53. package/components/basic/skeleton/skeleton.props.js +1 -4
  54. package/components/basic/skeleton/skeleton.props.js.map +1 -1
  55. package/components/basic/spinner/spinner.props.js +3 -6
  56. package/components/basic/spinner/spinner.props.js.map +1 -1
  57. package/components/basic/tooltip/tooltip.props.js +0 -3
  58. package/components/basic/tooltip/tooltip.props.js.map +1 -1
  59. package/components/basic/video/video.component.js.map +1 -1
  60. package/components/basic/video/video.props.js +8 -11
  61. package/components/basic/video/video.props.js.map +1 -1
  62. package/components/chart/area-chart/area-chart.component.js +26 -9
  63. package/components/chart/area-chart/area-chart.component.js.map +1 -1
  64. package/components/chart/area-chart/area-chart.props.js.map +1 -1
  65. package/components/chart/bar-chart/bar-chart.component.js +38 -6
  66. package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
  67. package/components/chart/bar-chart/bar-chart.props.js +1 -0
  68. package/components/chart/bar-chart/bar-chart.props.js.map +1 -1
  69. package/components/chart/basechart.component.js +25 -18
  70. package/components/chart/basechart.component.js.map +1 -1
  71. package/components/chart/basechart.props.js +8 -9
  72. package/components/chart/basechart.props.js.map +1 -1
  73. package/components/chart/bubble-chart/bubble-chart.component.js +22 -5
  74. package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -1
  75. package/components/chart/bubble-chart/bubble-chart.props.js.map +1 -1
  76. package/components/chart/column-chart/column-chart.props.js +1 -9
  77. package/components/chart/column-chart/column-chart.props.js.map +1 -1
  78. package/components/chart/donut-chart/donut-chart.props.js +0 -1
  79. package/components/chart/donut-chart/donut-chart.props.js.map +1 -1
  80. package/components/chart/line-chart/line-chart.component.js +22 -5
  81. package/components/chart/line-chart/line-chart.component.js.map +1 -1
  82. package/components/chart/line-chart/line-chart.props.js +2 -2
  83. package/components/chart/line-chart/line-chart.props.js.map +1 -1
  84. package/components/chart/pie-chart/pie-chart.component.js +27 -8
  85. package/components/chart/pie-chart/pie-chart.component.js.map +1 -1
  86. package/components/chart/pie-chart/pie-chart.props.js.map +1 -1
  87. package/components/chart/stack-chart/stack-chart.component.js.map +1 -1
  88. package/components/chart/stack-chart/stack-chart.props.js.map +1 -1
  89. package/components/container/accordion/accordion.component.js +14 -7
  90. package/components/container/accordion/accordion.component.js.map +1 -1
  91. package/components/container/accordion/accordion.props.js +0 -3
  92. package/components/container/accordion/accordion.props.js.map +1 -1
  93. package/components/container/accordion/accordion.styles.js +24 -21
  94. package/components/container/accordion/accordion.styles.js.map +1 -1
  95. package/components/container/accordion/accordionpane/accordionpane.component.js +6 -4
  96. package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -1
  97. package/components/container/accordion/accordionpane/accordionpane.props.js +4 -7
  98. package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -1
  99. package/components/container/accordion/accordionpane/accordionpane.styles.js +0 -1
  100. package/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -1
  101. package/components/container/container.component.js +9 -182
  102. package/components/container/container.component.js.map +1 -1
  103. package/components/container/container.props.js +3 -5
  104. package/components/container/container.props.js.map +1 -1
  105. package/components/container/container.styles.js +3 -1
  106. package/components/container/container.styles.js.map +1 -1
  107. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +2 -5
  108. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -1
  109. package/components/container/layoutgrid/gridrow/gridrow.props.js +0 -3
  110. package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -1
  111. package/components/container/layoutgrid/layoutgrid.props.js +0 -3
  112. package/components/container/layoutgrid/layoutgrid.props.js.map +1 -1
  113. package/components/container/linearlayout/linearlayout.component.js +1 -0
  114. package/components/container/linearlayout/linearlayout.component.js.map +1 -1
  115. package/components/container/linearlayout/linearlayout.props.js +1 -4
  116. package/components/container/linearlayout/linearlayout.props.js.map +1 -1
  117. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +3 -6
  118. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -1
  119. package/components/container/panel/panel-content/panel-content.props.js +0 -3
  120. package/components/container/panel/panel-content/panel-content.props.js.map +1 -1
  121. package/components/container/panel/panel-footer/panel-footer.props.js +0 -3
  122. package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -1
  123. package/components/container/panel/panel.component.js +8 -2
  124. package/components/container/panel/panel.component.js.map +1 -1
  125. package/components/container/panel/panel.props.js +11 -12
  126. package/components/container/panel/panel.props.js.map +1 -1
  127. package/components/container/partial-host.component.js.map +1 -1
  128. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -1
  129. package/components/container/tabs/tabheader/tabheader.props.js +1 -4
  130. package/components/container/tabs/tabheader/tabheader.props.js.map +1 -1
  131. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -1
  132. package/components/container/tabs/tabpane/tabpane.props.js +3 -6
  133. package/components/container/tabs/tabpane/tabpane.props.js.map +1 -1
  134. package/components/container/tabs/tabs.component.js +62 -29
  135. package/components/container/tabs/tabs.component.js.map +1 -1
  136. package/components/container/tabs/tabs.props.js +1 -3
  137. package/components/container/tabs/tabs.props.js.map +1 -1
  138. package/components/container/tile/tile.component.js +3 -0
  139. package/components/container/tile/tile.component.js.map +1 -1
  140. package/components/container/tile/tile.props.js +2 -5
  141. package/components/container/tile/tile.props.js.map +1 -1
  142. package/components/container/wizard/wizard.component.js +5 -3
  143. package/components/container/wizard/wizard.component.js.map +1 -1
  144. package/components/container/wizard/wizard.props.js +2 -4
  145. package/components/container/wizard/wizard.props.js.map +1 -1
  146. package/components/container/wizard/wizard.styles.js +1 -16
  147. package/components/container/wizard/wizard.styles.js.map +1 -1
  148. package/components/container/wizard/wizardstep/wizardstep.props.js +0 -3
  149. package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
  150. package/components/data/card/card-content/card-content.props.js +1 -4
  151. package/components/data/card/card-content/card-content.props.js.map +1 -1
  152. package/components/data/card/card-footer/card-footer.props.js +1 -4
  153. package/components/data/card/card-footer/card-footer.props.js.map +1 -1
  154. package/components/data/card/card.props.js +16 -19
  155. package/components/data/card/card.props.js.map +1 -1
  156. package/components/data/form/form-action/form-action.props.js +1 -4
  157. package/components/data/form/form-action/form-action.props.js.map +1 -1
  158. package/components/data/form/form-body/form-body.component.js +2 -1
  159. package/components/data/form/form-body/form-body.component.js.map +1 -1
  160. package/components/data/form/form-body/form-body.props.js +1 -4
  161. package/components/data/form/form-body/form-body.props.js.map +1 -1
  162. package/components/data/form/form-field/form-field.component.js +1 -0
  163. package/components/data/form/form-field/form-field.component.js.map +1 -1
  164. package/components/data/form/form-field/form-field.props.js +4 -6
  165. package/components/data/form/form-field/form-field.props.js.map +1 -1
  166. package/components/data/form/form-footer/form-footer.component.js +2 -1
  167. package/components/data/form/form-footer/form-footer.component.js.map +1 -1
  168. package/components/data/form/form-footer/form-footer.props.js +1 -4
  169. package/components/data/form/form-footer/form-footer.props.js.map +1 -1
  170. package/components/data/form/form.component.js +4 -1
  171. package/components/data/form/form.component.js.map +1 -1
  172. package/components/data/form/form.props.js +7 -10
  173. package/components/data/form/form.props.js.map +1 -1
  174. package/components/data/list/list-action-template/list-action-template.props.js +2 -5
  175. package/components/data/list/list-action-template/list-action-template.props.js.map +1 -1
  176. package/components/data/list/list-template/list-template.props.js +0 -3
  177. package/components/data/list/list-template/list-template.props.js.map +1 -1
  178. package/components/data/list/list.component.js.map +1 -1
  179. package/components/data/list/list.props.js +17 -18
  180. package/components/data/list/list.props.js.map +1 -1
  181. package/components/data/liveform/liveform.component.js +2 -2
  182. package/components/data/liveform/liveform.component.js.map +1 -1
  183. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -1
  184. package/components/device/barcodescanner/barcodescanner.props.js +2 -5
  185. package/components/device/barcodescanner/barcodescanner.props.js.map +1 -1
  186. package/components/device/camera/camera.component.js.map +1 -1
  187. package/components/device/camera/camera.props.js +4 -7
  188. package/components/device/camera/camera.props.js.map +1 -1
  189. package/components/dialogs/alertdialog/alertdialog.props.js +7 -11
  190. package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -1
  191. package/components/dialogs/confirmdialog/confirmdialog.props.js +7 -11
  192. package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -1
  193. package/components/dialogs/dialog/dialog.component.js.map +1 -1
  194. package/components/dialogs/dialog/dialog.props.js +8 -12
  195. package/components/dialogs/dialog/dialog.props.js.map +1 -1
  196. package/components/dialogs/dialogactions/dialogactions.props.js +1 -4
  197. package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -1
  198. package/components/dialogs/dialogcontent/dialogcontent.component.js +2 -1
  199. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -1
  200. package/components/dialogs/dialogcontent/dialogcontent.props.js +1 -4
  201. package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -1
  202. package/components/input/basedataset/basedataset.props.js +4 -7
  203. package/components/input/basedataset/basedataset.props.js.map +1 -1
  204. package/components/input/baseinput/baseinput.component.js +21 -3
  205. package/components/input/baseinput/baseinput.component.js.map +1 -1
  206. package/components/input/baseinput/baseinput.props.js +10 -12
  207. package/components/input/baseinput/baseinput.props.js.map +1 -1
  208. package/components/input/basenumber/basenumber.component.js +18 -3
  209. package/components/input/basenumber/basenumber.component.js.map +1 -1
  210. package/components/input/basenumber/basenumber.props.js +8 -10
  211. package/components/input/basenumber/basenumber.props.js.map +1 -1
  212. package/components/input/calendar/calendar.component.js.map +1 -1
  213. package/components/input/calendar/calendar.props.js +3 -9
  214. package/components/input/calendar/calendar.props.js.map +1 -1
  215. package/components/input/checkbox/checkbox.props.js +3 -9
  216. package/components/input/checkbox/checkbox.props.js.map +1 -1
  217. package/components/input/checkboxset/checkboxset.component.js +1 -1
  218. package/components/input/checkboxset/checkboxset.component.js.map +1 -1
  219. package/components/input/checkboxset/checkboxset.props.js +0 -3
  220. package/components/input/checkboxset/checkboxset.props.js.map +1 -1
  221. package/components/input/chips/chips.component.js +2 -3
  222. package/components/input/chips/chips.component.js.map +1 -1
  223. package/components/input/chips/chips.props.js +6 -9
  224. package/components/input/chips/chips.props.js.map +1 -1
  225. package/components/input/chips/chips.styles.js +3 -1
  226. package/components/input/chips/chips.styles.js.map +1 -1
  227. package/components/input/composite/composite.props.js +1 -4
  228. package/components/input/composite/composite.props.js.map +1 -1
  229. package/components/input/currency/currency.component.js +7 -3
  230. package/components/input/currency/currency.component.js.map +1 -1
  231. package/components/input/currency/currency.props.js +0 -1
  232. package/components/input/currency/currency.props.js.map +1 -1
  233. package/components/input/currency/currency.styles.js +4 -0
  234. package/components/input/currency/currency.styles.js.map +1 -1
  235. package/components/input/epoch/base-datetime.component.js +95 -91
  236. package/components/input/epoch/base-datetime.component.js.map +1 -1
  237. package/components/input/epoch/datetime/datetime.props.js +6 -12
  238. package/components/input/epoch/datetime/datetime.props.js.map +1 -1
  239. package/components/input/epoch/datetime/datetime.styles.js +2 -3
  240. package/components/input/epoch/datetime/datetime.styles.js.map +1 -1
  241. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -1
  242. package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -1
  243. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -1
  244. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -1
  245. package/components/input/fileupload/fileupload.props.js +2 -5
  246. package/components/input/fileupload/fileupload.props.js.map +1 -1
  247. package/components/input/number/number.component.js +6 -3
  248. package/components/input/number/number.component.js.map +1 -1
  249. package/components/input/number/number.props.js +1 -2
  250. package/components/input/number/number.props.js.map +1 -1
  251. package/components/input/number/number.styles.js +4 -0
  252. package/components/input/number/number.styles.js.map +1 -1
  253. package/components/input/radioset/radioset.component.js +3 -1
  254. package/components/input/radioset/radioset.component.js.map +1 -1
  255. package/components/input/radioset/radioset.props.js +0 -3
  256. package/components/input/radioset/radioset.props.js.map +1 -1
  257. package/components/input/rating/rating.props.js +7 -13
  258. package/components/input/rating/rating.props.js.map +1 -1
  259. package/components/input/select/select.component.js +83 -37
  260. package/components/input/select/select.component.js.map +1 -1
  261. package/components/input/select/select.props.js +2 -5
  262. package/components/input/select/select.props.js.map +1 -1
  263. package/components/input/slider/slider.component.js.map +1 -1
  264. package/components/input/slider/slider.props.js +0 -3
  265. package/components/input/slider/slider.props.js.map +1 -1
  266. package/components/input/switch/switch.props.js +0 -3
  267. package/components/input/switch/switch.props.js.map +1 -1
  268. package/components/input/text/text.component.js +6 -3
  269. package/components/input/text/text.component.js.map +1 -1
  270. package/components/input/text/text.props.js +2 -4
  271. package/components/input/text/text.props.js.map +1 -1
  272. package/components/input/text/text.styles.js +5 -0
  273. package/components/input/text/text.styles.js.map +1 -1
  274. package/components/input/textarea/textarea.component.js +5 -3
  275. package/components/input/textarea/textarea.component.js.map +1 -1
  276. package/components/input/textarea/textarea.props.js +3 -4
  277. package/components/input/textarea/textarea.props.js.map +1 -1
  278. package/components/input/textarea/textarea.styles.js +4 -0
  279. package/components/input/textarea/textarea.styles.js.map +1 -1
  280. package/components/input/toggle/toggle.component.js +15 -5
  281. package/components/input/toggle/toggle.component.js.map +1 -1
  282. package/components/input/toggle/toggle.props.js +10 -11
  283. package/components/input/toggle/toggle.props.js.map +1 -1
  284. package/components/navigation/appnavbar/appnavbar.component.js +1 -1
  285. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -1
  286. package/components/navigation/appnavbar/appnavbar.props.js +1 -4
  287. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -1
  288. package/components/navigation/basenav/basenav.props.js +5 -5
  289. package/components/navigation/basenav/basenav.props.js.map +1 -1
  290. package/components/navigation/menu/menu.props.js +0 -3
  291. package/components/navigation/menu/menu.props.js.map +1 -1
  292. package/components/navigation/navbar/navbar.props.js +1 -4
  293. package/components/navigation/navbar/navbar.props.js.map +1 -1
  294. package/components/navigation/navitem/navitem.props.js +4 -7
  295. package/components/navigation/navitem/navitem.props.js.map +1 -1
  296. package/components/navigation/popover/popover.component.js +5 -1
  297. package/components/navigation/popover/popover.component.js.map +1 -1
  298. package/components/navigation/popover/popover.props.js +12 -17
  299. package/components/navigation/popover/popover.props.js.map +1 -1
  300. package/components/page/content/content.props.js.map +1 -1
  301. package/components/page/left-panel/left-panel.props.js +0 -3
  302. package/components/page/left-panel/left-panel.props.js.map +1 -1
  303. package/components/page/page-content/page-content.component.js.map +1 -1
  304. package/components/page/page-content/page-content.props.js +3 -6
  305. package/components/page/page-content/page-content.props.js.map +1 -1
  306. package/components/page/page.props.js +1 -5
  307. package/components/page/page.props.js.map +1 -1
  308. package/components/page/partial/partial.props.js.map +1 -1
  309. package/components/page/partial-container/partial-container.component.js.map +1 -1
  310. package/components/page/partial-container/partial-container.props.js +2 -5
  311. package/components/page/partial-container/partial-container.props.js.map +1 -1
  312. package/components/page/tabbar/tabbar.props.js +2 -5
  313. package/components/page/tabbar/tabbar.props.js.map +1 -1
  314. package/components/prefab/prefab-container.props.js.map +1 -1
  315. package/core/AppConfig.js.map +1 -1
  316. package/core/advanced-promise-rejection-tracker.js +207 -0
  317. package/core/advanced-promise-rejection-tracker.js.map +1 -0
  318. package/core/auto-layout.utils.js +262 -0
  319. package/core/auto-layout.utils.js.map +1 -0
  320. package/core/base.component.js +10 -7
  321. package/core/base.component.js.map +1 -1
  322. package/core/components/error-fallback/error-fallback.component.js +50 -18
  323. package/core/components/error-fallback/error-fallback.component.js.map +1 -1
  324. package/core/components/error-fallback/error-fallback.styles.js +4 -1
  325. package/core/components/error-fallback/error-fallback.styles.js.map +1 -1
  326. package/core/components/textinput.component.js +27 -5
  327. package/core/components/textinput.component.js.map +1 -1
  328. package/core/error-boundary.component.js +46 -2
  329. package/core/error-boundary.component.js.map +1 -1
  330. package/core/fixed-view.component.js +19 -2
  331. package/core/fixed-view.component.js.map +1 -1
  332. package/core/global-error-handler.service.js +177 -0
  333. package/core/global-error-handler.service.js.map +1 -0
  334. package/core/tappable.component.js +7 -4
  335. package/core/tappable.component.js.map +1 -1
  336. package/core/toast.service.js.map +1 -1
  337. package/core/viewport.js +13 -8
  338. package/core/viewport.js.map +1 -1
  339. package/gestures/carousel-swipe.animation.js +0 -1
  340. package/gestures/carousel-swipe.animation.js.map +1 -1
  341. package/npm-shrinkwrap.json +26706 -0
  342. package/package-lock.json +26706 -0
  343. package/package.json +2 -2
  344. package/runtime/App.js +176 -13
  345. package/runtime/App.js.map +1 -1
  346. package/runtime/base-fragment.component.js +1 -1
  347. package/runtime/base-fragment.component.js.map +1 -1
  348. package/runtime/base-page.component.js +11 -2
  349. package/runtime/base-page.component.js.map +1 -1
  350. package/runtime/navigator/drawer.navigator.js +1 -0
  351. package/runtime/navigator/drawer.navigator.js.map +1 -1
  352. package/runtime/navigator/stack.navigator.js +6 -0
  353. package/runtime/navigator/stack.navigator.js.map +1 -1
  354. package/runtime/services/device/camera-service.js +31 -20
  355. package/runtime/services/device/camera-service.js.map +1 -1
  356. package/styles/background.component.js +12 -6
  357. package/styles/background.component.js.map +1 -1
  358. package/styles/theme.js +163 -13
  359. package/styles/theme.js.map +1 -1
  360. package/styles/theme.variables.js +2 -0
  361. package/styles/theme.variables.js.map +1 -1
  362. package/actions/base-action.d.ts +0 -8
  363. package/actions/base-action.d.ts.map +0 -1
  364. package/actions/index.d.ts +0 -6
  365. package/actions/index.d.ts.map +0 -1
  366. package/actions/login-action.d.ts +0 -12
  367. package/actions/login-action.d.ts.map +0 -1
  368. package/actions/logout-action.d.ts +0 -11
  369. package/actions/logout-action.d.ts.map +0 -1
  370. package/actions/navigation-action.d.ts +0 -13
  371. package/actions/navigation-action.d.ts.map +0 -1
  372. package/actions/notification-action.d.ts +0 -20
  373. package/actions/notification-action.d.ts.map +0 -1
  374. package/actions/timer-action.d.ts +0 -20
  375. package/actions/timer-action.d.ts.map +0 -1
  376. package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts +0 -11
  377. package/components/advanced/carousel/carousel-content/carousel-content.component.d.ts.map +0 -1
  378. package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts +0 -5
  379. package/components/advanced/carousel/carousel-content/carousel-content.props.d.ts.map +0 -1
  380. package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts +0 -4
  381. package/components/advanced/carousel/carousel-content/carousel-content.styles.d.ts.map +0 -1
  382. package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts +0 -11
  383. package/components/advanced/carousel/carousel-template/carousel-template.component.d.ts.map +0 -1
  384. package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +0 -5
  385. package/components/advanced/carousel/carousel-template/carousel-template.props.d.ts.map +0 -1
  386. package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts +0 -4
  387. package/components/advanced/carousel/carousel-template/carousel-template.styles.d.ts.map +0 -1
  388. package/components/advanced/carousel/carousel.component.d.ts +0 -36
  389. package/components/advanced/carousel/carousel.component.d.ts.map +0 -1
  390. package/components/advanced/carousel/carousel.props.d.ts +0 -19
  391. package/components/advanced/carousel/carousel.props.d.ts.map +0 -1
  392. package/components/advanced/carousel/carousel.styles.d.ts +0 -21
  393. package/components/advanced/carousel/carousel.styles.d.ts.map +0 -1
  394. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts +0 -11
  395. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.d.ts.map +0 -1
  396. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts +0 -5
  397. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.d.ts.map +0 -1
  398. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts +0 -7
  399. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.d.ts.map +0 -1
  400. package/components/advanced/login/login.component.d.ts +0 -16
  401. package/components/advanced/login/login.component.d.ts.map +0 -1
  402. package/components/advanced/login/login.props.d.ts +0 -7
  403. package/components/advanced/login/login.props.d.ts.map +0 -1
  404. package/components/advanced/login/login.styles.d.ts +0 -8
  405. package/components/advanced/login/login.styles.d.ts.map +0 -1
  406. package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts +0 -18
  407. package/components/advanced/network-info-toaster/network-info-toaster.component.d.ts.map +0 -1
  408. package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts +0 -5
  409. package/components/advanced/network-info-toaster/network-info-toaster.props.d.ts.map +0 -1
  410. package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts +0 -9
  411. package/components/advanced/network-info-toaster/network-info-toaster.styles.d.ts.map +0 -1
  412. package/components/advanced/webview/webview.component.d.ts +0 -31
  413. package/components/advanced/webview/webview.component.d.ts.map +0 -1
  414. package/components/advanced/webview/webview.props.d.ts +0 -12
  415. package/components/advanced/webview/webview.props.d.ts.map +0 -1
  416. package/components/advanced/webview/webview.styles.d.ts +0 -8
  417. package/components/advanced/webview/webview.styles.d.ts.map +0 -1
  418. package/components/basic/anchor/anchor.component.d.ts +0 -16
  419. package/components/basic/anchor/anchor.component.d.ts.map +0 -1
  420. package/components/basic/anchor/anchor.props.d.ts +0 -31
  421. package/components/basic/anchor/anchor.props.d.ts.map +0 -1
  422. package/components/basic/anchor/anchor.styles.d.ts +0 -12
  423. package/components/basic/anchor/anchor.styles.d.ts.map +0 -1
  424. package/components/basic/animatedview.component.d.ts +0 -22
  425. package/components/basic/animatedview.component.d.ts.map +0 -1
  426. package/components/basic/audio/audio.component.d.ts +0 -37
  427. package/components/basic/audio/audio.component.d.ts.map +0 -1
  428. package/components/basic/audio/audio.props.d.ts +0 -13
  429. package/components/basic/audio/audio.props.d.ts.map +0 -1
  430. package/components/basic/audio/audio.styles.d.ts +0 -14
  431. package/components/basic/audio/audio.styles.d.ts.map +0 -1
  432. package/components/basic/bottomsheet/bottomsheet.component.d.ts +0 -72
  433. package/components/basic/bottomsheet/bottomsheet.component.d.ts.map +0 -1
  434. package/components/basic/bottomsheet/bottomsheet.props.d.ts +0 -24
  435. package/components/basic/bottomsheet/bottomsheet.props.d.ts.map +0 -1
  436. package/components/basic/bottomsheet/bottomsheet.styles.d.ts +0 -17
  437. package/components/basic/bottomsheet/bottomsheet.styles.d.ts.map +0 -1
  438. package/components/basic/button/button.component.d.ts +0 -14
  439. package/components/basic/button/button.component.d.ts.map +0 -1
  440. package/components/basic/button/button.props.d.ts +0 -28
  441. package/components/basic/button/button.props.d.ts.map +0 -1
  442. package/components/basic/button/button.styles.d.ts +0 -12
  443. package/components/basic/button/button.styles.d.ts.map +0 -1
  444. package/components/basic/buttongroup/buttongroup.component.d.ts +0 -12
  445. package/components/basic/buttongroup/buttongroup.component.d.ts.map +0 -1
  446. package/components/basic/buttongroup/buttongroup.props.d.ts +0 -12
  447. package/components/basic/buttongroup/buttongroup.props.d.ts.map +0 -1
  448. package/components/basic/buttongroup/buttongroup.styles.d.ts +0 -7
  449. package/components/basic/buttongroup/buttongroup.styles.d.ts.map +0 -1
  450. package/components/basic/custom/custom.component.d.ts +0 -12
  451. package/components/basic/custom/custom.component.d.ts.map +0 -1
  452. package/components/basic/custom/custom.props.d.ts +0 -12
  453. package/components/basic/custom/custom.props.d.ts.map +0 -1
  454. package/components/basic/custom/custom.styles.d.ts +0 -7
  455. package/components/basic/custom/custom.styles.d.ts.map +0 -1
  456. package/components/basic/icon/icon.component.d.ts +0 -38
  457. package/components/basic/icon/icon.component.d.ts.map +0 -1
  458. package/components/basic/icon/icon.props.d.ts +0 -26
  459. package/components/basic/icon/icon.props.d.ts.map +0 -1
  460. package/components/basic/icon/icon.styles.d.ts +0 -10
  461. package/components/basic/icon/icon.styles.d.ts.map +0 -1
  462. package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts +0 -9
  463. package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.d.ts.map +0 -1
  464. package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts +0 -9
  465. package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.d.ts.map +0 -1
  466. package/components/basic/icon/wavicon/wavicon.component.d.ts +0 -9
  467. package/components/basic/icon/wavicon/wavicon.component.d.ts.map +0 -1
  468. package/components/basic/label/label.component.d.ts +0 -30
  469. package/components/basic/label/label.component.d.ts.map +0 -1
  470. package/components/basic/label/label.props.d.ts +0 -26
  471. package/components/basic/label/label.props.d.ts.map +0 -1
  472. package/components/basic/label/label.styles.d.ts +0 -11
  473. package/components/basic/label/label.styles.d.ts.map +0 -1
  474. package/components/basic/lottie/lottie.component.d.ts +0 -23
  475. package/components/basic/lottie/lottie.component.d.ts.map +0 -1
  476. package/components/basic/lottie/lottie.props.d.ts +0 -12
  477. package/components/basic/lottie/lottie.props.d.ts.map +0 -1
  478. package/components/basic/lottie/lottie.styles.d.ts +0 -7
  479. package/components/basic/lottie/lottie.styles.d.ts.map +0 -1
  480. package/components/basic/message/message.component.d.ts +0 -14
  481. package/components/basic/message/message.component.d.ts.map +0 -1
  482. package/components/basic/message/message.props.d.ts +0 -22
  483. package/components/basic/message/message.props.d.ts.map +0 -1
  484. package/components/basic/message/message.styles.d.ts +0 -11
  485. package/components/basic/message/message.styles.d.ts.map +0 -1
  486. package/components/basic/modal/modal.component.d.ts +0 -12
  487. package/components/basic/modal/modal.component.d.ts.map +0 -1
  488. package/components/basic/modal/modal.props.d.ts +0 -10
  489. package/components/basic/modal/modal.props.d.ts.map +0 -1
  490. package/components/basic/modal/modal.styles.d.ts +0 -7
  491. package/components/basic/modal/modal.styles.d.ts.map +0 -1
  492. package/components/basic/picture/picture.component.d.ts +0 -39
  493. package/components/basic/picture/picture.component.d.ts.map +0 -1
  494. package/components/basic/picture/picture.props.d.ts +0 -24
  495. package/components/basic/picture/picture.props.d.ts.map +0 -1
  496. package/components/basic/picture/picture.styles.d.ts +0 -9
  497. package/components/basic/picture/picture.styles.d.ts.map +0 -1
  498. package/components/basic/progress-bar/progress-bar.component.d.ts +0 -12
  499. package/components/basic/progress-bar/progress-bar.component.d.ts.map +0 -1
  500. package/components/basic/progress-bar/progress-bar.props.d.ts +0 -18
  501. package/components/basic/progress-bar/progress-bar.props.d.ts.map +0 -1
  502. package/components/basic/progress-bar/progress-bar.styles.d.ts +0 -11
  503. package/components/basic/progress-bar/progress-bar.styles.d.ts.map +0 -1
  504. package/components/basic/progress-circle/progress-circle.component.d.ts +0 -14
  505. package/components/basic/progress-circle/progress-circle.component.d.ts.map +0 -1
  506. package/components/basic/progress-circle/progress-circle.props.d.ts +0 -18
  507. package/components/basic/progress-circle/progress-circle.props.d.ts.map +0 -1
  508. package/components/basic/progress-circle/progress-circle.styles.d.ts +0 -9
  509. package/components/basic/progress-circle/progress-circle.styles.d.ts.map +0 -1
  510. package/components/basic/search/local-data-provider.d.ts +0 -12
  511. package/components/basic/search/local-data-provider.d.ts.map +0 -1
  512. package/components/basic/search/search.component.d.ts +0 -58
  513. package/components/basic/search/search.component.d.ts.map +0 -1
  514. package/components/basic/search/search.props.d.ts +0 -38
  515. package/components/basic/search/search.props.d.ts.map +0 -1
  516. package/components/basic/search/search.styles.d.ts +0 -21
  517. package/components/basic/search/search.styles.d.ts.map +0 -1
  518. package/components/basic/skeleton/skeleton.component.d.ts +0 -28
  519. package/components/basic/skeleton/skeleton.component.d.ts.map +0 -1
  520. package/components/basic/skeleton/skeleton.props.d.ts +0 -10
  521. package/components/basic/skeleton/skeleton.props.d.ts.map +0 -1
  522. package/components/basic/skeleton/skeleton.styles.d.ts +0 -11
  523. package/components/basic/skeleton/skeleton.styles.d.ts.map +0 -1
  524. package/components/basic/spinner/spinner.component.d.ts +0 -17
  525. package/components/basic/spinner/spinner.component.d.ts.map +0 -1
  526. package/components/basic/spinner/spinner.props.d.ts +0 -15
  527. package/components/basic/spinner/spinner.props.d.ts.map +0 -1
  528. package/components/basic/spinner/spinner.styles.d.ts +0 -11
  529. package/components/basic/spinner/spinner.styles.d.ts.map +0 -1
  530. package/components/basic/tooltip/tooltip.component.d.ts +0 -11
  531. package/components/basic/tooltip/tooltip.component.d.ts.map +0 -1
  532. package/components/basic/tooltip/tooltip.props.d.ts +0 -18
  533. package/components/basic/tooltip/tooltip.props.d.ts.map +0 -1
  534. package/components/basic/tooltip/tooltip.styles.d.ts +0 -8
  535. package/components/basic/tooltip/tooltip.styles.d.ts.map +0 -1
  536. package/components/basic/video/video.component.d.ts +0 -29
  537. package/components/basic/video/video.component.d.ts.map +0 -1
  538. package/components/basic/video/video.props.d.ts +0 -32
  539. package/components/basic/video/video.props.d.ts.map +0 -1
  540. package/components/basic/video/video.styles.d.ts +0 -9
  541. package/components/basic/video/video.styles.d.ts.map +0 -1
  542. package/components/chart/area-chart/area-chart.component.d.ts +0 -15
  543. package/components/chart/area-chart/area-chart.component.d.ts.map +0 -1
  544. package/components/chart/area-chart/area-chart.props.d.ts +0 -7
  545. package/components/chart/area-chart/area-chart.props.d.ts.map +0 -1
  546. package/components/chart/area-chart/area-chart.styles.d.ts +0 -5
  547. package/components/chart/area-chart/area-chart.styles.d.ts.map +0 -1
  548. package/components/chart/bar-chart/bar-chart.component.d.ts +0 -14
  549. package/components/chart/bar-chart/bar-chart.component.d.ts.map +0 -1
  550. package/components/chart/bar-chart/bar-chart.props.d.ts +0 -9
  551. package/components/chart/bar-chart/bar-chart.props.d.ts.map +0 -1
  552. package/components/chart/bar-chart/bar-chart.styles.d.ts +0 -5
  553. package/components/chart/bar-chart/bar-chart.styles.d.ts.map +0 -1
  554. package/components/chart/basechart.component.d.ts +0 -82
  555. package/components/chart/basechart.component.d.ts.map +0 -1
  556. package/components/chart/basechart.props.d.ts +0 -63
  557. package/components/chart/basechart.props.d.ts.map +0 -1
  558. package/components/chart/basechart.styles.d.ts +0 -36
  559. package/components/chart/basechart.styles.d.ts.map +0 -1
  560. package/components/chart/bubble-chart/bubble-chart.component.d.ts +0 -12
  561. package/components/chart/bubble-chart/bubble-chart.component.d.ts.map +0 -1
  562. package/components/chart/bubble-chart/bubble-chart.props.d.ts +0 -6
  563. package/components/chart/bubble-chart/bubble-chart.props.d.ts.map +0 -1
  564. package/components/chart/bubble-chart/bubble-chart.styles.d.ts +0 -5
  565. package/components/chart/bubble-chart/bubble-chart.styles.d.ts.map +0 -1
  566. package/components/chart/column-chart/column-chart.component.d.ts +0 -8
  567. package/components/chart/column-chart/column-chart.component.d.ts.map +0 -1
  568. package/components/chart/column-chart/column-chart.props.d.ts +0 -6
  569. package/components/chart/column-chart/column-chart.props.d.ts.map +0 -1
  570. package/components/chart/column-chart/column-chart.styles.d.ts +0 -4
  571. package/components/chart/column-chart/column-chart.styles.d.ts.map +0 -1
  572. package/components/chart/donut-chart/donut-chart.component.d.ts +0 -6
  573. package/components/chart/donut-chart/donut-chart.component.d.ts.map +0 -1
  574. package/components/chart/donut-chart/donut-chart.props.d.ts +0 -7
  575. package/components/chart/donut-chart/donut-chart.props.d.ts.map +0 -1
  576. package/components/chart/donut-chart/donut-chart.styles.d.ts +0 -5
  577. package/components/chart/donut-chart/donut-chart.styles.d.ts.map +0 -1
  578. package/components/chart/legend/legend.component.d.ts +0 -15
  579. package/components/chart/legend/legend.component.d.ts.map +0 -1
  580. package/components/chart/line-chart/line-chart.component.d.ts +0 -12
  581. package/components/chart/line-chart/line-chart.component.d.ts.map +0 -1
  582. package/components/chart/line-chart/line-chart.props.d.ts +0 -9
  583. package/components/chart/line-chart/line-chart.props.d.ts.map +0 -1
  584. package/components/chart/line-chart/line-chart.styles.d.ts +0 -5
  585. package/components/chart/line-chart/line-chart.styles.d.ts.map +0 -1
  586. package/components/chart/pie-chart/pie-chart.component.d.ts +0 -27
  587. package/components/chart/pie-chart/pie-chart.component.d.ts.map +0 -1
  588. package/components/chart/pie-chart/pie-chart.props.d.ts +0 -10
  589. package/components/chart/pie-chart/pie-chart.props.d.ts.map +0 -1
  590. package/components/chart/pie-chart/pie-chart.styles.d.ts +0 -5
  591. package/components/chart/pie-chart/pie-chart.styles.d.ts.map +0 -1
  592. package/components/chart/stack-chart/stack-chart.component.d.ts +0 -26
  593. package/components/chart/stack-chart/stack-chart.component.d.ts.map +0 -1
  594. package/components/chart/stack-chart/stack-chart.props.d.ts +0 -12
  595. package/components/chart/stack-chart/stack-chart.props.d.ts.map +0 -1
  596. package/components/chart/stack-chart/stack-chart.styles.d.ts +0 -5
  597. package/components/chart/stack-chart/stack-chart.styles.d.ts.map +0 -1
  598. package/components/chart/staticdata.d.ts +0 -41
  599. package/components/chart/staticdata.d.ts.map +0 -1
  600. package/components/chart/theme/chart.theme.d.ts +0 -8
  601. package/components/chart/theme/chart.theme.d.ts.map +0 -1
  602. package/components/container/accordion/accordion.component.d.ts +0 -27
  603. package/components/container/accordion/accordion.component.d.ts.map +0 -1
  604. package/components/container/accordion/accordion.props.d.ts +0 -15
  605. package/components/container/accordion/accordion.props.d.ts.map +0 -1
  606. package/components/container/accordion/accordion.styles.d.ts +0 -21
  607. package/components/container/accordion/accordion.styles.d.ts.map +0 -1
  608. package/components/container/accordion/accordionpane/accordionpane.component.d.ts +0 -23
  609. package/components/container/accordion/accordionpane/accordionpane.component.d.ts.map +0 -1
  610. package/components/container/accordion/accordionpane/accordionpane.props.d.ts +0 -16
  611. package/components/container/accordion/accordionpane/accordionpane.props.d.ts.map +0 -1
  612. package/components/container/accordion/accordionpane/accordionpane.styles.d.ts +0 -4
  613. package/components/container/accordion/accordionpane/accordionpane.styles.d.ts.map +0 -1
  614. package/components/container/container.component.d.ts +0 -38
  615. package/components/container/container.component.d.ts.map +0 -1
  616. package/components/container/container.props.d.ts +0 -21
  617. package/components/container/container.props.d.ts.map +0 -1
  618. package/components/container/container.styles.d.ts +0 -10
  619. package/components/container/container.styles.d.ts.map +0 -1
  620. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts +0 -11
  621. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.d.ts.map +0 -1
  622. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts +0 -12
  623. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.d.ts.map +0 -1
  624. package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts +0 -4
  625. package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.d.ts.map +0 -1
  626. package/components/container/layoutgrid/gridrow/gridrow.component.d.ts +0 -11
  627. package/components/container/layoutgrid/gridrow/gridrow.component.d.ts.map +0 -1
  628. package/components/container/layoutgrid/gridrow/gridrow.props.d.ts +0 -10
  629. package/components/container/layoutgrid/gridrow/gridrow.props.d.ts.map +0 -1
  630. package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts +0 -7
  631. package/components/container/layoutgrid/gridrow/gridrow.styles.d.ts.map +0 -1
  632. package/components/container/layoutgrid/layoutgrid.component.d.ts +0 -13
  633. package/components/container/layoutgrid/layoutgrid.component.d.ts.map +0 -1
  634. package/components/container/layoutgrid/layoutgrid.props.d.ts +0 -10
  635. package/components/container/layoutgrid/layoutgrid.props.d.ts.map +0 -1
  636. package/components/container/layoutgrid/layoutgrid.styles.d.ts +0 -7
  637. package/components/container/layoutgrid/layoutgrid.styles.d.ts.map +0 -1
  638. package/components/container/linearlayout/linearlayout.component.d.ts +0 -15
  639. package/components/container/linearlayout/linearlayout.component.d.ts.map +0 -1
  640. package/components/container/linearlayout/linearlayout.props.d.ts +0 -14
  641. package/components/container/linearlayout/linearlayout.props.d.ts.map +0 -1
  642. package/components/container/linearlayout/linearlayout.styles.d.ts +0 -7
  643. package/components/container/linearlayout/linearlayout.styles.d.ts.map +0 -1
  644. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts +0 -11
  645. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.d.ts.map +0 -1
  646. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts +0 -12
  647. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.d.ts.map +0 -1
  648. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts +0 -4
  649. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.d.ts.map +0 -1
  650. package/components/container/panel/collapsible-pane.component.d.ts +0 -6
  651. package/components/container/panel/collapsible-pane.component.d.ts.map +0 -1
  652. package/components/container/panel/panel-content/panel-content.component.d.ts +0 -11
  653. package/components/container/panel/panel-content/panel-content.component.d.ts.map +0 -1
  654. package/components/container/panel/panel-content/panel-content.props.d.ts +0 -10
  655. package/components/container/panel/panel-content/panel-content.props.d.ts.map +0 -1
  656. package/components/container/panel/panel-content/panel-content.styles.d.ts +0 -4
  657. package/components/container/panel/panel-content/panel-content.styles.d.ts.map +0 -1
  658. package/components/container/panel/panel-footer/panel-footer.component.d.ts +0 -11
  659. package/components/container/panel/panel-footer/panel-footer.component.d.ts.map +0 -1
  660. package/components/container/panel/panel-footer/panel-footer.props.d.ts +0 -10
  661. package/components/container/panel/panel-footer/panel-footer.props.d.ts.map +0 -1
  662. package/components/container/panel/panel-footer/panel-footer.styles.d.ts +0 -4
  663. package/components/container/panel/panel-footer/panel-footer.styles.d.ts.map +0 -1
  664. package/components/container/panel/panel.component.d.ts +0 -20
  665. package/components/container/panel/panel.component.d.ts.map +0 -1
  666. package/components/container/panel/panel.props.d.ts +0 -23
  667. package/components/container/panel/panel.props.d.ts.map +0 -1
  668. package/components/container/panel/panel.styles.d.ts +0 -13
  669. package/components/container/panel/panel.styles.d.ts.map +0 -1
  670. package/components/container/partial-host.component.d.ts +0 -19
  671. package/components/container/partial-host.component.d.ts.map +0 -1
  672. package/components/container/tabs/tabheader/tabheader.component.d.ts +0 -27
  673. package/components/container/tabs/tabheader/tabheader.component.d.ts.map +0 -1
  674. package/components/container/tabs/tabheader/tabheader.props.d.ts +0 -18
  675. package/components/container/tabs/tabheader/tabheader.props.d.ts.map +0 -1
  676. package/components/container/tabs/tabheader/tabheader.styles.d.ts +0 -18
  677. package/components/container/tabs/tabheader/tabheader.styles.d.ts.map +0 -1
  678. package/components/container/tabs/tabpane/tabpane.component.d.ts +0 -22
  679. package/components/container/tabs/tabpane/tabpane.component.d.ts.map +0 -1
  680. package/components/container/tabs/tabpane/tabpane.props.d.ts +0 -19
  681. package/components/container/tabs/tabpane/tabpane.props.d.ts.map +0 -1
  682. package/components/container/tabs/tabpane/tabpane.styles.d.ts +0 -4
  683. package/components/container/tabs/tabpane/tabpane.styles.d.ts.map +0 -1
  684. package/components/container/tabs/tabs.component.d.ts +0 -37
  685. package/components/container/tabs/tabs.component.d.ts.map +0 -1
  686. package/components/container/tabs/tabs.props.d.ts +0 -13
  687. package/components/container/tabs/tabs.props.d.ts.map +0 -1
  688. package/components/container/tabs/tabs.styles.d.ts +0 -11
  689. package/components/container/tabs/tabs.styles.d.ts.map +0 -1
  690. package/components/container/tile/tile.component.d.ts +0 -13
  691. package/components/container/tile/tile.component.d.ts.map +0 -1
  692. package/components/container/tile/tile.props.d.ts +0 -12
  693. package/components/container/tile/tile.props.d.ts.map +0 -1
  694. package/components/container/tile/tile.styles.d.ts +0 -7
  695. package/components/container/tile/tile.styles.d.ts.map +0 -1
  696. package/components/container/wizard/wizard.component.d.ts +0 -47
  697. package/components/container/wizard/wizard.component.d.ts.map +0 -1
  698. package/components/container/wizard/wizard.props.d.ts +0 -28
  699. package/components/container/wizard/wizard.props.d.ts.map +0 -1
  700. package/components/container/wizard/wizard.styles.d.ts +0 -48
  701. package/components/container/wizard/wizard.styles.d.ts.map +0 -1
  702. package/components/container/wizard/wizardstep/wizardstep.component.d.ts +0 -21
  703. package/components/container/wizard/wizardstep/wizardstep.component.d.ts.map +0 -1
  704. package/components/container/wizard/wizardstep/wizardstep.props.d.ts +0 -21
  705. package/components/container/wizard/wizardstep/wizardstep.props.d.ts.map +0 -1
  706. package/components/container/wizard/wizardstep/wizardstep.styles.d.ts +0 -4
  707. package/components/container/wizard/wizardstep/wizardstep.styles.d.ts.map +0 -1
  708. package/components/data/card/card-content/card-content.component.d.ts +0 -14
  709. package/components/data/card/card-content/card-content.component.d.ts.map +0 -1
  710. package/components/data/card/card-content/card-content.props.d.ts +0 -11
  711. package/components/data/card/card-content/card-content.props.d.ts.map +0 -1
  712. package/components/data/card/card-content/card-content.styles.d.ts +0 -7
  713. package/components/data/card/card-content/card-content.styles.d.ts.map +0 -1
  714. package/components/data/card/card-footer/card-footer.component.d.ts +0 -11
  715. package/components/data/card/card-footer/card-footer.component.d.ts.map +0 -1
  716. package/components/data/card/card-footer/card-footer.props.d.ts +0 -10
  717. package/components/data/card/card-footer/card-footer.props.d.ts.map +0 -1
  718. package/components/data/card/card-footer/card-footer.styles.d.ts +0 -4
  719. package/components/data/card/card-footer/card-footer.styles.d.ts.map +0 -1
  720. package/components/data/card/card.component.d.ts +0 -13
  721. package/components/data/card/card.component.d.ts.map +0 -1
  722. package/components/data/card/card.props.d.ts +0 -26
  723. package/components/data/card/card.props.d.ts.map +0 -1
  724. package/components/data/card/card.styles.d.ts +0 -16
  725. package/components/data/card/card.styles.d.ts.map +0 -1
  726. package/components/data/form/form-action/form-action.component.d.ts +0 -14
  727. package/components/data/form/form-action/form-action.component.d.ts.map +0 -1
  728. package/components/data/form/form-action/form-action.props.d.ts +0 -16
  729. package/components/data/form/form-action/form-action.props.d.ts.map +0 -1
  730. package/components/data/form/form-action/form-action.styles.d.ts +0 -7
  731. package/components/data/form/form-action/form-action.styles.d.ts.map +0 -1
  732. package/components/data/form/form-body/form-body.component.d.ts +0 -11
  733. package/components/data/form/form-body/form-body.component.d.ts.map +0 -1
  734. package/components/data/form/form-body/form-body.props.d.ts +0 -10
  735. package/components/data/form/form-body/form-body.props.d.ts.map +0 -1
  736. package/components/data/form/form-body/form-body.styles.d.ts +0 -4
  737. package/components/data/form/form-body/form-body.styles.d.ts.map +0 -1
  738. package/components/data/form/form-field/form-field.component.d.ts +0 -31
  739. package/components/data/form/form-field/form-field.component.d.ts.map +0 -1
  740. package/components/data/form/form-field/form-field.props.d.ts +0 -34
  741. package/components/data/form/form-field/form-field.props.d.ts.map +0 -1
  742. package/components/data/form/form-field/form-field.styles.d.ts +0 -7
  743. package/components/data/form/form-field/form-field.styles.d.ts.map +0 -1
  744. package/components/data/form/form-footer/form-footer.component.d.ts +0 -11
  745. package/components/data/form/form-footer/form-footer.component.d.ts.map +0 -1
  746. package/components/data/form/form-footer/form-footer.props.d.ts +0 -10
  747. package/components/data/form/form-footer/form-footer.props.d.ts.map +0 -1
  748. package/components/data/form/form-footer/form-footer.styles.d.ts +0 -4
  749. package/components/data/form/form-footer/form-footer.styles.d.ts.map +0 -1
  750. package/components/data/form/form.component.d.ts +0 -62
  751. package/components/data/form/form.component.d.ts.map +0 -1
  752. package/components/data/form/form.props.d.ts +0 -31
  753. package/components/data/form/form.props.d.ts.map +0 -1
  754. package/components/data/form/form.styles.d.ts +0 -13
  755. package/components/data/form/form.styles.d.ts.map +0 -1
  756. package/components/data/list/list-action-template/list-action-template.component.d.ts +0 -13
  757. package/components/data/list/list-action-template/list-action-template.component.d.ts.map +0 -1
  758. package/components/data/list/list-action-template/list-action-template.props.d.ts +0 -11
  759. package/components/data/list/list-action-template/list-action-template.props.d.ts.map +0 -1
  760. package/components/data/list/list-action-template/list-action-template.styles.d.ts +0 -4
  761. package/components/data/list/list-action-template/list-action-template.styles.d.ts.map +0 -1
  762. package/components/data/list/list-template/list-template.component.d.ts +0 -11
  763. package/components/data/list/list-template/list-template.component.d.ts.map +0 -1
  764. package/components/data/list/list-template/list-template.props.d.ts +0 -11
  765. package/components/data/list/list-template/list-template.props.d.ts.map +0 -1
  766. package/components/data/list/list-template/list-template.styles.d.ts +0 -7
  767. package/components/data/list/list-template/list-template.styles.d.ts.map +0 -1
  768. package/components/data/list/list.component.d.ts +0 -60
  769. package/components/data/list/list.component.d.ts.map +0 -1
  770. package/components/data/list/list.props.d.ts +0 -50
  771. package/components/data/list/list.props.d.ts.map +0 -1
  772. package/components/data/list/list.styles.d.ts +0 -24
  773. package/components/data/list/list.styles.d.ts.map +0 -1
  774. package/components/data/liveform/liveform.component.d.ts +0 -15
  775. package/components/data/liveform/liveform.component.d.ts.map +0 -1
  776. package/components/device/barcodescanner/barcodescanner.component.d.ts +0 -15
  777. package/components/device/barcodescanner/barcodescanner.component.d.ts.map +0 -1
  778. package/components/device/barcodescanner/barcodescanner.props.d.ts +0 -18
  779. package/components/device/barcodescanner/barcodescanner.props.d.ts.map +0 -1
  780. package/components/device/barcodescanner/barcodescanner.styles.d.ts +0 -7
  781. package/components/device/barcodescanner/barcodescanner.styles.d.ts.map +0 -1
  782. package/components/device/camera/camera.component.d.ts +0 -16
  783. package/components/device/camera/camera.component.d.ts.map +0 -1
  784. package/components/device/camera/camera.props.d.ts +0 -24
  785. package/components/device/camera/camera.props.d.ts.map +0 -1
  786. package/components/device/camera/camera.styles.d.ts +0 -7
  787. package/components/device/camera/camera.styles.d.ts.map +0 -1
  788. package/components/dialogs/alertdialog/alertdialog.component.d.ts +0 -16
  789. package/components/dialogs/alertdialog/alertdialog.component.d.ts.map +0 -1
  790. package/components/dialogs/alertdialog/alertdialog.props.d.ts +0 -23
  791. package/components/dialogs/alertdialog/alertdialog.props.d.ts.map +0 -1
  792. package/components/dialogs/alertdialog/alertdialog.styles.d.ts +0 -15
  793. package/components/dialogs/alertdialog/alertdialog.styles.d.ts.map +0 -1
  794. package/components/dialogs/confirmdialog/confirmdialog.component.d.ts +0 -16
  795. package/components/dialogs/confirmdialog/confirmdialog.component.d.ts.map +0 -1
  796. package/components/dialogs/confirmdialog/confirmdialog.props.d.ts +0 -23
  797. package/components/dialogs/confirmdialog/confirmdialog.props.d.ts.map +0 -1
  798. package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts +0 -16
  799. package/components/dialogs/confirmdialog/confirmdialog.styles.d.ts.map +0 -1
  800. package/components/dialogs/dialog/dialog.component.d.ts +0 -17
  801. package/components/dialogs/dialog/dialog.component.d.ts.map +0 -1
  802. package/components/dialogs/dialog/dialog.props.d.ts +0 -25
  803. package/components/dialogs/dialog/dialog.props.d.ts.map +0 -1
  804. package/components/dialogs/dialog/dialog.styles.d.ts +0 -12
  805. package/components/dialogs/dialog/dialog.styles.d.ts.map +0 -1
  806. package/components/dialogs/dialogactions/dialogactions.component.d.ts +0 -12
  807. package/components/dialogs/dialogactions/dialogactions.component.d.ts.map +0 -1
  808. package/components/dialogs/dialogactions/dialogactions.props.d.ts +0 -10
  809. package/components/dialogs/dialogactions/dialogactions.props.d.ts.map +0 -1
  810. package/components/dialogs/dialogactions/dialogactions.styles.d.ts +0 -4
  811. package/components/dialogs/dialogactions/dialogactions.styles.d.ts.map +0 -1
  812. package/components/dialogs/dialogcontent/dialogcontent.component.d.ts +0 -11
  813. package/components/dialogs/dialogcontent/dialogcontent.component.d.ts.map +0 -1
  814. package/components/dialogs/dialogcontent/dialogcontent.props.d.ts +0 -10
  815. package/components/dialogs/dialogcontent/dialogcontent.props.d.ts.map +0 -1
  816. package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts +0 -4
  817. package/components/dialogs/dialogcontent/dialogcontent.styles.d.ts.map +0 -1
  818. package/components/input/basedataset/basedataset.component.d.ts +0 -28
  819. package/components/input/basedataset/basedataset.component.d.ts.map +0 -1
  820. package/components/input/basedataset/basedataset.props.d.ts +0 -31
  821. package/components/input/basedataset/basedataset.props.d.ts.map +0 -1
  822. package/components/input/basedataset/basedataset.styles.d.ts +0 -4
  823. package/components/input/basedataset/basedataset.styles.d.ts.map +0 -1
  824. package/components/input/baseinput/baseinput.component.d.ts +0 -33
  825. package/components/input/baseinput/baseinput.component.d.ts.map +0 -1
  826. package/components/input/baseinput/baseinput.props.d.ts +0 -29
  827. package/components/input/baseinput/baseinput.props.d.ts.map +0 -1
  828. package/components/input/baseinput/baseinput.styles.d.ts +0 -4
  829. package/components/input/baseinput/baseinput.styles.d.ts.map +0 -1
  830. package/components/input/basenumber/basenumber.component.d.ts +0 -58
  831. package/components/input/basenumber/basenumber.component.d.ts.map +0 -1
  832. package/components/input/basenumber/basenumber.props.d.ts +0 -26
  833. package/components/input/basenumber/basenumber.props.d.ts.map +0 -1
  834. package/components/input/basenumber/basenumber.styles.d.ts +0 -4
  835. package/components/input/basenumber/basenumber.styles.d.ts.map +0 -1
  836. package/components/input/calendar/calendar.component.d.ts +0 -23
  837. package/components/input/calendar/calendar.component.d.ts.map +0 -1
  838. package/components/input/calendar/calendar.props.d.ts +0 -15
  839. package/components/input/calendar/calendar.props.d.ts.map +0 -1
  840. package/components/input/calendar/calendar.styles.d.ts +0 -30
  841. package/components/input/calendar/calendar.styles.d.ts.map +0 -1
  842. package/components/input/calendar/views/month-view.d.ts +0 -55
  843. package/components/input/calendar/views/month-view.d.ts.map +0 -1
  844. package/components/input/calendar/views/month-view.styles.d.ts +0 -34
  845. package/components/input/calendar/views/month-view.styles.d.ts.map +0 -1
  846. package/components/input/checkbox/checkbox.component.d.ts +0 -20
  847. package/components/input/checkbox/checkbox.component.d.ts.map +0 -1
  848. package/components/input/checkbox/checkbox.props.d.ts +0 -19
  849. package/components/input/checkbox/checkbox.props.d.ts.map +0 -1
  850. package/components/input/checkbox/checkbox.styles.d.ts +0 -12
  851. package/components/input/checkbox/checkbox.styles.d.ts.map +0 -1
  852. package/components/input/checkboxset/checkboxset.component.d.ts +0 -22
  853. package/components/input/checkboxset/checkboxset.component.d.ts.map +0 -1
  854. package/components/input/checkboxset/checkboxset.props.d.ts +0 -15
  855. package/components/input/checkboxset/checkboxset.props.d.ts.map +0 -1
  856. package/components/input/checkboxset/checkboxset.styles.d.ts +0 -14
  857. package/components/input/checkboxset/checkboxset.styles.d.ts.map +0 -1
  858. package/components/input/chips/chips.component.d.ts +0 -44
  859. package/components/input/chips/chips.component.d.ts.map +0 -1
  860. package/components/input/chips/chips.props.d.ts +0 -27
  861. package/components/input/chips/chips.props.d.ts.map +0 -1
  862. package/components/input/chips/chips.styles.d.ts +0 -35
  863. package/components/input/chips/chips.styles.d.ts.map +0 -1
  864. package/components/input/composite/composite.component.d.ts +0 -11
  865. package/components/input/composite/composite.component.d.ts.map +0 -1
  866. package/components/input/composite/composite.props.d.ts +0 -11
  867. package/components/input/composite/composite.props.d.ts.map +0 -1
  868. package/components/input/composite/composite.styles.d.ts +0 -4
  869. package/components/input/composite/composite.styles.d.ts.map +0 -1
  870. package/components/input/currency/currency.component.d.ts +0 -15
  871. package/components/input/currency/currency.component.d.ts.map +0 -1
  872. package/components/input/currency/currency.props.d.ts +0 -9
  873. package/components/input/currency/currency.props.d.ts.map +0 -1
  874. package/components/input/currency/currency.styles.d.ts +0 -18
  875. package/components/input/currency/currency.styles.d.ts.map +0 -1
  876. package/components/input/epoch/base-datetime.component.d.ts +0 -50
  877. package/components/input/epoch/base-datetime.component.d.ts.map +0 -1
  878. package/components/input/epoch/date/date.component.d.ts +0 -9
  879. package/components/input/epoch/date/date.component.d.ts.map +0 -1
  880. package/components/input/epoch/date/date.props.d.ts +0 -5
  881. package/components/input/epoch/date/date.props.d.ts.map +0 -1
  882. package/components/input/epoch/date/date.styles.d.ts +0 -4
  883. package/components/input/epoch/date/date.styles.d.ts.map +0 -1
  884. package/components/input/epoch/date-picker.component.d.ts +0 -28
  885. package/components/input/epoch/date-picker.component.d.ts.map +0 -1
  886. package/components/input/epoch/datetime/datetime.component.d.ts +0 -9
  887. package/components/input/epoch/datetime/datetime.component.d.ts.map +0 -1
  888. package/components/input/epoch/datetime/datetime.props.d.ts +0 -37
  889. package/components/input/epoch/datetime/datetime.props.d.ts.map +0 -1
  890. package/components/input/epoch/datetime/datetime.styles.d.ts +0 -24
  891. package/components/input/epoch/datetime/datetime.styles.d.ts.map +0 -1
  892. package/components/input/epoch/time/time.component.d.ts +0 -11
  893. package/components/input/epoch/time/time.component.d.ts.map +0 -1
  894. package/components/input/epoch/time/time.props.d.ts +0 -6
  895. package/components/input/epoch/time/time.props.d.ts.map +0 -1
  896. package/components/input/epoch/time/time.styles.d.ts +0 -4
  897. package/components/input/epoch/time/time.styles.d.ts.map +0 -1
  898. package/components/input/epoch/wheel-date-picker.component.d.ts +0 -42
  899. package/components/input/epoch/wheel-date-picker.component.d.ts.map +0 -1
  900. package/components/input/epoch/wheel-time-picker.component.d.ts +0 -22
  901. package/components/input/epoch/wheel-time-picker.component.d.ts.map +0 -1
  902. package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts +0 -18
  903. package/components/input/epoch/wheelpicker/wheelpicker.component.d.ts.map +0 -1
  904. package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts +0 -10
  905. package/components/input/epoch/wheelpicker/wheelpicker.props.d.ts.map +0 -1
  906. package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts +0 -12
  907. package/components/input/epoch/wheelpicker/wheelpicker.styles.d.ts.map +0 -1
  908. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts +0 -13
  909. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.d.ts.map +0 -1
  910. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts +0 -14
  911. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.d.ts.map +0 -1
  912. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts +0 -12
  913. package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.d.ts.map +0 -1
  914. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts +0 -13
  915. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.d.ts.map +0 -1
  916. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts +0 -13
  917. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.d.ts.map +0 -1
  918. package/components/input/fileupload/fileupload.component.d.ts +0 -21
  919. package/components/input/fileupload/fileupload.component.d.ts.map +0 -1
  920. package/components/input/fileupload/fileupload.props.d.ts +0 -18
  921. package/components/input/fileupload/fileupload.props.d.ts.map +0 -1
  922. package/components/input/fileupload/fileupload.styles.d.ts +0 -7
  923. package/components/input/fileupload/fileupload.styles.d.ts.map +0 -1
  924. package/components/input/number/number.component.d.ts +0 -14
  925. package/components/input/number/number.component.d.ts.map +0 -1
  926. package/components/input/number/number.props.d.ts +0 -9
  927. package/components/input/number/number.props.d.ts.map +0 -1
  928. package/components/input/number/number.styles.d.ts +0 -14
  929. package/components/input/number/number.styles.d.ts.map +0 -1
  930. package/components/input/radioset/radioset.component.d.ts +0 -19
  931. package/components/input/radioset/radioset.component.d.ts.map +0 -1
  932. package/components/input/radioset/radioset.props.d.ts +0 -14
  933. package/components/input/radioset/radioset.props.d.ts.map +0 -1
  934. package/components/input/radioset/radioset.styles.d.ts +0 -16
  935. package/components/input/radioset/radioset.styles.d.ts.map +0 -1
  936. package/components/input/rating/rating.component.d.ts +0 -19
  937. package/components/input/rating/rating.component.d.ts.map +0 -1
  938. package/components/input/rating/rating.props.d.ts +0 -27
  939. package/components/input/rating/rating.props.d.ts.map +0 -1
  940. package/components/input/rating/rating.styles.d.ts +0 -8
  941. package/components/input/rating/rating.styles.d.ts.map +0 -1
  942. package/components/input/select/select.component.d.ts +0 -37
  943. package/components/input/select/select.component.d.ts.map +0 -1
  944. package/components/input/select/select.props.d.ts +0 -10
  945. package/components/input/select/select.props.d.ts.map +0 -1
  946. package/components/input/select/select.styles.d.ts +0 -25
  947. package/components/input/select/select.styles.d.ts.map +0 -1
  948. package/components/input/slider/slider.component.d.ts +0 -55
  949. package/components/input/slider/slider.component.d.ts.map +0 -1
  950. package/components/input/slider/slider.props.d.ts +0 -22
  951. package/components/input/slider/slider.props.d.ts.map +0 -1
  952. package/components/input/slider/slider.styles.d.ts +0 -24
  953. package/components/input/slider/slider.styles.d.ts.map +0 -1
  954. package/components/input/switch/switch.component.d.ts +0 -15
  955. package/components/input/switch/switch.component.d.ts.map +0 -1
  956. package/components/input/switch/switch.props.d.ts +0 -11
  957. package/components/input/switch/switch.props.d.ts.map +0 -1
  958. package/components/input/switch/switch.styles.d.ts +0 -17
  959. package/components/input/switch/switch.styles.d.ts.map +0 -1
  960. package/components/input/text/text.component.d.ts +0 -13
  961. package/components/input/text/text.component.d.ts.map +0 -1
  962. package/components/input/text/text.props.d.ts +0 -13
  963. package/components/input/text/text.props.d.ts.map +0 -1
  964. package/components/input/text/text.styles.d.ts +0 -13
  965. package/components/input/text/text.styles.d.ts.map +0 -1
  966. package/components/input/textarea/textarea.component.d.ts +0 -13
  967. package/components/input/textarea/textarea.component.d.ts.map +0 -1
  968. package/components/input/textarea/textarea.props.d.ts +0 -11
  969. package/components/input/textarea/textarea.props.d.ts.map +0 -1
  970. package/components/input/textarea/textarea.styles.d.ts +0 -14
  971. package/components/input/textarea/textarea.styles.d.ts.map +0 -1
  972. package/components/input/toggle/toggle.component.d.ts +0 -25
  973. package/components/input/toggle/toggle.component.d.ts.map +0 -1
  974. package/components/input/toggle/toggle.props.d.ts +0 -27
  975. package/components/input/toggle/toggle.props.d.ts.map +0 -1
  976. package/components/input/toggle/toggle.styles.d.ts +0 -12
  977. package/components/input/toggle/toggle.styles.d.ts.map +0 -1
  978. package/components/navigation/appnavbar/appnavbar.component.d.ts +0 -18
  979. package/components/navigation/appnavbar/appnavbar.component.d.ts.map +0 -1
  980. package/components/navigation/appnavbar/appnavbar.props.d.ts +0 -21
  981. package/components/navigation/appnavbar/appnavbar.props.d.ts.map +0 -1
  982. package/components/navigation/appnavbar/appnavbar.styles.d.ts +0 -17
  983. package/components/navigation/appnavbar/appnavbar.styles.d.ts.map +0 -1
  984. package/components/navigation/basenav/basenav.component.d.ts +0 -24
  985. package/components/navigation/basenav/basenav.component.d.ts.map +0 -1
  986. package/components/navigation/basenav/basenav.props.d.ts +0 -12
  987. package/components/navigation/basenav/basenav.props.d.ts.map +0 -1
  988. package/components/navigation/basenav/basenav.styles.d.ts +0 -4
  989. package/components/navigation/basenav/basenav.styles.d.ts.map +0 -1
  990. package/components/navigation/menu/menu.component.d.ts +0 -14
  991. package/components/navigation/menu/menu.component.d.ts.map +0 -1
  992. package/components/navigation/menu/menu.props.d.ts +0 -12
  993. package/components/navigation/menu/menu.props.d.ts.map +0 -1
  994. package/components/navigation/menu/menu.styles.d.ts +0 -9
  995. package/components/navigation/menu/menu.styles.d.ts.map +0 -1
  996. package/components/navigation/navbar/navbar.component.d.ts +0 -18
  997. package/components/navigation/navbar/navbar.component.d.ts.map +0 -1
  998. package/components/navigation/navbar/navbar.props.d.ts +0 -17
  999. package/components/navigation/navbar/navbar.props.d.ts.map +0 -1
  1000. package/components/navigation/navbar/navbar.styles.d.ts +0 -10
  1001. package/components/navigation/navbar/navbar.styles.d.ts.map +0 -1
  1002. package/components/navigation/navitem/navitem.component.d.ts +0 -15
  1003. package/components/navigation/navitem/navitem.component.d.ts.map +0 -1
  1004. package/components/navigation/navitem/navitem.props.d.ts +0 -21
  1005. package/components/navigation/navitem/navitem.props.d.ts.map +0 -1
  1006. package/components/navigation/navitem/navitem.styles.d.ts +0 -11
  1007. package/components/navigation/navitem/navitem.styles.d.ts.map +0 -1
  1008. package/components/navigation/popover/popover.component.d.ts +0 -36
  1009. package/components/navigation/popover/popover.component.d.ts.map +0 -1
  1010. package/components/navigation/popover/popover.props.d.ts +0 -35
  1011. package/components/navigation/popover/popover.props.d.ts.map +0 -1
  1012. package/components/navigation/popover/popover.styles.d.ts +0 -16
  1013. package/components/navigation/popover/popover.styles.d.ts.map +0 -1
  1014. package/components/page/content/content.component.d.ts +0 -11
  1015. package/components/page/content/content.component.d.ts.map +0 -1
  1016. package/components/page/content/content.props.d.ts +0 -6
  1017. package/components/page/content/content.props.d.ts.map +0 -1
  1018. package/components/page/content/content.styles.d.ts +0 -4
  1019. package/components/page/content/content.styles.d.ts.map +0 -1
  1020. package/components/page/left-panel/left-panel.component.d.ts +0 -15
  1021. package/components/page/left-panel/left-panel.component.d.ts.map +0 -1
  1022. package/components/page/left-panel/left-panel.props.d.ts +0 -11
  1023. package/components/page/left-panel/left-panel.props.d.ts.map +0 -1
  1024. package/components/page/left-panel/left-panel.styles.d.ts +0 -4
  1025. package/components/page/left-panel/left-panel.styles.d.ts.map +0 -1
  1026. package/components/page/page-content/page-content.component.d.ts +0 -26
  1027. package/components/page/page-content/page-content.component.d.ts.map +0 -1
  1028. package/components/page/page-content/page-content.props.d.ts +0 -17
  1029. package/components/page/page-content/page-content.props.d.ts.map +0 -1
  1030. package/components/page/page-content/page-content.styles.d.ts +0 -7
  1031. package/components/page/page-content/page-content.styles.d.ts.map +0 -1
  1032. package/components/page/page.component.d.ts +0 -16
  1033. package/components/page/page.component.d.ts.map +0 -1
  1034. package/components/page/page.props.d.ts +0 -15
  1035. package/components/page/page.props.d.ts.map +0 -1
  1036. package/components/page/page.styles.d.ts +0 -7
  1037. package/components/page/page.styles.d.ts.map +0 -1
  1038. package/components/page/partial/partial.component.d.ts +0 -12
  1039. package/components/page/partial/partial.component.d.ts.map +0 -1
  1040. package/components/page/partial/partial.props.d.ts +0 -6
  1041. package/components/page/partial/partial.props.d.ts.map +0 -1
  1042. package/components/page/partial/partial.styles.d.ts +0 -7
  1043. package/components/page/partial/partial.styles.d.ts.map +0 -1
  1044. package/components/page/partial-container/partial-container.component.d.ts +0 -11
  1045. package/components/page/partial-container/partial-container.component.d.ts.map +0 -1
  1046. package/components/page/partial-container/partial-container.props.d.ts +0 -11
  1047. package/components/page/partial-container/partial-container.props.d.ts.map +0 -1
  1048. package/components/page/partial-container/partial-container.styles.d.ts +0 -4
  1049. package/components/page/partial-container/partial-container.styles.d.ts.map +0 -1
  1050. package/components/page/tabbar/curve.d.ts +0 -2
  1051. package/components/page/tabbar/curve.d.ts.map +0 -1
  1052. package/components/page/tabbar/tabbar.component.d.ts +0 -42
  1053. package/components/page/tabbar/tabbar.component.d.ts.map +0 -1
  1054. package/components/page/tabbar/tabbar.props.d.ts +0 -15
  1055. package/components/page/tabbar/tabbar.props.d.ts.map +0 -1
  1056. package/components/page/tabbar/tabbar.styles.d.ts +0 -20
  1057. package/components/page/tabbar/tabbar.styles.d.ts.map +0 -1
  1058. package/components/prefab/prefab-container.component.d.ts +0 -12
  1059. package/components/prefab/prefab-container.component.d.ts.map +0 -1
  1060. package/components/prefab/prefab-container.props.d.ts +0 -6
  1061. package/components/prefab/prefab-container.props.d.ts.map +0 -1
  1062. package/components/prefab/prefab-container.styles.d.ts +0 -7
  1063. package/components/prefab/prefab-container.styles.d.ts.map +0 -1
  1064. package/core/AppConfig.d.ts +0 -46
  1065. package/core/AppConfig.d.ts.map +0 -1
  1066. package/core/accessibility.d.ts +0 -61
  1067. package/core/accessibility.d.ts.map +0 -1
  1068. package/core/asset.provider.d.ts +0 -4
  1069. package/core/asset.provider.d.ts.map +0 -1
  1070. package/core/base.component.d.ts +0 -191
  1071. package/core/base.component.d.ts.map +0 -1
  1072. package/core/components/error-fallback/error-fallback.component.d.ts +0 -4
  1073. package/core/components/error-fallback/error-fallback.component.d.ts.map +0 -1
  1074. package/core/components/error-fallback/error-fallback.styles.d.ts +0 -29
  1075. package/core/components/error-fallback/error-fallback.styles.d.ts.map +0 -1
  1076. package/core/components/floatinglabel.component.d.ts +0 -8
  1077. package/core/components/floatinglabel.component.d.ts.map +0 -1
  1078. package/core/components/sticky-base.component.d.ts +0 -31
  1079. package/core/components/sticky-base.component.d.ts.map +0 -1
  1080. package/core/components/sticky-container.component.d.ts +0 -14
  1081. package/core/components/sticky-container.component.d.ts.map +0 -1
  1082. package/core/components/sticky-container.styles.d.ts +0 -11
  1083. package/core/components/sticky-container.styles.d.ts.map +0 -1
  1084. package/core/components/sticky-nav.component.d.ts +0 -14
  1085. package/core/components/sticky-nav.component.d.ts.map +0 -1
  1086. package/core/components/textinput.component.d.ts +0 -17
  1087. package/core/components/textinput.component.d.ts.map +0 -1
  1088. package/core/constant.service.d.ts +0 -18
  1089. package/core/constant.service.d.ts.map +0 -1
  1090. package/core/constants/currency-constants.d.ts +0 -1073
  1091. package/core/constants/currency-constants.d.ts.map +0 -1
  1092. package/core/currency-constants.d.ts +0 -2
  1093. package/core/currency-constants.d.ts.map +0 -1
  1094. package/core/device/av-service.d.ts +0 -13
  1095. package/core/device/av-service.d.ts.map +0 -1
  1096. package/core/device/calendar-service.d.ts +0 -25
  1097. package/core/device/calendar-service.d.ts.map +0 -1
  1098. package/core/device/camera-service.d.ts +0 -27
  1099. package/core/device/camera-service.d.ts.map +0 -1
  1100. package/core/device/contacts-service.d.ts +0 -17
  1101. package/core/device/contacts-service.d.ts.map +0 -1
  1102. package/core/device/fileupload-service.d.ts +0 -7
  1103. package/core/device/fileupload-service.d.ts.map +0 -1
  1104. package/core/device/location-service.d.ts +0 -17
  1105. package/core/device/location-service.d.ts.map +0 -1
  1106. package/core/device/openfile-service.d.ts +0 -52
  1107. package/core/device/openfile-service.d.ts.map +0 -1
  1108. package/core/device/scan-service.d.ts +0 -13
  1109. package/core/device/scan-service.d.ts.map +0 -1
  1110. package/core/display.manager.d.ts +0 -12
  1111. package/core/display.manager.d.ts.map +0 -1
  1112. package/core/error-boundary.component.d.ts +0 -21
  1113. package/core/error-boundary.component.d.ts.map +0 -1
  1114. package/core/event-notifier.d.ts +0 -14
  1115. package/core/event-notifier.d.ts.map +0 -1
  1116. package/core/file-extension-types.d.ts +0 -2
  1117. package/core/file-extension-types.d.ts.map +0 -1
  1118. package/core/fixed-view.component.d.ts +0 -33
  1119. package/core/fixed-view.component.d.ts.map +0 -1
  1120. package/core/formatters.d.ts +0 -28
  1121. package/core/formatters.d.ts.map +0 -1
  1122. package/core/i18n.service.d.ts +0 -6
  1123. package/core/i18n.service.d.ts.map +0 -1
  1124. package/core/if.component.d.ts +0 -12
  1125. package/core/if.component.d.ts.map +0 -1
  1126. package/core/imageSizeEstimator.d.ts +0 -14
  1127. package/core/imageSizeEstimator.d.ts.map +0 -1
  1128. package/core/injector.d.ts +0 -18
  1129. package/core/injector.d.ts.map +0 -1
  1130. package/core/key.extractor.d.ts +0 -7
  1131. package/core/key.extractor.d.ts.map +0 -1
  1132. package/core/logger.d.ts +0 -26
  1133. package/core/logger.d.ts.map +0 -1
  1134. package/core/modal.service.d.ts +0 -22
  1135. package/core/modal.service.d.ts.map +0 -1
  1136. package/core/navigation.service.d.ts +0 -32
  1137. package/core/navigation.service.d.ts.map +0 -1
  1138. package/core/network.service.d.ts +0 -114
  1139. package/core/network.service.d.ts.map +0 -1
  1140. package/core/partial.service.d.ts +0 -10
  1141. package/core/partial.service.d.ts.map +0 -1
  1142. package/core/props.provider.d.ts +0 -19
  1143. package/core/props.provider.d.ts.map +0 -1
  1144. package/core/responsive.utils.d.ts +0 -24
  1145. package/core/responsive.utils.d.ts.map +0 -1
  1146. package/core/screen-capture-protection.service.d.ts +0 -8
  1147. package/core/screen-capture-protection.service.d.ts.map +0 -1
  1148. package/core/scroll-view.component.d.ts +0 -19
  1149. package/core/scroll-view.component.d.ts.map +0 -1
  1150. package/core/secure-storage.service.d.ts +0 -10
  1151. package/core/secure-storage.service.d.ts.map +0 -1
  1152. package/core/security.service.d.ts +0 -13
  1153. package/core/security.service.d.ts.map +0 -1
  1154. package/core/spinner.service.d.ts +0 -13
  1155. package/core/spinner.service.d.ts.map +0 -1
  1156. package/core/sticky-view.component.d.ts +0 -21
  1157. package/core/sticky-view.component.d.ts.map +0 -1
  1158. package/core/sticky-wrapper.d.ts +0 -31
  1159. package/core/sticky-wrapper.d.ts.map +0 -1
  1160. package/core/storage.service.d.ts +0 -11
  1161. package/core/storage.service.d.ts.map +0 -1
  1162. package/core/tappable.component.d.ts +0 -40
  1163. package/core/tappable.component.d.ts.map +0 -1
  1164. package/core/testid.provider.d.ts +0 -4
  1165. package/core/testid.provider.d.ts.map +0 -1
  1166. package/core/toast.service.d.ts +0 -24
  1167. package/core/toast.service.d.ts.map +0 -1
  1168. package/core/ui-preferences.context.d.ts +0 -11
  1169. package/core/ui-preferences.context.d.ts.map +0 -1
  1170. package/core/utils.d.ts +0 -167
  1171. package/core/utils.d.ts.map +0 -1
  1172. package/core/viewport.d.ts +0 -19
  1173. package/core/viewport.d.ts.map +0 -1
  1174. package/core/wm-component-tree.d.ts +0 -22
  1175. package/core/wm-component-tree.d.ts.map +0 -1
  1176. package/gestures/carousel-swipe.animation.d.ts +0 -56
  1177. package/gestures/carousel-swipe.animation.d.ts.map +0 -1
  1178. package/gestures/swipe.animation.d.ts +0 -51
  1179. package/gestures/swipe.animation.d.ts.map +0 -1
  1180. package/index.d.ts +0 -2
  1181. package/index.d.ts.map +0 -1
  1182. package/runtime/App.d.ts +0 -129
  1183. package/runtime/App.d.ts.map +0 -1
  1184. package/runtime/App.navigator.d.ts +0 -11
  1185. package/runtime/App.navigator.d.ts.map +0 -1
  1186. package/runtime/base-customwidget.component.d.ts +0 -24
  1187. package/runtime/base-customwidget.component.d.ts.map +0 -1
  1188. package/runtime/base-fragment.component.d.ts +0 -91
  1189. package/runtime/base-fragment.component.d.ts.map +0 -1
  1190. package/runtime/base-page.component.d.ts +0 -42
  1191. package/runtime/base-page.component.d.ts.map +0 -1
  1192. package/runtime/base-partial.component.d.ts +0 -29
  1193. package/runtime/base-partial.component.d.ts.map +0 -1
  1194. package/runtime/base-prefab.component.d.ts +0 -29
  1195. package/runtime/base-prefab.component.d.ts.map +0 -1
  1196. package/runtime/lib-patch.d.ts +0 -8
  1197. package/runtime/lib-patch.d.ts.map +0 -1
  1198. package/runtime/memo.component.d.ts +0 -20
  1199. package/runtime/memo.component.d.ts.map +0 -1
  1200. package/runtime/navigator/drawer.navigator.d.ts +0 -14
  1201. package/runtime/navigator/drawer.navigator.d.ts.map +0 -1
  1202. package/runtime/navigator/stack.navigator.d.ts +0 -8
  1203. package/runtime/navigator/stack.navigator.d.ts.map +0 -1
  1204. package/runtime/platform.api.d.ts +0 -13
  1205. package/runtime/platform.api.d.ts.map +0 -1
  1206. package/runtime/services/app-display-manager.service.d.ts +0 -16
  1207. package/runtime/services/app-display-manager.service.d.ts.map +0 -1
  1208. package/runtime/services/app-i18n.service.d.ts +0 -33
  1209. package/runtime/services/app-i18n.service.d.ts.map +0 -1
  1210. package/runtime/services/app-modal.service.d.ts +0 -19
  1211. package/runtime/services/app-modal.service.d.ts.map +0 -1
  1212. package/runtime/services/app-security.service.d.ts +0 -30
  1213. package/runtime/services/app-security.service.d.ts.map +0 -1
  1214. package/runtime/services/app-spinner.service.d.ts +0 -20
  1215. package/runtime/services/app-spinner.service.d.ts.map +0 -1
  1216. package/runtime/services/app-toast.service.d.ts +0 -13
  1217. package/runtime/services/app-toast.service.d.ts.map +0 -1
  1218. package/runtime/services/device/calendar-service.d.ts +0 -11
  1219. package/runtime/services/device/calendar-service.d.ts.map +0 -1
  1220. package/runtime/services/device/camera-service.d.ts +0 -63
  1221. package/runtime/services/device/camera-service.d.ts.map +0 -1
  1222. package/runtime/services/device/contacts-service.d.ts +0 -7
  1223. package/runtime/services/device/contacts-service.d.ts.map +0 -1
  1224. package/runtime/services/device/location-service.d.ts +0 -6
  1225. package/runtime/services/device/location-service.d.ts.map +0 -1
  1226. package/runtime/services/device/permission-service.d.ts +0 -7
  1227. package/runtime/services/device/permission-service.d.ts.map +0 -1
  1228. package/runtime/services/device/permissions.d.ts +0 -5
  1229. package/runtime/services/device/permissions.d.ts.map +0 -1
  1230. package/runtime/services/device/scan-service.d.ts +0 -19
  1231. package/runtime/services/device/scan-service.d.ts.map +0 -1
  1232. package/runtime/services/partial.service.d.ts +0 -12
  1233. package/runtime/services/partial.service.d.ts.map +0 -1
  1234. package/runtime/services/webprocess.service.d.ts +0 -10
  1235. package/runtime/services/webprocess.service.d.ts.map +0 -1
  1236. package/runtime/watcher.d.ts +0 -33
  1237. package/runtime/watcher.d.ts.map +0 -1
  1238. package/styles/MediaQueryList.d.ts +0 -6
  1239. package/styles/MediaQueryList.d.ts.map +0 -1
  1240. package/styles/background.component.d.ts +0 -57
  1241. package/styles/background.component.d.ts.map +0 -1
  1242. package/styles/calc.d.ts +0 -24
  1243. package/styles/calc.d.ts.map +0 -1
  1244. package/styles/color-mix.d.ts +0 -5
  1245. package/styles/color-mix.d.ts.map +0 -1
  1246. package/styles/style-prop.validator.d.ts +0 -4
  1247. package/styles/style-prop.validator.d.ts.map +0 -1
  1248. package/styles/style-props.d.ts +0 -49
  1249. package/styles/style-props.d.ts.map +0 -1
  1250. package/styles/theme.d.ts +0 -66
  1251. package/styles/theme.d.ts.map +0 -1
  1252. package/styles/theme.variables.d.ts +0 -379
  1253. package/styles/theme.variables.d.ts.map +0 -1
  1254. package/variables/base-variable.d.ts +0 -50
  1255. package/variables/base-variable.d.ts.map +0 -1
  1256. package/variables/device/calendar/create-event.operation.d.ts +0 -18
  1257. package/variables/device/calendar/create-event.operation.d.ts.map +0 -1
  1258. package/variables/device/calendar/delete-event.operation.d.ts +0 -14
  1259. package/variables/device/calendar/delete-event.operation.d.ts.map +0 -1
  1260. package/variables/device/calendar/get-events.operation.d.ts +0 -18
  1261. package/variables/device/calendar/get-events.operation.d.ts.map +0 -1
  1262. package/variables/device/camera/capture-image.operation.d.ts +0 -14
  1263. package/variables/device/camera/capture-image.operation.d.ts.map +0 -1
  1264. package/variables/device/camera/capture-video.operation.d.ts +0 -14
  1265. package/variables/device/camera/capture-video.operation.d.ts.map +0 -1
  1266. package/variables/device/contacts/get-contacts.operation.d.ts +0 -19
  1267. package/variables/device/contacts/get-contacts.operation.d.ts.map +0 -1
  1268. package/variables/device/device/app-info.operation.d.ts +0 -13
  1269. package/variables/device/device/app-info.operation.d.ts.map +0 -1
  1270. package/variables/device/device/current-geo-position.operation.d.ts +0 -31
  1271. package/variables/device/device/current-geo-position.operation.d.ts.map +0 -1
  1272. package/variables/device/device/device-info.operation.d.ts +0 -11
  1273. package/variables/device/device/device-info.operation.d.ts.map +0 -1
  1274. package/variables/device/device/network-info.operation.d.ts +0 -14
  1275. package/variables/device/device/network-info.operation.d.ts.map +0 -1
  1276. package/variables/device/device/vibrate.operation.d.ts +0 -8
  1277. package/variables/device/device/vibrate.operation.d.ts.map +0 -1
  1278. package/variables/device/file/open-file.operation.d.ts +0 -31
  1279. package/variables/device/file/open-file.operation.d.ts.map +0 -1
  1280. package/variables/device/file/upload-file.operation.d.ts +0 -23
  1281. package/variables/device/file/upload-file.operation.d.ts.map +0 -1
  1282. package/variables/device/operation.provider.d.ts +0 -15
  1283. package/variables/device/operation.provider.d.ts.map +0 -1
  1284. package/variables/device/scan/scan.operation.d.ts +0 -21
  1285. package/variables/device/scan/scan.operation.d.ts.map +0 -1
  1286. package/variables/device-variable.d.ts +0 -10
  1287. package/variables/device-variable.d.ts.map +0 -1
  1288. package/variables/http.service.d.ts +0 -11
  1289. package/variables/http.service.d.ts.map +0 -1
  1290. package/variables/live-variable.d.ts +0 -44
  1291. package/variables/live-variable.d.ts.map +0 -1
  1292. package/variables/model-variable.d.ts +0 -10
  1293. package/variables/model-variable.d.ts.map +0 -1
  1294. package/variables/service-variable.d.ts +0 -33
  1295. package/variables/service-variable.d.ts.map +0 -1
  1296. package/variables/utils/dataset-util.d.ts +0 -32
  1297. package/variables/utils/dataset-util.d.ts.map +0 -1
  1298. package/variables/utils/inflight-queue.d.ts +0 -36
  1299. package/variables/utils/inflight-queue.d.ts.map +0 -1
  1300. package/variables/utils/variable.constants.d.ts +0 -22
  1301. package/variables/utils/variable.constants.d.ts.map +0 -1
  1302. package/variables/utils/variable.utils.d.ts +0 -21
  1303. package/variables/utils/variable.utils.d.ts.map +0 -1
@@ -16,59 +16,6 @@ import { SafeAreaInsetsContext } from 'react-native-safe-area-context';
16
16
  import { StickyContainer } from '@wavemaker/app-rn-runtime/core/components/sticky-container.component';
17
17
  import { getParentStyles } from '@wavemaker/app-rn-runtime/core/components/sticky-container.styles';
18
18
  import injector from '@wavemaker/app-rn-runtime/core/injector';
19
- // Alignment matrix for flex properties
20
- const alignmentMatrixFixed = {
21
- 'top-left': {
22
- justifyContent: 'flex-start',
23
- alignItems: 'flex-start'
24
- },
25
- 'top-center': {
26
- justifyContent: 'center',
27
- alignItems: 'flex-start'
28
- },
29
- 'top-right': {
30
- justifyContent: 'flex-end',
31
- alignItems: 'flex-start'
32
- },
33
- 'middle-left': {
34
- justifyContent: 'flex-start',
35
- alignItems: 'center'
36
- },
37
- 'middle-center': {
38
- justifyContent: 'center',
39
- alignItems: 'center'
40
- },
41
- 'middle-right': {
42
- justifyContent: 'flex-end',
43
- alignItems: 'center'
44
- },
45
- 'bottom-left': {
46
- justifyContent: 'flex-start',
47
- alignItems: 'flex-end'
48
- },
49
- 'bottom-center': {
50
- justifyContent: 'center',
51
- alignItems: 'flex-end'
52
- },
53
- 'bottom-right': {
54
- justifyContent: 'flex-end',
55
- alignItems: 'flex-end'
56
- }
57
- };
58
- const alignmentMatrixAuto = {
59
- start: {
60
- justifyContent: 'space-between',
61
- alignItems: 'flex-start'
62
- },
63
- center: {
64
- justifyContent: 'space-between',
65
- alignItems: 'center'
66
- },
67
- end: {
68
- justifyContent: 'space-between',
69
- alignItems: 'flex-end'
70
- }
71
- };
72
19
  export class WmContainerState extends PartialHostState {
73
20
  constructor(...args) {
74
21
  super(...args);
@@ -101,109 +48,6 @@ export default class WmContainer extends PartialHost {
101
48
  getBackground() {
102
49
  return this._showSkeleton ? null : this._background;
103
50
  }
104
-
105
- // Compute root style respecting 'fill'|'hug'|<size> for width/height.
106
- getRootContainerStyle() {
107
- var _this$styles$skeleton;
108
- // const { width, height } = this.props;
109
- const baseStyle = this.styles.root || {};
110
- const {
111
- width,
112
- height
113
- } = baseStyle;
114
- const dimensionStyle = {};
115
- console.log({
116
- height,
117
- width
118
- });
119
- if (height === 'fill') {
120
- dimensionStyle.flexGrow = 1;
121
- // dimensionStyle.flexShrink = 1;
122
- dimensionStyle.height = undefined;
123
- } else if (height === 'hug') {
124
- dimensionStyle.flexGrow = 0;
125
- dimensionStyle.height = undefined;
126
- } else if (height) {
127
- const num = typeof height === 'string' && height.endsWith('%') ? height : parseFloat(height);
128
- dimensionStyle.height = isNaN(num) ? height : num;
129
- }
130
- if (width === 'fill') {
131
- dimensionStyle.alignSelf = 'stretch';
132
- dimensionStyle.width = undefined;
133
- } else if (width === 'hug') {
134
- dimensionStyle.width = undefined;
135
- } else if (width) {
136
- const num = typeof width === 'string' && width.endsWith('%') ? width : parseFloat(width);
137
- dimensionStyle.width = isNaN(num) ? width : num;
138
- }
139
- const styleWithResize = {
140
- ...baseStyle,
141
- ...dimensionStyle
142
- };
143
- return this._showSkeleton ? {
144
- ...styleWithResize,
145
- ...((_this$styles$skeleton = this.styles.skeleton) === null || _this$styles$skeleton === void 0 ? void 0 : _this$styles$skeleton.root)
146
- } : styleWithResize;
147
- }
148
-
149
- // Compute content layout (flexDirection, wrap, gap, justifyContent, alignItems).
150
- getContentContainerStyle() {
151
- const {
152
- direction,
153
- wrap,
154
- gap,
155
- alignment,
156
- columngap
157
- } = this.props;
158
-
159
- /* Check if any of the new layout props are provided. If not, return an empty
160
- style object to maintain backward compatibility. */
161
- const useNewLayoutSystem = direction !== undefined || wrap !== undefined || gap !== undefined || alignment !== undefined || columngap !== undefined;
162
- if (!useNewLayoutSystem) {
163
- return {};
164
- }
165
-
166
- // Apply defaults only if the new layout system is active
167
- const finalDirection = direction !== null && direction !== void 0 ? direction : 'row';
168
- const finalWrap = wrap !== null && wrap !== void 0 ? wrap : false;
169
- const finalGap = gap !== null && gap !== void 0 ? gap : 4;
170
- const finalAlignment = alignment !== null && alignment !== void 0 ? alignment : 'top-left';
171
- const isRow = finalDirection === 'row';
172
- const isAutoGap = finalGap === 'auto';
173
- const isWrap = finalWrap === 'true' || finalWrap === true;
174
- const layoutStyle = {
175
- flexDirection: finalDirection,
176
- flexWrap: isWrap && isRow ? 'wrap' : 'nowrap'
177
- };
178
- if (isAutoGap) {
179
- const alignConfig = alignmentMatrixAuto[finalAlignment] || alignmentMatrixAuto['start'];
180
- layoutStyle.justifyContent = alignConfig.justifyContent;
181
- layoutStyle.alignItems = alignConfig.alignItems;
182
- } else {
183
- if (isRow) {
184
- // For a row, the main-axis gap (between items) is columnGap.
185
- layoutStyle.columnGap = Number(finalGap);
186
- } else {
187
- // For a column, the main-axis gap (between items) is rowGap.
188
- layoutStyle.rowGap = Number(finalGap);
189
- }
190
- const alignConfig = alignmentMatrixFixed[finalAlignment] || alignmentMatrixFixed['top-left'];
191
- layoutStyle.justifyContent = isRow ? alignConfig.justifyContent : alignConfig.alignItems;
192
- layoutStyle.alignItems = isRow ? alignConfig.alignItems : alignConfig.justifyContent;
193
- }
194
-
195
- // Add columnGap logic for wrapped rows
196
- if (isWrap && isRow) {
197
- if (columngap === 'auto') {
198
- layoutStyle.alignContent = 'space-between';
199
- } else if (columngap !== undefined) {
200
- layoutStyle.rowGap = Number(columngap);
201
- }
202
- }
203
- return {
204
- ...layoutStyle
205
- };
206
- }
207
51
  renderSkeleton(props) {
208
52
  if (!props.showskeletonchildren) {
209
53
  var _this$props;
@@ -231,19 +75,6 @@ export default class WmContainer extends PartialHost {
231
75
  }
232
76
  return null;
233
77
  }
234
- getFlexUtilityStyles() {
235
- return {
236
- flexDirection: this.styles.root.flexDirection,
237
- justifyContent: this.styles.root.justifyContent,
238
- alignContent: this.styles.root.alignContent,
239
- alignItems: this.styles.root.alignItems,
240
- alignSelf: this.styles.root.alignSelf,
241
- flexShrink: this.styles.root.flexShrink,
242
- flexGrow: this.styles.root.flexGrow,
243
- flexWrap: this.styles.root.flexWrap,
244
- textAlign: this.styles.root.textAlign
245
- };
246
- }
247
78
  getStickyHeaderTranslateY() {
248
79
  var _this$appConfig, _this$containerRef;
249
80
  const isEdgeToEdgeApp = !!((_this$appConfig = this.appConfig) !== null && _this$appConfig !== void 0 && (_this$appConfig = _this$appConfig.edgeToEdgeConfig) !== null && _this$appConfig !== void 0 && _this$appConfig.isEdgeToEdgeApp);
@@ -267,7 +98,7 @@ export default class WmContainer extends PartialHost {
267
98
  }).start();
268
99
  }
269
100
  }
270
- renderStickyContent(props, dimensions, styles, autoLayoutStyle) {
101
+ renderStickyContent(props, dimensions, styles) {
271
102
  const {
272
103
  stickyContainerVisibility
273
104
  } = this.state;
@@ -285,20 +116,18 @@ export default class WmContainer extends PartialHost {
285
116
  }, /*#__PURE__*/React.createElement(View, {
286
117
  style: [dimensions, {
287
118
  backgroundColor: styles.backgroundColor
288
- }, this.styles.content, autoLayoutStyle]
119
+ }, this.styles.content]
289
120
  }, this.renderContent(props))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(Animated.View, {
290
121
  style: [dimensions, {
291
122
  opacity: this.stickyContainerOpacity
292
- }, this.styles.content, autoLayoutStyle],
123
+ }, this.styles.content],
293
124
  ref: this.containerRef
294
125
  }, this.renderContent(props)));
295
126
  }
296
127
  renderWidget(props) {
297
- const rootStyle = this.getRootContainerStyle();
298
- const autoLayoutStyle = this.getContentContainerStyle();
299
128
  const dimensions = {
300
- width: rootStyle.width ? '100%' : undefined,
301
- height: rootStyle.height ? '100%' : undefined
129
+ width: this.styles.root.width ? '100%' : undefined,
130
+ height: this.styles.root.height ? '100%' : undefined
302
131
  };
303
132
  const styles = this._showSkeleton ? {
304
133
  ...this.styles.root,
@@ -317,7 +146,7 @@ export default class WmContainer extends PartialHost {
317
146
  return /*#__PURE__*/React.createElement(Animatedview, {
318
147
  entryanimation: props.animation,
319
148
  delay: props.animationdelay,
320
- style: rootStyle,
149
+ style: styles,
321
150
  onLayout: (event, ref) => {
322
151
  this.handleLayout(event, ref);
323
152
  }
@@ -325,12 +154,10 @@ export default class WmContainer extends PartialHost {
325
154
  target: this,
326
155
  styles: dimensions,
327
156
  disableTouchEffect: this.state.props.disabletoucheffect
328
- }), props.sticky ? this.renderStickyContent(props, dimensions, styles, autoLayoutStyle) : !props.scrollable ? /*#__PURE__*/React.createElement(View, {
329
- style: [{
330
- flexDirection: 'column'
331
- }, this.getFlexUtilityStyles(), dimensions, this.styles.content, autoLayoutStyle]
157
+ }), props.sticky ? this.renderStickyContent(props, dimensions, styles) : !props.scrollable ? /*#__PURE__*/React.createElement(View, {
158
+ style: [dimensions, this.styles.content]
332
159
  }, this.renderContent(props)) : /*#__PURE__*/React.createElement(ScrollView, {
333
- style: [dimensions, this.styles.content, autoLayoutStyle],
160
+ style: [dimensions, this.styles.content],
334
161
  onScroll: event => this.notify('scroll', [event]),
335
162
  scrollEventThrottle: 48
336
163
  }, this.renderContent(props))));
@@ -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","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":[]}
1
+ {"version":3,"names":["React","View","Platform","Animated","WmContainerProps","DEFAULT_CLASS","Tappable","Animatedview","PartialHost","PartialHostState","createSkeleton","ScrollView","StickyWrapperContext","SafeAreaInsetsContext","StickyContainer","getParentStyles","injector","WmContainerState","constructor","args","_defineProperty","WmContainer","props","get","top","bottom","left","right","containerRef","createRef","stickyContainerOpacity","Value","subscribe","_event","sticky","setTimeout","getStickyHeaderTranslateY","getBackground","_showSkeleton","_background","renderSkeleton","showskeletonchildren","_this$props","dimensions","width","styles","root","undefined","height","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","start","renderStickyContent","positioningStyles","Fragment","component","backgroundColor","positionStyles","show","ref","renderWidget","isSticky","Consumer","entryanimation","animation","animationdelay","onLayout","event","handleLayout","scrollable","onScroll","notify","scrollEventThrottle"],"sources":["container.component.tsx"],"sourcesContent":["import React from 'react';\nimport { LayoutChangeEvent, 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\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 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\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]}>\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 ]} \n ref={this.containerRef}\n >\n {this.renderContent(props)}\n </Animated.View>\n </>\n );\n }\n\n renderWidget(props: WmContainerProps) {\n const dimensions: ViewStyle = {\n width: this.styles.root.width ? '100%' : undefined,\n height: this.styles.root.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={styles}\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)\n ) : !props.scrollable ? (\n <View style={[dimensions as ViewStyle, this.styles.content]}>\n {this.renderContent(props)}\n </View>\n ) : (\n <ScrollView \n style={[dimensions as ViewStyle, this.styles.content]}\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":[]}
@@ -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", void 0);
9
- _defineProperty(this, "animationdelay", void 0);
8
+ _defineProperty(this, "animation", null);
9
+ _defineProperty(this, "animationdelay", null);
10
10
  _defineProperty(this, "onLoad", void 0);
11
11
  _defineProperty(this, "scrollable", false);
12
12
  _defineProperty(this, "sticky", false);
@@ -17,9 +17,7 @@ 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, "onTap", void 0);
21
- _defineProperty(this, "onDoubleTap", void 0);
22
- _defineProperty(this, "onLongTap", void 0);
20
+ _defineProperty(this, "parent-direction", void 0);
23
21
  }
24
22
  }
25
23
  //# 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';\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":[]}
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":[]}
@@ -5,7 +5,9 @@ BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
5
  const defaultStyles = defineStyles({
6
6
  root: {},
7
7
  text: {},
8
- content: {},
8
+ content: {
9
+ flexDirection: 'column'
10
+ },
9
11
  skeleton: {
10
12
  root: {
11
13
  borderColor: 'transparent',
@@ -1 +1 @@
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":[]}
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":[]}
@@ -6,11 +6,8 @@ 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", 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);
9
+ _defineProperty(this, "columnwidth", null);
10
+ _defineProperty(this, "xscolumnwidth", null);
14
11
  }
15
12
  }
16
13
  //# 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';\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":[]}
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":[]}
@@ -6,9 +6,6 @@ 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);
12
9
  }
13
10
  }
14
11
  //# 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';\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":[]}
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":[]}
@@ -6,9 +6,6 @@ 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);
12
9
  }
13
10
  }
14
11
  //# 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';\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":[]}
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":[]}
@@ -21,6 +21,7 @@ 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%';
24
25
  const isHorizontal = direction.startsWith('row');
25
26
  if (isHorizontal) {
26
27
  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","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":"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","ignoreList":[]}
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":"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","ignoreList":[]}
@@ -5,14 +5,11 @@ 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", void 0);
8
+ _defineProperty(this, "children", []);
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);
16
13
  }
17
14
  }
18
15
  //# 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';\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":[]}
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":[]}
@@ -5,12 +5,9 @@ import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';
5
5
  export default class WmLinearlayoutitemProps extends BaseProps {
6
6
  constructor(...args) {
7
7
  super(...args);
8
- _defineProperty(this, "children", void 0);
9
- _defineProperty(this, "flexgrow", void 0);
10
- _defineProperty(this, "flexshrink", void 0);
11
- _defineProperty(this, "onTap", void 0);
12
- _defineProperty(this, "onDoubleTap", void 0);
13
- _defineProperty(this, "onLongTap", void 0);
8
+ _defineProperty(this, "children", []);
9
+ _defineProperty(this, "flexgrow", null);
10
+ _defineProperty(this, "flexshrink", null);
14
11
  }
15
12
  }
16
13
  //# sourceMappingURL=linearlayoutitem.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmLinearlayoutitemProps","constructor","args","_defineProperty"],"sources":["linearlayoutitem.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmLinearlayoutitem from './linearlayoutitem.component';\n\nexport default class WmLinearlayoutitemProps extends BaseProps {\n children?: React.ReactNode;\n flexgrow?: number;\n flexshrink?: number;\n onTap?: ($event: any, instance: WmLinearlayoutitem) => any;\n onDoubleTap?: ($event: any, instance: WmLinearlayoutitem) => any;\n onLongTap?: ($event: any, instance: WmLinearlayoutitem) => any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAO/D","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmLinearlayoutitemProps","constructor","args","_defineProperty"],"sources":["linearlayoutitem.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmLinearlayoutitemProps extends BaseProps {\n children?: any[] = [];\n flexgrow: number = null as any;\n flexshrink: number = null as any;\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,uBAAuB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA,mBACxC,EAAE;IAAAA,eAAA,mBACF,IAAI;IAAAA,eAAA,qBACF,IAAI;EAAA;AAC7B","ignoreList":[]}
@@ -6,9 +6,6 @@ export default class WmPanelContentProps 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);
12
9
  }
13
10
  }
14
11
  //# sourceMappingURL=panel-content.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmPanelContentProps","constructor","args","_defineProperty"],"sources":["panel-content.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmPanelContent from './panel-content.component';\n\nexport default class WmPanelContentProps extends BaseProps {\n children?: React.ReactNode;\n onTap?: ($event: any, instance: WmPanelContent) => any;\n onDoubleTap?: ($event: any, instance: WmPanelContent) => any;\n onLongTap?: ($event: any, instance: WmPanelContent) => any;\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;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAK3D","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmPanelContentProps","constructor","args","_defineProperty"],"sources":["panel-content.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelContentProps extends BaseProps {\n children?: any[];\n}"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,mBAAmB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAE3D","ignoreList":[]}
@@ -6,9 +6,6 @@ export default class WmPanelFooterProps 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);
12
9
  }
13
10
  }
14
11
  //# sourceMappingURL=panel-footer.props.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BaseProps","WmPanelFooterProps","constructor","args","_defineProperty"],"sources":["panel-footer.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmPanelFooter from './panel-footer.component';\n\nexport default class WmPanelFooterProps extends BaseProps {\n children?: React.ReactNode;\n onTap?: ($event: any, instance: WmPanelFooter) => any;\n onDoubleTap?: ($event: any, instance: WmPanelFooter) => any;\n onLongTap?: ($event: any, instance: WmPanelFooter) => any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAGzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AAK1D","ignoreList":[]}
1
+ {"version":3,"names":["BaseProps","WmPanelFooterProps","constructor","args","_defineProperty"],"sources":["panel-footer.props.ts"],"sourcesContent":["import { BaseProps } from '@wavemaker/app-rn-runtime/core/base.component';\n\nexport default class WmPanelFooterProps extends BaseProps {\n children: any;\n}\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAQ,+CAA+C;AAEzE,eAAe,MAAMC,kBAAkB,SAASD,SAAS,CAAC;EAAAE,YAAA,GAAAC,IAAA;IAAA,SAAAA,IAAA;IAAAC,eAAA;EAAA;AAE1D","ignoreList":[]}