Update 0BDFDB.data.json
This commit is contained in:
parent
9e74e7bfb6
commit
a94b7062c8
|
@ -433,17 +433,29 @@
|
||||||
"Image": ["containerRef"],
|
"Image": ["containerRef"],
|
||||||
"ImageReadyStates": ["LOADING", "ERROR"]
|
"ImageReadyStates": ["LOADING", "ERROR"]
|
||||||
}},
|
}},
|
||||||
"ImageModal": {"name": "ImageModal"},
|
"ImageModal": {"strings": ["mobileCloseWrapper", "closeAction"]},
|
||||||
"LazyImage": {"name": "LazyImage"},
|
"LazyImage": {"strings": ["LOADING", "visibilityObserver"]},
|
||||||
"ListHeader": {"name": "ListSectionItem"},
|
"ListHeader": {"strings": [".container", "\"h2\"", "[\"aria-label\"]"]},
|
||||||
"Mask": {"name": "Mask"},
|
"Mask": {"props": "Masks"},
|
||||||
"Menu": {"strings": ["Menu API only allows Items and groups of Items as children"], "funcStrings": ["keyboardModeEnabled"]},
|
"Menu": {"strings": ["Menu API only allows Items and groups of Items as children"], "funcStrings": ["keyboardModeEnabled"]},
|
||||||
"MessageGroup": {"name": "ChannelMessage"},
|
"MessageGroup": {"strings": ["renderThreadAccessory", "HAS_THREAD", "allowHeading"], "nonStrings": ["THREAD_STARTER"]},
|
||||||
"MessagesPopoutComponents": {"props": ["Header", "EmptyStateBottom"]},
|
"MessagesPopoutComponents": {"strings": ["canCloseAllMessages", "loadingMore"], "exported": false, "value": "exports", "map": {
|
||||||
"ModalComponents": {"props": ["ModalContent", "ModalFooter"], "assign": true},
|
"EmptyState": ["emptyPlaceholder"],
|
||||||
"NavItem": {"name": "NavItem"},
|
"Header": [".header", "heading"],
|
||||||
"Paginator": {"name": "Paginator"},
|
"Popout": ["renderHeader", "renderEmptyState"]
|
||||||
"PanelButton": {"name": "PanelButton"},
|
}},
|
||||||
|
"ModalComponents": {"strings": [".renderModal,", "onCloseRequest"], "exported": false, "value": "exports", "map": {
|
||||||
|
"Modal": [".renderModal"],
|
||||||
|
"ModalCloseButton": ["closeWithCircle"],
|
||||||
|
"ModalContent": [".content,"],
|
||||||
|
"ModalFooter": [".footer,"],
|
||||||
|
"ModalHeader": [".headerId"],
|
||||||
|
"ModalListContent": [".scrollerRef"],
|
||||||
|
"ModalRoot": [".transitionState", ".size"],
|
||||||
|
"ModalSize": ["DYNAMIC", "SMALL"]
|
||||||
|
}},
|
||||||
|
"Paginator": {"strings": ["totalPageCount", "selectedPage"]},
|
||||||
|
"PanelButton": {"strings": ["Masks.PANEL_BUTTON"]},
|
||||||
"PopoutCSSAnimator": {"name": "PopoutCSSAnimator"},
|
"PopoutCSSAnimator": {"name": "PopoutCSSAnimator"},
|
||||||
"PopoutFocusLock": {"strings": ["useFocusLock", "useImperativeHandle"], "value": "default"},
|
"PopoutFocusLock": {"strings": ["useFocusLock", "useImperativeHandle"], "value": "default"},
|
||||||
"PrivateChannelItems": {"props": ["DirectMessage", "GroupDM"]},
|
"PrivateChannelItems": {"props": ["DirectMessage", "GroupDM"]},
|
||||||
|
@ -459,7 +471,8 @@
|
||||||
"Spinner": {"name": "Spinner"},
|
"Spinner": {"name": "Spinner"},
|
||||||
"Status": {"name": "Status"},
|
"Status": {"name": "Status"},
|
||||||
"StatusPickerPopout": {"strings": ["\"StatusPickerPopout\""], "value": "default"},
|
"StatusPickerPopout": {"strings": ["\"StatusPickerPopout\""], "value": "default"},
|
||||||
"TextElement": {"props": ["Colors", "Sizes"]},
|
"TextElement": {"strings": [".strong,", ".STANDARD"]},
|
||||||
|
"Timeout": {"protos": ["start", "stop", "isStarted"]},
|
||||||
"UserBadgeKeys": {"props": ["BadgeKeys"], "value": "BadgeKeys"},
|
"UserBadgeKeys": {"props": ["BadgeKeys"], "value": "BadgeKeys"},
|
||||||
"UserBadges": {"props": ["BadgeSizes"]},
|
"UserBadges": {"props": ["BadgeSizes"]},
|
||||||
"UserMention": {"strings": [".inlinePreview", "renderPopout", ".openContextMenu", ".isMobile"]},
|
"UserMention": {"strings": [".inlinePreview", "renderPopout", ".openContextMenu", ".isMobile"]},
|
||||||
|
@ -1751,6 +1764,8 @@
|
||||||
"anchor": ["Anchor", "anchor"],
|
"anchor": ["Anchor", "anchor"],
|
||||||
"anchorunderlineonhover": ["Anchor", "anchorUnderlineOnHover"],
|
"anchorunderlineonhover": ["Anchor", "anchorUnderlineOnHover"],
|
||||||
"animationcontainerbottom": ["AnimationContainer", "animatorBottom"],
|
"animationcontainerbottom": ["AnimationContainer", "animatorBottom"],
|
||||||
|
"animationcontainercenter": ["AnimationContainer", "animatorCenter"],
|
||||||
|
"animationcontainerfade": ["AnimationContainer", "fade"],
|
||||||
"animationcontainerleft": ["AnimationContainer", "animatorLeft"],
|
"animationcontainerleft": ["AnimationContainer", "animatorLeft"],
|
||||||
"animationcontainerright": ["AnimationContainer", "animatorRight"],
|
"animationcontainerright": ["AnimationContainer", "animatorRight"],
|
||||||
"animationcontainertop": ["AnimationContainer", "animatorTop"],
|
"animationcontainertop": ["AnimationContainer", "animatorTop"],
|
||||||
|
|
Loading…
Reference in New Issue