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