SYMBOL INDEX (1661 symbols across 461 files) FILE: .dumi/theme/builtins/Icon.tsx function Copy (line 166) | function Copy(props) { function Icon (line 187) | function Icon() { FILE: .dumi/theme/builtins/Previewer/index.tsx type IProps (line 8) | interface IProps { function buildUrl (line 12) | function buildUrl( function getSupportPlatform (line 38) | function getSupportPlatform(platform: string) { function sendMsgToSourceCode (line 75) | function sendMsgToSourceCode(theme) { FILE: .dumi/theme/builtins/ResourceCard.tsx type Props (line 4) | type Props = { FILE: .dumi/theme/builtins/SourceCode/index.tsx constant MARKUP_REGEX (line 22) | const MARKUP_REGEX = { constant COMMENTS_MARKUP_REGEX (line 28) | const COMMENTS_MARKUP_REGEX = { constant SIMILAR_DSL (line 36) | const SIMILAR_DSL: Record = { type ISourceCodeProps (line 42) | interface ISourceCodeProps { FILE: .dumi/theme/builtins/Table/index.tsx type IProps (line 14) | interface IProps { constant MARKUP_REGEX (line 18) | const MARKUP_REGEX = { FILE: .dumi/theme/common/Sim/index.tsx type IProps (line 9) | interface IProps {} function buildUrl (line 11) | function buildUrl( function getSupportPlatform (line 46) | function getSupportPlatform(platform: string) { function sendThemeToPreviewer (line 102) | function sendThemeToPreviewer() { function sendPageToPreviewer (line 126) | function sendPageToPreviewer() { function setMsgToPreviewer (line 153) | function setMsgToPreviewer(miniCode) { function handleIframeMessage (line 183) | function handleIframeMessage(event) { FILE: .dumi/theme/common/ThemeSwitch/index.tsx type ThemeName (line 7) | type ThemeName = 'light' | 'dark' | 'compact'; type ThemeSwitchProps (line 9) | type ThemeSwitchProps = { FILE: .dumi/theme/common/styles/DumiDefaultStyleOverride.tsx constant PREFERS_COLOR_ATTR (line 4) | const PREFERS_COLOR_ATTR = 'data-prefers-color'; FILE: .dumi/theme/common/styles/SearchBar.tsx constant THEME_PREFIX (line 4) | const THEME_PREFIX = 'dumi-default-'; FILE: .dumi/theme/defineThemeConfig/index.ts function defineThemeConfig (line 8) | function defineThemeConfig(config: Partial): Partial { function useLocale (line 8) | function useLocale( FILE: .dumi/theme/layouts/GlobalLayout.tsx type SiteState (line 19) | type SiteState = Partial>; constant RESPONSIVE_MOBILE (line 20) | const RESPONSIVE_MOBILE = 768; constant SITE_STATE_LOCALSTORAGE_KEY (line 21) | const SITE_STATE_LOCALSTORAGE_KEY = 'dumi-theme-antd-site-state'; FILE: .dumi/theme/plugin.ts function extractEmotionStyle (line 10) | function extractEmotionStyle(html: string) { FILE: .dumi/theme/plugin/techStack.ts class AntdTechStack (line 8) | class AntdTechStack implements IDumiTechStack { method constructor (line 11) | constructor(opts: {}) {} method isSupported (line 16) | isSupported(...[node]: Parameters) { method transformCode (line 26) | transformCode() { method generatePreviewerProps (line 36) | generatePreviewerProps( method generateMetadata (line 65) | generateMetadata( FILE: .dumi/theme/slots/Content/DocAnchor.tsx type DocAnchorProps (line 71) | interface DocAnchorProps { type AnchorItem (line 76) | interface AnchorItem { FILE: .dumi/theme/slots/Content/InViewSuspense.tsx type InViewSuspenseProps (line 6) | type InViewSuspenseProps = Pick & { FILE: .dumi/theme/slots/Header/HeaderExtral.tsx constant BASE_SIZE (line 12) | const BASE_SIZE = '1.2em'; FILE: .dumi/theme/slots/Header/Navigation.tsx type NavigationProps (line 26) | interface NavigationProps { function Navigation (line 127) | function Navigation({ isMobile, responsive }: NavigationProps) { FILE: .dumi/theme/slots/Header/SwitchBtn.tsx type LangBtnProps (line 6) | interface LangBtnProps { constant BASE_SIZE (line 16) | const BASE_SIZE = '1.2em'; function SwitchBtn (line 58) | function SwitchBtn({ FILE: .dumi/theme/slots/Header/index.tsx type HeaderState (line 25) | interface HeaderState { type IResponsive (line 29) | type IResponsive = null | 'narrow' | 'crowded'; constant RESPONSIVE_XS (line 31) | const RESPONSIVE_XS = 1120; constant RESPONSIVE_SM (line 32) | const RESPONSIVE_SM = 1200; FILE: .dumi/theme/slots/NotFound/index.tsx type NotFoundProps (line 6) | interface NotFoundProps { FILE: .dumi/theme/slots/Sidebar/index.tsx type SidebarState (line 20) | interface SidebarState { constant SWITCH_HEIGHT (line 24) | const SWITCH_HEIGHT = 33; constant PLATFORM_ICON (line 26) | const PLATFORM_ICON = { FILE: .dumi/theme/slots/SiteContext.ts type PlatformName (line 5) | type PlatformName = 'alipay' | 'wechat'; type SiteContextProps (line 7) | interface SiteContextProps { FILE: .dumi/theme/types.ts type ISidebarGroupModePathItem (line 6) | type ISidebarGroupModePathItem = string; type ILocaleEnhance (line 8) | interface ILocaleEnhance { type IAction (line 15) | interface IAction { type IMoreLink (line 24) | interface IMoreLink { type IFeature (line 31) | interface IFeature { type ILoading (line 40) | interface ILoading { type SidebarEnhanceItemType (line 45) | type SidebarEnhanceItemType = { type SidebarEnhanceChildrenType (line 51) | type SidebarEnhanceChildrenType = string | SidebarEnhanceItemType; type SidebarEnhanceSubType (line 52) | type SidebarEnhanceSubType = { type SidebarEnhanceGroupChildren (line 58) | type SidebarEnhanceGroupChildren = (SidebarEnhanceSubType | SidebarEnhan... type SidebarEnhanceGroupType (line 59) | type SidebarEnhanceGroupType = { type SidebarEnhanceType (line 64) | type SidebarEnhanceType = type SidebarEnhanceItems (line 68) | type SidebarEnhanceItems = SidebarEnhanceType[]; type IDocVersion (line 70) | interface IDocVersion { type IBannerConfig (line 74) | interface IBannerConfig { type IAdditionalThemeConfig (line 83) | interface IAdditionalThemeConfig { type IAllThemeConfig (line 120) | interface IAllThemeConfig extends IThemeConfig, IAdditionalThemeConfig {} FILE: .dumi/theme/utils.ts type ILocaleItem (line 4) | type ILocaleItem = ReturnType['locales'][0]; function getTargetLocalePath (line 6) | function getTargetLocalePath({ FILE: config/alipay/app.ts method onLaunch (line 2) | onLaunch(launchParams: any) { method onRelaunch (line 7) | onRelaunch(launchParams: any) {} method onShow (line 8) | onShow() { method onHide (line 11) | onHide() { method onDestroy (line 14) | onDestroy() { FILE: copilot-demo/pages/Actions/index.ts method handleTapAction (line 36) | handleTapAction(item) { method handleBubbleAction (line 66) | handleBubbleAction(item) { method onTypingComplete (line 83) | onTypingComplete() { method toggleBubble (line 88) | toggleBubble() { FILE: copilot-demo/pages/Bubble/index.ts method onTypingComplete (line 16) | onTypingComplete() { method onTypingChange (line 19) | onTypingChange(e) { method onSwitchChange (line 24) | onSwitchChange() { method handleTapAction (line 29) | handleTapAction(item) { FILE: copilot-demo/pages/Conversations/index.ts method handleItemTap (line 63) | handleItemTap(i) { method handleMenuItemTap (line 76) | handleMenuItemTap(menuItem, item) { method handleOpenHistory (line 90) | handleOpenHistory() { method handlePopupClose (line 95) | handlePopupClose() { FILE: copilot-demo/pages/Prompts/index.ts method onItemTap (line 110) | onItemTap(i) { FILE: copilot-demo/pages/Sender/index.ts method handleChange (line 48) | handleChange(value: string) { method handleSend (line 55) | handleSend() { method handleChange1 (line 59) | handleChange1(value: string) { method handleSend1 (line 66) | handleSend1() { method handleCancel (line 72) | handleCancel() { method handleChange3 (line 77) | handleChange3(value: string) { method handleSend3 (line 84) | handleSend3() { method addBubble (line 88) | addBubble(value: string) { method handleChange4 (line 95) | handleChange4(value: string) { method onItemTap (line 102) | onItemTap(e) { method handleSend4 (line 109) | handleSend4(val: string) { FILE: copilot-demo/pages/ThoughtChain/index.ts method onContentItemTap (line 53) | onContentItemTap(e) { FILE: copilot/Actions/index.ts method handleTapAction (line 8) | handleTapAction(e) { FILE: copilot/Actions/props.ts type IActionItem (line 4) | interface IActionItem { type IActionsProps (line 15) | interface IActionsProps extends IBaseProps { FILE: copilot/Bubble/index.ts method startTyping (line 15) | startTyping() { method didMount (line 71) | didMount() { method attached (line 76) | attached() { FILE: copilot/Bubble/props.ts type IBubbleProps (line 4) | interface IBubbleProps extends IBaseProps { FILE: copilot/Conversations/index.ts method onTouchStart (line 14) | onTouchStart(e) { method onItemTap (line 20) | onItemTap(e) { method onButtonTap (line 30) | onButtonTap(menu, e) { FILE: copilot/Conversations/props.ts type Conversation (line 5) | interface Conversation { type MenuItem (line 36) | interface MenuItem { type IConversationsProps (line 61) | interface IConversationsProps extends IBaseProps { method onItemTap (line 93) | onItemTap() {} method onMenuItemTap (line 94) | onMenuItemTap() {} FILE: copilot/Prompts/index.sjs.ts function isUrl (line 1) | function isUrl(string) { FILE: copilot/Prompts/index.ts method onItemTap (line 8) | onItemTap(e) { FILE: copilot/Prompts/props.ts type IPromptsItem (line 5) | interface IPromptsItem { type IPromptsProps (line 38) | interface IPromptsProps extends IBaseProps { method onItemTap (line 75) | onItemTap() {} FILE: copilot/Sender/index.ts method handleMainBtn (line 14) | handleMainBtn() { method handleConfirm (line 22) | handleConfirm() { method handleSubmit (line 26) | handleSubmit() { method handleCancel (line 30) | handleCancel() { method handleInput (line 33) | handleInput(e) { method handleFocus (line 36) | handleFocus() { method handleBlur (line 39) | handleBlur() { FILE: copilot/Sender/props.ts type ISenderProps (line 4) | interface ISenderProps extends IBaseProps { FILE: copilot/ThoughtChain/index.sjs.ts function isExpand (line 1) | function isExpand(collapsible, key, foldStatusMap) { function hasExpandArrow (line 11) | function hasExpandArrow(collapsible) { FILE: copilot/ThoughtChain/index.ts method onContentTap (line 15) | onContentTap(e) { method onTitleTap (line 18) | onTitleTap(e) { FILE: copilot/ThoughtChain/props.ts type IThoughtChainItemProps (line 5) | interface IThoughtChainItemProps { type ICollapsibleOptions (line 31) | interface ICollapsibleOptions extends IBaseProps { type IThoughtChainProps (line 41) | interface IThoughtChainProps extends IBaseProps { FILE: copilot/Welcome/index.sjs.ts function isExpand (line 1) | function isExpand(collapsible, key, foldStatusMap) { function hasExpandArrow (line 11) | function hasExpandArrow(collapsible) { FILE: copilot/Welcome/index.ts method onContentTap (line 8) | onContentTap(e) { FILE: copilot/Welcome/props.ts type IWelcomeProps (line 5) | interface IWelcomeProps extends IBaseProps { FILE: demo/components/Calendar/collapse-container/cn-day/index.ts type Props (line 6) | interface Props { method updateData (line 20) | updateData() { method onInit (line 43) | onInit() { method didUpdate (line 46) | didUpdate(prevProps) { method attached (line 54) | attached() { FILE: demo/components/Calendar/collapse-container/index.ts type Props (line 11) | interface Props { method handleToggle (line 30) | handleToggle() { method onInit (line 39) | onInit() { method attached (line 53) | attached() { FILE: demo/components/Form/checklist/index.sjs.ts function getTitle (line 1) | function getTitle(options, value) { FILE: demo/components/Form/checklist/index.ts method showPopup (line 9) | showPopup() { method handlePopupClose (line 14) | handlePopupClose() { method onChange (line 19) | onChange(value, e) { FILE: demo/components/Form/form-json/index.ts method onInit (line 5) | onInit() { method handleRef (line 12) | handleRef(ref) { method submit (line 15) | async submit() { method reset (line 19) | reset() { FILE: demo/components/Form/location/index.sjs.ts function getTitle (line 1) | function getTitle(options, value) { FILE: demo/components/Form/location/index.ts method showPopup (line 10) | showPopup() { method handlePopupClose (line 17) | handlePopupClose() { method onChange (line 22) | onChange(value, e) { FILE: demo/pages/ActionSheet/index.ts method handleOpenBasic (line 55) | handleOpenBasic(e) { method handleCloseBasic (line 62) | handleCloseBasic(e) { method handleAction (line 69) | handleAction(item, index, e) { FILE: demo/pages/Button/index.ts method handleTap (line 2) | handleTap() { method handleDisabledTap (line 16) | handleDisabledTap() { FILE: demo/pages/Calendar/index.ts function demo8Formatter (line 12) | function demo8Formatter(cell) { function demo8MonthFormatter (line 34) | function demo8MonthFormatter(month) { function demoFormatter (line 40) | function demoFormatter(cell, value) { method demo3NextMonth (line 111) | demo3NextMonth() { method demo3PreviousMonth (line 120) | demo3PreviousMonth() { method demo9HandleChange (line 132) | demo9HandleChange(value) { method demo9HandlePreviousDay (line 144) | demo9HandlePreviousDay() { method demo9HandleNextDay (line 149) | demo9HandleNextDay() { method demo9HandleScrollIntoView (line 154) | demo9HandleScrollIntoView() { method onPopupOpen (line 157) | onPopupOpen() { method onPopupClose (line 162) | onPopupClose() { method handleRef (line 167) | handleRef(ref) { FILE: demo/pages/Card/index.ts method handleLinkClick (line 6) | handleLinkClick() { method handleTapFoldBtn (line 15) | handleTapFoldBtn() { method handleTitleSticky (line 19) | handleTitleSticky(status) { FILE: demo/pages/Checkbox/index.sjs.ts function indexOf (line 1) | function indexOf(array, value) { FILE: demo/pages/Checkbox/index.ts method onChange (line 48) | onChange(value, e) { method handleCheckedChange (line 52) | handleCheckedChange(checked) { method handleValueChange (line 65) | handleValueChange(value) { method toggleChange (line 78) | toggleChange() { method handleCustomChange (line 84) | handleCustomChange(checked, e) { FILE: demo/pages/Checklist/index.ts method onChange (line 72) | onChange(v, items, e) { method onChangeControlled (line 75) | onChangeControlled(value) { FILE: demo/pages/Collapse/index.ts method onChange (line 53) | onChange(current) { method addItems (line 56) | addItems() { method onCheckboxChange (line 69) | onCheckboxChange(checked, e) { FILE: demo/pages/ConfigProvider/index.ts method handleTap (line 20) | handleTap() { method handleOk (line 35) | handleOk(value, column, e) { method handleChange (line 39) | handleChange(value, column, e) { method handleTriggerPicker (line 42) | handleTriggerPicker(visible, e) { method handlePickerRangeChange (line 45) | handlePickerRangeChange(type, date, dateStr, e) { FILE: demo/pages/Countdown/index.ts method handleCountdownChange (line 10) | handleCountdownChange(e) { method handleCountdownEnd (line 13) | handleCountdownEnd() { FILE: demo/pages/DatePicker/index.ts method handleFormatLabel (line 17) | handleFormatLabel(type, value) { method handleControlledRangeOk (line 22) | handleControlledRangeOk(value) { method handlePickerChange (line 38) | handlePickerChange(date, dateStr, e) { method handleOk (line 41) | handleOk(date, format, e) { method handlePickerRangeChange (line 44) | handlePickerRangeChange(type, date, dateStr, e) { method handleRangeOk (line 47) | handleRangeOk(date, format, e) { method handleChangeDate (line 51) | handleChangeDate() { method handleTriggerPicker (line 54) | handleTriggerPicker(visible, e) { method handleDismiss (line 58) | handleDismiss(e) { method handleFormatLabel (line 61) | handleFormatLabel(type, value) { method handleTriggerControlledPicker (line 64) | handleTriggerControlledPicker(visible, e) { method changeDateRange (line 80) | changeDateRange() { method handleOpenPicker (line 89) | handleOpenPicker() { method handleTriggerControlledDateRangePicker (line 94) | handleTriggerControlledDateRangePicker(visible, e) { method handleOpenDateRangePicker (line 110) | handleOpenDateRangePicker() { FILE: demo/pages/Dialog/index.ts method onClickActivityModalButton (line 24) | onClickActivityModalButton() { method onButtonTap (line 28) | onButtonTap(buttonItem) { method handleOpen (line 33) | handleOpen(e) { method handleClose (line 37) | handleClose() { method showToast (line 52) | showToast(content: string) { FILE: demo/pages/Empty/index.ts method onClickButton (line 35) | onClickButton(buttonInfo) { FILE: demo/pages/Feedback/index.ts method onVisibleChange1 (line 39) | onVisibleChange1(visible) { method onVisibleChange3 (line 42) | onVisibleChange3(visible) { method onVisibleChange2 (line 45) | onVisibleChange2(visible) { method onVisibleChange4 (line 48) | onVisibleChange4(visible) { method updateVisible (line 51) | updateVisible(field, visible) { method onShowFeedback (line 63) | onShowFeedback(e) { method onTapFeedItem2 (line 69) | onTapFeedItem2(feedItem) { method onTapFeedItem4 (line 84) | onTapFeedItem4(feedItem) { method onTapFeedItem3 (line 99) | onTapFeedItem3(feedItem) { method handleTapItem (line 114) | handleTapItem() { FILE: demo/pages/Footer/index.ts method handleLinkTap (line 36) | handleLinkTap(item) { method handleChipTap (line 50) | handleChipTap(item) { FILE: demo/pages/Form/FormBasic/index.ts method onUpload (line 7) | onUpload(localFile) { method onLoad (line 36) | onLoad() { method handleRef (line 72) | handleRef(ref) { method reset (line 84) | reset() { method update (line 87) | update() { method submit (line 114) | async submit() { method onUpload (line 125) | onUpload(localFile) { method showToast (line 136) | showToast() { method handleCloseToast (line 141) | handleCloseToast() { FILE: demo/pages/Form/FormCustom/index.ts method handleRef (line 16) | handleRef(ref) { method reset (line 19) | reset() { method submit (line 22) | async submit() { FILE: demo/pages/Form/FormCustomError/index.ts method onLoad (line 4) | onLoad() { method handleRef (line 14) | handleRef(ref) { method reset (line 26) | reset() { method submit (line 29) | async submit() { FILE: demo/pages/Form/FormDependency/index.ts method onLoad (line 4) | onLoad() { method handleRef (line 14) | handleRef(ref) { method onChange (line 32) | onChange(value) { method reset (line 45) | reset() { method submit (line 51) | async submit() { FILE: demo/pages/Form/FormDynamic/index.ts method onLoad (line 15) | onLoad() { method handleRef (line 25) | handleRef(ref) { method reset (line 41) | reset() { method add (line 44) | add() { method minus (line 54) | minus(e) { method submit (line 62) | async submit() { FILE: demo/pages/Form/FormImageUploadRules/index.ts method onUpload (line 6) | onUpload(localFile) { method onLoad (line 18) | onLoad() { method handleRef (line 47) | handleRef(ref) { method reset (line 59) | reset() { method submit (line 62) | async submit() { method onUpload (line 73) | onUpload(localFile) { FILE: demo/pages/Form/FormInitialValues/index.ts method onLoad (line 4) | onLoad() { method handleRef (line 21) | handleRef(ref) { method reset (line 34) | reset() { method submit (line 37) | async submit() { FILE: demo/pages/Form/FormInitialValuesAsync/index.ts method onLoad (line 4) | onLoad() { method handleRef (line 50) | handleRef(ref) { method reset (line 63) | reset() { method submit (line 66) | async submit() { FILE: demo/pages/Form/FormJSON/index.ts method onLoad (line 5) | onLoad() { method handleFormJSONRef (line 66) | handleFormJSONRef(ref) { method handleRef (line 71) | handleRef(ref) { method onSuccess (line 74) | onSuccess(values) { FILE: demo/pages/Form/FormLayout/index.ts method onLoad (line 8) | onLoad() { method handleRef (line 18) | handleRef(ref) { method reset (line 30) | reset() { method toggle (line 33) | toggle() { method submit (line 38) | async submit() { FILE: demo/pages/Form/FormMultiple/index.ts method onLoad (line 4) | onLoad() { method handleRef (line 21) | handleRef(ref) { method handleRef2 (line 33) | handleRef2(ref) { method reset (line 45) | reset() { method reset2 (line 48) | reset2() { method submit (line 51) | async submit() { method submit2 (line 61) | async submit2() { FILE: demo/pages/Form/FormReadonly/index.ts method onUpload (line 7) | onUpload(localFile) { method onLoad (line 36) | onLoad() { method handleRef (line 115) | handleRef(ref) { method update (line 128) | update() { method clear (line 157) | clear() { method submit (line 178) | async submit() { method onUpload (line 189) | onUpload(localFile) { method showToast (line 200) | showToast() { method handleCloseToast (line 205) | handleCloseToast() { FILE: demo/pages/Form/FormRules/index.ts method onLoad (line 4) | onLoad() { method handleRef (line 37) | handleRef(ref) { method reset (line 49) | reset() { method fill (line 52) | fill() { method submit (line 57) | async submit() { FILE: demo/pages/Form/FormValidate/index.ts method onLoad (line 4) | onLoad() { method handleRef (line 14) | handleRef(ref) { method reset (line 26) | reset() { method onReady (line 29) | onReady() { method submit (line 39) | async submit() { FILE: demo/pages/Form/FormValidateMessages/index.ts method onLoad (line 14) | onLoad() { method handleRef (line 46) | handleRef(ref) { method reset (line 58) | reset() { method submit (line 61) | async submit() { FILE: demo/pages/Form/FormWatch/index.ts method onLoad (line 4) | onLoad() { method onReady (line 18) | onReady() { method handleRef (line 37) | handleRef(ref) { method reset (line 49) | reset() { method submit (line 56) | async submit() { FILE: demo/pages/Form/index.ts method gotoPage (line 3) | gotoPage(event) { FILE: demo/pages/Grid/index.ts method onLoad (line 117) | onLoad() { method handleTapItem (line 124) | handleTapItem(item) { FILE: demo/pages/GuideTour/index.ts method onChange (line 31) | onChange(index) { method onChangeControlled (line 34) | onChangeControlled(value) { method openTour (line 42) | openTour(e) { method closeTour (line 48) | closeTour() { FILE: demo/pages/Icon/index.ts method handleTap (line 2) | handleTap(e) { FILE: demo/pages/ImageUpload/index.ts function onRemove (line 1) | function onRemove(file) { method onUpload (line 61) | onUpload(file) { method onBeforeUpload (line 71) | onBeforeUpload(localFileList) { method onChange (line 79) | onChange(fileList) { method onPreview (line 83) | onPreview(file) { method onUpload (line 88) | onUpload(file) { method onBeforeUpload (line 98) | onBeforeUpload(localFileList) { method handleControlledChange (line 106) | handleControlledChange(fileList) { method handleUploaderRef (line 119) | handleUploaderRef(ref) { method upload (line 128) | upload() { FILE: demo/pages/IndexBar/index.ts method onLoad (line 39) | onLoad() { method onChange (line 53) | onChange(...args) { FILE: demo/pages/Input/index.ts method onChange (line 6) | onChange(value, e) { method handleChange (line 9) | handleChange(value) { method handleMoney (line 23) | handleMoney(value) { method clear (line 44) | clear() { method handleRefInput (line 49) | handleRefInput(input) { method handleRefTextArea (line 58) | handleRefTextArea(textArea) { method clearByInputRef (line 67) | clearByInputRef() { method clearByTextAreaRef (line 70) | clearByTextAreaRef() { FILE: demo/pages/InputCustom/index.ts method onChange (line 6) | onChange(value, e) { method handleChange (line 9) | handleChange(value) { method handleMoney (line 14) | handleMoney(value) { method clear (line 23) | clear() { method handleRef (line 28) | handleRef(input) { method clearByInputRef (line 31) | clearByInputRef() { FILE: demo/pages/InputSearchBar/index.ts method onChange (line 2) | onChange(value, e) { method onConfirm (line 5) | onConfirm(value) { FILE: demo/pages/InputTextarea/index.ts method onChange (line 8) | onChange(value, e) { method handleChange (line 11) | handleChange(value) { method handleMoney (line 16) | handleMoney(value) { method clear (line 25) | clear() { method handleRef (line 30) | handleRef(input) { method clearByInputRef (line 33) | clearByInputRef() { FILE: demo/pages/InputTextarea/utils.ts function resolveEventValue (line 1) | function resolveEventValue(event) { FILE: demo/pages/List/index.ts method handleTap (line 5) | handleTap(e) { method catchTap (line 15) | catchTap(e) { method handleSetRadius (line 25) | handleSetRadius(checked) { FILE: demo/pages/Modal/index.ts method handleOpen (line 13) | handleOpen(e) { method handleClose (line 17) | handleClose() { method handlePrimaryButtonTap (line 30) | handlePrimaryButtonTap() { method handleSecondaryButtonTap (line 34) | handleSecondaryButtonTap() { method handleCancelButtonTap (line 38) | handleCancelButtonTap() { method showToast (line 43) | showToast(content: string) { FILE: demo/pages/NoticeBar/index.ts method handleTapAction (line 5) | handleTapAction() { method handleTapLink (line 8) | handleTapLink() { method handleClose (line 11) | handleClose() { method showToast (line 14) | showToast(content: string) { FILE: demo/pages/NumberInput/index.ts method handleChange1 (line 10) | handleChange1(val) { method handleChange2 (line 20) | handleChange2(val) { method handleChange3 (line 30) | handleChange3(val) { method handleLinkTap (line 47) | handleLinkTap() { method handleAllWithdraw (line 60) | handleAllWithdraw() { method handleRef (line 63) | handleRef(input) { FILE: demo/pages/NumberKeyboard/index.ts method onTap (line 14) | onTap() { method onTap1 (line 18) | onTap1() { method onTap2 (line 22) | onTap2() { method onTap3 (line 26) | onTap3() { method onTap4 (line 30) | onTap4() { method onTap5 (line 34) | onTap5() { method onTap6 (line 38) | onTap6() { method onTap7 (line 42) | onTap7() { method onNumberFocus (line 45) | onNumberFocus() { method onChange8 (line 48) | onChange8(e) { method onClose8 (line 55) | onClose8() { method onCodeFocus9 (line 59) | onCodeFocus9() { method onChange9 (line 62) | onChange9(e) { method onClose9 (line 69) | onClose9() { FILE: demo/pages/NumberKeyboardAmount/index.ts method onAmountFocus (line 6) | onAmountFocus() { method onChange (line 9) | onChange(e) { method onClose (line 35) | onClose() { FILE: demo/pages/NumberKeyboardCode/index.ts method onCodeFocus (line 6) | onCodeFocus() { method onChange (line 9) | onChange(e) { method onClose (line 16) | onClose() { FILE: demo/pages/NumberKeyboardNumber/index.ts method onNumberFocus (line 6) | onNumberFocus() { method onChange (line 9) | onChange(e) { method onClose (line 15) | onClose() { FILE: demo/pages/PageContainer/index.ts method onLoad (line 7) | onLoad() { method handleRefresh (line 14) | handleRefresh() { method handleSwitchToDisconnected (line 33) | handleSwitchToDisconnected() { method handleSwitchToEmpty (line 41) | handleSwitchToEmpty() { method handleSwitchToBusy (line 49) | handleSwitchToBusy() { method handleSwitchToCustom (line 57) | handleSwitchToCustom() { method handleSwitchToNormal (line 66) | handleSwitchToNormal() { method handleToggleSafeArea (line 74) | handleToggleSafeArea(e) { FILE: demo/pages/Picker/index.ts method handleDismiss (line 74) | handleDismiss(e) { method handleClearControlled (line 82) | handleClearControlled() { method handleChangeControlled (line 87) | handleChangeControlled() { method handleControlledOk (line 92) | handleControlledOk(value) { method handleOk (line 104) | handleOk(value, column, e) { method handleChange (line 108) | handleChange(value, column, e) { method formatTime (line 112) | formatTime(value, column) { method handleOnOk (line 116) | handleOnOk(value, column) { method handleTriggerPicker (line 119) | handleTriggerPicker(visible, e) { method handleTriggerControlledPicker (line 122) | handleTriggerControlledPicker(visible, e) { method handleOpenPicker (line 138) | handleOpenPicker() { method handleCascaderPickerChange (line 146) | handleCascaderPickerChange(cascaderValue, selectedOption, e) { method handleCascaderOnOk (line 149) | handleCascaderOnOk(cascaderValue, selectedOption, e) { method handleCascaderControlledOk (line 152) | handleCascaderControlledOk(cascaderValue, selectedOption, e) { method handleCascaderChangeControlled (line 162) | handleCascaderChangeControlled() { method handleCascaderClearControlled (line 165) | handleCascaderClearControlled() { method handleCascaderTriggerControlledPicker (line 168) | handleCascaderTriggerControlledPicker(visible, e) { method handleCascaderOpenPicker (line 183) | handleCascaderOpenPicker() { FILE: demo/pages/Popover/index.ts method onVisibleChange (line 19) | onVisibleChange(visible, e) { method onControlledVisibleChange (line 22) | onControlledVisibleChange(visible) { method handleVisibleChange (line 27) | handleVisibleChange() { method onTapAction (line 32) | onTapAction() { FILE: demo/pages/PopoverList/index.ts method handleVisibleChange (line 33) | handleVisibleChange(visible, e) { method handleVisibleChange2 (line 42) | handleVisibleChange2(visible, e) { method handleTapItem (line 51) | handleTapItem(e, item) { method handleTapItem2 (line 63) | handleTapItem2(e, item) { FILE: demo/pages/Popup/index.ts method onClickBack (line 10) | onClickBack() { method handlePopupClose (line 13) | handlePopupClose() { method handleShowBasic (line 22) | handleShowBasic(e) { method handleShowScroll (line 29) | handleShowScroll() { method handleShowSlot (line 32) | handleShowSlot() { method handleChangeAnimation (line 35) | handleChangeAnimation(checked) { method handleShowCustomize (line 44) | handleShowCustomize() { method handleShowTopImage (line 47) | handleShowTopImage() { method showToast (line 50) | showToast(content) { FILE: demo/pages/Postscript/index.ts method handleChange (line 15) | handleChange(val) { FILE: demo/pages/Progress/index.ts method handleIncrease (line 9) | handleIncrease() { method handleReduce (line 15) | handleReduce() { FILE: demo/pages/Radio/index.ts method onChange (line 17) | onChange(value, e) { method handleChange (line 20) | handleChange(checked) { method onRadioGroupChange (line 33) | onRadioGroupChange(value, e) { method handleRadioGroupChange (line 36) | handleRadioGroupChange(value) { FILE: demo/pages/RareWordsKeyboard/index.ts method onInputChange (line 8) | onInputChange(value) { method onTap (line 15) | onTap() { method onClose (line 19) | onClose() { method onTap2 (line 23) | onTap2() { method onClose2 (line 26) | onClose2() { method onTap3 (line 30) | onTap3() { method onClose3 (line 33) | onClose3() { method onChange (line 36) | onChange(value) { method onKeyBoardError (line 43) | onKeyBoardError(err) { FILE: demo/pages/Rate/index.ts method onChange (line 5) | onChange(value) { method handleChange (line 8) | handleChange(value) { FILE: demo/pages/Result/index.ts method handleTabBtn (line 14) | handleTabBtn(e) { FILE: demo/pages/SelectContact/index.ts method onError (line 7) | onError() {} method onLoad (line 9) | onLoad() { method onSelect (line 20) | onSelect(user) { method onError (line 34) | onError(error) { FILE: demo/pages/Selector/index.ts method handleChangeValue (line 68) | handleChangeValue() { method handleChange (line 73) | handleChange(value, items, e) { method onSelectMin (line 86) | onSelectMin(value, item) { method onSelectMax (line 101) | onSelectMax() { method handleSelectorFilterChange (line 114) | handleSelectorFilterChange(value, items, e) { method onTapItem (line 117) | onTapItem(e) { FILE: demo/pages/Skeleton/index.ts method handleToggleShowLoading (line 8) | handleToggleShowLoading() { FILE: demo/pages/Slider/index.ts method onChange (line 5) | onChange(value, e) { method onAfterChange (line 8) | onAfterChange(value, e) { method handleChange (line 24) | handleChange(value, e) { FILE: demo/pages/Stepper/index.ts method onChange (line 3) | onChange(value) { method onFocus (line 6) | onFocus(value) { method onConfirm (line 9) | onConfirm(value) { method onBlur (line 12) | onBlur(value) { method handleChange (line 15) | handleChange(value) { method add (line 30) | add() { method minus (line 35) | minus() { method clear (line 40) | clear() { method handleAddValue (line 45) | handleAddValue() { method handleMinusValue (line 48) | handleMinusValue() { method handleDisabledTap (line 51) | handleDisabledTap(e) { FILE: demo/pages/Steps/index.ts method onNextTap (line 38) | onNextTap() { method onPrevTap (line 53) | onPrevTap() { FILE: demo/pages/Sticky/index.ts method handleStickyChange (line 6) | handleStickyChange(status) { method handleStickyChange1 (line 14) | handleStickyChange1(status) { FILE: demo/pages/SwipeAction/index.ts method onSwipeStart (line 81) | onSwipeStart() { method onSwipeEnd (line 84) | onSwipeEnd(args1, args2) { method onButtonTap (line 99) | onButtonTap(data, e) { FILE: demo/pages/SwipeAction/slice.sjs.ts function sliceButton (line 1) | function sliceButton(rightBtns, index) { FILE: demo/pages/SwipeActionAnimation/index.ts method onSwipeStart (line 22) | onSwipeStart() { method onSwipeEnd (line 25) | onSwipeEnd(args1, args2) { method onButtonTap (line 40) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionLeft/index.ts method onSwipeStart (line 22) | onSwipeStart() { method onSwipeEnd (line 25) | onSwipeEnd(args1, args2) { method onButtonTap (line 40) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionLeftRight/index.ts method onSwipeStart (line 22) | onSwipeStart() { method onSwipeEnd (line 25) | onSwipeEnd(args1, args2) { method onButtonTap (line 40) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionMove/index.ts method onSwipeStart (line 24) | onSwipeStart() { method onSwipeEnd (line 27) | onSwipeEnd(args1, args2) { method onButtonTap (line 42) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionNumber/index.ts method onSwipeStart (line 22) | onSwipeStart() { method onSwipeEnd (line 25) | onSwipeEnd(args1, args2) { method onButtonTap (line 40) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionNumber/slice.sjs.ts function sliceButton (line 1) | function sliceButton(rightBtns, index) { FILE: demo/pages/SwipeActionSlot/index.ts method onSwipeStart (line 44) | onSwipeStart() { method onSwipeEnd (line 47) | onSwipeEnd(args1, args2) { method onButtonTap (line 61) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionSpeed/index.ts method onSwipeStart (line 22) | onSwipeStart() { method onSwipeEnd (line 25) | onSwipeEnd(args1, args2) { method onButtonTap (line 40) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionTap/index.ts method onSwipeStart (line 24) | onSwipeStart() { method onSwipeEnd (line 27) | onSwipeEnd(args1, args2) { method onButtonTap (line 42) | onButtonTap(data, e) { FILE: demo/pages/SwipeActionWidth/index.ts method onSwipeStart (line 24) | onSwipeStart() { method onSwipeEnd (line 27) | onSwipeEnd(args1, args2) { method onButtonTap (line 42) | onButtonTap(data, e) { FILE: demo/pages/Switch/index.ts method onChange (line 5) | onChange(checked, e) { method handleChange (line 8) | handleChange(checked, e) { method handleChangeByButton (line 20) | handleChangeByButton() { FILE: demo/pages/TabBar/index.ts method handleChange (line 76) | handleChange(index) { FILE: demo/pages/Table/index.ts function getRandomNumber (line 16) | function getRandomNumber(n) { FILE: demo/pages/Tabs/TabsElevator/index.ts method updateRect (line 38) | async updateRect() { method onReady (line 46) | async onReady() { method onTap (line 49) | onTap() { method onChange (line 57) | onChange(current) { method onTouchStart (line 70) | onTouchStart() { method onScroll (line 73) | onScroll(e) { method getBoundingClientRect (line 93) | getBoundingClientRect(id) { method getInstanceBoundingClientRect (line 99) | getInstanceBoundingClientRect(instance, selector) { FILE: demo/pages/Tabs/TabsVerticalElevator/index.ts method updateRect (line 13) | async updateRect() { method onReady (line 21) | async onReady() { method onChange (line 24) | onChange(current) { method onTouchStart (line 37) | onTouchStart() { method onScroll (line 40) | onScroll(e) { method getBoundingClientRect (line 61) | getBoundingClientRect(id) { method getInstanceBoundingClientRect (line 67) | getInstanceBoundingClientRect(instance, selector) { FILE: demo/pages/Tabs/index.ts method onLoad (line 45) | onLoad() { method onChange (line 56) | onChange(current) { method handleChange (line 64) | handleChange(current) { method onPlus (line 73) | onPlus() { method alert (line 76) | alert(content) { method onPrevTap (line 90) | onPrevTap() { method onNextTap (line 102) | onNextTap() { method onAddTap (line 114) | onAddTap() { method onMinusTap (line 125) | onMinusTap() { method updateRect (line 137) | async updateRect() { method onReady (line 145) | async onReady() { method onTouchStart (line 149) | onTouchStart() { method onScroll (line 152) | onScroll(e) { FILE: demo/pages/Terms/Fixed/index.ts method handleButtonTap (line 21) | handleButtonTap(item, index, checked, event) { method handleTermTap (line 31) | handleTermTap(item, index, event) { FILE: demo/pages/Terms/index.ts method handleButtonTap (line 51) | handleButtonTap(item, index, checked, event) { method handleButton2Tap (line 61) | handleButton2Tap(item, index, checked) { method handleTermTap (line 69) | handleTermTap(item, index, event) { method handleCheckChange (line 79) | handleCheckChange(checked) { method handleTermPrefixTap (line 94) | handleTermPrefixTap(checked) { method handleCountdownFinish (line 109) | handleCountdownFinish(item, index) { method handleReadChange (line 119) | handleReadChange(current) { method onReady (line 132) | async onReady() { method onImageLoad (line 135) | async onImageLoad() { method updateRect (line 138) | async updateRect() { method onTouchStart (line 146) | onTouchStart() { method onScroll (line 149) | onScroll(e) { method onScrollToLower (line 170) | onScrollToLower() { method getBoundingClientRect (line 173) | getBoundingClientRect(id) { method getInstanceBoundingClientRect (line 179) | getInstanceBoundingClientRect(instance, selector) { FILE: demo/pages/Toast/index.ts method handleShowToast (line 15) | handleShowToast(e) { method handleCloseToast (line 35) | handleCloseToast(e) { FILE: demo/pages/Typography/index.ts method handleTap (line 3) | handleTap(e) { method handleDisabledTap (line 35) | handleDisabledTap(e) { FILE: demo/pages/Voucher/index.ts method onTap (line 104) | onTap(item, event) { method onVoucherTap (line 112) | onVoucherTap(item, event) { FILE: demo/pages/index/index.ts method onShow (line 10) | onShow() { method onClearSearch (line 16) | onClearSearch() { method onSearch (line 22) | onSearch(e) { method listPress (line 44) | listPress(e) { FILE: scripts/build.js function buildMiniProgram (line 8) | async function buildMiniProgram() { function buildDocs (line 56) | function buildDocs() { function getPagesSourceCode (line 80) | async function getPagesSourceCode(pages, theme, platform) { function buildPreview (line 97) | async function buildPreview(theme = 'default') { FILE: scripts/compile.js function series (line 10) | function series(tasks, output) { FILE: scripts/copy.ts function copyDirSourceCode (line 7) | function copyDirSourceCode(sourceDir: string) { function tryRead (line 130) | function tryRead(filePath: string) { function markdownCode (line 138) | function markdownCode(content: string) { FILE: scripts/create-config.js function getFilesWithIdentifiers (line 6) | function getFilesWithIdentifiers(dir) { function createConfig (line 36) | async function createConfig() { FILE: scripts/generate.ts function readFile (line 8) | function readFile(filePath) { function parseSrc (line 18) | function parseSrc(fileName, sourceRoot, targetRoot) { FILE: scripts/getSourceCode.js function getFileContent (line 6) | function getFileContent(file) { function lessCompile (line 10) | function lessCompile(filename, theme) { FILE: scripts/mini-compiler.ts type PlatformType (line 19) | type PlatformType = 'WECHAT' | 'ALIPAY'; constant ALL_PLATFORMS (line 21) | const ALL_PLATFORMS: PlatformType[] = ['WECHAT', 'ALIPAY']; type MiniProgramSourceCompileOption (line 23) | interface MiniProgramSourceCompileOption { type FilePrecess (line 46) | type FilePrecess = (old: string) => Promise | string; type TransFormFactory (line 48) | type TransFormFactory = (handler) => any; function miniCompiler (line 64) | function miniCompiler(option: MiniProgramSourceCompileOption) { function buildDefVar (line 338) | function buildDefVar( function createPlatformBuildOption (line 358) | function createPlatformBuildOption( function compilePlatformComponents (line 380) | function compilePlatformComponents( function compileAntdMini (line 511) | async function compileAntdMini(watch: boolean) { FILE: scripts/publishRC.js function main (line 5) | async function main() { FILE: scripts/publishUtils.js constant PKG_JSON_PATH (line 4) | const PKG_JSON_PATH = `${cwd()}/package.json`; function generateSematicVersion (line 11) | function generateSematicVersion(tag, versionLevel, currentVersion) { function getVersion (line 55) | function getVersion(depName = 'antd-mini') { function genNewVersion (line 82) | function genNewVersion(tag, currentVersion) { function npmPublish (line 110) | function npmPublish(oldVersion, newVersion, tag) { function doPublish (line 135) | function doPublish(tag, newVersion) { function writePkgJson (line 147) | function writePkgJson(str) { function publish (line 152) | function publish(npmName, tag, version) { function updatePkgJson (line 163) | function updatePkgJson(npmName, version) { function gitSync (line 170) | function gitSync(newVersion) { FILE: scripts/quick-release.js function log (line 65) | function log(message, type = 'info') { function execCommand (line 84) | function execCommand(command, description) { function main (line 111) | async function main() { FILE: scripts/todo.ts function check (line 4) | async function check() { FILE: scripts/transform.ts function transformExt (line 36) | function transformExt(originalExt: string, newExt: string) { FILE: scripts/tsxjs/babel-plugin-export-default-to-module-exports.ts function exportDefaultToModuleExports (line 3) | function exportDefaultToModuleExports() { FILE: scripts/tsxjs/index.ts function transformTsxJS (line 4) | async function transformTsxJS( FILE: scripts/tsxml/context.ts type ITransformContext (line 8) | interface ITransformContext { class TransformError (line 31) | class TransformError extends Error { method constructor (line 32) | constructor(public ctx: string, message?: string) { class TransformContext (line 37) | class TransformContext method toHtml (line 41) | static async toHtml(vnode: any): Promise { method formatAxml (line 47) | static formatAxml(axml: string) { method format (line 59) | static format(axml: string) { method create (line 73) | static create( method node (line 81) | get node(): T { method platform (line 85) | public get platform(): PlatformConfig { method constructor (line 89) | private constructor( method extends (line 96) | extends( method throw (line 103) | throw(child: types.Node, message?: string): TransformError { method h (line 109) | h(tagName: string, props: any, ...children: any[]): any { method toAxmlExpression (line 113) | toAxmlExpression(disableFormatWhenMultipleLine: boolean): string { method toAxmlObject (line 131) | toAxmlObject() { method getAttrName (line 139) | getAttrName(tagName: string, name: string): string { method getTagName (line 153) | getTagName(tagName: string): string { method if (line 157) | if() { method for (line 160) | for() { method else (line 163) | else(): string { method elseif (line 166) | elseif(): string { method forIndex (line 169) | forIndex(): string { method forItem (line 172) | forItem(): string { method forKey (line 175) | forKey(): string { method getFrame (line 178) | getFrame() { FILE: scripts/tsxml/fixtures/event.tsx type Props (line 3) | interface Props { FILE: scripts/tsxml/fixtures/if.tsx type Props (line 3) | interface Props { FILE: scripts/tsxml/fixtures/index.tsx type Props (line 3) | interface Props { FILE: scripts/tsxml/fixtures/sjs.sjs.js function format (line 1) | function format(a) { FILE: scripts/tsxml/fixtures/sjs.tsx type Props (line 4) | interface Props { FILE: scripts/tsxml/h.ts type Children (line 1) | type Children = Node | string; type Node (line 2) | interface Node { function h (line 8) | function h(tagName: string, props: any, ...children: any[]) { function toHtml (line 16) | function toHtml(vNode: Node | Children | Array) { FILE: scripts/tsxml/index.spec.ts function textTsXml (line 9) | async function textTsXml(fixtureName: string) { FILE: scripts/tsxml/parser.ts function getJSXElementName (line 5) | function getJSXElementName( function getJSXAttributeName (line 19) | function getJSXAttributeName( function tsxmlToAxml (line 33) | async function tsxmlToAxml(ctx: ITransformContext) { type NodeAttr (line 55) | interface NodeAttr { function transformJSXElement (line 60) | function transformJSXElement(ctx: ITransformContext) { function findForKey (line 272) | function findForKey(_arrowFunction: types.Node, ctx) { function transformAttrExpression (line 297) | function transformAttrExpression(ctx: ITransformContext) { FILE: scripts/tsxml/platform.ts type PlatformConfig (line 158) | interface PlatformConfig { FILE: scripts/tsxml/utils.ts function getAxmlArrowFunctionExpression (line 5) | function getAxmlArrowFunctionExpression( function parseCode (line 23) | function parseCode(content: string) { type XmlScript (line 31) | interface XmlScript { function parseXmlScript (line 36) | function parseXmlScript( FILE: scripts/verifyCommitMsg.js constant REG (line 3) | const REG = /^(revert: )?(feat|fix|docs|style|refactor|perf|workflow|bui... FILE: src/ActionSheet/index.sjs.ts function isIconMode (line 1) | function isIconMode(actions) { FILE: src/ActionSheet/index.ts method onAction (line 12) | onAction(e: IPlatformEvent) { method onClose (line 22) | onClose(e: IPlatformEvent) { FILE: src/ActionSheet/props.ts type IActionItem (line 3) | interface IActionItem { type IActionSheetProps (line 13) | interface IActionSheetProps extends IBaseProps { FILE: src/Alphabet/index.ts method onTouchStart (line 20) | onTouchStart(e: any) { method onTouchMove (line 43) | onTouchMove(e: any) { method onTouchEnd (line 72) | onTouchEnd() { method onAlphabetClick (line 79) | onAlphabetClick(item: string) { FILE: src/AutoResize/index.ts method getInstance (line 12) | getInstance() { method getBoundingClientRect (line 18) | async getBoundingClientRect(query: string) { method adjustFontSize (line 21) | adjustFontSize() { method checkTextOverflow (line 46) | checkTextOverflow() { method didMount (line 77) | didMount() { method attached (line 82) | attached() { FILE: src/AutoResize/props.ts type IAutoResizeProps (line 8) | interface IAutoResizeProps extends IBaseProps { FILE: src/Avatar/index.sjs.ts function getClass (line 1) | function getClass(size) { FILE: src/Avatar/props.ts type IAvatarProps (line 6) | interface IAvatarProps extends IBaseProps { FILE: src/Badge/index.sjs.ts function setPositionStyle (line 1) | function setPositionStyle( function setBubbleStyle (line 29) | function setBubbleStyle(type, position) { function getOverCount (line 45) | function getOverCount(text) { FILE: src/Badge/props.ts type IBadgeProps (line 6) | interface IBadgeProps extends IBaseProps { FILE: src/Button/index.sjs.ts function getClass (line 1) | function getClass(size) { function getHoverClass (line 9) | function getHoverClass(loading, type, activeClassName) { function isAide (line 23) | function isAide(aide, type) { FILE: src/Button/index.ts method onTap (line 44) | onTap(e) { method catchTap (line 55) | catchTap(e) { method onGetAuthorize (line 66) | onGetAuthorize(e) { method onFollowLifestyle (line 71) | onFollowLifestyle(e) { method onError (line 76) | onError(e) { method onGetUserInfo (line 81) | onGetUserInfo(e) { method onGetPhoneNumber (line 86) | onGetPhoneNumber(e) { FILE: src/Button/props.ts type IButtonProps (line 10) | interface IButtonProps extends IBaseProps { FILE: src/Calendar/helper.sjs.ts function keys (line 3) | function keys(obj) { function getClassName (line 21) | function getClassName(value, index, showSelectableDatesOnly) { function getSpaceClassName (line 56) | function getSpaceClassName(index, items) { function getMarkCellClassName (line 74) | function getMarkCellClassName(index, items) { function isDisplay (line 81) | function isDisplay(index, items) { FILE: src/Calendar/index.ts method getInstance (line 40) | getInstance() { method getBoundingClientRect (line 46) | async getBoundingClientRect(query: string) { method scrollIntoView (line 49) | scrollIntoView(value) { method clickCell (line 52) | clickCell(e) { method setCurrentMonth (line 83) | setCurrentMonth(e) { method measurement (line 86) | measurement() { method measurementFn (line 94) | measurementFn() { method updateScrollIntoViewId (line 125) | updateScrollIntoViewId(id) { method updateValue (line 133) | updateValue(newValue: CalendarValue) { method updateData (line 139) | updateData() { method didMount (line 223) | didMount() { method didUpdate (line 238) | didUpdate(prevProps, prevData) { method attached (line 253) | attached() { FILE: src/Calendar/props.ts type CalendarDate (line 4) | interface CalendarDate { type LocaleText (line 10) | interface LocaleText { type CellState (line 38) | interface CellState { type CalendarValue (line 88) | type CalendarValue = number | number[]; type SelectionMode (line 89) | type SelectionMode = 'single' | 'range'; type ICalendarProps (line 91) | interface ICalendarProps extends IBaseProps { method onChange (line 164) | onChange() {} FILE: src/Calendar/scroll.sjs.ts function handleScroll (line 2) | function handleScroll(event, ownerComponent) { FILE: src/Calendar/utils.ts function getMonthListFromRange (line 5) | function getMonthListFromRange(start: Dayjs, end: Dayjs): Dayjs[] { function defaultMonthRange (line 17) | function defaultMonthRange(): [number, number] { function getDate (line 29) | function getDate(month: Dayjs, weekStartsOn: string): Dayjs[] { function renderCells (line 53) | function renderCells( function getSelectionModeFromValue (line 164) | function getSelectionModeFromValue( function getScrollIntoViewId (line 177) | function getScrollIntoViewId(value: CalendarValue) { FILE: src/Card/index.ts method handleTapFoldBtn (line 19) | handleTapFoldBtn(e) { method handleTapCardHeader (line 29) | handleTapCardHeader(e) { method handleTapLink (line 39) | handleTapLink(e) { method handleStickyChange (line 43) | handleStickyChange(status) { method onInit (line 49) | onInit() { method didUpdate (line 62) | didUpdate(prevProps) { method attached (line 72) | attached() { FILE: src/Card/props.ts type ICardProps (line 1) | interface ICardProps { type ICardConfig (line 17) | interface ICardConfig { FILE: src/Checkbox/CheckboxGroup/index.ts method onChange (line 8) | onChange(args, e) { method transformValue (line 36) | transformValue(val) { FILE: src/Checkbox/CheckboxGroup/props.ts type ICheckboxGroupProps (line 3) | interface ICheckboxGroupProps extends IBaseProps { FILE: src/Checkbox/index.sjs.ts function getClassName (line 1) | function getClassName(checked, disabled) { function getCheckboxChecked (line 16) | function getCheckboxChecked(item, value) { FILE: src/Checkbox/index.ts method onInit (line 11) | onInit() { method onChange (line 17) | onChange(e) { FILE: src/Checkbox/props.ts type ICheckboxProps (line 6) | interface ICheckboxProps extends IBaseProps { FILE: src/Checklist/ChecklistItem/index.ts method onChecklistItemClick (line 7) | onChecklistItemClick() { FILE: src/Checklist/ChecklistItem/props.ts type IChecklistItemProps (line 8) | interface IChecklistItemProps extends IBaseProps { FILE: src/Checklist/index.sjs.ts function getChecked (line 1) | function getChecked(value, values, multiple) { FILE: src/Checklist/index.ts method onChange (line 12) | onChange(item) { method transformValue (line 52) | transformValue(val) { FILE: src/Checklist/props.ts type ChecklistItem (line 7) | interface ChecklistItem { type IChecklistProps (line 32) | interface IChecklistProps extends IBaseProps { FILE: src/Collapse/index.sjs.ts function isActive (line 1) | function isActive(current, index, disabled) { function getStyleHeight (line 8) | function getStyleHeight(index, contentHeight, disabled) { FILE: src/Collapse/index.ts method getInstance (line 13) | getInstance() { method getBoundingClientRectWithBuilder (line 19) | async getBoundingClientRectWithBuilder(builder: (id: string) => string) { method formatCurrent (line 25) | formatCurrent(val: number[], props) { method onChange (line 39) | onChange(e) { method updateContentHeight (line 66) | async updateContentHeight(prevCurrent: number[], nextCurrent: number[]) { method resetContentHeight (line 117) | resetContentHeight(e) { method transformValue (line 134) | transformValue(current, extra) { method didUpdate (line 148) | didUpdate(prevProps, prevData) { method didMount (line 157) | didMount() { method attached (line 183) | attached() { FILE: src/Collapse/props.ts type ICollapseProps (line 6) | interface ICollapseProps extends IBaseProps { FILE: src/ConfigProvider/index.ts method update (line 25) | update() { method convertThemeVarsToCSSVars (line 45) | convertThemeVarsToCSSVars(themeVars: Record) { method onInit (line 63) | onInit() { method attached (line 68) | attached() { FILE: src/ConfigProvider/props.ts type IConfigProviderProps (line 9) | interface IConfigProviderProps extends IBaseProps { FILE: src/Container/props.ts type IContainerProps (line 7) | interface IContainerProps extends IBaseProps { FILE: src/Countdown/index.ts method init (line 23) | init() { method countdown (line 97) | countdown( method onInit (line 171) | onInit() { method didUnmount (line 174) | didUnmount() { method didUpdate (line 178) | didUpdate(prevProps) { method attached (line 188) | attached() { method detached (line 191) | detached() { FILE: src/Countdown/props.ts type ICountdownProps (line 1) | interface ICountdownProps { FILE: src/DatePicker/RangePicker/index.ts method isVisibleControlled (line 44) | isVisibleControlled() { method computed (line 52) | computed() { method getMin (line 66) | getMin(min) { method getMax (line 70) | getMax(max) { method setCurrentValue (line 74) | setCurrentValue(currentProps, forceUpdate = false) { method generateData (line 166) | generateData(currentValue, currentProps) { method onChange (line 191) | onChange(selectedIdx) { method onCancel (line 255) | onCancel(e) { method onOk (line 259) | onOk() { method onFormatLabel (line 271) | onFormatLabel(type, value) { method defaultFormatLabel (line 279) | defaultFormatLabel(type, value) { method defaultFormat (line 290) | defaultFormat(date, valueStrs) { method onFormat (line 300) | onFormat() { method onVisibleChange (line 328) | onVisibleChange(visible) { method onChangeCurrentPickerType (line 336) | onChangeCurrentPickerType(e) { method transformValue (line 349) | transformValue(value) { method didMount (line 362) | didMount() { method didUpdate (line 374) | didUpdate(prevProps, prevData) { method created (line 401) | created() { FILE: src/DatePicker/RangePicker/props.ts type PickerValue (line 3) | type PickerValue = [Date, Date]; type IDateRangePickerProps (line 7) | interface IDateRangePickerProps extends IBaseProps { FILE: src/DatePicker/index.ts method isVisibleControlled (line 35) | isVisibleControlled() { method getCurrentValueWithCValue (line 44) | getCurrentValueWithCValue(currentProps) { method getMin (line 108) | getMin(min) { method getMax (line 112) | getMax(max) { method setCurrentValue (line 118) | setCurrentValue(currentProps) { method generateData (line 142) | generateData(currentValue, currentProps) { method onFormatLabel (line 165) | onFormatLabel(type, value) { method defaultFormatLabel (line 173) | defaultFormatLabel(type, value) { method onChange (line 184) | onChange(selectedIdx) { method onCancel (line 233) | onCancel(e) { method onOk (line 237) | onOk() { method defaultFormat (line 246) | defaultFormat(value, valueStr) { method onFormat (line 253) | onFormat() { method onVisibleChange (line 271) | onVisibleChange(visible) { method transformValue (line 282) | transformValue(value) { method onInit (line 292) | onInit() { method didUpdate (line 303) | didUpdate(prevProps, prevData) { method created (line 331) | created() { FILE: src/DatePicker/props.ts type PickerValue (line 3) | type PickerValue = Date | string | number; type IDatePickerProps (line 7) | interface IDatePickerProps extends IBaseProps { FILE: src/DatePicker/util.ts function getArray (line 3) | function getArray(start, end, format) { function getYears (line 20) | function getYears(min: Dayjs, max: Dayjs, format) { function getMonths (line 24) | function getMonths(min: Dayjs, max: Dayjs, currentPicker: Dayjs, format) { function getDates (line 47) | function getDates(min: Dayjs, max: Dayjs, currentPicker: Dayjs, format) { function getHours (line 59) | function getHours(min: Dayjs, max: Dayjs, currentPicker: Dayjs, format) { function getMinutes (line 70) | function getMinutes(min: Dayjs, max: Dayjs, currentPicker: Dayjs, format) { function getSeconds (line 81) | function getSeconds(min: Dayjs, max: Dayjs, currentPicker: Dayjs, format) { function getRangeData (line 92) | function getRangeData( function getDateByValue (line 135) | function getDateByValue(value) { function getValueByDate (line 145) | function getValueByDate( function getValidValue (line 172) | function getValidValue(value) { function isEqualDate (line 188) | function isEqualDate(date1, date2) { FILE: src/Dialog/index.sjs.ts function getDirection (line 1) | function getDirection( FILE: src/Dialog/index.ts method onClose (line 12) | onClose() { method onMaskClose (line 15) | onMaskClose() { method onButtonTap (line 21) | onButtonTap(e) { method onPrimaryButtonTap (line 32) | onPrimaryButtonTap() { method onSecondaryButtonTap (line 35) | onSecondaryButtonTap() { method onCancelButtonTap (line 38) | onCancelButtonTap() { FILE: src/Dialog/props.ts type Button (line 7) | interface Button { type Footer (line 27) | interface Footer { type IDialogProps (line 37) | interface IDialogProps extends IBaseProps { FILE: src/Divider/props.ts type IDividerProps (line 3) | interface IDividerProps extends IBaseProps { FILE: src/Empty/index.ts method onClickButton (line 7) | onClickButton(e: IPlatformEvent) { FILE: src/Empty/props.ts type Button (line 7) | interface Button { type IEmptyProps (line 18) | interface IEmptyProps extends IBaseProps { FILE: src/Feedback/index.ts method handleVisibleChange (line 11) | handleVisibleChange(visible, e) { method onTapFeedItem (line 14) | onTapFeedItem(e) { method maskClick (line 18) | maskClick(e) { FILE: src/Feedback/props.ts type FeedItem (line 7) | interface FeedItem { type IFeedbackProps (line 25) | interface IFeedbackProps extends IBaseProps { FILE: src/Footer/index.ts method onTapLink (line 7) | onTapLink(e) { method onTapChip (line 11) | onTapChip(e) { FILE: src/Footer/props.ts type ActionItem (line 3) | type ActionItem = { type IProps (line 8) | interface IProps extends IBaseProps { method onLinkTap (line 51) | onLinkTap() {} method onChipTap (line 52) | onChipTap() {} FILE: src/Form/FormCascaderPicker/index.ts method onOk (line 24) | onOk(value, option, e) { method onPickerChange (line 29) | onPickerChange(value, option, e) { method onVisibleChange (line 37) | onVisibleChange(visible, e) { method onDismissPicker (line 40) | onDismissPicker(e) { method onChange (line 43) | onChange(value, options, e) { method handleFormat (line 46) | handleFormat(value, option) { method attached (line 55) | attached() { FILE: src/Form/FormCascaderPicker/props.ts type FormCascaderPickerProps (line 7) | interface FormCascaderPickerProps extends ICascaderProps, FormItemProps { FILE: src/Form/FormCheckboxGroup/index.ts method onChange (line 9) | onChange(value, e) { FILE: src/Form/FormCheckboxGroup/props.ts type FormCheckboxGroupProps (line 7) | interface FormCheckboxGroupProps FILE: src/Form/FormDatePicker/index.ts method onOk (line 24) | onOk(date, dateStr, e) { method onPickerChange (line 34) | onPickerChange(date, dateStr, e) { method onVisibleChange (line 42) | onVisibleChange(visible, e) { method onDismissPicker (line 45) | onDismissPicker(e) { method handleFormat (line 49) | handleFormat(date, dateStr) { method handleFormatLabel (line 55) | handleFormatLabel(type, value) { method attached (line 64) | attached() { FILE: src/Form/FormDatePicker/props.ts type FormDatePickerProps (line 7) | interface FormDatePickerProps extends IDatePickerProps, FormItemProps { FILE: src/Form/FormImageUpload/index.ts method handleRef (line 9) | handleRef(imageUpload) { method onChange (line 17) | onChange(value) { method onPreview (line 21) | onPreview(file) { method onChooseImageError (line 24) | onChooseImageError(err) { method handleUpload (line 28) | handleUpload(localFile) { method handleRemove (line 35) | handleRemove(file) { method handleBeforeUpload (line 41) | handleBeforeUpload(localFileList) { method setFormData (line 52) | setFormData(this: any, values) { method attached (line 67) | attached() { FILE: src/Form/FormImageUpload/props.ts type FormImageUploadProps (line 7) | interface FormImageUploadProps FILE: src/Form/FormInput/index.ts method handleRef (line 9) | handleRef(input) { method onChange (line 17) | onChange(value, e) { method onBlur (line 21) | onBlur(value, e) { method onFocus (line 25) | onFocus(value, e) { method onConfirm (line 28) | onConfirm(value, e) { method setFormData (line 35) | setFormData(this: any, values) { FILE: src/Form/FormInput/props.ts type FormInputProps (line 4) | interface FormInputProps FILE: src/Form/FormItem/index.ts method attached (line 7) | attached() { FILE: src/Form/FormItem/props.ts type FormItemProps (line 4) | interface FormItemProps extends IBaseProps { FILE: src/Form/FormPicker/index.ts method onOk (line 24) | onOk(value, column, e) { method onChange (line 29) | onChange(value, column, e) { method onVisibleChange (line 32) | onVisibleChange(visible, e) { method onDismissPicker (line 35) | onDismissPicker(e) { method handleFormat (line 39) | handleFormat(value, column) { method attached (line 48) | attached() { FILE: src/Form/FormPicker/props.ts type FormPickerProps (line 4) | interface FormPickerProps extends IPickerProps, FormItemProps { FILE: src/Form/FormRadioGroup/index.ts method onChange (line 9) | onChange(value, e) { FILE: src/Form/FormRadioGroup/props.ts type FormRadioGroupProps (line 7) | interface FormRadioGroupProps FILE: src/Form/FormRangePicker/index.ts method onOk (line 24) | onOk(date, dateStr, e) { method onPickerChange (line 34) | onPickerChange(type, date, dateStr, e) { method onVisibleChange (line 42) | onVisibleChange(visible, e) { method onDismissPicker (line 45) | onDismissPicker(e) { method handleFormat (line 49) | handleFormat(date, dateStr) { method handleFormatLabel (line 55) | handleFormatLabel(type, value) { method attached (line 64) | attached() { FILE: src/Form/FormRangePicker/props.ts type FormRangePickerProps (line 5) | interface FormRangePickerProps FILE: src/Form/FormRate/index.ts method onChange (line 9) | onChange(value, e) { FILE: src/Form/FormRate/props.ts type FormRateProps (line 4) | interface FormRateProps FILE: src/Form/FormSelector/index.ts method onChange (line 9) | onChange(value, item, e) { method onSelectMax (line 14) | onSelectMax(value, item, e) { method onSelectMin (line 17) | onSelectMin(value, item, e) { FILE: src/Form/FormSelector/props.ts type FormSelectorProps (line 4) | interface FormSelectorProps extends ISelectorProps, FormItemProps {} FILE: src/Form/FormSlider/index.ts method onChange (line 9) | onChange(value, e) { method onAfterChange (line 13) | onAfterChange(value, e) { FILE: src/Form/FormSlider/props.ts type FormSliderProps (line 4) | interface FormSliderProps FILE: src/Form/FormStepper/index.ts method onChange (line 9) | onChange(value, e) { method onBlur (line 13) | onBlur(e) { method onFocus (line 16) | onFocus(e) { method onConfirm (line 19) | onConfirm(value, e) { FILE: src/Form/FormStepper/props.ts type FormStepperProps (line 4) | interface FormStepperProps FILE: src/Form/FormSwitch/index.ts method onChange (line 9) | onChange(value, e) { FILE: src/Form/FormSwitch/props.ts type FormSwitchProps (line 4) | interface FormSwitchProps FILE: src/Form/FormTextarea/index.ts method handleRef (line 18) | handleRef(input) { method onChange (line 26) | onChange(value, e) { method onBlur (line 30) | onBlur(value, e) { method onFocus (line 33) | onFocus(value, e) { method onConfirm (line 36) | onConfirm(value, e) { method onClear (line 39) | onClear(value, e) { method setFormData (line 47) | setFormData(this: any, values) { FILE: src/Form/FormTextarea/props.ts type FormTextareaProps (line 8) | interface FormTextareaProps FILE: src/Form/form.ts type Validator (line 19) | type Validator = ( type ValidatorRender (line 23) | type ValidatorRender = (form: Form) => { type FormRuleItem (line 26) | type FormRuleItem = Omit | ValidatorRender; type Rule (line 27) | type Rule = FormRuleItem | FormRuleItem[]; type Rules (line 28) | type Rules = Record; type FormConfig (line 29) | type FormConfig = { type ValidateStatus (line 34) | type ValidateStatus = 'default' | 'success' | 'error' | 'validating'; type ValidatorStatus (line 35) | interface ValidatorStatus { type FromItemRef (line 39) | interface FromItemRef { type ValidateTrigger (line 45) | type ValidateTrigger = 'onChange' | 'onBlur' | 'onFocus'; type EventTrigger (line 46) | type EventTrigger = class EventEmitter (line 51) | class EventEmitter { method on (line 54) | on(event: string, listener: (...args: any) => void) { method emit (line 60) | emit(event: string, ...args: any) { class Field (line 68) | class Field extends EventEmitter { method constructor (line 106) | constructor( method create (line 179) | create( method updateFieldRules (line 214) | updateFieldRules(rules: RawRule, validateMessages: ValidateMessages) { method transformValidatorRules (line 239) | private transformValidatorRules( method transformValidateMessages (line 304) | private transformValidateMessages( method setValue (line 358) | setValue(value: Value) { method getValue (line 367) | getValue() { method setValidatorStatus (line 376) | setValidatorStatus(validatorStatue: ValidatorStatus) { method getValidatorStatus (line 384) | getValidatorStatus(): ValidatorStatus { method validate (line 395) | async validate() { method reset (line 458) | reset(initialValue: Value) { method isTouched (line 471) | isTouched() { class Form (line 476) | class Form { method constructor (line 513) | constructor(formConfig: FormConfig = {}) { method transformRules (line 523) | private transformRules(rules: Rules) { method eachField (line 546) | private eachField(callback: (field: Field, name: string) => void) { method updateRules (line 558) | updateRules(rules: Rules) { method setRules (line 570) | private setRules(rules: Rules) { method addItem (line 578) | addItem(ref: FromItemRef, customName?: string) { method setFieldValue (line 654) | setFieldValue(name: string, value: Value) { method setFieldsValue (line 670) | setFieldsValue(values: Values) { method setInitialValues (line 686) | setInitialValues(initialValues: Values) { method getFieldValue (line 695) | getFieldValue(name: string) { method getFieldsValue (line 708) | getFieldsValue(nameList?: string[]) { method getFieldValidatorStatus (line 722) | getFieldValidatorStatus(name: string) { method getFieldsValidatorStatus (line 735) | getFieldsValidatorStatus(nameList?: string[]) { method setFieldValidatorStatus (line 750) | setFieldValidatorStatus(name: string, validatorStatus: ValidatorStatus) { method setFieldsValidatorStatus (line 763) | setFieldsValidatorStatus( method isFieldTouched (line 776) | isFieldTouched(name: string) { method onValueChange (line 789) | onValueChange( method onValuesChange (line 805) | onValuesChange(callback: (changedValues: Values, allValues: Values) =>... method submit (line 814) | async submit() { method reset (line 861) | reset() { function createForm (line 869) | function createForm({ methods = {} } = {}) { FILE: src/Grid/index.sjs.ts function checkNeedVerticalSpace (line 1) | function checkNeedVerticalSpace(count, index, columns) { function checkShowSplitLine (line 8) | function checkShowSplitLine(index, count, columns, mode, showDivider) { FILE: src/Grid/index.ts method onTap (line 7) | onTap(e: IPlatformEvent) { method onFirstAppear (line 11) | onFirstAppear(e: IPlatformEvent) { FILE: src/Grid/props.ts type IGridItem (line 3) | interface IGridItem { type IGridProps (line 25) | interface IGridProps extends IBaseProps { FILE: src/GuideTour/index.sjs.ts function checkShowNext (line 1) | function checkShowNext(current, items) { function checkShowPrev (line 4) | function checkShowPrev(current, items) { function checkShowJump (line 7) | function checkShowJump(current, items) { function checkShowKnow (line 10) | function checkShowKnow(current, items) { FILE: src/GuideTour/index.ts method onNext (line 21) | async onNext() { method onPrev (line 30) | async onPrev() { method onCancel (line 39) | onCancel() { method onSwiperChange (line 43) | async onSwiperChange(e) { FILE: src/GuideTour/props.ts type IStep (line 3) | interface IStep { type IGuideTour (line 30) | interface IGuideTour extends IBaseProps { FILE: src/Icon/index.ts method onTap (line 31) | onTap(e) { method catchTap (line 36) | catchTap(e) { FILE: src/Icon/props.ts type IconProps (line 7) | interface IconProps extends IBaseProps { FILE: src/ImageIcon/props.ts type ImageIconProps (line 4) | interface ImageIconProps extends IBaseProps { FILE: src/ImageUpload/index.ts method chooseImage (line 25) | async chooseImage() { method uploadFile (line 92) | async uploadFile(localFile: LocalFile) { method updateFile (line 131) | updateFile(uid: string, file: Partial) { method onRemove (line 149) | async onRemove(e) { method onPreview (line 169) | onPreview(e) { method updateShowUploadButton (line 175) | updateShowUploadButton() { method getCount (line 183) | getCount() { method transformValue (line 199) | transformValue(fileList = []) { method didMount (line 222) | didMount() { method didUpdate (line 225) | didUpdate(prevProps, prevData) { method attached (line 232) | attached() { FILE: src/ImageUpload/props.ts type Status (line 3) | type Status = 'uploading' | 'done' | 'error'; type File (line 4) | interface File { type LocalFile (line 21) | interface LocalFile { type IUploaderProps (line 26) | interface IUploaderProps extends IBaseProps { FILE: src/IndexBar/index.ts method getInstance (line 30) | getInstance() { method init (line 36) | init(nextProps) { method isControlled (line 60) | isControlled(nextProps, valueKey = 'current') { method initItemHeight (line 67) | async initItemHeight() { method onTouchStart (line 76) | onTouchStart(e: any) { method onAlphabetClick (line 96) | async onAlphabetClick(item, index) { method onTouchEnd (line 107) | onTouchEnd() { method onTouchMove (line 118) | onTouchMove(e: any) { method onScroll (line 141) | onScroll(e) { method initTopRange (line 158) | async initTopRange() { method didMount (line 173) | didMount() { method deriveDataFromProps (line 176) | deriveDataFromProps(nextProps) { method attached (line 197) | attached() { FILE: src/IndexBar/props.ts type ItemObj (line 3) | interface ItemObj { type IndexBarProps (line 8) | interface IndexBarProps extends IBaseProps { FILE: src/Input/InputBlur/index.ts method onChange (line 9) | onChange(e) { method onFocus (line 16) | onFocus(e) { method onBlur (line 21) | onBlur(e) { method onConfirm (line 29) | onConfirm(e) { method transformValue (line 37) | transformValue(value, extra, updateWithoutFocusCheck) { FILE: src/Input/InputBlur/props.ts type InputType (line 3) | type InputType = type InputBlurProps (line 16) | interface InputBlurProps extends IBaseProps { FILE: src/Input/Textarea/index.ts method onChange (line 20) | onChange(e) { method onFocus (line 27) | onFocus(e) { method onBlur (line 34) | onBlur(e) { method onConfirm (line 41) | onConfirm(e) { method onClear (line 45) | onClear(e) { method attached (line 54) | attached() { FILE: src/Input/Textarea/props.ts type ConfirmType (line 6) | type ConfirmType = 'return' | 'done' | 'go' | 'next' | 'search' | 'send'; type TextareaProps (line 12) | interface TextareaProps extends IBaseProps { FILE: src/Input/index.ts method onChange (line 28) | onChange(e) { method onFocus (line 35) | onFocus(e) { method onBlur (line 42) | onBlur(e) { method onConfirm (line 56) | onConfirm(e) { method onClear (line 60) | onClear(e) { method checkNumberValue (line 66) | checkNumberValue(value) { method attached (line 87) | attached() { FILE: src/Input/props.ts type InputType (line 3) | type InputType = type InputProps (line 24) | interface InputProps extends IBaseProps { FILE: src/Input/utils.ts function isNumber (line 6) | function isNumber(value: unknown): boolean { function formatNumberWithLimits (line 27) | function formatNumberWithLimits( FILE: src/List/ListItem/index.ts method onTap (line 21) | onTap(e) { method catchTap (line 27) | catchTap(e) { FILE: src/List/ListItem/props.ts type IListItemProps (line 3) | interface IListItemProps extends IBaseProps { FILE: src/List/props.ts type IListProps (line 6) | interface IListProps extends IBaseProps { FILE: src/Loading/index.sjs.ts function getLoadingColor (line 1) | function getLoadingColor(color) { function getClass (line 7) | function getClass(size) { FILE: src/Loading/props.ts type ILoadingProps (line 6) | interface ILoadingProps extends IBaseProps { FILE: src/Mask/index.ts method onMaskTap (line 8) | onMaskTap(e: IPlatformEvent) { FILE: src/Mask/props.ts type IMaskProps (line 6) | interface IMaskProps extends IBaseProps { FILE: src/Modal/index.sjs.ts function getDirection (line 1) | function getDirection( FILE: src/Modal/index.ts method onClose (line 7) | onClose() { method onMaskClose (line 10) | onMaskClose() { method onPrimaryButtonTap (line 22) | onPrimaryButtonTap() { method onSecondaryButtonTap (line 25) | onSecondaryButtonTap() { method onCancelButtonTap (line 28) | onCancelButtonTap() { FILE: src/Modal/props.ts type IModalProps (line 6) | interface IModalProps extends IBaseProps { FILE: src/NoticeBar/index.ts method getInstance (line 17) | getInstance() { method getBoundingClientRectWithId (line 24) | async getBoundingClientRectWithId(prefix: string) { method onTap (line 30) | onTap() { method startMarquee (line 47) | startMarquee(state) { method measureText (line 79) | measureText(callback) { method resetMarquee (line 109) | resetMarquee(state) { method onTransitionEnd (line 123) | onTransitionEnd() { method didMount (line 139) | didMount() { method didUpdate (line 149) | didUpdate() { method onShow (line 160) | onShow() { method attached (line 177) | attached() { FILE: src/NoticeBar/props.ts type INoticeBarProps (line 9) | interface INoticeBarProps extends IBaseProps { FILE: src/NumberInput/index.ts constant UNIT_LIST (line 12) | const UNIT_LIST = [ method update (line 32) | update(value: string) { method handleInput (line 36) | handleInput(val) { method handleQuickInput (line 47) | handleQuickInput(e) { method formatAmount (line 52) | formatAmount(value: string) { method checkMaxValue (line 67) | checkMaxValue(value: string) { method handleLinkTap (line 74) | handleLinkTap() { method setUnit (line 78) | setUnit(value: string) { method attached (line 89) | attached() { FILE: src/NumberInput/props.ts type NumberInputProps (line 3) | interface NumberInputProps extends IBaseProps { FILE: src/NumberKeyboard/index.ts method catchAppearModal (line 23) | catchAppearModal() { method setRandom (line 26) | setRandom() { method tapButton (line 40) | tapButton(e) { method handleHide (line 63) | handleHide() { method onClickEnter (line 66) | onClickEnter() { method vibrate (line 73) | vibrate() { method didMount (line 81) | didMount() { method attached (line 86) | attached() { FILE: src/NumberKeyboard/props.ts type INumberKeyboardProps (line 3) | interface INumberKeyboardProps extends IBaseProps { FILE: src/PageContainer/index.ts method handleActionTap (line 21) | handleActionTap(e) { method handleSecondaryActionTap (line 24) | handleSecondaryActionTap(e) { method updatePageStatus (line 27) | updatePageStatus(prevProps: any, nextProps: any) { method didMount (line 57) | didMount() { method didUpdate (line 61) | didUpdate(prevProps) { method attached (line 68) | attached() { FILE: src/PageContainer/props.ts type IPageProps (line 7) | interface IPageProps extends IBaseProps { FILE: src/Pagination/index.sjs.ts function changeScollDistance (line 1) | function changeScollDistance(event, ownerComponent) { FILE: src/Pagination/index.ts method clacWidth (line 14) | async clacWidth() { method onScroll (line 24) | async onScroll(e) { method onInit (line 34) | onInit() { FILE: src/Pagination/props.ts type IPaginationProps (line 3) | interface IPaginationProps extends IBaseProps { FILE: src/Picker/CascaderPicker/index.ts method isVisibleControlled (line 23) | isVisibleControlled() { method initColumns (line 31) | initColumns() { method getterColumns (line 52) | getterColumns(value, options) { method getValidValue (line 66) | getValidValue(value, columns) { method getOptionByValue (line 78) | getOptionByValue(value) { method onChange (line 95) | onChange(selectedVal) { method onOk (line 113) | async onOk() { method onVisibleChange (line 126) | onVisibleChange(visible) { method defaultFormat (line 144) | defaultFormat(value, options) { method onFormat (line 150) | onFormat() { method onCancel (line 161) | onCancel(e) { method onInit (line 169) | onInit() { method didUpdate (line 172) | didUpdate(prevProps, prevData) { method created (line 194) | created() { FILE: src/Picker/CascaderPicker/props.ts type ICascaderOption (line 3) | interface ICascaderOption { type ICascaderProps (line 12) | interface ICascaderProps extends IBaseProps { FILE: src/Picker/CascaderPicker/utils.ts function defaultFormat (line 1) | function defaultFormat(value, options) { function getterColumns (line 8) | function getterColumns(value, options = []) { function getValidValue (line 22) | function getValidValue(value, columns) { FILE: src/Picker/index.sjs.ts function getPickerViewLabel (line 1) | function getPickerViewLabel(item) { FILE: src/Picker/index.ts method isVisibleControlled (line 46) | isVisibleControlled() { method initData (line 54) | initData() { method getterColumns (line 76) | getterColumns(options) { method defaultFormat (line 89) | defaultFormat(value, column) { method getterFormatText (line 103) | getterFormatText() { method getterSelectedIndex (line 124) | getterSelectedIndex() { method onOpen (line 149) | onOpen() { method triggerPicker (line 164) | triggerPicker(visible) { method onMaskDismiss (line 171) | onMaskDismiss() { method onCancel (line 180) | onCancel() { method onChange (line 185) | onChange(e) { method onOk (line 200) | async onOk() { method transformValue (line 226) | transformValue(value) { method onInit (line 236) | onInit() { method didUpdate (line 239) | didUpdate(prevProps) { method created (line 285) | created() { FILE: src/Picker/props.ts type PickerData (line 2) | interface PickerData { type PickerValue (line 6) | type PickerValue = type IPickerProps (line 14) | interface IPickerProps extends IBaseProps { FILE: src/Picker/utils.ts function getColumnValue (line 1) | function getColumnValue(columnItem) { function getStrictMatchedItemByValue (line 6) | function getStrictMatchedItemByValue(columns, value, single) { function getMatchedItemByValue (line 30) | function getMatchedItemByValue(columns, value, single) { function getMatchedItemByIndex (line 60) | function getMatchedItemByIndex(columns, selectedIndex, single) { FILE: src/Popover/index.ts method getInstance (line 24) | getInstance() { method updatePopover (line 30) | async updatePopover() { method onVisibleChange (line 73) | onVisibleChange(e) { method onAnimationEnd (line 93) | onAnimationEnd() { method onTapAction (line 98) | onTapAction() { method transformValue (line 107) | transformValue(value) { method didUpdate (line 120) | didUpdate(prevProps) { FILE: src/Popover/props.ts type IPopoverProps (line 6) | interface IPopoverProps extends IBaseProps { method onVisibleChange (line 114) | onVisibleChange() {} method onTapAction (line 115) | onTapAction() {} FILE: src/Popover/utils.ts type Rect (line 1) | interface Rect { type SystemInfo (line 10) | interface SystemInfo { function getPopoverStyle (line 15) | function getPopoverStyle( function getStyle (line 181) | function getStyle(obj) { FILE: src/PopoverList/index.ts method getInstance (line 19) | getInstance() { method onTapItem (line 25) | onTapItem(e) { method updatePopover (line 29) | async updatePopover() { method onVisibleChange (line 72) | onVisibleChange(e) { method onAnimationEnd (line 92) | onAnimationEnd() { method transformValue (line 103) | transformValue(value) { method didUpdate (line 116) | didUpdate(prevProps) { FILE: src/PopoverList/props.ts type PopoverListItem (line 3) | interface PopoverListItem { type IPopoverListProps (line 33) | interface IPopoverListProps extends IBaseProps { method onVisibleChange (line 125) | onVisibleChange() {} method onTapItem (line 126) | onTapItem() {} FILE: src/PopoverList/utils.ts type Rect (line 1) | interface Rect { type SystemInfo (line 10) | interface SystemInfo { function getPopoverStyle (line 15) | function getPopoverStyle( function getStyle (line 181) | function getStyle(obj) { FILE: src/Popup/index.sjs.ts function getContentStyle (line 1) | function getContentStyle(position, animation, duration, width, height) { function getCloseStyle (line 23) | function getCloseStyle(animation, duration, maskStyle) { FILE: src/Popup/index.ts method onClickCloseIcon (line 18) | onClickCloseIcon() { method onClickBack (line 25) | onClickBack() { method onTapMask (line 28) | onTapMask() { method onAnimationEnd (line 35) | onAnimationEnd() { method deriveDataFromProps (line 54) | async deriveDataFromProps(nextProps) { method didUpdate (line 71) | didUpdate(prevProps) { FILE: src/Popup/props.ts type IPopupProps (line 5) | interface IPopupProps extends IBaseProps { FILE: src/Postscript/index.ts method checkMaxLength (line 13) | checkMaxLength(value) { method handleInput (line 20) | handleInput(val) { method handleQuickInput (line 29) | handleQuickInput(e) { FILE: src/Postscript/props.ts type PostscriptProps (line 3) | interface PostscriptProps extends IBaseProps { FILE: src/Progress/index.ts method requestAnimationFrame (line 19) | requestAnimationFrame(fn, duration = animationFrameDuration) { method getDrawColor (line 22) | getDrawColor() { method getCanvasContext (line 33) | async getCanvasContext() { method clearCanvas (line 49) | clearCanvas() { method updateCanvasProgress (line 54) | async updateCanvasProgress(prev) { method drawProgress (line 84) | drawProgress(color, rad) { method drawOrbit (line 102) | drawOrbit(color) { method calProgress (line 119) | calProgress() { method setCanvasId (line 137) | setCanvasId() { method didMount (line 148) | didMount() { method didUpdate (line 151) | didUpdate(prevProps) { method attached (line 158) | attached() { FILE: src/Progress/props.ts type IProgressBarProps (line 6) | interface IProgressBarProps extends IBaseProps { FILE: src/Radio/RadioGroup/index.ts method onChange (line 8) | onChange(_, e) { FILE: src/Radio/RadioGroup/props.ts type IRadioGroupProps (line 3) | interface IRadioGroupProps extends IBaseProps { FILE: src/Radio/index.sjs.ts function getClassName (line 1) | function getClassName(checked, disabled) { function getChecked (line 16) | function getChecked(index, options, value) { FILE: src/Radio/index.ts method onInit (line 11) | onInit() { method onChange (line 18) | onChange(e) { method handleTap (line 27) | handleTap(e) { FILE: src/Radio/props.ts type IRadioProps (line 3) | interface IRadioProps extends IBaseProps { FILE: src/RareWordsKeyboard/constants.ts constant PINYIN_MAP (line 6) | const PINYIN_MAP: IPinYinMapItem[][] = [ FILE: src/RareWordsKeyboard/index.ts method getInstance (line 26) | getInstance() { method getBoundingClientRect (line 32) | async getBoundingClientRect(query: string) { method handleHide (line 36) | handleHide() { method handleKeyClick (line 47) | handleKeyClick(e) { method handleDelete (line 59) | handleDelete() { method computeMatchWords (line 70) | computeMatchWords(inputValue) { method hanleLookMore (line 82) | hanleLookMore() { method computeMaxDisplayNum (line 93) | async computeMaxDisplayNum() { method loadFont (line 111) | loadFont() { method handleRetry (line 126) | handleRetry() { method handleWordClick (line 130) | handleWordClick(e) { method didMount (line 138) | didMount() { method attached (line 144) | attached() { FILE: src/RareWordsKeyboard/props.ts type ICommonError (line 3) | interface ICommonError { type InputTypes (line 10) | enum InputTypes { type IPinYinMapItem (line 16) | interface IPinYinMapItem { type IWordsItem (line 22) | interface IWordsItem { type IFilterType (line 35) | type IFilterType = 'pinyin' | 'split' | 'all'; type IWordsItem (line 37) | interface IWordsItem { type IWordsData (line 50) | type IWordsData = IWordsItem[]; type IRareWordsKeyboardProps (line 52) | interface IRareWordsKeyboardProps extends IBaseProps { FILE: src/RareWordsKeyboard/utils.ts function safeJSONparse (line 10) | function safeJSONparse(data: string): object { function isWordsDataEmpty (line 23) | function isWordsDataEmpty(arr) { function clearNumberInStr (line 35) | function clearNumberInStr(str: string) { function formatZDatas (line 44) | function formatZDatas(datas = []) { function matchWordsRecommend (line 63) | function matchWordsRecommend( function wordsFilter (line 82) | function wordsFilter( function filterByPinyin (line 115) | function filterByPinyin( function filterBySplitWord (line 137) | function filterBySplitWord( function mergeMatchWordsArr (line 160) | function mergeMatchWordsArr( function wordsSorter (line 184) | function wordsSorter( function sortByPinyin (line 212) | function sortByPinyin(wordsData: IWordsData = [], inputValue = ''): IWor... function sortBySplitWord (line 253) | function sortBySplitWord( function loadFontFace (line 286) | async function loadFontFace() { FILE: src/RareWordsKeyboard/zdatas.ts constant ZDATAS (line 1) | const ZDATAS = { FILE: src/Rate/index.ts method getInstance (line 10) | getInstance() { method getRate (line 16) | async getRate(clientX: number) { method handleStarTap (line 44) | async handleStarTap(e) { method handleStarMove (line 67) | async handleStarMove(e) { method handleStarMoveEnd (line 92) | handleStarMoveEnd() { method transformValue (line 113) | transformValue(value) { FILE: src/Rate/props.ts type IRateProps (line 3) | interface IRateProps extends IBaseProps { FILE: src/Result/props.ts type IResultProps (line 7) | interface IResultProps extends IBaseProps { FILE: src/SafeArea/props.ts type ISafeAreaProps (line 1) | interface ISafeAreaProps { FILE: src/SelectContact/index.ts method init (line 62) | init() { method onSearchInput (line 108) | onSearchInput(searchValue: string) { method onSearchClear (line 159) | onSearchClear() { method onSearchFocus (line 168) | onSearchFocus() { method onSearchCancel (line 175) | onSearchCancel() { method onItemClick (line 185) | onItemClick(e) { method handleRecommendContacts (line 196) | handleRecommendContacts(recommendUserInfos: IContactInfo[]) { method handleAllContacts (line 213) | handleAllContacts(contacts: IContactInfo[]) { method generateAlphabet (line 253) | generateAlphabet(contactsList: IContactUserInfo[]) { method onScrollIntoView (line 267) | onScrollIntoView(alphabetItem: string) { method handleSearch (line 273) | handleSearch() { method handleCancelSearch (line 276) | handleCancelSearch() { method onInit (line 281) | onInit() { method attached (line 286) | attached() { FILE: src/SelectContact/props.ts type TPersonSource (line 13) | type TPersonSource = 'recommend' | 'all' | 'search'; type IOnSelectParams (line 16) | interface IOnSelectParams { type IGetRecommendContactsListInfo (line 25) | interface IGetRecommendContactsListInfo { type IContactInfo (line 53) | interface IContactInfo { type IContactUserInfo (line 83) | interface IContactUserInfo { type ISelectContactProps (line 90) | interface ISelectContactProps extends IBaseProps { FILE: src/SelectContact/util.ts function getFirstLetterInMap (line 38) | function getFirstLetterInMap(str = '') { function getId (line 46) | function getId(str: string) { FILE: src/Selector/index.sjs.ts function getChecked (line 1) | function getChecked(value, values, multiple) { FILE: src/Selector/index.ts method onChange (line 12) | onChange(e) { FILE: src/Selector/props.ts type Value (line 3) | type Value = string | number; type ISelectorItem (line 4) | interface ISelectorItem { type ISelectorProps (line 29) | interface ISelectorProps extends IBaseProps { FILE: src/Skeleton/Avatar/index.sjs.ts function getClass (line 1) | function getClass(size) { FILE: src/Skeleton/Avatar/props.ts type SkeletonAvatarProps (line 3) | interface SkeletonAvatarProps extends ISkeletonBaseProps { FILE: src/Skeleton/Button/index.sjs.ts function getClass (line 1) | function getClass(size) { FILE: src/Skeleton/Button/props.ts type SkeletonButtonProps (line 3) | interface SkeletonButtonProps extends ISkeletonBaseProps { FILE: src/Skeleton/Input/props.ts type SkeletonInputProps (line 3) | interface SkeletonInputProps extends ISkeletonBaseProps {} FILE: src/Skeleton/Paragraph/props.ts type SkeletonParagraphProps (line 3) | interface SkeletonParagraphProps extends ISkeletonBaseProps { FILE: src/Skeleton/Title/props.ts type SkeletonTitleProps (line 3) | interface SkeletonTitleProps extends ISkeletonBaseProps {} FILE: src/Skeleton/props.ts type ISkeletonBaseProps (line 4) | interface ISkeletonBaseProps extends IBaseProps { type ISkeletonProps (line 19) | interface ISkeletonProps extends ISkeletonBaseProps { FILE: src/Slider/index.ts method getInstance (line 21) | getInstance() { method formatValue (line 27) | formatValue(val) { method getRoundedValue (line 38) | getRoundedValue(value: SliderValue, step = 1) { method setSliderStyleByValue (line 53) | setSliderStyleByValue(roundedValue: SliderValue) { method setTickList (line 83) | setTickList() { method onTouchChanged (line 108) | async onTouchChanged(e, type) { method getRect (line 161) | async getRect(e: any): Promise { method cloneSliderValue (line 180) | cloneSliderValue(value?: SliderValue) { method isSliderValueEqual (line 188) | isSliderValueEqual(value1?: SliderValue, value2?: SliderValue) { method fitSliderValue (line 208) | fitSliderValue( method handleTrackTouchStart (line 244) | handleTrackTouchStart(e) { method handleTrackTouchMove (line 248) | handleTrackTouchMove(e) { method handleTrackTouchEnd (line 252) | handleTrackTouchEnd(e) { method transformValue (line 258) | transformValue(val, extra, needUpdate = true, emit) { method didUpdate (line 280) | didUpdate(prevProps) { FILE: src/Slider/props.ts type SliderValue (line 7) | type SliderValue = number | [number, number]; type ISliderProps (line 9) | interface ISliderProps extends IBaseProps { FILE: src/Space/index.sjs.ts function getSpaceClass (line 1) | function getSpaceClass(direction, wrap, align, justify) { function getSpaceStyle (line 25) | function getSpaceStyle(size) { FILE: src/Space/props.ts type SpaceProps (line 1) | interface SpaceProps { FILE: src/Stepper/index.ts method onFocus (line 12) | onFocus(e) { method onChange (line 16) | onChange(val, e) { method onConfirm (line 26) | onConfirm(val, e) { method onBlur (line 30) | onBlur(e) { method onDisabledTap (line 38) | onDisabledTap(e) { method onTap (line 42) | onTap(e) { method transformValue (line 93) | transformValue(num, extra, precision) { FILE: src/Stepper/props.ts type IStepperProps (line 6) | interface IStepperProps extends IBaseProps { FILE: src/Stepper/utils.ts function getPrecision (line 1) | function getPrecision(value: number): number { function getValidNumber (line 13) | function getValidNumber( FILE: src/Steps/index.sjs.ts function getClassName (line 1) | function getClassName(current, index, status) { FILE: src/Steps/props.ts type IStepsProps (line 6) | interface IStepsProps extends IBaseProps { FILE: src/Sticky/index.ts method initTabsObserver (line 14) | initTabsObserver() { method initHeaderHeight (line 32) | initHeaderHeight(propsHeaderHeight) { method onInit (line 50) | onInit() { method deriveDataFromProps (line 65) | deriveDataFromProps(nextProps) { method didUnmount (line 83) | didUnmount() { method attached (line 88) | attached() { method detached (line 103) | detached() { FILE: src/Sticky/props.ts type IStickyProps (line 1) | interface IStickyProps { FILE: src/SwipeAction/index.sjs.ts function styleObjectToString (line 117) | function styleObjectToString(myStyle) { function keys (line 232) | function keys(obj) { FILE: src/SwipeAction/index.ts function getIsOldVersion (line 76) | function getIsOldVersion() { function getInitReady (line 84) | function getInitReady() { method didMount (line 97) | didMount() { method didUpdate (line 112) | didUpdate(prevProp) { method setWidth (line 155) | setWidth() { method setButtonItemWidth (line 171) | setButtonItemWidth() { method getProps (line 186) | getProps() { method initWidth (line 203) | initWidth(func?) { method boundingClientRect (line 226) | boundingClientRect(id) { method onTouchStart (line 233) | onTouchStart() { method onTouchEnd (line 246) | onTouchEnd(e) { method onChange (line 255) | onChange(e: any) { method onSetCheck (line 319) | onSetCheck(isRight: boolean) { method onTouchCancel (line 337) | onTouchCancel(e: any) { method onChangeEnd (line 340) | onChangeEnd(e: any) { method onSetSwipeRight (line 350) | onSetSwipeRight(x: number, needBack?: boolean) { method onSetSwipeLeft (line 375) | onSetSwipeLeft(x: number, needBack?: boolean) { method onSwipeLeft (line 401) | onSwipeLeft(isRight: boolean) { method onSwipeRight (line 432) | onSwipeRight(isRight: boolean) { method onItemTap (line 465) | onItemTap(e: any) { FILE: src/SwipeAction/props.ts type SwipeButton (line 2) | interface SwipeButton { type SwipeData (line 11) | interface SwipeData { type ISwipeActionProps (line 17) | interface ISwipeActionProps extends IBaseProps { method onSwipeEnd (line 75) | onSwipeEnd() {} method onSwipeStart (line 76) | onSwipeStart() {} method onButtonTap (line 77) | onButtonTap() {} FILE: src/SwipeAction/wechat.ts function transformOptions (line 3) | function transformOptions(original) { function transformProperties (line 46) | function transformProperties(props) { FILE: src/Switch/index.ts method onChange (line 9) | onChange(e) { FILE: src/Switch/props.ts type ISwitchProps (line 6) | interface ISwitchProps extends IBaseProps { FILE: src/TabBar/index.ts method onChange (line 8) | onChange(e) { FILE: src/TabBar/props.ts type ITabItem (line 4) | interface ITabItem { type ITabBarProps (line 32) | interface ITabBarProps extends IBaseProps { FILE: src/Table/index.ts method init (line 32) | async init() { method renderColumns (line 52) | renderColumns(columns, windowWidth, renderRule: RenderRuleProps = {}) { method renderRows (line 66) | renderRows(dataSource, windowWidth, renderRule: RenderRuleProps = {}) { method handleSort (line 104) | async handleSort(e) { method handleTouchMove (line 142) | handleTouchMove() { method handleScrollToUpper (line 147) | handleScrollToUpper() { method getSysInfo (line 152) | async getSysInfo() { method onInit (line 159) | onInit() { method didUpdate (line 162) | didUpdate(prevProps) { method created (line 175) | created() { FILE: src/Table/props.ts type ITableProps (line 1) | interface ITableProps { type RenderRuleProps (line 8) | interface RenderRuleProps { FILE: src/Tabs/index.ts method getInstance (line 20) | getInstance() { method get$Id (line 26) | get$Id() { method getBoundingClientRect (line 29) | async getBoundingClientRect(query: string) { method updateFade (line 32) | async updateFade() { method updateScroll (line 50) | async updateScroll() { method onScroll (line 123) | async onScroll(e) { method onChange (line 132) | onChange(e) { method didMount (line 157) | didMount() { method didUpdate (line 160) | didUpdate(prevProps, prevData) { method attached (line 168) | attached() { FILE: src/Tabs/props.ts type ITabsProps (line 3) | interface ITabsProps extends IBaseProps { FILE: src/Tag/props.ts type ITagProps (line 6) | interface ITagProps extends IBaseProps { FILE: src/Terms/index.ts method dealAllCountdown (line 21) | dealAllCountdown(val) { method dealCountdown (line 35) | dealCountdown(timeNum, index) { method onCheckChange (line 67) | onCheckChange(value) { method onTermPrefixTap (line 81) | onTermPrefixTap() { method onTermTap (line 89) | onTermTap(event) { method onButtonTap (line 94) | onButtonTap(event) { method onReadSwiperTap (line 100) | onReadSwiperTap(event) { method onReadChange (line 105) | onReadChange(event) { method onInit (line 118) | onInit() { method deriveDataFromProps (line 131) | async deriveDataFromProps(nextProps) { method attached (line 146) | attached() { FILE: src/Terms/props.ts type Button (line 4) | interface Button extends IButtonProps { type Term (line 10) | interface Term { type Type (line 16) | type Type = '' | 'check' | 'read'; type IProps (line 18) | interface IProps extends IBaseProps { FILE: src/Toast/index.ts method closeMask (line 16) | closeMask() { method handleShowToast (line 28) | handleShowToast() { method handleClickMask (line 39) | handleClickMask() { method onAnimationEnd (line 48) | onAnimationEnd() { method didUpdate (line 57) | didUpdate(prev) { method didMount (line 65) | didMount() { method attached (line 89) | attached() { FILE: src/Toast/props.ts type EnumToastType (line 6) | type EnumToastType = 'success' | 'warning' | 'error' | 'loading' | 'alip... type EnumTextType (line 11) | type EnumTextType = 'short' | 'long'; type IToastProps (line 13) | interface IToastProps extends IBaseProps { FILE: src/Typography/index.sjs.ts function isUrl (line 1) | function isUrl(string) { function getFontWeight (line 8) | function getFontWeight(fontWeight, phonemodel) { function isiOS (line 26) | function isiOS(phonemodel) { FILE: src/Typography/index.ts method onTap (line 13) | onTap(e) { method catchTap (line 21) | catchTap(e) { method onInit (line 31) | onInit() { method attached (line 39) | attached() { FILE: src/Typography/props.ts type ITypographyProps (line 3) | interface ITypographyProps extends IBaseProps { FILE: src/Voucher/index.ts method getCurTapVoucher (line 11) | getCurTapVoucher(event) { method handleVoucherTap (line 18) | handleVoucherTap(e) { method handleBtnTap (line 21) | handleBtnTap(e) { FILE: src/Voucher/props.ts type ActionAreaInfo (line 1) | interface ActionAreaInfo { type Item (line 7) | interface Item { type IVoucherProps (line 17) | interface IVoucherProps { FILE: src/_locale/index.ts type Locale (line 1) | interface Locale { FILE: src/_util/assert-component2.ts function assertComponent2 (line 1) | function assertComponent2() { FILE: src/_util/base.ts type IBaseProps (line 1) | interface IBaseProps { type IconType (line 13) | type IconType = string; type IBoundingClientRect (line 15) | interface IBoundingClientRect { FILE: src/_util/compareVersion.ts function compareVersion (line 1) | function compareVersion(v1: string, v2: string): number { FILE: src/_util/console.ts type EComponents (line 1) | enum EComponents { type TComponents (line 63) | type TComponents = keyof typeof EComponents; method warn (line 66) | warn(component: TComponents, message: string): void { method error (line 71) | error(component: TComponents, message: string): void { FILE: src/_util/dayjs/iso-weekday.ts function isoWeekday (line 6) | function isoWeekday(day: Dayjs): number { FILE: src/_util/event.sjs.ts function disableScrollEvent (line 1) | function disableScrollEvent(event) { function enableScrollEvent (line 5) | function enableScrollEvent(event) { FILE: src/_util/flattenObject.ts function flattenObject (line 1) | function flattenObject(obj, parentKey = '', result = {}) { FILE: src/_util/fmtEvent.ts function fmtEvent (line 2) | function fmtEvent( FILE: src/_util/get.ts function get (line 1) | function get(obj, path, defaultValue?) { FILE: src/_util/isPropsEmpty.sjs.ts function isPropsEmpty (line 1) | function isPropsEmpty(propsValue) { FILE: src/_util/jsapi/base.ts type JSAPIImpl (line 3) | interface JSAPIImpl { function implJsapi (line 8) | function implJsapi(impl: JSAPIImpl) { FILE: src/_util/jsapi/choose-image.ts type Files (line 3) | type Files = { type ChooseImageResult (line 8) | interface ChooseImageResult { type ChooseImageOptions (line 15) | interface ChooseImageOptions { FILE: src/_util/jsapi/get-instance-bounding-client-rect.ts function getInstanceBoundingClientRect (line 1) | function getInstanceBoundingClientRect(instance: any, selector: string) { function getAllInstanceBoundingClientRect (line 17) | function getAllInstanceBoundingClientRect( FILE: src/_util/jsapi/get-system-info.ts type SystemInfo (line 3) | interface SystemInfo { FILE: src/_util/jsapi/load-font-face.ts type LoadFontOptions (line 3) | interface LoadFontOptions { FILE: src/_util/platform.ts function supportUndefinedProperty (line 3) | function supportUndefinedProperty(): boolean { function platform (line 13) | function platform() { function resolveEventValue (line 27) | function resolveEventValue(value) { function resolveEventValues (line 38) | function resolveEventValues(args1: any, args2?: any, ...rest) { function isOldSDKVersion (line 49) | function isOldSDKVersion() { FILE: src/_util/promisify.ts function promisifyMy (line 4) | function promisifyMy(name: string) { type TempFile (line 18) | interface TempFile { type ChooseImage (line 29) | interface ChooseImage { type ChooseVideo (line 36) | interface ChooseVideo { type ChooseFileFromDisk (line 45) | interface ChooseFileFromDisk { type UploadFile (line 50) | interface UploadFile { type GetFileInfo (line 56) | interface GetFileInfo { type DownloadFile (line 61) | interface DownloadFile { FILE: src/_util/set.ts function set (line 1) | function set(obj, path, value) { FILE: src/_util/simply.ts function removeNullProps (line 3) | function removeNullProps(props) { function buildProperties (line 13) | function buildProperties(props) { function mergeDefaultProps (line 36) | function mergeDefaultProps(defaultProps: Record = {}) { type ComponentInstance (line 46) | type ComponentInstance = ... type IComponentOptions (line 49) | interface IComponentOptions { type ExtendedInstanceMethods (line 54) | type ExtendedInstanceMethods = Partial & Record = Record unknown>; type TStoreOptions (line 162) | type TStoreOptions> = { type TStoreInitOptions (line 179) | type TStoreInitOptions = { class StoreBinder (line 184) | class StoreBinder> { method constructor (line 186) | constructor(private storeOptions: TStoreOptions) {} method init (line 191) | init(theThis: TStoreInitOptions) { method dispose (line 208) | dispose() { function ComponentImpl (line 215) | function ComponentImpl< type IPlatformEvent (line 259) | interface IPlatformEvent { function triggerEvent (line 268) | function triggerEvent( function triggerEventOnly (line 290) | function triggerEventOnly(instance: any, eventName: string, e?: any) { function triggerEventValues (line 307) | function triggerEventValues( function triggerCatchEvent (line 329) | function triggerCatchEvent(instance: any, eventName: string, e?: any) { function getValueFromProps (line 342) | function getValueFromProps(instance: any, propName?: string | string[]) { FILE: src/_util/store.ts class SharedStore (line 5) | class SharedStore { method switchLocale (line 15) | switchLocale(locale: Locale) { method switchTheme (line 22) | switchTheme(theme: 'light' | 'dark') { FILE: src/_util/support.ts function isAilpayNative (line 1) | function isAilpayNative() { function isSupport (line 9) | function isSupport(componentName) { function assertAilpayNativeNotSupport (line 21) | function assertAilpayNativeNotSupport(componentName) { FILE: src/mixins/computed.ts function computedData (line 5) | function computedData(this: any) { method didMount (line 36) | didMount(): void { method didUpdate (line 39) | didUpdate(): void { method attached (line 45) | attached(): void { FILE: src/mixins/value.ts function equal (line 4) | function equal(a, b) { method onInit (line 50) | onInit() { method deriveDataFromProps (line 53) | deriveDataFromProps(nextProps) { method didUpdate (line 60) | didUpdate(prevProps) { method didMount (line 70) | didMount() { method created (line 79) | created() { method attached (line 90) | attached() { method init (line 104) | init() { method getValue (line 125) | getValue(prevData?) { method isEqualValue (line 128) | isEqualValue(prevData) { method isControlled (line 134) | isControlled() { method updateControlled (line 146) | updateControlled() { method update (line 153) | update(val, extra?, ...args) { FILE: tests/alipay/Calendar/__tests__/calendar.spec.ts method onFormatter (line 48) | onFormatter() { function extendInstance (line 145) | function extendInstance(instance: TestInstance) { function lastClickDate (line 229) | function lastClickDate(args: [number | [number, number]] | undefined) { FILE: tests/alipay/Calendar/__tests__/testUtils.ts function getSelectedDay (line 5) | function getSelectedDay(data: { monthList: { cells: CellState[] }[] }) { function sleep (line 20) | function sleep(time) { function findDate (line 26) | function findDate(monthCells: CellState[], date: Dayjs) { class SelectorQuery (line 32) | class SelectorQuery { method select (line 33) | select() { method boundingClientRect (line 36) | boundingClientRect() { method exec (line 39) | exec(callback: (ret) => void) { function initCalendar (line 50) | function initCalendar(props: Partial) { FILE: tests/alipay/Calendar/__tests__/utils.spec.ts function checkDates (line 49) | function checkDates(month: Dayjs, start: 'Monday' | 'Sunday') { FILE: tests/alipay/Checkbox/CheckboxGroup/index.spec.ts function clickIndex (line 4) | async function clickIndex(instance: TestInstance, index: number) { FILE: tests/alipay/Checklist/__tests__/index.test.ts method canIUse (line 16) | canIUse() { method canIUse (line 37) | canIUse() { method canIUse (line 59) | canIUse() { FILE: tests/alipay/Collapse/index.test.ts function createCollapse (line 7) | function createCollapse(props: Partial, mock: MockSelect) { FILE: tests/alipay/DatePicker/RangePicker/index.test.ts function getColumnText (line 249) | async function getColumnText( FILE: tests/alipay/DatePicker/RangePicker/utils.ts function callVisibleChange (line 21) | async function callVisibleChange(visible) { method currentDate (line 39) | currentDate() { FILE: tests/alipay/DatePicker/index.test.ts function getColumnText (line 216) | async function getColumnText(precision: string) { FILE: tests/alipay/DatePicker/utils.ts function callVisibleChange (line 19) | async function callVisibleChange(visible) { function changeSelect (line 24) | async function changeSelect(value) { function callOk (line 29) | async function callOk() { FILE: tests/alipay/Form/FormCascaderPicker/index.test.ts function createFormCascaderPicker (line 8) | function createFormCascaderPicker(props: Partial) { FILE: tests/alipay/Form/FormDatePicker/index.test.ts function createFormDatePicker (line 8) | function createFormDatePicker(props: Partial) { FILE: tests/alipay/Form/FormImageUpload/index.test.ts function createFormImageUpload (line 7) | function createFormImageUpload(props: Partial) { FILE: tests/alipay/Form/FormInput/index.test.ts function createFormInput (line 8) | function createFormInput(props: Partial) { FILE: tests/alipay/Form/FormPicker/index.test.ts function createFormPicker (line 8) | function createFormPicker(props: Partial) { FILE: tests/alipay/Form/FormRadioGroup/index.test.ts function createFormRadioGroup (line 8) | function createFormRadioGroup(props: Partial) { FILE: tests/alipay/Form/FormRangePicker/index.test.ts function createFormRangePicker (line 8) | function createFormRangePicker(props: Partial) { FILE: tests/alipay/Form/FormRate/index.test.ts function createFormRate (line 8) | function createFormRate(props: Partial) { FILE: tests/alipay/Form/FormSelector/index.test.ts function createFormSelector (line 8) | function createFormSelector(props: Partial) { FILE: tests/alipay/Form/FormSlider/index.test.ts function createFormSlider (line 8) | function createFormSlider(props: Partial) { FILE: tests/alipay/Form/FormStepper/index.test.ts function createFormStepper (line 8) | function createFormStepper(props: Partial) { FILE: tests/alipay/Form/FormSwitch/index.test.ts function createFormSwitch (line 8) | function createFormSwitch(props: Partial) { FILE: tests/alipay/Form/FormTextarea/index.test.ts function createFormTextarea (line 8) | function createFormTextarea(props: Partial) { FILE: tests/alipay/Form/utils.ts function createForm (line 5) | function createForm(formConfig?: FormConfig): Form { FILE: tests/alipay/GuideTour/index.test.ts method canIUse (line 8) | canIUse() { FILE: tests/alipay/ImageUpload/helper.ts function createImageUpload (line 4) | function createImageUpload(props = {}) { function callChooseImage (line 52) | async function callChooseImage(instance) { function removeUid (line 57) | function removeUid(files) { function removeFileUid (line 61) | function removeFileUid(file) { function expectData (line 68) | async function expectData(instance, expectData) { function callOnPreview (line 72) | async function callOnPreview(instance, index: number) { function callOnRemove (line 85) | async function callOnRemove(instance, index: number) { FILE: tests/alipay/Input/common.ts function textInputAndTextArea (line 4) | function textInputAndTextArea(componentName: string, defaultProps) { FILE: tests/alipay/NoticeBar/index.test.ts method canIUse (line 11) | canIUse() { method createSelectorQuery (line 14) | createSelectorQuery() { FILE: tests/alipay/NumberKeyboard/index.spec.ts function createNumberKeyboard (line 5) | function createNumberKeyboard( FILE: tests/alipay/Pagination/index.test.ts function createPagination (line 5) | function createPagination(props, myOverride?: Record) { FILE: tests/alipay/Picker/CascaderPicker/__tests__/utils.ts function createCascaderPicker (line 5) | function createCascaderPicker( FILE: tests/alipay/Picker/__tests__/utils.ts function createPicker (line 5) | function createPicker( FILE: tests/alipay/Popover/__tests__/index.test.ts method canIUse (line 6) | canIUse() { method getSystemInfo (line 9) | getSystemInfo({ success }) { method createSelectorQuery (line 15) | createSelectorQuery() { FILE: tests/alipay/Popup/index.test.ts function createPopupInstance (line 4) | function createPopupInstance(props: any, SDKVersion?: string) { FILE: tests/alipay/Progress/index.spec.ts class MockCanvas (line 6) | class MockCanvas { method constructor (line 8) | constructor(public id: string) { method imageSmoothingEnabled (line 17) | set imageSmoothingEnabled(v: boolean) { method lineWidth (line 20) | set lineWidth(width: number) { method strokeStyle (line 23) | set strokeStyle(color: string) { method imageSmoothingQuality (line 26) | set imageSmoothingQuality(color: string) { method fakeCommand (line 29) | private fakeCommand(funcName) { function createProgress (line 36) | function createProgress(props: Partial) { FILE: tests/alipay/Radio/RadioGroup/utils.ts function createRadioGroup (line 20) | function createRadioGroup(props: Partial) { FILE: tests/alipay/Radio/utils.ts function createRadio (line 5) | function createRadio(props: IRadioProps) { FILE: tests/alipay/RareWordsKeyboard/__tests__/index.test.ts method loadFontFace (line 57) | loadFontFace() { FILE: tests/alipay/Rate/index.test.ts function getValueFromDate (line 4) | function getValueFromDate(instance) { FILE: tests/alipay/Rate/utils.ts function testRate (line 6) | function testRate(props: Partial) { FILE: tests/alipay/Selector/utils.ts function createSelector (line 28) | function createSelector(props: Partial) { FILE: tests/alipay/Slider/__tests__/index.test.ts function testSlider (line 5) | function testSlider(props, mock?: MockSelect): TestInstance { function callStep (line 16) | async function callStep( function touchEvent (line 44) | async function touchEvent( FILE: tests/alipay/Stepper/__tests__/index.test.ts method canIUse (line 8) | canIUse() { function testMixinValue (line 66) | function testMixinValue(props, expectValue) { method onChange (line 207) | onChange(value: number | null) { method onChange (line 271) | onChange(value: number | null) { method onFocus (line 377) | onFocus(value: number | null) { method onChange (line 380) | onChange(value: number | null) { method onConfirm (line 383) | onConfirm(value: number | null) { method onBlur (line 386) | onBlur(value: number | null) { method onBlur (line 436) | onBlur(value: number | null) { FILE: tests/alipay/SwipeAction/index.spec.ts method canIUse (line 15) | canIUse() { method createSelectorQuery (line 18) | createSelectorQuery() { FILE: tests/alipay/Switch/__tests__/index.test.ts function testSwitch (line 4) | function testSwitch(props) { FILE: tests/alipay/TabBar/__tests__/index.test.ts method canIUse (line 7) | canIUse() { FILE: tests/alipay/Tabs/index.test.ts method canIUse (line 48) | canIUse() { FILE: tests/alipay/Toast/index.spec.ts method canIUse (line 7) | canIUse() { FILE: tests/alipay/Typography/index.spec.ts method canIUse (line 7) | canIUse() { FILE: tests/selector-query.ts type SelectorQueryCommand (line 1) | type SelectorQueryCommand = type MockSelect (line 10) | type MockSelect = (selector: string, index: number) => any; class SelectorQuery (line 12) | class SelectorQuery { method commands (line 13) | get commands(): SelectorQueryCommand[] { method constructor (line 16) | private constructor( method select (line 21) | select(selector) { method boundingClientRect (line 27) | boundingClientRect() { method exec (line 33) | exec(callback) { method extends (line 69) | static extends(selector: SelectorQuery, command: SelectorQueryCommand) { method create (line 73) | static create(data: MockSelect) { FILE: tests/utils.ts type Instance (line 11) | interface Instance { type TestInstance (line 36) | interface TestInstance { function createInstance (line 46) | function createInstance( function component2Patch (line 196) | function component2Patch(originalMy?: Record) { function getInstance (line 214) | function getInstance( function runInMiniprogram (line 249) | function runInMiniprogram( type CompileResult (line 275) | interface CompileResult { function compileCode (line 284) | function compileCode(source: string): CompileResult { function sleep (line 339) | function sleep(_time, ciNotSleepMore?: boolean) { function callMethod (line 349) | async function callMethod(instance, name, value) { function wrapValue (line 354) | function wrapValue(value: string) {