MCPcopy Create free account

hub / github.com/alibaba/formily-editor / functions

Functions295 in github.com/alibaba/formily-editor

↓ 15 callersMethodget
* getters
packages/formily-schema-editor/src/shared/schema.ts:191
↓ 14 callersFunctionchanged
()
packages/formily-schema-editor/src/widgets/LinkageWidget/index.tsx:56
↓ 14 callersFunctionrecord
()
packages/formily-schema-editor/src/hooks/useEditor.ts:154
↓ 12 callersFunctionpathParser
(path: string[])
packages/formily-schema-editor/src/shared/tree.ts:1284
↓ 11 callersFunctionupdateSchema
()
packages/formily-schema-editor/src/hooks/useEditor.ts:149
↓ 8 callersMethodisArray
()
packages/formily-schema-editor/src/shared/schema.ts:537
↓ 8 callersFunctionselectSchemaNode
(path: FormPathPattern)
packages/formily-schema-editor/src/hooks/useEditor.ts:313
↓ 7 callersMethodsetParent
(parent?: Schema)
packages/formily-schema-editor/src/shared/schema.ts:171
↓ 6 callersFunctionmap
({ treeData, getNodeKey, callback, ignoreCollapsed = true, })
packages/formily-schema-editor/src/shared/tree.ts:360
↓ 5 callersFunctionbuildDataSourceSchema
( title?: string, description?: string )
packages/extensions/src/util.ts:88
↓ 5 callersMethodremove
()
packages/formily-schema-editor/src/shared/schema.ts:639
↓ 5 callersFunctionuseEditor
()
packages/formily-schema-editor/src/hooks/useEditor.ts:380
↓ 5 callersFunctionuseToggle
(initialValue: boolean = false)
packages/formily-schema-editor/src/hooks/useToggle.ts:3
↓ 4 callersMethodfromJSON
(json: ISchema = {})
packages/formily-schema-editor/src/shared/schema.ts:488
↓ 4 callersMethodgetExtendsComponentProps
()
packages/formily-schema-editor/src/shared/schema.ts:408
↓ 4 callersFunctiongetValueType
(field, target, operator)
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:68
↓ 4 callersFunctiononAdd
packages/formily-schema-editor/src/components/ListUi/index.tsx:22
↓ 4 callersFunctiononChange
packages/formily-schema-editor/src/widgets/LinkageWidget/index.stories.tsx:18
↓ 3 callersFunctionchangeNodeAtPath
({ treeData, path, newNode, getNodeKey, ignoreCollapsed = true, })
packages/formily-schema-editor/src/shared/tree.ts:410
↓ 3 callersFunctionequalString
(a1: string, a2: string)
packages/formily-schema-editor/src/hooks/useEditor.ts:22
↓ 3 callersFunctionfindProperty
(object: any, propertyKey: string | number)
packages/formily-schema-editor/src/shared/schema.ts:33
↓ 3 callersFunctiongetDefaultValue
(field, valueType)
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:92
↓ 3 callersFunctiongetDescendantCount
({ node, ignoreCollapsed = true })
packages/formily-schema-editor/src/shared/tree.ts:61
↓ 3 callersFunctiongetFieldEnum
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:60
↓ 3 callersFunctiongetSchema
(json = true)
packages/formily-schema-editor/src/hooks/useEditor.ts:343
↓ 3 callersMethodgetSelfProps
()
packages/formily-schema-editor/src/shared/schema.ts:235
↓ 3 callersMethodinsertBefore
(json: ISchema)
packages/formily-schema-editor/src/shared/schema.ts:652
↓ 3 callersFunctiononChange
packages/formily-schema-editor/src/widgets/RulesWidget/index.stories.tsx:11
↓ 3 callersFunctionselfPath
packages/formily-schema-editor/src/shared/tree.ts:715
↓ 3 callersFunctionsetNodeFocus
(path = "", nodeType = "object")
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:107
↓ 3 callersMethodtoJSON
()
packages/formily-schema-editor/src/shared/schema.ts:462
↓ 2 callersMethod_addListener
(name: string, callback: EventCallback, once: boolean)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/EventEmitter.ts:28
↓ 2 callersMethodappend
node mutators
packages/formily-schema-editor/src/shared/schema.ts:570
↓ 2 callersFunctionclipboardCopy
(text: string)
packages/formily-schema-editor/src/hooks/useClipboard.ts:17
↓ 2 callersMethodemit
(name: string, ...args: any[])
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/EventEmitter.ts:68
↓ 2 callersFunctiongetCommonConfigSchema
(type: string)
packages/formily-schema-editor/src/panels/ConfigurePanel/getConfigurePanleProps.ts:42
↓ 2 callersMethodgetEmptyValue
()
packages/formily-schema-editor/src/shared/schema.ts:220
↓ 2 callersFunctiongetNodeDataAtTreeIndexOrNextIndex
* Performs a depth-first traversal over all of the node descendants, * incrementing currentIndex by 1 for each
packages/formily-schema-editor/src/shared/tree.ts:6
↓ 2 callersFunctiongetOperatorEnum
(type, target)
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:29
↓ 2 callersMethodgetOrderProperties
()
packages/formily-schema-editor/src/shared/schema.ts:552
↓ 2 callersFunctiongetPathName
(path)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/nodeRenderer.tsx:43
↓ 2 callersFunctiongetRule
(str: string)
packages/formily-schema-editor/src/widgets/RulesWidget/libs/regUtil.ts:1
↓ 2 callersMethodinsertAfter
(json: ISchema)
packages/formily-schema-editor/src/shared/schema.ts:701
↓ 2 callersFunctioninsertChildNode
(e, type: 'leaf' | 'sibling')
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/cursor.tsx:62
↓ 2 callersFunctioninsertChildNode
(e, type: 'leaf' | 'sibling')
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/cursorEnhancement.tsx:23
↓ 2 callersFunctioninsertNode
({ treeData, depth: targetDepth, minimumTreeIndex, newNode, getNodeKey = (params: any) => {}, igno
packages/formily-schema-editor/src/shared/tree.ts:891
↓ 2 callersMethodmapProperties
(callback?: (schema: Schema, key: string) => any)
packages/formily-schema-editor/src/shared/schema.ts:541
↓ 2 callersMethodon
(name: string, callback: EventCallback)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/EventEmitter.ts:40
↓ 2 callersFunctiononAppend
(path: FormPathPattern, schema: ISchema & { key: string })
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:24
↓ 2 callersFunctionprocessSize
(size)
packages/formily-schema-editor/src/components/JsonDialogInputer/editor.tsx:7
↓ 2 callersFunctionpushAction
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/linkagesUtil.ts:25
↓ 2 callersFunctionremoveFalsy
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:46
↓ 2 callersFunctionrenderColumns
(items, index)
packages/formily-schema-editor/src/components/SimpleArrayTable/index.tsx:35
↓ 2 callersFunctionschemaInsert
(e, { type, parentPath = [], nodeElement })
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:207
↓ 2 callersFunctionsetSchema
(newSchema: ISchema)
packages/formily-schema-editor/src/hooks/useEditor.ts:141
↓ 2 callersFunctiontrav
packages/formily-schema-editor/src/shared/tree.ts:1010
↓ 2 callersFunctiontraverse
packages/formily-schema-editor/src/shared/tree.ts:250
↓ 2 callersFunctionuseClipboard
()
packages/formily-schema-editor/src/hooks/useClipboard.ts:12
↓ 2 callersFunctionvalidateContent
(currentTab = activeKey)
packages/formily-schema-editor/src/index.stories.tsx:64
↓ 2 callersFunctionz
()
packages/formily-schema-editor/src/assets/iconfont.js:1
↓ 1 callersFunction_insertLeafNode
(treeData, targetDepth, targetIndex, newNode)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:166
↓ 1 callersFunction_insertSliblingNode
(treeData, targetDepth, targetIndex, newNode)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:178
↓ 1 callersFunctionaddExpression
packages/formily-schema-editor/src/widgets/RulesWidget/libs/regUtil.ts:7
↓ 1 callersFunctionaddNodeAtDepthAndIndex
({ targetDepth, minimumTreeIndex, newNode, ignoreCollapsed, expandParent, isPseudoRoot = false,
packages/formily-schema-editor/src/shared/tree.ts:701
↓ 1 callersFunctionallowRedo
()
packages/formily-schema-editor/src/hooks/useEditor.ts:328
↓ 1 callersFunctionallowUndo
()
packages/formily-schema-editor/src/hooks/useEditor.ts:324
↓ 1 callersFunctionappendAfterSchemaNode
( path: FormPathPattern, node: ISchema & { key: string } )
packages/formily-schema-editor/src/hooks/useEditor.ts:230
↓ 1 callersFunctionappendBeforeSchemaNode
( path: FormPathPattern, node: ISchema & { key: string } )
packages/formily-schema-editor/src/hooks/useEditor.ts:243
↓ 1 callersFunctionappendSchemaNode
( path: FormPathPattern, node: ISchema & { key: string } )
packages/formily-schema-editor/src/hooks/useEditor.ts:216
↓ 1 callersFunctionappendXComponent
(schema: ISchema, expression: boolean = false)
packages/formily-schema-editor/src/panels/ConfigurePanel/getConfigurePanleProps.ts:18
↓ 1 callersFunctioncopyPath
(copy, path)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/index.tsx:16
↓ 1 callersFunctiondestroyBrace
()
packages/formily-schema-editor/src/components/JsonDialogInputer/editor.tsx:40
↓ 1 callersFunctionfilterProperties
( object: T, keys: string[] )
packages/formily-schema-editor/src/shared/schema.ts:46
↓ 1 callersFunctionfind
(list, test)
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:50
↓ 1 callersFunctionflattenForest
(forest = [])
packages/formily-schema-editor/src/shared/tree.ts:1246
↓ 1 callersFunctiongetBreadCrumbDataSource
(path, includeVirtual = true)
packages/formily-schema-editor/src/panels/MainPanel/index.tsx:19
↓ 1 callersFunctiongetChildIndex
(children = [], key)
packages/formily-schema-editor/src/shared/tree.ts:1236
↓ 1 callersFunctiongetDefaultCondition
(field, isFirst)
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:230
↓ 1 callersFunctiongetDefaultProps
(extensionSchema, configDefaultProps)
packages/formily-schema-editor/src/panels/ConfigurePanel/getConfigurePanleProps.ts:114
↓ 1 callersMethodgetExtendsItemProps
()
packages/formily-schema-editor/src/shared/schema.ts:386
↓ 1 callersMethodgetExtendsProps
()
packages/formily-schema-editor/src/shared/schema.ts:405
↓ 1 callersFunctiongetNodeAtPath
({ treeData, path, getNodeKey, ignoreCollapsed = true, })
packages/formily-schema-editor/src/shared/tree.ts:574
↓ 1 callersFunctiongetTargetEnum
(type)
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:22
↓ 1 callersFunctiongetXComponentForDefaultField
(type)
packages/formily-schema-editor/src/panels/ConfigurePanel/getConfigurePanleProps.ts:30
↓ 1 callersFunctionhandleResizeStop
()
packages/formily-schema-editor/src/panels/MainPanel/index.tsx:57
↓ 1 callersFunctionhandleSelectRow
()
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/nodeRenderer.tsx:78
↓ 1 callersFunctioninitBrace
()
packages/formily-schema-editor/src/components/JsonDialogInputer/editor.tsx:27
↓ 1 callersFunctionisDescendant
(older, younger)
packages/formily-schema-editor/src/shared/tree.ts:1033
↓ 1 callersFunctionisEmptyObject
(obj)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/linkagesUtil.ts:5
↓ 1 callersFunctionisMissLinkage
(linkage)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/linkagesUtil.ts:13
↓ 1 callersFunctionlinkageHasAction
(linkage)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/linkagesUtil.ts:9
↓ 1 callersFunctionmapDescendants
* Perform a change on the given node and all its descendants, traversing the tree depth-first * * @param {Object} args - Function parameters * @par
packages/formily-schema-editor/src/shared/tree.ts:179
↓ 1 callersMethodmerge
(spec: any)
packages/formily-schema-editor/src/shared/schema.ts:211
↓ 1 callersFunctionmoveAfterSchemaNode
( source: FormPathPattern, target: FormPathPattern )
packages/formily-schema-editor/src/hooks/useEditor.ts:272
↓ 1 callersFunctionmoveBeforeSchemaNode
( source: FormPathPattern, target: FormPathPattern )
packages/formily-schema-editor/src/hooks/useEditor.ts:287
↓ 1 callersFunctionmoveChildrenSchemaNode
( source: FormPathPattern, target: FormPathPattern )
packages/formily-schema-editor/src/hooks/useEditor.ts:257
↓ 1 callersFunctiononAppendAfter
(target:FormPath, schema: ISchema & { key: string })
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:29
↓ 1 callersFunctiononAppendBefore
(target:FormPath, schema: ISchema & { key: string })
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:33
↓ 1 callersFunctiononChange
packages/formily-schema-editor/src/components/withExpression/index.tsx:25
↓ 1 callersFunctiononClose
()
packages/formily-schema-editor/src/components/ListUi/index.tsx:18
next →1–100 of 295, ranked by callers