@messenger-box/slack-ui-mobile 10.0.2-alpha.5 → 10.0.3-alpha.5

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 (318) hide show
  1. package/lib/components/AppRootContextProviderComponent.js +2 -5
  2. package/lib/components/AppRootContextProviderComponent.js.map +1 -1
  3. package/lib/components/Channels/ChannelsByAlphabeticalAccordion.js +16 -81
  4. package/lib/components/Channels/ChannelsByAlphabeticalAccordion.js.map +1 -1
  5. package/lib/components/CustomBottomTabs/CustomBottomTabs.js +60 -75
  6. package/lib/components/CustomBottomTabs/CustomBottomTabs.js.map +1 -1
  7. package/lib/components/CustomDrawer/CustomDrawer.js +78 -185
  8. package/lib/components/CustomDrawer/CustomDrawer.js.map +1 -1
  9. package/lib/components/Header/Header.js +1 -8
  10. package/lib/components/Header/Header.js.map +1 -1
  11. package/lib/components/Header/styles.js +14 -14
  12. package/lib/components/Header/styles.js.map +1 -1
  13. package/lib/components/LoadingSpinner/index.js +6 -29
  14. package/lib/components/LoadingSpinner/index.js.map +1 -1
  15. package/lib/components/NavigationHeader/InboxNavigationHeader.js +84 -176
  16. package/lib/components/NavigationHeader/InboxNavigationHeader.js.map +1 -1
  17. package/lib/components/NavigationHeader/NavigationHeader.js +154 -276
  18. package/lib/components/NavigationHeader/NavigationHeader.js.map +1 -1
  19. package/lib/components/NavigationHeader/NavigationHeaderChat.js +25 -66
  20. package/lib/components/NavigationHeader/NavigationHeaderChat.js.map +1 -1
  21. package/lib/components/NavigationHeader/index.js +1 -1
  22. package/lib/components/SlackSearchInput/Suggestion.js +40 -14
  23. package/lib/components/SlackSearchInput/Suggestion.js.map +1 -1
  24. package/lib/components/SlackSearchInput/Tag.js +43 -17
  25. package/lib/components/SlackSearchInput/Tag.js.map +1 -1
  26. package/lib/components/SlackSearchInput/index.js +57 -114
  27. package/lib/components/SlackSearchInput/index.js.map +1 -1
  28. package/lib/components/Tiles/Tiles.js +1 -8
  29. package/lib/components/Tiles/Tiles.js.map +1 -1
  30. package/lib/components/Tiles/styles.js +14 -14
  31. package/lib/components/Tiles/styles.js.map +1 -1
  32. package/lib/components/VirtualizedScrollView/VirtualizedScrollView.js +27 -17
  33. package/lib/components/VirtualizedScrollView/VirtualizedScrollView.js.map +1 -1
  34. package/lib/components/WorkSpaceDrawer/WorkSpaceDrawer.js +86 -193
  35. package/lib/components/WorkSpaceDrawer/WorkSpaceDrawer.js.map +1 -1
  36. package/lib/compute.js +222 -234
  37. package/lib/compute.js.map +1 -1
  38. package/lib/config/env-config.js +14 -12
  39. package/lib/config/env-config.js.map +1 -1
  40. package/lib/constants/Colors.js +52 -56
  41. package/lib/constants/Colors.js.map +1 -1
  42. package/lib/constants/Layout.js +2 -2
  43. package/lib/constants/Layout.js.map +1 -1
  44. package/lib/constants/device.js +4 -12
  45. package/lib/constants/device.js.map +1 -1
  46. package/lib/constants/fonts.js +5 -5
  47. package/lib/constants/fonts.js.map +1 -1
  48. package/lib/constants/globalStyles.js +13 -13
  49. package/lib/constants/globalStyles.js.map +1 -1
  50. package/lib/constants/preloadImages.js +11 -22
  51. package/lib/constants/preloadImages.js.map +1 -1
  52. package/lib/constants/routes.js +37 -43
  53. package/lib/constants/routes.js.map +1 -1
  54. package/lib/hooks/useCachedResources.js +32 -18
  55. package/lib/hooks/useCachedResources.js.map +1 -1
  56. package/lib/hooks/useColorScheme.js +1 -4
  57. package/lib/hooks/useColorScheme.js.map +1 -1
  58. package/lib/hooks/useDisclose.js.map +1 -1
  59. package/lib/hooks/useDrawerLayout.js +33 -104
  60. package/lib/hooks/useDrawerLayout.js.map +1 -1
  61. package/lib/hooks/useExpoNotificationProvider.js +35 -41
  62. package/lib/hooks/useExpoNotificationProvider.js.map +1 -1
  63. package/lib/index.js.map +1 -1
  64. package/lib/locales/index.js +4 -4
  65. package/lib/locales/index.js.map +1 -1
  66. package/lib/module.js +1 -4
  67. package/lib/module.js.map +1 -1
  68. package/lib/navigation/ActivityNavigator.js +31 -25
  69. package/lib/navigation/ActivityNavigator.js.map +1 -1
  70. package/lib/navigation/ExploreNavigator.js +199 -440
  71. package/lib/navigation/ExploreNavigator.js.map +1 -1
  72. package/lib/navigation/InboxNavigator.js +69 -128
  73. package/lib/navigation/InboxNavigator.js.map +1 -1
  74. package/lib/navigation/SearchTabNavigation.js +60 -138
  75. package/lib/navigation/SearchTabNavigation.js.map +1 -1
  76. package/lib/navigation/TeamTabNavigation.js +52 -41
  77. package/lib/navigation/TeamTabNavigation.js.map +1 -1
  78. package/lib/screens/Account/AccountScreen.js +51 -239
  79. package/lib/screens/Account/AccountScreen.js.map +1 -1
  80. package/lib/screens/Activity/ActivityScreen.js +1 -9
  81. package/lib/screens/Activity/ActivityScreen.js.map +1 -1
  82. package/lib/screens/Channels/Add/AddName.js +25 -115
  83. package/lib/screens/Channels/Add/AddName.js.map +1 -1
  84. package/lib/screens/Channels/Add/AddVisibility.js +43 -111
  85. package/lib/screens/Channels/Add/AddVisibility.js.map +1 -1
  86. package/lib/screens/Channels/AddChannel.js +25 -100
  87. package/lib/screens/Channels/AddChannel.js.map +1 -1
  88. package/lib/screens/Channels/Channels.js +65 -190
  89. package/lib/screens/Channels/Channels.js.map +1 -1
  90. package/lib/screens/Files/FilesScreen.js +1 -12
  91. package/lib/screens/Files/FilesScreen.js.map +1 -1
  92. package/lib/screens/Home/Components/Channels/Channels.js +53 -190
  93. package/lib/screens/Home/Components/Channels/Channels.js.map +1 -1
  94. package/lib/screens/Home/Components/DirectChannels/DirectChannels.js +99 -285
  95. package/lib/screens/Home/Components/DirectChannels/DirectChannels.js.map +1 -1
  96. package/lib/screens/Home/Components/Teams/Teams.js +34 -122
  97. package/lib/screens/Home/Components/Teams/Teams.js.map +1 -1
  98. package/lib/screens/Home/Components/TopCommonSlider/TopCommonSlider.js +36 -59
  99. package/lib/screens/Home/Components/TopCommonSlider/TopCommonSlider.js.map +1 -1
  100. package/lib/screens/Home/HomeScreen.js +113 -242
  101. package/lib/screens/Home/HomeScreen.js.map +1 -1
  102. package/lib/screens/Home/styles.js +27 -27
  103. package/lib/screens/Home/styles.js.map +1 -1
  104. package/lib/screens/Inbox/InboxChannelDetail.js +124 -430
  105. package/lib/screens/Inbox/InboxChannelDetail.js.map +1 -1
  106. package/lib/screens/Inbox/InboxDialogMessages.js +21 -4
  107. package/lib/screens/Inbox/InboxDialogMessages.js.map +1 -1
  108. package/lib/screens/Inbox/InboxScreen.js +27 -11
  109. package/lib/screens/Inbox/InboxScreen.js.map +1 -1
  110. package/lib/screens/Inbox/InboxThreadMessages.js +21 -7
  111. package/lib/screens/Inbox/InboxThreadMessages.js.map +1 -1
  112. package/lib/screens/Inbox/InboxThreads.js +21 -6
  113. package/lib/screens/Inbox/InboxThreads.js.map +1 -1
  114. package/lib/screens/Login.js +7 -63
  115. package/lib/screens/Login.js.map +1 -1
  116. package/lib/screens/Notification/NotificationsScreen.js +3 -5
  117. package/lib/screens/Notification/NotificationsScreen.js.map +1 -1
  118. package/lib/screens/Organization/AddWorkspace.js +52 -180
  119. package/lib/screens/Organization/AddWorkspace.js.map +1 -1
  120. package/lib/screens/Organization/CreateOrganization.js +20 -80
  121. package/lib/screens/Organization/CreateOrganization.js.map +1 -1
  122. package/lib/screens/Organization/InitialChannelOnboarding.js +26 -148
  123. package/lib/screens/Organization/InitialChannelOnboarding.js.map +1 -1
  124. package/lib/screens/Organization/InitializeOrganizationChannel.js +23 -76
  125. package/lib/screens/Organization/InitializeOrganizationChannel.js.map +1 -1
  126. package/lib/screens/Organization/InviteOrganizationMembers.js +15 -98
  127. package/lib/screens/Organization/InviteOrganizationMembers.js.map +1 -1
  128. package/lib/screens/Peoples/AddByEmail.js +33 -130
  129. package/lib/screens/Peoples/AddByEmail.js.map +1 -1
  130. package/lib/screens/Peoples/AddFromContacts.js +79 -155
  131. package/lib/screens/Peoples/AddFromContacts.js.map +1 -1
  132. package/lib/screens/Peoples/AddPeople.js +127 -236
  133. package/lib/screens/Peoples/AddPeople.js.map +1 -1
  134. package/lib/screens/Peoples/People.js +9 -13
  135. package/lib/screens/Peoples/People.js.map +1 -1
  136. package/lib/screens/Profile/ProfileScreen.js +25 -83
  137. package/lib/screens/Profile/ProfileScreen.js.map +1 -1
  138. package/lib/screens/Saved/SavedScreen.js +1 -9
  139. package/lib/screens/Saved/SavedScreen.js.map +1 -1
  140. package/lib/screens/Search/Channels.js +52 -123
  141. package/lib/screens/Search/Channels.js.map +1 -1
  142. package/lib/screens/Search/Files.js +5 -24
  143. package/lib/screens/Search/Files.js.map +1 -1
  144. package/lib/screens/Search/JumpTo.js +44 -127
  145. package/lib/screens/Search/JumpTo.js.map +1 -1
  146. package/lib/screens/Search/People.js +52 -123
  147. package/lib/screens/Search/People.js.map +1 -1
  148. package/lib/screens/Search/Recents.js +52 -123
  149. package/lib/screens/Search/Recents.js.map +1 -1
  150. package/lib/screens/Search/SearchAddChannel.js +224 -427
  151. package/lib/screens/Search/SearchAddChannel.js.map +1 -1
  152. package/lib/screens/Search/SearchChannelPeople.js +86 -230
  153. package/lib/screens/Search/SearchChannelPeople.js.map +1 -1
  154. package/lib/screens/Search/SearchScreen.js +39 -41
  155. package/lib/screens/Search/SearchScreen.js.map +1 -1
  156. package/lib/screens/Search/styles.js +26 -26
  157. package/lib/screens/Search/styles.js.map +1 -1
  158. package/lib/screens/Teams/AddTeam.js +26 -103
  159. package/lib/screens/Teams/AddTeam.js.map +1 -1
  160. package/lib/screens/Teams/Components/Channels/Channels.js +54 -88
  161. package/lib/screens/Teams/Components/Channels/Channels.js.map +1 -1
  162. package/lib/screens/Teams/Components/Members/Members.js +24 -81
  163. package/lib/screens/Teams/Components/Members/Members.js.map +1 -1
  164. package/lib/screens/Teams/Team.js +48 -47
  165. package/lib/screens/Teams/Team.js.map +1 -1
  166. package/lib/screens/Teams/Teams.js +59 -140
  167. package/lib/screens/Teams/Teams.js.map +1 -1
  168. package/lib/screens/Wiki/WikiScreen.js +1 -12
  169. package/lib/screens/Wiki/WikiScreen.js.map +1 -1
  170. package/lib/theme/index.js +0 -2
  171. package/lib/theme/index.js.map +1 -1
  172. package/package.json +3 -3
  173. package/lib/components/AddMemberToChannel/AddMemberToChannel.d.ts +0 -3
  174. package/lib/components/AddMemberToChannel/index.d.ts +0 -2
  175. package/lib/components/AppRootContextProviderComponent.d.ts +0 -6
  176. package/lib/components/CachedImage/consts.d.ts +0 -2
  177. package/lib/components/CachedImage/index.d.ts +0 -8
  178. package/lib/components/Channels/ChannelsByAlphabeticalAccordion.d.ts +0 -8
  179. package/lib/components/Channels/index.d.ts +0 -2
  180. package/lib/components/CustomBottomTabs/CustomBottomTabs.d.ts +0 -3
  181. package/lib/components/CustomBottomTabs/index.d.ts +0 -2
  182. package/lib/components/CustomDrawer/CustomDrawer.d.ts +0 -3
  183. package/lib/components/CustomDrawer/index.d.ts +0 -2
  184. package/lib/components/Header/Header.d.ts +0 -8
  185. package/lib/components/Header/index.d.ts +0 -2
  186. package/lib/components/Header/styles.d.ts +0 -43
  187. package/lib/components/LoadingSpinner/index.d.ts +0 -7
  188. package/lib/components/NavigationComponent/NavigationComponent.d.ts +0 -8
  189. package/lib/components/NavigationComponent/index.d.ts +0 -1
  190. package/lib/components/NavigationHeader/InboxNavigationHeader.d.ts +0 -3
  191. package/lib/components/NavigationHeader/NavigationHeader.d.ts +0 -5
  192. package/lib/components/NavigationHeader/NavigationHeaderChat.d.ts +0 -3
  193. package/lib/components/NavigationHeader/index.d.ts +0 -5
  194. package/lib/components/RootNavigation.d.ts +0 -3
  195. package/lib/components/Search/AddByEmail.d.ts +0 -3
  196. package/lib/components/Search/AddChannel.d.ts +0 -3
  197. package/lib/components/Search/AddFromContacts.d.ts +0 -3
  198. package/lib/components/Search/AddPeople.d.ts +0 -3
  199. package/lib/components/Search/AddTeam.d.ts +0 -3
  200. package/lib/components/Search/Channels.d.ts +0 -3
  201. package/lib/components/Search/People.d.ts +0 -5
  202. package/lib/components/SlackSearchInput/Suggestion.d.ts +0 -8
  203. package/lib/components/SlackSearchInput/Tag.d.ts +0 -8
  204. package/lib/components/SlackSearchInput/index.d.ts +0 -61
  205. package/lib/components/Tiles/Tiles.d.ts +0 -7
  206. package/lib/components/Tiles/index.d.ts +0 -2
  207. package/lib/components/Tiles/styles.d.ts +0 -40
  208. package/lib/components/VirtualizedScrollView/VirtualizedScrollView.d.ts +0 -3
  209. package/lib/components/VirtualizedScrollView/index.d.ts +0 -2
  210. package/lib/components/WorkSpaceDrawer/WorkSpaceDrawer.d.ts +0 -3
  211. package/lib/components/WorkSpaceDrawer/index.d.ts +0 -2
  212. package/lib/components/index.d.ts +0 -11
  213. package/lib/compute.d.ts +0 -5
  214. package/lib/config/env-config.d.ts +0 -5
  215. package/lib/config/index.d.ts +0 -1
  216. package/lib/constants/Colors.d.ts +0 -61
  217. package/lib/constants/Layout.d.ts +0 -8
  218. package/lib/constants/device.d.ts +0 -10
  219. package/lib/constants/fonts.d.ts +0 -8
  220. package/lib/constants/globalStyles.d.ts +0 -202
  221. package/lib/constants/index.d.ts +0 -8
  222. package/lib/constants/preloadImages.d.ts +0 -14
  223. package/lib/constants/routes.d.ts +0 -36
  224. package/lib/hooks/index.d.ts +0 -6
  225. package/lib/hooks/useCachedResources.d.ts +0 -1
  226. package/lib/hooks/useColorScheme.d.ts +0 -2
  227. package/lib/hooks/useColorScheme.web.d.ts +0 -1
  228. package/lib/hooks/useDisclose.d.ts +0 -5
  229. package/lib/hooks/useDrawerLayout.d.ts +0 -18
  230. package/lib/hooks/useExpoNotificationProvider.d.ts +0 -7
  231. package/lib/hooks/useIsAuthenticated.d.ts +0 -2
  232. package/lib/index.d.ts +0 -10
  233. package/lib/locales/en/index.d.ts +0 -3
  234. package/lib/locales/fr/index.d.ts +0 -2
  235. package/lib/locales/index.d.ts +0 -1
  236. package/lib/module.d.ts +0 -3
  237. package/lib/navigation/AccountNavigator.d.ts +0 -2
  238. package/lib/navigation/ActivityNavigator.d.ts +0 -2
  239. package/lib/navigation/ExploreNavigator.d.ts +0 -2
  240. package/lib/navigation/InboxNavigator.d.ts +0 -2
  241. package/lib/navigation/InboxTabNavigation.d.ts +0 -3
  242. package/lib/navigation/MentionsNavigator.d.ts +0 -2
  243. package/lib/navigation/SearchNavigator.d.ts +0 -2
  244. package/lib/navigation/SearchTabNavigation.d.ts +0 -3
  245. package/lib/navigation/TeamTabNavigation.d.ts +0 -3
  246. package/lib/navigation/index.d.ts +0 -3
  247. package/lib/screens/Account/AccountScreen.d.ts +0 -3
  248. package/lib/screens/Account/index.d.ts +0 -2
  249. package/lib/screens/Activity/ActivityScreen.d.ts +0 -7
  250. package/lib/screens/Activity/index.d.ts +0 -2
  251. package/lib/screens/Activity/styles.d.ts +0 -85
  252. package/lib/screens/Channels/Add/AddName.d.ts +0 -3
  253. package/lib/screens/Channels/Add/AddVisibility.d.ts +0 -3
  254. package/lib/screens/Channels/Add/index.d.ts +0 -3
  255. package/lib/screens/Channels/AddChannel.d.ts +0 -3
  256. package/lib/screens/Channels/Channels.d.ts +0 -3
  257. package/lib/screens/Channels/index.d.ts +0 -4
  258. package/lib/screens/Files/FilesScreen.d.ts +0 -6
  259. package/lib/screens/Files/index.d.ts +0 -2
  260. package/lib/screens/Home/Components/Channels/Channels.d.ts +0 -9
  261. package/lib/screens/Home/Components/Channels/index.d.ts +0 -2
  262. package/lib/screens/Home/Components/DirectChannels/DirectChannels.d.ts +0 -3
  263. package/lib/screens/Home/Components/DirectChannels/index.d.ts +0 -2
  264. package/lib/screens/Home/Components/Teams/Teams.d.ts +0 -7
  265. package/lib/screens/Home/Components/Teams/index.d.ts +0 -2
  266. package/lib/screens/Home/Components/TopCommonSlider/TopCommonSlider.d.ts +0 -3
  267. package/lib/screens/Home/Components/TopCommonSlider/index.d.ts +0 -2
  268. package/lib/screens/Home/HomeScreen.d.ts +0 -3
  269. package/lib/screens/Home/index.d.ts +0 -2
  270. package/lib/screens/Home/styles.d.ts +0 -86
  271. package/lib/screens/Inbox/InboxChannelDetail.d.ts +0 -3
  272. package/lib/screens/Inbox/InboxDialogMessages.d.ts +0 -3
  273. package/lib/screens/Inbox/InboxScreen.d.ts +0 -3
  274. package/lib/screens/Inbox/InboxThreadMessages.d.ts +0 -3
  275. package/lib/screens/Inbox/InboxThreads.d.ts +0 -3
  276. package/lib/screens/Inbox/index.d.ts +0 -3
  277. package/lib/screens/Login.d.ts +0 -3
  278. package/lib/screens/Notification/NotificationsScreen.d.ts +0 -2
  279. package/lib/screens/Notification/index.d.ts +0 -2
  280. package/lib/screens/Organization/AddWorkspace.d.ts +0 -3
  281. package/lib/screens/Organization/CreateOrganization.d.ts +0 -3
  282. package/lib/screens/Organization/InitialChannelOnboarding.d.ts +0 -3
  283. package/lib/screens/Organization/InitializeOrganizationChannel.d.ts +0 -3
  284. package/lib/screens/Organization/InviteOrganizationMembers.d.ts +0 -3
  285. package/lib/screens/Organization/index.d.ts +0 -6
  286. package/lib/screens/Peoples/AddByEmail.d.ts +0 -3
  287. package/lib/screens/Peoples/AddFromContacts.d.ts +0 -3
  288. package/lib/screens/Peoples/AddPeople.d.ts +0 -3
  289. package/lib/screens/Peoples/People.d.ts +0 -3
  290. package/lib/screens/Peoples/index.d.ts +0 -5
  291. package/lib/screens/Profile/ProfileScreen.d.ts +0 -3
  292. package/lib/screens/Profile/index.d.ts +0 -2
  293. package/lib/screens/Profile/styles.d.ts +0 -83
  294. package/lib/screens/Saved/SavedScreen.d.ts +0 -7
  295. package/lib/screens/Saved/index.d.ts +0 -2
  296. package/lib/screens/Saved/styles.d.ts +0 -85
  297. package/lib/screens/Search/Channels.d.ts +0 -6
  298. package/lib/screens/Search/Files.d.ts +0 -3
  299. package/lib/screens/Search/JumpTo.d.ts +0 -4
  300. package/lib/screens/Search/People.d.ts +0 -6
  301. package/lib/screens/Search/Recents.d.ts +0 -6
  302. package/lib/screens/Search/SearchAddChannel.d.ts +0 -4
  303. package/lib/screens/Search/SearchChannelPeople.d.ts +0 -4
  304. package/lib/screens/Search/SearchScreen.d.ts +0 -5
  305. package/lib/screens/Search/index.d.ts +0 -5
  306. package/lib/screens/Search/styles.d.ts +0 -83
  307. package/lib/screens/Teams/AddTeam.d.ts +0 -3
  308. package/lib/screens/Teams/Components/Channels/Channels.d.ts +0 -3
  309. package/lib/screens/Teams/Components/Channels/index.d.ts +0 -2
  310. package/lib/screens/Teams/Components/Members/Members.d.ts +0 -8
  311. package/lib/screens/Teams/Components/Members/index.d.ts +0 -2
  312. package/lib/screens/Teams/Team.d.ts +0 -7
  313. package/lib/screens/Teams/Teams.d.ts +0 -3
  314. package/lib/screens/Teams/index.d.ts +0 -4
  315. package/lib/screens/Wiki/WikiScreen.d.ts +0 -6
  316. package/lib/screens/Wiki/index.d.ts +0 -2
  317. package/lib/screens/index.d.ts +0 -16
  318. package/lib/theme/index.d.ts +0 -11
package/lib/compute.js CHANGED
@@ -1,28 +1,27 @@
1
- import { getFilteredRoutes } from '@common-stack/client-react/lib/utils/filteredRoutes.js'; /* eslint-disable import/no-extraneous-dependencies */
1
+ import { getFilteredRoutes } from '@common-stack/client-react/lib/utils/filteredRoutes.js';
2
2
  const slackUiPageStore = [{
3
- key: 'home',
4
- path: '/:orgName/l/home',
5
- name: 'Home',
3
+ key: "home",
4
+ path: "/:orgName/l/home",
5
+ name: "Home",
6
6
  exact: false,
7
- menu_position: 'bottom',
7
+ menu_position: "bottom",
8
8
  auth: true,
9
9
  withLifeCycleInteraction: {
10
10
  duration: 100
11
11
  },
12
12
  icon: {
13
- name: 'MaterialCommunityIcons',
13
+ name: "MaterialCommunityIcons",
14
14
  props: {
15
- name: 'home-variant-outline',
15
+ name: "home-variant-outline",
16
16
  size: 24
17
17
  }
18
18
  },
19
19
  importPaths: {
20
20
  navigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/NavigationHeader.js"
21
21
  },
22
- // unauthenticatedComponent:'$.importPaths.homeGuestComponent',
23
22
  customHeader: {
24
- name: 'NavigationHeader',
25
- component: '$.importPaths.navigationHeader',
23
+ name: "NavigationHeader",
24
+ component: "$.importPaths.navigationHeader",
26
25
  props: {
27
26
  showTitle: false,
28
27
  showOrganizationTitle: true,
@@ -37,30 +36,30 @@ const slackUiPageStore = [{
37
36
  },
38
37
  options: {
39
38
  headerShown: true,
40
- title: 'Home',
41
- headerTitle: 'Home',
39
+ title: "Home",
40
+ headerTitle: "Home",
42
41
  priority: 1,
43
- tabBarActiveTintColor: '#000',
44
- tabBarInactiveTintColor: 'black',
45
- tabBarLabel: 'Home'
42
+ tabBarActiveTintColor: "#000",
43
+ tabBarInactiveTintColor: "black",
44
+ tabBarLabel: "Home"
46
45
  }
47
46
  },
48
47
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Home/index.js",
49
48
  hasComponent: true
50
49
  }, {
51
- key: 'inbox',
52
- path: '/:orgName/l/inbox',
53
- name: 'Inbox',
50
+ key: "inbox",
51
+ path: "/:orgName/l/inbox",
52
+ name: "Inbox",
54
53
  exact: true,
55
- menu_position: 'bottom',
54
+ menu_position: "bottom",
56
55
  auth: true,
57
56
  withLifeCycleInteraction: {
58
57
  duration: 100
59
58
  },
60
59
  icon: {
61
- name: 'Ionicons',
60
+ name: "Ionicons",
62
61
  props: {
63
- name: 'chatbubbles-outline',
62
+ name: "chatbubbles-outline",
64
63
  size: 24
65
64
  }
66
65
  },
@@ -68,8 +67,8 @@ const slackUiPageStore = [{
68
67
  navigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/NavigationHeader.js"
69
68
  },
70
69
  customHeader: {
71
- name: 'NavigationHeader',
72
- component: '$.importPaths.navigationHeader',
70
+ name: "NavigationHeader",
71
+ component: "$.importPaths.navigationHeader",
73
72
  props: {}
74
73
  },
75
74
  props: {
@@ -79,12 +78,12 @@ const slackUiPageStore = [{
79
78
  },
80
79
  options: {
81
80
  headerShown: true,
82
- title: 'Direct messages',
83
- headerTitle: 'Direct messages',
81
+ title: "Direct messages",
82
+ headerTitle: "Direct messages",
84
83
  priority: 2,
85
- tabBarActiveTintColor: '#000',
86
- tabBarInactiveTintColor: 'black',
87
- tabBarLabel: 'DMs',
84
+ tabBarActiveTintColor: "#000",
85
+ tabBarInactiveTintColor: "black",
86
+ tabBarLabel: "DMs",
88
87
  gestureEnabled: false,
89
88
  swipeEnabled: false
90
89
  }
@@ -92,19 +91,19 @@ const slackUiPageStore = [{
92
91
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Inbox/InboxScreen.js",
93
92
  hasComponent: true
94
93
  }, {
95
- key: 'activity',
96
- path: '/:orgName/l/activity',
97
- name: 'Activity',
94
+ key: "activity",
95
+ path: "/:orgName/l/activity",
96
+ name: "Activity",
98
97
  exact: true,
99
- menu_position: 'bottom',
98
+ menu_position: "bottom",
100
99
  auth: true,
101
100
  withLifeCycleInteraction: {
102
101
  duration: 100
103
102
  },
104
103
  icon: {
105
- name: 'FontAwesome5',
104
+ name: "FontAwesome5",
106
105
  props: {
107
- name: 'bell',
106
+ name: "bell",
108
107
  size: 24
109
108
  }
110
109
  },
@@ -112,8 +111,8 @@ const slackUiPageStore = [{
112
111
  navigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/NavigationHeader.js"
113
112
  },
114
113
  customHeader: {
115
- name: 'NavigationHeader',
116
- component: '$.importPaths.navigationHeader',
114
+ name: "NavigationHeader",
115
+ component: "$.importPaths.navigationHeader",
117
116
  props: {}
118
117
  },
119
118
  props: {
@@ -122,12 +121,12 @@ const slackUiPageStore = [{
122
121
  },
123
122
  options: {
124
123
  headerShown: true,
125
- title: 'Activity',
126
- headerTitle: 'Activity',
124
+ title: "Activity",
125
+ headerTitle: "Activity",
127
126
  priority: 3,
128
- tabBarActiveTintColor: '#000',
129
- tabBarInactiveTintColor: 'black',
130
- tabBarLabel: 'Activity',
127
+ tabBarActiveTintColor: "#000",
128
+ tabBarInactiveTintColor: "black",
129
+ tabBarLabel: "Activity",
131
130
  gestureEnabled: false,
132
131
  swipeEnabled: false
133
132
  }
@@ -135,9 +134,9 @@ const slackUiPageStore = [{
135
134
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Activity/ActivityScreen.js",
136
135
  hasComponent: true
137
136
  }, {
138
- key: 'useraccount',
139
- path: '/:orgName/useraccount',
140
- name: 'UserAccount',
137
+ key: "useraccount",
138
+ path: "/:orgName/useraccount",
139
+ name: "UserAccount",
141
140
  exact: true,
142
141
  auth: true,
143
142
  withLifeCycleInteraction: {
@@ -149,12 +148,12 @@ const slackUiPageStore = [{
149
148
  },
150
149
  options: {
151
150
  animationEnabled: false,
152
- headerTitleAlign: 'left',
153
- title: 'you',
151
+ headerTitleAlign: "left",
152
+ title: "you",
154
153
  headerShown: true,
155
154
  headerBackTitleVisible: false,
156
- headerBackTitle: 'Back',
157
- headerTintColor: '#1d1c1d',
155
+ headerBackTitle: "Back",
156
+ headerTintColor: "#1d1c1d",
158
157
  swipeEnabled: false,
159
158
  headerShadowVisible: true
160
159
  }
@@ -162,9 +161,9 @@ const slackUiPageStore = [{
162
161
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Account/AccountScreen.js",
163
162
  hasComponent: true
164
163
  }, {
165
- key: 'profile',
166
- path: '/:orgName/profile',
167
- name: 'Profile',
164
+ key: "profile",
165
+ path: "/:orgName/profile",
166
+ name: "Profile",
168
167
  exact: true,
169
168
  auth: true,
170
169
  withLifeCycleInteraction: {
@@ -176,12 +175,12 @@ const slackUiPageStore = [{
176
175
  },
177
176
  options: {
178
177
  animationEnabled: false,
179
- headerTitleAlign: 'left',
180
- title: 'Profile',
178
+ headerTitleAlign: "left",
179
+ title: "Profile",
181
180
  headerShown: true,
182
181
  headerBackTitleVisible: false,
183
- headerBackTitle: 'Back',
184
- headerTintColor: '#1d1c1d',
182
+ headerBackTitle: "Back",
183
+ headerTintColor: "#1d1c1d",
185
184
  swipeEnabled: false,
186
185
  headerShadowVisible: true
187
186
  }
@@ -192,9 +191,9 @@ const slackUiPageStore = [{
192
191
  GetUserByIdDocument: "{userId: params.userId}"
193
192
  }
194
193
  }, {
195
- key: 'search',
196
- path: '/:orgName/search',
197
- name: 'Search',
194
+ key: "search",
195
+ path: "/:orgName/search",
196
+ name: "Search",
198
197
  exact: true,
199
198
  auth: true,
200
199
  withLifeCycleInteraction: {
@@ -204,8 +203,8 @@ const slackUiPageStore = [{
204
203
  navigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/NavigationHeader.js"
205
204
  },
206
205
  customHeader: {
207
- name: 'NavigationHeader',
208
- component: '$.importPaths.navigationHeader',
206
+ name: "NavigationHeader",
207
+ component: "$.importPaths.navigationHeader",
209
208
  props: {
210
209
  showToggle: false,
211
210
  showFilter: false,
@@ -220,21 +219,16 @@ const slackUiPageStore = [{
220
219
  orgName: null
221
220
  },
222
221
  options: {
223
- title: 'Search',
222
+ title: "Search",
224
223
  headerShown: true
225
- // headerBackTitleVisible: false,
226
- // gestureEnabled: true,
227
- // swipeEnabled: true,
228
- // presentation: 'fullScreenModal',
229
- // animationEnabled: true,
230
224
  }
231
225
  },
232
226
  componentPath: "@messenger-box/slack-ui-mobile/lib/navigation/SearchTabNavigation.js",
233
227
  hasComponent: true
234
228
  }, {
235
- key: 'jumpto',
236
- path: '/:orgName/jumpto',
237
- name: 'JumpTo',
229
+ key: "jumpto",
230
+ path: "/:orgName/jumpto",
231
+ name: "JumpTo",
238
232
  exact: false,
239
233
  auth: true,
240
234
  withLifeCycleInteraction: {
@@ -244,8 +238,8 @@ const slackUiPageStore = [{
244
238
  navigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/NavigationHeader.js"
245
239
  },
246
240
  customHeader: {
247
- name: 'NavigationHeader',
248
- component: '$.importPaths.navigationHeader',
241
+ name: "NavigationHeader",
242
+ component: "$.importPaths.navigationHeader",
249
243
  props: {
250
244
  showToggle: false,
251
245
  showFilter: false,
@@ -260,22 +254,21 @@ const slackUiPageStore = [{
260
254
  orgName: null
261
255
  },
262
256
  options: {
263
- title: 'JumpTo',
257
+ title: "JumpTo",
264
258
  headerShown: true,
265
259
  headerBackTitleVisible: false,
266
- headerBackTitle: 'Back',
260
+ headerBackTitle: "Back",
267
261
  gestureEnabled: false,
268
262
  swipeEnabled: false,
269
- // presentation: 'fullScreenModal',
270
263
  animationEnabled: false
271
264
  }
272
265
  },
273
266
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Search/JumpTo.js",
274
267
  hasComponent: true
275
268
  }, {
276
- key: 'addworkspace',
277
- path: '/:orgName/addworkspace',
278
- name: 'AddWorkSpace',
269
+ key: "addworkspace",
270
+ path: "/:orgName/addworkspace",
271
+ name: "AddWorkSpace",
279
272
  exact: false,
280
273
  auth: true,
281
274
  withLifeCycleInteraction: {
@@ -287,12 +280,12 @@ const slackUiPageStore = [{
287
280
  },
288
281
  options: {
289
282
  animationEnabled: true,
290
- headerTitleAlign: 'left',
291
- title: 'Add Workspaces',
283
+ headerTitleAlign: "left",
284
+ title: "Add Workspaces",
292
285
  headerShown: true,
293
286
  headerBackTitleVisible: false,
294
- headerBackTitle: 'Back',
295
- headerTintColor: '#1d1c1d',
287
+ headerBackTitle: "Back",
288
+ headerTintColor: "#1d1c1d",
296
289
  headerShadowVisible: true
297
290
  }
298
291
  },
@@ -303,9 +296,9 @@ const slackUiPageStore = [{
303
296
  GetUserOrganizationsDocument: "{userId: params.userId}"
304
297
  }
305
298
  }, {
306
- key: 'createorganization',
307
- path: '/:orgName/createorganization',
308
- name: 'CreateOrganization',
299
+ key: "createorganization",
300
+ path: "/:orgName/createorganization",
301
+ name: "CreateOrganization",
309
302
  exact: false,
310
303
  auth: true,
311
304
  withLifeCycleInteraction: {
@@ -317,12 +310,12 @@ const slackUiPageStore = [{
317
310
  },
318
311
  options: {
319
312
  animationEnabled: false,
320
- headerTitleAlign: 'left',
321
- title: '',
313
+ headerTitleAlign: "left",
314
+ title: "",
322
315
  headerShown: true,
323
316
  headerBackTitleVisible: false,
324
- headerBackTitle: 'Back',
325
- headerTintColor: '#1d1c1d',
317
+ headerBackTitle: "Back",
318
+ headerTintColor: "#1d1c1d",
326
319
  swipeEnabled: false,
327
320
  headerShadowVisible: true
328
321
  }
@@ -330,9 +323,9 @@ const slackUiPageStore = [{
330
323
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Organization/CreateOrganization.js",
331
324
  hasComponent: true
332
325
  }, {
333
- key: 'inviteorgmembers',
334
- path: '/:orgName/inviteorgmembers',
335
- name: 'InviteOrganizationMembers',
326
+ key: "inviteorgmembers",
327
+ path: "/:orgName/inviteorgmembers",
328
+ name: "InviteOrganizationMembers",
336
329
  exact: false,
337
330
  auth: true,
338
331
  withLifeCycleInteraction: {
@@ -344,12 +337,12 @@ const slackUiPageStore = [{
344
337
  },
345
338
  options: {
346
339
  animationEnabled: false,
347
- headerTitleAlign: 'left',
348
- title: '',
340
+ headerTitleAlign: "left",
341
+ title: "",
349
342
  headerShown: true,
350
343
  headerBackTitleVisible: false,
351
- headerBackTitle: 'Back',
352
- headerTintColor: '#1d1c1d',
344
+ headerBackTitle: "Back",
345
+ headerTintColor: "#1d1c1d",
353
346
  swipeEnabled: false,
354
347
  headerShadowVisible: true
355
348
  }
@@ -357,9 +350,9 @@ const slackUiPageStore = [{
357
350
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Organization/InviteOrganizationMembers.js",
358
351
  hasComponent: true
359
352
  }, {
360
- key: 'initializeorgchannel',
361
- path: '/:orgName/initializeorgchannel',
362
- name: 'InitializeOrganizationChannel',
353
+ key: "initializeorgchannel",
354
+ path: "/:orgName/initializeorgchannel",
355
+ name: "InitializeOrganizationChannel",
363
356
  exact: false,
364
357
  auth: true,
365
358
  withLifeCycleInteraction: {
@@ -371,12 +364,12 @@ const slackUiPageStore = [{
371
364
  },
372
365
  options: {
373
366
  animationEnabled: false,
374
- headerTitleAlign: 'left',
375
- title: '',
367
+ headerTitleAlign: "left",
368
+ title: "",
376
369
  headerShown: true,
377
370
  headerBackTitleVisible: false,
378
- headerBackTitle: 'Back',
379
- headerTintColor: '#1d1c1d',
371
+ headerBackTitle: "Back",
372
+ headerTintColor: "#1d1c1d",
380
373
  swipeEnabled: false,
381
374
  headerShadowVisible: true
382
375
  }
@@ -384,9 +377,9 @@ const slackUiPageStore = [{
384
377
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Organization/InitializeOrganizationChannel.js",
385
378
  hasComponent: true
386
379
  }, {
387
- key: 'initialchannelonboarding',
388
- path: '/:orgName/initialchannelonboarding',
389
- name: 'InitialChannelOnboarding',
380
+ key: "initialchannelonboarding",
381
+ path: "/:orgName/initialchannelonboarding",
382
+ name: "InitialChannelOnboarding",
390
383
  exact: false,
391
384
  auth: true,
392
385
  withLifeCycleInteraction: {
@@ -398,12 +391,12 @@ const slackUiPageStore = [{
398
391
  },
399
392
  options: {
400
393
  animationEnabled: false,
401
- headerTitleAlign: 'left',
402
- title: '',
394
+ headerTitleAlign: "left",
395
+ title: "",
403
396
  headerShown: false,
404
397
  headerBackTitleVisible: false,
405
- headerBackTitle: 'Back',
406
- headerTintColor: '#1d1c1d',
398
+ headerBackTitle: "Back",
399
+ headerTintColor: "#1d1c1d",
407
400
  swipeEnabled: false,
408
401
  headerShadowVisible: true
409
402
  }
@@ -411,9 +404,9 @@ const slackUiPageStore = [{
411
404
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Organization/InitialChannelOnboarding.js",
412
405
  hasComponent: true
413
406
  }, {
414
- key: 'channels',
415
- path: '/:orgName/channels',
416
- name: 'Channels',
407
+ key: "channels",
408
+ path: "/:orgName/channels",
409
+ name: "Channels",
417
410
  exact: false,
418
411
  auth: true,
419
412
  withLifeCycleInteraction: {
@@ -424,9 +417,8 @@ const slackUiPageStore = [{
424
417
  orgName: null
425
418
  },
426
419
  options: {
427
- title: 'Channel Browser',
420
+ title: "Channel Browser",
428
421
  headerShown: true
429
- //presentation: 'fullScreenModal',
430
422
  }
431
423
  },
432
424
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Channels/Channels.js",
@@ -435,9 +427,9 @@ const slackUiPageStore = [{
435
427
  GetChannelsByUserDocument: "{criteria: {orgName: params.orgName,type: params.type,team: params.team},limit: 50}"
436
428
  }
437
429
  }, {
438
- key: 'addchannel',
439
- path: '/:orgName/addchannel',
440
- name: 'AddChannel',
430
+ key: "addchannel",
431
+ path: "/:orgName/addchannel",
432
+ name: "AddChannel",
441
433
  exact: false,
442
434
  auth: true,
443
435
  withLifeCycleInteraction: {
@@ -450,12 +442,12 @@ const slackUiPageStore = [{
450
442
  },
451
443
  options: {
452
444
  animationEnabled: false,
453
- headerTitleAlign: 'left',
454
- title: 'Create a channel',
445
+ headerTitleAlign: "left",
446
+ title: "Create a channel",
455
447
  headerShown: true,
456
448
  headerBackTitleVisible: false,
457
- headerBackTitle: 'Back',
458
- headerTintColor: '#1d1c1d',
449
+ headerBackTitle: "Back",
450
+ headerTintColor: "#1d1c1d",
459
451
  gestureEnabled: false,
460
452
  swipeEnabled: false
461
453
  }
@@ -463,9 +455,9 @@ const slackUiPageStore = [{
463
455
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Channels/Add/AddName.js",
464
456
  hasComponent: true
465
457
  }, {
466
- key: 'addchannelvisibility',
467
- path: '/:orgName/addchannelvisibility',
468
- name: 'AddChannelVisibility',
458
+ key: "addchannelvisibility",
459
+ path: "/:orgName/addchannelvisibility",
460
+ name: "AddChannelVisibility",
469
461
  exact: false,
470
462
  auth: true,
471
463
  withLifeCycleInteraction: {
@@ -477,13 +469,13 @@ const slackUiPageStore = [{
477
469
  teamName: null
478
470
  },
479
471
  options: {
480
- title: 'Create a channel',
472
+ title: "Create a channel",
481
473
  animationEnabled: false,
482
- headerTitleAlign: 'left',
474
+ headerTitleAlign: "left",
483
475
  headerShown: true,
484
476
  headerBackTitleVisible: false,
485
- headerBackTitle: 'Back',
486
- headerTintColor: '#1d1c1d',
477
+ headerBackTitle: "Back",
478
+ headerTintColor: "#1d1c1d",
487
479
  gestureEnabled: false,
488
480
  swipeEnabled: false
489
481
  }
@@ -491,9 +483,9 @@ const slackUiPageStore = [{
491
483
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Channels/Add/AddVisibility.js",
492
484
  hasComponent: true
493
485
  }, {
494
- key: 'addpeople',
495
- path: '/:orgName/addpeople',
496
- name: 'AddPeople',
486
+ key: "addpeople",
487
+ path: "/:orgName/addpeople",
488
+ name: "AddPeople",
497
489
  exact: false,
498
490
  auth: true,
499
491
  withLifeCycleInteraction: {
@@ -505,15 +497,15 @@ const slackUiPageStore = [{
505
497
  channelId: null
506
498
  },
507
499
  options: {
508
- title: 'Add people',
500
+ title: "Add people",
509
501
  headerShown: true,
510
502
  headerBackTitleVisible: false,
511
- headerBackTitle: 'Back',
512
- headerTintColor: '#1d1c1d',
503
+ headerBackTitle: "Back",
504
+ headerTintColor: "#1d1c1d",
513
505
  gestureEnabled: false,
514
506
  swipeEnabled: false,
515
507
  animationEnabled: false,
516
- headerTitleAlign: 'left'
508
+ headerTitleAlign: "left"
517
509
  }
518
510
  },
519
511
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Peoples/AddPeople.js",
@@ -524,9 +516,9 @@ const slackUiPageStore = [{
524
516
  GetChannelsByUserDocument: "{criteria: {orgName: params.orgName,type: DIRECT}}"
525
517
  }
526
518
  }, {
527
- key: 'addpeoplebyemail',
528
- path: '/:orgName/addpeoplebyemail',
529
- name: 'AddPeopleByEmail',
519
+ key: "addpeoplebyemail",
520
+ path: "/:orgName/addpeoplebyemail",
521
+ name: "AddPeopleByEmail",
530
522
  exact: false,
531
523
  auth: true,
532
524
  withLifeCycleInteraction: {
@@ -537,14 +529,14 @@ const slackUiPageStore = [{
537
529
  orgName: null
538
530
  },
539
531
  options: {
540
- presentation: 'modal',
532
+ presentation: "modal",
541
533
  animationEnabled: false,
542
- headerTitleAlign: 'left',
543
- title: 'Add by Email',
534
+ headerTitleAlign: "left",
535
+ title: "Add by Email",
544
536
  headerShown: true,
545
537
  headerBackTitleVisible: false,
546
- headerBackTitle: 'Back',
547
- headerTintColor: '#1d1c1d',
538
+ headerBackTitle: "Back",
539
+ headerTintColor: "#1d1c1d",
548
540
  gestureEnabled: false,
549
541
  swipeEnabled: false
550
542
  }
@@ -552,9 +544,9 @@ const slackUiPageStore = [{
552
544
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Peoples/AddByEmail.js",
553
545
  hasComponent: true
554
546
  }, {
555
- key: 'addpeoplefromcontacts',
556
- path: '/:orgName/addpeoplefromcontacts',
557
- name: 'AddPeopleFromContacts',
547
+ key: "addpeoplefromcontacts",
548
+ path: "/:orgName/addpeoplefromcontacts",
549
+ name: "AddPeopleFromContacts",
558
550
  exact: false,
559
551
  auth: true,
560
552
  withLifeCycleInteraction: {
@@ -565,14 +557,14 @@ const slackUiPageStore = [{
565
557
  orgName: null
566
558
  },
567
559
  options: {
568
- presentation: 'modal',
560
+ presentation: "modal",
569
561
  animationEnabled: false,
570
- headerTitleAlign: 'left',
571
- title: 'Add teammates',
562
+ headerTitleAlign: "left",
563
+ title: "Add teammates",
572
564
  headerShown: true,
573
565
  headerBackTitleVisible: false,
574
- headerBackTitle: 'Back',
575
- headerTintColor: '#1d1c1d',
566
+ headerBackTitle: "Back",
567
+ headerTintColor: "#1d1c1d",
576
568
  gestureEnabled: false,
577
569
  swipeEnabled: false
578
570
  }
@@ -583,9 +575,9 @@ const slackUiPageStore = [{
583
575
  GetOrganizationSharableLinkDocument: "{}"
584
576
  }
585
577
  }, {
586
- key: 'searchchannelpeople',
587
- path: '/:orgName/searchchannelpeople',
588
- name: 'SearchChannelPeople',
578
+ key: "searchchannelpeople",
579
+ path: "/:orgName/searchchannelpeople",
580
+ name: "SearchChannelPeople",
589
581
  exact: false,
590
582
  auth: true,
591
583
  withLifeCycleInteraction: {
@@ -597,13 +589,12 @@ const slackUiPageStore = [{
597
589
  },
598
590
  options: {
599
591
  animationEnabled: false,
600
- headerTitleAlign: 'left',
601
- title: 'New Message',
592
+ headerTitleAlign: "left",
593
+ title: "New Message",
602
594
  headerShown: false,
603
- // presentation: 'fullScreenModal',
604
595
  headerBackTitleVisible: false,
605
- headerBackTitle: 'Back',
606
- headerTintColor: '#1d1c1d',
596
+ headerBackTitle: "Back",
597
+ headerTintColor: "#1d1c1d",
607
598
  gestureEnabled: false,
608
599
  swipeEnabled: false
609
600
  }
@@ -614,9 +605,9 @@ const slackUiPageStore = [{
614
605
  GetChannelsByUserDocument: "{criteria: {orgName: params.orgName,type: params.type},limit: 25}"
615
606
  }
616
607
  }, {
617
- key: 'teams',
618
- path: '/:orgName/teams',
619
- name: 'Teams',
608
+ key: "teams",
609
+ path: "/:orgName/teams",
610
+ name: "Teams",
620
611
  exact: false,
621
612
  auth: true,
622
613
  withLifeCycleInteraction: {
@@ -626,8 +617,8 @@ const slackUiPageStore = [{
626
617
  navigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/NavigationHeader.js"
627
618
  },
628
619
  customHeader: {
629
- name: 'NavigationHeader',
630
- component: '$.importPaths.navigationHeader',
620
+ name: "NavigationHeader",
621
+ component: "$.importPaths.navigationHeader",
631
622
  props: {
632
623
  showTitle: false,
633
624
  showOrganizationTitle: false,
@@ -636,8 +627,8 @@ const slackUiPageStore = [{
636
627
  isSearchBack: false,
637
628
  showProfile: false,
638
629
  showDefaultSearchBox: false,
639
- headerBgColor: 'white',
640
- backBtnColor: 'black'
630
+ headerBgColor: "white",
631
+ backBtnColor: "black"
641
632
  }
642
633
  },
643
634
  props: {
@@ -645,7 +636,7 @@ const slackUiPageStore = [{
645
636
  orgName: null
646
637
  },
647
638
  options: {
648
- title: 'Teams',
639
+ title: "Teams",
649
640
  headerShown: true
650
641
  }
651
642
  },
@@ -655,9 +646,9 @@ const slackUiPageStore = [{
655
646
  GetOrganizationTeamsDocument: "{orgName: params.orgName}"
656
647
  }
657
648
  }, {
658
- key: 'teamview',
659
- path: '/:orgName/teamview',
660
- name: 'Team',
649
+ key: "teamview",
650
+ path: "/:orgName/teamview",
651
+ name: "Team",
661
652
  exact: false,
662
653
  auth: true,
663
654
  withLifeCycleInteraction: {
@@ -667,8 +658,8 @@ const slackUiPageStore = [{
667
658
  navigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/NavigationHeader.js"
668
659
  },
669
660
  customHeader: {
670
- name: 'NavigationHeader',
671
- component: '$.importPaths.navigationHeader',
661
+ name: "NavigationHeader",
662
+ component: "$.importPaths.navigationHeader",
672
663
  props: {
673
664
  showTitle: true,
674
665
  showOrganizationTitle: false,
@@ -677,8 +668,6 @@ const slackUiPageStore = [{
677
668
  isSearchBack: false,
678
669
  showProfile: false,
679
670
  showDefaultSearchBox: false
680
- // headerBgColor:'white',
681
- // backBtnColor:'black',
682
671
  }
683
672
  },
684
673
  props: {
@@ -687,22 +676,21 @@ const slackUiPageStore = [{
687
676
  teamName: null
688
677
  },
689
678
  options: {
690
- title: 'Team',
679
+ title: "Team",
691
680
  headerShown: true,
692
681
  headerBackTitleVisible: false,
693
- headerBackTitle: 'Back',
682
+ headerBackTitle: "Back",
694
683
  gestureEnabled: true,
695
684
  swipeEnabled: true,
696
- // presentation: 'fullScreenModal',
697
685
  animationEnabled: true
698
686
  }
699
687
  },
700
688
  componentPath: "@messenger-box/slack-ui-mobile/lib/navigation/TeamTabNavigation.js",
701
689
  hasComponent: true
702
690
  }, {
703
- key: 'addteam',
704
- path: '/:orgName/addteam',
705
- name: 'AddTeam',
691
+ key: "addteam",
692
+ path: "/:orgName/addteam",
693
+ name: "AddTeam",
706
694
  exact: false,
707
695
  auth: true,
708
696
  withLifeCycleInteraction: {
@@ -714,12 +702,12 @@ const slackUiPageStore = [{
714
702
  },
715
703
  options: {
716
704
  animationEnabled: false,
717
- headerTitleAlign: 'left',
718
- title: 'New Team',
705
+ headerTitleAlign: "left",
706
+ title: "New Team",
719
707
  headerShown: true,
720
708
  headerBackTitleVisible: false,
721
- headerBackTitle: 'Back',
722
- headerTintColor: '#1d1c1d',
709
+ headerBackTitle: "Back",
710
+ headerTintColor: "#1d1c1d",
723
711
  gestureEnabled: false,
724
712
  swipeEnabled: false
725
713
  }
@@ -727,9 +715,9 @@ const slackUiPageStore = [{
727
715
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Teams/AddTeam.js",
728
716
  hasComponent: true
729
717
  }, {
730
- key: 'peoples',
731
- path: '/:orgName/peoples',
732
- name: 'Peoples',
718
+ key: "peoples",
719
+ path: "/:orgName/peoples",
720
+ name: "Peoples",
733
721
  exact: false,
734
722
  auth: true,
735
723
  withLifeCycleInteraction: {
@@ -740,12 +728,12 @@ const slackUiPageStore = [{
740
728
  orgName: null
741
729
  },
742
730
  options: {
743
- presentation: 'modal',
744
- title: 'People',
731
+ presentation: "modal",
732
+ title: "People",
745
733
  headerShown: true,
746
734
  headerBackTitleVisible: false,
747
- headerBackTitle: 'Back',
748
- headerTintColor: '#1d1c1d',
735
+ headerBackTitle: "Back",
736
+ headerTintColor: "#1d1c1d",
749
737
  gestureEnabled: false,
750
738
  swipeEnabled: false
751
739
  }
@@ -753,9 +741,9 @@ const slackUiPageStore = [{
753
741
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Peoples/People.js",
754
742
  hasComponent: true
755
743
  }, {
756
- key: 'inboxdialogmessage',
757
- path: '/:orgName/inbox/dialogmessage',
758
- name: 'Inbox.DialogMessages',
744
+ key: "inboxdialogmessage",
745
+ path: "/:orgName/inbox/dialogmessage",
746
+ name: "Inbox.DialogMessages",
759
747
  exact: false,
760
748
  auth: true,
761
749
  withLifeCycleInteraction: {
@@ -765,8 +753,8 @@ const slackUiPageStore = [{
765
753
  inboxNavigationHeader: "@messenger-box/slack-ui-mobile/lib/components/NavigationHeader/InboxNavigationHeader.js"
766
754
  },
767
755
  customHeader: {
768
- name: 'InboxNavigationHeader',
769
- component: '$.importPaths.inboxNavigationHeader',
756
+ name: "InboxNavigationHeader",
757
+ component: "$.importPaths.inboxNavigationHeader",
770
758
  props: {}
771
759
  },
772
760
  props: {
@@ -775,13 +763,13 @@ const slackUiPageStore = [{
775
763
  channelId: null
776
764
  },
777
765
  options: {
778
- title: 'Inbox',
766
+ title: "Inbox",
779
767
  headerShown: true,
780
768
  headerBackTitleVisible: false,
781
- headerBackTitle: 'Back',
782
- headerTintColor: '#ff5a60',
769
+ headerBackTitle: "Back",
770
+ headerTintColor: "#ff5a60",
783
771
  headerTitleStyle: {
784
- color: 'black'
772
+ color: "black"
785
773
  },
786
774
  swipeEnabled: false
787
775
  }
@@ -789,9 +777,9 @@ const slackUiPageStore = [{
789
777
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Inbox/InboxDialogMessages.js",
790
778
  hasComponent: true
791
779
  }, {
792
- key: 'inboxchanneldetail',
793
- path: '/:orgName/inbox/channeldetail',
794
- name: 'Inbox.ChannelDetail',
780
+ key: "inboxchanneldetail",
781
+ path: "/:orgName/inbox/channeldetail",
782
+ name: "Inbox.ChannelDetail",
795
783
  exact: false,
796
784
  auth: true,
797
785
  withLifeCycleInteraction: {
@@ -803,13 +791,13 @@ const slackUiPageStore = [{
803
791
  channelId: null
804
792
  },
805
793
  options: {
806
- title: 'Inbox',
794
+ title: "Inbox",
807
795
  headerShown: false,
808
796
  headerBackTitleVisible: false,
809
- headerBackTitle: 'Back',
810
- headerTintColor: '#ff5a60',
797
+ headerBackTitle: "Back",
798
+ headerTintColor: "#ff5a60",
811
799
  headerTitleStyle: {
812
- color: 'black'
800
+ color: "black"
813
801
  },
814
802
  swipeEnabled: false
815
803
  }
@@ -820,9 +808,9 @@ const slackUiPageStore = [{
820
808
  ViewChannelDetailDocument: "{id: params.id}"
821
809
  }
822
810
  }, {
823
- key: 'searchaddchannel',
824
- path: '/:orgName/searchaddchannel',
825
- name: 'SearchAddChannel',
811
+ key: "searchaddchannel",
812
+ path: "/:orgName/searchaddchannel",
813
+ name: "SearchAddChannel",
826
814
  exact: false,
827
815
  auth: true,
828
816
  withLifeCycleInteraction: {
@@ -831,19 +819,19 @@ const slackUiPageStore = [{
831
819
  props: {
832
820
  initialParams: {
833
821
  orgName: null,
834
- channelType: 'NewMessage',
822
+ channelType: "NewMessage",
835
823
  goToHome: true
836
824
  },
837
825
  options: {
838
- title: 'New Message',
826
+ title: "New Message",
839
827
  animationEnabled: false,
840
- headerTitleAlign: 'left',
828
+ headerTitleAlign: "left",
841
829
  headerShown: true,
842
830
  headerBackTitleVisible: false,
843
- headerBackTitle: 'Back',
844
- headerTintColor: '#1d1c1d',
831
+ headerBackTitle: "Back",
832
+ headerTintColor: "#1d1c1d",
845
833
  headerTitleStyle: {
846
- color: 'black'
834
+ color: "black"
847
835
  },
848
836
  swipeEnabled: false
849
837
  }
@@ -854,9 +842,9 @@ const slackUiPageStore = [{
854
842
  GetOrganizationMembersWithChannelsDocument: "{orgName: params.orgName,channelCriteria: {orgName: params.orgName,type: params.type},offset: params.offset,limit: params.limit}"
855
843
  }
856
844
  }, {
857
- key: 'threads',
858
- path: '/:orgName/inbox/threads',
859
- name: 'Inbox.Threads',
845
+ key: "threads",
846
+ path: "/:orgName/inbox/threads",
847
+ name: "Inbox.Threads",
860
848
  exact: false,
861
849
  auth: true,
862
850
  withLifeCycleInteraction: {
@@ -870,15 +858,15 @@ const slackUiPageStore = [{
870
858
  role: null
871
859
  },
872
860
  options: {
873
- title: 'Threads',
861
+ title: "Threads",
874
862
  animationEnabled: false,
875
- headerTitleAlign: 'left',
863
+ headerTitleAlign: "left",
876
864
  headerShown: true,
877
865
  headerBackTitleVisible: false,
878
- headerBackTitle: 'Back',
879
- headerTintColor: '#1d1c1d',
866
+ headerBackTitle: "Back",
867
+ headerTintColor: "#1d1c1d",
880
868
  headerTitleStyle: {
881
- color: 'black'
869
+ color: "black"
882
870
  },
883
871
  swipeEnabled: false
884
872
  }
@@ -886,9 +874,9 @@ const slackUiPageStore = [{
886
874
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Inbox/InboxThreads.js",
887
875
  hasComponent: true
888
876
  }, {
889
- key: 'threadmessages',
890
- path: '/:orgName/inbox/threadmessages',
891
- name: 'Inbox.ThreadMessages',
877
+ key: "threadmessages",
878
+ path: "/:orgName/inbox/threadmessages",
879
+ name: "Inbox.ThreadMessages",
892
880
  exact: false,
893
881
  auth: true,
894
882
  withLifeCycleInteraction: {
@@ -903,9 +891,9 @@ const slackUiPageStore = [{
903
891
  },
904
892
  options: {
905
893
  headerShown: true,
906
- title: 'Inbox',
894
+ title: "Inbox",
907
895
  headerBackTitleVisible: false,
908
- headerBackTitle: 'Back',
896
+ headerBackTitle: "Back",
909
897
  gestureEnabled: false,
910
898
  swipeEnabled: false
911
899
  }
@@ -913,9 +901,9 @@ const slackUiPageStore = [{
913
901
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Inbox/InboxThreadMessages.js",
914
902
  hasComponent: true
915
903
  }, {
916
- key: 'notifications',
917
- path: '/:orgName/notifications',
918
- name: 'Notifications',
904
+ key: "notifications",
905
+ path: "/:orgName/notifications",
906
+ name: "Notifications",
919
907
  exact: false,
920
908
  auth: true,
921
909
  withLifeCycleInteraction: {
@@ -926,7 +914,7 @@ const slackUiPageStore = [{
926
914
  orgName: null
927
915
  },
928
916
  options: {
929
- title: 'Notification',
917
+ title: "Notification",
930
918
  gestureEnabled: false,
931
919
  swipeEnabled: false
932
920
  }
@@ -934,6 +922,6 @@ const slackUiPageStore = [{
934
922
  componentPath: "@messenger-box/slack-ui-mobile/lib/screens/Notification/NotificationsScreen.js",
935
923
  hasComponent: true
936
924
  }];
937
- const selectedRoutes = ['home', 'inbox', 'activity', 'useraccount', 'profile', 'search', 'jumpto', 'addworkspace', 'createorganization', 'inviteorgmembers', 'initializeorgchannel', 'initialchannelonboarding', 'channels', 'addchannel', 'addchannelvisibility', 'addpeople', 'addpeoplebyemail', 'addpeoplefromcontacts', 'searchchannelpeople', 'teams', 'teamview', 'addteam', 'peoples', 'inboxdialogmessage', 'inboxchanneldetail', 'searchaddchannel', 'threads', 'threadmessages', 'notifications'];
925
+ const selectedRoutes = ["home", "inbox", "activity", "useraccount", "profile", "search", "jumpto", "addworkspace", "createorganization", "inviteorgmembers", "initializeorgchannel", "initialchannelonboarding", "channels", "addchannel", "addchannelvisibility", "addpeople", "addpeoplebyemail", "addpeoplefromcontacts", "searchchannelpeople", "teams", "teamview", "addteam", "peoples", "inboxdialogmessage", "inboxchanneldetail", "searchaddchannel", "threads", "threadmessages", "notifications"];
938
926
  const filteredRoutes = getFilteredRoutes(slackUiPageStore, selectedRoutes);
939
927
  export { filteredRoutes, slackUiPageStore }; //# sourceMappingURL=compute.js.map