MCPcopy Create free account

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

Functions295 in github.com/alibaba/formily-editor

↓ 1 callersFunctiononClose
()
packages/formily-schema-editor/src/components/SimpleArrayTable/index.tsx:31
↓ 1 callersFunctiononMoveAfter
(source:FormPath,target:FormPath)
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:48
↓ 1 callersFunctiononMoveBefore
(source:FormPath,target:FormPath)
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:43
↓ 1 callersFunctiononMoveChildren
( source: FormPath, target: FormPath )
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:53
↓ 1 callersFunctiononRemove
packages/formily-schema-editor/src/components/ListUi/index.tsx:33
↓ 1 callersFunctiononRemove
(index)
packages/formily-schema-editor/src/components/SimpleArrayTable/index.tsx:27
↓ 1 callersFunctiononRemove
(target: FormPath)
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:38
↓ 1 callersFunctiononSelect
(path: FormPath)
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:61
↓ 1 callersFunctionparseExtensions
( extensions: SchemaEditorExtension[], schema: Schema, { isRoot, locale }: { isRoot: boolean; locale: an
packages/formily-schema-editor/src/hooks/useEditor.ts:26
↓ 1 callersMethodremoveChildByKey
(key: string)
packages/formily-schema-editor/src/shared/schema.ts:593
↓ 1 callersFunctionremoveNodeAtPath
({ treeData, path, getNodeKey, ignoreCollapsed = true, })
packages/formily-schema-editor/src/shared/tree.ts:507
↓ 1 callersFunctionremoveSchemaNode
(path: FormPathPattern)
packages/formily-schema-editor/src/hooks/useEditor.ts:302
↓ 1 callersFunctionrenderExportDialogFooter
()
packages/formily-schema-editor/src/index.stories.tsx:105
↓ 1 callersFunctionrenderFooter
()
packages/formily-schema-editor/src/index.stories.tsx:85
↓ 1 callersFunctionrenderFooter
()
packages/formily-schema-editor/src/components/JsonDialogInputer/index.tsx:32
↓ 1 callersFunctionrenderForm
()
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/nodeRenderer.tsx:154
↓ 1 callersFunctionrenderNormal
()
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/nodeRenderer.tsx:86
↓ 1 callersFunctionrenderToolbar
packages/formily-schema-editor/src/index.stories.tsx:33
↓ 1 callersFunctionschemaDelete
(data)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:293
↓ 1 callersFunctionschemaRemove
(nodeElement)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:190
↓ 1 callersFunctionschemaSelect
(node)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:300
↓ 1 callersFunctionschemaUpdate
(nodeElement)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:236
↓ 1 callersFunctionsetCompactLayout
()
packages/formily-schema-editor/src/panels/MainPanel/hooks/useFormLayout.ts:8
↓ 1 callersFunctionsetLooseLayout
()
packages/formily-schema-editor/src/panels/MainPanel/hooks/useFormLayout.ts:12
↓ 1 callersMethodsetProperties
(properties: SchemaProperties<ISchema>)
packages/formily-schema-editor/src/shared/schema.ts:434
↓ 1 callersMethodsetProperty
* getters
packages/formily-schema-editor/src/shared/schema.ts:420
↓ 1 callersFunctiontest
(str)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/regUtil.ts:1
↓ 1 callersFunctiontoReg
(str)
packages/formily-schema-editor/src/widgets/RulesWidget/libs/regUtil.ts:15
↓ 1 callersFunctiontoReg
(str)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/regUtil.ts:5
↓ 1 callersFunctiontransFormTypeDataSource
(types = [])
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/addition.tsx:16
↓ 1 callersMethodunrelease_getOrderPatternProperties
()
packages/formily-schema-editor/src/shared/schema.ts:556
↓ 1 callersFunctionupdateCursorPosition
(ref, parentPath, node)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/cursor.tsx:38
↓ 1 callersFunctionupdateCursorPosition
(ref, parentPath, node)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/cursorEnhancement.tsx:12
↓ 1 callersFunctionupdateSchemaSelfProps
(props: ISchema)
packages/formily-schema-editor/src/hooks/useEditor.ts:187
↓ 1 callersFunctionuseEditorProvider
(props: ISchemaEditorProps)
packages/formily-schema-editor/src/hooks/useEditor.ts:112
↓ 1 callersFunctionuseForceUpdate
()
packages/formily-schema-editor/src/hooks/useForceUpdate.ts:7
↓ 1 callersFunctionuseFormLayout
(defaultLayout = { size: "medium", labelAlign: "left", labelCol: 4, wrapperCol: 10 })
packages/formily-schema-editor/src/panels/MainPanel/hooks/useFormLayout.ts:4
↓ 1 callersFunctionuseMode
(defaultMode = MODES.EDIT_ONLY.value)
packages/formily-schema-editor/src/panels/MainPanel/hooks/useMode.ts:19
↓ 1 callersFunctionuseSchemaTree
(props: ISchemaTreeWidgetProps)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:18
↓ 1 callersFunctionwalk
({ treeData, getNodeKey, callback, ignoreCollapsed = true, })
packages/formily-schema-editor/src/shared/tree.ts:327
↓ 1 callersFunctionwalkDescendants
* Walk all descendants of the given node, depth-first * * @param {Object} args - Function parameters * @param {function} args.callback - Function t
packages/formily-schema-editor/src/shared/tree.ts:92
FunctionAction
({ index, value, onAdd, onDelete, })
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Action/Action.tsx:52
FunctionActions
({ isMeet, title, value, })
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Actions/Actions.tsx:8
FunctionAddIcon
({ onClick })
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/icon.tsx:4
FunctionArrayTableInput
({ value = [], onChange, })
packages/formily-schema-editor/src/widgets/LinkageWidget/components/ArrayTableInput/ArrayTableInput.tsx:9
FunctionCommonScene
()
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/index.stories.tsx:143
FunctionComponent
packages/formily-schema-editor/src/index.tsx:13
FunctionCondition
({ value, onAdd, onDelete, })
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Condition/Condition.tsx:110
FunctionConditions
({ value, })
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Conditions/Conditions.tsx:7
FunctionConfigurePanel
({ layout })
packages/formily-schema-editor/src/panels/ConfigurePanel/index.tsx:13
FunctionCube
({ className, children, ...props } )
packages/formily-schema-editor/src/components/FormCube/index.tsx:7
FunctionCursor
({ showSibling, showLeaf, schemaInsert, currentSchema, setActivedNode})
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/cursor.tsx:8
FunctionCursor
({ showSibling, showLeaf, schemaInsert, nodeElement, parentPath })
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/cursorEnhancement.tsx:7
FunctionDemo
()
packages/formily-schema-editor/src/index.stories.tsx:20
FunctionDemo
()
packages/formily-schema-editor/src/components/ListUi/index.stories.tsx:19
FunctionDemo
()
packages/formily-schema-editor/src/components/withExpression/index.stories.tsx:66
FunctionDemo
()
packages/formily-schema-editor/src/components/SimpleArrayTable/index.stories.tsx:45
FunctionDemo
()
packages/formily-schema-editor/src/components/FormCube/index.stories.tsx:10
FunctionDemo
()
packages/formily-schema-editor/src/panels/ConfigurePanel/index.stories.tsx:8
FunctionDemo
()
packages/formily-schema-editor/src/panels/PreviewPanel/index.stories.tsx:8
FunctionDemo
()
packages/formily-schema-editor/src/panels/MainPanel/index.stories.tsx:5
FunctionDemo
()
packages/formily-schema-editor/src/panels/TreePanel/index.stories.tsx:7
FunctionDemo
()
packages/formily-schema-editor/src/widgets/RulesWidget/index.stories.tsx:8
FunctionDemo
()
packages/formily-schema-editor/src/widgets/LinkageWidget/index.stories.tsx:15
FunctionForm
(props)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/addition.tsx:28
FunctionHeader
({ mode, ...context })
packages/formily-schema-editor/src/panels/MainPanel/header.tsx:6
FunctionJsonDialogInputer
(props)
packages/formily-schema-editor/src/components/JsonDialogInputer/index.tsx:8
FunctionLayoutSecne
()
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/index.stories.tsx:222
FunctionListUI
({ value = [], path, onChange })
packages/formily-schema-editor/src/components/ListUi/index.tsx:14
FunctionMainPanel
()
packages/formily-schema-editor/src/panels/MainPanel/index.tsx:51
FunctionNODE_TYPE
(type)
packages/formily-schema-editor/src/shared/tree.ts:1276
FunctionObjectSecne
()
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/index.stories.tsx:183
FunctionPanel
({ isFullScreen = false })
packages/formily-schema-editor/src/panels/PreviewPanel/index.tsx:16
FunctionRegInput
({ value, onChange, })
packages/formily-schema-editor/src/widgets/RulesWidget/components/RegInput/RegInput.tsx:15
FunctionRegInput
({ value, onChange, })
packages/formily-schema-editor/src/widgets/LinkageWidget/components/RegInput/RegInput.tsx:15
FunctionRule
({ title = '', value, onDelete, })
packages/formily-schema-editor/src/widgets/LinkageWidget/components/Rule/Rule.tsx:12
FunctionRulesWidget
packages/formily-schema-editor/src/widgets/RulesWidget/index.tsx:22
FunctionSchemaFieldLayout
({ schema, path })
packages/formily-schema-editor/src/components/SchemaFieldLayout/index.tsx:4
FunctionSchemaTreeWidget
(props)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/index.tsx:23
FunctionSimpleArrayTable
({ schema, value = [{}], mutators, path, props, form, ...others })
packages/formily-schema-editor/src/components/SimpleArrayTable/index.tsx:10
FunctionTestArrayTableInput
()
packages/formily-schema-editor/src/widgets/LinkageWidget/index.stories.tsx:112
FunctionTestForm
()
packages/formily-schema-editor/src/widgets/LinkageWidget/index.stories.tsx:31
FunctionTestRegInput
()
packages/formily-schema-editor/src/widgets/RulesWidget/index.stories.tsx:24
FunctionTestSchemaForm
()
packages/formily-schema-editor/src/widgets/LinkageWidget/index.stories.tsx:66
FunctionTree
({ handleResizeStop })
packages/formily-schema-editor/src/panels/MainPanel/index.tsx:24
FunctionTreeNode
(props)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/treeNodeRenderer.tsx:7
FunctionTreePanel
()
packages/formily-schema-editor/src/panels/TreePanel/index.tsx:10
FunctionWithExpression
(Component: React.JSXElementConstructor<any>)
packages/formily-schema-editor/src/components/withExpression/index.tsx:6
Functionadd
(list: Array<T>, afterItem: T, newItem: T)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/listUtil.ts:43
FunctionaddCopy
(list: Array<T>, afterItem: T, newItem: T)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/listUtil.ts:15
FunctionaddNodeUnderParent
({ treeData, newNode, parentKey = null, getNodeKey, ignoreCollapsed = true, expandParent = false,
packages/formily-schema-editor/src/shared/tree.ts:615
FunctionapiSchemaToJSONSchema
( supportedProps: SupportedProps<object> )
packages/extensions/src/util.ts:68
FunctioncanDrag
({ node })
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:330
FunctioncanNodeHaveChildren
(node)
packages/formily-schema-editor/src/widgets/SchemaTreeWidget/hooks/useSchemaTree.ts:338
Methodconstructor
(json: ISchema, parent?: Schema, key?: string)
packages/formily-schema-editor/src/shared/schema.ts:151
Methodconstructor
()
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/EventEmitter.ts:23
FunctioncreateMatchUpdate
(name: string, path: string)
packages/formily-schema-editor/src/shared/utils.tsx:3
FunctiondeleteItem
(list: Array<T>, itemToDelete: T)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/listUtil.ts:57
FunctiondeleteItemCopy
(list: Array<T>, itemToDelete: T)
packages/formily-schema-editor/src/widgets/LinkageWidget/libs/listUtil.ts:29
FunctioneditorDidMount
packages/formily-schema-editor/src/index.stories.tsx:78
← previousnext →101–200 of 295, ranked by callers