@wavemaker/app-rn-runtime 11.4.0-next.28152 → 11.4.0-patch.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1276) hide show
  1. package/actions/base-action.js.map +1 -0
  2. package/actions/login-action.js.map +1 -0
  3. package/actions/logout-action.js.map +1 -0
  4. package/actions/navigation-action.js +44 -0
  5. package/actions/navigation-action.js.map +1 -0
  6. package/actions/notification-action.js.map +1 -0
  7. package/actions/timer-action.js.map +1 -0
  8. package/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -0
  9. package/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -0
  10. package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
  11. package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -0
  12. package/components/advanced/carousel/carousel.component.js +164 -0
  13. package/components/advanced/carousel/carousel.component.js.map +1 -0
  14. package/components/advanced/carousel/carousel.props.js +18 -0
  15. package/components/advanced/carousel/carousel.props.js.map +1 -0
  16. package/components/advanced/carousel/carousel.styles.js +150 -0
  17. package/components/advanced/carousel/carousel.styles.js.map +1 -0
  18. package/components/advanced/login/login.component.js.map +1 -0
  19. package/components/advanced/login/login.props.js.map +1 -0
  20. package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
  21. package/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -0
  22. package/components/advanced/webview/webview.component.js.map +1 -0
  23. package/components/advanced/webview/webview.props.js.map +1 -0
  24. package/components/basic/anchor/anchor.component.js +69 -0
  25. package/components/basic/anchor/anchor.component.js.map +1 -0
  26. package/components/basic/anchor/anchor.props.js.map +1 -0
  27. package/components/basic/anchor/anchor.styles.js +78 -0
  28. package/components/basic/anchor/anchor.styles.js.map +1 -0
  29. package/components/basic/animatedview.component.js +164 -0
  30. package/components/basic/animatedview.component.js.map +1 -0
  31. package/components/basic/audio/audio.component.js +240 -0
  32. package/components/basic/audio/audio.component.js.map +1 -0
  33. package/components/basic/audio/audio.props.js +15 -0
  34. package/components/basic/audio/audio.props.js.map +1 -0
  35. package/components/basic/audio/audio.styles.js +61 -0
  36. package/components/basic/audio/audio.styles.js.map +1 -0
  37. package/components/basic/button/button.component.js.map +1 -0
  38. package/components/basic/button/button.props.js.map +1 -0
  39. package/components/basic/button/button.styles.js.map +1 -0
  40. package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
  41. package/components/basic/buttongroup/buttongroup.props.js.map +1 -0
  42. package/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
  43. package/components/basic/custom/custom.component.js.map +1 -0
  44. package/components/basic/custom/custom.props.js.map +1 -0
  45. package/components/basic/icon/icon.component.js.map +1 -0
  46. package/components/basic/icon/icon.props.js.map +1 -0
  47. package/components/basic/icon/icon.styles.js +32 -0
  48. package/components/basic/icon/icon.styles.js.map +1 -0
  49. package/components/basic/label/label.component.js +65 -0
  50. package/components/basic/label/label.component.js.map +1 -0
  51. package/components/basic/label/label.props.js.map +1 -0
  52. package/components/basic/label/label.styles.js +122 -0
  53. package/components/basic/label/label.styles.js.map +1 -0
  54. package/components/basic/lottie/lottie.component.js.map +1 -0
  55. package/components/basic/lottie/lottie.props.js.map +1 -0
  56. package/components/basic/message/message.component.js.map +1 -0
  57. package/components/basic/message/message.props.js.map +1 -0
  58. package/components/basic/message/message.styles.js +115 -0
  59. package/components/basic/message/message.styles.js.map +1 -0
  60. package/components/basic/modal/modal.component.js.map +1 -0
  61. package/components/basic/modal/modal.props.js.map +1 -0
  62. package/components/basic/modal/modal.styles.js.map +1 -0
  63. package/components/basic/picture/picture.component.js +187 -0
  64. package/components/basic/picture/picture.component.js.map +1 -0
  65. package/components/basic/picture/picture.props.js.map +1 -0
  66. package/components/basic/picture/picture.styles.js.map +1 -0
  67. package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  68. package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
  69. package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  70. package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
  71. package/components/basic/progress-circle/progress-circle.props.js.map +1 -0
  72. package/components/basic/progress-circle/progress-circle.styles.js.map +1 -0
  73. package/components/basic/search/local-data-provider.js.map +1 -0
  74. package/components/basic/search/search.component.js +411 -0
  75. package/components/basic/search/search.component.js.map +1 -0
  76. package/components/basic/search/search.props.js +29 -0
  77. package/components/basic/search/search.props.js.map +1 -0
  78. package/components/basic/search/search.styles.js +171 -0
  79. package/components/basic/search/search.styles.js.map +1 -0
  80. package/components/basic/skeleton/skeleton.component.js.map +1 -0
  81. package/components/basic/spinner/spinner.component.js +87 -0
  82. package/components/basic/spinner/spinner.component.js.map +1 -0
  83. package/components/basic/spinner/spinner.props.js.map +1 -0
  84. package/components/basic/spinner/spinner.styles.js +39 -0
  85. package/components/basic/spinner/spinner.styles.js.map +1 -0
  86. package/components/basic/video/video.component.js +56 -0
  87. package/components/basic/video/video.component.js.map +1 -0
  88. package/components/basic/video/video.props.js.map +1 -0
  89. package/components/chart/area-chart/area-chart.component.js.map +1 -0
  90. package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
  91. package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
  92. package/components/chart/basechart.component.js +480 -0
  93. package/components/chart/basechart.component.js.map +1 -0
  94. package/components/chart/basechart.props.js +49 -0
  95. package/components/chart/basechart.props.js.map +1 -0
  96. package/components/chart/basechart.styles.js +33 -0
  97. package/components/chart/basechart.styles.js.map +1 -0
  98. package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
  99. package/components/chart/column-chart/column-chart.component.js.map +1 -0
  100. package/components/chart/donut-chart/donut-chart.component.js.map +1 -0
  101. package/components/chart/donut-chart/donut-chart.props.js +11 -0
  102. package/components/chart/donut-chart/donut-chart.props.js.map +1 -0
  103. package/components/chart/legend/legend.component.js +36 -0
  104. package/components/chart/legend/legend.component.js.map +1 -0
  105. package/components/chart/line-chart/line-chart.component.js.map +1 -0
  106. package/components/chart/line-chart/line-chart.props.js.map +1 -0
  107. package/components/chart/pie-chart/pie-chart.component.js +191 -0
  108. package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
  109. package/components/chart/pie-chart/pie-chart.props.js +13 -0
  110. package/components/chart/pie-chart/pie-chart.props.js.map +1 -0
  111. package/components/chart/theme/chart.theme.js.map +1 -0
  112. package/components/container/accordion/accordion.component.js +138 -0
  113. package/components/container/accordion/accordion.component.js.map +1 -0
  114. package/components/container/accordion/accordion.props.js +14 -0
  115. package/components/container/accordion/accordion.props.js.map +1 -0
  116. package/components/container/accordion/accordion.styles.js +136 -0
  117. package/components/container/accordion/accordion.styles.js.map +1 -0
  118. package/components/container/accordion/accordionpane/accordionpane.component.js +93 -0
  119. package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
  120. package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -0
  121. package/components/container/container.component.js.map +1 -0
  122. package/components/container/container.props.js.map +1 -0
  123. package/components/container/container.styles.js.map +1 -0
  124. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
  125. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -0
  126. package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
  127. package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -0
  128. package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
  129. package/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
  130. package/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
  131. package/components/container/linearlayout/linearlayout.component.js +43 -0
  132. package/components/container/linearlayout/linearlayout.component.js.map +1 -0
  133. package/components/container/linearlayout/linearlayout.props.js.map +1 -0
  134. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +24 -0
  135. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
  136. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -0
  137. package/components/container/panel/panel-content/panel-content.component.js.map +1 -0
  138. package/components/container/panel/panel-content/panel-content.props.js.map +1 -0
  139. package/components/container/panel/panel-footer/panel-footer.component.js.map +1 -0
  140. package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -0
  141. package/components/container/panel/panel.component.js.map +1 -0
  142. package/components/container/panel/panel.props.js.map +1 -0
  143. package/components/container/panel/panel.styles.js +98 -0
  144. package/components/container/panel/panel.styles.js.map +1 -0
  145. package/components/container/partial-host.component.js.map +1 -0
  146. package/components/container/tabs/tabheader/tabheader.component.js +182 -0
  147. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  148. package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
  149. package/components/container/tabs/tabheader/tabheader.styles.js +64 -0
  150. package/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
  151. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  152. package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
  153. package/components/container/tabs/tabs.component.js +229 -0
  154. package/components/container/tabs/tabs.component.js.map +1 -0
  155. package/components/container/tabs/tabs.props.js.map +1 -0
  156. package/components/container/tabs/tabs.styles.js +57 -0
  157. package/components/container/tabs/tabs.styles.js.map +1 -0
  158. package/components/container/tile/tile.component.js.map +1 -0
  159. package/components/container/tile/tile.props.js.map +1 -0
  160. package/components/container/tile/tile.styles.js.map +1 -0
  161. package/components/container/wizard/wizard.component.js +176 -0
  162. package/components/container/wizard/wizard.component.js.map +1 -0
  163. package/components/container/wizard/wizard.props.js.map +1 -0
  164. package/components/container/wizard/wizard.styles.js +181 -0
  165. package/components/container/wizard/wizard.styles.js.map +1 -0
  166. package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
  167. package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -0
  168. package/components/data/card/card-content/card-content.component.js.map +1 -0
  169. package/components/data/card/card-content/card-content.props.js.map +1 -0
  170. package/components/data/card/card-footer/card-footer.component.js.map +1 -0
  171. package/components/data/card/card-footer/card-footer.props.js.map +1 -0
  172. package/components/data/card/card.component.js.map +1 -0
  173. package/components/data/card/card.props.js.map +1 -0
  174. package/components/data/card/card.styles.js.map +1 -0
  175. package/components/data/form/form-action/form-action.component.js +33 -0
  176. package/components/data/form/form-action/form-action.component.js.map +1 -0
  177. package/components/data/form/form-action/form-action.props.js +17 -0
  178. package/components/data/form/form-action/form-action.props.js.map +1 -0
  179. package/components/data/form/form-action/form-action.styles.js.map +1 -0
  180. package/components/data/form/form-body/form-body.component.js.map +1 -0
  181. package/components/data/form/form-body/form-body.props.js.map +1 -0
  182. package/components/data/form/form-field/form-field.component.js +225 -0
  183. package/components/data/form/form-field/form-field.component.js.map +1 -0
  184. package/components/data/form/form-field/form-field.props.js +30 -0
  185. package/components/data/form/form-field/form-field.props.js.map +1 -0
  186. package/components/data/form/form-field/form-field.styles.js.map +1 -0
  187. package/components/data/form/form-footer/form-footer.component.js.map +1 -0
  188. package/components/data/form/form-footer/form-footer.props.js.map +1 -0
  189. package/components/data/form/form.component.js +396 -0
  190. package/components/data/form/form.component.js.map +1 -0
  191. package/components/data/form/form.props.js +26 -0
  192. package/components/data/form/form.props.js.map +1 -0
  193. package/components/data/form/form.styles.js +45 -0
  194. package/components/data/form/form.styles.js.map +1 -0
  195. package/components/data/list/list-template/list-template.component.js.map +1 -0
  196. package/components/data/list/list-template/list-template.props.js.map +1 -0
  197. package/components/data/list/list-template/list-template.styles.js.map +1 -0
  198. package/components/data/list/list.component.js +285 -0
  199. package/components/data/list/list.component.js.map +1 -0
  200. package/components/data/list/list.props.js +34 -0
  201. package/components/data/list/list.props.js.map +1 -0
  202. package/components/data/list/list.styles.js.map +1 -0
  203. package/components/data/liveform/liveform.component.js +102 -0
  204. package/components/data/liveform/liveform.component.js.map +1 -0
  205. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
  206. package/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
  207. package/components/device/camera/camera.component.js.map +1 -0
  208. package/components/device/camera/camera.props.js.map +1 -0
  209. package/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
  210. package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -0
  211. package/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
  212. package/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
  213. package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -0
  214. package/components/dialogs/confirmdialog/confirmdialog.styles.js +58 -0
  215. package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
  216. package/components/dialogs/dialog/dialog.component.js +92 -0
  217. package/components/dialogs/dialog/dialog.component.js.map +1 -0
  218. package/components/dialogs/dialog/dialog.props.js.map +1 -0
  219. package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
  220. package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -0
  221. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
  222. package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -0
  223. package/components/input/basedataset/basedataset.component.js.map +1 -0
  224. package/components/input/basedataset/basedataset.props.js.map +1 -0
  225. package/components/input/baseinput/baseinput.component.js +147 -0
  226. package/components/input/baseinput/baseinput.component.js.map +1 -0
  227. package/components/input/baseinput/baseinput.props.js.map +1 -0
  228. package/components/input/basenumber/basenumber.component.js +278 -0
  229. package/components/input/basenumber/basenumber.component.js.map +1 -0
  230. package/components/input/basenumber/basenumber.props.js.map +1 -0
  231. package/components/input/calendar/calendar.component.js.map +1 -0
  232. package/components/input/calendar/calendar.props.js.map +1 -0
  233. package/components/input/calendar/calendar.styles.js +132 -0
  234. package/components/input/calendar/calendar.styles.js.map +1 -0
  235. package/components/input/calendar/views/month-view.js +191 -0
  236. package/components/input/calendar/views/month-view.js.map +1 -0
  237. package/components/input/checkbox/checkbox.component.js.map +1 -0
  238. package/components/input/checkbox/checkbox.props.js +17 -0
  239. package/components/input/checkbox/checkbox.props.js.map +1 -0
  240. package/components/input/checkbox/checkbox.styles.js.map +1 -0
  241. package/components/input/checkboxset/checkboxset.component.js.map +1 -0
  242. package/components/input/checkboxset/checkboxset.props.js.map +1 -0
  243. package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
  244. package/components/input/chips/chips.component.js +266 -0
  245. package/components/input/chips/chips.component.js.map +1 -0
  246. package/components/input/chips/chips.props.js.map +1 -0
  247. package/components/input/composite/composite.component.js.map +1 -0
  248. package/components/input/composite/composite.props.js.map +1 -0
  249. package/components/input/currency/currency.component.js +70 -0
  250. package/components/input/currency/currency.component.js.map +1 -0
  251. package/components/input/currency/currency.props.js +12 -0
  252. package/components/input/currency/currency.props.js.map +1 -0
  253. package/components/input/currency/currency.styles.js +64 -0
  254. package/components/input/currency/currency.styles.js.map +1 -0
  255. package/components/input/epoch/base-datetime.component.js +272 -0
  256. package/components/input/epoch/base-datetime.component.js.map +1 -0
  257. package/components/input/epoch/date/date.component.js.map +1 -0
  258. package/components/input/epoch/date/date.props.js.map +1 -0
  259. package/components/input/epoch/date/date.styles.js +21 -0
  260. package/components/input/epoch/date/date.styles.js.map +1 -0
  261. package/components/input/epoch/date-picker.component.js.map +1 -0
  262. package/components/input/epoch/datetime/datetime.component.js.map +1 -0
  263. package/components/input/epoch/datetime/datetime.props.js.map +1 -0
  264. package/components/input/epoch/datetime/datetime.styles.js +71 -0
  265. package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
  266. package/components/input/epoch/time/time.component.js.map +1 -0
  267. package/components/input/epoch/time/time.props.js.map +1 -0
  268. package/components/input/epoch/time/time.styles.js +21 -0
  269. package/components/input/epoch/time/time.styles.js.map +1 -0
  270. package/components/input/fileupload/fileupload.component.js.map +1 -0
  271. package/components/input/fileupload/fileupload.props.js.map +1 -0
  272. package/components/input/number/number.component.js +52 -0
  273. package/components/input/number/number.component.js.map +1 -0
  274. package/components/input/number/number.props.js +12 -0
  275. package/components/input/number/number.props.js.map +1 -0
  276. package/components/input/number/number.styles.js +38 -0
  277. package/components/input/number/number.styles.js.map +1 -0
  278. package/components/input/radioset/radioset.component.js +56 -0
  279. package/components/input/radioset/radioset.component.js.map +1 -0
  280. package/components/input/radioset/radioset.props.js.map +1 -0
  281. package/components/input/radioset/radioset.styles.js +52 -0
  282. package/components/input/radioset/radioset.styles.js.map +1 -0
  283. package/components/input/rating/rating.component.js +142 -0
  284. package/components/input/rating/rating.component.js.map +1 -0
  285. package/components/input/rating/rating.props.js.map +1 -0
  286. package/components/input/select/select.component.js +181 -0
  287. package/components/input/select/select.component.js.map +1 -0
  288. package/components/input/select/select.props.js.map +1 -0
  289. package/components/input/select/select.styles.js +97 -0
  290. package/components/input/select/select.styles.js.map +1 -0
  291. package/components/input/slider/slider.component.js +77 -0
  292. package/components/input/slider/slider.component.js.map +1 -0
  293. package/components/input/slider/slider.props.js.map +1 -0
  294. package/components/input/switch/switch.component.js.map +1 -0
  295. package/components/input/switch/switch.props.js.map +1 -0
  296. package/components/input/switch/switch.styles.js +114 -0
  297. package/components/input/switch/switch.styles.js.map +1 -0
  298. package/components/input/text/text.component.js +47 -0
  299. package/components/input/text/text.component.js.map +1 -0
  300. package/components/input/text/text.props.js.map +1 -0
  301. package/components/input/text/text.styles.js +44 -0
  302. package/components/input/text/text.styles.js.map +1 -0
  303. package/components/input/textarea/textarea.component.js +48 -0
  304. package/components/input/textarea/textarea.component.js.map +1 -0
  305. package/components/input/textarea/textarea.props.js.map +1 -0
  306. package/components/input/textarea/textarea.styles.js +46 -0
  307. package/components/input/textarea/textarea.styles.js.map +1 -0
  308. package/components/input/toggle/toggle.component.js +94 -0
  309. package/components/input/toggle/toggle.component.js.map +1 -0
  310. package/components/input/toggle/toggle.props.js.map +1 -0
  311. package/components/input/toggle/toggle.styles.js +43 -0
  312. package/components/input/toggle/toggle.styles.js.map +1 -0
  313. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
  314. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
  315. package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
  316. package/components/navigation/basenav/basenav.component.js.map +1 -0
  317. package/components/navigation/basenav/basenav.props.js.map +1 -0
  318. package/components/navigation/menu/menu.component.js.map +1 -0
  319. package/components/navigation/menu/menu.props.js.map +1 -0
  320. package/components/navigation/menu/menu.styles.js +67 -0
  321. package/components/navigation/menu/menu.styles.js.map +1 -0
  322. package/components/navigation/navbar/navbar.component.js.map +1 -0
  323. package/components/navigation/navbar/navbar.props.js.map +1 -0
  324. package/components/navigation/navbar/navbar.styles.js.map +1 -0
  325. package/components/navigation/navitem/navitem.component.js.map +1 -0
  326. package/components/navigation/navitem/navitem.props.js.map +1 -0
  327. package/components/navigation/navitem/navitem.styles.js.map +1 -0
  328. package/components/navigation/popover/popover.component.js.map +1 -0
  329. package/components/navigation/popover/popover.props.js.map +1 -0
  330. package/components/navigation/popover/popover.styles.js.map +1 -0
  331. package/components/page/content/content.component.js.map +1 -0
  332. package/components/page/left-panel/left-panel.component.js.map +1 -0
  333. package/components/page/left-panel/left-panel.props.js.map +1 -0
  334. package/components/page/page-content/page-content.component.js.map +1 -0
  335. package/components/page/page-content/page-content.props.js.map +1 -0
  336. package/components/page/page.component.js.map +1 -0
  337. package/components/page/partial/partial.component.js.map +1 -0
  338. package/components/page/partial-container/partial-container.component.js.map +1 -0
  339. package/components/page/partial-container/partial-container.props.js.map +1 -0
  340. package/components/page/tabbar/tabbar.component.js.map +1 -0
  341. package/components/page/tabbar/tabbar.props.js.map +1 -0
  342. package/components/prefab/prefab-container.component.js.map +1 -0
  343. package/core/asset.provider.js.map +1 -0
  344. package/core/base.component.js +382 -0
  345. package/core/base.component.js.map +1 -0
  346. package/core/components/textinput.component.js +37 -0
  347. package/core/components/textinput.component.js.map +1 -0
  348. package/core/device/camera-service.js.map +1 -0
  349. package/core/device/scan-service.js.map +1 -0
  350. package/core/display.manager.js.map +1 -0
  351. package/core/event-notifier.js.map +1 -0
  352. package/core/fixed-view.component.js.map +1 -0
  353. package/core/formatters.js.map +1 -0
  354. package/core/i18n.service.js +2 -0
  355. package/core/i18n.service.js.map +1 -0
  356. package/core/if.component.js +36 -0
  357. package/core/if.component.js.map +1 -0
  358. package/core/imageSizeEstimator.js.map +1 -0
  359. package/core/injector.js +27 -0
  360. package/core/injector.js.map +1 -0
  361. package/core/key.extractor.js +22 -0
  362. package/core/key.extractor.js.map +1 -0
  363. package/core/logger.js +123 -0
  364. package/core/logger.js.map +1 -0
  365. package/core/modal.service.js.map +1 -0
  366. package/core/navigation.service.js.map +1 -0
  367. package/core/network.service.js +331 -0
  368. package/core/network.service.js.map +1 -0
  369. package/core/partial.service.js.map +1 -0
  370. package/core/props.provider.js +86 -0
  371. package/core/props.provider.js.map +1 -0
  372. package/core/scroll-view.component.js.map +1 -0
  373. package/core/security.service.js.map +1 -0
  374. package/core/spinner.service.js.map +1 -0
  375. package/core/storage.service.js.map +1 -0
  376. package/core/tappable.component.js +72 -0
  377. package/core/tappable.component.js.map +1 -0
  378. package/core/toast.service.js.map +1 -0
  379. package/core/utils.js +316 -0
  380. package/core/utils.js.map +1 -0
  381. package/core/viewport.js.map +1 -0
  382. package/gestures/swipe.animation.js +110 -0
  383. package/gestures/swipe.animation.js.map +1 -0
  384. package/package.json +243 -0
  385. package/runtime/App.js +465 -0
  386. package/runtime/App.js.map +1 -0
  387. package/runtime/App.navigator.js +109 -0
  388. package/runtime/App.navigator.js.map +1 -0
  389. package/runtime/base-fragment.component.js +330 -0
  390. package/runtime/base-fragment.component.js.map +1 -0
  391. package/runtime/base-page.component.js +147 -0
  392. package/runtime/base-page.component.js.map +1 -0
  393. package/runtime/base-partial.component.js.map +1 -0
  394. package/runtime/base-prefab.component.js +83 -0
  395. package/runtime/base-prefab.component.js.map +1 -0
  396. package/runtime/lib-patch.js.map +1 -0
  397. package/runtime/memo.component.js.map +1 -0
  398. package/runtime/navigator/drawer.navigator.js.map +1 -0
  399. package/runtime/navigator/stack.navigator.js.map +1 -0
  400. package/runtime/services/app-display-manager.service.js.map +1 -0
  401. package/runtime/services/app-i18n.service.js +65 -0
  402. package/runtime/services/app-i18n.service.js.map +1 -0
  403. package/runtime/services/app-modal.service.js.map +1 -0
  404. package/runtime/services/app-security.service.js +196 -0
  405. package/runtime/services/app-security.service.js.map +1 -0
  406. package/runtime/services/app-spinner.service.js +75 -0
  407. package/runtime/services/app-spinner.service.js.map +1 -0
  408. package/runtime/services/app-toast.service.js.map +1 -0
  409. package/runtime/services/device/calendar-service.js.map +1 -0
  410. package/runtime/services/device/camera-service.js +332 -0
  411. package/runtime/services/device/camera-service.js.map +1 -0
  412. package/runtime/services/device/contacts-service.js.map +1 -0
  413. package/runtime/services/device/location-service.js.map +1 -0
  414. package/runtime/services/device/permissions.js.map +1 -0
  415. package/runtime/services/device/scan-service.js.map +1 -0
  416. package/runtime/services/partial.service.js.map +1 -0
  417. package/runtime/services/webprocess.service.js.map +1 -0
  418. package/runtime/watcher.js +147 -0
  419. package/runtime/watcher.js.map +1 -0
  420. package/styles/MediaQueryList.js.map +1 -0
  421. package/styles/background.component.js +298 -0
  422. package/styles/background.component.js.map +1 -0
  423. package/styles/fdfd.css +56 -0
  424. package/styles/style-prop.validator.js +470 -0
  425. package/styles/style-prop.validator.js.map +1 -0
  426. package/styles/style-props.js.map +1 -0
  427. package/styles/theme.js +324 -0
  428. package/styles/theme.js.map +1 -0
  429. package/styles/theme.variables.js +392 -0
  430. package/styles/theme.variables.js.map +1 -0
  431. package/variables/base-variable.js +125 -0
  432. package/variables/base-variable.js.map +1 -0
  433. package/variables/device/calendar/create-event.operation.js.map +1 -0
  434. package/variables/device/calendar/delete-event.operation.js.map +1 -0
  435. package/variables/device/calendar/get-events.operation.js.map +1 -0
  436. package/variables/device/camera/capture-image.operation.js.map +1 -0
  437. package/variables/device/camera/capture-video.operation.js.map +1 -0
  438. package/variables/device/contacts/get-contacts.operation.js.map +1 -0
  439. package/variables/device/device/app-info.operation.js.map +1 -0
  440. package/variables/device/device/current-geo-position.operation.js.map +1 -0
  441. package/variables/device/device/device-info.operation.js.map +1 -0
  442. package/variables/device/device/network-info.operation.js.map +1 -0
  443. package/variables/device/device/vibrate.operation.js.map +1 -0
  444. package/variables/device/file/upload-file.operation.js.map +1 -0
  445. package/variables/device/operation.provider.js.map +1 -0
  446. package/variables/device/scan/scan.operation.js.map +1 -0
  447. package/variables/device-variable.js.map +1 -0
  448. package/variables/http.service.js +76 -0
  449. package/variables/http.service.js.map +1 -0
  450. package/variables/live-variable.js +116 -0
  451. package/variables/live-variable.js.map +1 -0
  452. package/variables/model-variable.js +46 -0
  453. package/variables/model-variable.js.map +1 -0
  454. package/variables/service-variable.js +133 -0
  455. package/variables/service-variable.js.map +1 -0
  456. package/variables/utils/dataset-util.js.map +1 -0
  457. package/variables/utils/inflight-queue.js.map +1 -0
  458. package/variables/utils/variable.utils.js.map +1 -0
  459. app-rn-runtime/actions/base-action.js.map +0 -1
  460. app-rn-runtime/actions/login-action.js.map +0 -1
  461. app-rn-runtime/actions/logout-action.js.map +0 -1
  462. app-rn-runtime/actions/navigation-action.js +0 -32
  463. app-rn-runtime/actions/navigation-action.js.map +0 -1
  464. app-rn-runtime/actions/notification-action.js.map +0 -1
  465. app-rn-runtime/actions/timer-action.js.map +0 -1
  466. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -1
  467. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -1
  468. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -1
  469. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -1
  470. app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -147
  471. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
  472. app-rn-runtime/components/advanced/carousel/carousel.props.js +0 -17
  473. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +0 -1
  474. app-rn-runtime/components/advanced/carousel/carousel.styles.js +0 -134
  475. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +0 -1
  476. app-rn-runtime/components/advanced/login/login.component.js.map +0 -1
  477. app-rn-runtime/components/advanced/login/login.props.js.map +0 -1
  478. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
  479. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -1
  480. app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
  481. app-rn-runtime/components/advanced/webview/webview.props.js.map +0 -1
  482. app-rn-runtime/components/basic/anchor/anchor.component.js +0 -68
  483. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  484. app-rn-runtime/components/basic/anchor/anchor.props.js.map +0 -1
  485. app-rn-runtime/components/basic/anchor/anchor.styles.js +0 -73
  486. app-rn-runtime/components/basic/anchor/anchor.styles.js.map +0 -1
  487. app-rn-runtime/components/basic/animatedview.component.js +0 -166
  488. app-rn-runtime/components/basic/animatedview.component.js.map +0 -1
  489. app-rn-runtime/components/basic/button/button.component.js.map +0 -1
  490. app-rn-runtime/components/basic/button/button.props.js.map +0 -1
  491. app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
  492. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +0 -1
  493. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js.map +0 -1
  494. app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +0 -1
  495. app-rn-runtime/components/basic/custom/custom.component.js.map +0 -1
  496. app-rn-runtime/components/basic/custom/custom.props.js.map +0 -1
  497. app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
  498. app-rn-runtime/components/basic/icon/icon.props.js.map +0 -1
  499. app-rn-runtime/components/basic/icon/icon.styles.js +0 -27
  500. app-rn-runtime/components/basic/icon/icon.styles.js.map +0 -1
  501. app-rn-runtime/components/basic/label/label.component.js +0 -64
  502. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  503. app-rn-runtime/components/basic/label/label.props.js.map +0 -1
  504. app-rn-runtime/components/basic/label/label.styles.js +0 -114
  505. app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
  506. app-rn-runtime/components/basic/lottie/lottie.component.js.map +0 -1
  507. app-rn-runtime/components/basic/lottie/lottie.props.js.map +0 -1
  508. app-rn-runtime/components/basic/message/message.component.js.map +0 -1
  509. app-rn-runtime/components/basic/message/message.props.js.map +0 -1
  510. app-rn-runtime/components/basic/message/message.styles.js +0 -93
  511. app-rn-runtime/components/basic/message/message.styles.js.map +0 -1
  512. app-rn-runtime/components/basic/modal/modal.component.js.map +0 -1
  513. app-rn-runtime/components/basic/modal/modal.props.js.map +0 -1
  514. app-rn-runtime/components/basic/modal/modal.styles.js.map +0 -1
  515. app-rn-runtime/components/basic/picture/picture.component.js +0 -191
  516. app-rn-runtime/components/basic/picture/picture.component.js.map +0 -1
  517. app-rn-runtime/components/basic/picture/picture.props.js.map +0 -1
  518. app-rn-runtime/components/basic/picture/picture.styles.js.map +0 -1
  519. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  520. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +0 -1
  521. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  522. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +0 -1
  523. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js.map +0 -1
  524. app-rn-runtime/components/basic/progress-circle/progress-circle.styles.js.map +0 -1
  525. app-rn-runtime/components/basic/search/local-data-provider.js.map +0 -1
  526. app-rn-runtime/components/basic/search/search.component.js +0 -411
  527. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  528. app-rn-runtime/components/basic/search/search.props.js +0 -28
  529. app-rn-runtime/components/basic/search/search.props.js.map +0 -1
  530. app-rn-runtime/components/basic/search/search.styles.js +0 -124
  531. app-rn-runtime/components/basic/search/search.styles.js.map +0 -1
  532. app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +0 -1
  533. app-rn-runtime/components/basic/spinner/spinner.component.js +0 -85
  534. app-rn-runtime/components/basic/spinner/spinner.component.js.map +0 -1
  535. app-rn-runtime/components/basic/spinner/spinner.props.js.map +0 -1
  536. app-rn-runtime/components/basic/spinner/spinner.styles.js +0 -31
  537. app-rn-runtime/components/basic/spinner/spinner.styles.js.map +0 -1
  538. app-rn-runtime/components/basic/video/video.component.js +0 -56
  539. app-rn-runtime/components/basic/video/video.component.js.map +0 -1
  540. app-rn-runtime/components/basic/video/video.props.js.map +0 -1
  541. app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +0 -1
  542. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +0 -1
  543. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +0 -1
  544. app-rn-runtime/components/chart/basechart.component.js +0 -476
  545. app-rn-runtime/components/chart/basechart.component.js.map +0 -1
  546. app-rn-runtime/components/chart/basechart.props.js +0 -48
  547. app-rn-runtime/components/chart/basechart.props.js.map +0 -1
  548. app-rn-runtime/components/chart/basechart.styles.js +0 -16
  549. app-rn-runtime/components/chart/basechart.styles.js.map +0 -1
  550. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
  551. app-rn-runtime/components/chart/column-chart/column-chart.component.js.map +0 -1
  552. app-rn-runtime/components/chart/donut-chart/donut-chart.component.js.map +0 -1
  553. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +0 -12
  554. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js.map +0 -1
  555. app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +0 -1
  556. app-rn-runtime/components/chart/line-chart/line-chart.props.js.map +0 -1
  557. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +0 -112
  558. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +0 -1
  559. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +0 -14
  560. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js.map +0 -1
  561. app-rn-runtime/components/chart/theme/chart.theme.js.map +0 -1
  562. app-rn-runtime/components/container/accordion/accordion.component.js +0 -182
  563. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  564. app-rn-runtime/components/container/accordion/accordion.props.js +0 -13
  565. app-rn-runtime/components/container/accordion/accordion.props.js.map +0 -1
  566. app-rn-runtime/components/container/accordion/accordion.styles.js +0 -126
  567. app-rn-runtime/components/container/accordion/accordion.styles.js.map +0 -1
  568. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +0 -52
  569. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -1
  570. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -1
  571. app-rn-runtime/components/container/container.component.js.map +0 -1
  572. app-rn-runtime/components/container/container.props.js.map +0 -1
  573. app-rn-runtime/components/container/container.styles.js.map +0 -1
  574. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
  575. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -1
  576. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
  577. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -1
  578. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
  579. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js.map +0 -1
  580. app-rn-runtime/components/container/layoutgrid/layoutgrid.styles.js.map +0 -1
  581. app-rn-runtime/components/container/linearlayout/linearlayout.component.js +0 -42
  582. app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +0 -1
  583. app-rn-runtime/components/container/linearlayout/linearlayout.props.js.map +0 -1
  584. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -24
  585. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
  586. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -1
  587. app-rn-runtime/components/container/panel/panel-content/panel-content.component.js.map +0 -1
  588. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js.map +0 -1
  589. app-rn-runtime/components/container/panel/panel-footer/panel-footer.component.js.map +0 -1
  590. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js.map +0 -1
  591. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  592. app-rn-runtime/components/container/panel/panel.props.js.map +0 -1
  593. app-rn-runtime/components/container/panel/panel.styles.js +0 -89
  594. app-rn-runtime/components/container/panel/panel.styles.js.map +0 -1
  595. app-rn-runtime/components/container/partial-host.component.js.map +0 -1
  596. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +0 -157
  597. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  598. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
  599. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js +0 -55
  600. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +0 -1
  601. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  602. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
  603. app-rn-runtime/components/container/tabs/tabs.component.js +0 -226
  604. app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
  605. app-rn-runtime/components/container/tabs/tabs.props.js.map +0 -1
  606. app-rn-runtime/components/container/tabs/tabs.styles.js +0 -18
  607. app-rn-runtime/components/container/tabs/tabs.styles.js.map +0 -1
  608. app-rn-runtime/components/container/tile/tile.component.js.map +0 -1
  609. app-rn-runtime/components/container/tile/tile.props.js.map +0 -1
  610. app-rn-runtime/components/container/tile/tile.styles.js.map +0 -1
  611. app-rn-runtime/components/container/wizard/wizard.component.js +0 -167
  612. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  613. app-rn-runtime/components/container/wizard/wizard.props.js.map +0 -1
  614. app-rn-runtime/components/container/wizard/wizard.styles.js +0 -129
  615. app-rn-runtime/components/container/wizard/wizard.styles.js.map +0 -1
  616. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
  617. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -1
  618. app-rn-runtime/components/data/card/card-content/card-content.component.js.map +0 -1
  619. app-rn-runtime/components/data/card/card-content/card-content.props.js.map +0 -1
  620. app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +0 -1
  621. app-rn-runtime/components/data/card/card-footer/card-footer.props.js.map +0 -1
  622. app-rn-runtime/components/data/card/card.component.js.map +0 -1
  623. app-rn-runtime/components/data/card/card.props.js.map +0 -1
  624. app-rn-runtime/components/data/card/card.styles.js.map +0 -1
  625. app-rn-runtime/components/data/form/form-action/form-action.component.js +0 -32
  626. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +0 -1
  627. app-rn-runtime/components/data/form/form-action/form-action.props.js +0 -15
  628. app-rn-runtime/components/data/form/form-action/form-action.props.js.map +0 -1
  629. app-rn-runtime/components/data/form/form-action/form-action.styles.js.map +0 -1
  630. app-rn-runtime/components/data/form/form-body/form-body.component.js.map +0 -1
  631. app-rn-runtime/components/data/form/form-body/form-body.props.js.map +0 -1
  632. app-rn-runtime/components/data/form/form-field/form-field.component.js +0 -204
  633. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
  634. app-rn-runtime/components/data/form/form-field/form-field.props.js +0 -22
  635. app-rn-runtime/components/data/form/form-field/form-field.props.js.map +0 -1
  636. app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +0 -1
  637. app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +0 -1
  638. app-rn-runtime/components/data/form/form-footer/form-footer.props.js.map +0 -1
  639. app-rn-runtime/components/data/form/form.component.js +0 -306
  640. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  641. app-rn-runtime/components/data/form/form.props.js +0 -24
  642. app-rn-runtime/components/data/form/form.props.js.map +0 -1
  643. app-rn-runtime/components/data/form/form.styles.js +0 -39
  644. app-rn-runtime/components/data/form/form.styles.js.map +0 -1
  645. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +0 -1
  646. app-rn-runtime/components/data/list/list-template/list-template.props.js.map +0 -1
  647. app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +0 -1
  648. app-rn-runtime/components/data/list/list.component.js +0 -241
  649. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  650. app-rn-runtime/components/data/list/list.props.js +0 -32
  651. app-rn-runtime/components/data/list/list.props.js.map +0 -1
  652. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  653. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
  654. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
  655. app-rn-runtime/components/device/camera/camera.component.js.map +0 -1
  656. app-rn-runtime/components/device/camera/camera.props.js.map +0 -1
  657. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +0 -1
  658. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js.map +0 -1
  659. app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -1
  660. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -1
  661. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -1
  662. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -49
  663. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -1
  664. app-rn-runtime/components/dialogs/dialog/dialog.component.js +0 -89
  665. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +0 -1
  666. app-rn-runtime/components/dialogs/dialog/dialog.props.js.map +0 -1
  667. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
  668. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js.map +0 -1
  669. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
  670. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -1
  671. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  672. app-rn-runtime/components/input/basedataset/basedataset.props.js.map +0 -1
  673. app-rn-runtime/components/input/baseinput/baseinput.component.js +0 -147
  674. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  675. app-rn-runtime/components/input/baseinput/baseinput.props.js.map +0 -1
  676. app-rn-runtime/components/input/basenumber/basenumber.component.js +0 -278
  677. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +0 -1
  678. app-rn-runtime/components/input/basenumber/basenumber.props.js.map +0 -1
  679. app-rn-runtime/components/input/calendar/calendar.component.js.map +0 -1
  680. app-rn-runtime/components/input/calendar/calendar.props.js.map +0 -1
  681. app-rn-runtime/components/input/calendar/calendar.styles.js +0 -110
  682. app-rn-runtime/components/input/calendar/calendar.styles.js.map +0 -1
  683. app-rn-runtime/components/input/calendar/views/month-view.js +0 -190
  684. app-rn-runtime/components/input/calendar/views/month-view.js.map +0 -1
  685. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +0 -1
  686. app-rn-runtime/components/input/checkbox/checkbox.props.js +0 -17
  687. app-rn-runtime/components/input/checkbox/checkbox.props.js.map +0 -1
  688. app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +0 -1
  689. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
  690. app-rn-runtime/components/input/checkboxset/checkboxset.props.js.map +0 -1
  691. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +0 -1
  692. app-rn-runtime/components/input/chips/chips.component.js +0 -265
  693. app-rn-runtime/components/input/chips/chips.component.js.map +0 -1
  694. app-rn-runtime/components/input/chips/chips.props.js.map +0 -1
  695. app-rn-runtime/components/input/composite/composite.component.js.map +0 -1
  696. app-rn-runtime/components/input/composite/composite.props.js.map +0 -1
  697. app-rn-runtime/components/input/currency/currency.component.js +0 -68
  698. app-rn-runtime/components/input/currency/currency.component.js.map +0 -1
  699. app-rn-runtime/components/input/currency/currency.props.js +0 -12
  700. app-rn-runtime/components/input/currency/currency.props.js.map +0 -1
  701. app-rn-runtime/components/input/currency/currency.styles.js +0 -55
  702. app-rn-runtime/components/input/currency/currency.styles.js.map +0 -1
  703. app-rn-runtime/components/input/epoch/base-datetime.component.js +0 -269
  704. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  705. app-rn-runtime/components/input/epoch/date/date.component.js.map +0 -1
  706. app-rn-runtime/components/input/epoch/date/date.props.js.map +0 -1
  707. app-rn-runtime/components/input/epoch/date/date.styles.js +0 -12
  708. app-rn-runtime/components/input/epoch/date/date.styles.js.map +0 -1
  709. app-rn-runtime/components/input/epoch/date-picker.component.js.map +0 -1
  710. app-rn-runtime/components/input/epoch/datetime/datetime.component.js.map +0 -1
  711. app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +0 -1
  712. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js +0 -62
  713. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +0 -1
  714. app-rn-runtime/components/input/epoch/time/time.component.js.map +0 -1
  715. app-rn-runtime/components/input/epoch/time/time.props.js.map +0 -1
  716. app-rn-runtime/components/input/epoch/time/time.styles.js +0 -12
  717. app-rn-runtime/components/input/epoch/time/time.styles.js.map +0 -1
  718. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +0 -1
  719. app-rn-runtime/components/input/fileupload/fileupload.props.js.map +0 -1
  720. app-rn-runtime/components/input/number/number.component.js +0 -50
  721. app-rn-runtime/components/input/number/number.component.js.map +0 -1
  722. app-rn-runtime/components/input/number/number.props.js +0 -12
  723. app-rn-runtime/components/input/number/number.props.js.map +0 -1
  724. app-rn-runtime/components/input/number/number.styles.js +0 -33
  725. app-rn-runtime/components/input/number/number.styles.js.map +0 -1
  726. app-rn-runtime/components/input/radioset/radioset.component.js +0 -54
  727. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  728. app-rn-runtime/components/input/radioset/radioset.props.js.map +0 -1
  729. app-rn-runtime/components/input/radioset/radioset.styles.js +0 -44
  730. app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
  731. app-rn-runtime/components/input/rating/rating.component.js +0 -142
  732. app-rn-runtime/components/input/rating/rating.component.js.map +0 -1
  733. app-rn-runtime/components/input/rating/rating.props.js.map +0 -1
  734. app-rn-runtime/components/input/select/select.component.js +0 -169
  735. app-rn-runtime/components/input/select/select.component.js.map +0 -1
  736. app-rn-runtime/components/input/select/select.props.js.map +0 -1
  737. app-rn-runtime/components/input/select/select.styles.js +0 -80
  738. app-rn-runtime/components/input/select/select.styles.js.map +0 -1
  739. app-rn-runtime/components/input/slider/slider.component.js +0 -76
  740. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  741. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  742. app-rn-runtime/components/input/switch/switch.component.js.map +0 -1
  743. app-rn-runtime/components/input/switch/switch.props.js.map +0 -1
  744. app-rn-runtime/components/input/switch/switch.styles.js +0 -78
  745. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  746. app-rn-runtime/components/input/text/text.component.js +0 -45
  747. app-rn-runtime/components/input/text/text.component.js.map +0 -1
  748. app-rn-runtime/components/input/text/text.props.js.map +0 -1
  749. app-rn-runtime/components/input/text/text.styles.js +0 -39
  750. app-rn-runtime/components/input/text/text.styles.js.map +0 -1
  751. app-rn-runtime/components/input/textarea/textarea.component.js +0 -46
  752. app-rn-runtime/components/input/textarea/textarea.component.js.map +0 -1
  753. app-rn-runtime/components/input/textarea/textarea.props.js.map +0 -1
  754. app-rn-runtime/components/input/textarea/textarea.styles.js +0 -41
  755. app-rn-runtime/components/input/textarea/textarea.styles.js.map +0 -1
  756. app-rn-runtime/components/input/toggle/toggle.component.js +0 -88
  757. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  758. app-rn-runtime/components/input/toggle/toggle.props.js.map +0 -1
  759. app-rn-runtime/components/input/toggle/toggle.styles.js +0 -18
  760. app-rn-runtime/components/input/toggle/toggle.styles.js.map +0 -1
  761. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
  762. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
  763. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
  764. app-rn-runtime/components/navigation/basenav/basenav.component.js.map +0 -1
  765. app-rn-runtime/components/navigation/basenav/basenav.props.js.map +0 -1
  766. app-rn-runtime/components/navigation/menu/menu.component.js.map +0 -1
  767. app-rn-runtime/components/navigation/menu/menu.props.js.map +0 -1
  768. app-rn-runtime/components/navigation/menu/menu.styles.js +0 -61
  769. app-rn-runtime/components/navigation/menu/menu.styles.js.map +0 -1
  770. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +0 -1
  771. app-rn-runtime/components/navigation/navbar/navbar.props.js.map +0 -1
  772. app-rn-runtime/components/navigation/navbar/navbar.styles.js.map +0 -1
  773. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  774. app-rn-runtime/components/navigation/navitem/navitem.props.js.map +0 -1
  775. app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +0 -1
  776. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  777. app-rn-runtime/components/navigation/popover/popover.props.js.map +0 -1
  778. app-rn-runtime/components/navigation/popover/popover.styles.js.map +0 -1
  779. app-rn-runtime/components/page/content/content.component.js.map +0 -1
  780. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +0 -1
  781. app-rn-runtime/components/page/left-panel/left-panel.props.js.map +0 -1
  782. app-rn-runtime/components/page/page-content/page-content.component.js.map +0 -1
  783. app-rn-runtime/components/page/page-content/page-content.props.js.map +0 -1
  784. app-rn-runtime/components/page/page.component.js.map +0 -1
  785. app-rn-runtime/components/page/partial/partial.component.js.map +0 -1
  786. app-rn-runtime/components/page/partial-container/partial-container.component.js.map +0 -1
  787. app-rn-runtime/components/page/partial-container/partial-container.props.js.map +0 -1
  788. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +0 -1
  789. app-rn-runtime/components/page/tabbar/tabbar.props.js.map +0 -1
  790. app-rn-runtime/components/prefab/prefab-container.component.js.map +0 -1
  791. app-rn-runtime/core/asset.provider.js.map +0 -1
  792. app-rn-runtime/core/base.component.js +0 -370
  793. app-rn-runtime/core/base.component.js.map +0 -1
  794. app-rn-runtime/core/device/camera-service.js.map +0 -1
  795. app-rn-runtime/core/device/scan-service.js.map +0 -1
  796. app-rn-runtime/core/display.manager.js.map +0 -1
  797. app-rn-runtime/core/event-notifier.js.map +0 -1
  798. app-rn-runtime/core/fixed-view.component.js.map +0 -1
  799. app-rn-runtime/core/formatters.js.map +0 -1
  800. app-rn-runtime/core/if.component.js +0 -36
  801. app-rn-runtime/core/if.component.js.map +0 -1
  802. app-rn-runtime/core/imageSizeEstimator.js.map +0 -1
  803. app-rn-runtime/core/injector.js +0 -26
  804. app-rn-runtime/core/injector.js.map +0 -1
  805. app-rn-runtime/core/logger.js +0 -120
  806. app-rn-runtime/core/logger.js.map +0 -1
  807. app-rn-runtime/core/modal.service.js.map +0 -1
  808. app-rn-runtime/core/navigation.service.js.map +0 -1
  809. app-rn-runtime/core/network.service.js +0 -329
  810. app-rn-runtime/core/network.service.js.map +0 -1
  811. app-rn-runtime/core/partial.service.js.map +0 -1
  812. app-rn-runtime/core/props.provider.js +0 -86
  813. app-rn-runtime/core/props.provider.js.map +0 -1
  814. app-rn-runtime/core/scroll-view.component.js.map +0 -1
  815. app-rn-runtime/core/security.service.js.map +0 -1
  816. app-rn-runtime/core/spinner.service.js.map +0 -1
  817. app-rn-runtime/core/storage.service.js.map +0 -1
  818. app-rn-runtime/core/tappable.component.js +0 -63
  819. app-rn-runtime/core/tappable.component.js.map +0 -1
  820. app-rn-runtime/core/toast.service.js.map +0 -1
  821. app-rn-runtime/core/utils.js +0 -294
  822. app-rn-runtime/core/utils.js.map +0 -1
  823. app-rn-runtime/core/viewport.js.map +0 -1
  824. app-rn-runtime/gestures/swipe.animation.js +0 -105
  825. app-rn-runtime/gestures/swipe.animation.js.map +0 -1
  826. app-rn-runtime/package.json +0 -243
  827. app-rn-runtime/runtime/App.js +0 -454
  828. app-rn-runtime/runtime/App.js.map +0 -1
  829. app-rn-runtime/runtime/App.navigator.js +0 -100
  830. app-rn-runtime/runtime/App.navigator.js.map +0 -1
  831. app-rn-runtime/runtime/base-fragment.component.js +0 -317
  832. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  833. app-rn-runtime/runtime/base-page.component.js +0 -138
  834. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  835. app-rn-runtime/runtime/base-partial.component.js.map +0 -1
  836. app-rn-runtime/runtime/base-prefab.component.js +0 -85
  837. app-rn-runtime/runtime/base-prefab.component.js.map +0 -1
  838. app-rn-runtime/runtime/lib-patch.js.map +0 -1
  839. app-rn-runtime/runtime/memo.component.js.map +0 -1
  840. app-rn-runtime/runtime/navigator/drawer.navigator.js.map +0 -1
  841. app-rn-runtime/runtime/navigator/stack.navigator.js.map +0 -1
  842. app-rn-runtime/runtime/services/app-display-manager.service.js.map +0 -1
  843. app-rn-runtime/runtime/services/app-i18n.service.js +0 -42
  844. app-rn-runtime/runtime/services/app-i18n.service.js.map +0 -1
  845. app-rn-runtime/runtime/services/app-modal.service.js.map +0 -1
  846. app-rn-runtime/runtime/services/app-security.service.js +0 -189
  847. app-rn-runtime/runtime/services/app-security.service.js.map +0 -1
  848. app-rn-runtime/runtime/services/app-spinner.service.js +0 -74
  849. app-rn-runtime/runtime/services/app-spinner.service.js.map +0 -1
  850. app-rn-runtime/runtime/services/app-toast.service.js.map +0 -1
  851. app-rn-runtime/runtime/services/device/calendar-service.js.map +0 -1
  852. app-rn-runtime/runtime/services/device/camera-service.js +0 -333
  853. app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
  854. app-rn-runtime/runtime/services/device/contacts-service.js.map +0 -1
  855. app-rn-runtime/runtime/services/device/location-service.js.map +0 -1
  856. app-rn-runtime/runtime/services/device/permissions.js.map +0 -1
  857. app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
  858. app-rn-runtime/runtime/services/partial.service.js.map +0 -1
  859. app-rn-runtime/runtime/services/webprocess.service.js.map +0 -1
  860. app-rn-runtime/runtime/watcher.js +0 -145
  861. app-rn-runtime/runtime/watcher.js.map +0 -1
  862. app-rn-runtime/styles/MediaQueryList.js.map +0 -1
  863. app-rn-runtime/styles/background.component.js +0 -259
  864. app-rn-runtime/styles/background.component.js.map +0 -1
  865. app-rn-runtime/styles/style-prop.validator.js +0 -466
  866. app-rn-runtime/styles/style-prop.validator.js.map +0 -1
  867. app-rn-runtime/styles/style-props.js.map +0 -1
  868. app-rn-runtime/styles/theme.js +0 -317
  869. app-rn-runtime/styles/theme.js.map +0 -1
  870. app-rn-runtime/styles/theme.variables.js +0 -336
  871. app-rn-runtime/styles/theme.variables.js.map +0 -1
  872. app-rn-runtime/variables/base-variable.js +0 -125
  873. app-rn-runtime/variables/base-variable.js.map +0 -1
  874. app-rn-runtime/variables/device/calendar/create-event.operation.js.map +0 -1
  875. app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +0 -1
  876. app-rn-runtime/variables/device/calendar/get-events.operation.js.map +0 -1
  877. app-rn-runtime/variables/device/camera/capture-image.operation.js.map +0 -1
  878. app-rn-runtime/variables/device/camera/capture-video.operation.js.map +0 -1
  879. app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +0 -1
  880. app-rn-runtime/variables/device/device/app-info.operation.js.map +0 -1
  881. app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +0 -1
  882. app-rn-runtime/variables/device/device/device-info.operation.js.map +0 -1
  883. app-rn-runtime/variables/device/device/network-info.operation.js.map +0 -1
  884. app-rn-runtime/variables/device/device/vibrate.operation.js.map +0 -1
  885. app-rn-runtime/variables/device/file/upload-file.operation.js.map +0 -1
  886. app-rn-runtime/variables/device/operation.provider.js.map +0 -1
  887. app-rn-runtime/variables/device/scan/scan.operation.js.map +0 -1
  888. app-rn-runtime/variables/device-variable.js.map +0 -1
  889. app-rn-runtime/variables/http.service.js +0 -72
  890. app-rn-runtime/variables/http.service.js.map +0 -1
  891. app-rn-runtime/variables/model-variable.js +0 -35
  892. app-rn-runtime/variables/model-variable.js.map +0 -1
  893. app-rn-runtime/variables/service-variable.js +0 -122
  894. app-rn-runtime/variables/service-variable.js.map +0 -1
  895. app-rn-runtime/variables/utils/dataset-util.js.map +0 -1
  896. app-rn-runtime/variables/utils/inflight-queue.js.map +0 -1
  897. app-rn-runtime/variables/utils/variable.utils.js.map +0 -1
  898. {app-rn-runtime → package}/actions/base-action.js +0 -0
  899. {app-rn-runtime → package}/actions/index.js +0 -0
  900. {app-rn-runtime → package}/actions/index.js.map +0 -0
  901. {app-rn-runtime → package}/actions/login-action.js +0 -0
  902. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  903. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  904. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  905. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  906. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  907. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  908. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  909. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  910. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  911. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  912. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  913. {app-rn-runtime → package}/components/advanced/login/login.component.js +0 -0
  914. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  915. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  916. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  917. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -0
  918. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  919. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  920. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  921. {app-rn-runtime → package}/components/advanced/webview/webview.component.js +0 -0
  922. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  923. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  924. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  925. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +0 -0
  926. {app-rn-runtime → package}/components/basic/button/button.component.js +0 -0
  927. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  928. {app-rn-runtime → package}/components/basic/button/button.styles.js +0 -0
  929. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  930. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  931. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  932. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  933. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  934. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  935. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  936. {app-rn-runtime → package}/components/basic/icon/icon.component.js +0 -0
  937. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  938. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  939. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  940. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  941. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  942. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  943. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  944. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  945. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  946. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  947. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  948. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  949. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  950. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  951. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  952. {app-rn-runtime → package}/components/basic/message/message.component.js +0 -0
  953. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  954. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  955. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  956. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  957. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  958. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  959. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.component.js +0 -0
  960. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  961. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.styles.js +0 -0
  962. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.component.js +0 -0
  963. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  964. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  965. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  966. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  967. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  968. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  969. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  970. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  971. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  972. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -0
  973. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  974. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  975. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  976. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  977. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  978. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  979. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  980. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  981. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  982. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  983. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  984. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  985. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  986. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  987. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  988. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  989. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  990. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  991. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  992. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  993. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  994. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  995. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  996. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  997. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  998. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  999. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  1000. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  1001. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  1002. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  1003. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  1004. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  1005. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  1006. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  1007. {app-rn-runtime → package}/components/container/container.component.js +0 -0
  1008. {app-rn-runtime → package}/components/container/container.props.js +0 -0
  1009. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  1010. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  1011. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  1012. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  1013. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  1014. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  1015. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  1016. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  1017. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  1018. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  1019. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  1020. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  1021. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  1022. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  1023. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  1024. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  1025. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  1026. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  1027. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  1028. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  1029. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  1030. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  1031. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  1032. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  1033. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  1034. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  1035. {app-rn-runtime → package}/components/container/panel/panel.component.js +0 -0
  1036. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  1037. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  1038. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  1039. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +0 -0
  1040. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  1041. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  1042. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  1043. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  1044. {app-rn-runtime → package}/components/container/tile/tile.component.js +0 -0
  1045. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  1046. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  1047. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  1048. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +0 -0
  1049. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  1050. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  1051. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  1052. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  1053. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  1054. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  1055. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  1056. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  1057. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  1058. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  1059. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  1060. {app-rn-runtime → package}/components/data/card/card.component.js +0 -0
  1061. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  1062. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  1063. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  1064. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  1065. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  1066. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  1067. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  1068. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  1069. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  1070. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  1071. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  1072. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  1073. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js +0 -0
  1074. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  1075. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  1076. {app-rn-runtime → package}/components/data/list/list.styles.js +0 -0
  1077. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.component.js +0 -0
  1078. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  1079. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  1080. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  1081. {app-rn-runtime → package}/components/device/camera/camera.component.js +0 -0
  1082. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  1083. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  1084. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  1085. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js +0 -0
  1086. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  1087. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  1088. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js +0 -0
  1089. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  1090. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  1091. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js +0 -0
  1092. {app-rn-runtime → package}/components/dialogs/dialog/dialog.styles.js.map +0 -0
  1093. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  1094. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  1095. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  1096. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  1097. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +0 -0
  1098. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  1099. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  1100. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  1101. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +0 -0
  1102. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  1103. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  1104. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  1105. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +0 -0
  1106. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  1107. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  1108. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  1109. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  1110. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  1111. {app-rn-runtime → package}/components/input/calendar/calendar.component.js +0 -0
  1112. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  1113. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  1114. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  1115. {app-rn-runtime → package}/components/input/checkbox/checkbox.component.js +0 -0
  1116. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  1117. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.component.js +0 -0
  1118. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +0 -0
  1119. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  1120. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  1121. {app-rn-runtime → package}/components/input/chips/chips.styles.js +0 -0
  1122. {app-rn-runtime → package}/components/input/chips/chips.styles.js.map +0 -0
  1123. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  1124. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  1125. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  1126. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  1127. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  1128. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  1129. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  1130. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  1131. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +0 -0
  1132. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  1133. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  1134. {app-rn-runtime → package}/components/input/fileupload/fileupload.component.js +0 -0
  1135. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  1136. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  1137. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  1138. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +0 -0
  1139. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  1140. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  1141. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  1142. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  1143. {app-rn-runtime → package}/components/input/slider/slider.props.js +0 -0
  1144. {app-rn-runtime → package}/components/input/slider/slider.styles.js +0 -0
  1145. {app-rn-runtime → package}/components/input/slider/slider.styles.js.map +0 -0
  1146. {app-rn-runtime → package}/components/input/switch/switch.component.js +0 -0
  1147. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  1148. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  1149. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  1150. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  1151. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.component.js +0 -0
  1152. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  1153. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  1154. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +0 -0
  1155. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  1156. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  1157. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  1158. {app-rn-runtime → package}/components/navigation/menu/menu.component.js +0 -0
  1159. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  1160. {app-rn-runtime → package}/components/navigation/navbar/navbar.component.js +0 -0
  1161. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  1162. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  1163. {app-rn-runtime → package}/components/navigation/navitem/navitem.component.js +0 -0
  1164. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  1165. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  1166. {app-rn-runtime → package}/components/navigation/popover/popover.component.js +0 -0
  1167. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  1168. {app-rn-runtime → package}/components/navigation/popover/popover.styles.js +0 -0
  1169. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  1170. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  1171. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  1172. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  1173. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  1174. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +0 -0
  1175. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  1176. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  1177. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  1178. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +0 -0
  1179. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  1180. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  1181. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  1182. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  1183. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  1184. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  1185. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  1186. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  1187. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  1188. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  1189. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  1190. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  1191. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  1192. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  1193. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  1194. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  1195. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  1196. {app-rn-runtime → package}/components/page/tabbar/tabbar.component.js +0 -0
  1197. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  1198. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  1199. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  1200. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  1201. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  1202. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  1203. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  1204. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  1205. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  1206. {app-rn-runtime → package}/core/AppConfig.js.map +0 -0
  1207. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  1208. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  1209. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  1210. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  1211. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  1212. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  1213. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  1214. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  1215. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  1216. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  1217. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  1218. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  1219. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  1220. {app-rn-runtime → package}/core/display.manager.js +0 -0
  1221. {app-rn-runtime → package}/core/event-notifier.js +0 -0
  1222. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  1223. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  1224. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  1225. {app-rn-runtime → package}/core/formatters.js +0 -0
  1226. {app-rn-runtime → package}/core/imageSizeEstimator.js +0 -0
  1227. {app-rn-runtime → package}/core/modal.service.js +0 -0
  1228. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  1229. {app-rn-runtime → package}/core/partial.service.js +0 -0
  1230. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  1231. {app-rn-runtime → package}/core/security.service.js +0 -0
  1232. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  1233. {app-rn-runtime → package}/core/storage.service.js +0 -0
  1234. {app-rn-runtime → package}/core/toast.service.js +0 -0
  1235. {app-rn-runtime → package}/core/viewport.js +0 -0
  1236. {app-rn-runtime → package}/index.js +0 -0
  1237. {app-rn-runtime → package}/index.js.map +0 -0
  1238. {app-rn-runtime → package}/runtime/base-partial.component.js +0 -0
  1239. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  1240. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  1241. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  1242. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  1243. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  1244. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  1245. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  1246. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  1247. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  1248. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  1249. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  1250. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  1251. {app-rn-runtime → package}/runtime/services/device/permissions.js +0 -0
  1252. {app-rn-runtime → package}/runtime/services/device/scan-service.js +0 -0
  1253. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  1254. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  1255. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  1256. {app-rn-runtime → package}/styles/style-props.js +0 -0
  1257. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  1258. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  1259. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  1260. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  1261. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  1262. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  1263. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  1264. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  1265. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  1266. {app-rn-runtime → package}/variables/device/device/network-info.operation.js +0 -0
  1267. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  1268. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  1269. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  1270. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  1271. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  1272. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  1273. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  1274. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  1275. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  1276. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
@@ -0,0 +1,470 @@
1
+ import { isNumber, isString } from 'lodash-es';
2
+ import * as Font from 'expo-font';
3
+ const isColor = c => true;
4
+ const isStringOrNumber = v => isNumber(v) || isString(v);
5
+ const isIn = function () {
6
+ const obj = {};
7
+ for (var _len = arguments.length, arr = new Array(_len), _key = 0; _key < _len; _key++) {
8
+ arr[_key] = arguments[_key];
9
+ }
10
+ arr.forEach(v => {
11
+ obj[v] = true;
12
+ });
13
+ return k => obj[k] === true;
14
+ };
15
+ const STYLE_PROP_TYPE_INFO = {
16
+ alignContent: {
17
+ isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'space-between', 'space-around'),
18
+ ref: 'https://reactnative.dev/docs/layout-props#aligncontent'
19
+ },
20
+ alignItems: {
21
+ isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'baseline'),
22
+ ref: 'https://reactnative.dev/docs/layout-props#alignitems'
23
+ },
24
+ alignSelf: {
25
+ isValid: isIn('auto', 'flex-start', 'flex-end', 'center', 'stretch', 'baseline'),
26
+ ref: 'https://reactnative.dev/docs/layout-props#alignself'
27
+ },
28
+ aspectRatio: {
29
+ isValid: isStringOrNumber,
30
+ ref: 'https://reactnative.dev/docs/layout-props#aspectratio'
31
+ },
32
+ backfaceVisibility: {
33
+ isValid: isIn('visible', 'hidden'),
34
+ ref: 'https://reactnative.dev/docs/image-style-props#backfacevisibility'
35
+ },
36
+ backgroundColor: {
37
+ isValid: isColor,
38
+ ref: 'https://reactnative.dev/docs/image-style-props#backgroundcolor'
39
+ },
40
+ backgroundImage: {
41
+ isValid: isString,
42
+ ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
43
+ },
44
+ borderBottomColor: {
45
+ isValid: isColor,
46
+ ref: 'https://reactnative.dev/docs/view-style-props#borderbottomcolor'
47
+ },
48
+ borderBottomEndRadius: {
49
+ isValid: isNumber,
50
+ ref: 'https://reactnative.dev/docs/view-style-props#borderbottomendradius'
51
+ },
52
+ borderBottomLeftRadius: {
53
+ isValid: isNumber,
54
+ ref: 'https://reactnative.dev/docs/image-style-props#borderbottomleftradius'
55
+ },
56
+ backgroundPosition: {
57
+ isValid: isStringOrNumber,
58
+ ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
59
+ },
60
+ backgroundRepeat: {
61
+ isValid: isIn('repeat', 'repeat-x', 'repeat-y', 'no-repeat'),
62
+ ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
63
+ },
64
+ backgroundSize: {
65
+ isValid: isStringOrNumber,
66
+ ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'
67
+ },
68
+ borderBottomRightRadius: {
69
+ isValid: isNumber,
70
+ ref: 'https://reactnative.dev/docs/image-style-props#borderbottomrightradius'
71
+ },
72
+ borderBottomStartRadius: {
73
+ isValid: isNumber,
74
+ ref: 'https://reactnative.dev/docs/view-style-props#borderbottomstartradius'
75
+ },
76
+ borderBottomWidth: {
77
+ isValid: isNumber,
78
+ ref: 'https://reactnative.dev/docs/layout-props#borderbottomwidth'
79
+ },
80
+ borderColor: {
81
+ isValid: isColor,
82
+ ref: 'https://reactnative.dev/docs/image-style-props#bordercolor'
83
+ },
84
+ borderCurve: {
85
+ isValid: isIn('circular', 'continuous'),
86
+ ref: 'https://reactnative.dev/docs/view-style-props#bordercurve-ios'
87
+ },
88
+ borderEndColor: {
89
+ isValid: isColor,
90
+ ref: 'https://reactnative.dev/docs/view-style-props#borderendcolor'
91
+ },
92
+ borderEndWidth: {
93
+ isValid: isNumber,
94
+ ref: 'https://reactnative.dev/docs/layout-props#borderendwidth'
95
+ },
96
+ borderLeftColor: {
97
+ isValid: isColor,
98
+ ref: 'https://reactnative.dev/docs/view-style-props#borderleftcolor'
99
+ },
100
+ borderLeftWidth: {
101
+ isValid: isNumber,
102
+ ref: 'https://reactnative.dev/docs/layout-props#borderleftwidth'
103
+ },
104
+ borderRadius: {
105
+ isValid: isNumber,
106
+ ref: 'https://reactnative.dev/docs/image-style-props#borderradius'
107
+ },
108
+ borderRightColor: {
109
+ isValid: isColor,
110
+ ref: 'https://reactnative.dev/docs/view-style-props#borderrightcolor'
111
+ },
112
+ borderRightWidth: {
113
+ isValid: isNumber,
114
+ ref: 'https://reactnative.dev/docs/layout-props#borderrightwidth'
115
+ },
116
+ borderStartColor: {
117
+ isValid: isColor,
118
+ ref: 'https://reactnative.dev/docs/view-style-props#borderstartcolor'
119
+ },
120
+ borderStartWidth: {
121
+ isValid: isNumber,
122
+ ref: 'https://reactnative.dev/docs/layout-props#borderstartwidth'
123
+ },
124
+ borderStyle: {
125
+ isValid: isIn('solid', 'dotted', 'dashed'),
126
+ ref: 'https://reactnative.dev/docs/view-style-props#borderstyle'
127
+ },
128
+ borderTopEndRadius: {
129
+ isValid: isColor,
130
+ ref: 'https://reactnative.dev/docs/view-style-props#bordertopendradius'
131
+ },
132
+ borderTopLeftRadius: {
133
+ isValid: isNumber,
134
+ ref: 'https://reactnative.dev/docs/image-style-props#bordertopleftradius'
135
+ },
136
+ borderTopRightRadius: {
137
+ isValid: isNumber,
138
+ ref: 'https://reactnative.dev/docs/image-style-props#bordertoprightradius'
139
+ },
140
+ borderTopStartRadius: {
141
+ isValid: isNumber,
142
+ ref: 'https://reactnative.dev/docs/view-style-props#bordertopstartradius'
143
+ },
144
+ borderTopColor: {
145
+ isValid: isColor,
146
+ ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'
147
+ },
148
+ borderTopWidth: {
149
+ isValid: isNumber,
150
+ ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'
151
+ },
152
+ borderWidth: {
153
+ isValid: isNumber,
154
+ ref: 'https://reactnative.dev/docs/image-style-props#borderwidth'
155
+ },
156
+ bottom: {
157
+ isValid: isStringOrNumber,
158
+ ref: 'https://reactnative.dev/docs/layout-props#bottom'
159
+ },
160
+ color: {
161
+ isValid: isColor,
162
+ ref: 'https://reactnative.dev/docs/text-style-props#color'
163
+ },
164
+ columnGap: {
165
+ isValid: isNumber,
166
+ ref: 'https://reactnative.dev/docs/layout-props#columngap'
167
+ },
168
+ direction: {
169
+ isValid: isIn('inherit', 'LTR', 'RTL'),
170
+ ref: 'https://reactnative.dev/docs/layout-props#direction'
171
+ },
172
+ display: {
173
+ isValid: isIn('none', 'flex'),
174
+ ref: 'https://reactnative.dev/docs/layout-props#display'
175
+ },
176
+ elevation: {
177
+ isValid: isNumber,
178
+ ref: 'https://reactnative.dev/docs/view-style-props#elevation-android'
179
+ },
180
+ end: {
181
+ isValid: isStringOrNumber,
182
+ ref: 'https://reactnative.dev/docs/layout-props#end'
183
+ },
184
+ flex: {
185
+ isValid: isNumber,
186
+ ref: 'https://reactnative.dev/docs/layout-props#flex'
187
+ },
188
+ flexBasis: {
189
+ isValid: isStringOrNumber,
190
+ ref: 'https://reactnative.dev/docs/layout-props#flexbasis'
191
+ },
192
+ flexDirection: {
193
+ isValid: isIn('column', 'row', 'column-reverse', 'row-reverse'),
194
+ ref: 'https://reactnative.dev/docs/layout-props#flexdirection'
195
+ },
196
+ flexGrow: {
197
+ isValid: isNumber,
198
+ ref: 'https://reactnative.dev/docs/layout-props#flexgrow'
199
+ },
200
+ flexShrink: {
201
+ isValid: isNumber,
202
+ ref: 'https://reactnative.dev/docs/layout-props#flexshrink'
203
+ },
204
+ flexWrap: {
205
+ isValid: isIn('wrap', 'nowrap', 'wrap-reverse'),
206
+ ref: 'https://reactnative.dev/docs/layout-props#flexwrap'
207
+ },
208
+ fontFamily: {
209
+ isValid: v => Font.isLoaded(v),
210
+ errorMsg: v => `Font '${v}' is not loaded. Font family names are case-sensitive. Please add font either in theme or app.`,
211
+ ref: 'https://reactnative.dev/docs/text-style-props#fontfamily'
212
+ },
213
+ fontSize: {
214
+ isValid: isNumber,
215
+ ref: 'https://reactnative.dev/docs/text-style-props#fontsize'
216
+ },
217
+ fontStyle: {
218
+ isValid: isIn('normal', 'italic'),
219
+ ref: 'https://reactnative.dev/docs/text-style-props#fontstyle'
220
+ },
221
+ fontVariant: {
222
+ isValid: v => isIn('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums') || isString(v),
223
+ ref: 'https://reactnative.dev/docs/text-style-props#fontvariant'
224
+ },
225
+ fontWeight: {
226
+ isValid: v => isIn('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') || isNumber(v),
227
+ ref: 'https://reactnative.dev/docs/text-style-props#fontweight'
228
+ },
229
+ gap: {
230
+ isValid: isNumber,
231
+ ref: 'https://reactnative.dev/docs/layout-props#gap'
232
+ },
233
+ height: {
234
+ isValid: isStringOrNumber,
235
+ ref: 'https://reactnative.dev/docs/layout-props#height'
236
+ },
237
+ justifyContent: {
238
+ isValid: isIn('flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly'),
239
+ ref: 'https://reactnative.dev/docs/layout-props#justifycontent'
240
+ },
241
+ left: {
242
+ isValid: isStringOrNumber,
243
+ ref: 'https://reactnative.dev/docs/layout-props#left'
244
+ },
245
+ letterSpacing: {
246
+ isValid: isNumber,
247
+ ref: 'https://reactnative.dev/docs/text-style-props#letterspacing'
248
+ },
249
+ lineHeight: {
250
+ isValid: isNumber,
251
+ ref: 'https://reactnative.dev/docs/text-style-props#lineheight'
252
+ },
253
+ margin: {
254
+ isValid: isStringOrNumber,
255
+ ref: 'https://reactnative.dev/docs/layout-props#margin'
256
+ },
257
+ marginBottom: {
258
+ isValid: isStringOrNumber,
259
+ ref: 'https://reactnative.dev/docs/layout-props#marginbottom'
260
+ },
261
+ marginEnd: {
262
+ isValid: isStringOrNumber,
263
+ ref: 'https://reactnative.dev/docs/layout-props#marginend'
264
+ },
265
+ marginHorizontal: {
266
+ isValid: isStringOrNumber,
267
+ ref: 'https://reactnative.dev/docs/layout-props#marginhorizontal'
268
+ },
269
+ marginLeft: {
270
+ isValid: isStringOrNumber,
271
+ ref: 'https://reactnative.dev/docs/layout-props#marginleft'
272
+ },
273
+ marginRight: {
274
+ isValid: isStringOrNumber,
275
+ ref: 'https://reactnative.dev/docs/layout-props#marginright'
276
+ },
277
+ marginStart: {
278
+ isValid: isStringOrNumber,
279
+ ref: 'https://reactnative.dev/docs/layout-props#marginstart'
280
+ },
281
+ marginTop: {
282
+ isValid: isStringOrNumber,
283
+ ref: 'https://reactnative.dev/docs/layout-props#margintop'
284
+ },
285
+ marginVertical: {
286
+ isValid: isStringOrNumber,
287
+ ref: 'https://reactnative.dev/docs/layout-props#marginvertical'
288
+ },
289
+ maxHeight: {
290
+ isValid: isStringOrNumber,
291
+ ref: 'https://reactnative.dev/docs/layout-props#maxheight'
292
+ },
293
+ maxWidth: {
294
+ isValid: isStringOrNumber,
295
+ ref: 'https://reactnative.dev/docs/layout-props#maxwidth'
296
+ },
297
+ minHeight: {
298
+ isValid: isStringOrNumber,
299
+ ref: 'https://reactnative.dev/docs/layout-props#minheight'
300
+ },
301
+ minWidth: {
302
+ isValid: isStringOrNumber,
303
+ ref: 'https://reactnative.dev/docs/layout-props#minwidth'
304
+ },
305
+ opacity: {
306
+ isValid: isNumber,
307
+ ref: 'https://reactnative.dev/docs/image-style-props#opacity'
308
+ },
309
+ overflow: {
310
+ isValid: isIn('visible', 'hidden', 'scroll'),
311
+ ref: 'https://reactnative.dev/docs/image-style-props#overflow'
312
+ },
313
+ overlayColor: {
314
+ isValid: isColor,
315
+ ref: 'https://reactnative.dev/docs/image-style-props#overlaycolor-android'
316
+ },
317
+ padding: {
318
+ isValid: isStringOrNumber,
319
+ ref: 'https://reactnative.dev/docs/layout-props#padding'
320
+ },
321
+ paddingBottom: {
322
+ isValid: isStringOrNumber,
323
+ ref: 'https://reactnative.dev/docs/layout-props#paddingbottom'
324
+ },
325
+ paddingEnd: {
326
+ isValid: isStringOrNumber,
327
+ ref: 'https://reactnative.dev/docs/layout-props#paddingend'
328
+ },
329
+ paddingHorizontal: {
330
+ isValid: isStringOrNumber,
331
+ ref: 'https://reactnative.dev/docs/layout-props#paddinghorizontal'
332
+ },
333
+ paddingLeft: {
334
+ isValid: isStringOrNumber,
335
+ ref: 'https://reactnative.dev/docs/layout-props#paddingleft'
336
+ },
337
+ paddingRight: {
338
+ isValid: isStringOrNumber,
339
+ ref: 'https://reactnative.dev/docs/layout-props#paddingright'
340
+ },
341
+ paddingStart: {
342
+ isValid: isStringOrNumber,
343
+ ref: 'https://reactnative.dev/docs/layout-props#paddingstart'
344
+ },
345
+ paddingTop: {
346
+ isValid: isStringOrNumber,
347
+ ref: 'https://reactnative.dev/docs/layout-props#paddingtop'
348
+ },
349
+ paddingVertical: {
350
+ isValid: isStringOrNumber,
351
+ ref: 'https://reactnative.dev/docs/layout-props#paddingvertical'
352
+ },
353
+ pointerEvents: {
354
+ isValid: isIn('auto', 'box-none', 'box-only', 'none'),
355
+ ref: 'https://reactnative.dev/docs/view-style-props#pointerevents'
356
+ },
357
+ position: {
358
+ isValid: isIn('absolute', 'relative', 'fixed'),
359
+ ref: 'https://reactnative.dev/docs/layout-props#position'
360
+ },
361
+ resizeMode: {
362
+ isValid: isIn('cover', 'contain', 'stretch', 'repeat', 'center'),
363
+ ref: 'https://reactnative.dev/docs/image-style-props#resizemode'
364
+ },
365
+ right: {
366
+ isValid: isStringOrNumber,
367
+ ref: 'https://reactnative.dev/docs/layout-props#right'
368
+ },
369
+ rowGap: {
370
+ isValid: isNumber,
371
+ ref: 'https://reactnative.dev/docs/layout-props#rowgap'
372
+ },
373
+ shadowColor: {
374
+ isValid: isColor,
375
+ ref: 'https://reactnative.dev/docs/shadow-props#shadowcolor'
376
+ },
377
+ shadowOpacity: {
378
+ isValid: isNumber,
379
+ ref: 'https://reactnative.dev/docs/shadow-props#shadowopacity-ios'
380
+ },
381
+ shadowRadius: {
382
+ isValid: isNumber,
383
+ ref: 'https://reactnative.dev/docs/shadow-props#shadowradius-ios'
384
+ },
385
+ start: {
386
+ isValid: isStringOrNumber,
387
+ ref: 'https://reactnative.dev/docs/layout-props#start'
388
+ },
389
+ textAlign: {
390
+ isValid: isIn('auto', 'left', 'right', 'center', 'justify'),
391
+ ref: 'https://reactnative.dev/docs/text-style-props#textalign'
392
+ },
393
+ textAlignVertical: {
394
+ isValid: isIn('auto', 'top', 'bottom', 'center'),
395
+ ref: 'https://reactnative.dev/docs/text-style-props#textalignvertical-android'
396
+ },
397
+ textDecorationColor: {
398
+ isValid: isColor,
399
+ ref: 'https://reactnative.dev/docs/text-style-props#textdecorationcolor-ios'
400
+ },
401
+ textDecorationLine: {
402
+ isValid: isIn('none', 'underline', 'line-through', 'underline line-through'),
403
+ ref: 'https://reactnative.dev/docs/text-style-props#textdecorationline'
404
+ },
405
+ textDecorationStyle: {
406
+ isValid: isIn('solid', 'double', 'dotted', 'dashed'),
407
+ ref: 'https://reactnative.dev/docs/text-style-props#textdecorationstyle-ios'
408
+ },
409
+ textShadowColor: {
410
+ isValid: isColor,
411
+ ref: 'https://reactnative.dev/docs/text-style-props#textshadowcolor'
412
+ },
413
+ textShadowRadius: {
414
+ isValid: isNumber,
415
+ ref: 'https://reactnative.dev/docs/text-style-props#textshadowoffset'
416
+ },
417
+ textTransform: {
418
+ isValid: isIn('none', 'uppercase', 'lowercase', 'capitalize'),
419
+ ref: 'https://reactnative.dev/docs/text-style-props#texttransform'
420
+ },
421
+ tintColor: {
422
+ isValid: isColor,
423
+ ref: 'https://reactnative.dev/docs/image-style-props#tintcolor'
424
+ },
425
+ top: {
426
+ isValid: isStringOrNumber,
427
+ ref: 'https://reactnative.dev/docs/layout-props#top'
428
+ },
429
+ userSelect: {
430
+ isValid: isIn('text', 'none'),
431
+ ref: 'valid values to user-select are text, none.'
432
+ },
433
+ verticalAlign: {
434
+ isValid: isIn('auto', 'top', 'bottom', 'middle'),
435
+ ref: 'https://reactnative.dev/docs/text-style-props#verticalalign-android'
436
+ },
437
+ width: {
438
+ isValid: isStringOrNumber,
439
+ ref: 'https://reactnative.dev/docs/layout-props#width'
440
+ },
441
+ writingDirection: {
442
+ isValid: isIn('auto', 'ltr', 'rtl'),
443
+ ref: 'https://reactnative.dev/docs/text-style-props#writingdirection-ios'
444
+ },
445
+ zIndex: {
446
+ isValid: isNumber,
447
+ ref: 'https://reactnative.dev/docs/layout-props#zindex'
448
+ }
449
+ };
450
+ export const getStyleReference = name => {
451
+ const info = STYLE_PROP_TYPE_INFO[name];
452
+ return !info || info.ref;
453
+ };
454
+ export const isValidStyleProp = (name, value) => {
455
+ const info = STYLE_PROP_TYPE_INFO[name];
456
+ return (name === null || name === void 0 ? void 0 : name.trim().startsWith('__')) || info && info.isValid(value);
457
+ };
458
+ export const getErrorMessage = (name, value) => {
459
+ const info = STYLE_PROP_TYPE_INFO[name];
460
+ name = name.replace(/([A-Z])/g, g => `-${g[0].toLowerCase()}`);
461
+ if (info) {
462
+ if (info.errorMsg) {
463
+ return info.errorMsg(value);
464
+ } else {
465
+ return `'${value}' is not a valid value to '${name}'.`;
466
+ }
467
+ }
468
+ return `'${name}' is not a supported style property in one or all Native Platforms.`;
469
+ };
470
+ //# sourceMappingURL=style-prop.validator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["isNumber","isString","Font","isColor","c","isStringOrNumber","v","isIn","obj","_len","arguments","length","arr","Array","_key","forEach","k","STYLE_PROP_TYPE_INFO","alignContent","isValid","ref","alignItems","alignSelf","aspectRatio","backfaceVisibility","backgroundColor","backgroundImage","borderBottomColor","borderBottomEndRadius","borderBottomLeftRadius","backgroundPosition","backgroundRepeat","backgroundSize","borderBottomRightRadius","borderBottomStartRadius","borderBottomWidth","borderColor","borderCurve","borderEndColor","borderEndWidth","borderLeftColor","borderLeftWidth","borderRadius","borderRightColor","borderRightWidth","borderStartColor","borderStartWidth","borderStyle","borderTopEndRadius","borderTopLeftRadius","borderTopRightRadius","borderTopStartRadius","borderTopColor","borderTopWidth","borderWidth","bottom","color","columnGap","direction","display","elevation","end","flex","flexBasis","flexDirection","flexGrow","flexShrink","flexWrap","fontFamily","isLoaded","errorMsg","fontSize","fontStyle","fontVariant","fontWeight","gap","height","justifyContent","left","letterSpacing","lineHeight","margin","marginBottom","marginEnd","marginHorizontal","marginLeft","marginRight","marginStart","marginTop","marginVertical","maxHeight","maxWidth","minHeight","minWidth","opacity","overflow","overlayColor","padding","paddingBottom","paddingEnd","paddingHorizontal","paddingLeft","paddingRight","paddingStart","paddingTop","paddingVertical","pointerEvents","position","resizeMode","right","rowGap","shadowColor","shadowOpacity","shadowRadius","start","textAlign","textAlignVertical","textDecorationColor","textDecorationLine","textDecorationStyle","textShadowColor","textShadowRadius","textTransform","tintColor","top","userSelect","verticalAlign","width","writingDirection","zIndex","getStyleReference","name","info","isValidStyleProp","value","trim","startsWith","getErrorMessage","replace","g","toLowerCase"],"sources":["style-prop.validator.ts"],"sourcesContent":["import {isNumber, isNil, isString } from 'lodash-es';\nimport * as Font from 'expo-font';\n\nconst isColor = (c: string) => true;\nconst isStringOrNumber = (v: any) => isNumber(v) || isString(v);\nconst isIn = (...arr: any) => {\n const obj = {};\n arr.forEach((v: any) => {\n (obj as any)[v] = true;\n })\n return (k: any) => (obj as any)[k] === true ;\n};\n\nconst STYLE_PROP_TYPE_INFO = {\n alignContent: {\n isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'space-between', 'space-around'),\n ref: 'https://reactnative.dev/docs/layout-props#aligncontent'\n },\n alignItems: {\n isValid: isIn('flex-start', 'flex-end', 'center', 'stretch', 'baseline'),\n ref: 'https://reactnative.dev/docs/layout-props#alignitems'\n },\n alignSelf: {\n isValid: isIn('auto', 'flex-start', 'flex-end', 'center', 'stretch', 'baseline'),\n ref: 'https://reactnative.dev/docs/layout-props#alignself'\n },\n aspectRatio: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#aspectratio'\n },\n backfaceVisibility: {\n isValid: isIn('visible', 'hidden'),\n ref: 'https://reactnative.dev/docs/image-style-props#backfacevisibility'\n },\n backgroundColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#backgroundcolor'\n },\n backgroundImage: {\n isValid: isString,\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n borderBottomColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderbottomcolor'\n },\n borderBottomEndRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#borderbottomendradius'\n },\n borderBottomLeftRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderbottomleftradius'\n },\n backgroundPosition: {\n isValid: isStringOrNumber,\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n backgroundRepeat: {\n isValid: isIn('repeat', 'repeat-x', 'repeat-y', 'no-repeat'),\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n backgroundSize: {\n isValid: isStringOrNumber,\n ref: 'http://www.wavemakeronline.com/app-runtime/latest/rn/style-docs/widgets/view'\n },\n borderBottomRightRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderbottomrightradius'\n },\n borderBottomStartRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#borderbottomstartradius'\n },\n borderBottomWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderbottomwidth'\n },\n borderColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#bordercolor'\n },\n borderCurve: {\n isValid: isIn('circular', 'continuous'),\n ref: 'https://reactnative.dev/docs/view-style-props#bordercurve-ios'\n },\n borderEndColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderendcolor'\n },\n borderEndWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderendwidth'\n },\n borderLeftColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderleftcolor'\n },\n borderLeftWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderleftwidth'\n },\n borderRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderradius'\n },\n borderRightColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderrightcolor'\n },\n borderRightWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderrightwidth'\n },\n borderStartColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#borderstartcolor'\n },\n borderStartWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#borderstartwidth'\n },\n borderStyle: {\n isValid: isIn('solid', 'dotted', 'dashed'),\n ref: 'https://reactnative.dev/docs/view-style-props#borderstyle'\n },\n borderTopEndRadius: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/view-style-props#bordertopendradius'\n },\n borderTopLeftRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#bordertopleftradius'\n },\n borderTopRightRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#bordertoprightradius'\n },\n borderTopStartRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#bordertopstartradius'\n },\n borderTopColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'\n },\n borderTopWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#bordertopwidth'\n },\n borderWidth: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#borderwidth'\n },\n bottom: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#bottom'\n },\n color: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/text-style-props#color'\n },\n columnGap: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#columngap'\n },\n direction: {\n isValid: isIn('inherit', 'LTR', 'RTL'),\n ref: 'https://reactnative.dev/docs/layout-props#direction'\n },\n display: {\n isValid: isIn('none', 'flex'),\n ref: 'https://reactnative.dev/docs/layout-props#display'\n },\n elevation: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/view-style-props#elevation-android'\n },\n end: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#end'\n },\n flex: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flex'\n },\n flexBasis: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flexbasis'\n },\n flexDirection: {\n isValid: isIn('column', 'row', 'column-reverse', 'row-reverse'),\n ref: 'https://reactnative.dev/docs/layout-props#flexdirection'\n },\n flexGrow: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flexgrow'\n },\n flexShrink: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#flexshrink'\n },\n flexWrap: {\n isValid: isIn('wrap', 'nowrap', 'wrap-reverse'),\n ref: 'https://reactnative.dev/docs/layout-props#flexwrap'\n },\n fontFamily: {\n isValid: (v: string) => Font.isLoaded(v),\n errorMsg: (v: string) => `Font '${v}' is not loaded. Font family names are case-sensitive. Please add font either in theme or app.`,\n ref: 'https://reactnative.dev/docs/text-style-props#fontfamily'\n },\n fontSize: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#fontsize'\n },\n fontStyle: {\n isValid: isIn('normal', 'italic'),\n ref: 'https://reactnative.dev/docs/text-style-props#fontstyle'\n },\n fontVariant: {\n isValid: (v: any) => isIn('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums') || isString(v),\n ref: 'https://reactnative.dev/docs/text-style-props#fontvariant'\n },\n fontWeight: {\n isValid: (v: any) => isIn('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') || isNumber(v),\n ref: 'https://reactnative.dev/docs/text-style-props#fontweight'\n },\n gap: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#gap'\n },\n height: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#height'\n },\n justifyContent: {\n isValid: isIn('flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly'),\n ref: 'https://reactnative.dev/docs/layout-props#justifycontent'\n },\n left: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#left'\n },\n letterSpacing: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#letterspacing'\n },\n lineHeight: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#lineheight'\n },\n margin: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#margin'\n },\n marginBottom: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginbottom'\n },\n marginEnd: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginend'\n },\n marginHorizontal: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginhorizontal'\n },\n marginLeft: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginleft'\n },\n marginRight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginright'\n },\n marginStart: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginstart'\n },\n marginTop: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#margintop'\n },\n marginVertical: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#marginvertical'\n },\n maxHeight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#maxheight'\n },\n maxWidth: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#maxwidth'\n },\n minHeight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#minheight'\n },\n minWidth: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#minwidth'\n },\n opacity: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/image-style-props#opacity'\n },\n overflow: {\n isValid: isIn('visible', 'hidden', 'scroll'),\n ref: 'https://reactnative.dev/docs/image-style-props#overflow'\n },\n overlayColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#overlaycolor-android'\n },\n padding: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#padding'\n },\n paddingBottom: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingbottom'\n },\n paddingEnd: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingend'\n },\n paddingHorizontal: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddinghorizontal'\n },\n paddingLeft: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingleft'\n },\n paddingRight: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingright'\n },\n paddingStart: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingstart'\n },\n paddingTop: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingtop'\n },\n paddingVertical: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#paddingvertical'\n },\n pointerEvents: {\n isValid: isIn('auto', 'box-none', 'box-only', 'none' ),\n ref: 'https://reactnative.dev/docs/view-style-props#pointerevents'\n },\n position: {\n isValid: isIn('absolute', 'relative', 'fixed'),\n ref: 'https://reactnative.dev/docs/layout-props#position'\n },\n resizeMode: {\n isValid: isIn('cover', 'contain', 'stretch', 'repeat', 'center'),\n ref: 'https://reactnative.dev/docs/image-style-props#resizemode'\n },\n right: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#right'\n },\n rowGap: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#rowgap'\n },\n shadowColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/shadow-props#shadowcolor'\n },\n shadowOpacity: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/shadow-props#shadowopacity-ios'\n },\n shadowRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/shadow-props#shadowradius-ios'\n },\n start: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#start'\n },\n textAlign: {\n isValid: isIn('auto', 'left', 'right', 'center', 'justify'),\n ref: 'https://reactnative.dev/docs/text-style-props#textalign'\n },\n textAlignVertical: {\n isValid: isIn('auto', 'top', 'bottom', 'center'),\n ref: 'https://reactnative.dev/docs/text-style-props#textalignvertical-android'\n },\n textDecorationColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/text-style-props#textdecorationcolor-ios'\n },\n textDecorationLine: {\n isValid: isIn('none', 'underline', 'line-through', 'underline line-through'),\n ref: 'https://reactnative.dev/docs/text-style-props#textdecorationline'\n },\n textDecorationStyle: {\n isValid: isIn('solid', 'double', 'dotted', 'dashed'),\n ref: 'https://reactnative.dev/docs/text-style-props#textdecorationstyle-ios'\n },\n textShadowColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/text-style-props#textshadowcolor'\n },\n textShadowRadius: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/text-style-props#textshadowoffset'\n },\n textTransform: {\n isValid: isIn('none', 'uppercase', 'lowercase', 'capitalize'),\n ref: 'https://reactnative.dev/docs/text-style-props#texttransform'\n },\n tintColor: {\n isValid: isColor,\n ref: 'https://reactnative.dev/docs/image-style-props#tintcolor'\n },\n top: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#top'\n },\n userSelect: {\n isValid: isIn('text', 'none'),\n ref: 'valid values to user-select are text, none.'\n },\n verticalAlign: {\n isValid: isIn('auto', 'top', 'bottom', 'middle'),\n ref: 'https://reactnative.dev/docs/text-style-props#verticalalign-android'\n },\n width: {\n isValid: isStringOrNumber,\n ref: 'https://reactnative.dev/docs/layout-props#width'\n },\n writingDirection: {\n isValid: isIn('auto', 'ltr', 'rtl'),\n ref: 'https://reactnative.dev/docs/text-style-props#writingdirection-ios'\n },\n zIndex: {\n isValid: isNumber,\n ref: 'https://reactnative.dev/docs/layout-props#zindex'\n },\n};\n\nexport const getStyleReference = (name: string) => {\n const info = (STYLE_PROP_TYPE_INFO as any)[name];\n return !info || info.ref;\n};\n\nexport const isValidStyleProp = (name: string, value: any) => {\n const info = (STYLE_PROP_TYPE_INFO as any)[name];\n return name?.trim().startsWith('__') || (info && info.isValid(value));\n};\n\nexport const getErrorMessage = (name: string, value: any) => {\n const info = (STYLE_PROP_TYPE_INFO as any)[name];\n name = name.replace(/([A-Z])/g, (g) => `-${g[0].toLowerCase()}`);\n if (info) {\n if (info.errorMsg) {\n return info.errorMsg(value);\n } else {\n return `'${value}' is not a valid value to '${name}'.`;\n }\n }\n return `'${name}' is not a supported style property in one or all Native Platforms.`\n};"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleProps","constructor","_defineProperty","styleMapping","backgroundimage","backgroundsize","backgroundrepeat","backgroundresizemode","backgroundposition","backgroundcolor","bordercolor","borderradius","borderstyle","borderwidth","borderbottomwidth","borderleftwidth","borderrightwidth","bordertopwidth","color","display","fontsize","fontfamily","fontstyle","fontvariant","fontweight","height","lineheight","margin","marginbottom","marginleft","marginright","margintop","opacity","overflow","padding","paddingbottom","paddingleft","paddingright","paddingtop","textalign","textdecoration","verticalalign","width","zindex","getStyleName","name"],"sources":["style-props.ts"],"sourcesContent":["export class StyleProps {\n backgroundimage?: any;\n backgroundsize?: any;\n backgroundrepeat?: any;\n backgroundresizemode?: any;\n backgroundposition?: any;\n backgroundcolor?: any;\n bordercolor?: any;\n borderradius?: any;\n borderstyle?: any;\n borderwidth?: any;\n borderbottomwidth?: any;\n borderleftwidth?: any;\n borderrightwidth?: any;\n bordertopwidth?: any;\n color?: any;\n display?: any;\n fontsize?: any;\n fontfamily?: any;\n fontstyle?: any;\n fontvariant?: any;\n fontweight?: any;\n height?: any;\n horizontalalign?: any;\n lineheight?: any;\n margin?: any;\n marginbottom?: any;\n marginleft?: any;\n marginright?: any;\n margintop?: any;\n opacity?: any;\n overflow?: any;\n padding?: any;\n paddingbottom?: any;\n paddingleft?: any;\n paddingright?: any;\n paddingtop?: any;\n textalign?: any;\n textdecoration?: any;\n verticalalign?: any;\n width?: any;\n zindex?: any;\n}\n\nconst styleMapping = {\n backgroundimage: 'backgroundImage',\n backgroundsize: 'backgroundSize',\n backgroundrepeat: 'backgroundRepeat',\n backgroundresizemode: 'backgroundResizeMode',\n backgroundposition: 'backgroundPosition',\n backgroundcolor: 'backgroundColor',\n bordercolor: 'borderColor',\n borderradius: 'borderRadius',\n borderstyle: 'borderStyle',\n borderwidth: 'borderWidth',\n borderbottomwidth: 'borderBottomWidth',\n borderleftwidth: 'borderLeftWidth',\n borderrightwidth: 'borderRightWidth',\n bordertopwidth: 'borderTopWidth',\n color: 'color',\n display: 'display',\n fontsize: 'fontSize',\n fontfamily: 'fontFamily',\n fontstyle: 'fontStyle',\n fontvariant: 'fontVariant',\n fontweight: 'fontWeight',\n height: 'height',\n //horizontalalign: any;\n lineheight: 'lineHeight',\n margin: 'margin',\n marginbottom: 'marginBottom',\n marginleft: 'marginLeft',\n marginright: 'marginRight',\n margintop: 'marginTop',\n opacity: 'opacity',\n overflow: 'overflow',\n padding: 'padding',\n paddingbottom: 'paddingBottom',\n paddingleft: 'paddingLeft',\n paddingright: 'paddingRight',\n paddingtop: 'paddingTop',\n textalign: 'textAlign',\n textdecoration: 'textDecoration',\n verticalalign: 'verticalAlign',\n width: 'width',\n zindex: 'zindex'\n};\n\nexport const getStyleName = (name: string) => (styleMapping as any)[name];\n"],"mappings":";;;AAAA,OAAO,MAAMA,UAAU,CAAC;EAAAC,YAAA;IAAAC,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;IAAAA,eAAA;EAAA;AA0CxB;AAEA,MAAMC,YAAY,GAAG;EACjBC,eAAe,EAAE,iBAAiB;EAClCC,cAAc,EAAE,gBAAgB;EAChCC,gBAAgB,EAAE,kBAAkB;EACpCC,oBAAoB,EAAE,sBAAsB;EAC5CC,kBAAkB,EAAE,oBAAoB;EACxCC,eAAe,EAAE,iBAAiB;EAClCC,WAAW,EAAE,aAAa;EAC1BC,YAAY,EAAE,cAAc;EAC5BC,WAAW,EAAE,aAAa;EAC1BC,WAAW,EAAE,aAAa;EAC1BC,iBAAiB,EAAE,mBAAmB;EACtCC,eAAe,EAAE,iBAAiB;EAClCC,gBAAgB,EAAE,kBAAkB;EACpCC,cAAc,EAAE,gBAAgB;EAChCC,KAAK,EAAE,OAAO;EACdC,OAAO,EAAE,SAAS;EAClBC,QAAQ,EAAE,UAAU;EACpBC,UAAU,EAAE,YAAY;EACxBC,SAAS,EAAE,WAAW;EACtBC,WAAW,EAAE,aAAa;EAC1BC,UAAU,EAAE,YAAY;EACxBC,MAAM,EAAE,QAAQ;EAChB;EACAC,UAAU,EAAE,YAAY;EACxBC,MAAM,EAAE,QAAQ;EAChBC,YAAY,EAAE,cAAc;EAC5BC,UAAU,EAAE,YAAY;EACxBC,WAAW,EAAE,aAAa;EAC1BC,SAAS,EAAE,WAAW;EACtBC,OAAO,EAAE,SAAS;EAClBC,QAAQ,EAAE,UAAU;EACpBC,OAAO,EAAE,SAAS;EAClBC,aAAa,EAAE,eAAe;EAC9BC,WAAW,EAAE,aAAa;EAC1BC,YAAY,EAAE,cAAc;EAC5BC,UAAU,EAAE,YAAY;EACxBC,SAAS,EAAE,WAAW;EACtBC,cAAc,EAAE,gBAAgB;EAChCC,aAAa,EAAE,eAAe;EAC9BC,KAAK,EAAE,OAAO;EACdC,MAAM,EAAE;AACZ,CAAC;AAED,OAAO,MAAMC,YAAY,GAAIC,IAAY,IAAM1C,YAAY,CAAS0C,IAAI,CAAC"}