Update 0BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2022-09-27 21:29:17 +02:00
parent a46fefafcb
commit 7f2c006ce9
1 changed files with 5 additions and 2 deletions

View File

@ -73,6 +73,9 @@
"ContextMenuUtils": {
"openContextMenu": ["renderLazy"],
"closeContextMenu": ["type:\"CONTEXT_MENU_CLOSE\""]
},
"DispatchUtils": {
"ComponentDispatch": ["object Object"]
}
},
"LibraryModules": {
@ -89,11 +92,10 @@
"ConnectionProviderUtils": {"props": ["get", "isSupported", "filter"]},
"ConnectionUtils": {"props": ["setShowActivity", "setVisibility"]},
"ContextMenuUtils": {"strings": ["renderLazy", "type:\"CONTEXT_MENU_CLOSE\""], "exported": false, "value": "exports"},
"CopyLinkUtils": {"props": ["SUPPORTS_COPY", "copy"]},
"CurrentUserStore": {"props": ["getCurrentUser"]},
"DesktopNotificationUtils": {"props": ["showNotification", "requestPermission"]},
"DispatchApiUtils": {"props": ["dispatch", "isDispatching"]},
"DispatchUtils": {"props": ["ComponentDispatch"]},
"DispatchUtils": {"strings": ["dispatchToLastSubscribed", "setMaxListeners"]},
"EmojiUtils": {"props": ["translateInlineEmojiToSurrogates", "translateSurrogatesToInlineEmoji"]},
"EmojiStateUtils": {"props": ["getURL", "isEmojiDisabled"]},
"Env": {"props": ["env"]},
@ -148,6 +150,7 @@
"SlateTextUtils": {"props": ["toTextValue", "serializeDescendant"]},
"SoundParser": {"strings": ["discodo", "ddr-down", "mute"]},
"SoundUtils": {"props": ["playSound", "createSound"]},
"SortedGuildUtils": {"props": ["getSortedGuilds", "getFlattenedGuildIds"]},
"SpotifyUtils": {"props": ["setActiveDevice", "pause"]},
"StageChannelLiveStore": {"props": ["getAllLiveStageChannels", "useAllLiveStageChannels"]},
"StateStoreUtils": {"props": ["useStateFromStores", "useStateFromStoresArray"]},