@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.
- package/lib/components/AppRootContextProviderComponent.js +2 -5
- package/lib/components/AppRootContextProviderComponent.js.map +1 -1
- package/lib/components/Channels/ChannelsByAlphabeticalAccordion.js +16 -81
- package/lib/components/Channels/ChannelsByAlphabeticalAccordion.js.map +1 -1
- package/lib/components/CustomBottomTabs/CustomBottomTabs.js +60 -75
- package/lib/components/CustomBottomTabs/CustomBottomTabs.js.map +1 -1
- package/lib/components/CustomDrawer/CustomDrawer.js +78 -185
- package/lib/components/CustomDrawer/CustomDrawer.js.map +1 -1
- package/lib/components/Header/Header.js +1 -8
- package/lib/components/Header/Header.js.map +1 -1
- package/lib/components/Header/styles.js +14 -14
- package/lib/components/Header/styles.js.map +1 -1
- package/lib/components/LoadingSpinner/index.js +6 -29
- package/lib/components/LoadingSpinner/index.js.map +1 -1
- package/lib/components/NavigationHeader/InboxNavigationHeader.js +84 -176
- package/lib/components/NavigationHeader/InboxNavigationHeader.js.map +1 -1
- package/lib/components/NavigationHeader/NavigationHeader.js +154 -276
- package/lib/components/NavigationHeader/NavigationHeader.js.map +1 -1
- package/lib/components/NavigationHeader/NavigationHeaderChat.js +25 -66
- package/lib/components/NavigationHeader/NavigationHeaderChat.js.map +1 -1
- package/lib/components/NavigationHeader/index.js +1 -1
- package/lib/components/SlackSearchInput/Suggestion.js +40 -14
- package/lib/components/SlackSearchInput/Suggestion.js.map +1 -1
- package/lib/components/SlackSearchInput/Tag.js +43 -17
- package/lib/components/SlackSearchInput/Tag.js.map +1 -1
- package/lib/components/SlackSearchInput/index.js +57 -114
- package/lib/components/SlackSearchInput/index.js.map +1 -1
- package/lib/components/Tiles/Tiles.js +1 -8
- package/lib/components/Tiles/Tiles.js.map +1 -1
- package/lib/components/Tiles/styles.js +14 -14
- package/lib/components/Tiles/styles.js.map +1 -1
- package/lib/components/VirtualizedScrollView/VirtualizedScrollView.js +27 -17
- package/lib/components/VirtualizedScrollView/VirtualizedScrollView.js.map +1 -1
- package/lib/components/WorkSpaceDrawer/WorkSpaceDrawer.js +86 -193
- package/lib/components/WorkSpaceDrawer/WorkSpaceDrawer.js.map +1 -1
- package/lib/compute.js +222 -234
- package/lib/compute.js.map +1 -1
- package/lib/config/env-config.js +14 -12
- package/lib/config/env-config.js.map +1 -1
- package/lib/constants/Colors.js +52 -56
- package/lib/constants/Colors.js.map +1 -1
- package/lib/constants/Layout.js +2 -2
- package/lib/constants/Layout.js.map +1 -1
- package/lib/constants/device.js +4 -12
- package/lib/constants/device.js.map +1 -1
- package/lib/constants/fonts.js +5 -5
- package/lib/constants/fonts.js.map +1 -1
- package/lib/constants/globalStyles.js +13 -13
- package/lib/constants/globalStyles.js.map +1 -1
- package/lib/constants/preloadImages.js +11 -22
- package/lib/constants/preloadImages.js.map +1 -1
- package/lib/constants/routes.js +37 -43
- package/lib/constants/routes.js.map +1 -1
- package/lib/hooks/useCachedResources.js +32 -18
- package/lib/hooks/useCachedResources.js.map +1 -1
- package/lib/hooks/useColorScheme.js +1 -4
- package/lib/hooks/useColorScheme.js.map +1 -1
- package/lib/hooks/useDisclose.js.map +1 -1
- package/lib/hooks/useDrawerLayout.js +33 -104
- package/lib/hooks/useDrawerLayout.js.map +1 -1
- package/lib/hooks/useExpoNotificationProvider.js +35 -41
- package/lib/hooks/useExpoNotificationProvider.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/locales/index.js +4 -4
- package/lib/locales/index.js.map +1 -1
- package/lib/module.js +1 -4
- package/lib/module.js.map +1 -1
- package/lib/navigation/ActivityNavigator.js +31 -25
- package/lib/navigation/ActivityNavigator.js.map +1 -1
- package/lib/navigation/ExploreNavigator.js +199 -440
- package/lib/navigation/ExploreNavigator.js.map +1 -1
- package/lib/navigation/InboxNavigator.js +69 -128
- package/lib/navigation/InboxNavigator.js.map +1 -1
- package/lib/navigation/SearchTabNavigation.js +60 -138
- package/lib/navigation/SearchTabNavigation.js.map +1 -1
- package/lib/navigation/TeamTabNavigation.js +52 -41
- package/lib/navigation/TeamTabNavigation.js.map +1 -1
- package/lib/screens/Account/AccountScreen.js +51 -239
- package/lib/screens/Account/AccountScreen.js.map +1 -1
- package/lib/screens/Activity/ActivityScreen.js +1 -9
- package/lib/screens/Activity/ActivityScreen.js.map +1 -1
- package/lib/screens/Channels/Add/AddName.js +25 -115
- package/lib/screens/Channels/Add/AddName.js.map +1 -1
- package/lib/screens/Channels/Add/AddVisibility.js +43 -111
- package/lib/screens/Channels/Add/AddVisibility.js.map +1 -1
- package/lib/screens/Channels/AddChannel.js +25 -100
- package/lib/screens/Channels/AddChannel.js.map +1 -1
- package/lib/screens/Channels/Channels.js +65 -190
- package/lib/screens/Channels/Channels.js.map +1 -1
- package/lib/screens/Files/FilesScreen.js +1 -12
- package/lib/screens/Files/FilesScreen.js.map +1 -1
- package/lib/screens/Home/Components/Channels/Channels.js +53 -190
- package/lib/screens/Home/Components/Channels/Channels.js.map +1 -1
- package/lib/screens/Home/Components/DirectChannels/DirectChannels.js +99 -285
- package/lib/screens/Home/Components/DirectChannels/DirectChannels.js.map +1 -1
- package/lib/screens/Home/Components/Teams/Teams.js +34 -122
- package/lib/screens/Home/Components/Teams/Teams.js.map +1 -1
- package/lib/screens/Home/Components/TopCommonSlider/TopCommonSlider.js +36 -59
- package/lib/screens/Home/Components/TopCommonSlider/TopCommonSlider.js.map +1 -1
- package/lib/screens/Home/HomeScreen.js +113 -242
- package/lib/screens/Home/HomeScreen.js.map +1 -1
- package/lib/screens/Home/styles.js +27 -27
- package/lib/screens/Home/styles.js.map +1 -1
- package/lib/screens/Inbox/InboxChannelDetail.js +124 -430
- package/lib/screens/Inbox/InboxChannelDetail.js.map +1 -1
- package/lib/screens/Inbox/InboxDialogMessages.js +21 -4
- package/lib/screens/Inbox/InboxDialogMessages.js.map +1 -1
- package/lib/screens/Inbox/InboxScreen.js +27 -11
- package/lib/screens/Inbox/InboxScreen.js.map +1 -1
- package/lib/screens/Inbox/InboxThreadMessages.js +21 -7
- package/lib/screens/Inbox/InboxThreadMessages.js.map +1 -1
- package/lib/screens/Inbox/InboxThreads.js +21 -6
- package/lib/screens/Inbox/InboxThreads.js.map +1 -1
- package/lib/screens/Login.js +7 -63
- package/lib/screens/Login.js.map +1 -1
- package/lib/screens/Notification/NotificationsScreen.js +3 -5
- package/lib/screens/Notification/NotificationsScreen.js.map +1 -1
- package/lib/screens/Organization/AddWorkspace.js +52 -180
- package/lib/screens/Organization/AddWorkspace.js.map +1 -1
- package/lib/screens/Organization/CreateOrganization.js +20 -80
- package/lib/screens/Organization/CreateOrganization.js.map +1 -1
- package/lib/screens/Organization/InitialChannelOnboarding.js +26 -148
- package/lib/screens/Organization/InitialChannelOnboarding.js.map +1 -1
- package/lib/screens/Organization/InitializeOrganizationChannel.js +23 -76
- package/lib/screens/Organization/InitializeOrganizationChannel.js.map +1 -1
- package/lib/screens/Organization/InviteOrganizationMembers.js +15 -98
- package/lib/screens/Organization/InviteOrganizationMembers.js.map +1 -1
- package/lib/screens/Peoples/AddByEmail.js +33 -130
- package/lib/screens/Peoples/AddByEmail.js.map +1 -1
- package/lib/screens/Peoples/AddFromContacts.js +79 -155
- package/lib/screens/Peoples/AddFromContacts.js.map +1 -1
- package/lib/screens/Peoples/AddPeople.js +127 -236
- package/lib/screens/Peoples/AddPeople.js.map +1 -1
- package/lib/screens/Peoples/People.js +9 -13
- package/lib/screens/Peoples/People.js.map +1 -1
- package/lib/screens/Profile/ProfileScreen.js +25 -83
- package/lib/screens/Profile/ProfileScreen.js.map +1 -1
- package/lib/screens/Saved/SavedScreen.js +1 -9
- package/lib/screens/Saved/SavedScreen.js.map +1 -1
- package/lib/screens/Search/Channels.js +52 -123
- package/lib/screens/Search/Channels.js.map +1 -1
- package/lib/screens/Search/Files.js +5 -24
- package/lib/screens/Search/Files.js.map +1 -1
- package/lib/screens/Search/JumpTo.js +44 -127
- package/lib/screens/Search/JumpTo.js.map +1 -1
- package/lib/screens/Search/People.js +52 -123
- package/lib/screens/Search/People.js.map +1 -1
- package/lib/screens/Search/Recents.js +52 -123
- package/lib/screens/Search/Recents.js.map +1 -1
- package/lib/screens/Search/SearchAddChannel.js +224 -427
- package/lib/screens/Search/SearchAddChannel.js.map +1 -1
- package/lib/screens/Search/SearchChannelPeople.js +86 -230
- package/lib/screens/Search/SearchChannelPeople.js.map +1 -1
- package/lib/screens/Search/SearchScreen.js +39 -41
- package/lib/screens/Search/SearchScreen.js.map +1 -1
- package/lib/screens/Search/styles.js +26 -26
- package/lib/screens/Search/styles.js.map +1 -1
- package/lib/screens/Teams/AddTeam.js +26 -103
- package/lib/screens/Teams/AddTeam.js.map +1 -1
- package/lib/screens/Teams/Components/Channels/Channels.js +54 -88
- package/lib/screens/Teams/Components/Channels/Channels.js.map +1 -1
- package/lib/screens/Teams/Components/Members/Members.js +24 -81
- package/lib/screens/Teams/Components/Members/Members.js.map +1 -1
- package/lib/screens/Teams/Team.js +48 -47
- package/lib/screens/Teams/Team.js.map +1 -1
- package/lib/screens/Teams/Teams.js +59 -140
- package/lib/screens/Teams/Teams.js.map +1 -1
- package/lib/screens/Wiki/WikiScreen.js +1 -12
- package/lib/screens/Wiki/WikiScreen.js.map +1 -1
- package/lib/theme/index.js +0 -2
- package/lib/theme/index.js.map +1 -1
- package/package.json +3 -3
- package/lib/components/AddMemberToChannel/AddMemberToChannel.d.ts +0 -3
- package/lib/components/AddMemberToChannel/index.d.ts +0 -2
- package/lib/components/AppRootContextProviderComponent.d.ts +0 -6
- package/lib/components/CachedImage/consts.d.ts +0 -2
- package/lib/components/CachedImage/index.d.ts +0 -8
- package/lib/components/Channels/ChannelsByAlphabeticalAccordion.d.ts +0 -8
- package/lib/components/Channels/index.d.ts +0 -2
- package/lib/components/CustomBottomTabs/CustomBottomTabs.d.ts +0 -3
- package/lib/components/CustomBottomTabs/index.d.ts +0 -2
- package/lib/components/CustomDrawer/CustomDrawer.d.ts +0 -3
- package/lib/components/CustomDrawer/index.d.ts +0 -2
- package/lib/components/Header/Header.d.ts +0 -8
- package/lib/components/Header/index.d.ts +0 -2
- package/lib/components/Header/styles.d.ts +0 -43
- package/lib/components/LoadingSpinner/index.d.ts +0 -7
- package/lib/components/NavigationComponent/NavigationComponent.d.ts +0 -8
- package/lib/components/NavigationComponent/index.d.ts +0 -1
- package/lib/components/NavigationHeader/InboxNavigationHeader.d.ts +0 -3
- package/lib/components/NavigationHeader/NavigationHeader.d.ts +0 -5
- package/lib/components/NavigationHeader/NavigationHeaderChat.d.ts +0 -3
- package/lib/components/NavigationHeader/index.d.ts +0 -5
- package/lib/components/RootNavigation.d.ts +0 -3
- package/lib/components/Search/AddByEmail.d.ts +0 -3
- package/lib/components/Search/AddChannel.d.ts +0 -3
- package/lib/components/Search/AddFromContacts.d.ts +0 -3
- package/lib/components/Search/AddPeople.d.ts +0 -3
- package/lib/components/Search/AddTeam.d.ts +0 -3
- package/lib/components/Search/Channels.d.ts +0 -3
- package/lib/components/Search/People.d.ts +0 -5
- package/lib/components/SlackSearchInput/Suggestion.d.ts +0 -8
- package/lib/components/SlackSearchInput/Tag.d.ts +0 -8
- package/lib/components/SlackSearchInput/index.d.ts +0 -61
- package/lib/components/Tiles/Tiles.d.ts +0 -7
- package/lib/components/Tiles/index.d.ts +0 -2
- package/lib/components/Tiles/styles.d.ts +0 -40
- package/lib/components/VirtualizedScrollView/VirtualizedScrollView.d.ts +0 -3
- package/lib/components/VirtualizedScrollView/index.d.ts +0 -2
- package/lib/components/WorkSpaceDrawer/WorkSpaceDrawer.d.ts +0 -3
- package/lib/components/WorkSpaceDrawer/index.d.ts +0 -2
- package/lib/components/index.d.ts +0 -11
- package/lib/compute.d.ts +0 -5
- package/lib/config/env-config.d.ts +0 -5
- package/lib/config/index.d.ts +0 -1
- package/lib/constants/Colors.d.ts +0 -61
- package/lib/constants/Layout.d.ts +0 -8
- package/lib/constants/device.d.ts +0 -10
- package/lib/constants/fonts.d.ts +0 -8
- package/lib/constants/globalStyles.d.ts +0 -202
- package/lib/constants/index.d.ts +0 -8
- package/lib/constants/preloadImages.d.ts +0 -14
- package/lib/constants/routes.d.ts +0 -36
- package/lib/hooks/index.d.ts +0 -6
- package/lib/hooks/useCachedResources.d.ts +0 -1
- package/lib/hooks/useColorScheme.d.ts +0 -2
- package/lib/hooks/useColorScheme.web.d.ts +0 -1
- package/lib/hooks/useDisclose.d.ts +0 -5
- package/lib/hooks/useDrawerLayout.d.ts +0 -18
- package/lib/hooks/useExpoNotificationProvider.d.ts +0 -7
- package/lib/hooks/useIsAuthenticated.d.ts +0 -2
- package/lib/index.d.ts +0 -10
- package/lib/locales/en/index.d.ts +0 -3
- package/lib/locales/fr/index.d.ts +0 -2
- package/lib/locales/index.d.ts +0 -1
- package/lib/module.d.ts +0 -3
- package/lib/navigation/AccountNavigator.d.ts +0 -2
- package/lib/navigation/ActivityNavigator.d.ts +0 -2
- package/lib/navigation/ExploreNavigator.d.ts +0 -2
- package/lib/navigation/InboxNavigator.d.ts +0 -2
- package/lib/navigation/InboxTabNavigation.d.ts +0 -3
- package/lib/navigation/MentionsNavigator.d.ts +0 -2
- package/lib/navigation/SearchNavigator.d.ts +0 -2
- package/lib/navigation/SearchTabNavigation.d.ts +0 -3
- package/lib/navigation/TeamTabNavigation.d.ts +0 -3
- package/lib/navigation/index.d.ts +0 -3
- package/lib/screens/Account/AccountScreen.d.ts +0 -3
- package/lib/screens/Account/index.d.ts +0 -2
- package/lib/screens/Activity/ActivityScreen.d.ts +0 -7
- package/lib/screens/Activity/index.d.ts +0 -2
- package/lib/screens/Activity/styles.d.ts +0 -85
- package/lib/screens/Channels/Add/AddName.d.ts +0 -3
- package/lib/screens/Channels/Add/AddVisibility.d.ts +0 -3
- package/lib/screens/Channels/Add/index.d.ts +0 -3
- package/lib/screens/Channels/AddChannel.d.ts +0 -3
- package/lib/screens/Channels/Channels.d.ts +0 -3
- package/lib/screens/Channels/index.d.ts +0 -4
- package/lib/screens/Files/FilesScreen.d.ts +0 -6
- package/lib/screens/Files/index.d.ts +0 -2
- package/lib/screens/Home/Components/Channels/Channels.d.ts +0 -9
- package/lib/screens/Home/Components/Channels/index.d.ts +0 -2
- package/lib/screens/Home/Components/DirectChannels/DirectChannels.d.ts +0 -3
- package/lib/screens/Home/Components/DirectChannels/index.d.ts +0 -2
- package/lib/screens/Home/Components/Teams/Teams.d.ts +0 -7
- package/lib/screens/Home/Components/Teams/index.d.ts +0 -2
- package/lib/screens/Home/Components/TopCommonSlider/TopCommonSlider.d.ts +0 -3
- package/lib/screens/Home/Components/TopCommonSlider/index.d.ts +0 -2
- package/lib/screens/Home/HomeScreen.d.ts +0 -3
- package/lib/screens/Home/index.d.ts +0 -2
- package/lib/screens/Home/styles.d.ts +0 -86
- package/lib/screens/Inbox/InboxChannelDetail.d.ts +0 -3
- package/lib/screens/Inbox/InboxDialogMessages.d.ts +0 -3
- package/lib/screens/Inbox/InboxScreen.d.ts +0 -3
- package/lib/screens/Inbox/InboxThreadMessages.d.ts +0 -3
- package/lib/screens/Inbox/InboxThreads.d.ts +0 -3
- package/lib/screens/Inbox/index.d.ts +0 -3
- package/lib/screens/Login.d.ts +0 -3
- package/lib/screens/Notification/NotificationsScreen.d.ts +0 -2
- package/lib/screens/Notification/index.d.ts +0 -2
- package/lib/screens/Organization/AddWorkspace.d.ts +0 -3
- package/lib/screens/Organization/CreateOrganization.d.ts +0 -3
- package/lib/screens/Organization/InitialChannelOnboarding.d.ts +0 -3
- package/lib/screens/Organization/InitializeOrganizationChannel.d.ts +0 -3
- package/lib/screens/Organization/InviteOrganizationMembers.d.ts +0 -3
- package/lib/screens/Organization/index.d.ts +0 -6
- package/lib/screens/Peoples/AddByEmail.d.ts +0 -3
- package/lib/screens/Peoples/AddFromContacts.d.ts +0 -3
- package/lib/screens/Peoples/AddPeople.d.ts +0 -3
- package/lib/screens/Peoples/People.d.ts +0 -3
- package/lib/screens/Peoples/index.d.ts +0 -5
- package/lib/screens/Profile/ProfileScreen.d.ts +0 -3
- package/lib/screens/Profile/index.d.ts +0 -2
- package/lib/screens/Profile/styles.d.ts +0 -83
- package/lib/screens/Saved/SavedScreen.d.ts +0 -7
- package/lib/screens/Saved/index.d.ts +0 -2
- package/lib/screens/Saved/styles.d.ts +0 -85
- package/lib/screens/Search/Channels.d.ts +0 -6
- package/lib/screens/Search/Files.d.ts +0 -3
- package/lib/screens/Search/JumpTo.d.ts +0 -4
- package/lib/screens/Search/People.d.ts +0 -6
- package/lib/screens/Search/Recents.d.ts +0 -6
- package/lib/screens/Search/SearchAddChannel.d.ts +0 -4
- package/lib/screens/Search/SearchChannelPeople.d.ts +0 -4
- package/lib/screens/Search/SearchScreen.d.ts +0 -5
- package/lib/screens/Search/index.d.ts +0 -5
- package/lib/screens/Search/styles.d.ts +0 -83
- package/lib/screens/Teams/AddTeam.d.ts +0 -3
- package/lib/screens/Teams/Components/Channels/Channels.d.ts +0 -3
- package/lib/screens/Teams/Components/Channels/index.d.ts +0 -2
- package/lib/screens/Teams/Components/Members/Members.d.ts +0 -8
- package/lib/screens/Teams/Components/Members/index.d.ts +0 -2
- package/lib/screens/Teams/Team.d.ts +0 -7
- package/lib/screens/Teams/Teams.d.ts +0 -3
- package/lib/screens/Teams/index.d.ts +0 -4
- package/lib/screens/Wiki/WikiScreen.d.ts +0 -6
- package/lib/screens/Wiki/index.d.ts +0 -2
- package/lib/screens/index.d.ts +0 -16
- 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';
|
|
1
|
+
import { getFilteredRoutes } from '@common-stack/client-react/lib/utils/filteredRoutes.js';
|
|
2
2
|
const slackUiPageStore = [{
|
|
3
|
-
key:
|
|
4
|
-
path:
|
|
5
|
-
name:
|
|
3
|
+
key: "home",
|
|
4
|
+
path: "/:orgName/l/home",
|
|
5
|
+
name: "Home",
|
|
6
6
|
exact: false,
|
|
7
|
-
menu_position:
|
|
7
|
+
menu_position: "bottom",
|
|
8
8
|
auth: true,
|
|
9
9
|
withLifeCycleInteraction: {
|
|
10
10
|
duration: 100
|
|
11
11
|
},
|
|
12
12
|
icon: {
|
|
13
|
-
name:
|
|
13
|
+
name: "MaterialCommunityIcons",
|
|
14
14
|
props: {
|
|
15
|
-
name:
|
|
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:
|
|
25
|
-
component:
|
|
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:
|
|
41
|
-
headerTitle:
|
|
39
|
+
title: "Home",
|
|
40
|
+
headerTitle: "Home",
|
|
42
41
|
priority: 1,
|
|
43
|
-
tabBarActiveTintColor:
|
|
44
|
-
tabBarInactiveTintColor:
|
|
45
|
-
tabBarLabel:
|
|
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:
|
|
52
|
-
path:
|
|
53
|
-
name:
|
|
50
|
+
key: "inbox",
|
|
51
|
+
path: "/:orgName/l/inbox",
|
|
52
|
+
name: "Inbox",
|
|
54
53
|
exact: true,
|
|
55
|
-
menu_position:
|
|
54
|
+
menu_position: "bottom",
|
|
56
55
|
auth: true,
|
|
57
56
|
withLifeCycleInteraction: {
|
|
58
57
|
duration: 100
|
|
59
58
|
},
|
|
60
59
|
icon: {
|
|
61
|
-
name:
|
|
60
|
+
name: "Ionicons",
|
|
62
61
|
props: {
|
|
63
|
-
name:
|
|
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:
|
|
72
|
-
component:
|
|
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:
|
|
83
|
-
headerTitle:
|
|
81
|
+
title: "Direct messages",
|
|
82
|
+
headerTitle: "Direct messages",
|
|
84
83
|
priority: 2,
|
|
85
|
-
tabBarActiveTintColor:
|
|
86
|
-
tabBarInactiveTintColor:
|
|
87
|
-
tabBarLabel:
|
|
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:
|
|
96
|
-
path:
|
|
97
|
-
name:
|
|
94
|
+
key: "activity",
|
|
95
|
+
path: "/:orgName/l/activity",
|
|
96
|
+
name: "Activity",
|
|
98
97
|
exact: true,
|
|
99
|
-
menu_position:
|
|
98
|
+
menu_position: "bottom",
|
|
100
99
|
auth: true,
|
|
101
100
|
withLifeCycleInteraction: {
|
|
102
101
|
duration: 100
|
|
103
102
|
},
|
|
104
103
|
icon: {
|
|
105
|
-
name:
|
|
104
|
+
name: "FontAwesome5",
|
|
106
105
|
props: {
|
|
107
|
-
name:
|
|
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:
|
|
116
|
-
component:
|
|
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:
|
|
126
|
-
headerTitle:
|
|
124
|
+
title: "Activity",
|
|
125
|
+
headerTitle: "Activity",
|
|
127
126
|
priority: 3,
|
|
128
|
-
tabBarActiveTintColor:
|
|
129
|
-
tabBarInactiveTintColor:
|
|
130
|
-
tabBarLabel:
|
|
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:
|
|
139
|
-
path:
|
|
140
|
-
name:
|
|
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:
|
|
153
|
-
title:
|
|
151
|
+
headerTitleAlign: "left",
|
|
152
|
+
title: "you",
|
|
154
153
|
headerShown: true,
|
|
155
154
|
headerBackTitleVisible: false,
|
|
156
|
-
headerBackTitle:
|
|
157
|
-
headerTintColor:
|
|
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:
|
|
166
|
-
path:
|
|
167
|
-
name:
|
|
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:
|
|
180
|
-
title:
|
|
178
|
+
headerTitleAlign: "left",
|
|
179
|
+
title: "Profile",
|
|
181
180
|
headerShown: true,
|
|
182
181
|
headerBackTitleVisible: false,
|
|
183
|
-
headerBackTitle:
|
|
184
|
-
headerTintColor:
|
|
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:
|
|
196
|
-
path:
|
|
197
|
-
name:
|
|
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:
|
|
208
|
-
component:
|
|
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:
|
|
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:
|
|
236
|
-
path:
|
|
237
|
-
name:
|
|
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:
|
|
248
|
-
component:
|
|
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:
|
|
257
|
+
title: "JumpTo",
|
|
264
258
|
headerShown: true,
|
|
265
259
|
headerBackTitleVisible: false,
|
|
266
|
-
headerBackTitle:
|
|
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:
|
|
277
|
-
path:
|
|
278
|
-
name:
|
|
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:
|
|
291
|
-
title:
|
|
283
|
+
headerTitleAlign: "left",
|
|
284
|
+
title: "Add Workspaces",
|
|
292
285
|
headerShown: true,
|
|
293
286
|
headerBackTitleVisible: false,
|
|
294
|
-
headerBackTitle:
|
|
295
|
-
headerTintColor:
|
|
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:
|
|
307
|
-
path:
|
|
308
|
-
name:
|
|
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:
|
|
321
|
-
title:
|
|
313
|
+
headerTitleAlign: "left",
|
|
314
|
+
title: "",
|
|
322
315
|
headerShown: true,
|
|
323
316
|
headerBackTitleVisible: false,
|
|
324
|
-
headerBackTitle:
|
|
325
|
-
headerTintColor:
|
|
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:
|
|
334
|
-
path:
|
|
335
|
-
name:
|
|
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:
|
|
348
|
-
title:
|
|
340
|
+
headerTitleAlign: "left",
|
|
341
|
+
title: "",
|
|
349
342
|
headerShown: true,
|
|
350
343
|
headerBackTitleVisible: false,
|
|
351
|
-
headerBackTitle:
|
|
352
|
-
headerTintColor:
|
|
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:
|
|
361
|
-
path:
|
|
362
|
-
name:
|
|
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:
|
|
375
|
-
title:
|
|
367
|
+
headerTitleAlign: "left",
|
|
368
|
+
title: "",
|
|
376
369
|
headerShown: true,
|
|
377
370
|
headerBackTitleVisible: false,
|
|
378
|
-
headerBackTitle:
|
|
379
|
-
headerTintColor:
|
|
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:
|
|
388
|
-
path:
|
|
389
|
-
name:
|
|
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:
|
|
402
|
-
title:
|
|
394
|
+
headerTitleAlign: "left",
|
|
395
|
+
title: "",
|
|
403
396
|
headerShown: false,
|
|
404
397
|
headerBackTitleVisible: false,
|
|
405
|
-
headerBackTitle:
|
|
406
|
-
headerTintColor:
|
|
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:
|
|
415
|
-
path:
|
|
416
|
-
name:
|
|
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:
|
|
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:
|
|
439
|
-
path:
|
|
440
|
-
name:
|
|
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:
|
|
454
|
-
title:
|
|
445
|
+
headerTitleAlign: "left",
|
|
446
|
+
title: "Create a channel",
|
|
455
447
|
headerShown: true,
|
|
456
448
|
headerBackTitleVisible: false,
|
|
457
|
-
headerBackTitle:
|
|
458
|
-
headerTintColor:
|
|
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:
|
|
467
|
-
path:
|
|
468
|
-
name:
|
|
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:
|
|
472
|
+
title: "Create a channel",
|
|
481
473
|
animationEnabled: false,
|
|
482
|
-
headerTitleAlign:
|
|
474
|
+
headerTitleAlign: "left",
|
|
483
475
|
headerShown: true,
|
|
484
476
|
headerBackTitleVisible: false,
|
|
485
|
-
headerBackTitle:
|
|
486
|
-
headerTintColor:
|
|
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:
|
|
495
|
-
path:
|
|
496
|
-
name:
|
|
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:
|
|
500
|
+
title: "Add people",
|
|
509
501
|
headerShown: true,
|
|
510
502
|
headerBackTitleVisible: false,
|
|
511
|
-
headerBackTitle:
|
|
512
|
-
headerTintColor:
|
|
503
|
+
headerBackTitle: "Back",
|
|
504
|
+
headerTintColor: "#1d1c1d",
|
|
513
505
|
gestureEnabled: false,
|
|
514
506
|
swipeEnabled: false,
|
|
515
507
|
animationEnabled: false,
|
|
516
|
-
headerTitleAlign:
|
|
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:
|
|
528
|
-
path:
|
|
529
|
-
name:
|
|
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:
|
|
532
|
+
presentation: "modal",
|
|
541
533
|
animationEnabled: false,
|
|
542
|
-
headerTitleAlign:
|
|
543
|
-
title:
|
|
534
|
+
headerTitleAlign: "left",
|
|
535
|
+
title: "Add by Email",
|
|
544
536
|
headerShown: true,
|
|
545
537
|
headerBackTitleVisible: false,
|
|
546
|
-
headerBackTitle:
|
|
547
|
-
headerTintColor:
|
|
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:
|
|
556
|
-
path:
|
|
557
|
-
name:
|
|
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:
|
|
560
|
+
presentation: "modal",
|
|
569
561
|
animationEnabled: false,
|
|
570
|
-
headerTitleAlign:
|
|
571
|
-
title:
|
|
562
|
+
headerTitleAlign: "left",
|
|
563
|
+
title: "Add teammates",
|
|
572
564
|
headerShown: true,
|
|
573
565
|
headerBackTitleVisible: false,
|
|
574
|
-
headerBackTitle:
|
|
575
|
-
headerTintColor:
|
|
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:
|
|
587
|
-
path:
|
|
588
|
-
name:
|
|
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:
|
|
601
|
-
title:
|
|
592
|
+
headerTitleAlign: "left",
|
|
593
|
+
title: "New Message",
|
|
602
594
|
headerShown: false,
|
|
603
|
-
// presentation: 'fullScreenModal',
|
|
604
595
|
headerBackTitleVisible: false,
|
|
605
|
-
headerBackTitle:
|
|
606
|
-
headerTintColor:
|
|
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:
|
|
618
|
-
path:
|
|
619
|
-
name:
|
|
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:
|
|
630
|
-
component:
|
|
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:
|
|
640
|
-
backBtnColor:
|
|
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:
|
|
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:
|
|
659
|
-
path:
|
|
660
|
-
name:
|
|
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:
|
|
671
|
-
component:
|
|
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:
|
|
679
|
+
title: "Team",
|
|
691
680
|
headerShown: true,
|
|
692
681
|
headerBackTitleVisible: false,
|
|
693
|
-
headerBackTitle:
|
|
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:
|
|
704
|
-
path:
|
|
705
|
-
name:
|
|
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:
|
|
718
|
-
title:
|
|
705
|
+
headerTitleAlign: "left",
|
|
706
|
+
title: "New Team",
|
|
719
707
|
headerShown: true,
|
|
720
708
|
headerBackTitleVisible: false,
|
|
721
|
-
headerBackTitle:
|
|
722
|
-
headerTintColor:
|
|
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:
|
|
731
|
-
path:
|
|
732
|
-
name:
|
|
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:
|
|
744
|
-
title:
|
|
731
|
+
presentation: "modal",
|
|
732
|
+
title: "People",
|
|
745
733
|
headerShown: true,
|
|
746
734
|
headerBackTitleVisible: false,
|
|
747
|
-
headerBackTitle:
|
|
748
|
-
headerTintColor:
|
|
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:
|
|
757
|
-
path:
|
|
758
|
-
name:
|
|
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:
|
|
769
|
-
component:
|
|
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:
|
|
766
|
+
title: "Inbox",
|
|
779
767
|
headerShown: true,
|
|
780
768
|
headerBackTitleVisible: false,
|
|
781
|
-
headerBackTitle:
|
|
782
|
-
headerTintColor:
|
|
769
|
+
headerBackTitle: "Back",
|
|
770
|
+
headerTintColor: "#ff5a60",
|
|
783
771
|
headerTitleStyle: {
|
|
784
|
-
color:
|
|
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:
|
|
793
|
-
path:
|
|
794
|
-
name:
|
|
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:
|
|
794
|
+
title: "Inbox",
|
|
807
795
|
headerShown: false,
|
|
808
796
|
headerBackTitleVisible: false,
|
|
809
|
-
headerBackTitle:
|
|
810
|
-
headerTintColor:
|
|
797
|
+
headerBackTitle: "Back",
|
|
798
|
+
headerTintColor: "#ff5a60",
|
|
811
799
|
headerTitleStyle: {
|
|
812
|
-
color:
|
|
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:
|
|
824
|
-
path:
|
|
825
|
-
name:
|
|
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:
|
|
822
|
+
channelType: "NewMessage",
|
|
835
823
|
goToHome: true
|
|
836
824
|
},
|
|
837
825
|
options: {
|
|
838
|
-
title:
|
|
826
|
+
title: "New Message",
|
|
839
827
|
animationEnabled: false,
|
|
840
|
-
headerTitleAlign:
|
|
828
|
+
headerTitleAlign: "left",
|
|
841
829
|
headerShown: true,
|
|
842
830
|
headerBackTitleVisible: false,
|
|
843
|
-
headerBackTitle:
|
|
844
|
-
headerTintColor:
|
|
831
|
+
headerBackTitle: "Back",
|
|
832
|
+
headerTintColor: "#1d1c1d",
|
|
845
833
|
headerTitleStyle: {
|
|
846
|
-
color:
|
|
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:
|
|
858
|
-
path:
|
|
859
|
-
name:
|
|
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:
|
|
861
|
+
title: "Threads",
|
|
874
862
|
animationEnabled: false,
|
|
875
|
-
headerTitleAlign:
|
|
863
|
+
headerTitleAlign: "left",
|
|
876
864
|
headerShown: true,
|
|
877
865
|
headerBackTitleVisible: false,
|
|
878
|
-
headerBackTitle:
|
|
879
|
-
headerTintColor:
|
|
866
|
+
headerBackTitle: "Back",
|
|
867
|
+
headerTintColor: "#1d1c1d",
|
|
880
868
|
headerTitleStyle: {
|
|
881
|
-
color:
|
|
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:
|
|
890
|
-
path:
|
|
891
|
-
name:
|
|
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:
|
|
894
|
+
title: "Inbox",
|
|
907
895
|
headerBackTitleVisible: false,
|
|
908
|
-
headerBackTitle:
|
|
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:
|
|
917
|
-
path:
|
|
918
|
-
name:
|
|
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:
|
|
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 = [
|
|
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
|