@wavemaker/app-rn-runtime 11.4.3-next.30202 → 11.4.3-patch.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1040) hide show
  1. package/components/advanced/carousel/carousel.component.js +209 -0
  2. package/components/advanced/carousel/carousel.component.js.map +1 -0
  3. package/components/advanced/login/login.component.js +39 -0
  4. package/components/advanced/login/login.component.js.map +1 -0
  5. package/components/advanced/network-info-toaster/network-info-toaster.component.js +114 -0
  6. package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
  7. package/components/advanced/webview/webview.component.js +130 -0
  8. package/components/advanced/webview/webview.component.js.map +1 -0
  9. package/components/basic/anchor/anchor.component.js +71 -0
  10. package/components/basic/anchor/anchor.component.js.map +1 -0
  11. package/components/basic/audio/audio.component.js +245 -0
  12. package/components/basic/audio/audio.component.js.map +1 -0
  13. package/components/basic/button/button.component.js +53 -0
  14. package/components/basic/button/button.component.js.map +1 -0
  15. package/components/basic/button/button.styles.js +134 -0
  16. package/components/basic/button/button.styles.js.map +1 -0
  17. package/components/basic/buttongroup/buttongroup.styles.js +51 -0
  18. package/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
  19. package/components/basic/icon/icon.component.js +196 -0
  20. package/components/basic/icon/icon.component.js.map +1 -0
  21. package/components/basic/label/label.component.js +122 -0
  22. package/components/basic/label/label.component.js.map +1 -0
  23. package/components/basic/label/label.styles.js +123 -0
  24. package/components/basic/label/label.styles.js.map +1 -0
  25. package/components/basic/message/message.component.js +76 -0
  26. package/components/basic/message/message.component.js.map +1 -0
  27. package/components/basic/picture/picture.component.js +189 -0
  28. package/components/basic/picture/picture.component.js.map +1 -0
  29. package/components/basic/progress-bar/progress-bar.component.js +38 -0
  30. package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
  31. package/components/basic/progress-bar/progress-bar.styles.js +29 -0
  32. package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
  33. package/components/basic/progress-circle/progress-circle.component.js +76 -0
  34. package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
  35. package/components/basic/search/search.component.js +417 -0
  36. package/components/basic/search/search.component.js.map +1 -0
  37. package/components/basic/search/search.styles.js +172 -0
  38. package/components/basic/search/search.styles.js.map +1 -0
  39. package/components/basic/spinner/spinner.component.js +91 -0
  40. package/components/basic/spinner/spinner.component.js.map +1 -0
  41. package/components/basic/spinner/spinner.styles.js +40 -0
  42. package/components/basic/spinner/spinner.styles.js.map +1 -0
  43. package/components/basic/video/video.component.js +57 -0
  44. package/components/basic/video/video.component.js.map +1 -0
  45. package/components/container/accordion/accordion.component.js +145 -0
  46. package/components/container/accordion/accordion.component.js.map +1 -0
  47. package/components/container/accordion/accordionpane/accordionpane.component.js +75 -0
  48. package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
  49. package/components/container/container.component.js +38 -0
  50. package/components/container/container.component.js.map +1 -0
  51. package/components/container/panel/collapsible-pane.component.js +26 -0
  52. package/components/container/panel/collapsible-pane.component.js.map +1 -0
  53. package/components/container/panel/panel.component.js +109 -0
  54. package/components/container/panel/panel.component.js.map +1 -0
  55. package/components/container/panel/panel.styles.js +105 -0
  56. package/components/container/panel/panel.styles.js.map +1 -0
  57. package/components/container/tabs/tabheader/tabheader.component.js +184 -0
  58. package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
  59. package/components/container/tabs/tabheader/tabheader.styles.js +68 -0
  60. package/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
  61. package/components/container/tabs/tabs.component.js +230 -0
  62. package/components/container/tabs/tabs.component.js.map +1 -0
  63. package/components/container/tile/tile.component.js +22 -0
  64. package/components/container/tile/tile.component.js.map +1 -0
  65. package/components/container/wizard/wizard.component.js +181 -0
  66. package/components/container/wizard/wizard.component.js.map +1 -0
  67. package/components/container/wizard/wizard.styles.js +194 -0
  68. package/components/container/wizard/wizard.styles.js.map +1 -0
  69. package/components/data/card/card.component.js +68 -0
  70. package/components/data/card/card.component.js.map +1 -0
  71. package/components/data/form/form-action/form-action.component.js +34 -0
  72. package/components/data/form/form-action/form-action.component.js.map +1 -0
  73. package/components/data/form/form-field/form-field.component.js +226 -0
  74. package/components/data/form/form-field/form-field.component.js.map +1 -0
  75. package/components/data/form/form.component.js +399 -0
  76. package/components/data/form/form.component.js.map +1 -0
  77. package/components/data/list/list-template/list-template.styles.js +26 -0
  78. package/components/data/list/list-template/list-template.styles.js.map +1 -0
  79. package/components/data/list/list.component.js +313 -0
  80. package/components/data/list/list.component.js.map +1 -0
  81. package/components/data/list/list.styles.js +129 -0
  82. package/components/data/list/list.styles.js.map +1 -0
  83. package/components/device/barcodescanner/barcodescanner.component.js +47 -0
  84. package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
  85. package/components/device/barcodescanner/barcodescanner.styles.js +31 -0
  86. package/components/device/barcodescanner/barcodescanner.styles.js.map +1 -0
  87. package/components/device/camera/camera.component.js +65 -0
  88. package/components/device/camera/camera.component.js.map +1 -0
  89. package/components/device/camera/camera.styles.js +31 -0
  90. package/components/device/camera/camera.styles.js.map +1 -0
  91. package/components/dialogs/alertdialog/alertdialog.component.js +67 -0
  92. package/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
  93. package/components/dialogs/alertdialog/alertdialog.styles.js +33 -0
  94. package/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
  95. package/components/dialogs/confirmdialog/confirmdialog.component.js +73 -0
  96. package/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
  97. package/components/dialogs/confirmdialog/confirmdialog.styles.js +58 -0
  98. package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
  99. package/components/dialogs/dialog/dialog.component.js +94 -0
  100. package/components/dialogs/dialog/dialog.component.js.map +1 -0
  101. package/components/dialogs/dialog/dialog.styles.js +70 -0
  102. package/components/dialogs/dialog/dialog.styles.js.map +1 -0
  103. package/components/input/calendar/calendar.component.js +139 -0
  104. package/components/input/calendar/calendar.component.js.map +1 -0
  105. package/components/input/calendar/calendar.styles.js +143 -0
  106. package/components/input/calendar/calendar.styles.js.map +1 -0
  107. package/components/input/calendar/views/month-view.js +195 -0
  108. package/components/input/calendar/views/month-view.js.map +1 -0
  109. package/components/input/checkbox/checkbox.component.js +95 -0
  110. package/components/input/checkbox/checkbox.component.js.map +1 -0
  111. package/components/input/checkboxset/checkboxset.component.js +92 -0
  112. package/components/input/checkboxset/checkboxset.component.js.map +1 -0
  113. package/components/input/chips/chips.component.js +270 -0
  114. package/components/input/chips/chips.component.js.map +1 -0
  115. package/components/input/chips/chips.styles.js +93 -0
  116. package/components/input/chips/chips.styles.js.map +1 -0
  117. package/components/input/currency/currency.component.js +70 -0
  118. package/components/input/currency/currency.component.js.map +1 -0
  119. package/components/input/currency/currency.styles.js +72 -0
  120. package/components/input/currency/currency.styles.js.map +1 -0
  121. package/components/input/epoch/base-datetime.component.js +274 -0
  122. package/components/input/epoch/base-datetime.component.js.map +1 -0
  123. package/components/input/fileupload/fileupload.component.js +56 -0
  124. package/components/input/fileupload/fileupload.component.js.map +1 -0
  125. package/components/input/number/number.component.js +52 -0
  126. package/components/input/number/number.component.js.map +1 -0
  127. package/components/input/number/number.styles.js +42 -0
  128. package/components/input/number/number.styles.js.map +1 -0
  129. package/components/input/radioset/radioset.component.js +61 -0
  130. package/components/input/radioset/radioset.component.js.map +1 -0
  131. package/components/input/rating/rating.component.js +144 -0
  132. package/components/input/rating/rating.component.js.map +1 -0
  133. package/components/input/select/select.component.js +184 -0
  134. package/components/input/select/select.component.js.map +1 -0
  135. package/components/input/select/select.styles.js +99 -0
  136. package/components/input/select/select.styles.js.map +1 -0
  137. package/components/input/slider/slider.component.js +148 -0
  138. package/components/input/slider/slider.component.js.map +1 -0
  139. package/components/input/slider/slider.styles.js +58 -0
  140. package/components/input/slider/slider.styles.js.map +1 -0
  141. package/components/input/switch/switch.component.js +73 -0
  142. package/components/input/switch/switch.component.js.map +1 -0
  143. package/components/input/switch/switch.styles.js +117 -0
  144. package/components/input/switch/switch.styles.js.map +1 -0
  145. package/components/input/text/text.component.js +47 -0
  146. package/components/input/text/text.component.js.map +1 -0
  147. package/components/input/text/text.styles.js +48 -0
  148. package/components/input/text/text.styles.js.map +1 -0
  149. package/components/input/textarea/textarea.component.js +48 -0
  150. package/components/input/textarea/textarea.component.js.map +1 -0
  151. package/components/input/toggle/toggle.component.js +95 -0
  152. package/components/input/toggle/toggle.component.js.map +1 -0
  153. package/components/input/toggle/toggle.styles.js +55 -0
  154. package/components/input/toggle/toggle.styles.js.map +1 -0
  155. package/components/navigation/appnavbar/appnavbar.component.js +57 -0
  156. package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
  157. package/components/navigation/appnavbar/appnavbar.styles.js +160 -0
  158. package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
  159. package/components/navigation/menu/menu.component.js +63 -0
  160. package/components/navigation/menu/menu.component.js.map +1 -0
  161. package/components/navigation/menu/menu.styles.js +71 -0
  162. package/components/navigation/menu/menu.styles.js.map +1 -0
  163. package/components/navigation/navbar/navbar.component.js +77 -0
  164. package/components/navigation/navbar/navbar.component.js.map +1 -0
  165. package/components/navigation/navitem/navitem.component.js +66 -0
  166. package/components/navigation/navitem/navitem.component.js.map +1 -0
  167. package/components/navigation/navitem/navitem.styles.js +80 -0
  168. package/components/navigation/navitem/navitem.styles.js.map +1 -0
  169. package/components/navigation/popover/popover.component.js +129 -0
  170. package/components/navigation/popover/popover.component.js.map +1 -0
  171. package/components/navigation/popover/popover.styles.js +75 -0
  172. package/components/navigation/popover/popover.styles.js.map +1 -0
  173. package/components/page/left-panel/left-panel.styles.js +18 -0
  174. package/components/page/left-panel/left-panel.styles.js.map +1 -0
  175. package/components/page/tabbar/tabbar.component.js +103 -0
  176. package/components/page/tabbar/tabbar.component.js.map +1 -0
  177. package/core/base.component.js +425 -0
  178. package/core/base.component.js.map +1 -0
  179. package/core/change.queue.js +26 -0
  180. package/core/change.queue.js.map +1 -0
  181. package/core/formatters.js +61 -0
  182. package/core/formatters.js.map +1 -0
  183. package/core/tappable.component.js +82 -0
  184. package/core/tappable.component.js.map +1 -0
  185. package/core/testid.provider.js +5 -0
  186. package/core/testid.provider.js.map +1 -0
  187. package/package.json +244 -0
  188. package/runtime/App.js +480 -0
  189. package/runtime/App.js.map +1 -0
  190. package/runtime/base-fragment.component.js +340 -0
  191. package/runtime/base-fragment.component.js.map +1 -0
  192. package/runtime/services/device/camera-service.js +349 -0
  193. package/runtime/services/device/camera-service.js.map +1 -0
  194. package/runtime/services/device/scan-service.js +136 -0
  195. package/runtime/services/device/scan-service.js.map +1 -0
  196. package/styles/fdfd.css +56 -0
  197. package/styles/theme.variables.js +403 -0
  198. package/styles/theme.variables.js.map +1 -0
  199. app-rn-runtime/components/advanced/carousel/carousel.component.js +0 -201
  200. app-rn-runtime/components/advanced/carousel/carousel.component.js.map +0 -1
  201. app-rn-runtime/components/advanced/login/login.component.js +0 -38
  202. app-rn-runtime/components/advanced/login/login.component.js.map +0 -1
  203. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js +0 -113
  204. app-rn-runtime/components/advanced/network-info-toaster/network-info-toaster.component.js.map +0 -1
  205. app-rn-runtime/components/advanced/webview/webview.component.js +0 -129
  206. app-rn-runtime/components/advanced/webview/webview.component.js.map +0 -1
  207. app-rn-runtime/components/basic/anchor/anchor.component.js +0 -69
  208. app-rn-runtime/components/basic/anchor/anchor.component.js.map +0 -1
  209. app-rn-runtime/components/basic/audio/audio.component.js +0 -240
  210. app-rn-runtime/components/basic/audio/audio.component.js.map +0 -1
  211. app-rn-runtime/components/basic/button/button.component.js +0 -52
  212. app-rn-runtime/components/basic/button/button.component.js.map +0 -1
  213. app-rn-runtime/components/basic/button/button.styles.js +0 -124
  214. app-rn-runtime/components/basic/button/button.styles.js.map +0 -1
  215. app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js +0 -50
  216. app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +0 -1
  217. app-rn-runtime/components/basic/icon/icon.component.js +0 -195
  218. app-rn-runtime/components/basic/icon/icon.component.js.map +0 -1
  219. app-rn-runtime/components/basic/label/label.component.js +0 -65
  220. app-rn-runtime/components/basic/label/label.component.js.map +0 -1
  221. app-rn-runtime/components/basic/label/label.styles.js +0 -122
  222. app-rn-runtime/components/basic/label/label.styles.js.map +0 -1
  223. app-rn-runtime/components/basic/message/message.component.js +0 -73
  224. app-rn-runtime/components/basic/message/message.component.js.map +0 -1
  225. app-rn-runtime/components/basic/picture/picture.component.js +0 -187
  226. app-rn-runtime/components/basic/picture/picture.component.js.map +0 -1
  227. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js +0 -36
  228. app-rn-runtime/components/basic/progress-bar/progress-bar.component.js.map +0 -1
  229. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js +0 -29
  230. app-rn-runtime/components/basic/progress-bar/progress-bar.styles.js.map +0 -1
  231. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js +0 -75
  232. app-rn-runtime/components/basic/progress-circle/progress-circle.component.js.map +0 -1
  233. app-rn-runtime/components/basic/search/search.component.js +0 -413
  234. app-rn-runtime/components/basic/search/search.component.js.map +0 -1
  235. app-rn-runtime/components/basic/search/search.styles.js +0 -171
  236. app-rn-runtime/components/basic/search/search.styles.js.map +0 -1
  237. app-rn-runtime/components/basic/spinner/spinner.component.js +0 -87
  238. app-rn-runtime/components/basic/spinner/spinner.component.js.map +0 -1
  239. app-rn-runtime/components/basic/spinner/spinner.styles.js +0 -39
  240. app-rn-runtime/components/basic/spinner/spinner.styles.js.map +0 -1
  241. app-rn-runtime/components/basic/video/video.component.js +0 -56
  242. app-rn-runtime/components/basic/video/video.component.js.map +0 -1
  243. app-rn-runtime/components/container/accordion/accordion.component.js +0 -142
  244. app-rn-runtime/components/container/accordion/accordion.component.js.map +0 -1
  245. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js +0 -94
  246. app-rn-runtime/components/container/accordion/accordionpane/accordionpane.component.js.map +0 -1
  247. app-rn-runtime/components/container/container.component.js +0 -37
  248. app-rn-runtime/components/container/container.component.js.map +0 -1
  249. app-rn-runtime/components/container/panel/panel.component.js +0 -127
  250. app-rn-runtime/components/container/panel/panel.component.js.map +0 -1
  251. app-rn-runtime/components/container/panel/panel.styles.js +0 -98
  252. app-rn-runtime/components/container/panel/panel.styles.js.map +0 -1
  253. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js +0 -182
  254. app-rn-runtime/components/container/tabs/tabheader/tabheader.component.js.map +0 -1
  255. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js +0 -64
  256. app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +0 -1
  257. app-rn-runtime/components/container/tabs/tabs.component.js +0 -229
  258. app-rn-runtime/components/container/tabs/tabs.component.js.map +0 -1
  259. app-rn-runtime/components/container/tile/tile.component.js +0 -21
  260. app-rn-runtime/components/container/tile/tile.component.js.map +0 -1
  261. app-rn-runtime/components/container/wizard/wizard.component.js +0 -176
  262. app-rn-runtime/components/container/wizard/wizard.component.js.map +0 -1
  263. app-rn-runtime/components/container/wizard/wizard.styles.js +0 -183
  264. app-rn-runtime/components/container/wizard/wizard.styles.js.map +0 -1
  265. app-rn-runtime/components/data/card/card.component.js +0 -67
  266. app-rn-runtime/components/data/card/card.component.js.map +0 -1
  267. app-rn-runtime/components/data/form/form-action/form-action.component.js +0 -33
  268. app-rn-runtime/components/data/form/form-action/form-action.component.js.map +0 -1
  269. app-rn-runtime/components/data/form/form-field/form-field.component.js +0 -225
  270. app-rn-runtime/components/data/form/form-field/form-field.component.js.map +0 -1
  271. app-rn-runtime/components/data/form/form.component.js +0 -396
  272. app-rn-runtime/components/data/form/form.component.js.map +0 -1
  273. app-rn-runtime/components/data/list/list-template/list-template.styles.js +0 -22
  274. app-rn-runtime/components/data/list/list-template/list-template.styles.js.map +0 -1
  275. app-rn-runtime/components/data/list/list.component.js +0 -307
  276. app-rn-runtime/components/data/list/list.component.js.map +0 -1
  277. app-rn-runtime/components/data/list/list.styles.js +0 -122
  278. app-rn-runtime/components/data/list/list.styles.js.map +0 -1
  279. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js +0 -46
  280. app-rn-runtime/components/device/barcodescanner/barcodescanner.component.js.map +0 -1
  281. app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js +0 -30
  282. app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js.map +0 -1
  283. app-rn-runtime/components/device/camera/camera.component.js +0 -64
  284. app-rn-runtime/components/device/camera/camera.component.js.map +0 -1
  285. app-rn-runtime/components/device/camera/camera.styles.js +0 -30
  286. app-rn-runtime/components/device/camera/camera.styles.js.map +0 -1
  287. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js +0 -64
  288. app-rn-runtime/components/dialogs/alertdialog/alertdialog.component.js.map +0 -1
  289. app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js +0 -27
  290. app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +0 -1
  291. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js +0 -69
  292. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.component.js.map +0 -1
  293. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js +0 -58
  294. app-rn-runtime/components/dialogs/confirmdialog/confirmdialog.styles.js.map +0 -1
  295. app-rn-runtime/components/dialogs/dialog/dialog.component.js +0 -92
  296. app-rn-runtime/components/dialogs/dialog/dialog.component.js.map +0 -1
  297. app-rn-runtime/components/dialogs/dialog/dialog.styles.js +0 -61
  298. app-rn-runtime/components/dialogs/dialog/dialog.styles.js.map +0 -1
  299. app-rn-runtime/components/input/calendar/calendar.component.js +0 -135
  300. app-rn-runtime/components/input/calendar/calendar.component.js.map +0 -1
  301. app-rn-runtime/components/input/calendar/calendar.styles.js +0 -132
  302. app-rn-runtime/components/input/calendar/calendar.styles.js.map +0 -1
  303. app-rn-runtime/components/input/calendar/views/month-view.js +0 -191
  304. app-rn-runtime/components/input/calendar/views/month-view.js.map +0 -1
  305. app-rn-runtime/components/input/checkbox/checkbox.component.js +0 -95
  306. app-rn-runtime/components/input/checkbox/checkbox.component.js.map +0 -1
  307. app-rn-runtime/components/input/checkboxset/checkboxset.component.js +0 -91
  308. app-rn-runtime/components/input/checkboxset/checkboxset.component.js.map +0 -1
  309. app-rn-runtime/components/input/chips/chips.component.js +0 -266
  310. app-rn-runtime/components/input/chips/chips.component.js.map +0 -1
  311. app-rn-runtime/components/input/chips/chips.styles.js +0 -85
  312. app-rn-runtime/components/input/chips/chips.styles.js.map +0 -1
  313. app-rn-runtime/components/input/currency/currency.component.js +0 -70
  314. app-rn-runtime/components/input/currency/currency.component.js.map +0 -1
  315. app-rn-runtime/components/input/currency/currency.styles.js +0 -64
  316. app-rn-runtime/components/input/currency/currency.styles.js.map +0 -1
  317. app-rn-runtime/components/input/epoch/base-datetime.component.js +0 -272
  318. app-rn-runtime/components/input/epoch/base-datetime.component.js.map +0 -1
  319. app-rn-runtime/components/input/fileupload/fileupload.component.js +0 -55
  320. app-rn-runtime/components/input/fileupload/fileupload.component.js.map +0 -1
  321. app-rn-runtime/components/input/number/number.component.js +0 -52
  322. app-rn-runtime/components/input/number/number.component.js.map +0 -1
  323. app-rn-runtime/components/input/number/number.styles.js +0 -38
  324. app-rn-runtime/components/input/number/number.styles.js.map +0 -1
  325. app-rn-runtime/components/input/radioset/radioset.component.js +0 -60
  326. app-rn-runtime/components/input/radioset/radioset.component.js.map +0 -1
  327. app-rn-runtime/components/input/rating/rating.component.js +0 -142
  328. app-rn-runtime/components/input/rating/rating.component.js.map +0 -1
  329. app-rn-runtime/components/input/select/select.component.js +0 -181
  330. app-rn-runtime/components/input/select/select.component.js.map +0 -1
  331. app-rn-runtime/components/input/select/select.styles.js +0 -98
  332. app-rn-runtime/components/input/select/select.styles.js.map +0 -1
  333. app-rn-runtime/components/input/slider/slider.component.js +0 -77
  334. app-rn-runtime/components/input/slider/slider.component.js.map +0 -1
  335. app-rn-runtime/components/input/slider/slider.styles.js +0 -33
  336. app-rn-runtime/components/input/slider/slider.styles.js.map +0 -1
  337. app-rn-runtime/components/input/switch/switch.component.js +0 -71
  338. app-rn-runtime/components/input/switch/switch.component.js.map +0 -1
  339. app-rn-runtime/components/input/switch/switch.styles.js +0 -115
  340. app-rn-runtime/components/input/switch/switch.styles.js.map +0 -1
  341. app-rn-runtime/components/input/text/text.component.js +0 -47
  342. app-rn-runtime/components/input/text/text.component.js.map +0 -1
  343. app-rn-runtime/components/input/text/text.styles.js +0 -44
  344. app-rn-runtime/components/input/text/text.styles.js.map +0 -1
  345. app-rn-runtime/components/input/textarea/textarea.component.js +0 -48
  346. app-rn-runtime/components/input/textarea/textarea.component.js.map +0 -1
  347. app-rn-runtime/components/input/toggle/toggle.component.js +0 -94
  348. app-rn-runtime/components/input/toggle/toggle.component.js.map +0 -1
  349. app-rn-runtime/components/input/toggle/toggle.styles.js +0 -43
  350. app-rn-runtime/components/input/toggle/toggle.styles.js.map +0 -1
  351. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js +0 -52
  352. app-rn-runtime/components/navigation/appnavbar/appnavbar.component.js.map +0 -1
  353. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js +0 -160
  354. app-rn-runtime/components/navigation/appnavbar/appnavbar.styles.js.map +0 -1
  355. app-rn-runtime/components/navigation/menu/menu.component.js +0 -61
  356. app-rn-runtime/components/navigation/menu/menu.component.js.map +0 -1
  357. app-rn-runtime/components/navigation/menu/menu.styles.js +0 -67
  358. app-rn-runtime/components/navigation/menu/menu.styles.js.map +0 -1
  359. app-rn-runtime/components/navigation/navbar/navbar.component.js +0 -74
  360. app-rn-runtime/components/navigation/navbar/navbar.component.js.map +0 -1
  361. app-rn-runtime/components/navigation/navitem/navitem.component.js +0 -62
  362. app-rn-runtime/components/navigation/navitem/navitem.component.js.map +0 -1
  363. app-rn-runtime/components/navigation/navitem/navitem.styles.js +0 -76
  364. app-rn-runtime/components/navigation/navitem/navitem.styles.js.map +0 -1
  365. app-rn-runtime/components/navigation/popover/popover.component.js +0 -126
  366. app-rn-runtime/components/navigation/popover/popover.component.js.map +0 -1
  367. app-rn-runtime/components/navigation/popover/popover.styles.js +0 -69
  368. app-rn-runtime/components/navigation/popover/popover.styles.js.map +0 -1
  369. app-rn-runtime/components/page/left-panel/left-panel.styles.js +0 -13
  370. app-rn-runtime/components/page/left-panel/left-panel.styles.js.map +0 -1
  371. app-rn-runtime/components/page/tabbar/tabbar.component.js +0 -102
  372. app-rn-runtime/components/page/tabbar/tabbar.component.js.map +0 -1
  373. app-rn-runtime/core/base.component.js +0 -382
  374. app-rn-runtime/core/base.component.js.map +0 -1
  375. app-rn-runtime/core/formatters.js +0 -54
  376. app-rn-runtime/core/formatters.js.map +0 -1
  377. app-rn-runtime/core/tappable.component.js +0 -72
  378. app-rn-runtime/core/tappable.component.js.map +0 -1
  379. app-rn-runtime/package.json +0 -243
  380. app-rn-runtime/runtime/App.js +0 -465
  381. app-rn-runtime/runtime/App.js.map +0 -1
  382. app-rn-runtime/runtime/base-fragment.component.js +0 -330
  383. app-rn-runtime/runtime/base-fragment.component.js.map +0 -1
  384. app-rn-runtime/runtime/services/device/camera-service.js +0 -332
  385. app-rn-runtime/runtime/services/device/camera-service.js.map +0 -1
  386. app-rn-runtime/runtime/services/device/scan-service.js +0 -122
  387. app-rn-runtime/runtime/services/device/scan-service.js.map +0 -1
  388. app-rn-runtime/styles/theme.variables.js +0 -392
  389. app-rn-runtime/styles/theme.variables.js.map +0 -1
  390. {app-rn-runtime → package}/actions/base-action.js +0 -0
  391. {app-rn-runtime → package}/actions/base-action.js.map +0 -0
  392. {app-rn-runtime → package}/actions/index.js +0 -0
  393. {app-rn-runtime → package}/actions/index.js.map +0 -0
  394. {app-rn-runtime → package}/actions/login-action.js +0 -0
  395. {app-rn-runtime → package}/actions/login-action.js.map +0 -0
  396. {app-rn-runtime → package}/actions/logout-action.js +0 -0
  397. {app-rn-runtime → package}/actions/logout-action.js.map +0 -0
  398. {app-rn-runtime → package}/actions/navigation-action.js +0 -0
  399. {app-rn-runtime → package}/actions/navigation-action.js.map +0 -0
  400. {app-rn-runtime → package}/actions/notification-action.js +0 -0
  401. {app-rn-runtime → package}/actions/notification-action.js.map +0 -0
  402. {app-rn-runtime → package}/actions/timer-action.js +0 -0
  403. {app-rn-runtime → package}/actions/timer-action.js.map +0 -0
  404. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js +0 -0
  405. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.component.js.map +0 -0
  406. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js +0 -0
  407. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.props.js.map +0 -0
  408. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js +0 -0
  409. {app-rn-runtime → package}/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +0 -0
  410. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js +0 -0
  411. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.component.js.map +0 -0
  412. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js +0 -0
  413. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.props.js.map +0 -0
  414. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js +0 -0
  415. {app-rn-runtime → package}/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +0 -0
  416. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js +0 -0
  417. {app-rn-runtime → package}/components/advanced/carousel/carousel.props.js.map +0 -0
  418. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js +0 -0
  419. {app-rn-runtime → package}/components/advanced/carousel/carousel.styles.js.map +0 -0
  420. {app-rn-runtime → package}/components/advanced/login/login.props.js +0 -0
  421. {app-rn-runtime → package}/components/advanced/login/login.props.js.map +0 -0
  422. {app-rn-runtime → package}/components/advanced/login/login.styles.js +0 -0
  423. {app-rn-runtime → package}/components/advanced/login/login.styles.js.map +0 -0
  424. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js +0 -0
  425. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.props.js.map +0 -0
  426. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js +0 -0
  427. {app-rn-runtime → package}/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +0 -0
  428. {app-rn-runtime → package}/components/advanced/webview/webview.props.js +0 -0
  429. {app-rn-runtime → package}/components/advanced/webview/webview.props.js.map +0 -0
  430. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js +0 -0
  431. {app-rn-runtime → package}/components/advanced/webview/webview.styles.js.map +0 -0
  432. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js +0 -0
  433. {app-rn-runtime → package}/components/basic/anchor/anchor.props.js.map +0 -0
  434. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js +0 -0
  435. {app-rn-runtime → package}/components/basic/anchor/anchor.styles.js.map +0 -0
  436. {app-rn-runtime → package}/components/basic/animatedview.component.js +0 -0
  437. {app-rn-runtime → package}/components/basic/animatedview.component.js.map +0 -0
  438. {app-rn-runtime → package}/components/basic/audio/audio.props.js +0 -0
  439. {app-rn-runtime → package}/components/basic/audio/audio.props.js.map +0 -0
  440. {app-rn-runtime → package}/components/basic/audio/audio.styles.js +0 -0
  441. {app-rn-runtime → package}/components/basic/audio/audio.styles.js.map +0 -0
  442. {app-rn-runtime → package}/components/basic/button/button.props.js +0 -0
  443. {app-rn-runtime → package}/components/basic/button/button.props.js.map +0 -0
  444. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js +0 -0
  445. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.component.js.map +0 -0
  446. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js +0 -0
  447. {app-rn-runtime → package}/components/basic/buttongroup/buttongroup.props.js.map +0 -0
  448. {app-rn-runtime → package}/components/basic/custom/custom.component.js +0 -0
  449. {app-rn-runtime → package}/components/basic/custom/custom.component.js.map +0 -0
  450. {app-rn-runtime → package}/components/basic/custom/custom.props.js +0 -0
  451. {app-rn-runtime → package}/components/basic/custom/custom.props.js.map +0 -0
  452. {app-rn-runtime → package}/components/basic/custom/custom.styles.js +0 -0
  453. {app-rn-runtime → package}/components/basic/custom/custom.styles.js.map +0 -0
  454. {app-rn-runtime → package}/components/basic/icon/icon.props.js +0 -0
  455. {app-rn-runtime → package}/components/basic/icon/icon.props.js.map +0 -0
  456. {app-rn-runtime → package}/components/basic/icon/icon.styles.js +0 -0
  457. {app-rn-runtime → package}/components/basic/icon/icon.styles.js.map +0 -0
  458. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +0 -0
  459. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +0 -0
  460. {app-rn-runtime → package}/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
  461. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +0 -0
  462. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +0 -0
  463. {app-rn-runtime → package}/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
  464. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js +0 -0
  465. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.component.js.map +0 -0
  466. {app-rn-runtime → package}/components/basic/icon/wavicon/wavicon.ttf +0 -0
  467. {app-rn-runtime → package}/components/basic/label/label.props.js +0 -0
  468. {app-rn-runtime → package}/components/basic/label/label.props.js.map +0 -0
  469. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js +0 -0
  470. {app-rn-runtime → package}/components/basic/lottie/lottie.component.js.map +0 -0
  471. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js +0 -0
  472. {app-rn-runtime → package}/components/basic/lottie/lottie.props.js.map +0 -0
  473. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js +0 -0
  474. {app-rn-runtime → package}/components/basic/lottie/lottie.styles.js.map +0 -0
  475. {app-rn-runtime → package}/components/basic/message/message.props.js +0 -0
  476. {app-rn-runtime → package}/components/basic/message/message.props.js.map +0 -0
  477. {app-rn-runtime → package}/components/basic/message/message.styles.js +0 -0
  478. {app-rn-runtime → package}/components/basic/message/message.styles.js.map +0 -0
  479. {app-rn-runtime → package}/components/basic/modal/modal.component.js +0 -0
  480. {app-rn-runtime → package}/components/basic/modal/modal.component.js.map +0 -0
  481. {app-rn-runtime → package}/components/basic/modal/modal.props.js +0 -0
  482. {app-rn-runtime → package}/components/basic/modal/modal.props.js.map +0 -0
  483. {app-rn-runtime → package}/components/basic/modal/modal.styles.js +0 -0
  484. {app-rn-runtime → package}/components/basic/modal/modal.styles.js.map +0 -0
  485. {app-rn-runtime → package}/components/basic/picture/picture.props.js +0 -0
  486. {app-rn-runtime → package}/components/basic/picture/picture.props.js.map +0 -0
  487. {app-rn-runtime → package}/components/basic/picture/picture.styles.js +0 -0
  488. {app-rn-runtime → package}/components/basic/picture/picture.styles.js.map +0 -0
  489. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js +0 -0
  490. {app-rn-runtime → package}/components/basic/progress-bar/progress-bar.props.js.map +0 -0
  491. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js +0 -0
  492. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.props.js.map +0 -0
  493. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js +0 -0
  494. {app-rn-runtime → package}/components/basic/progress-circle/progress-circle.styles.js.map +0 -0
  495. {app-rn-runtime → package}/components/basic/search/local-data-provider.js +0 -0
  496. {app-rn-runtime → package}/components/basic/search/local-data-provider.js.map +0 -0
  497. {app-rn-runtime → package}/components/basic/search/search.props.js +0 -0
  498. {app-rn-runtime → package}/components/basic/search/search.props.js.map +0 -0
  499. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js +0 -0
  500. {app-rn-runtime → package}/components/basic/skeleton/skeleton.component.js.map +0 -0
  501. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js +0 -0
  502. {app-rn-runtime → package}/components/basic/skeleton/skeleton.props.js.map +0 -0
  503. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js +0 -0
  504. {app-rn-runtime → package}/components/basic/skeleton/skeleton.styles.js.map +0 -0
  505. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js +0 -0
  506. {app-rn-runtime → package}/components/basic/spinner/spinner.props.js.map +0 -0
  507. {app-rn-runtime → package}/components/basic/video/video.props.js +0 -0
  508. {app-rn-runtime → package}/components/basic/video/video.props.js.map +0 -0
  509. {app-rn-runtime → package}/components/basic/video/video.styles.js +0 -0
  510. {app-rn-runtime → package}/components/basic/video/video.styles.js.map +0 -0
  511. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js +0 -0
  512. {app-rn-runtime → package}/components/chart/area-chart/area-chart.component.js.map +0 -0
  513. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js +0 -0
  514. {app-rn-runtime → package}/components/chart/area-chart/area-chart.props.js.map +0 -0
  515. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js +0 -0
  516. {app-rn-runtime → package}/components/chart/area-chart/area-chart.styles.js.map +0 -0
  517. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js +0 -0
  518. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.component.js.map +0 -0
  519. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js +0 -0
  520. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.props.js.map +0 -0
  521. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js +0 -0
  522. {app-rn-runtime → package}/components/chart/bar-chart/bar-chart.styles.js.map +0 -0
  523. {app-rn-runtime → package}/components/chart/basechart.component.js +0 -0
  524. {app-rn-runtime → package}/components/chart/basechart.component.js.map +0 -0
  525. {app-rn-runtime → package}/components/chart/basechart.props.js +0 -0
  526. {app-rn-runtime → package}/components/chart/basechart.props.js.map +0 -0
  527. {app-rn-runtime → package}/components/chart/basechart.styles.js +0 -0
  528. {app-rn-runtime → package}/components/chart/basechart.styles.js.map +0 -0
  529. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js +0 -0
  530. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.component.js.map +0 -0
  531. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js +0 -0
  532. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.props.js.map +0 -0
  533. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js +0 -0
  534. {app-rn-runtime → package}/components/chart/bubble-chart/bubble-chart.styles.js.map +0 -0
  535. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js +0 -0
  536. {app-rn-runtime → package}/components/chart/column-chart/column-chart.component.js.map +0 -0
  537. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js +0 -0
  538. {app-rn-runtime → package}/components/chart/column-chart/column-chart.props.js.map +0 -0
  539. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js +0 -0
  540. {app-rn-runtime → package}/components/chart/column-chart/column-chart.styles.js.map +0 -0
  541. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js +0 -0
  542. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.component.js.map +0 -0
  543. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js +0 -0
  544. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.props.js.map +0 -0
  545. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js +0 -0
  546. {app-rn-runtime → package}/components/chart/donut-chart/donut-chart.styles.js.map +0 -0
  547. {app-rn-runtime → package}/components/chart/legend/legend.component.js +0 -0
  548. {app-rn-runtime → package}/components/chart/legend/legend.component.js.map +0 -0
  549. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js +0 -0
  550. {app-rn-runtime → package}/components/chart/line-chart/line-chart.component.js.map +0 -0
  551. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js +0 -0
  552. {app-rn-runtime → package}/components/chart/line-chart/line-chart.props.js.map +0 -0
  553. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js +0 -0
  554. {app-rn-runtime → package}/components/chart/line-chart/line-chart.styles.js.map +0 -0
  555. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js +0 -0
  556. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.component.js.map +0 -0
  557. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js +0 -0
  558. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.props.js.map +0 -0
  559. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js +0 -0
  560. {app-rn-runtime → package}/components/chart/pie-chart/pie-chart.styles.js.map +0 -0
  561. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js +0 -0
  562. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.component.js.map +0 -0
  563. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js +0 -0
  564. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.props.js.map +0 -0
  565. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js +0 -0
  566. {app-rn-runtime → package}/components/chart/stack-chart/stack-chart.styles.js.map +0 -0
  567. {app-rn-runtime → package}/components/chart/theme/chart.theme.js +0 -0
  568. {app-rn-runtime → package}/components/chart/theme/chart.theme.js.map +0 -0
  569. {app-rn-runtime → package}/components/container/accordion/accordion.props.js +0 -0
  570. {app-rn-runtime → package}/components/container/accordion/accordion.props.js.map +0 -0
  571. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js +0 -0
  572. {app-rn-runtime → package}/components/container/accordion/accordion.styles.js.map +0 -0
  573. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js +0 -0
  574. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.props.js.map +0 -0
  575. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js +0 -0
  576. {app-rn-runtime → package}/components/container/accordion/accordionpane/accordionpane.styles.js.map +0 -0
  577. {app-rn-runtime → package}/components/container/container.props.js +0 -0
  578. {app-rn-runtime → package}/components/container/container.props.js.map +0 -0
  579. {app-rn-runtime → package}/components/container/container.styles.js +0 -0
  580. {app-rn-runtime → package}/components/container/container.styles.js.map +0 -0
  581. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +0 -0
  582. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +0 -0
  583. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +0 -0
  584. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +0 -0
  585. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +0 -0
  586. {app-rn-runtime → package}/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +0 -0
  587. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js +0 -0
  588. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.component.js.map +0 -0
  589. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js +0 -0
  590. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.props.js.map +0 -0
  591. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js +0 -0
  592. {app-rn-runtime → package}/components/container/layoutgrid/gridrow/gridrow.styles.js.map +0 -0
  593. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js +0 -0
  594. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.component.js.map +0 -0
  595. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js +0 -0
  596. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.props.js.map +0 -0
  597. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js +0 -0
  598. {app-rn-runtime → package}/components/container/layoutgrid/layoutgrid.styles.js.map +0 -0
  599. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js +0 -0
  600. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.component.js.map +0 -0
  601. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js +0 -0
  602. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.props.js.map +0 -0
  603. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js +0 -0
  604. {app-rn-runtime → package}/components/container/linearlayout/linearlayout.styles.js.map +0 -0
  605. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +0 -0
  606. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +0 -0
  607. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +0 -0
  608. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +0 -0
  609. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +0 -0
  610. {app-rn-runtime → package}/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +0 -0
  611. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js +0 -0
  612. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.component.js.map +0 -0
  613. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js +0 -0
  614. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.props.js.map +0 -0
  615. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js +0 -0
  616. {app-rn-runtime → package}/components/container/panel/panel-content/panel-content.styles.js.map +0 -0
  617. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js +0 -0
  618. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.component.js.map +0 -0
  619. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js +0 -0
  620. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.props.js.map +0 -0
  621. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js +0 -0
  622. {app-rn-runtime → package}/components/container/panel/panel-footer/panel-footer.styles.js.map +0 -0
  623. {app-rn-runtime → package}/components/container/panel/panel.props.js +0 -0
  624. {app-rn-runtime → package}/components/container/panel/panel.props.js.map +0 -0
  625. {app-rn-runtime → package}/components/container/partial-host.component.js +0 -0
  626. {app-rn-runtime → package}/components/container/partial-host.component.js.map +0 -0
  627. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js +0 -0
  628. {app-rn-runtime → package}/components/container/tabs/tabheader/tabheader.props.js.map +0 -0
  629. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js +0 -0
  630. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.component.js.map +0 -0
  631. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js +0 -0
  632. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.props.js.map +0 -0
  633. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js +0 -0
  634. {app-rn-runtime → package}/components/container/tabs/tabpane/tabpane.styles.js.map +0 -0
  635. {app-rn-runtime → package}/components/container/tabs/tabs.props.js +0 -0
  636. {app-rn-runtime → package}/components/container/tabs/tabs.props.js.map +0 -0
  637. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js +0 -0
  638. {app-rn-runtime → package}/components/container/tabs/tabs.styles.js.map +0 -0
  639. {app-rn-runtime → package}/components/container/tile/tile.props.js +0 -0
  640. {app-rn-runtime → package}/components/container/tile/tile.props.js.map +0 -0
  641. {app-rn-runtime → package}/components/container/tile/tile.styles.js +0 -0
  642. {app-rn-runtime → package}/components/container/tile/tile.styles.js.map +0 -0
  643. {app-rn-runtime → package}/components/container/wizard/wizard.props.js +0 -0
  644. {app-rn-runtime → package}/components/container/wizard/wizard.props.js.map +0 -0
  645. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js +0 -0
  646. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.component.js.map +0 -0
  647. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js +0 -0
  648. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.props.js.map +0 -0
  649. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js +0 -0
  650. {app-rn-runtime → package}/components/container/wizard/wizardstep/wizardstep.styles.js.map +0 -0
  651. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js +0 -0
  652. {app-rn-runtime → package}/components/data/card/card-content/card-content.component.js.map +0 -0
  653. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js +0 -0
  654. {app-rn-runtime → package}/components/data/card/card-content/card-content.props.js.map +0 -0
  655. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js +0 -0
  656. {app-rn-runtime → package}/components/data/card/card-content/card-content.styles.js.map +0 -0
  657. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js +0 -0
  658. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.component.js.map +0 -0
  659. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js +0 -0
  660. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.props.js.map +0 -0
  661. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js +0 -0
  662. {app-rn-runtime → package}/components/data/card/card-footer/card-footer.styles.js.map +0 -0
  663. {app-rn-runtime → package}/components/data/card/card.props.js +0 -0
  664. {app-rn-runtime → package}/components/data/card/card.props.js.map +0 -0
  665. {app-rn-runtime → package}/components/data/card/card.styles.js +0 -0
  666. {app-rn-runtime → package}/components/data/card/card.styles.js.map +0 -0
  667. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js +0 -0
  668. {app-rn-runtime → package}/components/data/form/form-action/form-action.props.js.map +0 -0
  669. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js +0 -0
  670. {app-rn-runtime → package}/components/data/form/form-action/form-action.styles.js.map +0 -0
  671. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js +0 -0
  672. {app-rn-runtime → package}/components/data/form/form-body/form-body.component.js.map +0 -0
  673. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js +0 -0
  674. {app-rn-runtime → package}/components/data/form/form-body/form-body.props.js.map +0 -0
  675. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js +0 -0
  676. {app-rn-runtime → package}/components/data/form/form-body/form-body.styles.js.map +0 -0
  677. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js +0 -0
  678. {app-rn-runtime → package}/components/data/form/form-field/form-field.props.js.map +0 -0
  679. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js +0 -0
  680. {app-rn-runtime → package}/components/data/form/form-field/form-field.styles.js.map +0 -0
  681. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js +0 -0
  682. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.component.js.map +0 -0
  683. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js +0 -0
  684. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.props.js.map +0 -0
  685. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js +0 -0
  686. {app-rn-runtime → package}/components/data/form/form-footer/form-footer.styles.js.map +0 -0
  687. {app-rn-runtime → package}/components/data/form/form.props.js +0 -0
  688. {app-rn-runtime → package}/components/data/form/form.props.js.map +0 -0
  689. {app-rn-runtime → package}/components/data/form/form.styles.js +0 -0
  690. {app-rn-runtime → package}/components/data/form/form.styles.js.map +0 -0
  691. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js +0 -0
  692. {app-rn-runtime → package}/components/data/list/list-template/list-template.component.js.map +0 -0
  693. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js +0 -0
  694. {app-rn-runtime → package}/components/data/list/list-template/list-template.props.js.map +0 -0
  695. {app-rn-runtime → package}/components/data/list/list.props.js +0 -0
  696. {app-rn-runtime → package}/components/data/list/list.props.js.map +0 -0
  697. {app-rn-runtime → package}/components/data/liveform/liveform.component.js +0 -0
  698. {app-rn-runtime → package}/components/data/liveform/liveform.component.js.map +0 -0
  699. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js +0 -0
  700. {app-rn-runtime → package}/components/device/barcodescanner/barcodescanner.props.js.map +0 -0
  701. {app-rn-runtime → package}/components/device/camera/camera.props.js +0 -0
  702. {app-rn-runtime → package}/components/device/camera/camera.props.js.map +0 -0
  703. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js +0 -0
  704. {app-rn-runtime → package}/components/dialogs/alertdialog/alertdialog.props.js.map +0 -0
  705. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js +0 -0
  706. {app-rn-runtime → package}/components/dialogs/confirmdialog/confirmdialog.props.js.map +0 -0
  707. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js +0 -0
  708. {app-rn-runtime → package}/components/dialogs/dialog/dialog.props.js.map +0 -0
  709. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js +0 -0
  710. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.component.js.map +0 -0
  711. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js +0 -0
  712. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.props.js.map +0 -0
  713. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js +0 -0
  714. {app-rn-runtime → package}/components/dialogs/dialogactions/dialogactions.styles.js.map +0 -0
  715. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js +0 -0
  716. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.component.js.map +0 -0
  717. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js +0 -0
  718. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.props.js.map +0 -0
  719. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js +0 -0
  720. {app-rn-runtime → package}/components/dialogs/dialogcontent/dialogcontent.styles.js.map +0 -0
  721. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js +0 -0
  722. {app-rn-runtime → package}/components/input/basedataset/basedataset.component.js.map +0 -0
  723. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js +0 -0
  724. {app-rn-runtime → package}/components/input/basedataset/basedataset.props.js.map +0 -0
  725. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js +0 -0
  726. {app-rn-runtime → package}/components/input/basedataset/basedataset.styles.js.map +0 -0
  727. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js +0 -0
  728. {app-rn-runtime → package}/components/input/baseinput/baseinput.component.js.map +0 -0
  729. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js +0 -0
  730. {app-rn-runtime → package}/components/input/baseinput/baseinput.props.js.map +0 -0
  731. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js +0 -0
  732. {app-rn-runtime → package}/components/input/baseinput/baseinput.styles.js.map +0 -0
  733. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js +0 -0
  734. {app-rn-runtime → package}/components/input/basenumber/basenumber.component.js.map +0 -0
  735. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js +0 -0
  736. {app-rn-runtime → package}/components/input/basenumber/basenumber.props.js.map +0 -0
  737. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js +0 -0
  738. {app-rn-runtime → package}/components/input/basenumber/basenumber.styles.js.map +0 -0
  739. {app-rn-runtime → package}/components/input/calendar/calendar.props.js +0 -0
  740. {app-rn-runtime → package}/components/input/calendar/calendar.props.js.map +0 -0
  741. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js +0 -0
  742. {app-rn-runtime → package}/components/input/calendar/views/month-view.styles.js.map +0 -0
  743. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js +0 -0
  744. {app-rn-runtime → package}/components/input/checkbox/checkbox.props.js.map +0 -0
  745. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js +0 -0
  746. {app-rn-runtime → package}/components/input/checkbox/checkbox.styles.js.map +0 -0
  747. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js +0 -0
  748. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.props.js.map +0 -0
  749. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js +0 -0
  750. {app-rn-runtime → package}/components/input/checkboxset/checkboxset.styles.js.map +0 -0
  751. {app-rn-runtime → package}/components/input/chips/chips.props.js +0 -0
  752. {app-rn-runtime → package}/components/input/chips/chips.props.js.map +0 -0
  753. {app-rn-runtime → package}/components/input/composite/composite.component.js +0 -0
  754. {app-rn-runtime → package}/components/input/composite/composite.component.js.map +0 -0
  755. {app-rn-runtime → package}/components/input/composite/composite.props.js +0 -0
  756. {app-rn-runtime → package}/components/input/composite/composite.props.js.map +0 -0
  757. {app-rn-runtime → package}/components/input/composite/composite.styles.js +0 -0
  758. {app-rn-runtime → package}/components/input/composite/composite.styles.js.map +0 -0
  759. {app-rn-runtime → package}/components/input/currency/currency.props.js +0 -0
  760. {app-rn-runtime → package}/components/input/currency/currency.props.js.map +0 -0
  761. {app-rn-runtime → package}/components/input/epoch/date/date.component.js +0 -0
  762. {app-rn-runtime → package}/components/input/epoch/date/date.component.js.map +0 -0
  763. {app-rn-runtime → package}/components/input/epoch/date/date.props.js +0 -0
  764. {app-rn-runtime → package}/components/input/epoch/date/date.props.js.map +0 -0
  765. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js +0 -0
  766. {app-rn-runtime → package}/components/input/epoch/date/date.styles.js.map +0 -0
  767. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js +0 -0
  768. {app-rn-runtime → package}/components/input/epoch/date-picker.component.js.map +0 -0
  769. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js +0 -0
  770. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.component.js.map +0 -0
  771. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js +0 -0
  772. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.props.js.map +0 -0
  773. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js +0 -0
  774. {app-rn-runtime → package}/components/input/epoch/datetime/datetime.styles.js.map +0 -0
  775. {app-rn-runtime → package}/components/input/epoch/time/time.component.js +0 -0
  776. {app-rn-runtime → package}/components/input/epoch/time/time.component.js.map +0 -0
  777. {app-rn-runtime → package}/components/input/epoch/time/time.props.js +0 -0
  778. {app-rn-runtime → package}/components/input/epoch/time/time.props.js.map +0 -0
  779. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js +0 -0
  780. {app-rn-runtime → package}/components/input/epoch/time/time.styles.js.map +0 -0
  781. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js +0 -0
  782. {app-rn-runtime → package}/components/input/fileupload/fileupload.props.js.map +0 -0
  783. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js +0 -0
  784. {app-rn-runtime → package}/components/input/fileupload/fileupload.styles.js.map +0 -0
  785. {app-rn-runtime → package}/components/input/number/number.props.js +0 -0
  786. {app-rn-runtime → package}/components/input/number/number.props.js.map +0 -0
  787. {app-rn-runtime → package}/components/input/radioset/radioset.props.js +0 -0
  788. {app-rn-runtime → package}/components/input/radioset/radioset.props.js.map +0 -0
  789. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js +0 -0
  790. {app-rn-runtime → package}/components/input/radioset/radioset.styles.js.map +0 -0
  791. {app-rn-runtime → package}/components/input/rating/rating.props.js +0 -0
  792. {app-rn-runtime → package}/components/input/rating/rating.props.js.map +0 -0
  793. {app-rn-runtime → package}/components/input/rating/rating.styles.js +0 -0
  794. {app-rn-runtime → package}/components/input/rating/rating.styles.js.map +0 -0
  795. {app-rn-runtime → package}/components/input/select/select.props.js +0 -0
  796. {app-rn-runtime → package}/components/input/select/select.props.js.map +0 -0
  797. {app-rn-runtime → package}/components/input/slider/slider.props.js +0 -0
  798. {app-rn-runtime → package}/components/input/slider/slider.props.js.map +0 -0
  799. {app-rn-runtime → package}/components/input/switch/switch.props.js +0 -0
  800. {app-rn-runtime → package}/components/input/switch/switch.props.js.map +0 -0
  801. {app-rn-runtime → package}/components/input/text/text.props.js +0 -0
  802. {app-rn-runtime → package}/components/input/text/text.props.js.map +0 -0
  803. {app-rn-runtime → package}/components/input/textarea/textarea.props.js +0 -0
  804. {app-rn-runtime → package}/components/input/textarea/textarea.props.js.map +0 -0
  805. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js +0 -0
  806. {app-rn-runtime → package}/components/input/textarea/textarea.styles.js.map +0 -0
  807. {app-rn-runtime → package}/components/input/toggle/toggle.props.js +0 -0
  808. {app-rn-runtime → package}/components/input/toggle/toggle.props.js.map +0 -0
  809. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js +0 -0
  810. {app-rn-runtime → package}/components/navigation/appnavbar/appnavbar.props.js.map +0 -0
  811. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js +0 -0
  812. {app-rn-runtime → package}/components/navigation/basenav/basenav.component.js.map +0 -0
  813. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js +0 -0
  814. {app-rn-runtime → package}/components/navigation/basenav/basenav.props.js.map +0 -0
  815. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js +0 -0
  816. {app-rn-runtime → package}/components/navigation/basenav/basenav.styles.js.map +0 -0
  817. {app-rn-runtime → package}/components/navigation/menu/menu.props.js +0 -0
  818. {app-rn-runtime → package}/components/navigation/menu/menu.props.js.map +0 -0
  819. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js +0 -0
  820. {app-rn-runtime → package}/components/navigation/navbar/navbar.props.js.map +0 -0
  821. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js +0 -0
  822. {app-rn-runtime → package}/components/navigation/navbar/navbar.styles.js.map +0 -0
  823. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js +0 -0
  824. {app-rn-runtime → package}/components/navigation/navitem/navitem.props.js.map +0 -0
  825. {app-rn-runtime → package}/components/navigation/popover/popover.props.js +0 -0
  826. {app-rn-runtime → package}/components/navigation/popover/popover.props.js.map +0 -0
  827. {app-rn-runtime → package}/components/page/content/content.component.js +0 -0
  828. {app-rn-runtime → package}/components/page/content/content.component.js.map +0 -0
  829. {app-rn-runtime → package}/components/page/content/content.props.js +0 -0
  830. {app-rn-runtime → package}/components/page/content/content.props.js.map +0 -0
  831. {app-rn-runtime → package}/components/page/content/content.styles.js +0 -0
  832. {app-rn-runtime → package}/components/page/content/content.styles.js.map +0 -0
  833. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js +0 -0
  834. {app-rn-runtime → package}/components/page/left-panel/left-panel.component.js.map +0 -0
  835. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js +0 -0
  836. {app-rn-runtime → package}/components/page/left-panel/left-panel.props.js.map +0 -0
  837. {app-rn-runtime → package}/components/page/page-content/page-content.component.js +0 -0
  838. {app-rn-runtime → package}/components/page/page-content/page-content.component.js.map +0 -0
  839. {app-rn-runtime → package}/components/page/page-content/page-content.props.js +0 -0
  840. {app-rn-runtime → package}/components/page/page-content/page-content.props.js.map +0 -0
  841. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js +0 -0
  842. {app-rn-runtime → package}/components/page/page-content/page-content.styles.js.map +0 -0
  843. {app-rn-runtime → package}/components/page/page.component.js +0 -0
  844. {app-rn-runtime → package}/components/page/page.component.js.map +0 -0
  845. {app-rn-runtime → package}/components/page/page.props.js +0 -0
  846. {app-rn-runtime → package}/components/page/page.props.js.map +0 -0
  847. {app-rn-runtime → package}/components/page/page.styles.js +0 -0
  848. {app-rn-runtime → package}/components/page/page.styles.js.map +0 -0
  849. {app-rn-runtime → package}/components/page/partial/partial.component.js +0 -0
  850. {app-rn-runtime → package}/components/page/partial/partial.component.js.map +0 -0
  851. {app-rn-runtime → package}/components/page/partial/partial.props.js +0 -0
  852. {app-rn-runtime → package}/components/page/partial/partial.props.js.map +0 -0
  853. {app-rn-runtime → package}/components/page/partial/partial.styles.js +0 -0
  854. {app-rn-runtime → package}/components/page/partial/partial.styles.js.map +0 -0
  855. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js +0 -0
  856. {app-rn-runtime → package}/components/page/partial-container/partial-container.component.js.map +0 -0
  857. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js +0 -0
  858. {app-rn-runtime → package}/components/page/partial-container/partial-container.props.js.map +0 -0
  859. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js +0 -0
  860. {app-rn-runtime → package}/components/page/partial-container/partial-container.styles.js.map +0 -0
  861. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js +0 -0
  862. {app-rn-runtime → package}/components/page/tabbar/tabbar.props.js.map +0 -0
  863. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js +0 -0
  864. {app-rn-runtime → package}/components/page/tabbar/tabbar.styles.js.map +0 -0
  865. {app-rn-runtime → package}/components/prefab/prefab-container.component.js +0 -0
  866. {app-rn-runtime → package}/components/prefab/prefab-container.component.js.map +0 -0
  867. {app-rn-runtime → package}/components/prefab/prefab-container.props.js +0 -0
  868. {app-rn-runtime → package}/components/prefab/prefab-container.props.js.map +0 -0
  869. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js +0 -0
  870. {app-rn-runtime → package}/components/prefab/prefab-container.styles.js.map +0 -0
  871. {app-rn-runtime → package}/core/AppConfig.js +0 -0
  872. {app-rn-runtime → package}/core/AppConfig.js.map +0 -0
  873. {app-rn-runtime → package}/core/asset.provider.js +0 -0
  874. {app-rn-runtime → package}/core/asset.provider.js.map +0 -0
  875. {app-rn-runtime → package}/core/components/textinput.component.js +0 -0
  876. {app-rn-runtime → package}/core/components/textinput.component.js.map +0 -0
  877. {app-rn-runtime → package}/core/constants/currency-constants.js +0 -0
  878. {app-rn-runtime → package}/core/constants/currency-constants.js.map +0 -0
  879. {app-rn-runtime → package}/core/currency-constants.js +0 -0
  880. {app-rn-runtime → package}/core/currency-constants.js.map +0 -0
  881. {app-rn-runtime → package}/core/device/calendar-service.js +0 -0
  882. {app-rn-runtime → package}/core/device/calendar-service.js.map +0 -0
  883. {app-rn-runtime → package}/core/device/camera-service.js +0 -0
  884. {app-rn-runtime → package}/core/device/camera-service.js.map +0 -0
  885. {app-rn-runtime → package}/core/device/contacts-service.js +0 -0
  886. {app-rn-runtime → package}/core/device/contacts-service.js.map +0 -0
  887. {app-rn-runtime → package}/core/device/location-service.js +0 -0
  888. {app-rn-runtime → package}/core/device/location-service.js.map +0 -0
  889. {app-rn-runtime → package}/core/device/scan-service.js +0 -0
  890. {app-rn-runtime → package}/core/device/scan-service.js.map +0 -0
  891. {app-rn-runtime → package}/core/display.manager.js +0 -0
  892. {app-rn-runtime → package}/core/display.manager.js.map +0 -0
  893. {app-rn-runtime → package}/core/event-notifier.js +0 -0
  894. {app-rn-runtime → package}/core/event-notifier.js.map +0 -0
  895. {app-rn-runtime → package}/core/file-extension-types.js +0 -0
  896. {app-rn-runtime → package}/core/file-extension-types.js.map +0 -0
  897. {app-rn-runtime → package}/core/fixed-view.component.js +0 -0
  898. {app-rn-runtime → package}/core/fixed-view.component.js.map +0 -0
  899. {app-rn-runtime → package}/core/i18n.service.js +0 -0
  900. {app-rn-runtime → package}/core/i18n.service.js.map +0 -0
  901. {app-rn-runtime → package}/core/if.component.js +0 -0
  902. {app-rn-runtime → package}/core/if.component.js.map +0 -0
  903. {app-rn-runtime → package}/core/imageSizeEstimator.js +0 -0
  904. {app-rn-runtime → package}/core/imageSizeEstimator.js.map +0 -0
  905. {app-rn-runtime → package}/core/injector.js +0 -0
  906. {app-rn-runtime → package}/core/injector.js.map +0 -0
  907. {app-rn-runtime → package}/core/key.extractor.js +0 -0
  908. {app-rn-runtime → package}/core/key.extractor.js.map +0 -0
  909. {app-rn-runtime → package}/core/logger.js +0 -0
  910. {app-rn-runtime → package}/core/logger.js.map +0 -0
  911. {app-rn-runtime → package}/core/modal.service.js +0 -0
  912. {app-rn-runtime → package}/core/modal.service.js.map +0 -0
  913. {app-rn-runtime → package}/core/navigation.service.js +0 -0
  914. {app-rn-runtime → package}/core/navigation.service.js.map +0 -0
  915. {app-rn-runtime → package}/core/network.service.js +0 -0
  916. {app-rn-runtime → package}/core/network.service.js.map +0 -0
  917. {app-rn-runtime → package}/core/partial.service.js +0 -0
  918. {app-rn-runtime → package}/core/partial.service.js.map +0 -0
  919. {app-rn-runtime → package}/core/props.provider.js +0 -0
  920. {app-rn-runtime → package}/core/props.provider.js.map +0 -0
  921. {app-rn-runtime → package}/core/scroll-view.component.js +0 -0
  922. {app-rn-runtime → package}/core/scroll-view.component.js.map +0 -0
  923. {app-rn-runtime → package}/core/security.service.js +0 -0
  924. {app-rn-runtime → package}/core/security.service.js.map +0 -0
  925. {app-rn-runtime → package}/core/spinner.service.js +0 -0
  926. {app-rn-runtime → package}/core/spinner.service.js.map +0 -0
  927. {app-rn-runtime → package}/core/storage.service.js +0 -0
  928. {app-rn-runtime → package}/core/storage.service.js.map +0 -0
  929. {app-rn-runtime → package}/core/toast.service.js +0 -0
  930. {app-rn-runtime → package}/core/toast.service.js.map +0 -0
  931. {app-rn-runtime → package}/core/utils.js +0 -0
  932. {app-rn-runtime → package}/core/utils.js.map +0 -0
  933. {app-rn-runtime → package}/core/viewport.js +0 -0
  934. {app-rn-runtime → package}/core/viewport.js.map +0 -0
  935. {app-rn-runtime → package}/gestures/swipe.animation.js +0 -0
  936. {app-rn-runtime → package}/gestures/swipe.animation.js.map +0 -0
  937. {app-rn-runtime → package}/index.js +0 -0
  938. {app-rn-runtime → package}/index.js.map +0 -0
  939. {app-rn-runtime → package}/runtime/App.navigator.js +0 -0
  940. {app-rn-runtime → package}/runtime/App.navigator.js.map +0 -0
  941. {app-rn-runtime → package}/runtime/base-page.component.js +0 -0
  942. {app-rn-runtime → package}/runtime/base-page.component.js.map +0 -0
  943. {app-rn-runtime → package}/runtime/base-partial.component.js +0 -0
  944. {app-rn-runtime → package}/runtime/base-partial.component.js.map +0 -0
  945. {app-rn-runtime → package}/runtime/base-prefab.component.js +0 -0
  946. {app-rn-runtime → package}/runtime/base-prefab.component.js.map +0 -0
  947. {app-rn-runtime → package}/runtime/lib-patch.js +0 -0
  948. {app-rn-runtime → package}/runtime/lib-patch.js.map +0 -0
  949. {app-rn-runtime → package}/runtime/memo.component.js +0 -0
  950. {app-rn-runtime → package}/runtime/memo.component.js.map +0 -0
  951. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js +0 -0
  952. {app-rn-runtime → package}/runtime/navigator/drawer.navigator.js.map +0 -0
  953. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js +0 -0
  954. {app-rn-runtime → package}/runtime/navigator/stack.navigator.js.map +0 -0
  955. {app-rn-runtime → package}/runtime/platform.api.js +0 -0
  956. {app-rn-runtime → package}/runtime/platform.api.js.map +0 -0
  957. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js +0 -0
  958. {app-rn-runtime → package}/runtime/services/app-display-manager.service.js.map +0 -0
  959. {app-rn-runtime → package}/runtime/services/app-i18n.service.js +0 -0
  960. {app-rn-runtime → package}/runtime/services/app-i18n.service.js.map +0 -0
  961. {app-rn-runtime → package}/runtime/services/app-modal.service.js +0 -0
  962. {app-rn-runtime → package}/runtime/services/app-modal.service.js.map +0 -0
  963. {app-rn-runtime → package}/runtime/services/app-security.service.js +0 -0
  964. {app-rn-runtime → package}/runtime/services/app-security.service.js.map +0 -0
  965. {app-rn-runtime → package}/runtime/services/app-spinner.service.js +0 -0
  966. {app-rn-runtime → package}/runtime/services/app-spinner.service.js.map +0 -0
  967. {app-rn-runtime → package}/runtime/services/app-toast.service.js +0 -0
  968. {app-rn-runtime → package}/runtime/services/app-toast.service.js.map +0 -0
  969. {app-rn-runtime → package}/runtime/services/device/calendar-service.js +0 -0
  970. {app-rn-runtime → package}/runtime/services/device/calendar-service.js.map +0 -0
  971. {app-rn-runtime → package}/runtime/services/device/contacts-service.js +0 -0
  972. {app-rn-runtime → package}/runtime/services/device/contacts-service.js.map +0 -0
  973. {app-rn-runtime → package}/runtime/services/device/location-service.js +0 -0
  974. {app-rn-runtime → package}/runtime/services/device/location-service.js.map +0 -0
  975. {app-rn-runtime → package}/runtime/services/device/permissions.js +0 -0
  976. {app-rn-runtime → package}/runtime/services/device/permissions.js.map +0 -0
  977. {app-rn-runtime → package}/runtime/services/partial.service.js +0 -0
  978. {app-rn-runtime → package}/runtime/services/partial.service.js.map +0 -0
  979. {app-rn-runtime → package}/runtime/services/webprocess.service.js +0 -0
  980. {app-rn-runtime → package}/runtime/services/webprocess.service.js.map +0 -0
  981. {app-rn-runtime → package}/runtime/watcher.js +0 -0
  982. {app-rn-runtime → package}/runtime/watcher.js.map +0 -0
  983. {app-rn-runtime → package}/styles/MediaQueryList.js +0 -0
  984. {app-rn-runtime → package}/styles/MediaQueryList.js.map +0 -0
  985. {app-rn-runtime → package}/styles/background.component.js +0 -0
  986. {app-rn-runtime → package}/styles/background.component.js.map +0 -0
  987. {app-rn-runtime → package}/styles/style-prop.validator.js +0 -0
  988. {app-rn-runtime → package}/styles/style-prop.validator.js.map +0 -0
  989. {app-rn-runtime → package}/styles/style-props.js +0 -0
  990. {app-rn-runtime → package}/styles/style-props.js.map +0 -0
  991. {app-rn-runtime → package}/styles/theme.js +0 -0
  992. {app-rn-runtime → package}/styles/theme.js.map +0 -0
  993. {app-rn-runtime → package}/variables/base-variable.js +0 -0
  994. {app-rn-runtime → package}/variables/base-variable.js.map +0 -0
  995. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js +0 -0
  996. {app-rn-runtime → package}/variables/device/calendar/create-event.operation.js.map +0 -0
  997. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js +0 -0
  998. {app-rn-runtime → package}/variables/device/calendar/delete-event.operation.js.map +0 -0
  999. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js +0 -0
  1000. {app-rn-runtime → package}/variables/device/calendar/get-events.operation.js.map +0 -0
  1001. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js +0 -0
  1002. {app-rn-runtime → package}/variables/device/camera/capture-image.operation.js.map +0 -0
  1003. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js +0 -0
  1004. {app-rn-runtime → package}/variables/device/camera/capture-video.operation.js.map +0 -0
  1005. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js +0 -0
  1006. {app-rn-runtime → package}/variables/device/contacts/get-contacts.operation.js.map +0 -0
  1007. {app-rn-runtime → package}/variables/device/device/app-info.operation.js +0 -0
  1008. {app-rn-runtime → package}/variables/device/device/app-info.operation.js.map +0 -0
  1009. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js +0 -0
  1010. {app-rn-runtime → package}/variables/device/device/current-geo-position.operation.js.map +0 -0
  1011. {app-rn-runtime → package}/variables/device/device/device-info.operation.js +0 -0
  1012. {app-rn-runtime → package}/variables/device/device/device-info.operation.js.map +0 -0
  1013. {app-rn-runtime → package}/variables/device/device/network-info.operation.js +0 -0
  1014. {app-rn-runtime → package}/variables/device/device/network-info.operation.js.map +0 -0
  1015. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js +0 -0
  1016. {app-rn-runtime → package}/variables/device/device/vibrate.operation.js.map +0 -0
  1017. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js +0 -0
  1018. {app-rn-runtime → package}/variables/device/file/upload-file.operation.js.map +0 -0
  1019. {app-rn-runtime → package}/variables/device/operation.provider.js +0 -0
  1020. {app-rn-runtime → package}/variables/device/operation.provider.js.map +0 -0
  1021. {app-rn-runtime → package}/variables/device/scan/scan.operation.js +0 -0
  1022. {app-rn-runtime → package}/variables/device/scan/scan.operation.js.map +0 -0
  1023. {app-rn-runtime → package}/variables/device-variable.js +0 -0
  1024. {app-rn-runtime → package}/variables/device-variable.js.map +0 -0
  1025. {app-rn-runtime → package}/variables/http.service.js +0 -0
  1026. {app-rn-runtime → package}/variables/http.service.js.map +0 -0
  1027. {app-rn-runtime → package}/variables/live-variable.js +0 -0
  1028. {app-rn-runtime → package}/variables/live-variable.js.map +0 -0
  1029. {app-rn-runtime → package}/variables/model-variable.js +0 -0
  1030. {app-rn-runtime → package}/variables/model-variable.js.map +0 -0
  1031. {app-rn-runtime → package}/variables/service-variable.js +0 -0
  1032. {app-rn-runtime → package}/variables/service-variable.js.map +0 -0
  1033. {app-rn-runtime → package}/variables/utils/dataset-util.js +0 -0
  1034. {app-rn-runtime → package}/variables/utils/dataset-util.js.map +0 -0
  1035. {app-rn-runtime → package}/variables/utils/inflight-queue.js +0 -0
  1036. {app-rn-runtime → package}/variables/utils/inflight-queue.js.map +0 -0
  1037. {app-rn-runtime → package}/variables/utils/variable.constants.js +0 -0
  1038. {app-rn-runtime → package}/variables/utils/variable.constants.js.map +0 -0
  1039. {app-rn-runtime → package}/variables/utils/variable.utils.js +0 -0
  1040. {app-rn-runtime → package}/variables/utils/variable.utils.js.map +0 -0
@@ -1,52 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { Text, View } from 'react-native';
6
- import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
7
- import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
8
- import WmPicture from '@wavemaker/app-rn-runtime/components/basic/picture/picture.component';
9
- import WmAppNavbarProps from './appnavbar.props';
10
- import { DEFAULT_CLASS } from './appnavbar.styles';
11
- export class WmAppNavbarState extends BaseComponentState {}
12
- export default class WmAppNavbar extends BaseComponent {
13
- constructor(props) {
14
- super(props, DEFAULT_CLASS, new WmAppNavbarProps());
15
- _defineProperty(this, "onDrawerBtnPress", void 0);
16
- _defineProperty(this, "onBackBtnPress", void 0);
17
- _defineProperty(this, "onSearchBtnPress", void 0);
18
- this.onDrawerBtnPress = (() => this.invokeEventCallback('onDrawerbuttonpress', [null, this])).bind(this);
19
- this.onBackBtnPress = (() => this.invokeEventCallback('onBackbtnclick', [null, this])).bind(this);
20
- this.onSearchBtnPress = (() => this.invokeEventCallback('onSearchbuttonpress', [null, this])).bind(this);
21
- }
22
- renderWidget(props) {
23
- return /*#__PURE__*/React.createElement(View, {
24
- style: this.styles.root
25
- }, this._background, /*#__PURE__*/React.createElement(View, {
26
- style: this.styles.leftSection
27
- }, props.showDrawerButton && /*#__PURE__*/React.createElement(WmIcon, {
28
- styles: this.theme.mergeStyle({}, this.styles.action, this.styles.leftnavIcon),
29
- iconclass: props.leftnavpaneliconclass,
30
- onTap: this.onDrawerBtnPress
31
- }), props.backbutton && /*#__PURE__*/React.createElement(WmIcon, {
32
- styles: this.theme.mergeStyle({}, this.styles.action, this.styles.backIcon),
33
- iconclass: props.backbuttoniconclass,
34
- caption: props.backbuttonlabel,
35
- onTap: this.onBackBtnPress
36
- })), /*#__PURE__*/React.createElement(View, {
37
- style: this.styles.middleSection
38
- }, props.imgsrc && /*#__PURE__*/React.createElement(WmPicture, {
39
- styles: this.styles.image,
40
- picturesource: props.imgsrc
41
- }), /*#__PURE__*/React.createElement(Text, {
42
- style: this.styles.content
43
- }, props.title)), /*#__PURE__*/React.createElement(View, {
44
- style: this.styles.rightSection
45
- }, props.searchbutton && /*#__PURE__*/React.createElement(WmIcon, {
46
- styles: this.theme.mergeStyle({}, this.styles.action, this.styles.leftnavIcon),
47
- iconclass: props.searchbuttoniconclass,
48
- onTap: this.onSearchBtnPress
49
- }), props.children));
50
- }
51
- }
52
- //# sourceMappingURL=appnavbar.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Text","View","BaseComponent","BaseComponentState","WmIcon","WmPicture","WmAppNavbarProps","DEFAULT_CLASS","WmAppNavbarState","WmAppNavbar","constructor","props","_defineProperty","onDrawerBtnPress","invokeEventCallback","bind","onBackBtnPress","onSearchBtnPress","renderWidget","createElement","style","styles","root","_background","leftSection","showDrawerButton","theme","mergeStyle","action","leftnavIcon","iconclass","leftnavpaneliconclass","onTap","backbutton","backIcon","backbuttoniconclass","caption","backbuttonlabel","middleSection","imgsrc","image","picturesource","content","title","rightSection","searchbutton","searchbuttoniconclass","children"],"sources":["appnavbar.component.tsx"],"sourcesContent":["import React from 'react';\nimport { Text, View } from 'react-native';\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\nimport WmPicture from '@wavemaker/app-rn-runtime/components/basic/picture/picture.component';\n\nimport WmAppNavbarProps from './appnavbar.props';\nimport { DEFAULT_CLASS, WmAppNavbarStyles } from './appnavbar.styles';\n\nexport class WmAppNavbarState extends BaseComponentState<WmAppNavbarProps> {\n\n}\n\nexport default class WmAppNavbar extends BaseComponent<WmAppNavbarProps, WmAppNavbarState, WmAppNavbarStyles> {\n\n private onDrawerBtnPress: Function;\n private onBackBtnPress: Function;\n private onSearchBtnPress: Function;\n\n constructor(props: WmAppNavbarProps) {\n super(props, DEFAULT_CLASS, new WmAppNavbarProps());\n this.onDrawerBtnPress = (() => this.invokeEventCallback('onDrawerbuttonpress', [null, this])).bind(this);\n this.onBackBtnPress = (() => this.invokeEventCallback('onBackbtnclick', [null, this])).bind(this);\n this.onSearchBtnPress = (() => this.invokeEventCallback('onSearchbuttonpress', [null, this])).bind(this);\n }\n\n renderWidget(props: WmAppNavbarProps) {\n return (\n <View style={this.styles.root}>\n {this._background}\n <View style={this.styles.leftSection}>\n {props.showDrawerButton && (<WmIcon\n styles={this.theme.mergeStyle({}, this.styles.action, this.styles.leftnavIcon)}\n iconclass={props.leftnavpaneliconclass}\n onTap={this.onDrawerBtnPress}\n />)}\n {props.backbutton && (<WmIcon\n styles={this.theme.mergeStyle({}, this.styles.action, this.styles.backIcon)}\n iconclass={props.backbuttoniconclass}\n caption={props.backbuttonlabel}\n onTap={this.onBackBtnPress}/>)}\n </View>\n <View style={this.styles.middleSection}>\n {props.imgsrc && (\n <WmPicture\n styles={this.styles.image}\n picturesource={props.imgsrc} />)}\n <Text style={this.styles.content}>{props.title}</Text>\n </View>\n <View style={this.styles.rightSection}>\n {props.searchbutton && (<WmIcon\n styles={this.theme.mergeStyle({}, this.styles.action, this.styles.leftnavIcon)}\n iconclass={props.searchbuttoniconclass}\n onTap={this.onSearchBtnPress}\n />)}\n {props.children}\n </View>\n </View>\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACzC,SAASC,aAAa,EAAEC,kBAAkB,QAAQ,+CAA+C;AACjG,OAAOC,MAAM,MAAM,gEAAgE;AACnF,OAAOC,SAAS,MAAM,sEAAsE;AAE5F,OAAOC,gBAAgB,MAAM,mBAAmB;AAChD,SAASC,aAAa,QAA2B,oBAAoB;AAErE,OAAO,MAAMC,gBAAgB,SAASL,kBAAkB,CAAmB;AAI3E,eAAe,MAAMM,WAAW,SAASP,aAAa,CAAwD;EAM5GQ,WAAWA,CAACC,KAAuB,EAAE;IACnC,KAAK,CAACA,KAAK,EAAEJ,aAAa,EAAE,IAAID,gBAAgB,CAAC,CAAC,CAAC;IAACM,eAAA;IAAAA,eAAA;IAAAA,eAAA;IACpD,IAAI,CAACC,gBAAgB,GAAG,CAAC,MAAM,IAAI,CAACC,mBAAmB,CAAC,qBAAqB,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,EAAEC,IAAI,CAAC,IAAI,CAAC;IACxG,IAAI,CAACC,cAAc,GAAG,CAAC,MAAM,IAAI,CAACF,mBAAmB,CAAC,gBAAgB,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,EAAEC,IAAI,CAAC,IAAI,CAAC;IACjG,IAAI,CAACE,gBAAgB,GAAG,CAAC,MAAM,IAAI,CAACH,mBAAmB,CAAC,qBAAqB,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,EAAEC,IAAI,CAAC,IAAI,CAAC;EAC1G;EAEAG,YAAYA,CAACP,KAAuB,EAAE;IACpC,oBACEZ,KAAA,CAAAoB,aAAA,CAAClB,IAAI;MAACmB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACC;IAAK,GAC3B,IAAI,CAACC,WAAW,eACjBxB,KAAA,CAAAoB,aAAA,CAAClB,IAAI;MAACmB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACG;IAAY,GACpCb,KAAK,CAACc,gBAAgB,iBAAK1B,KAAA,CAAAoB,aAAA,CAACf,MAAM;MACjCiB,MAAM,EAAE,IAAI,CAACK,KAAK,CAACC,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,CAACN,MAAM,CAACO,MAAM,EAAE,IAAI,CAACP,MAAM,CAACQ,WAAW,CAAE;MAC/EC,SAAS,EAAEnB,KAAK,CAACoB,qBAAsB;MACvCC,KAAK,EAAE,IAAI,CAACnB;IAAiB,CAC5B,CAAE,EACJF,KAAK,CAACsB,UAAU,iBAAKlC,KAAA,CAAAoB,aAAA,CAACf,MAAM;MAC3BiB,MAAM,EAAE,IAAI,CAACK,KAAK,CAACC,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,CAACN,MAAM,CAACO,MAAM,EAAE,IAAI,CAACP,MAAM,CAACa,QAAQ,CAAE;MAC5EJ,SAAS,EAAEnB,KAAK,CAACwB,mBAAoB;MACrCC,OAAO,EAAEzB,KAAK,CAAC0B,eAAgB;MAC/BL,KAAK,EAAE,IAAI,CAAChB;IAAe,CAAC,CACxB,CAAC,eACPjB,KAAA,CAAAoB,aAAA,CAAClB,IAAI;MAACmB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACiB;IAAc,GACpC3B,KAAK,CAAC4B,MAAM,iBACbxC,KAAA,CAAAoB,aAAA,CAACd,SAAS;MACRgB,MAAM,EAAE,IAAI,CAACA,MAAM,CAACmB,KAAM;MAC1BC,aAAa,EAAE9B,KAAK,CAAC4B;IAAO,CAAE,CAAE,eAClCxC,KAAA,CAAAoB,aAAA,CAACnB,IAAI;MAACoB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACqB;IAAQ,GAAE/B,KAAK,CAACgC,KAAY,CACjD,CAAC,eACP5C,KAAA,CAAAoB,aAAA,CAAClB,IAAI;MAACmB,KAAK,EAAE,IAAI,CAACC,MAAM,CAACuB;IAAa,GACnCjC,KAAK,CAACkC,YAAY,iBAAK9C,KAAA,CAAAoB,aAAA,CAACf,MAAM;MAC7BiB,MAAM,EAAE,IAAI,CAACK,KAAK,CAACC,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,CAACN,MAAM,CAACO,MAAM,EAAE,IAAI,CAACP,MAAM,CAACQ,WAAW,CAAE;MAC/EC,SAAS,EAAEnB,KAAK,CAACmC,qBAAsB;MACvCd,KAAK,EAAE,IAAI,CAACf;IAAiB,CAC5B,CAAE,EACJN,KAAK,CAACoC,QACH,CACF,CAAC;EAEX;AACF"}
@@ -1,160 +0,0 @@
1
- import Color from 'color';
2
- import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
3
- import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
4
- export const DEFAULT_CLASS = 'app-appnavbar';
5
- BASE_THEME.registerStyle((themeVariables, addStyle) => {
6
- const defaultStyles = defineStyles({
7
- root: {
8
- flexDirection: 'row',
9
- backgroundColor: themeVariables.navbarBackgroundColor,
10
- height: 80,
11
- padding: 12,
12
- paddingHorizontal: 12,
13
- alignItems: 'center'
14
- },
15
- text: {},
16
- action: {},
17
- leftSection: {
18
- flex: 1,
19
- flexDirection: 'row'
20
- },
21
- leftnavIcon: {
22
- root: {
23
- alignItems: 'flex-start'
24
- },
25
- icon: {
26
- fontSize: themeVariables.navbarIconSize,
27
- color: themeVariables.navbarTextColor
28
- }
29
- },
30
- backIcon: {
31
- root: {},
32
- text: {
33
- fontSize: themeVariables.navbarFontSize,
34
- color: themeVariables.navbarTextColor
35
- },
36
- icon: {
37
- fontSize: themeVariables.navbarIconSize,
38
- color: themeVariables.navbarTextColor
39
- }
40
- },
41
- image: {
42
- root: {
43
- width: themeVariables.navbarImageSize,
44
- height: themeVariables.navbarImageSize
45
- },
46
- picture: {
47
- resizeMode: 'contain'
48
- }
49
- },
50
- content: {
51
- textTransform: 'capitalize',
52
- color: themeVariables.navbarTextColor,
53
- fontSize: themeVariables.navbarFontSize,
54
- fontFamily: themeVariables.baseFont,
55
- fontWeight: '500',
56
- textAlign: 'center'
57
- },
58
- middleSection: {
59
- alignItems: 'center',
60
- flexDirection: 'row'
61
- },
62
- rightSection: {
63
- flex: 1,
64
- flexDirection: 'row',
65
- justifyContent: 'flex-end'
66
- }
67
- });
68
- addStyle(DEFAULT_CLASS, '', defaultStyles);
69
- addStyle('navbarAnchorItem', '', {
70
- root: {
71
- paddingRight: 8,
72
- flexDirection: 'row',
73
- justifyContent: 'center',
74
- alignItems: 'center'
75
- },
76
- text: {
77
- color: themeVariables.navbarTextColor,
78
- fontSize: themeVariables.navbarFontSize,
79
- textDecorationStyle: undefined
80
- },
81
- badge: {
82
- backgroundColor: Color(themeVariables.navbarTextColor).fade(0.8).rgb().toString(),
83
- color: themeVariables.navbarTextColor
84
- },
85
- icon: {
86
- text: {
87
- color: themeVariables.navbarTextColor,
88
- fontSize: themeVariables.navbarIconSize
89
- },
90
- icon: {
91
- color: themeVariables.navbarTextColor
92
- }
93
- }
94
- });
95
- addStyle('navbarButton', '', {
96
- root: {
97
- backgroundColor: themeVariables.transparent,
98
- paddingRight: 8,
99
- flexDirection: 'row',
100
- justifyContent: 'center',
101
- alignItems: 'center',
102
- alignSelf: 'center'
103
- },
104
- text: {
105
- color: themeVariables.navbarTextColor,
106
- fontSize: themeVariables.navbarFontSize
107
- },
108
- icon: {
109
- root: {
110
- color: themeVariables.navbarTextColor
111
- },
112
- text: {
113
- color: themeVariables.navbarTextColor,
114
- fontSize: themeVariables.navbarIconSize
115
- }
116
- }
117
- });
118
- addStyle('navbarMenu', '', {
119
- root: {
120
- paddingRight: 8,
121
- height: '100%',
122
- flexDirection: 'row',
123
- justifyContent: 'center',
124
- alignItems: 'center'
125
- },
126
- link: {
127
- icon: {
128
- root: {
129
- fontSize: themeVariables.navbarIconSize,
130
- color: themeVariables.navbarTextColor
131
- }
132
- },
133
- text: {
134
- color: themeVariables.navbarTextColor,
135
- fontSize: themeVariables.navbarFontSize
136
- }
137
- }
138
- });
139
- addStyle('navbarPopover', '', {
140
- root: {
141
- height: '100%',
142
- flexDirection: 'row',
143
- justifyContent: 'center',
144
- alignItems: 'center'
145
- },
146
- link: {
147
- icon: {
148
- root: {
149
- fontSize: themeVariables.navbarIconSize,
150
- color: themeVariables.navbarTextColor
151
- }
152
- },
153
- text: {
154
- color: themeVariables.navbarTextColor,
155
- fontSize: themeVariables.navbarFontSize
156
- }
157
- }
158
- });
159
- });
160
- //# sourceMappingURL=appnavbar.styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["Color","BASE_THEME","defineStyles","DEFAULT_CLASS","registerStyle","themeVariables","addStyle","defaultStyles","root","flexDirection","backgroundColor","navbarBackgroundColor","height","padding","paddingHorizontal","alignItems","text","action","leftSection","flex","leftnavIcon","icon","fontSize","navbarIconSize","color","navbarTextColor","backIcon","navbarFontSize","image","width","navbarImageSize","picture","resizeMode","content","textTransform","fontFamily","baseFont","fontWeight","textAlign","middleSection","rightSection","justifyContent","paddingRight","textDecorationStyle","undefined","badge","fade","rgb","toString","transparent","alignSelf","link"],"sources":["appnavbar.styles.ts"],"sourcesContent":["import Color from 'color';\nimport BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';\nimport { BaseStyles, defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { ViewStyle } from 'react-native';\nimport { WmIconStyles } from '@wavemaker/app-rn-runtime/components/basic/icon/icon.styles';\nimport { WmMenuStyles } from '@wavemaker/app-rn-runtime/components/navigation/menu/menu.styles';\nimport { WmAnchorStyles } from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.styles';\nimport { WmPopoverStyles } from '@wavemaker/app-rn-runtime/components/navigation/popover/popover.styles';\nimport { WmPictureStyles } from '@wavemaker/app-rn-runtime/components/basic/picture/picture.styles';\n\nexport type WmAppNavbarStyles = BaseStyles & {\n action: WmIconStyles,\n image: WmPictureStyles,\n leftnavIcon: WmIconStyles,\n backIcon: WmIconStyles,\n leftSection: ViewStyle,\n middleSection: ViewStyle,\n rightSection: ViewStyle,\n content: ViewStyle\n};\n\nexport const DEFAULT_CLASS = 'app-appnavbar';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmAppNavbarStyles = defineStyles({\n root: {\n flexDirection: 'row',\n backgroundColor: themeVariables.navbarBackgroundColor,\n height: 80,\n padding: 12,\n paddingHorizontal: 12,\n alignItems: 'center'\n },\n text: {},\n action: {} as WmIconStyles,\n leftSection: {\n flex: 1,\n flexDirection: 'row'\n },\n leftnavIcon: {\n root: {\n alignItems: 'flex-start'\n },\n icon: {\n fontSize: themeVariables.navbarIconSize,\n color: themeVariables.navbarTextColor\n }\n } as WmIconStyles,\n backIcon: {\n root: {},\n text: {\n fontSize: themeVariables.navbarFontSize,\n color: themeVariables.navbarTextColor\n },\n icon: {\n fontSize: themeVariables.navbarIconSize,\n color: themeVariables.navbarTextColor\n }\n } as WmIconStyles,\n image: {\n root: {\n width: themeVariables.navbarImageSize,\n height: themeVariables.navbarImageSize,\n },\n picture: {\n resizeMode: 'contain'\n }\n } as WmPictureStyles,\n content: {\n textTransform: 'capitalize',\n color: themeVariables.navbarTextColor,\n fontSize: themeVariables.navbarFontSize,\n fontFamily: themeVariables.baseFont,\n fontWeight: '500',\n textAlign: 'center'\n },\n middleSection: {\n alignItems: 'center',\n flexDirection: 'row'\n },\n rightSection: {\n flex: 1,\n flexDirection: 'row',\n justifyContent: 'flex-end'\n },\n } as WmAppNavbarStyles);\n\n addStyle(DEFAULT_CLASS, '', defaultStyles);\n addStyle('navbarAnchorItem', '', {\n root: {\n paddingRight: 8,\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center'\n },\n text: {\n color: themeVariables.navbarTextColor,\n fontSize: themeVariables.navbarFontSize,\n textDecorationStyle: undefined\n },\n badge: {\n backgroundColor: Color(themeVariables.navbarTextColor).fade(0.8).rgb().toString(),\n color: themeVariables.navbarTextColor,\n },\n icon: {\n text: {\n color: themeVariables.navbarTextColor,\n fontSize: themeVariables.navbarIconSize\n },\n icon : {\n color: themeVariables.navbarTextColor\n }\n }\n } as WmAnchorStyles);\n addStyle('navbarButton', '', {\n root: {\n backgroundColor: themeVariables.transparent,\n paddingRight: 8,\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center',\n alignSelf: 'center'\n },\n text: {\n color: themeVariables.navbarTextColor,\n fontSize: themeVariables.navbarFontSize\n },\n icon: {\n root: {\n color: themeVariables.navbarTextColor\n },\n text: {\n color: themeVariables.navbarTextColor,\n fontSize: themeVariables.navbarIconSize\n }\n }\n } as WmAnchorStyles);\n addStyle('navbarMenu', '', {\n root: {\n paddingRight: 8,\n height: '100%',\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center'\n },\n link: {\n icon: {\n root: {\n fontSize: themeVariables.navbarIconSize,\n color: themeVariables.navbarTextColor\n }\n },\n text: {\n color: themeVariables.navbarTextColor,\n fontSize: themeVariables.navbarFontSize\n }\n }\n } as any as WmMenuStyles);\n addStyle('navbarPopover', '', {\n root: {\n height: '100%',\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center'\n },\n link: {\n icon: {\n root: {\n fontSize: themeVariables.navbarIconSize,\n color: themeVariables.navbarTextColor\n }\n },\n text: {\n color: themeVariables.navbarTextColor,\n fontSize: themeVariables.navbarFontSize\n }\n }\n } as any as WmPopoverStyles);\n});"],"mappings":"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"}
@@ -1,61 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { View } from 'react-native';
6
- import WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';
7
- import { BaseNavComponent, BaseNavState } from '../basenav/basenav.component';
8
- import WmPopover from '../popover/popover.component';
9
- import WmMenuProps from './menu.props';
10
- import { DEFAULT_CLASS } from './menu.styles';
11
- export class WmMenuState extends BaseNavState {}
12
- const animationMap = {
13
- slide: 'slideInDown',
14
- fade: 'fadeIn',
15
- scale: 'zoomIn'
16
- };
17
- export default class WmMenu extends BaseNavComponent {
18
- constructor(props) {
19
- super(props, DEFAULT_CLASS, new WmMenuProps(), new WmMenuState());
20
- _defineProperty(this, "popOverRef", null);
21
- _defineProperty(this, "listener", {
22
- onComponentInit: c => {
23
- if (c instanceof WmPopover) {
24
- this.popOverRef = c;
25
- }
26
- }
27
- });
28
- }
29
- renderMenuItem(item) {
30
- const getDisplayLabel = this.props.getDisplayExpression || (label => label);
31
- return /*#__PURE__*/React.createElement(WmAnchor, {
32
- iconclass: item.icon,
33
- caption: getDisplayLabel(item.label),
34
- hyperlink: item.link,
35
- styles: this.styles.menuItem,
36
- onTap: () => {
37
- this.invokeEventCallback('onSelect', [null, this, item]);
38
- this.popOverRef.hide();
39
- }
40
- });
41
- }
42
- renderWidget(props) {
43
- const menuItems = this.state.dataItems;
44
- return /*#__PURE__*/React.createElement(WmPopover, {
45
- styles: this.styles,
46
- contentanimation: animationMap[props.animateitems || 'scale'],
47
- caption: props.caption,
48
- iconclass: props.iconclass,
49
- listener: this.listener,
50
- popoverheight: this.styles.menu.height || null,
51
- popoverwidth: this.styles.menu.width || null,
52
- iconposition: "right",
53
- type: "dropdown"
54
- }, /*#__PURE__*/React.createElement(View, {
55
- style: this.styles.menu
56
- }, menuItems.map(item => /*#__PURE__*/React.createElement(View, {
57
- key: item.key
58
- }, this.renderMenuItem(item)))));
59
- }
60
- }
61
- //# sourceMappingURL=menu.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","WmAnchor","BaseNavComponent","BaseNavState","WmPopover","WmMenuProps","DEFAULT_CLASS","WmMenuState","animationMap","slide","fade","scale","WmMenu","constructor","props","_defineProperty","onComponentInit","c","popOverRef","renderMenuItem","item","getDisplayLabel","getDisplayExpression","label","createElement","iconclass","icon","caption","hyperlink","link","styles","menuItem","onTap","invokeEventCallback","hide","renderWidget","menuItems","state","dataItems","contentanimation","animateitems","listener","popoverheight","menu","height","popoverwidth","width","iconposition","type","style","map","key"],"sources":["menu.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\n\nimport WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';\nimport { LifecycleListener } from '@wavemaker/app-rn-runtime/core/base.component';\n\nimport { BaseNavComponent, BaseNavState, NavigationDataItem } from '../basenav/basenav.component';\nimport WmPopover from '../popover/popover.component';\nimport WmMenuProps from './menu.props';\nimport { DEFAULT_CLASS, WmMenuStyles } from './menu.styles';\n\nexport class WmMenuState <T extends WmMenuProps> extends BaseNavState<T> {}\n\nconst animationMap: any = {\n slide: 'slideInDown',\n fade: 'fadeIn',\n scale: 'zoomIn'\n};\n\nexport default class WmMenu extends BaseNavComponent<WmMenuProps, WmMenuState<WmMenuProps>, WmMenuStyles> {\n\n private popOverRef: WmPopover = null as any;\n\n private listener: LifecycleListener = {\n onComponentInit: (c) => {\n if (c instanceof WmPopover) {\n this.popOverRef = c;\n }\n }\n };\n\n constructor(props: WmMenuProps) {\n super(props, DEFAULT_CLASS, new WmMenuProps(), new WmMenuState());\n }\n\n renderMenuItem(item: NavigationDataItem) {\n const getDisplayLabel = this.props.getDisplayExpression || ((label: string) => label);\n return (\n <WmAnchor\n iconclass={item.icon as string}\n caption={getDisplayLabel(item.label)}\n hyperlink={item.link}\n styles={this.styles.menuItem}\n onTap={() => {\n this.invokeEventCallback('onSelect', [null, this, item]);\n this.popOverRef.hide();\n }}></WmAnchor>\n );\n }\n\n renderWidget(props: WmMenuProps) {\n const menuItems = this.state.dataItems;\n return (\n <WmPopover styles={this.styles}\n contentanimation={animationMap[props.animateitems || 'scale']}\n caption={props.caption}\n iconclass={props.iconclass}\n listener={this.listener}\n popoverheight={this.styles.menu.height as string | number | undefined || null}\n popoverwidth={this.styles.menu.width as string | number | undefined || null}\n iconposition=\"right\"\n type='dropdown'>\n <View style={this.styles.menu}>\n {menuItems.map(item => (\n <View key={item.key}>\n {this.renderMenuItem(item)}\n </View>\n ))}\n </View>\n </WmPopover>\n );\n }\n}\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AAEnC,OAAOC,QAAQ,MAAM,oEAAoE;AAGzF,SAASC,gBAAgB,EAAEC,YAAY,QAA4B,8BAA8B;AACjG,OAAOC,SAAS,MAAM,8BAA8B;AACpD,OAAOC,WAAW,MAAM,cAAc;AACtC,SAASC,aAAa,QAAsB,eAAe;AAE3D,OAAO,MAAMC,WAAW,SAAiCJ,YAAY,CAAI;AAEzE,MAAMK,YAAiB,GAAG;EACxBC,KAAK,EAAE,aAAa;EACpBC,IAAI,EAAE,QAAQ;EACdC,KAAK,EAAE;AACT,CAAC;AAED,eAAe,MAAMC,MAAM,SAASV,gBAAgB,CAAsD;EAYxGW,WAAWA,CAACC,KAAkB,EAAE;IAC9B,KAAK,CAACA,KAAK,EAAER,aAAa,EAAE,IAAID,WAAW,CAAC,CAAC,EAAE,IAAIE,WAAW,CAAC,CAAC,CAAC;IAACQ,eAAA,qBAXpC,IAAI;IAAAA,eAAA,mBAEE;MACpCC,eAAe,EAAGC,CAAC,IAAK;QACtB,IAAIA,CAAC,YAAYb,SAAS,EAAE;UAC1B,IAAI,CAACc,UAAU,GAAGD,CAAC;QACrB;MACF;IACF,CAAC;EAID;EAEAE,cAAcA,CAACC,IAAwB,EAAE;IACvC,MAAMC,eAAe,GAAG,IAAI,CAACP,KAAK,CAACQ,oBAAoB,KAAMC,KAAa,IAAKA,KAAK,CAAC;IACrF,oBACExB,KAAA,CAAAyB,aAAA,CAACvB,QAAQ;MACPwB,SAAS,EAAEL,IAAI,CAACM,IAAe;MAC/BC,OAAO,EAAEN,eAAe,CAACD,IAAI,CAACG,KAAK,CAAE;MACrCK,SAAS,EAAER,IAAI,CAACS,IAAK;MACrBC,MAAM,EAAE,IAAI,CAACA,MAAM,CAACC,QAAS;MAC7BC,KAAK,EAAEA,CAAA,KAAM;QACX,IAAI,CAACC,mBAAmB,CAAC,UAAU,EAAE,CAAC,IAAI,EAAE,IAAI,EAAEb,IAAI,CAAC,CAAC;QACxD,IAAI,CAACF,UAAU,CAACgB,IAAI,CAAC,CAAC;MAC1B;IAAE,CAAW,CAAC;EAElB;EAEAC,YAAYA,CAACrB,KAAkB,EAAE;IAC/B,MAAMsB,SAAS,GAAG,IAAI,CAACC,KAAK,CAACC,SAAS;IACtC,oBACEvC,KAAA,CAAAyB,aAAA,CAACpB,SAAS;MAAC0B,MAAM,EAAE,IAAI,CAACA,MAAO;MAC7BS,gBAAgB,EAAE/B,YAAY,CAACM,KAAK,CAAC0B,YAAY,IAAI,OAAO,CAAE;MAC9Db,OAAO,EAAEb,KAAK,CAACa,OAAQ;MACvBF,SAAS,EAAEX,KAAK,CAACW,SAAU;MAC3BgB,QAAQ,EAAE,IAAI,CAACA,QAAS;MACxBC,aAAa,EAAE,IAAI,CAACZ,MAAM,CAACa,IAAI,CAACC,MAAM,IAAmC,IAAK;MAC9EC,YAAY,EAAE,IAAI,CAACf,MAAM,CAACa,IAAI,CAACG,KAAK,IAAmC,IAAK;MAC5EC,YAAY,EAAC,OAAO;MACpBC,IAAI,EAAC;IAAU,gBACbjD,KAAA,CAAAyB,aAAA,CAACxB,IAAI;MAACiD,KAAK,EAAE,IAAI,CAACnB,MAAM,CAACa;IAAK,GAC3BP,SAAS,CAACc,GAAG,CAAC9B,IAAI,iBACjBrB,KAAA,CAAAyB,aAAA,CAACxB,IAAI;MAACmD,GAAG,EAAE/B,IAAI,CAAC+B;IAAI,GACjB,IAAI,CAAChC,cAAc,CAACC,IAAI,CACrB,CACP,CACG,CACC,CAAC;EAEhB;AACF"}
@@ -1,67 +0,0 @@
1
- import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
- import { DEFAULT_CLASS as POPOVER_CLASS } from '../popover/popover.styles';
3
- import { Platform } from 'react-native';
4
- export const DEFAULT_CLASS = 'app-menu';
5
- BASE_THEME.registerStyle((themeVariables, addStyle) => {
6
- const defaultStyles = {
7
- root: {
8
- alignSelf: 'flex-start'
9
- },
10
- text: {},
11
- link: {
12
- icon: {
13
- root: {
14
- color: themeVariables.menuIconColor
15
- }
16
- },
17
- text: {
18
- textDecorationLine: 'none',
19
- paddingRight: 12,
20
- fontWeight: 'bold',
21
- color: themeVariables.menuTextColor
22
- }
23
- },
24
- popover: {
25
- backgroundColor: themeVariables.transparent
26
- },
27
- popoverContent: {
28
- //@ts-ignore
29
- flex: undefined
30
- },
31
- menu: {
32
- width: 160,
33
- padding: 12,
34
- backgroundColor: themeVariables.menuBackgroundColor,
35
- borderRadius: 6
36
- },
37
- menuItem: {
38
- root: {
39
- width: '100%',
40
- padding: 8,
41
- borderBottomWidth: 0,
42
- borderStyle: 'solid',
43
- borderBottomColor: themeVariables.menuItemBorderColor
44
- },
45
- icon: {
46
- root: {
47
- fontSize: 16
48
- },
49
- icon: {
50
- color: themeVariables.menuItemIconColor
51
- }
52
- },
53
- text: {
54
- fontSize: 16,
55
- textDecorationLine: 'none',
56
- color: themeVariables.menuItemTextColor
57
- }
58
- }
59
- };
60
- addStyle(DEFAULT_CLASS, POPOVER_CLASS, defaultStyles);
61
- addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS == "web" ? {} : {
62
- root: {
63
- width: '100%'
64
- }
65
- });
66
- });
67
- //# sourceMappingURL=menu.styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BASE_THEME","DEFAULT_CLASS","POPOVER_CLASS","Platform","registerStyle","themeVariables","addStyle","defaultStyles","root","alignSelf","text","link","icon","color","menuIconColor","textDecorationLine","paddingRight","fontWeight","menuTextColor","popover","backgroundColor","transparent","popoverContent","flex","undefined","menu","width","padding","menuBackgroundColor","borderRadius","menuItem","borderBottomWidth","borderStyle","borderBottomColor","menuItemBorderColor","fontSize","menuItemIconColor","menuItemTextColor","OS"],"sources":["menu.styles.ts"],"sourcesContent":["import BASE_THEME, { AllStyle } from '@wavemaker/app-rn-runtime/styles/theme';\nimport { WmAnchorStyles } from '../../basic/anchor/anchor.styles';\nimport { WmPopoverStyles, DEFAULT_CLASS as POPOVER_CLASS } from '../popover/popover.styles';\nimport { deepCopy } from '@wavemaker/app-rn-runtime/core/utils';\nimport { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';\nimport { Platform } from 'react-native';\n\nexport type WmMenuStyles = WmPopoverStyles & {\n menu: AllStyle,\n menuItem: WmAnchorStyles\n};\n\nexport const DEFAULT_CLASS = 'app-menu';\nBASE_THEME.registerStyle((themeVariables, addStyle) => {\n const defaultStyles: WmMenuStyles = {\n root : {\n alignSelf: 'flex-start'\n },\n text: {},\n link: {\n icon: {\n root: {\n color: themeVariables.menuIconColor\n }\n },\n text: {\n textDecorationLine: 'none',\n paddingRight: 12,\n fontWeight: 'bold',\n color: themeVariables.menuTextColor\n }\n } as WmAnchorStyles,\n popover: {\n backgroundColor: themeVariables.transparent\n },\n popoverContent: {\n //@ts-ignore\n flex: undefined\n },\n menu: {\n width: 160,\n padding: 12,\n backgroundColor: themeVariables.menuBackgroundColor,\n borderRadius: 6\n },\n menuItem: {\n root : {\n width: '100%',\n padding: 8,\n borderBottomWidth: 0,\n borderStyle: 'solid',\n borderBottomColor: themeVariables.menuItemBorderColor\n },\n icon :{\n root : {\n fontSize: 16,\n },\n icon : {\n color: themeVariables.menuItemIconColor\n }\n },\n text: {\n fontSize: 16,\n textDecorationLine: 'none',\n color: themeVariables.menuItemTextColor\n }\n } as any as WmAnchorStyles\n };\n\n addStyle(DEFAULT_CLASS, POPOVER_CLASS, defaultStyles);\n addStyle(DEFAULT_CLASS + '-rtl', '', Platform.OS==\"web\"?{}:{\n root: {\n width: '100%'\n }\n });\n});\n"],"mappings":"AAAA,OAAOA,UAAU,MAAoB,wCAAwC;AAE7E,SAA0BC,aAAa,IAAIC,aAAa,QAAQ,2BAA2B;AAG3F,SAASC,QAAQ,QAAQ,cAAc;AAOvC,OAAO,MAAMF,aAAa,GAAG,UAAU;AACvCD,UAAU,CAACI,aAAa,CAAC,CAACC,cAAc,EAAEC,QAAQ,KAAK;EACnD,MAAMC,aAA2B,GAAG;IAChCC,IAAI,EAAG;MACHC,SAAS,EAAE;IACf,CAAC;IACDC,IAAI,EAAE,CAAC,CAAC;IACRC,IAAI,EAAE;MACFC,IAAI,EAAE;QACFJ,IAAI,EAAE;UACFK,KAAK,EAAER,cAAc,CAACS;QAC1B;MACJ,CAAC;MACDJ,IAAI,EAAE;QACFK,kBAAkB,EAAE,MAAM;QAC1BC,YAAY,EAAE,EAAE;QAChBC,UAAU,EAAE,MAAM;QAClBJ,KAAK,EAAER,cAAc,CAACa;MAC1B;IACJ,CAAmB;IACnBC,OAAO,EAAE;MACLC,eAAe,EAAEf,cAAc,CAACgB;IACpC,CAAC;IACDC,cAAc,EAAE;MACZ;MACAC,IAAI,EAAEC;IACV,CAAC;IACDC,IAAI,EAAE;MACFC,KAAK,EAAE,GAAG;MACVC,OAAO,EAAE,EAAE;MACXP,eAAe,EAAEf,cAAc,CAACuB,mBAAmB;MACnDC,YAAY,EAAE;IAClB,CAAC;IACDC,QAAQ,EAAE;MACNtB,IAAI,EAAG;QACHkB,KAAK,EAAE,MAAM;QACbC,OAAO,EAAE,CAAC;QACVI,iBAAiB,EAAE,CAAC;QACpBC,WAAW,EAAE,OAAO;QACpBC,iBAAiB,EAAE5B,cAAc,CAAC6B;MACtC,CAAC;MACDtB,IAAI,EAAE;QACFJ,IAAI,EAAG;UACH2B,QAAQ,EAAE;QACd,CAAC;QACDvB,IAAI,EAAG;UACHC,KAAK,EAAER,cAAc,CAAC+B;QAC1B;MACJ,CAAC;MACD1B,IAAI,EAAE;QACFyB,QAAQ,EAAE,EAAE;QACZpB,kBAAkB,EAAE,MAAM;QAC1BF,KAAK,EAAER,cAAc,CAACgC;MAC1B;IACJ;EACJ,CAAC;EAED/B,QAAQ,CAACL,aAAa,EAAEC,aAAa,EAAEK,aAAa,CAAC;EACrDD,QAAQ,CAACL,aAAa,GAAG,MAAM,EAAE,EAAE,EAAEE,QAAQ,CAACmC,EAAE,IAAE,KAAK,GAAC,CAAC,CAAC,GAAC;IACvD9B,IAAI,EAAE;MACFkB,KAAK,EAAE;IACX;EACJ,CAAC,CAAC;AACN,CAAC,CAAC"}
@@ -1,74 +0,0 @@
1
- import React from 'react';
2
- import { View } from 'react-native';
3
- import WmNavItem from '@wavemaker/app-rn-runtime/components/navigation/navitem/navitem.component';
4
- import { BaseNavComponent, BaseNavState } from '@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.component';
5
- import WmNavbarProps from './navbar.props';
6
- import { DEFAULT_CLASS } from './navbar.styles';
7
- class WmNavbarState extends BaseNavState {}
8
- export default class WmNavbar extends BaseNavComponent {
9
- constructor(props) {
10
- super(props, DEFAULT_CLASS, new WmNavbarProps(), new WmNavbarState());
11
- }
12
- computeItemStyles(props) {
13
- let activeItemStyles = this.theme.getStyle('app-navitem-active');
14
- let itemStyles = this.theme.getStyle('app-navitem');
15
- const indentStyle = props.indent ? {
16
- navAnchorItem: {
17
- root: {
18
- paddingLeft: props.indent
19
- }
20
- }
21
- } : null;
22
- if (props.ischildnav) {
23
- itemStyles = this.theme.mergeStyle({}, itemStyles, this.theme.getStyle('app-navitem-child'));
24
- }
25
- activeItemStyles = this.theme.mergeStyle({}, activeItemStyles, indentStyle);
26
- itemStyles = this.theme.mergeStyle({}, itemStyles, indentStyle);
27
- return {
28
- activeItemStyles,
29
- itemStyles
30
- };
31
- }
32
- renderNavItem(item, props) {
33
- const indent = this.styles.childNav.paddingLeft || 0;
34
- const {
35
- activeItemStyles,
36
- itemStyles
37
- } = this.computeItemStyles(props);
38
- return /*#__PURE__*/React.createElement(View, {
39
- style: this.styles.navitem,
40
- key: item.key
41
- }, /*#__PURE__*/React.createElement(WmNavItem, {
42
- item: item,
43
- onSelect: props.onSelect,
44
- styles: item.isactive ? activeItemStyles : itemStyles,
45
- getDisplayExpression: this.props.getDisplayExpression,
46
- view: item.childnavigation ? 'dropdown' : 'anchor'
47
- }, item.childnavigation && /*#__PURE__*/React.createElement(WmNavbar, {
48
- dataset: item.childnavigation,
49
- type: props.type,
50
- styles: this.styles,
51
- layout: props.layout,
52
- itemlabel: props.itemlabel,
53
- itembadge: props.itembadge,
54
- itemicon: props.itemicon,
55
- itemchildren: props.itemchildren,
56
- itemlink: props.itemlink,
57
- isactive: props.isactive,
58
- indent: props.indent || indent + indent,
59
- getDisplayExpression: this.props.getDisplayExpression,
60
- ischildnav: true
61
- })));
62
- }
63
- renderWidget(props) {
64
- const navItems = this.state.dataItems;
65
- let childElements = props.children;
66
- const styleName = props.layout + 'Nav';
67
- return /*#__PURE__*/React.createElement(View, {
68
- style: [this.theme.getStyle(styleName), this.styles.nav]
69
- }, navItems && navItems.length ? navItems.map(item => {
70
- return this.renderNavItem(item, props);
71
- }) : childElements);
72
- }
73
- }
74
- //# sourceMappingURL=navbar.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","WmNavItem","BaseNavComponent","BaseNavState","WmNavbarProps","DEFAULT_CLASS","WmNavbarState","WmNavbar","constructor","props","computeItemStyles","activeItemStyles","theme","getStyle","itemStyles","indentStyle","indent","navAnchorItem","root","paddingLeft","ischildnav","mergeStyle","renderNavItem","item","styles","childNav","createElement","style","navitem","key","onSelect","isactive","getDisplayExpression","view","childnavigation","dataset","type","layout","itemlabel","itembadge","itemicon","itemchildren","itemlink","renderWidget","navItems","state","dataItems","childElements","children","styleName","nav","length","map"],"sources":["navbar.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\n\nimport WmNavItem from '@wavemaker/app-rn-runtime/components/navigation/navitem/navitem.component';\nimport { BaseNavComponent, NavigationDataItem, BaseNavState } from '@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.component';\nimport { BaseNavProps } from '@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.props';\n\nimport WmNavbarProps from './navbar.props';\nimport { DEFAULT_CLASS, WmNavbarStyles } from './navbar.styles';\n\nclass WmNavbarState<T extends BaseNavProps> extends BaseNavState<T> {}\n\nexport default class WmNavbar extends BaseNavComponent<WmNavbarProps, WmNavbarState<WmNavbarProps>, WmNavbarStyles> {\n constructor(props: WmNavbarProps) {\n super(props, DEFAULT_CLASS, new WmNavbarProps(), new WmNavbarState());\n }\n\n computeItemStyles(props: WmNavbarProps) {\n let activeItemStyles = this.theme.getStyle('app-navitem-active');\n let itemStyles = this.theme.getStyle('app-navitem');\n const indentStyle = props.indent ? {\n navAnchorItem: {\n root: {\n paddingLeft: props.indent\n }\n }\n } : null;\n if (props.ischildnav) {\n itemStyles = this.theme.mergeStyle({}, itemStyles, this.theme.getStyle('app-navitem-child'));\n }\n activeItemStyles = this.theme.mergeStyle({}, activeItemStyles, indentStyle);\n itemStyles = this.theme.mergeStyle({}, itemStyles, indentStyle);\n return {activeItemStyles, itemStyles};\n }\n\n renderNavItem(item: NavigationDataItem, props: WmNavbarProps) {\n const indent = this.styles.childNav.paddingLeft as number || 0;\n const {activeItemStyles, itemStyles} = this.computeItemStyles(props);\n return (\n <View style={this.styles.navitem} key={item.key} >\n <WmNavItem item={item}\n onSelect={props.onSelect}\n styles={item.isactive ? activeItemStyles: itemStyles}\n getDisplayExpression={this.props.getDisplayExpression} \n view={item.childnavigation ? 'dropdown' : 'anchor'}>\n {item.childnavigation && (\n <WmNavbar\n dataset={item.childnavigation}\n type={props.type}\n styles={this.styles}\n layout={props.layout}\n itemlabel={props.itemlabel}\n itembadge={props.itembadge}\n itemicon={props.itemicon}\n itemchildren={props.itemchildren}\n itemlink={props.itemlink}\n isactive={props.isactive}\n indent={props.indent || indent + indent}\n getDisplayExpression={this.props.getDisplayExpression} \n ischildnav={true}>\n </WmNavbar>)}\n </WmNavItem>\n </View>\n );\n }\n\n renderWidget(props: WmNavbarProps) {\n const navItems = this.state.dataItems;\n let childElements = props.children;\n const styleName = props.layout + 'Nav';\n\n return (\n <View style={[this.theme.getStyle(styleName), this.styles.nav]}>\n { navItems && navItems.length ? navItems.map(item => {\n return this.renderNavItem(item, props);\n }) : childElements\n }\n </View>\n );\n }\n}\n"],"mappings":"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"}
@@ -1,62 +0,0 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
3
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
- import React from 'react';
5
- import { View } from 'react-native';
6
- import { TouchableOpacity } from 'react-native-gesture-handler';
7
- import { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';
8
- import WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';
9
- import WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';
10
- import WmNavItemProps from './navitem.props';
11
- import { DEFAULT_CLASS } from './navitem.styles';
12
- export class WmNavItemState extends BaseComponentState {
13
- constructor() {
14
- super(...arguments);
15
- _defineProperty(this, "collapsed", true);
16
- }
17
- }
18
- export default class WmNavItem extends BaseComponent {
19
- constructor(props) {
20
- super(props, DEFAULT_CLASS, new WmNavItemProps(), new WmNavItemState());
21
- }
22
- onSelectItem(cb, $item, $event) {
23
- cb && cb($event, this, $item === null || $item === void 0 ? void 0 : $item.data);
24
- }
25
- renderWidget(props) {
26
- const getDisplayLabel = this.props.getDisplayExpression || (label => label);
27
- let child = props.children;
28
- if (props.view === 'anchor') {
29
- child = /*#__PURE__*/React.createElement(WmAnchor, {
30
- styles: this.styles.navAnchorItem,
31
- caption: getDisplayLabel(props.item.label),
32
- hyperlink: props.item.link,
33
- badgevalue: props.item.badge,
34
- iconclass: props.item.icon,
35
- onTap: this.onSelectItem.bind(this, props.onSelect, props.item)
36
- });
37
- }
38
- if (props.view === 'dropdown') {
39
- child = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TouchableOpacity, {
40
- onPress: () => {
41
- this.updateState({
42
- collapsed: !this.state.collapsed
43
- });
44
- }
45
- }, /*#__PURE__*/React.createElement(View, {
46
- style: this.styles.dropdownNav
47
- }, /*#__PURE__*/React.createElement(WmAnchor, {
48
- styles: this.styles.navAnchorItem,
49
- caption: getDisplayLabel(props.item.label),
50
- iconclass: props.item.icon,
51
- onTap: this.onSelectItem.bind(this, props.onSelect, props.item)
52
- }), /*#__PURE__*/React.createElement(WmIcon, {
53
- styles: this.styles.caretIcon,
54
- iconclass: this.state.collapsed ? 'fa fa-sort-down' : 'fa fa-sort-up'
55
- }))), !this.state.collapsed && props.children);
56
- }
57
- return /*#__PURE__*/React.createElement(View, {
58
- style: this.styles.root
59
- }, this._background, child);
60
- }
61
- }
62
- //# sourceMappingURL=navitem.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","TouchableOpacity","BaseComponent","BaseComponentState","WmAnchor","WmIcon","WmNavItemProps","DEFAULT_CLASS","WmNavItemState","constructor","arguments","_defineProperty","WmNavItem","props","onSelectItem","cb","$item","$event","data","renderWidget","getDisplayLabel","getDisplayExpression","label","child","children","view","createElement","styles","navAnchorItem","caption","item","hyperlink","link","badgevalue","badge","iconclass","icon","onTap","bind","onSelect","Fragment","onPress","updateState","collapsed","state","style","dropdownNav","caretIcon","root","_background"],"sources":["navitem.component.tsx"],"sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { TouchableOpacity } from 'react-native-gesture-handler';\n\nimport { BaseComponent, BaseComponentState } from '@wavemaker/app-rn-runtime/core/base.component';\nimport WmAnchor from '@wavemaker/app-rn-runtime/components/basic/anchor/anchor.component';\nimport WmIcon from '@wavemaker/app-rn-runtime/components/basic/icon/icon.component';\n\nimport WmNavItemProps from './navitem.props';\nimport { DEFAULT_CLASS, WmNavItemStyles } from './navitem.styles';\nimport { NavigationDataItem } from \"@wavemaker/app-rn-runtime/components/navigation/basenav/basenav.component\";\nimport { TapEvent } from \"@wavemaker/app-rn-runtime/core/tappable.component\";\n\nexport class WmNavItemState extends BaseComponentState<WmNavItemProps> {\n collapsed = true;\n}\n\nexport default class WmNavItem extends BaseComponent<WmNavItemProps, WmNavItemState, WmNavItemStyles> {\n\n constructor(props: WmNavItemProps) {\n super(props, DEFAULT_CLASS, new WmNavItemProps(), new WmNavItemState());\n }\n\n onSelectItem(cb: any, $item: NavigationDataItem, $event: TapEvent) {\n cb && cb($event, this, $item?.data);\n }\n\n renderWidget(props: WmNavItemProps) {\n const getDisplayLabel = this.props.getDisplayExpression || ((label: string) => label);\n let child = props.children;\n if (props.view === 'anchor') {\n child = <WmAnchor styles={this.styles.navAnchorItem} caption={getDisplayLabel(props.item.label)} hyperlink={props.item.link}\n badgevalue={props.item.badge} iconclass={props.item.icon} onTap={this.onSelectItem.bind(this, props.onSelect, props.item)}></WmAnchor>\n }\n if (props.view === 'dropdown') {\n child = (\n <>\n <TouchableOpacity onPress={() => {\n this.updateState({collapsed: !this.state.collapsed} as WmNavItemState);\n }}>\n <View style={this.styles.dropdownNav}>\n <WmAnchor styles={this.styles.navAnchorItem} caption={getDisplayLabel(props.item.label)} iconclass={props.item.icon} onTap={this.onSelectItem.bind(this, props.onSelect, props.item)}></WmAnchor>\n <WmIcon styles={this.styles.caretIcon} iconclass={this.state.collapsed ? 'fa fa-sort-down' : 'fa fa-sort-up'}></WmIcon>\n </View>\n </TouchableOpacity>\n {!this.state.collapsed && props.children}\n </>\n );\n }\n return (\n <View style={this.styles.root}>{this._background}{child}</View>\n );\n }\n}\n"],"mappings":"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"}
@@ -1,76 +0,0 @@
1
- import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
2
- import { defineStyles } from '@wavemaker/app-rn-runtime/core/base.component';
3
- export const DEFAULT_CLASS = 'app-navitem';
4
- BASE_THEME.registerStyle((themeVariables, addStyle) => {
5
- const defaultStyles = defineStyles({
6
- root: {
7
- borderWidth: 0,
8
- borderBottomWidth: 1,
9
- borderStyle: 'solid',
10
- borderColor: themeVariables.navbarBorderColor
11
- },
12
- text: {},
13
- dropdownNav: {
14
- flex: 1,
15
- flexDirection: 'row',
16
- justifyContent: 'space-between',
17
- alignItems: 'center'
18
- },
19
- navAnchorItem: {
20
- root: {
21
- padding: 12
22
- },
23
- text: {
24
- color: themeVariables.navitemChildTextColor,
25
- textDecorationLine: 'underline'
26
- },
27
- icon: {
28
- text: {
29
- color: themeVariables.navitemChildIconColor
30
- }
31
- }
32
- },
33
- caretIcon: {
34
- root: {
35
- paddingRight: 12
36
- },
37
- text: {
38
- color: themeVariables.navbarCaretColor
39
- }
40
- }
41
- });
42
- addStyle(DEFAULT_CLASS, '', defaultStyles);
43
- addStyle(DEFAULT_CLASS + '-active', DEFAULT_CLASS, {
44
- root: {
45
- backgroundColor: themeVariables.navitemActiveBackgroundColor
46
- },
47
- navAnchorItem: {
48
- text: {
49
- color: themeVariables.navitemActiveTextColor
50
- },
51
- icon: {
52
- text: {
53
- color: themeVariables.navitemActiveIconColor
54
- }
55
- }
56
- }
57
- });
58
- addStyle(DEFAULT_CLASS + '-child', DEFAULT_CLASS, {
59
- root: {
60
- backgroundColor: themeVariables.navitemChildBackgroundColor
61
- },
62
- navAnchorItem: {
63
- text: {
64
- color: themeVariables.navitemChildTextColor,
65
- textDecorationLine: 'underline'
66
- },
67
- icon: {
68
- text: {
69
- color: themeVariables.navitemChildIconColor
70
- }
71
- }
72
- }
73
- });
74
- addStyle('navAnchorItem', '', defaultStyles.navAnchorItem);
75
- });
76
- //# sourceMappingURL=navitem.styles.js.map