SYMBOL INDEX (312 symbols across 120 files) FILE: .dumi/tmp-production/core/EmptyRoute.tsx function EmptyRoute (line 6) | function EmptyRoute() { FILE: .dumi/tmp-production/core/defineApp.ts type IDefaultRuntimeConfig (line 4) | interface IDefaultRuntimeConfig { type RuntimeConfig (line 12) | type RuntimeConfig = IDefaultRuntimeConfig function defineApp (line 14) | function defineApp(config: RuntimeConfig): RuntimeConfig { FILE: .dumi/tmp-production/core/exportStaticRuntimePlugin.ts function modifyClientRenderOpts (line 4) | function modifyClientRenderOpts(memo: any) { FILE: .dumi/tmp-production/core/history.ts function createHistory (line 9) | function createHistory(opts: any) { function patchTo (line 45) | function patchTo(to: any, h: History) { function stripLastSlash (line 61) | function stripLastSlash(path) { FILE: .dumi/tmp-production/core/historyIntelli.ts type Routes (line 7) | type Routes = Awaited>['routes'] type AllRoute (line 8) | type AllRoute = Routes[keyof Routes] type IsRoot (line 9) | type IsRoot = 'parentId' extends keyof T ? false : true type GetAllRouteWithoutLayout (line 12) | type GetAllRouteWithoutLayout = Item extends any type AllRouteWithoutLayout (line 19) | type AllRouteWithoutLayout = GetAllRouteWithoutLayout type IndexRoutePathname (line 20) | type IndexRoutePathname = '/' extends AllRouteWithoutLayout['path'] type GetChildrens (line 24) | type GetChildrens = T extends any type Childrens (line 29) | type Childrens = GetChildrens type Root (line 30) | type Root = Exclude type AllIds (line 31) | type AllIds = AllRoute['id'] type GetChildrensByParentId (line 33) | type GetChildrensByParentId< type RouteObject (line 44) | type RouteObject< type GetRootRouteObject (line 57) | type GetRootRouteObject = Item extends Root type MergedResult (line 62) | type MergedResult = UnionMerge> type HistoryTo (line 66) | type HistoryTo = Parameters['0'] type HistoryPath (line 67) | type HistoryPath = Exclude type UmiPathname (line 69) | type UmiPathname = Path | (string & {}) type UmiPath (line 70) | interface UmiPath extends HistoryPath { type UmiTo (line 73) | type UmiTo = UmiPathname | UmiPath type UmiPush (line 75) | type UmiPush = (to: UmiTo, state?: any) => void type UmiReplace (line 76) | type UmiReplace = (to: UmiTo, state?: any) => void type UmiHistory (line 77) | interface UmiHistory extends History { type TrimLeftSlash (line 83) | type TrimLeftSlash = T extends `/${infer R}` type TrimRightSlash (line 86) | type TrimRightSlash = T extends `${infer R}/` type TrimSlash (line 89) | type TrimSlash = TrimLeftSlash> type IsNever (line 91) | type IsNever = [T] extends [never] ? true : false type IsEqual (line 92) | type IsEqual = (() => G extends A ? 1 : 2) extends () => G e... type UnionToIntersection (line 98) | type UnionToIntersection = (U extends any ? (k: U) => void : never) e... type UnionMerge (line 103) | type UnionMerge = UnionToIntersection extends infer O type ExcludeEmptyKey (line 107) | type ExcludeEmptyKey = IsEqual extends true ? never : T type PathConcat (line 109) | type PathConcat< type UnionPath (line 121) | type UnionPath = { type MakeSureLeftSlash (line 125) | type MakeSureLeftSlash = T extends any type Path (line 130) | type Path> = Exclude, '/*'> | I... FILE: .dumi/tmp-production/core/plugin.ts function __defaultExport (line 11) | function __defaultExport (obj) { function getPlugins (line 17) | function getPlugins() { function getValidKeys (line 42) | function getValidKeys() { function createPluginManager (line 48) | function createPluginManager() { function getPluginManager (line 58) | function getPluginManager() { FILE: .dumi/tmp-production/core/pluginConfig.ts type IConfigTypes (line 6) | interface IConfigTypes { type PrettifyWithCloseable (line 265) | type PrettifyWithCloseable = { type IConfigFromPlugins (line 269) | type IConfigFromPlugins = PrettifyWithCloseable< FILE: .dumi/tmp-production/core/pluginConfigJoi.d.ts type IConfigFromPluginsJoi (line 5) | interface IConfigFromPluginsJoi { FILE: .dumi/tmp-production/core/route.tsx function getRoutes (line 6) | async function getRoutes() { FILE: .dumi/tmp-production/core/terminal.ts function send (line 6) | function send(type: string, message?: string) { function prettyPrint (line 14) | function prettyPrint(obj: any) { function stringifyObjs (line 17) | function stringifyObjs(objs: any[]) { function stringify (line 21) | function stringify(obj: any) { method log (line 25) | log(...objs: any[]) { send('log', stringifyObjs(objs)) } method info (line 26) | info(...objs: any[]) { send('info', stringifyObjs(objs)) } method warn (line 27) | warn(...objs: any[]) { send('warn', stringifyObjs(objs)) } method error (line 28) | error(...objs: any[]) { send('error', stringifyObjs(objs)) } method group (line 29) | group() { groupLevel++ } method groupCollapsed (line 30) | groupCollapsed() { groupLevel++ } method groupEnd (line 31) | groupEnd() { groupLevel && --groupLevel } method clear (line 32) | clear() { send('clear') } method trace (line 33) | trace(...args: any[]) { console.trace(...args) } method profile (line 34) | profile(...args: any[]) { console.profile(...args) } method profileEnd (line 35) | profileEnd(...args: any[]) { console.profileEnd(...args) } FILE: .dumi/tmp-production/dumi/exportStaticRuntimePlugin.ts function modifyClientRenderOpts (line 4) | function modifyClientRenderOpts(memo: any) { FILE: .dumi/tmp-production/dumi/locales/runtime.tsx function i18nProvider (line 36) | function i18nProvider(container: Element) { FILE: .dumi/tmp-production/dumi/theme/ContextWrapper.tsx function DumiContextWrapper (line 15) | function DumiContextWrapper() { FILE: .dumi/tmp-production/testBrowser.tsx type TestBrowserProps (line 16) | type TestBrowserProps = { function TestBrowser (line 21) | function TestBrowser(props: TestBrowserProps) { FILE: .dumi/tmp-production/umi.ts function render (line 17) | async function render() { FILE: .dumirc.ts method chainWebpack (line 64) | chainWebpack(config, { webpack }) { FILE: docs/form-render/demo/dymic.tsx type Language (line 7) | enum Language { FILE: docs/playground/customized/AsyncSelect.js function fetch (line 10) | function fetch(value, callback) { class SearchInput (line 42) | class SearchInput extends React.Component { method render (line 60) | render() { FILE: docs/playground/serialize.js function escapeUnsafeChars (line 36) | function escapeUnsafeChars(unsafeChar) { function deleteFunctions (line 40) | function deleteFunctions(obj) { function deleteUndefined (line 52) | function deleteUndefined(obj) { function serializeUtil (line 65) | function serializeUtil(obj, options) { function serialize (line 333) | function serialize(obj) { function serializeToDraft (line 344) | function serializeToDraft(obj) { function deserialize (line 356) | function deserialize(serializedJavascript) { FILE: docs/xflow/demo/best/basic/TextEllipsis/index.tsx type ITextEllipsisProps (line 5) | interface ITextEllipsisProps { FILE: docs/xflow/demo/best/demo2/TextEllipsis/index.tsx type ITextEllipsisProps (line 5) | interface ITextEllipsisProps { FILE: docs/xflow/demo/custom-flow/advancedLinkageCase/customWidget.tsx type AdvancedSettingWidgetProps (line 5) | interface AdvancedSettingWidgetProps { type AdvancedSettingWidgetRef (line 11) | interface AdvancedSettingWidgetRef { FILE: docs/xflow/demo/custom-flow/fullCase/components/TagWidget.tsx type TagItem (line 7) | interface TagItem { type TagWidgetProps (line 13) | interface TagWidgetProps { FILE: docs/xflow/demo/custom-flow/fullCase/components/customWidget.tsx type AdvancedSettingWidgetProps (line 8) | interface AdvancedSettingWidgetProps { type AdvancedSettingWidgetRef (line 14) | interface AdvancedSettingWidgetRef { FILE: docs/xflow/demo/custom-flow/fullCase/components/secondTagWidget.tsx type AdvancedSettingWidgetProps (line 12) | interface AdvancedSettingWidgetProps { type AdvancedSettingWidgetRef (line 18) | interface AdvancedSettingWidgetRef { type MeasureData (line 22) | interface MeasureData { FILE: docs/xflow/demo/flow-provider/index.tsx function Sidebar (line 25) | function Sidebar() { FILE: docs/xflow/demo/log/buildIn-log/DetailLogWidget.tsx type DetailLogWidgetProps (line 6) | interface DetailLogWidgetProps { FILE: packages/chart-render/src/components/Search/index.tsx type ISearchProps (line 20) | interface ISearchProps constant EMPTY_SCHEMA (line 71) | const EMPTY_SCHEMA: ISearchProps['schema'] = { FILE: packages/chart-render/src/utils/index.ts function splitMeta (line 3) | function splitMeta(meta: MetaItem[] = []) { FILE: packages/chart-render/src/utils/store.ts type IStore (line 5) | interface IStore { FILE: packages/chart-render/src/utils/type.ts type ArrayFilters (line 1) | type ArrayFilters = Array< type ObjectFilters (line 21) | type ObjectFilters = Record; type MetaItem (line 33) | type MetaItem = { type DataItem (line 47) | type DataItem = Record; type DataSource (line 49) | type DataSource = { meta: MetaItem[]; data: DataItem[] }; FILE: packages/chart-render/src/widgets/Column/index.tsx type IColumnProps (line 12) | interface IColumnProps extends Omit, 'data'> { function generateConfig (line 17) | function generateConfig( FILE: packages/chart-render/src/widgets/Pie/index.tsx type IPieProps (line 8) | interface IPieProps extends Omit, 'data'> {} FILE: packages/data-render/src/models/store.ts type FormStore (line 3) | type FormStore = { FILE: packages/data-render/src/type.ts type DataVProps (line 1) | interface DataVProps { FILE: packages/data-render/src/utils/common.ts function isArray (line 209) | function isArray(input: any): input is any[] { FILE: packages/data-render/src/widgets/FButton/index.tsx type FButtonProps (line 10) | interface FButtonProps extends ButtonProps { FILE: packages/data-render/src/widgets/FCollapse/index.tsx type IProps (line 5) | interface IProps { FILE: packages/data-render/src/widgets/FDescriptions/index.tsx constant WIDGETNAME (line 12) | const WIDGETNAME = 'dv-descriptions'; FILE: packages/data-render/src/widgets/FProgressBar/index.tsx type FProgressBarProps (line 6) | interface FProgressBarProps extends Omit { FILE: packages/data-render/src/widgets/FStatistic/index.tsx type FStatisticProps (line 6) | interface FStatisticProps extends Omit { FILE: packages/data-render/src/widgets/FText/index.tsx type IProps (line 9) | interface IProps { FILE: packages/data-render/src/widgets/components/BaseCollapse/index.tsx type IProps (line 8) | interface IProps { FILE: packages/data-render/src/widgets/components/Encryption/index.tsx type IIcon (line 8) | interface IIcon { type IProps (line 15) | interface IProps { FILE: packages/data-render/src/widgets/components/SuckTabs/index.tsx type ITabItem (line 11) | interface ITabItem { FILE: packages/data-render/src/widgets/components/TextEllipsis/index.tsx type IProps (line 6) | interface IProps { FILE: packages/data-render/src/widgets/utils/common.ts function isArray (line 209) | function isArray(input: any): input is any[] { FILE: packages/data-render/src/widgets/utils/hooks.ts function usePrevious (line 3) | function usePrevious(value: any) { FILE: packages/data-render/src/withProvider.tsx function withProvider (line 12) | function withProvider( FILE: packages/form-render-mobile/src/models/store.ts type FormStore (line 3) | type FormStore = { FILE: packages/form-render-mobile/src/render-core/index.tsx type RenderCoreProps (line 5) | interface RenderCoreProps { type RenderItemProps (line 12) | interface RenderItemProps { FILE: packages/form-render-mobile/src/type.ts type AntdFormInstance (line 6) | type AntdFormInstance = Exclude type SchemaType (line 9) | type SchemaType = type SchemaBase (line 21) | interface SchemaBase { type Schema (line 74) | type Schema = Partial; type Error (line 76) | interface Error { type FormParams (line 83) | interface FormParams { type ValidateParams (line 94) | interface ValidateParams { type ResetParams (line 102) | interface ResetParams { type FieldParams (line 112) | interface FieldParams { type ListOperate (line 120) | interface ListOperate { type GlobalConfig (line 125) | interface GlobalConfig { type FormInstance (line 129) | interface FormInstance extends AntdFormInstance { type WatchProperties (line 188) | type WatchProperties = { type FRProps (line 197) | interface FRProps extends AntdFormProps { type SearchProps (line 291) | interface SearchProps extends Omit { type ConnectedForm (line 321) | type ConnectedForm = T & { FILE: packages/form-render-mobile/src/utils/index.ts function isUrl (line 41) | function isUrl(string: string) { function getFormat (line 55) | function getFormat(format) { function isObjType (line 91) | function isObjType(schema: any) { function isListType (line 96) | function isListType(schema: any) { function isCheckBoxType (line 100) | function isCheckBoxType(schema, readOnly) { FILE: packages/form-render-mobile/src/widgets/Html/index.tsx type IProps (line 5) | interface IProps { FILE: packages/form-render-mobile/src/widgets/utils.ts function getFormat (line 1) | function getFormat(format) { FILE: packages/form-render-mobile/src/withProvider.tsx function withProvider (line 17) | function withProvider(Element: React.ComponentType): React.FC { FILE: packages/form-render/__tests__/form.spec.tsx function sleep (line 7) | function sleep(ms): Promise { FILE: packages/form-render/src/models/expression.ts function getRealDataPath (line 101) | function getRealDataPath(path) { function getValueByPath (line 113) | function getValueByPath(formData, path) { FILE: packages/form-render/src/models/flattenSchema.ts function getSchemaFromFlatten (line 16) | function getSchemaFromFlatten(flatten: any, path = '#') { function flattenSchema (line 43) | function flattenSchema(_schema = {}, name?: any, parent?: any, _result?:... FILE: packages/form-render/src/models/formCoreUtils.ts function yymmdd (line 158) | function yymmdd(timeStamp) { function msToTime (line 170) | function msToTime(duration) { FILE: packages/form-render/src/models/mapping.tsx function getWidgetName (line 42) | function getWidgetName(schema, _mapping = mapping) { function capitalizeFirstLetter (line 105) | function capitalizeFirstLetter(str: any) { FILE: packages/form-render/src/models/store.ts type FormStore (line 3) | type FormStore = { FILE: packages/form-render/src/render-core/index.tsx type RenderCoreProps (line 7) | interface RenderCoreProps { type RenderItemProps (line 14) | interface RenderItemProps { FILE: packages/form-render/src/type.ts type SchemaType (line 8) | type SchemaType = type ActionProps (line 20) | type ActionProps = { type SchemaBase (line 33) | interface SchemaBase { type Schema (line 93) | type Schema = Partial; type Error (line 95) | interface Error { type FormParams (line 102) | interface FormParams { type ValidateParams (line 113) | interface ValidateParams { type ResetParams (line 121) | interface ResetParams { type FieldParams (line 131) | interface FieldParams { type ListOperate (line 139) | interface ListOperate { type GlobalConfig (line 146) | interface GlobalConfig { type FormInstance (line 155) | interface FormInstance { type WatchProperties (line 271) | type WatchProperties = { type ExtendedColProps (line 280) | interface ExtendedColProps extends ColProps { type FRProps (line 284) | interface FRProps extends Omit { type SearchProps (line 415) | interface SearchProps extends Omit { type WidgetProps (line 442) | type WidgetProps = { type WidgetAddonsType (line 455) | type WidgetAddonsType = FormInstance & { type ConnectedForm (line 467) | type ConnectedForm = T & { FILE: packages/form-render/src/utils/index.ts function isUrl (line 27) | function isUrl(string: string) { function getFormat (line 41) | function getFormat(format) { function isObjType (line 77) | function isObjType(schema: any) { function isListType (line 82) | function isListType(schema: any) { function isCheckBoxType (line 86) | function isCheckBoxType(schema: any, readOnly: boolean) { FILE: packages/form-render/src/widgets/boxCollapse/index.tsx type IProps (line 8) | interface IProps { FILE: packages/form-render/src/widgets/fields/checkbox/index.tsx type Props (line 5) | interface Props { FILE: packages/form-render/src/widgets/fields/checkboxes/index.tsx type Option (line 5) | interface Option { type Props (line 11) | interface Props { FILE: packages/form-render/src/widgets/fields/html/index.tsx function html (line 4) | function html({ value, checked, options, schema = {} } : any) { FILE: packages/form-render/src/widgets/fields/imageInput/index.tsx constant DEFAULT_IMG (line 8) | const DEFAULT_IMG = type PreviewNodeProps (line 11) | interface PreviewNodeProps { type ImageInputProps (line 36) | interface ImageInputProps { FILE: packages/form-render/src/widgets/fields/percentSlider/index.tsx type Props (line 4) | interface Props { FILE: packages/form-render/src/widgets/fields/radio/index.tsx type Option (line 5) | interface Option { type Props (line 11) | interface Props { FILE: packages/form-render/src/widgets/fields/slider/index.tsx type SliderWithNumberProps (line 8) | interface SliderWithNumberProps { FILE: packages/form-render/src/widgets/fields/upload/index.tsx type Props (line 10) | interface Props { method onChange (line 34) | onChange(info: any) { method onRemove (line 46) | onRemove() { FILE: packages/form-render/src/widgets/fields/urlInput/index.tsx type UrlNodeProps (line 5) | interface UrlNodeProps { type UrlInputProps (line 28) | interface UrlInputProps { FILE: packages/form-render/src/widgets/listDrawer/index.tsx type Props (line 10) | interface Props { FILE: packages/form-render/src/widgets/listTab/index.tsx type ListTabProps (line 8) | interface ListTabProps { FILE: packages/form-render/src/widgets/listTable/index.tsx type ListTableProps (line 12) | interface ListTableProps { FILE: packages/form-render/src/widgets/listVirtual/index.tsx type ListVirtualProps (line 13) | interface ListVirtualProps { FILE: packages/form-render/src/widgets/utils/hooks.ts function usePrevious (line 4) | function usePrevious(value: any) { FILE: packages/form-render/src/widgets/utils/index.ts function isUrl (line 6) | function isUrl(str: string) { function getFormat (line 13) | function getFormat(format: string) { FILE: packages/form-render/src/withProvider.tsx function withProvider (line 15) | function withProvider(Element: React.ComponentType, defaultWidgets... FILE: packages/table-render/src/core/ErrorBoundary/index.tsx class ErrorBoundary (line 4) | class ErrorBoundary extends React.Component< method getDerivedStateFromError (line 10) | static getDerivedStateFromError(error: Error) { method componentDidCatch (line 14) | componentDidCatch(error: any, errorInfo: ErrorInfo) { method render (line 19) | render() { FILE: packages/table-render/src/core/ToolbarView/InteriorTool/ColumnSetting/utils.ts type Setting (line 4) | type Setting = ToolbarActionConfig['columnsSettingValue']; FILE: packages/table-render/src/core/ToolbarView/InteriorTool/DensityIcon.tsx type DensitySize (line 7) | type DensitySize = 'middle' | 'small' | 'default' | undefined; FILE: packages/table-render/src/core/index.tsx type ISearchParams (line 16) | type ISearchParams = { FILE: packages/table-render/src/core/store.ts type TableRenderStoreType (line 5) | type TableRenderStoreType = { FILE: packages/table-render/src/types.ts type ColumnsSettingValueType (line 7) | type ColumnsSettingValueType = Array<{ type ToolbarActionConfig (line 16) | type ToolbarActionConfig = { type DoSearchType (line 24) | type DoSearchType = ( type RefreshType (line 34) | type RefreshType = ( type ChangeTabType (line 39) | type ChangeTabType = (tab: number | string) => Promise; type TableContext (line 41) | interface TableContext { type ProColumnsType (line 49) | type ProColumnsType = Array< type TableState (line 61) | interface TableState { type SearchProps (line 78) | interface SearchProps extends Omit { type ApiType (line 103) | type ApiType = type SearchApi (line 107) | type SearchApi = ( type TablePropsC (line 125) | interface TablePropsC type TableRenderProps (line 133) | interface TableRenderProps FILE: packages/x-flow/src/components/CustomNode/sourceHandle.tsx type HandleProps (line 10) | type HandleProps = ComponentProps FILE: packages/x-flow/src/components/NodeEditor/index.tsx type INodeEditorProps (line 18) | interface INodeEditorProps { function getSchema (line 72) | async function getSchema() { FILE: packages/x-flow/src/components/NodeLogPanel/components/TrackNodeItem.tsx type ITrackNodeItemProps (line 10) | interface ITrackNodeItemProps { FILE: packages/x-flow/src/components/NodeLogPanel/index.tsx type INodeEditorProps (line 9) | interface INodeEditorProps { FILE: packages/x-flow/src/components/NodesMenu/index.tsx function searchList (line 17) | function searchList(nodes: any, preResult = []) { FILE: packages/x-flow/src/components/PanelContainer/index.tsx type IPanelProps (line 14) | interface IPanelProps { FILE: packages/x-flow/src/components/PanelStatusLogContainer/index.tsx type IPanelProps (line 11) | interface IPanelProps { FILE: packages/x-flow/src/components/TextEllipsis/index.tsx type ITextEllipsisProps (line 5) | interface ITextEllipsisProps { FILE: packages/x-flow/src/hooks/useEdges.ts function useEdges (line 15) | function useEdges(): Edge[] { FILE: packages/x-flow/src/hooks/useNodes.ts function useNodes (line 14) | function useNodes(): NodeType[] { FILE: packages/x-flow/src/models/context.ts type Config (line 5) | type Config = FlowProps & Record FILE: packages/x-flow/src/models/event-emitter.tsx type EventEmitterContextProviderProps (line 12) | type EventEmitterContextProviderProps = { FILE: packages/x-flow/src/models/store.ts type FlowProps (line 16) | type FlowProps = { type FlowStore (line 23) | type FlowStore = ReturnType; type FlowNode (line 25) | type FlowNode = Node; type FlowState (line 27) | type FlowState = { method onSave (line 133) | onSave(pastState, currentState) { FILE: packages/x-flow/src/nodes/node-parallel/setting/index.tsx type INodeSwitchSettingPorps (line 6) | interface INodeSwitchSettingPorps { FILE: packages/x-flow/src/nodes/node-switch/setting/index.tsx type INodeSwitchSettingPorps (line 6) | interface INodeSwitchSettingPorps { FILE: packages/x-flow/src/operator/UndoRedo/index.tsx type UndoRedoProps (line 7) | type UndoRedoProps = { FILE: packages/x-flow/src/operator/ZoomInOut/index.tsx type ZoomType (line 10) | enum ZoomType { constant ZOOM_IN_OUT_OPTIONS (line 21) | const ZOOM_IN_OUT_OPTIONS = [ FILE: packages/x-flow/src/operator/ZoomInOut/shortcuts-name.tsx type ShortcutsNameProps (line 5) | type ShortcutsNameProps = { FILE: packages/x-flow/src/operator/index.tsx type OperatorProps (line 11) | type OperatorProps = { FILE: packages/x-flow/src/types.ts type SourceHandleType (line 11) | type SourceHandleType = typeof SourceHandle; type ReactFlowProps (line 12) | type ReactFlowProps = ComponentProps type TNodeItem (line 13) | interface TNodeItem { type TNodeGroup (line 64) | interface TNodeGroup { type TNodeMenu (line 70) | interface TNodeMenu { type TNodePanel (line 77) | interface TNodePanel { type TNodeSelector (line 85) | interface TNodeSelector { type TLogListItem (line 90) | interface TLogListItem { type TLogPanel (line 103) | interface TLogPanel { type TNodeView (line 115) | interface TNodeView { type TEdge (line 123) | interface TEdge { type TControl (line 132) | interface TControl{ type THandle (line 144) | interface THandle{ type node (line 150) | type node = { type edge (line 159) | type edge = { type FlowProps (line 164) | interface FlowProps { type ItemInfo (line 203) | interface ItemInfo { FILE: packages/x-flow/src/utils/autoLayoutNodes.ts constant CUSTOM_NODE (line 5) | const CUSTOM_NODE = 'custom'; constant CUSTOM_EDGE (line 6) | const CUSTOM_EDGE = 'custom'; FILE: packages/x-flow/src/utils/hooks.ts function usePrevious (line 4) | function usePrevious(value: any) { type TCallback (line 24) | type TCallback = () => Promise; type TRequestLoading (line 25) | type TRequestLoading = () => [boolean, (callback: TCallback) => void]; FILE: packages/x-flow/src/utils/index.ts function isUrl (line 44) | function isUrl(string: string) { function getFormat (line 58) | function getFormat(format) { function isObjType (line 94) | function isObjType(schema: any) { function isListType (line 103) | function isListType(schema: any) { function isCheckBoxType (line 111) | function isCheckBoxType(schema: any, readOnly: boolean) { function safeJsonStringify (line 246) | function safeJsonStringify(obj: Object) { function safeJSONParse (line 284) | function safeJSONParse( constant NODE_STATUS (line 302) | const NODE_STATUS = { function getTransparentColor (line 336) | function getTransparentColor(colorInput: string, alpha: number) { function isTruthy (line 347) | function isTruthy(value: any) { function hexToRgba (line 358) | function hexToRgba(hex: string, alpha = 0.25) { function getColorfulModeBackground (line 387) | function getColorfulModeBackground(color: string, openColorfulMode: bool... FILE: packages/x-flow/src/withProvider.tsx type ProviderProps (line 7) | interface ProviderProps { function withProvider (line 16) | function withProvider( FILE: scripts/prettier-plugin/index.js function createParser (line 3) | function createParser(original, transform) { function visit (line 15) | function visit(ast, callbackMap) { function transformJavaScript (line 44) | function transformJavaScript(ast, options) { FILE: tools/schema-builder/src/settings/meta/cardList.ts method setValue (line 62) | setValue(target: any, value: string) { method setValue (line 148) | setValue(target: any, value: number) { FILE: tools/schema-builder/src/type.ts type TProperties (line 1) | interface TProperties { type TLogo (line 5) | interface TLogo { type TSchema (line 11) | interface TSchema { type TToolBtn (line 16) | interface TToolBtn { type TSchemaBuilder (line 22) | interface TSchemaBuilder { FILE: typing.d.ts type Window (line 1) | interface Window { FILE: widgets/AsyncOptions/src/index.js function index (line 3) | function index() { FILE: widgets/template/src/index.js function Template (line 3) | function Template() {