@wavemaker/app-rn-runtime 12.0.0-next.142013 → 12.0.0-next.25480

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 (1503) hide show
  1. package/actions/notification-action.js +76 -0
  2. package/actions/notification-action.js.map +1 -0
  3. package/actions/timer-action.js +57 -0
  4. package/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
  5. package/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
  6. package/components/advanced/carousel/carousel.component.js +378 -0
  7. package/components/advanced/carousel/carousel.component.js.map +1 -0
  8. package/components/advanced/carousel/carousel.props.js +23 -0
  9. package/components/advanced/carousel/carousel.props.js.map +1 -0
  10. package/components/advanced/carousel/carousel.styles.js +179 -0
  11. package/components/advanced/carousel/carousel.styles.js.map +1 -0
  12. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js +14 -0
  13. package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js.map +1 -0
  14. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js +11 -0
  15. package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -0
  16. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js +14 -0
  17. package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js.map +1 -0
  18. package/components/advanced/login/login.component.js +40 -0
  19. package/components/advanced/login/login.component.js.map +1 -0
  20. package/components/advanced/login/login.props.js +13 -0
  21. package/components/advanced/login/login.props.js.map +1 -0
  22. package/components/advanced/network-info-toaster/network-info-toaster.component.js +118 -0
  23. package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
  24. package/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
  25. package/components/advanced/webview/webview.component.js +160 -0
  26. package/components/advanced/webview/webview.component.js.map +1 -0
  27. package/components/advanced/webview/webview.props.js +16 -0
  28. package/components/basic/anchor/anchor.component.js +107 -0
  29. package/components/basic/anchor/anchor.component.js.map +1 -0
  30. package/components/basic/anchor/anchor.props.js +33 -0
  31. package/components/basic/anchor/anchor.props.js.map +1 -0
  32. package/components/basic/anchor/anchor.styles.js +88 -0
  33. package/components/basic/anchor/anchor.styles.js.map +1 -0
  34. package/components/basic/animatedview.component.js +226 -0
  35. package/components/basic/animatedview.component.js.map +1 -0
  36. package/components/basic/audio/audio.component.js +257 -0
  37. package/components/basic/audio/audio.component.js.map +1 -0
  38. package/components/basic/audio/audio.props.js +15 -0
  39. package/components/basic/audio/audio.styles.js +68 -0
  40. package/components/basic/audio/audio.styles.js.map +1 -0
  41. package/components/basic/bottomsheet/bottomsheet.component.js +749 -0
  42. package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -0
  43. package/components/basic/bottomsheet/bottomsheet.props.js +26 -0
  44. package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -0
  45. package/components/basic/bottomsheet/bottomsheet.styles.js +88 -0
  46. package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -0
  47. package/components/basic/button/button.component.js +111 -0
  48. package/components/basic/button/button.component.js.map +1 -0
  49. package/components/basic/button/button.props.js +28 -0
  50. package/components/basic/button/button.props.js.map +1 -0
  51. package/components/basic/button/button.styles.js +133 -0
  52. package/components/basic/button/button.styles.js.map +1 -0
  53. package/components/basic/buttongroup/buttongroup.component.js +28 -0
  54. package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
  55. package/components/basic/buttongroup/buttongroup.props.js +14 -0
  56. package/components/basic/custom/custom.component.js +26 -0
  57. package/components/basic/custom/custom.component.js.map +1 -0
  58. package/components/basic/custom/custom.props.js +16 -0
  59. package/components/basic/icon/icon.component.js +270 -0
  60. package/components/basic/icon/icon.component.js.map +1 -0
  61. package/components/basic/icon/icon.props.js +28 -0
  62. package/components/basic/icon/icon.props.js.map +1 -0
  63. package/components/basic/icon/icon.styles.js +38 -0
  64. package/components/basic/icon/icon.styles.js.map +1 -0
  65. package/components/basic/label/label.component.js +406 -0
  66. package/components/basic/label/label.component.js.map +1 -0
  67. package/components/basic/label/label.props.js +28 -0
  68. package/components/basic/label/label.props.js.map +1 -0
  69. package/components/basic/label/label.styles.js +146 -0
  70. package/components/basic/label/label.styles.js.map +1 -0
  71. package/components/basic/lottie/lottie.component.js +139 -0
  72. package/components/basic/lottie/lottie.component.js.map +1 -0
  73. package/components/basic/lottie/lottie.props.js +14 -0
  74. package/components/basic/message/message.component.js +87 -0
  75. package/components/basic/message/message.component.js.map +1 -0
  76. package/components/basic/message/message.props.js +24 -0
  77. package/components/basic/message/message.props.js.map +1 -0
  78. package/components/basic/modal/modal.component.js +24 -0
  79. package/components/basic/modal/modal.component.js.map +1 -0
  80. package/components/basic/modal/modal.props.js +12 -0
  81. package/components/basic/picture/picture.component.js +321 -0
  82. package/components/basic/picture/picture.component.js.map +1 -0
  83. package/components/basic/picture/picture.props.js +25 -0
  84. package/components/basic/picture/picture.props.js.map +1 -0
  85. package/components/basic/picture/picture.styles.js.map +1 -0
  86. package/components/basic/progress-bar/progress-bar.component.js +96 -0
  87. package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  88. package/components/basic/progress-bar/progress-bar.props.js +19 -0
  89. package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
  90. package/components/basic/progress-bar/progress-bar.styles.js +45 -0
  91. package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  92. package/components/basic/progress-circle/progress-circle.component.js +79 -0
  93. package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
  94. package/components/basic/progress-circle/progress-circle.props.js +19 -0
  95. package/components/basic/search/local-data-provider.js +113 -0
  96. package/components/basic/search/search.component.js +456 -0
  97. package/components/basic/search/search.component.js.map +1 -0
  98. package/components/basic/search/search.props.js +39 -0
  99. package/components/basic/search/search.props.js.map +1 -0
  100. package/components/basic/search/search.styles.js +187 -0
  101. package/components/basic/search/search.styles.js.map +1 -0
  102. package/components/basic/skeleton/skeleton.component.js +151 -0
  103. package/components/basic/skeleton/skeleton.component.js.map +1 -0
  104. package/components/basic/skeleton/skeleton.props.js +11 -0
  105. package/components/basic/skeleton/skeleton.styles.js.map +1 -0
  106. package/components/basic/spinner/spinner.component.js +99 -0
  107. package/components/basic/spinner/spinner.component.js.map +1 -0
  108. package/components/basic/spinner/spinner.props.js +17 -0
  109. package/components/basic/tooltip/tooltip.component.js +80 -0
  110. package/components/basic/tooltip/tooltip.component.js.map +1 -0
  111. package/components/basic/tooltip/tooltip.props.js +18 -0
  112. package/components/basic/video/video.component.js +206 -0
  113. package/components/basic/video/video.component.js.map +1 -0
  114. package/components/basic/video/video.props.js +33 -0
  115. package/components/basic/video/video.props.js.map +1 -0
  116. package/components/basic/video/video.styles.js +33 -0
  117. package/components/basic/video/video.styles.js.map +1 -0
  118. package/components/chart/area-chart/area-chart.component.js +159 -0
  119. package/components/chart/area-chart/area-chart.component.js.map +1 -0
  120. package/components/chart/area-chart/area-chart.props.js +12 -0
  121. package/components/chart/bar-chart/bar-chart.component.js +133 -0
  122. package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
  123. package/components/chart/bar-chart/bar-chart.props.js +14 -0
  124. package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
  125. package/components/chart/basechart.component.js +693 -0
  126. package/components/chart/basechart.component.js.map +1 -0
  127. package/components/chart/basechart.props.js +64 -0
  128. package/components/chart/basechart.props.js.map +1 -0
  129. package/components/chart/bubble-chart/bubble-chart.component.js +113 -0
  130. package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
  131. package/components/chart/bubble-chart/bubble-chart.props.js +11 -0
  132. package/components/chart/donut-chart/donut-chart.props.js +11 -0
  133. package/components/chart/line-chart/line-chart.component.js +119 -0
  134. package/components/chart/line-chart/line-chart.component.js.map +1 -0
  135. package/components/chart/line-chart/line-chart.props.js +14 -0
  136. package/components/chart/pie-chart/pie-chart.component.js +238 -0
  137. package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
  138. package/components/chart/pie-chart/pie-chart.props.js +14 -0
  139. package/components/chart/stack-chart/stack-chart.component.js +368 -0
  140. package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
  141. package/components/chart/stack-chart/stack-chart.props.js +17 -0
  142. package/components/chart/theme/chart.theme.js +360 -0
  143. package/components/chart/theme/chart.theme.js.map +1 -0
  144. package/components/container/accordion/accordion.component.js +199 -0
  145. package/components/container/accordion/accordion.component.js.map +1 -0
  146. package/components/container/accordion/accordion.props.js +16 -0
  147. package/components/container/accordion/accordion.props.js.map +1 -0
  148. package/components/container/accordion/accordion.styles.js +144 -0
  149. package/components/container/accordion/accordion.styles.js.map +1 -0
  150. package/components/container/accordion/accordionpane/accordionpane.component.js +85 -0
  151. package/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
  152. package/components/container/container.component.js +406 -0
  153. package/components/container/container.component.js.map +1 -0
  154. package/components/container/container.props.js +23 -0
  155. package/components/container/container.props.js.map +1 -0
  156. package/components/container/container.styles.js +48 -0
  157. package/components/container/container.styles.js.map +1 -0
  158. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +29 -0
  159. package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
  160. package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
  161. package/components/container/layoutgrid/gridrow/gridrow.component.js +22 -0
  162. package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
  163. package/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
  164. package/components/container/layoutgrid/layoutgrid.component.js +44 -0
  165. package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
  166. package/components/container/layoutgrid/layoutgrid.props.js +11 -0
  167. package/components/container/linearlayout/linearlayout.component.js +70 -0
  168. package/components/container/linearlayout/linearlayout.component.js.map +1 -0
  169. package/components/container/linearlayout/linearlayout.props.js +15 -0
  170. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -0
  171. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
  172. package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
  173. package/components/container/panel/panel-content/panel-content.props.js +11 -0
  174. package/components/container/panel/panel-footer/panel-footer.props.js +11 -0
  175. package/components/container/panel/panel.component.js +163 -0
  176. package/components/container/panel/panel.component.js.map +1 -0
  177. package/components/container/panel/panel.props.js +26 -0
  178. package/components/container/panel/panel.props.js.map +1 -0
  179. package/components/container/partial-host.component.js +42 -0
  180. package/components/container/tabs/tabheader/tabheader.component.js +231 -0
  181. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  182. package/components/container/tabs/tabheader/tabheader.props.js +16 -0
  183. package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
  184. package/components/container/tabs/tabpane/tabpane.component.js +82 -0
  185. package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
  186. package/components/container/tabs/tabpane/tabpane.props.js +19 -0
  187. package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
  188. package/components/container/tabs/tabs.component.js +295 -0
  189. package/components/container/tabs/tabs.component.js.map +1 -0
  190. package/components/container/tabs/tabs.props.js +14 -0
  191. package/components/container/tabs/tabs.props.js.map +1 -0
  192. package/components/container/tabs/tabs.styles.js +65 -0
  193. package/components/container/tabs/tabs.styles.js.map +1 -0
  194. package/components/container/tile/tile.component.js +51 -0
  195. package/components/container/tile/tile.component.js.map +1 -0
  196. package/components/container/tile/tile.props.js +13 -0
  197. package/components/container/wizard/wizard.component.js +493 -0
  198. package/components/container/wizard/wizard.component.js.map +1 -0
  199. package/components/container/wizard/wizard.props.js +30 -0
  200. package/components/container/wizard/wizard.props.js.map +1 -0
  201. package/components/container/wizard/wizard.styles.js +398 -0
  202. package/components/container/wizard/wizard.styles.js.map +1 -0
  203. package/components/container/wizard/wizardstep/wizardstep.component.js +92 -0
  204. package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
  205. package/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
  206. package/components/data/card/card-content/card-content.component.js +46 -0
  207. package/components/data/card/card-content/card-content.component.js.map +1 -0
  208. package/components/data/card/card-content/card-content.props.js +12 -0
  209. package/components/data/card/card-footer/card-footer.component.js +18 -0
  210. package/components/data/card/card-footer/card-footer.component.js.map +1 -0
  211. package/components/data/card/card-footer/card-footer.props.js +11 -0
  212. package/components/data/card/card.component.js +92 -0
  213. package/components/data/card/card.component.js.map +1 -0
  214. package/components/data/card/card.props.js +27 -0
  215. package/components/data/form/form-action/form-action.component.js +35 -0
  216. package/components/data/form/form-action/form-action.props.js +18 -0
  217. package/components/data/form/form-body/form-body.component.js +19 -0
  218. package/components/data/form/form-body/form-body.component.js.map +1 -0
  219. package/components/data/form/form-body/form-body.props.js +11 -0
  220. package/components/data/form/form-field/form-field.component.js +249 -0
  221. package/components/data/form/form-field/form-field.component.js.map +1 -0
  222. package/components/data/form/form-field/form-field.props.js +35 -0
  223. package/components/data/form/form-field/form-field.props.js.map +1 -0
  224. package/components/data/form/form-field/form-field.styles.js +40 -0
  225. package/components/data/form/form-field/form-field.styles.js.map +1 -0
  226. package/components/data/form/form-footer/form-footer.component.js +19 -0
  227. package/components/data/form/form-footer/form-footer.component.js.map +1 -0
  228. package/components/data/form/form-footer/form-footer.props.js +11 -0
  229. package/components/data/form/form.component.js +429 -0
  230. package/components/data/form/form.component.js.map +1 -0
  231. package/components/data/form/form.props.js +32 -0
  232. package/components/data/form/form.props.js.map +1 -0
  233. package/components/data/form/form.styles.js +53 -0
  234. package/components/data/form/form.styles.js.map +1 -0
  235. package/components/data/list/list-action-template/list-action-template.props.js +12 -0
  236. package/components/data/list/list-template/list-template.component.js +46 -0
  237. package/components/data/list/list-template/list-template.component.js.map +1 -0
  238. package/components/data/list/list-template/list-template.props.js +12 -0
  239. package/components/data/list/list.component.js +651 -0
  240. package/components/data/list/list.component.js.map +1 -0
  241. package/components/data/list/list.props.js +57 -0
  242. package/components/data/list/list.props.js.map +1 -0
  243. package/components/data/list/list.styles.js +152 -0
  244. package/components/data/list/list.styles.js.map +1 -0
  245. package/components/data/liveform/liveform.component.js +98 -0
  246. package/components/device/barcodescanner/barcodescanner.component.js +69 -0
  247. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
  248. package/components/device/barcodescanner/barcodescanner.props.js +19 -0
  249. package/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
  250. package/components/device/camera/camera.component.js +84 -0
  251. package/components/device/camera/camera.component.js.map +1 -0
  252. package/components/device/camera/camera.props.js +25 -0
  253. package/components/device/camera/camera.props.js.map +1 -0
  254. package/components/dialogs/alertdialog/alertdialog.component.js +72 -0
  255. package/components/dialogs/alertdialog/alertdialog.props.js +24 -0
  256. package/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
  257. package/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
  258. package/components/dialogs/dialog/dialog.component.js +107 -0
  259. package/components/dialogs/dialog/dialog.component.js.map +1 -0
  260. package/components/dialogs/dialog/dialog.props.js +25 -0
  261. package/components/dialogs/dialog/dialog.styles.js +78 -0
  262. package/components/dialogs/dialog/dialog.styles.js.map +1 -0
  263. package/components/dialogs/dialogactions/dialogactions.component.js +22 -0
  264. package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
  265. package/components/dialogs/dialogactions/dialogactions.props.js +11 -0
  266. package/components/dialogs/dialogcontent/dialogcontent.component.js +31 -0
  267. package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
  268. package/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
  269. package/components/input/basedataset/basedataset.component.js +232 -0
  270. package/components/input/basedataset/basedataset.component.js.map +1 -0
  271. package/components/input/basedataset/basedataset.props.js +33 -0
  272. package/components/input/basedataset/basedataset.props.js.map +1 -0
  273. package/components/input/baseinput/baseinput.component.js +203 -0
  274. package/components/input/baseinput/baseinput.component.js.map +1 -0
  275. package/components/input/baseinput/baseinput.props.js +32 -0
  276. package/components/input/baseinput/baseinput.props.js.map +1 -0
  277. package/components/input/basenumber/basenumber.component.js +357 -0
  278. package/components/input/basenumber/basenumber.component.js.map +1 -0
  279. package/components/input/basenumber/basenumber.props.js +28 -0
  280. package/components/input/basenumber/basenumber.props.js.map +1 -0
  281. package/components/input/calendar/calendar.component.js +173 -0
  282. package/components/input/calendar/calendar.component.js.map +1 -0
  283. package/components/input/calendar/calendar.props.js +14 -0
  284. package/components/input/calendar/calendar.styles.js +162 -0
  285. package/components/input/calendar/calendar.styles.js.map +1 -0
  286. package/components/input/calendar/views/month-view.js +211 -0
  287. package/components/input/calendar/views/month-view.js.map +1 -0
  288. package/components/input/calendar/views/month-view.styles.js +39 -0
  289. package/components/input/calendar/views/month-view.styles.js.map +1 -0
  290. package/components/input/checkbox/checkbox.component.js +124 -0
  291. package/components/input/checkbox/checkbox.component.js.map +1 -0
  292. package/components/input/checkbox/checkbox.props.js +18 -0
  293. package/components/input/checkbox/checkbox.styles.js +94 -0
  294. package/components/input/checkbox/checkbox.styles.js.map +1 -0
  295. package/components/input/checkboxset/checkboxset.component.js +159 -0
  296. package/components/input/checkboxset/checkboxset.component.js.map +1 -0
  297. package/components/input/checkboxset/checkboxset.props.js +21 -0
  298. package/components/input/checkboxset/checkboxset.styles.js +88 -0
  299. package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
  300. package/components/input/chips/chips.component.js +411 -0
  301. package/components/input/chips/chips.component.js.map +1 -0
  302. package/components/input/chips/chips.props.js +30 -0
  303. package/components/input/chips/chips.props.js.map +1 -0
  304. package/components/input/chips/chips.styles.js +220 -0
  305. package/components/input/chips/chips.styles.js.map +1 -0
  306. package/components/input/composite/composite.component.js +25 -0
  307. package/components/input/composite/composite.component.js.map +1 -0
  308. package/components/input/composite/composite.props.js +12 -0
  309. package/components/input/currency/currency.component.js +118 -0
  310. package/components/input/currency/currency.component.js.map +1 -0
  311. package/components/input/currency/currency.props.js +13 -0
  312. package/components/input/currency/currency.styles.js +148 -0
  313. package/components/input/currency/currency.styles.js.map +1 -0
  314. package/components/input/epoch/base-datetime.component.js +492 -0
  315. package/components/input/epoch/base-datetime.component.js.map +1 -0
  316. package/components/input/epoch/date/date.styles.js +48 -0
  317. package/components/input/epoch/date/date.styles.js.map +1 -0
  318. package/components/input/epoch/date-picker.component.js +136 -0
  319. package/components/input/epoch/date-picker.component.js.map +1 -0
  320. package/components/input/epoch/datetime/datetime.props.js +36 -0
  321. package/components/input/epoch/datetime/datetime.props.js.map +1 -0
  322. package/components/input/epoch/datetime/datetime.styles.js +163 -0
  323. package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
  324. package/components/input/epoch/time/time.component.js.map +1 -0
  325. package/components/input/epoch/time/time.props.js +15 -0
  326. package/components/input/epoch/time/time.styles.js +48 -0
  327. package/components/input/epoch/time/time.styles.js.map +1 -0
  328. package/components/input/epoch/wheel-date-picker.component.js +206 -0
  329. package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
  330. package/components/input/epoch/wheel-time-picker.component.js +107 -0
  331. package/components/input/epoch/wheelpicker/wheelpicker.component.js +97 -0
  332. package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
  333. package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
  334. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +85 -0
  335. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
  336. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +20 -0
  337. package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
  338. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +83 -0
  339. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
  340. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +19 -0
  341. package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
  342. package/components/input/fileupload/fileupload.component.js +70 -0
  343. package/components/input/fileupload/fileupload.component.js.map +1 -0
  344. package/components/input/fileupload/fileupload.props.js +19 -0
  345. package/components/input/fileupload/fileupload.props.js.map +1 -0
  346. package/components/input/number/number.component.js +85 -0
  347. package/components/input/number/number.component.js.map +1 -0
  348. package/components/input/number/number.props.js +13 -0
  349. package/components/input/number/number.styles.js +93 -0
  350. package/components/input/number/number.styles.js.map +1 -0
  351. package/components/input/radioset/radioset.component.js +147 -0
  352. package/components/input/radioset/radioset.component.js.map +1 -0
  353. package/components/input/radioset/radioset.props.js +20 -0
  354. package/components/input/radioset/radioset.styles.js +102 -0
  355. package/components/input/radioset/radioset.styles.js.map +1 -0
  356. package/components/input/rating/rating.component.js +155 -0
  357. package/components/input/rating/rating.component.js.map +1 -0
  358. package/components/input/rating/rating.props.js +25 -0
  359. package/components/input/rating/rating.props.js.map +1 -0
  360. package/components/input/rating/rating.styles.js +48 -0
  361. package/components/input/rating/rating.styles.js.map +1 -0
  362. package/components/input/select/select.component.js +297 -0
  363. package/components/input/select/select.component.js.map +1 -0
  364. package/components/input/select/select.props.js +12 -0
  365. package/components/input/select/select.styles.js +178 -0
  366. package/components/input/select/select.styles.js.map +1 -0
  367. package/components/input/slider/slider.component.js +538 -0
  368. package/components/input/slider/slider.component.js.map +1 -0
  369. package/components/input/slider/slider.props.js +20 -0
  370. package/components/input/slider/slider.props.js.map +1 -0
  371. package/components/input/slider/slider.styles.js +95 -0
  372. package/components/input/slider/slider.styles.js.map +1 -0
  373. package/components/input/switch/switch.component.js +99 -0
  374. package/components/input/switch/switch.component.js.map +1 -0
  375. package/components/input/switch/switch.props.js +13 -0
  376. package/components/input/switch/switch.styles.js +192 -0
  377. package/components/input/switch/switch.styles.js.map +1 -0
  378. package/components/input/text/text.component.js +87 -0
  379. package/components/input/text/text.component.js.map +1 -0
  380. package/components/input/text/text.props.js +17 -0
  381. package/components/input/text/text.props.js.map +1 -0
  382. package/components/input/text/text.styles.js +100 -0
  383. package/components/input/text/text.styles.js.map +1 -0
  384. package/components/input/textarea/textarea.component.js +87 -0
  385. package/components/input/textarea/textarea.component.js.map +1 -0
  386. package/components/input/textarea/textarea.props.js +15 -0
  387. package/components/input/textarea/textarea.props.js.map +1 -0
  388. package/components/input/textarea/textarea.styles.js +84 -0
  389. package/components/input/textarea/textarea.styles.js.map +1 -0
  390. package/components/input/toggle/toggle.component.js +191 -0
  391. package/components/input/toggle/toggle.component.js.map +1 -0
  392. package/components/input/toggle/toggle.props.js +30 -0
  393. package/components/input/toggle/toggle.props.js.map +1 -0
  394. package/components/input/toggle/toggle.styles.js +89 -0
  395. package/components/input/toggle/toggle.styles.js.map +1 -0
  396. package/components/navigation/appnavbar/appnavbar.component.js +114 -0
  397. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
  398. package/components/navigation/appnavbar/appnavbar.props.js +22 -0
  399. package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
  400. package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
  401. package/components/navigation/basenav/basenav.component.js +72 -0
  402. package/components/navigation/basenav/basenav.props.js +18 -0
  403. package/components/navigation/menu/menu.component.js +65 -0
  404. package/components/navigation/menu/menu.component.js.map +1 -0
  405. package/components/navigation/menu/menu.props.js +14 -0
  406. package/components/navigation/menu/menu.styles.js +70 -0
  407. package/components/navigation/menu/menu.styles.js.map +1 -0
  408. package/components/navigation/navbar/navbar.component.js +78 -0
  409. package/components/navigation/navbar/navbar.component.js.map +1 -0
  410. package/components/navigation/navbar/navbar.props.js +16 -0
  411. package/components/navigation/navitem/navitem.component.js +70 -0
  412. package/components/navigation/navitem/navitem.component.js.map +1 -0
  413. package/components/navigation/navitem/navitem.props.js +19 -0
  414. package/components/navigation/popover/popover.component.js +219 -0
  415. package/components/navigation/popover/popover.component.js.map +1 -0
  416. package/components/navigation/popover/popover.props.js +33 -0
  417. package/components/navigation/popover/popover.props.js.map +1 -0
  418. package/components/navigation/popover/popover.styles.js +92 -0
  419. package/components/navigation/popover/popover.styles.js.map +1 -0
  420. package/components/page/left-panel/left-panel.component.js +64 -0
  421. package/components/page/left-panel/left-panel.component.js.map +1 -0
  422. package/components/page/left-panel/left-panel.props.js +12 -0
  423. package/components/page/page-content/page-content.component.js +207 -0
  424. package/components/page/page-content/page-content.component.js.map +1 -0
  425. package/components/page/page-content/page-content.props.js +18 -0
  426. package/components/page/page-content/page-content.props.js.map +1 -0
  427. package/components/page/page-content/page-content.styles.js.map +1 -0
  428. package/components/page/page.component.js +69 -0
  429. package/components/page/page.component.js.map +1 -0
  430. package/components/page/page.props.js +16 -0
  431. package/components/page/page.props.js.map +1 -0
  432. package/components/page/partial-container/partial-container.component.js +35 -0
  433. package/components/page/partial-container/partial-container.component.js.map +1 -0
  434. package/components/page/partial-container/partial-container.props.js +13 -0
  435. package/components/page/partial-container/partial-container.props.js.map +1 -0
  436. package/components/page/tabbar/tabbar.component.js +258 -0
  437. package/components/page/tabbar/tabbar.component.js.map +1 -0
  438. package/components/page/tabbar/tabbar.props.js +29 -0
  439. package/components/page/tabbar/tabbar.props.js.map +1 -0
  440. package/components/page/tabbar/tabbar.styles.js +160 -0
  441. package/components/page/tabbar/tabbar.styles.js.map +1 -0
  442. package/core/AppConfig.js.map +1 -0
  443. package/core/accessibility.js +195 -0
  444. package/core/accessibility.js.map +1 -0
  445. package/core/advanced-promise-rejection-tracker.js +208 -0
  446. package/core/advanced-promise-rejection-tracker.js.map +1 -0
  447. package/core/base.component.js +648 -0
  448. package/core/base.component.js.map +1 -0
  449. package/core/components/error-fallback/error-fallback.component.js +172 -0
  450. package/core/components/error-fallback/error-fallback.component.js.map +1 -0
  451. package/core/components/error-fallback/error-fallback.styles.js +227 -0
  452. package/core/components/error-fallback/error-fallback.styles.js.map +1 -0
  453. package/core/components/floatinglabel.component.js.map +1 -0
  454. package/core/components/sticky-base.component.js +54 -0
  455. package/core/components/sticky-base.component.js.map +1 -0
  456. package/core/components/sticky-container.component.js +34 -0
  457. package/core/components/sticky-container.component.js.map +1 -0
  458. package/core/components/sticky-container.styles.js +98 -0
  459. package/core/components/sticky-container.styles.js.map +1 -0
  460. package/core/components/sticky-nav.component.js +28 -0
  461. package/core/components/sticky-nav.component.js.map +1 -0
  462. package/core/components/textinput.component.js +218 -0
  463. package/core/components/textinput.component.js.map +1 -0
  464. package/core/constant.service.js +22 -0
  465. package/core/device/av-service.js +8 -0
  466. package/core/device/av-service.js.map +1 -0
  467. package/core/device/calendar-service.js +8 -0
  468. package/core/device/calendar-service.js.map +1 -0
  469. package/core/device/camera-service.js +11 -0
  470. package/core/device/camera-service.js.map +1 -0
  471. package/core/device/contacts-service.js +8 -0
  472. package/core/device/contacts-service.js.map +1 -0
  473. package/core/device/fileupload-service.js +8 -0
  474. package/core/device/fileupload-service.js.map +1 -0
  475. package/core/device/location-service.js +8 -0
  476. package/core/device/location-service.js.map +1 -0
  477. package/core/device/openfile-service.js +10 -0
  478. package/core/device/openfile-service.js.map +1 -0
  479. package/core/device/scan-service.js +11 -0
  480. package/core/device/scan-service.js.map +1 -0
  481. package/core/error-boundary.component.js +64 -0
  482. package/core/error-boundary.component.js.map +1 -0
  483. package/core/event-notifier.js +69 -0
  484. package/core/event-notifier.js.map +1 -0
  485. package/core/fixed-view.component.js +87 -0
  486. package/core/fixed-view.component.js.map +1 -0
  487. package/core/formatters.js +70 -0
  488. package/core/formatters.js.map +1 -0
  489. package/core/global-error-handler.service.js +103 -0
  490. package/core/global-error-handler.service.js.map +1 -0
  491. package/core/imageSizeEstimator.js +51 -0
  492. package/core/key.extractor.js +21 -0
  493. package/core/logger.js +123 -0
  494. package/core/navigation.service.js +70 -0
  495. package/core/navigation.service.js.map +1 -0
  496. package/core/network.service.js +327 -0
  497. package/core/partial.service.js.map +1 -0
  498. package/core/props.provider.js +88 -0
  499. package/core/responsive.utils.js +51 -0
  500. package/core/responsive.utils.js.map +1 -0
  501. package/core/screen-capture-protection.service.js +5 -0
  502. package/core/screen-capture-protection.service.js.map +1 -0
  503. package/core/scroll-view.component.js +52 -0
  504. package/core/secure-storage.service.js +55 -0
  505. package/core/secure-storage.service.js.map +1 -0
  506. package/core/sticky-view.component.js +51 -0
  507. package/core/sticky-view.component.js.map +1 -0
  508. package/core/sticky-wrapper.js +133 -0
  509. package/core/sticky-wrapper.js.map +1 -0
  510. package/core/storage.service.js +38 -0
  511. package/core/storage.service.js.map +1 -0
  512. package/core/tappable.component.js +160 -0
  513. package/core/tappable.component.js.map +1 -0
  514. package/core/toast.service.js.map +1 -0
  515. package/core/ui-preferences.context.js +10 -0
  516. package/core/ui-preferences.context.js.map +1 -0
  517. package/core/utils.js +867 -0
  518. package/core/utils.js.map +1 -0
  519. package/core/viewport.js +45 -0
  520. package/core/wm-component-tree.js +58 -0
  521. package/gestures/carousel-swipe.animation.js +225 -0
  522. package/gestures/carousel-swipe.animation.js.map +1 -0
  523. package/gestures/swipe.animation.js +220 -0
  524. package/gestures/swipe.animation.js.map +1 -0
  525. package/npm-shrinkwrap.json +24620 -0
  526. package/package-lock.json +24620 -0
  527. package/package.json +291 -0
  528. package/runtime/App.js +770 -0
  529. package/runtime/App.js.map +1 -0
  530. package/runtime/App.navigator.js +113 -0
  531. package/runtime/App.navigator.js.map +1 -0
  532. package/runtime/base-customwidget.component.js +52 -0
  533. package/runtime/base-customwidget.component.js.map +1 -0
  534. package/runtime/base-fragment.component.js +412 -0
  535. package/runtime/base-fragment.component.js.map +1 -0
  536. package/runtime/base-page.component.js +233 -0
  537. package/runtime/base-page.component.js.map +1 -0
  538. package/runtime/base-partial.component.js +63 -0
  539. package/runtime/base-prefab.component.js +87 -0
  540. package/runtime/base-prefab.component.js.map +1 -0
  541. package/runtime/memo.component.js +35 -0
  542. package/runtime/navigator/drawer.navigator.js +41 -0
  543. package/runtime/navigator/drawer.navigator.js.map +1 -0
  544. package/runtime/navigator/stack.navigator.js +78 -0
  545. package/runtime/navigator/stack.navigator.js.map +1 -0
  546. package/runtime/services/app-display-manager.service.js +52 -0
  547. package/runtime/services/app-display-manager.service.js.map +1 -0
  548. package/runtime/services/app-i18n.service.js +89 -0
  549. package/runtime/services/app-i18n.service.js.map +1 -0
  550. package/runtime/services/app-modal.service.js +73 -0
  551. package/runtime/services/app-modal.service.js.map +1 -0
  552. package/runtime/services/app-security.service.js +256 -0
  553. package/runtime/services/app-spinner.service.js +74 -0
  554. package/runtime/services/app-toast.service.js +60 -0
  555. package/runtime/services/app-toast.service.js.map +1 -0
  556. package/runtime/services/device/calendar-service.js +95 -0
  557. package/runtime/services/device/calendar-service.js.map +1 -0
  558. package/runtime/services/device/camera-service.js +377 -0
  559. package/runtime/services/device/camera-service.js.map +1 -0
  560. package/runtime/services/device/contacts-service.js +34 -0
  561. package/runtime/services/device/contacts-service.js.map +1 -0
  562. package/runtime/services/device/location-service.js +16 -0
  563. package/runtime/services/device/location-service.js.map +1 -0
  564. package/runtime/services/device/permission-service.js +5 -0
  565. package/runtime/services/device/permission-service.js.map +1 -0
  566. package/runtime/services/device/permissions.js +45 -0
  567. package/runtime/services/device/permissions.js.map +1 -0
  568. package/runtime/services/device/scan-service.js +163 -0
  569. package/runtime/services/device/scan-service.js.map +1 -0
  570. package/runtime/services/partial.service.js +26 -0
  571. package/runtime/services/partial.service.js.map +1 -0
  572. package/runtime/services/webprocess.service.js +107 -0
  573. package/runtime/watcher.js +147 -0
  574. package/styles/background.component.js +311 -0
  575. package/styles/background.component.js.map +1 -0
  576. package/styles/calc.js +165 -0
  577. package/styles/calc.js.map +1 -0
  578. package/styles/color-mix.js +82 -0
  579. package/styles/color-mix.js.map +1 -0
  580. package/styles/style-props.js +102 -0
  581. package/styles/style-props.js.map +1 -0
  582. package/styles/theme.js +561 -0
  583. package/styles/theme.js.map +1 -0
  584. package/styles/theme.variables.js +444 -0
  585. package/styles/theme.variables.js.map +1 -0
  586. package/variables/base-variable.js +125 -0
  587. package/variables/device/calendar/create-event.operation.js +53 -0
  588. package/variables/device/calendar/create-event.operation.js.map +1 -0
  589. package/variables/device/calendar/delete-event.operation.js +15 -0
  590. package/variables/device/calendar/delete-event.operation.js.map +1 -0
  591. package/variables/device/calendar/get-events.operation.js +15 -0
  592. package/variables/device/calendar/get-events.operation.js.map +1 -0
  593. package/variables/device/camera/capture-image.operation.js +13 -0
  594. package/variables/device/camera/capture-image.operation.js.map +1 -0
  595. package/variables/device/camera/capture-video.operation.js +12 -0
  596. package/variables/device/camera/capture-video.operation.js.map +1 -0
  597. package/variables/device/contacts/get-contacts.operation.js +15 -0
  598. package/variables/device/contacts/get-contacts.operation.js.map +1 -0
  599. package/variables/device/device/current-geo-position.operation.js +15 -0
  600. package/variables/device/device/current-geo-position.operation.js.map +1 -0
  601. package/variables/device/device/network-info.operation.js +33 -0
  602. package/variables/device/file/open-file.operation.js +71 -0
  603. package/variables/device/file/open-file.operation.js.map +1 -0
  604. package/variables/device/file/upload-file.operation.js +66 -0
  605. package/variables/device/file/upload-file.operation.js.map +1 -0
  606. package/variables/device/scan/scan.operation.js +15 -0
  607. package/variables/device/scan/scan.operation.js.map +1 -0
  608. package/variables/live-variable.js +130 -0
  609. package/variables/model-variable.js +47 -0
  610. package/variables/service-variable.js +143 -0
  611. package/variables/utils/inflight-queue.js +114 -0
  612. app-rn-runtime/actions/notification-action.js +0 -73
  613. app-rn-runtime/actions/notification-action.js.map +0 -1
  614. app-rn-runtime/actions/timer-action.js +0 -57
  615. app-rn-runtime/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -11
  616. app-rn-runtime/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -11
  617. app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -331
  618. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
  619. app-rn-runtime/components/advanced/carousel/carousel.props.js +0 -21
  620. app-rn-runtime/components/advanced/carousel/carousel.props.js.map +0 -1
  621. app-rn-runtime/components/advanced/carousel/carousel.styles.js +0 -180
  622. app-rn-runtime/components/advanced/carousel/carousel.styles.js.map +0 -1
  623. app-rn-runtime/components/advanced/login/login.component.js +0 -39
  624. app-rn-runtime/components/advanced/login/login.component.js.map +0 -1
  625. app-rn-runtime/components/advanced/login/login.props.js +0 -12
  626. app-rn-runtime/components/advanced/login/login.props.js.map +0 -1
  627. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -114
  628. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
  629. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -11
  630. app-rn-runtime/components/advanced/webview/webview.component.js +0 -153
  631. app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
  632. app-rn-runtime/components/advanced/webview/webview.props.js +0 -16
  633. app-rn-runtime/components/basic/anchor/anchor.component.js +0 -99
  634. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  635. app-rn-runtime/components/basic/anchor/anchor.props.js +0 -32
  636. app-rn-runtime/components/basic/anchor/anchor.props.js.map +0 -1
  637. app-rn-runtime/components/basic/anchor/anchor.styles.js +0 -83
  638. app-rn-runtime/components/basic/anchor/anchor.styles.js.map +0 -1
  639. app-rn-runtime/components/basic/animatedview.component.js +0 -222
  640. app-rn-runtime/components/basic/animatedview.component.js.map +0 -1
  641. app-rn-runtime/components/basic/audio/audio.component.js +0 -244
  642. app-rn-runtime/components/basic/audio/audio.component.js.map +0 -1
  643. app-rn-runtime/components/basic/audio/audio.props.js +0 -15
  644. app-rn-runtime/components/basic/audio/audio.styles.js +0 -61
  645. app-rn-runtime/components/basic/audio/audio.styles.js.map +0 -1
  646. app-rn-runtime/components/basic/button/button.component.js +0 -113
  647. app-rn-runtime/components/basic/button/button.component.js.map +0 -1
  648. app-rn-runtime/components/basic/button/button.props.js +0 -27
  649. app-rn-runtime/components/basic/button/button.props.js.map +0 -1
  650. app-rn-runtime/components/basic/button/button.styles.js +0 -132
  651. app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
  652. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js +0 -27
  653. app-rn-runtime/components/basic/buttongroup/buttongroup.component.js.map +0 -1
  654. app-rn-runtime/components/basic/buttongroup/buttongroup.props.js +0 -14
  655. app-rn-runtime/components/basic/custom/custom.component.js +0 -25
  656. app-rn-runtime/components/basic/custom/custom.component.js.map +0 -1
  657. app-rn-runtime/components/basic/custom/custom.props.js +0 -16
  658. app-rn-runtime/components/basic/icon/icon.component.js +0 -266
  659. app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
  660. app-rn-runtime/components/basic/icon/icon.props.js +0 -27
  661. app-rn-runtime/components/basic/icon/icon.props.js.map +0 -1
  662. app-rn-runtime/components/basic/icon/icon.styles.js +0 -33
  663. app-rn-runtime/components/basic/icon/icon.styles.js.map +0 -1
  664. app-rn-runtime/components/basic/label/label.component.js +0 -156
  665. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  666. app-rn-runtime/components/basic/label/label.props.js +0 -24
  667. app-rn-runtime/components/basic/label/label.props.js.map +0 -1
  668. app-rn-runtime/components/basic/label/label.styles.js +0 -129
  669. app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
  670. app-rn-runtime/components/basic/lottie/lottie.component.js +0 -138
  671. app-rn-runtime/components/basic/lottie/lottie.component.js.map +0 -1
  672. app-rn-runtime/components/basic/lottie/lottie.props.js +0 -14
  673. app-rn-runtime/components/basic/message/message.component.js +0 -78
  674. app-rn-runtime/components/basic/message/message.component.js.map +0 -1
  675. app-rn-runtime/components/basic/message/message.props.js +0 -21
  676. app-rn-runtime/components/basic/message/message.props.js.map +0 -1
  677. app-rn-runtime/components/basic/modal/modal.component.js +0 -22
  678. app-rn-runtime/components/basic/modal/modal.component.js.map +0 -1
  679. app-rn-runtime/components/basic/modal/modal.props.js +0 -12
  680. app-rn-runtime/components/basic/picture/picture.component.js +0 -191
  681. app-rn-runtime/components/basic/picture/picture.component.js.map +0 -1
  682. app-rn-runtime/components/basic/picture/picture.props.js +0 -22
  683. app-rn-runtime/components/basic/picture/picture.props.js.map +0 -1
  684. app-rn-runtime/components/basic/picture/picture.styles.js.map +0 -1
  685. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +0 -59
  686. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  687. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js +0 -16
  688. app-rn-runtime/components/basic/progress-bar/progress-bar.props.js.map +0 -1
  689. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js +0 -29
  690. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  691. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +0 -77
  692. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +0 -1
  693. app-rn-runtime/components/basic/progress-circle/progress-circle.props.js +0 -19
  694. app-rn-runtime/components/basic/search/local-data-provider.js +0 -113
  695. app-rn-runtime/components/basic/search/search.component.js +0 -427
  696. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  697. app-rn-runtime/components/basic/search/search.props.js +0 -36
  698. app-rn-runtime/components/basic/search/search.props.js.map +0 -1
  699. app-rn-runtime/components/basic/search/search.styles.js +0 -178
  700. app-rn-runtime/components/basic/search/search.styles.js.map +0 -1
  701. app-rn-runtime/components/basic/skeleton/skeleton.component.js +0 -151
  702. app-rn-runtime/components/basic/skeleton/skeleton.component.js.map +0 -1
  703. app-rn-runtime/components/basic/skeleton/skeleton.props.js +0 -11
  704. app-rn-runtime/components/basic/skeleton/skeleton.styles.js.map +0 -1
  705. app-rn-runtime/components/basic/spinner/spinner.component.js +0 -90
  706. app-rn-runtime/components/basic/spinner/spinner.component.js.map +0 -1
  707. app-rn-runtime/components/basic/spinner/spinner.props.js +0 -17
  708. app-rn-runtime/components/basic/tooltip/tooltip.component.js +0 -79
  709. app-rn-runtime/components/basic/tooltip/tooltip.component.js.map +0 -1
  710. app-rn-runtime/components/basic/tooltip/tooltip.props.js +0 -18
  711. app-rn-runtime/components/basic/video/video.component.js +0 -62
  712. app-rn-runtime/components/basic/video/video.component.js.map +0 -1
  713. app-rn-runtime/components/basic/video/video.props.js +0 -25
  714. app-rn-runtime/components/basic/video/video.props.js.map +0 -1
  715. app-rn-runtime/components/basic/video/video.styles.js +0 -14
  716. app-rn-runtime/components/basic/video/video.styles.js.map +0 -1
  717. app-rn-runtime/components/chart/area-chart/area-chart.component.js +0 -148
  718. app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +0 -1
  719. app-rn-runtime/components/chart/area-chart/area-chart.props.js +0 -12
  720. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +0 -120
  721. app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +0 -1
  722. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js +0 -13
  723. app-rn-runtime/components/chart/bar-chart/bar-chart.props.js.map +0 -1
  724. app-rn-runtime/components/chart/basechart.component.js +0 -693
  725. app-rn-runtime/components/chart/basechart.component.js.map +0 -1
  726. app-rn-runtime/components/chart/basechart.props.js +0 -61
  727. app-rn-runtime/components/chart/basechart.props.js.map +0 -1
  728. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js +0 -104
  729. app-rn-runtime/components/chart/bubble-chart/bubble-chart.component.js.map +0 -1
  730. app-rn-runtime/components/chart/bubble-chart/bubble-chart.props.js +0 -11
  731. app-rn-runtime/components/chart/donut-chart/donut-chart.props.js +0 -11
  732. app-rn-runtime/components/chart/line-chart/line-chart.component.js +0 -110
  733. app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +0 -1
  734. app-rn-runtime/components/chart/line-chart/line-chart.props.js +0 -14
  735. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js +0 -228
  736. app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +0 -1
  737. app-rn-runtime/components/chart/pie-chart/pie-chart.props.js +0 -14
  738. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js +0 -348
  739. app-rn-runtime/components/chart/stack-chart/stack-chart.component.js.map +0 -1
  740. app-rn-runtime/components/chart/stack-chart/stack-chart.props.js +0 -17
  741. app-rn-runtime/components/chart/theme/chart.theme.js +0 -360
  742. app-rn-runtime/components/chart/theme/chart.theme.js.map +0 -1
  743. app-rn-runtime/components/container/accordion/accordion.component.js +0 -190
  744. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  745. app-rn-runtime/components/container/accordion/accordion.props.js +0 -14
  746. app-rn-runtime/components/container/accordion/accordion.props.js.map +0 -1
  747. app-rn-runtime/components/container/accordion/accordion.styles.js +0 -141
  748. app-rn-runtime/components/container/accordion/accordion.styles.js.map +0 -1
  749. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +0 -85
  750. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.props.js +0 -17
  751. app-rn-runtime/components/container/container.component.js +0 -80
  752. app-rn-runtime/components/container/container.component.js.map +0 -1
  753. app-rn-runtime/components/container/container.props.js +0 -14
  754. app-rn-runtime/components/container/container.props.js.map +0 -1
  755. app-rn-runtime/components/container/container.styles.js +0 -52
  756. app-rn-runtime/components/container/container.styles.js.map +0 -1
  757. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -23
  758. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -1
  759. app-rn-runtime/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -13
  760. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js +0 -21
  761. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -1
  762. app-rn-runtime/components/container/layoutgrid/gridrow/gridrow.props.js +0 -11
  763. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js +0 -43
  764. app-rn-runtime/components/container/layoutgrid/layoutgrid.component.js.map +0 -1
  765. app-rn-runtime/components/container/layoutgrid/layoutgrid.props.js +0 -11
  766. app-rn-runtime/components/container/linearlayout/linearlayout.component.js +0 -69
  767. app-rn-runtime/components/container/linearlayout/linearlayout.component.js.map +0 -1
  768. app-rn-runtime/components/container/linearlayout/linearlayout.props.js +0 -15
  769. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -24
  770. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -1
  771. app-rn-runtime/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -13
  772. app-rn-runtime/components/container/panel/panel-content/panel-content.props.js +0 -11
  773. app-rn-runtime/components/container/panel/panel-footer/panel-footer.props.js +0 -11
  774. app-rn-runtime/components/container/panel/panel.component.js +0 -155
  775. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  776. app-rn-runtime/components/container/panel/panel.props.js +0 -24
  777. app-rn-runtime/components/container/panel/panel.props.js.map +0 -1
  778. app-rn-runtime/components/container/partial-host.component.js +0 -42
  779. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +0 -198
  780. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  781. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js +0 -13
  782. app-rn-runtime/components/container/tabs/tabheader/tabheader.props.js.map +0 -1
  783. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js +0 -81
  784. app-rn-runtime/components/container/tabs/tabpane/tabpane.component.js.map +0 -1
  785. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js +0 -16
  786. app-rn-runtime/components/container/tabs/tabpane/tabpane.props.js.map +0 -1
  787. app-rn-runtime/components/container/tabs/tabs.component.js +0 -281
  788. app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
  789. app-rn-runtime/components/container/tabs/tabs.props.js +0 -13
  790. app-rn-runtime/components/container/tabs/tabs.props.js.map +0 -1
  791. app-rn-runtime/components/container/tabs/tabs.styles.js +0 -61
  792. app-rn-runtime/components/container/tabs/tabs.styles.js.map +0 -1
  793. app-rn-runtime/components/container/tile/tile.component.js +0 -49
  794. app-rn-runtime/components/container/tile/tile.component.js.map +0 -1
  795. app-rn-runtime/components/container/tile/tile.props.js +0 -13
  796. app-rn-runtime/components/container/wizard/wizard.component.js +0 -343
  797. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  798. app-rn-runtime/components/container/wizard/wizard.props.js +0 -23
  799. app-rn-runtime/components/container/wizard/wizard.props.js.map +0 -1
  800. app-rn-runtime/components/container/wizard/wizard.styles.js +0 -313
  801. app-rn-runtime/components/container/wizard/wizard.styles.js.map +0 -1
  802. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +0 -80
  803. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -1
  804. app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +0 -22
  805. app-rn-runtime/components/data/card/card-content/card-content.component.js +0 -45
  806. app-rn-runtime/components/data/card/card-content/card-content.component.js.map +0 -1
  807. app-rn-runtime/components/data/card/card-content/card-content.props.js +0 -12
  808. app-rn-runtime/components/data/card/card-footer/card-footer.component.js +0 -17
  809. app-rn-runtime/components/data/card/card-footer/card-footer.component.js.map +0 -1
  810. app-rn-runtime/components/data/card/card-footer/card-footer.props.js +0 -11
  811. app-rn-runtime/components/data/card/card.component.js +0 -90
  812. app-rn-runtime/components/data/card/card.component.js.map +0 -1
  813. app-rn-runtime/components/data/card/card.props.js +0 -27
  814. app-rn-runtime/components/data/form/form-action/form-action.component.js +0 -35
  815. app-rn-runtime/components/data/form/form-action/form-action.props.js +0 -18
  816. app-rn-runtime/components/data/form/form-body/form-body.component.js +0 -17
  817. app-rn-runtime/components/data/form/form-body/form-body.component.js.map +0 -1
  818. app-rn-runtime/components/data/form/form-body/form-body.props.js +0 -11
  819. app-rn-runtime/components/data/form/form-field/form-field.component.js +0 -245
  820. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
  821. app-rn-runtime/components/data/form/form-field/form-field.props.js +0 -34
  822. app-rn-runtime/components/data/form/form-field/form-field.props.js.map +0 -1
  823. app-rn-runtime/components/data/form/form-field/form-field.styles.js +0 -28
  824. app-rn-runtime/components/data/form/form-field/form-field.styles.js.map +0 -1
  825. app-rn-runtime/components/data/form/form-footer/form-footer.component.js +0 -17
  826. app-rn-runtime/components/data/form/form-footer/form-footer.component.js.map +0 -1
  827. app-rn-runtime/components/data/form/form-footer/form-footer.props.js +0 -11
  828. app-rn-runtime/components/data/form/form.component.js +0 -425
  829. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  830. app-rn-runtime/components/data/form/form.props.js +0 -31
  831. app-rn-runtime/components/data/form/form.props.js.map +0 -1
  832. app-rn-runtime/components/data/form/form.styles.js +0 -45
  833. app-rn-runtime/components/data/form/form.styles.js.map +0 -1
  834. app-rn-runtime/components/data/list/list-action-template/list-action-template.props.js +0 -12
  835. app-rn-runtime/components/data/list/list-template/list-template.component.js +0 -45
  836. app-rn-runtime/components/data/list/list-template/list-template.component.js.map +0 -1
  837. app-rn-runtime/components/data/list/list-template/list-template.props.js +0 -12
  838. app-rn-runtime/components/data/list/list.component.js +0 -475
  839. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  840. app-rn-runtime/components/data/list/list.props.js +0 -48
  841. app-rn-runtime/components/data/list/list.props.js.map +0 -1
  842. app-rn-runtime/components/data/list/list.styles.js +0 -151
  843. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  844. app-rn-runtime/components/data/liveform/liveform.component.js +0 -98
  845. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +0 -50
  846. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
  847. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js +0 -18
  848. app-rn-runtime/components/device/barcodescanner/barcodescanner.props.js.map +0 -1
  849. app-rn-runtime/components/device/camera/camera.component.js +0 -68
  850. app-rn-runtime/components/device/camera/camera.component.js.map +0 -1
  851. app-rn-runtime/components/device/camera/camera.props.js +0 -23
  852. app-rn-runtime/components/device/camera/camera.props.js.map +0 -1
  853. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +0 -72
  854. app-rn-runtime/components/dialogs/alertdialog/alertdialog.props.js +0 -24
  855. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +0 -78
  856. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.props.js +0 -24
  857. app-rn-runtime/components/dialogs/dialog/dialog.component.js +0 -102
  858. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +0 -1
  859. app-rn-runtime/components/dialogs/dialog/dialog.props.js +0 -25
  860. app-rn-runtime/components/dialogs/dialog/dialog.styles.js +0 -79
  861. app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +0 -1
  862. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js +0 -21
  863. app-rn-runtime/components/dialogs/dialogactions/dialogactions.component.js.map +0 -1
  864. app-rn-runtime/components/dialogs/dialogactions/dialogactions.props.js +0 -11
  865. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js +0 -26
  866. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -1
  867. app-rn-runtime/components/dialogs/dialogcontent/dialogcontent.props.js +0 -11
  868. app-rn-runtime/components/input/basedataset/basedataset.component.js +0 -230
  869. app-rn-runtime/components/input/basedataset/basedataset.component.js.map +0 -1
  870. app-rn-runtime/components/input/basedataset/basedataset.props.js +0 -31
  871. app-rn-runtime/components/input/basedataset/basedataset.props.js.map +0 -1
  872. app-rn-runtime/components/input/baseinput/baseinput.component.js +0 -193
  873. app-rn-runtime/components/input/baseinput/baseinput.component.js.map +0 -1
  874. app-rn-runtime/components/input/baseinput/baseinput.props.js +0 -30
  875. app-rn-runtime/components/input/baseinput/baseinput.props.js.map +0 -1
  876. app-rn-runtime/components/input/basenumber/basenumber.component.js +0 -340
  877. app-rn-runtime/components/input/basenumber/basenumber.component.js.map +0 -1
  878. app-rn-runtime/components/input/basenumber/basenumber.props.js +0 -27
  879. app-rn-runtime/components/input/basenumber/basenumber.props.js.map +0 -1
  880. app-rn-runtime/components/input/calendar/calendar.component.js +0 -139
  881. app-rn-runtime/components/input/calendar/calendar.component.js.map +0 -1
  882. app-rn-runtime/components/input/calendar/calendar.props.js +0 -14
  883. app-rn-runtime/components/input/calendar/calendar.styles.js +0 -143
  884. app-rn-runtime/components/input/calendar/calendar.styles.js.map +0 -1
  885. app-rn-runtime/components/input/calendar/views/month-view.js +0 -191
  886. app-rn-runtime/components/input/calendar/views/month-view.js.map +0 -1
  887. app-rn-runtime/components/input/calendar/views/month-view.styles.js +0 -39
  888. app-rn-runtime/components/input/calendar/views/month-view.styles.js.map +0 -1
  889. app-rn-runtime/components/input/checkbox/checkbox.component.js +0 -101
  890. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +0 -1
  891. app-rn-runtime/components/input/checkbox/checkbox.props.js +0 -18
  892. app-rn-runtime/components/input/checkbox/checkbox.styles.js +0 -68
  893. app-rn-runtime/components/input/checkbox/checkbox.styles.js.map +0 -1
  894. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +0 -144
  895. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
  896. app-rn-runtime/components/input/checkboxset/checkboxset.props.js +0 -21
  897. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js +0 -78
  898. app-rn-runtime/components/input/checkboxset/checkboxset.styles.js.map +0 -1
  899. app-rn-runtime/components/input/chips/chips.component.js +0 -282
  900. app-rn-runtime/components/input/chips/chips.component.js.map +0 -1
  901. app-rn-runtime/components/input/chips/chips.props.js +0 -19
  902. app-rn-runtime/components/input/chips/chips.props.js.map +0 -1
  903. app-rn-runtime/components/input/chips/chips.styles.js +0 -93
  904. app-rn-runtime/components/input/chips/chips.styles.js.map +0 -1
  905. app-rn-runtime/components/input/composite/composite.component.js +0 -24
  906. app-rn-runtime/components/input/composite/composite.component.js.map +0 -1
  907. app-rn-runtime/components/input/composite/composite.props.js +0 -12
  908. app-rn-runtime/components/input/currency/currency.component.js +0 -105
  909. app-rn-runtime/components/input/currency/currency.component.js.map +0 -1
  910. app-rn-runtime/components/input/currency/currency.props.js +0 -13
  911. app-rn-runtime/components/input/currency/currency.styles.js +0 -95
  912. app-rn-runtime/components/input/currency/currency.styles.js.map +0 -1
  913. app-rn-runtime/components/input/epoch/base-datetime.component.js +0 -453
  914. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  915. app-rn-runtime/components/input/epoch/date/date.styles.js +0 -37
  916. app-rn-runtime/components/input/epoch/date/date.styles.js.map +0 -1
  917. app-rn-runtime/components/input/epoch/date-picker.component.js +0 -136
  918. app-rn-runtime/components/input/epoch/date-picker.component.js.map +0 -1
  919. app-rn-runtime/components/input/epoch/datetime/datetime.props.js +0 -29
  920. app-rn-runtime/components/input/epoch/datetime/datetime.props.js.map +0 -1
  921. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js +0 -119
  922. app-rn-runtime/components/input/epoch/datetime/datetime.styles.js.map +0 -1
  923. app-rn-runtime/components/input/epoch/time/time.component.js.map +0 -1
  924. app-rn-runtime/components/input/epoch/time/time.props.js +0 -15
  925. app-rn-runtime/components/input/epoch/time/time.styles.js +0 -37
  926. app-rn-runtime/components/input/epoch/time/time.styles.js.map +0 -1
  927. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js +0 -198
  928. app-rn-runtime/components/input/epoch/wheel-date-picker.component.js.map +0 -1
  929. app-rn-runtime/components/input/epoch/wheel-time-picker.component.js +0 -107
  930. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js +0 -91
  931. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.component.js.map +0 -1
  932. app-rn-runtime/components/input/epoch/wheelpicker/wheelpicker.props.js +0 -17
  933. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +0 -76
  934. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +0 -1
  935. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +0 -17
  936. app-rn-runtime/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +0 -1
  937. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +0 -74
  938. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +0 -1
  939. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +0 -16
  940. app-rn-runtime/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +0 -1
  941. app-rn-runtime/components/input/fileupload/fileupload.component.js +0 -60
  942. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +0 -1
  943. app-rn-runtime/components/input/fileupload/fileupload.props.js +0 -17
  944. app-rn-runtime/components/input/fileupload/fileupload.props.js.map +0 -1
  945. app-rn-runtime/components/input/number/number.component.js +0 -71
  946. app-rn-runtime/components/input/number/number.component.js.map +0 -1
  947. app-rn-runtime/components/input/number/number.props.js +0 -13
  948. app-rn-runtime/components/input/number/number.styles.js +0 -62
  949. app-rn-runtime/components/input/number/number.styles.js.map +0 -1
  950. app-rn-runtime/components/input/radioset/radioset.component.js +0 -122
  951. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  952. app-rn-runtime/components/input/radioset/radioset.props.js +0 -20
  953. app-rn-runtime/components/input/radioset/radioset.styles.js +0 -90
  954. app-rn-runtime/components/input/radioset/radioset.styles.js.map +0 -1
  955. app-rn-runtime/components/input/rating/rating.component.js +0 -144
  956. app-rn-runtime/components/input/rating/rating.component.js.map +0 -1
  957. app-rn-runtime/components/input/rating/rating.props.js +0 -21
  958. app-rn-runtime/components/input/rating/rating.props.js.map +0 -1
  959. app-rn-runtime/components/input/rating/rating.styles.js +0 -36
  960. app-rn-runtime/components/input/rating/rating.styles.js.map +0 -1
  961. app-rn-runtime/components/input/select/select.component.js +0 -207
  962. app-rn-runtime/components/input/select/select.component.js.map +0 -1
  963. app-rn-runtime/components/input/select/select.props.js +0 -12
  964. app-rn-runtime/components/input/select/select.styles.js +0 -105
  965. app-rn-runtime/components/input/select/select.styles.js.map +0 -1
  966. app-rn-runtime/components/input/slider/slider.component.js +0 -444
  967. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  968. app-rn-runtime/components/input/slider/slider.props.js +0 -20
  969. app-rn-runtime/components/input/slider/slider.props.js.map +0 -1
  970. app-rn-runtime/components/input/slider/slider.styles.js +0 -83
  971. app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
  972. app-rn-runtime/components/input/switch/switch.component.js +0 -84
  973. app-rn-runtime/components/input/switch/switch.component.js.map +0 -1
  974. app-rn-runtime/components/input/switch/switch.props.js +0 -13
  975. app-rn-runtime/components/input/switch/switch.styles.js +0 -128
  976. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  977. app-rn-runtime/components/input/text/text.component.js +0 -85
  978. app-rn-runtime/components/input/text/text.component.js.map +0 -1
  979. app-rn-runtime/components/input/text/text.props.js +0 -15
  980. app-rn-runtime/components/input/text/text.props.js.map +0 -1
  981. app-rn-runtime/components/input/text/text.styles.js +0 -68
  982. app-rn-runtime/components/input/text/text.styles.js.map +0 -1
  983. app-rn-runtime/components/input/textarea/textarea.component.js +0 -83
  984. app-rn-runtime/components/input/textarea/textarea.component.js.map +0 -1
  985. app-rn-runtime/components/input/textarea/textarea.props.js +0 -14
  986. app-rn-runtime/components/input/textarea/textarea.props.js.map +0 -1
  987. app-rn-runtime/components/input/textarea/textarea.styles.js +0 -66
  988. app-rn-runtime/components/input/textarea/textarea.styles.js.map +0 -1
  989. app-rn-runtime/components/input/toggle/toggle.component.js +0 -144
  990. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  991. app-rn-runtime/components/input/toggle/toggle.props.js +0 -20
  992. app-rn-runtime/components/input/toggle/toggle.props.js.map +0 -1
  993. app-rn-runtime/components/input/toggle/toggle.styles.js +0 -48
  994. app-rn-runtime/components/input/toggle/toggle.styles.js.map +0 -1
  995. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +0 -74
  996. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
  997. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js +0 -21
  998. app-rn-runtime/components/navigation/appnavbar/appnavbar.props.js.map +0 -1
  999. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
  1000. app-rn-runtime/components/navigation/basenav/basenav.component.js +0 -72
  1001. app-rn-runtime/components/navigation/basenav/basenav.props.js +0 -18
  1002. app-rn-runtime/components/navigation/menu/menu.component.js +0 -63
  1003. app-rn-runtime/components/navigation/menu/menu.component.js.map +0 -1
  1004. app-rn-runtime/components/navigation/menu/menu.props.js +0 -14
  1005. app-rn-runtime/components/navigation/menu/menu.styles.js +0 -74
  1006. app-rn-runtime/components/navigation/menu/menu.styles.js.map +0 -1
  1007. app-rn-runtime/components/navigation/navbar/navbar.component.js +0 -77
  1008. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +0 -1
  1009. app-rn-runtime/components/navigation/navbar/navbar.props.js +0 -16
  1010. app-rn-runtime/components/navigation/navitem/navitem.component.js +0 -67
  1011. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  1012. app-rn-runtime/components/navigation/navitem/navitem.props.js +0 -19
  1013. app-rn-runtime/components/navigation/popover/popover.component.js +0 -193
  1014. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  1015. app-rn-runtime/components/navigation/popover/popover.props.js +0 -31
  1016. app-rn-runtime/components/navigation/popover/popover.props.js.map +0 -1
  1017. app-rn-runtime/components/navigation/popover/popover.styles.js +0 -86
  1018. app-rn-runtime/components/navigation/popover/popover.styles.js.map +0 -1
  1019. app-rn-runtime/components/page/left-panel/left-panel.component.js +0 -48
  1020. app-rn-runtime/components/page/left-panel/left-panel.component.js.map +0 -1
  1021. app-rn-runtime/components/page/left-panel/left-panel.props.js +0 -12
  1022. app-rn-runtime/components/page/page-content/page-content.component.js +0 -93
  1023. app-rn-runtime/components/page/page-content/page-content.component.js.map +0 -1
  1024. app-rn-runtime/components/page/page-content/page-content.props.js +0 -12
  1025. app-rn-runtime/components/page/page-content/page-content.props.js.map +0 -1
  1026. app-rn-runtime/components/page/page-content/page-content.styles.js.map +0 -1
  1027. app-rn-runtime/components/page/page.component.js +0 -26
  1028. app-rn-runtime/components/page/page.component.js.map +0 -1
  1029. app-rn-runtime/components/page/page.props.js +0 -2
  1030. app-rn-runtime/components/page/page.props.js.map +0 -1
  1031. app-rn-runtime/components/page/partial-container/partial-container.component.js +0 -31
  1032. app-rn-runtime/components/page/partial-container/partial-container.component.js.map +0 -1
  1033. app-rn-runtime/components/page/partial-container/partial-container.props.js +0 -12
  1034. app-rn-runtime/components/page/partial-container/partial-container.props.js.map +0 -1
  1035. app-rn-runtime/components/page/tabbar/tabbar.component.js +0 -149
  1036. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +0 -1
  1037. app-rn-runtime/components/page/tabbar/tabbar.props.js +0 -28
  1038. app-rn-runtime/components/page/tabbar/tabbar.props.js.map +0 -1
  1039. app-rn-runtime/components/page/tabbar/tabbar.styles.js +0 -167
  1040. app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +0 -1
  1041. app-rn-runtime/core/AppConfig.js.map +0 -1
  1042. app-rn-runtime/core/accessibility.js +0 -155
  1043. app-rn-runtime/core/accessibility.js.map +0 -1
  1044. app-rn-runtime/core/base.component.js +0 -485
  1045. app-rn-runtime/core/base.component.js.map +0 -1
  1046. app-rn-runtime/core/components/floatinglabel.component.js.map +0 -1
  1047. app-rn-runtime/core/components/textinput.component.js +0 -197
  1048. app-rn-runtime/core/components/textinput.component.js.map +0 -1
  1049. app-rn-runtime/core/constant.service.js +0 -22
  1050. app-rn-runtime/core/device/calendar-service.js +0 -2
  1051. app-rn-runtime/core/device/calendar-service.js.map +0 -1
  1052. app-rn-runtime/core/device/camera-service.js +0 -5
  1053. app-rn-runtime/core/device/camera-service.js.map +0 -1
  1054. app-rn-runtime/core/device/contacts-service.js +0 -2
  1055. app-rn-runtime/core/device/contacts-service.js.map +0 -1
  1056. app-rn-runtime/core/device/location-service.js +0 -2
  1057. app-rn-runtime/core/device/location-service.js.map +0 -1
  1058. app-rn-runtime/core/device/scan-service.js +0 -5
  1059. app-rn-runtime/core/device/scan-service.js.map +0 -1
  1060. app-rn-runtime/core/event-notifier.js +0 -68
  1061. app-rn-runtime/core/event-notifier.js.map +0 -1
  1062. app-rn-runtime/core/fixed-view.component.js +0 -67
  1063. app-rn-runtime/core/fixed-view.component.js.map +0 -1
  1064. app-rn-runtime/core/formatters.js +0 -68
  1065. app-rn-runtime/core/formatters.js.map +0 -1
  1066. app-rn-runtime/core/imageSizeEstimator.js +0 -51
  1067. app-rn-runtime/core/key.extractor.js +0 -21
  1068. app-rn-runtime/core/logger.js +0 -123
  1069. app-rn-runtime/core/navigation.service.js +0 -5
  1070. app-rn-runtime/core/navigation.service.js.map +0 -1
  1071. app-rn-runtime/core/network.service.js +0 -327
  1072. app-rn-runtime/core/partial.service.js.map +0 -1
  1073. app-rn-runtime/core/props.provider.js +0 -88
  1074. app-rn-runtime/core/scroll-view.component.js +0 -52
  1075. app-rn-runtime/core/storage.service.js +0 -38
  1076. app-rn-runtime/core/storage.service.js.map +0 -1
  1077. app-rn-runtime/core/tappable.component.js +0 -151
  1078. app-rn-runtime/core/tappable.component.js.map +0 -1
  1079. app-rn-runtime/core/toast.service.js.map +0 -1
  1080. app-rn-runtime/core/ui-preferences.context.js +0 -7
  1081. app-rn-runtime/core/ui-preferences.context.js.map +0 -1
  1082. app-rn-runtime/core/utils.js +0 -529
  1083. app-rn-runtime/core/utils.js.map +0 -1
  1084. app-rn-runtime/core/viewport.js +0 -45
  1085. app-rn-runtime/core/wm-component-tree.js +0 -58
  1086. app-rn-runtime/gestures/swipe.animation.js +0 -217
  1087. app-rn-runtime/gestures/swipe.animation.js.map +0 -1
  1088. app-rn-runtime/package.json +0 -277
  1089. app-rn-runtime/runtime/App.js +0 -521
  1090. app-rn-runtime/runtime/App.js.map +0 -1
  1091. app-rn-runtime/runtime/App.navigator.js +0 -110
  1092. app-rn-runtime/runtime/App.navigator.js.map +0 -1
  1093. app-rn-runtime/runtime/base-fragment.component.js +0 -401
  1094. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  1095. app-rn-runtime/runtime/base-page.component.js +0 -180
  1096. app-rn-runtime/runtime/base-page.component.js.map +0 -1
  1097. app-rn-runtime/runtime/base-partial.component.js +0 -63
  1098. app-rn-runtime/runtime/base-prefab.component.js +0 -83
  1099. app-rn-runtime/runtime/base-prefab.component.js.map +0 -1
  1100. app-rn-runtime/runtime/memo.component.js +0 -35
  1101. app-rn-runtime/runtime/navigator/drawer.navigator.js +0 -39
  1102. app-rn-runtime/runtime/navigator/drawer.navigator.js.map +0 -1
  1103. app-rn-runtime/runtime/navigator/stack.navigator.js +0 -77
  1104. app-rn-runtime/runtime/navigator/stack.navigator.js.map +0 -1
  1105. app-rn-runtime/runtime/services/app-display-manager.service.js +0 -50
  1106. app-rn-runtime/runtime/services/app-display-manager.service.js.map +0 -1
  1107. app-rn-runtime/runtime/services/app-i18n.service.js +0 -81
  1108. app-rn-runtime/runtime/services/app-i18n.service.js.map +0 -1
  1109. app-rn-runtime/runtime/services/app-modal.service.js +0 -71
  1110. app-rn-runtime/runtime/services/app-modal.service.js.map +0 -1
  1111. app-rn-runtime/runtime/services/app-security.service.js +0 -256
  1112. app-rn-runtime/runtime/services/app-spinner.service.js +0 -74
  1113. app-rn-runtime/runtime/services/app-toast.service.js +0 -56
  1114. app-rn-runtime/runtime/services/app-toast.service.js.map +0 -1
  1115. app-rn-runtime/runtime/services/device/calendar-service.js +0 -91
  1116. app-rn-runtime/runtime/services/device/calendar-service.js.map +0 -1
  1117. app-rn-runtime/runtime/services/device/camera-service.js +0 -349
  1118. app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
  1119. app-rn-runtime/runtime/services/device/contacts-service.js +0 -33
  1120. app-rn-runtime/runtime/services/device/contacts-service.js.map +0 -1
  1121. app-rn-runtime/runtime/services/device/location-service.js +0 -16
  1122. app-rn-runtime/runtime/services/device/location-service.js.map +0 -1
  1123. app-rn-runtime/runtime/services/device/permissions.js +0 -50
  1124. app-rn-runtime/runtime/services/device/permissions.js.map +0 -1
  1125. app-rn-runtime/runtime/services/device/scan-service.js +0 -136
  1126. app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
  1127. app-rn-runtime/runtime/services/partial.service.js +0 -15
  1128. app-rn-runtime/runtime/services/partial.service.js.map +0 -1
  1129. app-rn-runtime/runtime/services/webprocess.service.js +0 -107
  1130. app-rn-runtime/runtime/watcher.js +0 -147
  1131. app-rn-runtime/styles/background.component.js +0 -311
  1132. app-rn-runtime/styles/background.component.js.map +0 -1
  1133. app-rn-runtime/styles/style-props.js +0 -93
  1134. app-rn-runtime/styles/style-props.js.map +0 -1
  1135. app-rn-runtime/styles/theme.js +0 -414
  1136. app-rn-runtime/styles/theme.js.map +0 -1
  1137. app-rn-runtime/styles/theme.variables.js +0 -437
  1138. app-rn-runtime/styles/theme.variables.js.map +0 -1
  1139. app-rn-runtime/variables/base-variable.js +0 -125
  1140. app-rn-runtime/variables/device/calendar/create-event.operation.js +0 -47
  1141. app-rn-runtime/variables/device/calendar/create-event.operation.js.map +0 -1
  1142. app-rn-runtime/variables/device/calendar/delete-event.operation.js +0 -9
  1143. app-rn-runtime/variables/device/calendar/delete-event.operation.js.map +0 -1
  1144. app-rn-runtime/variables/device/calendar/get-events.operation.js +0 -9
  1145. app-rn-runtime/variables/device/calendar/get-events.operation.js.map +0 -1
  1146. app-rn-runtime/variables/device/camera/capture-image.operation.js +0 -9
  1147. app-rn-runtime/variables/device/camera/capture-image.operation.js.map +0 -1
  1148. app-rn-runtime/variables/device/camera/capture-video.operation.js +0 -9
  1149. app-rn-runtime/variables/device/camera/capture-video.operation.js.map +0 -1
  1150. app-rn-runtime/variables/device/contacts/get-contacts.operation.js +0 -9
  1151. app-rn-runtime/variables/device/contacts/get-contacts.operation.js.map +0 -1
  1152. app-rn-runtime/variables/device/device/current-geo-position.operation.js +0 -9
  1153. app-rn-runtime/variables/device/device/current-geo-position.operation.js.map +0 -1
  1154. app-rn-runtime/variables/device/device/network-info.operation.js +0 -33
  1155. app-rn-runtime/variables/device/file/upload-file.operation.js +0 -56
  1156. app-rn-runtime/variables/device/file/upload-file.operation.js.map +0 -1
  1157. app-rn-runtime/variables/device/scan/scan.operation.js +0 -9
  1158. app-rn-runtime/variables/device/scan/scan.operation.js.map +0 -1
  1159. app-rn-runtime/variables/live-variable.js +0 -130
  1160. app-rn-runtime/variables/model-variable.js +0 -47
  1161. app-rn-runtime/variables/service-variable.js +0 -143
  1162. app-rn-runtime/variables/utils/inflight-queue.js +0 -114
  1163. {app-rn-runtime → package}/actions/base-action.js +0 -0
  1164. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  1165. {app-rn-runtime → package}/actions/index.js +0 -0
  1166. {app-rn-runtime → package}/actions/index.js.map +0 -0
  1167. {app-rn-runtime → package}/actions/login-action.js +0 -0
  1168. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  1169. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  1170. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  1171. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  1172. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  1173. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  1174. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  1175. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  1176. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  1177. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  1178. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  1179. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  1180. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  1181. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  1182. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  1183. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  1184. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  1185. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  1186. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  1187. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  1188. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  1189. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  1190. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  1191. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  1192. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  1193. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  1194. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js +0 -0
  1195. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.styles.js.map +0 -0
  1196. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  1197. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  1198. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  1199. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  1200. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  1201. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  1202. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  1203. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  1204. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  1205. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  1206. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  1207. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  1208. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  1209. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  1210. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  1211. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  1212. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  1213. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  1214. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  1215. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  1216. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  1217. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  1218. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  1219. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  1220. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  1221. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  1222. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  1223. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  1224. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js +0 -0
  1225. {app-rn-runtime → package}/components/basic/spinner/spinner.styles.js.map +0 -0
  1226. {app-rn-runtime → package}/components/basic/tooltip/tooltip.props.js.map +0 -0
  1227. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js +0 -0
  1228. {app-rn-runtime → package}/components/basic/tooltip/tooltip.styles.js.map +0 -0
  1229. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  1230. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  1231. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  1232. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  1233. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  1234. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  1235. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  1236. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  1237. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  1238. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  1239. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  1240. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  1241. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  1242. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  1243. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  1244. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  1245. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  1246. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  1247. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  1248. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  1249. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  1250. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  1251. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  1252. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  1253. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  1254. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  1255. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  1256. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  1257. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  1258. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  1259. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  1260. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  1261. {app-rn-runtime → package}/components/chart/staticdata.js +0 -0
  1262. {app-rn-runtime → package}/components/chart/staticdata.js.map +0 -0
  1263. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -0
  1264. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  1265. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  1266. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  1267. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  1268. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  1269. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  1270. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  1271. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  1272. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  1273. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  1274. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  1275. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  1276. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  1277. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  1278. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  1279. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  1280. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  1281. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  1282. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js +0 -0
  1283. {app-rn-runtime → package}/components/container/panel/collapsible-pane.component.js.map +0 -0
  1284. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  1285. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  1286. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  1287. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  1288. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  1289. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  1290. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  1291. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  1292. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  1293. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  1294. {app-rn-runtime → package}/components/container/panel/panel.styles.js +0 -0
  1295. {app-rn-runtime → package}/components/container/panel/panel.styles.js.map +0 -0
  1296. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  1297. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js +0 -0
  1298. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.styles.js.map +0 -0
  1299. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  1300. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  1301. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  1302. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  1303. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  1304. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  1305. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  1306. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  1307. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  1308. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  1309. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  1310. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  1311. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  1312. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  1313. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  1314. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  1315. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  1316. {app-rn-runtime → package}/components/data/form/form-action/form-action.component.js.map +0 -0
  1317. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  1318. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  1319. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  1320. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  1321. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  1322. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  1323. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  1324. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  1325. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  1326. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js +0 -0
  1327. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.component.js.map +0 -0
  1328. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.props.js.map +0 -0
  1329. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js +0 -0
  1330. {app-rn-runtime → package}/components/data/list/list-action-template/list-action-template.styles.js.map +0 -0
  1331. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  1332. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js +0 -0
  1333. {app-rn-runtime → package}/components/data/list/list-template/list-template.styles.js.map +0 -0
  1334. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  1335. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js +0 -0
  1336. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.styles.js.map +0 -0
  1337. {app-rn-runtime → package}/components/device/camera/camera.styles.js +0 -0
  1338. {app-rn-runtime → package}/components/device/camera/camera.styles.js.map +0 -0
  1339. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.component.js.map +0 -0
  1340. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  1341. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js +0 -0
  1342. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -0
  1343. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -0
  1344. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  1345. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -0
  1346. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -0
  1347. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  1348. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  1349. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  1350. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  1351. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  1352. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  1353. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  1354. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  1355. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  1356. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  1357. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  1358. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  1359. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  1360. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  1361. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  1362. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  1363. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  1364. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  1365. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  1366. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  1367. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  1368. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  1369. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  1370. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  1371. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  1372. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  1373. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  1374. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  1375. {app-rn-runtime → package}/components/input/epoch/wheel-time-picker.component.js.map +0 -0
  1376. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.props.js.map +0 -0
  1377. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js +0 -0
  1378. {app-rn-runtime → package}/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +0 -0
  1379. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +0 -0
  1380. {app-rn-runtime → package}/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +0 -0
  1381. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  1382. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  1383. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  1384. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +0 -0
  1385. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  1386. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  1387. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.styles.js +0 -0
  1388. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  1389. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  1390. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  1391. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  1392. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  1393. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js.map +0 -0
  1394. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  1395. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  1396. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js.map +0 -0
  1397. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js +0 -0
  1398. {app-rn-runtime → package}/components/navigation/navitem/navitem.styles.js.map +0 -0
  1399. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  1400. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  1401. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  1402. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  1403. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  1404. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  1405. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  1406. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js +0 -0
  1407. {app-rn-runtime → package}/components/page/left-panel/left-panel.styles.js.map +0 -0
  1408. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  1409. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  1410. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  1411. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  1412. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  1413. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  1414. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  1415. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  1416. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  1417. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  1418. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  1419. {app-rn-runtime → package}/components/page/tabbar/curve.js +0 -0
  1420. {app-rn-runtime → package}/components/page/tabbar/curve.js.map +0 -0
  1421. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  1422. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  1423. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  1424. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  1425. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  1426. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  1427. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  1428. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  1429. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  1430. {app-rn-runtime → package}/core/components/floatinglabel.component.js +0 -0
  1431. {app-rn-runtime → package}/core/constant.service.js.map +0 -0
  1432. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  1433. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  1434. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  1435. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  1436. {app-rn-runtime → package}/core/display.manager.js +0 -0
  1437. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  1438. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  1439. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  1440. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  1441. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  1442. {app-rn-runtime → package}/core/if.component.js +0 -0
  1443. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  1444. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  1445. {app-rn-runtime → package}/core/injector.js +0 -0
  1446. {app-rn-runtime → package}/core/injector.js.map +0 -0
  1447. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  1448. {app-rn-runtime → package}/core/logger.js.map +0 -0
  1449. {app-rn-runtime → package}/core/modal.service.js +0 -0
  1450. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  1451. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  1452. {app-rn-runtime → package}/core/partial.service.js +0 -0
  1453. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  1454. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  1455. {app-rn-runtime → package}/core/security.service.js +0 -0
  1456. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  1457. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  1458. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  1459. {app-rn-runtime → package}/core/testid.provider.js +0 -0
  1460. {app-rn-runtime → package}/core/testid.provider.js.map +0 -0
  1461. {app-rn-runtime → package}/core/toast.service.js +0 -0
  1462. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  1463. {app-rn-runtime → package}/core/wm-component-tree.js.map +0 -0
  1464. {app-rn-runtime → package}/index.js +0 -0
  1465. {app-rn-runtime → package}/index.js.map +0 -0
  1466. {app-rn-runtime → package}/runtime/base-partial.component.js.map +0 -0
  1467. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  1468. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  1469. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  1470. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  1471. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  1472. {app-rn-runtime → package}/runtime/services/app-security.service.js.map +0 -0
  1473. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  1474. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  1475. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  1476. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  1477. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  1478. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  1479. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  1480. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  1481. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  1482. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  1483. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  1484. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  1485. {app-rn-runtime → package}/variables/device/device/network-info.operation.js.map +0 -0
  1486. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  1487. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  1488. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  1489. {app-rn-runtime → package}/variables/device/operation.provider.js.map +0 -0
  1490. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  1491. {app-rn-runtime → package}/variables/device-variable.js.map +0 -0
  1492. {app-rn-runtime → package}/variables/http.service.js +0 -0
  1493. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  1494. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  1495. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  1496. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  1497. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  1498. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  1499. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  1500. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  1501. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  1502. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  1503. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["cloneDeep","isNil","forEach","flatten","isArray","isEmpty","isObject","isString","get","reverse","isNumber","React","camelCase","Dimensions","Platform","deepCopy","isWebPreviewMode","EventNotifier","ViewPort","EVENTS","ViewPortEvents","MediaQueryList","ThemeVariables","ColorMix","getErrorMessage","getStyleReference","isValidStyleProp","injector","isNativeStyle","DEFAULT_CLASS","window","matchMedia","query","DEVICE_BREAK_POINTS","DEVICE_BREAK_POINTS_NATIVE_MOBILE","getBreakPointValue","name","OS","ThemeEvent","Theme","constructor","parent","_this$getAppConfig","_defineProperty","revertLayoutToExpo50","getAppConfig","traceEnabled","enableTrace","flag","resetCache","reset","children","t","subscribe","event","fn","eventNotifer","notify","replaceVariables","val","baseTokens","classNames","inheritedTokens","match","s","content","substring","length","variableName","fallback","split","map","str","trim","resolvedValue","variants","INSTANCE","classList","cls","_ref","_ref2","_ref3","_ref4","_ref5","_inheritedTokens$vari","replace","parseFloat","clearCache","cache","registerStyle","styleGenerators","push","addStyle","bind","checkStyleProperties","value","Object","keys","k","startsWith","console","log","extend","style","styles","getStyle","addTrace","styleName","mergedChildstyle","childStyle","parentStyle","v","__trace","prefix","result","collect","extractTopLevelVariables","vars","key","mergeStyle","flattenStyles","cs","filter","classnames","Array","join","values","cleanseStyleProperties","resolveStyle","valueOf","resolvedTokens","_style$marginLeft","_style$marginRight","_style$marginTop","_style$marginBottom","_style$paddingLeft","_style$paddingRight","_style$paddingTop","_style$paddingBottom","paddingLeft","paddingRight","undefined","marginLeft","marginRight","screenWidth","width","screenHeight","height","i","stylePropertyValue","endsWith","Number","indexOf","c","mediaQuery","clonedStyle","root","matches","extraTextStyles","getTextStyle","assign","isValObject","BASE","$new","newTheme","destroy","splice","textStyle","color","fontFamily","fontSize","fontStyle","fontWeight","includeFontPadding","fontVariant","letterSpacing","lineHeight","textAlign","textAlignVertical","textDecorationColor","textDecorationStyle","textShadowColor","textShadowOffset","textShadowRadius","textTransform","verticalAlign","writingDirection","userSelect","themeVariables","CHANGE","_Theme","SIZE_CHANGE","ThemeContext","createContext","ThemeProvider","Provider","ThemeConsumer","Consumer","addColStyles","device","minWidth","display","addDisplayStyles","maxWidth","addElevationClasses","boxShadow","zIndex","transform","scale","overflow","backgroundColor","dangerColor","infoColor","primaryColor","successColor","warningColor","borderColor","text"],"sources":["theme.tsx"],"sourcesContent":["import { cloneDeep, isNil, forEach, flatten, isArray, isEmpty, isObject, isString, get, reverse, isNumber } from 'lodash';\nimport React from 'react';\nimport { camelCase } from 'lodash-es';\nimport { TextStyle, ViewStyle, ImageStyle, ImageBackground, Dimensions, Platform } from 'react-native';\nimport { deepCopy, isWebPreviewMode } from '@wavemaker/app-rn-runtime/core/utils';\nimport EventNotifier from '@wavemaker/app-rn-runtime/core/event-notifier';\nimport ViewPort, {EVENTS as ViewPortEvents} from '@wavemaker/app-rn-runtime/core/viewport';\nimport MediaQueryList from './MediaQueryList';\nimport ThemeVariables from './theme.variables';\nimport ColorMix from './color-mix';\nimport { getErrorMessage, getStyleReference, isValidStyleProp } from './style-prop.validator';\nimport injector from '@wavemaker/app-rn-runtime/core/injector';\nimport AppConfig from '@wavemaker/app-rn-runtime/core/AppConfig';\nimport { isNativeStyle} from '@wavemaker/app-rn-runtime/core/utils';\nexport const DEFAULT_CLASS = 'DEFAULT_CLASS';\n\ndeclare const matchMedia: any, window: any;\n\nif (typeof window !== \"undefined\") {\n // @ts-ignore: does not properly extend MediaQueryList\n window.matchMedia = (query: string) => new MediaQueryList(query);\n}\n\nexport const DEVICE_BREAK_POINTS: {[key: string]: string} = {\n 'MIN_EXTRA_SMALL_DEVICE' : '0px',\n 'MAX_EXTRA_SMALL_DEVICE' : '767px',\n 'MIN_SMALL_DEVICE' : '768px',\n 'MAX_SMALL_DEVICE' : '991px',\n 'MIN_MEDIUM_DEVICE' : '992px',\n 'MAX_MEDIUM_DEVICE' : '1199px',\n 'MIN_LARGE_DEVICE' : '1200px',\n 'MAX_LARGE_DEVICE' : '1000000px',\n};\n\nexport const DEVICE_BREAK_POINTS_NATIVE_MOBILE: {[key: string]: string} = {\n 'MIN_EXTRA_SMALL_DEVICE': '0px', // 0-479px (phones portrait)\n 'MAX_EXTRA_SMALL_DEVICE': '479px',\n 'MIN_SMALL_DEVICE': '480px', // 480-767px (phones landscape, small tablets portrait)\n 'MAX_SMALL_DEVICE': '767px',\n 'MIN_MEDIUM_DEVICE': '768px', // 768-1023px (tablets portrait, small laptops)\n 'MAX_MEDIUM_DEVICE': '1023px',\n 'MIN_LARGE_DEVICE': '1024px', // 1024px+ (tablets landscape, desktops)\n 'MAX_LARGE_DEVICE': '1000000px',\n};\n\nexport const getBreakPointValue = (name: string) => {\n if(Platform.OS === 'web') {\n return DEVICE_BREAK_POINTS[name];\n }\n\n return DEVICE_BREAK_POINTS_NATIVE_MOBILE[name];\n}\n\n\nexport type styleGeneratorFn<T extends NamedStyles<any>> = (\n themeVariables: ThemeVariables,\n addStyle: (name: string, extend: string, style: T) => void) => void\n\nexport enum ThemeEvent {\n CHANGE ='change'\n};\n\nexport class Theme {\n public static BASE = new Theme(null as any, 'default');\n\n static {\n ViewPort.subscribe(ViewPortEvents.SIZE_CHANGE, () => {\n Theme.BASE.reset();\n });\n }\n\n\n private eventNotifer = new EventNotifier();\n\n private children: Theme[] = [];\n\n private styles: any = {};\n\n private cache: any = {};\n\n private traceEnabled = false;\n\n private revertLayoutToExpo50: Boolean;\n\n private styleGenerators: styleGeneratorFn<any>[] = [];\n\n private constructor(private parent:Theme, public readonly name: string) {\n this.revertLayoutToExpo50 = this.getAppConfig()?.revertLayoutToExpo50 || false;\n if (parent) {\n this.traceEnabled = parent.traceEnabled;\n } else {\n this.traceEnabled = isWebPreviewMode();\n }\n }\n\n private getAppConfig() {\n return injector.get<AppConfig>('APP_CONFIG');\n }\n\n public enableTrace(flag: boolean, resetCache: boolean = true) {\n this.traceEnabled = flag;\n if (resetCache && resetCache !== 'false' as any){ \n this.reset(); \n }\n this.children.forEach(t => t.enableTrace(flag, resetCache));\n }\n\n public subscribe(event: ThemeEvent, fn: Function) {\n return this.eventNotifer.subscribe(event, fn);\n }\n\n public notify(event: ThemeEvent): void {\n this.eventNotifer.notify(event, []);\n this.children.forEach(t => t.notify(event));\n }\n\n private replaceVariables(val: any, baseTokens: any, classNames: any, inheritedTokens: Record<string, any> = {}) {\n if(isString(val)) {\n (val.match(/_*var\\([^\\)]*\\)/g) || []).forEach((s) => {\n const content = s.substring(4, s.length - 1);\n let [variableName, fallback] = content.split(\",\").map(str => str.trim());\n let resolvedValue;\n let variants: any = (ThemeVariables.INSTANCE as any).variants;\n if (variants && typeof classNames === 'string') {\n const classList = classNames.split(/\\s+/);\n for (const cls of classList) {\n if (variants[cls] && variants[cls][variableName]) {\n resolvedValue = variants[cls][variableName];\n break;\n }\n }\n }\n if (!resolvedValue) {\n resolvedValue = inheritedTokens[variableName] ?? inheritedTokens[`--${variableName}`] ?? baseTokens[variableName]\n ?? (ThemeVariables.INSTANCE as any)[variableName]\n ?? (ThemeVariables.INSTANCE as any)[variableName.substring(2)]\n ?? (ThemeVariables.INSTANCE as any)[camelCase(variableName.substring(2))]\n ?? fallback;\n }\n val = val.replace(s, resolvedValue);\n if (isNumber(resolvedValue)\n && val.trim() === (resolvedValue + '')) {\n val = resolvedValue;\n } else {\n val = this.replaceVariables(val, baseTokens, classNames, inheritedTokens);\n }\n });\n }\n if(isString(val) && val.match(/^-?\\d+(\\.\\d+)?$/)) {\n return parseFloat(val);\n }\n return val;\n }\n\n clearCache() {\n this.cache = {};\n this.children.forEach((t) => t.clearCache());\n }\n\n registerStyle<T extends NamedStyles<any>>(fn: styleGeneratorFn<T>) {\n this.styleGenerators.push(fn);\n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this));\n }\n\n checkStyleProperties(name: string, value : any) {\n if (isObject(value)) {\n Object.keys(value).map((k) => this.checkStyleProperties(k, (value as any)[k]));\n } else if(name && !(isString(value) && value.startsWith('calc(')) && !isValidStyleProp(name, value)) {\n console.log(\n `%cInvalid Style property in ${this.name}: ${getErrorMessage(name, value)}`,\n 'background-color: #FF0000;font-weight: bold; color: #fff'\n );\n console.log(`Refer: ${getStyleReference(name)}`);\n }\n }\n\n private addStyle<T extends NamedStyles<any>>(name: string, extend: string, style: T) {\n this.styles[name] = deepCopy(this.getStyle(extend), this.styles[name], style);\n }\n\n private addTrace(styleName: string, mergedChildstyle: any, childStyle: any, parentStyle?: any) {\n if (!this.traceEnabled) {\n return;\n }\n let addTrace = !isEmpty(childStyle);\n forEach(mergedChildstyle, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n addTrace = false;\n\n if (!isNativeStyle(k, 'property')) {\n this.addTrace(styleName + '.' + k, v, childStyle && childStyle[k], parentStyle && parentStyle[k])\n }\n }\n });\n if (addTrace) {\n mergedChildstyle['__trace'] = [\n {\n name: styleName,\n value: childStyle\n },\n ...(parentStyle?.__trace|| [])\n ];\n } else {\n mergedChildstyle['__trace'] = [...(parentStyle?.__trace|| [])];\n }\n }\n\n private flatten(style: any, prefix = \"\", result = {} as any) {\n let collect = !isEmpty(style);\n forEach(style, (v: any, k: string) => {\n if (v && !isString(v) && !isArray(v) && isObject(v)) {\n collect = false;\n this.flatten(v, (prefix ? prefix + '.' : '') + k, result)\n }\n });\n if (collect) {\n result[prefix] = style;\n }\n return result;\n }\n\n extractTopLevelVariables(style: Record<string, any>): Record<string, any> {\n const vars: Record<string, any> = {};\n for (const key in style) {\n if (key.startsWith('--')) {\n vars[key] = style[key];\n }\n }\n return vars;\n }\n\n mergeStyle(...styles: any) {\n const style = deepCopy(...styles);\n if (this.traceEnabled) {\n const flattenStyles = this.flatten(style);\n Object.keys(flattenStyles).forEach(k => {\n const s = flattenStyles[k];\n if (!isNativeStyle(k, 'path')) {\n s['__trace'] = flatten(reverse(styles.map((v: any) => {\n const cs = get(v, k);\n if (cs && cs.__trace) {\n return [...cs.__trace];\n }\n return [];\n }).filter((t: any) => t.length > 0)));\n }\n });\n }\n const baseTokens = this.extractTopLevelVariables(style)\n const classnames = Array.isArray(styles)\n ? styles.filter(isString).join(' ')\n : Object.values(styles).filter(isString).join(' ');\n\n return this.cleanseStyleProperties(style, baseTokens, classnames)\n }\n\n cleanseStyleProperties(style: any, baseTokens: any, classnames: any, inheritedTokens: Record<string, any> = {}) {\n if (!(style && isObject(style)) || isString(style) || isArray(style)) {\n return style;\n }\n style = style as any;\n if (isObject(style) && !isArray(style)) {\n const resolveStyle = (v: any, inheritedTokens: Record<string, any> = {}) => {\n v = this.replaceVariables(v, baseTokens, classnames, inheritedTokens);\n if (isString(v) && v.startsWith(\"color-mix(\")) {\n v = ColorMix.valueOf(v);\n }\n return v;\n };\n\n const classNames = Object.keys(style);\n const resolvedTokens = {...inheritedTokens};\n // For inline token in obj\n classNames.forEach(k => {\n if (k.startsWith('--')) {\n let v = resolveStyle((style as any)[k], resolvedTokens);\n resolvedTokens[k] = v;\n const variableName = k.substring(2);\n (ThemeVariables.INSTANCE as any)[variableName] = v;\n (ThemeVariables.INSTANCE as any)[camelCase(variableName)] = v;\n }\n });\n\n // For edge case when prop is before inline token\n classNames.forEach(k => {\n if (!k.startsWith('--')) {\n if (isObject((style as any)[k]) && !isArray((style as any)[k])) {\n this.cleanseStyleProperties((style as any)[k], baseTokens, classnames, resolvedTokens);\n } else {\n (style as any)[k] = resolveStyle((style as any)[k], resolvedTokens);\n }\n }\n });\n }\n if (!isNil(style['shadowRadius'])) {\n if (style['shadowRadius'] <= 0) {\n style['shadowColor'] = 'transparent';\n } else if (isNil(style['elevation'])) {\n style['elevation'] = 2;\n }\n }\n if (!isNil(style['margin'])) {\n style['marginLeft'] = style['marginLeft'] ?? style['margin'];\n style['marginRight'] = style['marginRight'] ?? style['margin'];\n style['marginTop'] = style['marginTop'] ?? style['margin'];\n style['marginBottom'] = style['marginBottom'] ?? style['margin'];\n delete style['margin'];\n }\n if (!isNil(style['padding'])) {\n style['paddingLeft'] = style['paddingLeft'] ?? style['padding'];\n style['paddingRight'] = style['paddingRight'] ?? style['padding'];\n style['paddingTop'] = style['paddingTop'] ?? style['padding'];\n style['paddingBottom'] = style['paddingBottom'] ?? style['padding'];\n delete style['padding'];\n }\n if (this.revertLayoutToExpo50 && !isNil(style['flexDirection']) && style['flexDirection'] === 'row-reverse') {\n if (!isNil(style['paddingLeft']) || !isNil(style['paddingRight'])) {\n if (!isNil(style['paddingLeft']) && !isNil(style['paddingRight'])) {\n [style['paddingLeft'], style['paddingRight']] = [style['paddingRight'], style['paddingLeft']];\n } else {\n const [paddingLeft, paddingRight] = [style['paddingLeft'], style['paddingRight']];\n if (paddingLeft !== undefined) {\n style['paddingRight'] = paddingLeft;\n delete style['paddingLeft'];\n }\n if (paddingRight !== undefined) {\n style['paddingLeft'] = paddingRight;\n delete style['paddingRight'];\n }\n }\n }\n\n if (!isNil(style['marginLeft']) || !isNil(style['marginRight'])) {\n if (!isNil(style['marginLeft']) && !isNil(style['marginRight'])) {\n [style['marginLeft'], style['marginRight']] = [style['marginRight'], style['marginLeft']];\n } else {\n const [marginLeft, marginRight] = [style['marginLeft'], style['marginRight']];\n if (marginLeft !== undefined) {\n style['marginRight'] = marginLeft;\n delete style['marginLeft'];\n }\n if (marginRight !== undefined) {\n style['marginLeft'] = marginRight;\n delete style['marginRight'];\n }\n }\n }\n }\n if (!isNil(style['color']) && style['color'] === 'transparent') {\n style['color'] = 'rgba(255, 255, 255, 0)'\n }\n if (!isNil(style['color']) && style['color'] === 'transparent') {\n style['color'] = 'rgba(255, 255, 255, 0)'\n }\n let screenWidth = Dimensions.get('window').width;\n let screenHeight = Dimensions.get('window').height;\n Object.keys(style).forEach((k, i) => {\n let stylePropertyValue = style[k]\n if(typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vw')) {\n stylePropertyValue = stylePropertyValue.replace('vw','')\n style[k] = Number(stylePropertyValue)/100 * screenWidth\n }\n if((typeof stylePropertyValue === 'string' && stylePropertyValue.endsWith('vh'))) {\n stylePropertyValue = stylePropertyValue.replace('vh','')\n style[k] = Number(stylePropertyValue)/100 * screenHeight\n }\n })\n return style;\n }\n\n getStyle(name: string) {\n let style = this.cache[name];\n if (style) {\n return style;\n }\n if (!name) {\n return {};\n }\n if (name.indexOf(' ') > 0) {\n style = this.mergeStyle(...(name.split(' ').map(c => this.getStyle(c))));\n } else {\n const parentStyle = this.parent && this.parent.getStyle(name);\n const mediaQuery = (this.styles[name] || {})['@media'];\n let clonedStyle: Record<string, any> = { root: {} }\n if (!mediaQuery || matchMedia(mediaQuery).matches) {\n clonedStyle = cloneDeep(this.styles[name]) || {} ;\n clonedStyle['root'] = clonedStyle['root'] || {};\n const extraTextStyles = (this.getTextStyle(clonedStyle) || {}) as any ;\n clonedStyle['text'] = Object.assign({}, extraTextStyles, clonedStyle['text'] || {});\n Object.keys(clonedStyle).forEach((k) => {\n const isValObject = isObject(clonedStyle[k]);\n if (!extraTextStyles[k] && (!isValObject || (k === 'shadowOffset'))) {\n clonedStyle['root'][k] = clonedStyle['root'][k] || clonedStyle[k]\n }\n });\n }\n if (this !== Theme.BASE && isWebPreviewMode()) {\n this.checkStyleProperties('', clonedStyle);\n }\n style = deepCopy(parentStyle, clonedStyle);\n this.addTrace(`@${this.name}:${name}`, style, clonedStyle, parentStyle);\n }\n this.cache[name] = style;\n return style;\n }\n\n $new(name = \"\", styles = {} as NamedStyles<any>) {\n const newTheme = new Theme(this, name);\n newTheme.reset(styles);\n this.children.push(newTheme);\n return newTheme;\n }\n\n destroy() {\n const i = this.parent.children.indexOf(this);\n if (i >= 0) {\n this.parent.children.splice(i, 1);\n }\n }\n\n getTextStyle(s: any) {\n if (!s) {\n return {};\n }\n const textStyle = {\n color: s.color,\n fontFamily: s.fontFamily,\n fontSize: s.fontSize,\n fontStyle: s.fontStyle,\n fontWeight: s.fontWeight,\n includeFontPadding: s.includeFontPadding,\n fontVariant: s.fontVariant,\n letterSpacing: s.letterSpacing,\n lineHeight: s.lineHeight,\n textAlign: s.textAlign,\n textAlignVertical: s.textAlignVertical,\n textDecorationColor: s.textDecorationColor,\n textDecorationStyle: s.textDecorationStyle,\n textShadowColor: s.textShadowColor,\n textShadowOffset: s.textShadowOffset,\n textShadowRadius: s.textShadowRadius,\n textTransform: s.textTransform,\n verticalAlign: s.verticalAlign,\n writingDirection: s.writingDirection,\n userSelect: s.userSelect,\n } as TextStyle;\n Object.keys(textStyle).forEach((k)=> {\n if(!(textStyle as any)[k]){\n delete (textStyle as any)[k];\n }\n })\n return textStyle;\n }\n\n reset(styles?: NamedStyles<any>) {\n this.styles = {};\n this.clearCache();\n if (styles) {\n this.registerStyle((themeVariables, addStyle) => {\n Object.keys(styles).forEach(k => {\n addStyle(k, '', styles[k] as any);\n });\n });\n } else {\n this.styleGenerators.forEach(fn =>\n fn(ThemeVariables.INSTANCE, this.addStyle.bind(this)));\n }\n this.notify(ThemeEvent.CHANGE);\n }\n}\nexport default Theme.BASE;\nexport type NamedStyles<T> = { [P in keyof T]: AllStyle | NamedStyles<T>};\nexport type BackgroundImageStyle = {\n backgroundImage: string,\n backgroundPosition: string,\n backgroundRepeat: string,\n backgroundSize: string | number\n};\n\nexport type AllStyle = (ViewStyle & TextStyle & ImageStyle & {userSelect?: 'none'| 'text'} & {rippleColor?: string});\n\nconst ThemeContext = React.createContext<Theme>(null as any);\n\nexport const ThemeProvider = ThemeContext.Provider;\nexport const ThemeConsumer = ThemeContext.Consumer;\n/**\n * Common styles\n */\n Theme.BASE.registerStyle((themeVariables, addStyle) => {\n const addColStyles = (device: string, minWidth: string) => {\n for(let i = 1; i <= 12; i++) {\n addStyle(`col-${device}-${i}`, '', {\n \"@media\": `(min-width: ${minWidth})`,\n root: {\n width: (100 * i / 12) + '%'\n }\n } as any)\n }\n };\n addColStyles('xs', getBreakPointValue('MIN_EXTRA_SMALL_DEVICE'));\n addColStyles('sm', getBreakPointValue('MIN_SMALL_DEVICE'));\n addColStyles('md', getBreakPointValue('MIN_MEDIUM_DEVICE'));\n addColStyles('lg', getBreakPointValue('MIN_LARGE_DEVICE'));\n\n addStyle('d-none', '', {\n root: {\n display: 'none'\n }\n } as any);\n addStyle('d-flex', '', {\n root: {\n display: 'flex'\n }\n } as any);\n\n const addDisplayStyles = (device: string, minWidth: string, maxWidth: string) => {\n addStyle(`d-${device}-none`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'none'\n }\n } as any);\n addStyle(`d-${device}-flex`, '', {\n \"@media\": `(min-width: ${minWidth}) and (max-width: ${maxWidth})`,\n root: {\n display: 'flex'\n }\n } as any);\n };\n addDisplayStyles('all',\n getBreakPointValue('MIN_EXTRA_SMALL_DEVICE'),\n getBreakPointValue('MAX_LARGE_DEVICE'));\n addDisplayStyles('xs',\n getBreakPointValue('MIN_EXTRA_SMALL_DEVICE'),\n getBreakPointValue('MAX_EXTRA_SMALL_DEVICE'));\n addDisplayStyles('sm',\n getBreakPointValue('MIN_SMALL_DEVICE'),\n getBreakPointValue('MAX_SMALL_DEVICE'));\n addDisplayStyles('md',\n getBreakPointValue('MIN_MEDIUM_DEVICE'),\n getBreakPointValue('MAX_MEDIUM_DEVICE'));\n addDisplayStyles('lg',\n getBreakPointValue('MIN_LARGE_DEVICE'),\n getBreakPointValue('MAX_LARGE_DEVICE'));\n\n const addElevationClasses = () => {\n for(let i = 1; i <= 10; i++) {\n addStyle(`elevate${i}`, '', {\n root : {\n boxShadow: `${i}px ${i}px ${i}px rgba(0, 0, 0, 0.27)`,\n zIndex: 1\n }\n });\n }\n };\n addElevationClasses();\n addStyle('hidden', '', {\n root: {\n width: 0,\n height: 0,\n transform: [{ scale: 0 }],\n overflow: 'hidden'\n }\n });\n addStyle('bg-danger', '', { root: { backgroundColor: themeVariables.dangerColor }});\n addStyle('bg-info', '', { root: { backgroundColor: themeVariables.infoColor }});\n addStyle('bg-primary', '', { root: { backgroundColor: themeVariables.primaryColor }});\n addStyle('bg-success', '', { root: { backgroundColor: themeVariables.successColor }});\n addStyle('bg-warning', '', { root: { backgroundColor: themeVariables.warningColor }});\n\n addStyle('border-danger', '', { root: { borderColor: themeVariables.dangerColor }});\n addStyle('border-info', '', { root: { borderColor: themeVariables.infoColor }});\n addStyle('border-primary', '', { root: { borderColor: themeVariables.primaryColor }});\n addStyle('border-success', '', { root: { borderColor: themeVariables.successColor }});\n addStyle('border-warning', '', { root: { borderColor: themeVariables.warningColor }});\n\n addStyle('hide-context-menu', '', { text: { userSelect: 'none' }});\n addStyle('hide-context-menu-input', '', { text: { userSelect: 'none' }});\n});\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,444 @@
1
+ var _ThemeVariables;
2
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ import Color from "color";
6
+ import { Dimensions, StatusBar } from "react-native";
7
+ export default class ThemeVariables {
8
+ constructor() {
9
+ _defineProperty(this, "primaryColor", '#4263eb');
10
+ _defineProperty(this, "primaryColor1", Color(this.primaryColor).lighten(0.2).rgb().toString());
11
+ _defineProperty(this, "primaryColor2", Color(this.primaryColor).lighten(0.4).rgb().toString());
12
+ _defineProperty(this, "primaryColor3", Color(this.primaryColor).lighten(0.6).rgb().toString());
13
+ _defineProperty(this, "primaryContrastColor", '#ffffff');
14
+ _defineProperty(this, "secondaryColor", '#6c757d');
15
+ _defineProperty(this, "secondaryContrastColor", '#ffffff');
16
+ _defineProperty(this, "successColor", '#28a745');
17
+ _defineProperty(this, "successContrastColor", '#ffffff');
18
+ _defineProperty(this, "infoColor", '#17a2b8');
19
+ _defineProperty(this, "infoContrastColor", '#ffffff');
20
+ _defineProperty(this, "warningColor", '#ffc107');
21
+ _defineProperty(this, "warningContrastColor", '#ffffff');
22
+ _defineProperty(this, "dangerColor", '#dc3545');
23
+ _defineProperty(this, "dangerContrastColor", '#ffffff');
24
+ _defineProperty(this, "defaultColor", '#000000');
25
+ _defineProperty(this, "defaultColor1", '#111111');
26
+ _defineProperty(this, "defaultColor2", '#222222');
27
+ _defineProperty(this, "defaultColor3", '#333333');
28
+ _defineProperty(this, "defaultColor4", '#444444');
29
+ _defineProperty(this, "defaultColor5", '#555555');
30
+ _defineProperty(this, "defaultColor6", '#666666');
31
+ _defineProperty(this, "defaultColor7", '#777777');
32
+ _defineProperty(this, "defaultColor8", '#888888');
33
+ _defineProperty(this, "defaultColor9", '#999999');
34
+ _defineProperty(this, "defaultColorA", '#aaaaaa');
35
+ _defineProperty(this, "defaultColorB", '#bbbbbb');
36
+ _defineProperty(this, "defaultColorC", '#cccccc');
37
+ _defineProperty(this, "defaultColorD", '#dddddd');
38
+ _defineProperty(this, "defaultColorE", '#eeeeee');
39
+ _defineProperty(this, "defaultColorF", '#ffffff');
40
+ _defineProperty(this, "defaultBgColor", this.defaultColorF);
41
+ _defineProperty(this, "defaultTextColor", '#151420');
42
+ _defineProperty(this, "lightColor", this.defaultColorF);
43
+ _defineProperty(this, "darkColor", this.defaultColor);
44
+ _defineProperty(this, "muteColor", this.defaultColorA);
45
+ _defineProperty(this, "heading1FontSize", 36);
46
+ _defineProperty(this, "heading2FontSize", 30);
47
+ _defineProperty(this, "heading3FontSize", 24);
48
+ _defineProperty(this, "heading4FontSize", 18);
49
+ _defineProperty(this, "heading5FontSize", 14);
50
+ _defineProperty(this, "heading6FontSize", 12);
51
+ _defineProperty(this, "transparent", 'transparent');
52
+ _defineProperty(this, "badgeColor", '#6c757d');
53
+ _defineProperty(this, "badgeContrastColor", '#ffffff');
54
+ _defineProperty(this, "baseFont", 'Roboto');
55
+ _defineProperty(this, "tabbarInactiveColor", '#d8d8d8');
56
+ _defineProperty(this, "maxModalHeight", Dimensions.get('window').height - 64 - (StatusBar.currentHeight || 0));
57
+ _defineProperty(this, "maxWidth", Dimensions.get("window").width);
58
+ _defineProperty(this, "skeletonBackgroundColor", "#F4F5F8");
59
+ _defineProperty(this, "overlayColor", 'rgba(127, 127, 127, 1)');
60
+ //rippleColor
61
+ _defineProperty(this, "rippleColor", this.transparent);
62
+ // page
63
+ _defineProperty(this, "pageContentBgColor", this.defaultColorE);
64
+ _defineProperty(this, "leftPanelOverlayColor", this.overlayColor);
65
+ // common widget color
66
+ _defineProperty(this, "widgetHeaderBgColor", this.defaultColorF);
67
+ _defineProperty(this, "widgetHeaderTextColor", this.defaultColor3);
68
+ _defineProperty(this, "widgetActiveHeaderBgColor", this.primaryColor);
69
+ _defineProperty(this, "widgetActiveHeaderTextColor", this.primaryContrastColor);
70
+ _defineProperty(this, "widgetBorderColor", this.defaultColorC);
71
+ _defineProperty(this, "widgetBgColor", this.defaultColorF);
72
+ //App Navbar
73
+ _defineProperty(this, "titleBadgeBackgroundColor", Color('#151420').fade(0.8).rgb().toString());
74
+ _defineProperty(this, "titleBadgeTextColor", '#151420');
75
+ // Navbar variables
76
+ _defineProperty(this, "navbarBackgroundColor", this.defaultColorF);
77
+ _defineProperty(this, "navbarBorderColor", this.widgetBorderColor);
78
+ _defineProperty(this, "navbarTextColor", '#151420');
79
+ _defineProperty(this, "navbarIconSize", 32);
80
+ _defineProperty(this, "navbarFontSize", 24);
81
+ _defineProperty(this, "navbarImageSize", 32);
82
+ _defineProperty(this, "navbarCaretColor", this.primaryColor);
83
+ _defineProperty(this, "navitemChildBackgroundColor", this.primaryContrastColor);
84
+ _defineProperty(this, "navitemChildTextColor", this.primaryColor);
85
+ _defineProperty(this, "navitemChildIconColor", this.primaryColor);
86
+ _defineProperty(this, "navitemActiveBackgroundColor", this.primaryColor);
87
+ _defineProperty(this, "navitemActiveTextColor", this.primaryContrastColor);
88
+ _defineProperty(this, "navitemActiveIconColor", this.navitemActiveTextColor);
89
+ //Anchor variables
90
+ _defineProperty(this, "linkDefaultColor", this.defaultTextColor);
91
+ _defineProperty(this, "linkPrimaryColor", this.primaryColor);
92
+ _defineProperty(this, "linkSecondaryColor", this.secondaryColor);
93
+ _defineProperty(this, "linkSuccessColor", this.successColor);
94
+ _defineProperty(this, "linkInfoColor", this.infoColor);
95
+ _defineProperty(this, "linkWarningColor", this.warningColor);
96
+ _defineProperty(this, "linkDangerColor", this.dangerColor);
97
+ _defineProperty(this, "linkLightColor", this.lightColor);
98
+ _defineProperty(this, "linkDarkColor", this.darkColor);
99
+ _defineProperty(this, "anchorTextPadding", 2);
100
+ //Grid Layout variables
101
+ _defineProperty(this, "layoutGridBgColor", this.widgetBgColor);
102
+ _defineProperty(this, "layoutGridBorderColor", this.widgetBorderColor);
103
+ _defineProperty(this, "layoutGridStripColor1", Color(this.primaryColor).lighten(0.9).rgb().toString());
104
+ _defineProperty(this, "layoutGridHeaderBgColor", this.widgetHeaderBgColor);
105
+ _defineProperty(this, "layoutGridHeaderTextColor", this.widgetHeaderTextColor);
106
+ _defineProperty(this, "layoutGridStripColor2", this.transparent);
107
+ _defineProperty(this, "gridColumnBorderColor", this.widgetBorderColor);
108
+ //Spinner Variables
109
+ _defineProperty(this, "spinnerIconColor", this.primaryColor);
110
+ //tabbar variables
111
+ _defineProperty(this, "tabbarBackgroundColor", this.primaryContrastColor);
112
+ _defineProperty(this, "tabbarTextColor", 'var(--tabbarInactiveColor)');
113
+ _defineProperty(this, "tabbarIconColor", 'var(--tabbarInactiveColor)');
114
+ _defineProperty(this, "tabShadowColor", this.defaultColor);
115
+ _defineProperty(this, "tabActiveBackgroundColor", this.primaryColor3);
116
+ _defineProperty(this, "tabActiveIconColor", this.primaryColor);
117
+ _defineProperty(this, "tabLabelTextColor", this.primaryColor);
118
+ _defineProperty(this, "centerHubItemColor", 'var(--primaryColor)');
119
+ _defineProperty(this, "centerHubIconColor", 'var(--defaultColorF)');
120
+ _defineProperty(this, "centerHubLabelColor", 'var(--defaultColorF)');
121
+ // tab variables
122
+ _defineProperty(this, "tabHeaderBgColor", this.widgetBgColor);
123
+ _defineProperty(this, "tabHeaderTextColor", this.defaultColorA);
124
+ _defineProperty(this, "tabHeaderIconColor", this.defaultColorA);
125
+ _defineProperty(this, "tabActiveHeaderBgColor", this.defaultColorF);
126
+ _defineProperty(this, "tabActiveHeaderTextColor", this.primaryColor);
127
+ _defineProperty(this, "tabActiveIndicatorBgColor", this.primaryColor);
128
+ _defineProperty(this, "tabActiveHeaderIconColor", this.primaryColor);
129
+ _defineProperty(this, "tabBorderColor", this.widgetBorderColor);
130
+ _defineProperty(this, "tabContentBgColor", this.widgetBgColor);
131
+ _defineProperty(this, "tabArrowIndicatorBgColor", this.tabContentBgColor);
132
+ _defineProperty(this, "tabArrowIndicatorDotColor", this.primaryColor);
133
+ //label Variables
134
+ _defineProperty(this, "labelHeaderColor", '#151420');
135
+ _defineProperty(this, "labelDefaultColor", this.defaultColor8);
136
+ _defineProperty(this, "labelDefaultContrastColor", this.defaultColorF);
137
+ _defineProperty(this, "labelDangerColor", this.dangerColor);
138
+ _defineProperty(this, "labelDangerContrastColor", this.dangerContrastColor);
139
+ _defineProperty(this, "labelInfoColor", this.infoColor);
140
+ _defineProperty(this, "labelInfoContrastColor", this.infoContrastColor);
141
+ _defineProperty(this, "labelPrimaryColor", this.primaryColor);
142
+ _defineProperty(this, "labelPrimaryContrastColor", this.primaryContrastColor);
143
+ _defineProperty(this, "labelSuccessColor", this.successColor);
144
+ _defineProperty(this, "labelSuccessContrastColor", this.successContrastColor);
145
+ _defineProperty(this, "labelWarningColor", this.warningColor);
146
+ _defineProperty(this, "labelWarningContrastColor", this.warningContrastColor);
147
+ _defineProperty(this, "labelTextSuccessColor", this.successColor);
148
+ _defineProperty(this, "labelTextDangerColor", this.dangerColor);
149
+ _defineProperty(this, "labelTextInfoColor", this.infoColor);
150
+ _defineProperty(this, "labelTextMutedColor", this.muteColor);
151
+ _defineProperty(this, "labelTextPrimaryColor", this.primaryColor);
152
+ _defineProperty(this, "labelTextWarningColor", this.warningColor);
153
+ _defineProperty(this, "labelAsteriskColor", this.dangerColor);
154
+ //List
155
+ _defineProperty(this, "listHeaderBgColor", this.widgetHeaderBgColor);
156
+ _defineProperty(this, "listTitleColor", this.widgetHeaderTextColor);
157
+ _defineProperty(this, "listSubTitleColor", this.defaultColor6);
158
+ _defineProperty(this, "listDividerColor", this.widgetBorderColor);
159
+ _defineProperty(this, "itemBgColor", this.defaultColorF);
160
+ _defineProperty(this, "selectedItemBorderColor", this.primaryColor);
161
+ //button Variables
162
+ _defineProperty(this, "buttonBorderColor", this.widgetBorderColor);
163
+ _defineProperty(this, "buttonBadgeBackgroundColor", this.badgeColor);
164
+ _defineProperty(this, "buttonBadgeTextColor", this.badgeContrastColor);
165
+ _defineProperty(this, "buttonTextPadding", 2);
166
+ _defineProperty(this, "buttonSuccessColor", this.successColor);
167
+ _defineProperty(this, "buttonDefaultColor", this.defaultColorF);
168
+ _defineProperty(this, "buttonPrimaryColor", this.primaryColor);
169
+ _defineProperty(this, "buttonSecondaryColor", this.defaultColorF);
170
+ _defineProperty(this, "buttonDangerColor", this.dangerColor);
171
+ _defineProperty(this, "buttonWarningColor", this.warningColor);
172
+ _defineProperty(this, "buttonInfoColor", this.infoColor);
173
+ _defineProperty(this, "buttonSuccessTextColor", this.successContrastColor);
174
+ _defineProperty(this, "buttonDefaultTextColor", this.defaultTextColor);
175
+ _defineProperty(this, "buttonPrimaryTextColor", this.primaryContrastColor);
176
+ _defineProperty(this, "buttonSecondaryTextColor", this.primaryColor);
177
+ _defineProperty(this, "buttonDangerTextColor", this.dangerContrastColor);
178
+ _defineProperty(this, "buttonWarningTextColor", this.warningContrastColor);
179
+ _defineProperty(this, "buttonInfoTextColor", this.infoContrastColor);
180
+ _defineProperty(this, "buttonLinkColor", this.transparent);
181
+ _defineProperty(this, "buttonLinkTextColor", this.primaryColor);
182
+ _defineProperty(this, "buttonDarkColor", this.darkColor);
183
+ _defineProperty(this, "buttonDarkTextColor", this.lightColor);
184
+ _defineProperty(this, "buttonLightColor", this.lightColor);
185
+ _defineProperty(this, "buttonLightTextColor", this.darkColor);
186
+ _defineProperty(this, "buttonGrpBorderColor", this.widgetBorderColor);
187
+ _defineProperty(this, "buttonGrpBgColor", this.defaultColorF);
188
+ //picture variables
189
+ _defineProperty(this, "pictureThumbBgColor", this.defaultColorF);
190
+ _defineProperty(this, "pictureThumbBorderColor", this.defaultColorD);
191
+ //input variables
192
+ _defineProperty(this, "inputTextColor", this.defaultTextColor);
193
+ _defineProperty(this, "inputBorderColor", this.defaultColorD);
194
+ _defineProperty(this, "inputBackgroundColor", this.defaultColorF);
195
+ _defineProperty(this, "inputDisabledBgColor", '#f6f6f6');
196
+ _defineProperty(this, "inputFocusBorderColor", this.transparent);
197
+ _defineProperty(this, "inputInvalidBorderColor", this.dangerColor);
198
+ _defineProperty(this, "inputPlaceholderColor", this.defaultColorB);
199
+ //wheel picker variables
200
+ _defineProperty(this, "wheelSelectedColor", '#1d1d1b');
201
+ _defineProperty(this, "wheelColor", '#737373');
202
+ //floating label
203
+ _defineProperty(this, "floatingLabelColor", 'var(--inputPlaceholderColor)');
204
+ _defineProperty(this, "activeFloatingLabelColor", 'var(--primaryColor)');
205
+ //slider variables
206
+ _defineProperty(this, "minimumTrackTintColor", this.primaryColor);
207
+ _defineProperty(this, "maximumTrackTintColor", this.widgetHeaderBgColor);
208
+ _defineProperty(this, "thumbTintColor", this.primaryColor);
209
+ //rating color
210
+ _defineProperty(this, "ratingIconColor", this.defaultColorA);
211
+ _defineProperty(this, "ratingSelectedIconColor", '#eb8600');
212
+ //toggle variables
213
+ _defineProperty(this, "toggleOnColor", Color(this.primaryColor).lighten(0.4).rgb().toString());
214
+ _defineProperty(this, "toggleOffColor", this.defaultColorB);
215
+ _defineProperty(this, "toggleHandleColor", this.primaryColor);
216
+ _defineProperty(this, "toggleHandleDisableColor", this.defaultColorA);
217
+ _defineProperty(this, "toggleOffBorderColor", this.defaultColorB);
218
+ _defineProperty(this, "toggleUnselectedTrackbgColor", this.defaultColorC);
219
+ // radioset, checkboxset variables
220
+ _defineProperty(this, "groupHeadingBgColor", 'var(--transparent)');
221
+ _defineProperty(this, "checkedColor", 'var(--primaryColor)');
222
+ _defineProperty(this, "checkedDisabledColor", 'var(--defaultColorA)');
223
+ _defineProperty(this, "checkedEnabledColor", 'var(--defaultColorF)');
224
+ _defineProperty(this, "checkboxBorderColor", 'var(--defaultColor9)');
225
+ _defineProperty(this, "checkedBgColor", 'var(--primaryColor)');
226
+ _defineProperty(this, "uncheckedBgColor", 'var(--transparent)');
227
+ _defineProperty(this, "checkedIconColor", 'var(--defaultColorF)');
228
+ _defineProperty(this, "checkedBorderColor", 'var(--primaryColor)');
229
+ _defineProperty(this, "uncheckedBorderColor", 'var(--defaultColor9)');
230
+ //form
231
+ _defineProperty(this, "formBorderColor", this.widgetBorderColor);
232
+ _defineProperty(this, "formTitleColor", this.defaultTextColor);
233
+ _defineProperty(this, "formSubTitleColor", this.defaultColor6);
234
+ //dialog
235
+ _defineProperty(this, "dialogBackgroundColor", this.widgetBgColor);
236
+ _defineProperty(this, "dialogBorderColor", this.widgetBorderColor);
237
+ _defineProperty(this, "dialogCloseIconColor", this.defaultColorA);
238
+ _defineProperty(this, "dialogLabelColor", this.defaultColor3);
239
+ _defineProperty(this, "dialogIconColor", this.defaultColor4);
240
+ _defineProperty(this, "dialogSupportingTextColor", this.defaultColor1);
241
+ //alert dialog
242
+ _defineProperty(this, "alertMessageColor", this.defaultColor8);
243
+ _defineProperty(this, "badgeTextColor", this.defaultColorF);
244
+ //popover
245
+ _defineProperty(this, "popoverBackgroundColor", this.defaultColorF);
246
+ _defineProperty(this, "popoverTitleBackgroundColor", this.defaultColorD);
247
+ _defineProperty(this, "popoverTitleColor", this.defaultColor1);
248
+ //menu
249
+ _defineProperty(this, "menuIconColor", this.defaultColor6);
250
+ _defineProperty(this, "menuTextColor", this.defaultColor6);
251
+ _defineProperty(this, "menuBackgroundColor", this.popoverBackgroundColor);
252
+ _defineProperty(this, "menuItemBorderColor", this.widgetBorderColor);
253
+ _defineProperty(this, "menuItemIconColor", this.defaultColor6);
254
+ _defineProperty(this, "menuItemTextColor", this.defaultColor6);
255
+ //tile Variables
256
+ _defineProperty(this, "tileDangerColor", this.dangerColor);
257
+ _defineProperty(this, "tileInfoColor", this.infoColor);
258
+ _defineProperty(this, "tilePrimaryColor", this.primaryColor);
259
+ _defineProperty(this, "tileSuccessColor", this.successColor);
260
+ _defineProperty(this, "tileWarningColor", this.warningColor);
261
+ _defineProperty(this, "tileWellbgColor", this.defaultColorF);
262
+ _defineProperty(this, "tileWellBorderColor", this.defaultColorE);
263
+ _defineProperty(this, "tilePrimaryTextColor", this.primaryContrastColor);
264
+ //switch
265
+ _defineProperty(this, "switchBgColor", this.widgetBgColor);
266
+ _defineProperty(this, "switchTextColor", this.defaultTextColor);
267
+ _defineProperty(this, "switchActiveBgColor", this.primaryColor);
268
+ _defineProperty(this, "switchActiveTextColor", this.primaryContrastColor);
269
+ _defineProperty(this, "switchBorderColor", this.widgetBorderColor);
270
+ //message
271
+ _defineProperty(this, "messageSuccessColor", this.successColor);
272
+ _defineProperty(this, "messageErrorColor", this.dangerColor);
273
+ _defineProperty(this, "messageWarningColor", this.warningColor);
274
+ _defineProperty(this, "messageInfoColor", this.infoColor);
275
+ _defineProperty(this, "messageLoadingColor", this.infoColor);
276
+ //panel
277
+ _defineProperty(this, "panelBgColor", this.widgetBgColor);
278
+ _defineProperty(this, "panelHeaderBgColor", this.widgetHeaderBgColor);
279
+ _defineProperty(this, "panelHeaderTextColor", this.widgetHeaderTextColor);
280
+ _defineProperty(this, "panelFooterColor", this.defaultColorD);
281
+ _defineProperty(this, "panelBorderColor", this.widgetBorderColor);
282
+ _defineProperty(this, "panelDangerColor", this.dangerColor);
283
+ _defineProperty(this, "panelDefaultColor", this.defaultColor);
284
+ _defineProperty(this, "panelInfoColor", this.infoColor);
285
+ _defineProperty(this, "panelPrimaryColor", this.primaryColor);
286
+ _defineProperty(this, "panelSuccessColor", this.successColor);
287
+ _defineProperty(this, "panelWarningColor", this.warningColor);
288
+ _defineProperty(this, "panelTextColor", this.defaultColorF);
289
+ //card
290
+ _defineProperty(this, "cardHeaderBgColor", this.defaultColorD);
291
+ _defineProperty(this, "cardBgColor", this.widgetBgColor);
292
+ _defineProperty(this, "cardTitleColor", this.listTitleColor);
293
+ _defineProperty(this, "cardShadowColor", this.defaultColor);
294
+ _defineProperty(this, "cardSubTitleColor", this.listSubTitleColor);
295
+ _defineProperty(this, "cardBorderColor", this.defaultColorD);
296
+ _defineProperty(this, "cardContentBgColor", this.defaultColorF);
297
+ _defineProperty(this, "cardFooterBgColor", this.defaultColorF);
298
+ _defineProperty(this, "cardFooterBorderColor", this.defaultColorD);
299
+ //progress bar
300
+ _defineProperty(this, "progressBarDefaultColor", this.primaryColor);
301
+ _defineProperty(this, "progressBarTrackColor", this.defaultColorD);
302
+ _defineProperty(this, "progressBarSuccessColor", this.successColor);
303
+ _defineProperty(this, "progressBarDangerColor", this.dangerColor);
304
+ _defineProperty(this, "progressBarInfoColor", this.infoColor);
305
+ _defineProperty(this, "progressBarWarningColor", this.warningColor);
306
+ //progress circle
307
+ _defineProperty(this, "progressCircleDefaultColor", this.primaryColor);
308
+ _defineProperty(this, "progressCircleSuccessColor", this.successColor);
309
+ _defineProperty(this, "progressCircleDangerColor", this.dangerColor);
310
+ _defineProperty(this, "progressCircleInfoColor", this.infoColor);
311
+ _defineProperty(this, "progressCircleWarningColor", this.warningColor);
312
+ //container
313
+ _defineProperty(this, "containerOutlineColor", this.defaultColorC);
314
+ //accordion
315
+ _defineProperty(this, "accordionBgColor", this.widgetBgColor);
316
+ _defineProperty(this, "accordionTitleColor", this.widgetHeaderTextColor);
317
+ _defineProperty(this, "accordionHeaderBgColor", this.defaultColorF);
318
+ _defineProperty(this, "accordionIconColor", this.defaultColorB);
319
+ _defineProperty(this, "accordionActiveIconColor", this.defaultColorF);
320
+ _defineProperty(this, "accordionActiveHeaderBgColor", this.widgetActiveHeaderBgColor);
321
+ _defineProperty(this, "accordionActiveHeaderTextColor", this.widgetActiveHeaderTextColor);
322
+ _defineProperty(this, "accordionBorderColor", this.defaultColorE);
323
+ _defineProperty(this, "accordionPaneBgColor", this.defaultColorF);
324
+ //carousel
325
+ _defineProperty(this, "carouselPrevBtnColor", this.defaultColorF);
326
+ _defineProperty(this, "carouselPrevBgColor", Color(this.defaultColorF).fade(0.6).rgb().toString());
327
+ _defineProperty(this, "carouselNextBtnColor", this.defaultColorF);
328
+ _defineProperty(this, "carouselNextBgColor", Color(this.defaultColorF).fade(0.6).rgb().toString());
329
+ _defineProperty(this, "carouselDotWrapperBgColor", this.transparent);
330
+ _defineProperty(this, "carouselDotColor", this.defaultColorF);
331
+ _defineProperty(this, "carouselActiveDotColor", this.defaultColorF);
332
+ //calendar
333
+ _defineProperty(this, "calendarBgColor", this.defaultColorF);
334
+ _defineProperty(this, "calendarHeaderBgColor", this.defaultColorF);
335
+ _defineProperty(this, "calendarHeaderTextColor", this.defaultTextColor);
336
+ _defineProperty(this, "calendarWeekDayTextColor", this.defaultColorA);
337
+ _defineProperty(this, "calendarDateColor", this.defaultColor);
338
+ _defineProperty(this, "calendarNotCurrentMonthDateColor", this.defaultColor6);
339
+ _defineProperty(this, "calendarHeaderColor", this.defaultColorF);
340
+ _defineProperty(this, "calendarPrevYearIconColor", this.defaultColorA);
341
+ _defineProperty(this, "calendarNextYearIconColor", this.defaultColorA);
342
+ _defineProperty(this, "calendarPrevMonthIconColor", this.defaultColorA);
343
+ _defineProperty(this, "calendarNextMonthIconColor", this.defaultColorA);
344
+ _defineProperty(this, "calendarDayBgColor", this.defaultColor);
345
+ _defineProperty(this, "calendarSelectedDayBgColor", this.primaryColor);
346
+ _defineProperty(this, "calendarSelectedDayTextColor", this.defaultColorF);
347
+ _defineProperty(this, "calendarTodayBgColor", this.defaultColorE);
348
+ _defineProperty(this, "calendarEventDay1Color", this.primaryColor1);
349
+ _defineProperty(this, "calendarEventDay2Color", this.primaryColor2);
350
+ _defineProperty(this, "calendarEventDay3Color", this.primaryColor3);
351
+ //date picker
352
+ _defineProperty(this, "datepickerBgColor", this.defaultColorF);
353
+ //wizard
354
+ _defineProperty(this, "wizardBackgroundColor", this.widgetBgColor);
355
+ _defineProperty(this, "wizardStepActiveColor", this.primaryColor);
356
+ _defineProperty(this, "wizardStepDoneColor", this.successColor);
357
+ _defineProperty(this, "wizardStepDoneTextColor", this.defaultColorF);
358
+ _defineProperty(this, "wizardStepIconColor", this.defaultColorF);
359
+ _defineProperty(this, "wizardStepColor", this.defaultColor9);
360
+ _defineProperty(this, "wizardActiveStepColor", this.defaultColorF);
361
+ _defineProperty(this, "wizardDoneStepColor", this.defaultColorF);
362
+ _defineProperty(this, "wizardStepTitleColor", this.defaultColorA);
363
+ _defineProperty(this, "wizardNextBtnColor", this.primaryColor);
364
+ _defineProperty(this, "wizardDoneBtnColor", this.successColor);
365
+ _defineProperty(this, "wizardStepConnectorColor", this.defaultColorE);
366
+ _defineProperty(this, "wizardStepCounerColor", this.defaultColor9);
367
+ _defineProperty(this, "wizardBorderColor", this.widgetBorderColor);
368
+ //Search
369
+ _defineProperty(this, "searchBorderColor", this.defaultColorD);
370
+ _defineProperty(this, "searchButtonColor", this.primaryColor);
371
+ _defineProperty(this, "searchButtonTextColor", this.primaryContrastColor);
372
+ _defineProperty(this, "searchItemBorderColor", this.defaultColorD);
373
+ _defineProperty(this, "searchItemTextColor", this.defaultColor6);
374
+ _defineProperty(this, "searchDropdownBackgroundColor", this.defaultColorF);
375
+ _defineProperty(this, "searchDataCompleteItemBgColor", this.defaultColorE);
376
+ _defineProperty(this, "searchBgContainerColor", this.defaultColorD);
377
+ //Select
378
+ _defineProperty(this, "selectBorderColor", this.defaultColorD);
379
+ _defineProperty(this, "selecttemBorderColor", this.defaultColorD);
380
+ _defineProperty(this, "selectItemTextColor", this.defaultColor6);
381
+ _defineProperty(this, "selectDropdownBackgroundColor", this.defaultColorF);
382
+ //Chip
383
+ _defineProperty(this, "chipActiveTextColor", this.defaultColorF);
384
+ _defineProperty(this, "chipDefaultTextColor", this.defaultColorA);
385
+ _defineProperty(this, "chipborderColor", this.defaultColorD);
386
+ _defineProperty(this, "chipContainerColor", this.defaultColorF);
387
+ _defineProperty(this, "chipIconColor", this.primaryColor);
388
+ _defineProperty(this, "chipSelectedOutlineColor", this.defaultColor6);
389
+ _defineProperty(this, "chipSelectedContainerColor", this.defaultColor7);
390
+ //Login
391
+ _defineProperty(this, "loginErrorMsgColor", this.dangerContrastColor);
392
+ _defineProperty(this, "loginErrorMsgBgColor", this.dangerColor);
393
+ _defineProperty(this, "loginErrorMsgBorderColor", this.dangerColor);
394
+ //camera
395
+ _defineProperty(this, "cameraBgColor", this.defaultColorF);
396
+ _defineProperty(this, "cameraBorderColor", this.widgetBorderColor);
397
+ _defineProperty(this, "cameraTextColor", this.defaultTextColor);
398
+ //barcode-scanner
399
+ _defineProperty(this, "barcodeScannerBgColor", this.defaultColorF);
400
+ _defineProperty(this, "barcodeScannerBorderColor", this.widgetBorderColor);
401
+ _defineProperty(this, "barcodeScannerTextColor", this.defaultTextColor);
402
+ //fileupload
403
+ _defineProperty(this, "fileuploadBgColor", this.defaultColorF);
404
+ _defineProperty(this, "fileuploadBorderColor", this.widgetBorderColor);
405
+ _defineProperty(this, "fileuploadTextColor", this.defaultTextColor);
406
+ //charts
407
+ _defineProperty(this, "chartLabelColor", this.defaultTextColor);
408
+ _defineProperty(this, "chartGraphLinesColor", this.defaultColorC);
409
+ _defineProperty(this, "chartLineColor", this.defaultColor8);
410
+ _defineProperty(this, "chartLegendBorder", this.defaultColor7);
411
+ _defineProperty(this, "chartAxisColor", this.defaultColor5);
412
+ _defineProperty(this, "chartAxisPointColor", this.defaultColor9);
413
+ _defineProperty(this, "chartTitleColor", this.widgetHeaderTextColor);
414
+ _defineProperty(this, "chartSubTitleColor", this.defaultColor6);
415
+ // Network Toast
416
+ _defineProperty(this, "networkToastBgColor", this.defaultColor3);
417
+ _defineProperty(this, "networkToastTextColor", this.defaultColorF);
418
+ _defineProperty(this, "networkToastActionTextColor", this.primaryColor);
419
+ _defineProperty(this, "networkToastActionSeparatorColor", this.networkToastTextColor);
420
+ // Skeleton
421
+ _defineProperty(this, "skeletonBgColor", this.defaultColorE);
422
+ _defineProperty(this, "skeletonAnimatedBgColor", this.defaultColorE);
423
+ _defineProperty(this, "skeletonGradientBgColor", this.defaultColorF);
424
+ _defineProperty(this, "skeletonGradientShadowColor", this.defaultColorF);
425
+ _defineProperty(this, "skeletonGradientForegroundColor", this.transparent);
426
+ // Audio
427
+ _defineProperty(this, "audioPlayerBgColor", this.defaultColorF);
428
+ _defineProperty(this, "audioPlayerFgColor", this.defaultColor3);
429
+ //Tool tip
430
+ _defineProperty(this, "tooltipBgColor", "#e7f9fd");
431
+ // Wheel Picker
432
+ _defineProperty(this, "wheelHighlightBorder", 'var(--primaryColor)');
433
+ _defineProperty(this, "wheelSelectedTextColor", 'var(--wheelSelectedColor)');
434
+ _defineProperty(this, "wheelTextColor", 'var(--wheelColor)');
435
+ // Text Area
436
+ _defineProperty(this, "textAreaHelpTextColor", '#61656c');
437
+ // Bottom Shhet
438
+ _defineProperty(this, "bottomSheetBgColor", 'rgba(0,0,0,0.1)');
439
+ _defineProperty(this, "bottomSheetDragIconcolor", 'rgba(60,60,67,0.3)');
440
+ }
441
+ }
442
+ _ThemeVariables = ThemeVariables;
443
+ _defineProperty(ThemeVariables, "INSTANCE", new _ThemeVariables());
444
+ //# sourceMappingURL=theme.variables.js.map