MCPcopy Create free account

hub / github.com/cwy007/vue3-json-schema-form / functions

Functions78 in github.com/cwy007/vue3-json-schema-form

↓ 11 callersFunctionisObject
(thing: any)
lib/utils.ts:9
↓ 8 callersFunctionretrieveSchema
( schema: any, rootSchema = {}, formData: any = {}, )
lib/utils.ts:59
↓ 6 callersFunctionhasOwnProperty
(obj: any, key: string)
lib/utils.ts:17
↓ 5 callersFunctionwithFormItem
(Widget: any)
lib/theme-default/FormItem.tsx:49
↓ 4 callersFunctiontoJson
(data: any)
src/App.tsx:20
↓ 4 callersFunctionuseVJSFContext
()
lib/context.ts:6
↓ 3 callersFunctiongetWidget
( name: keyof Theme['widgets'], props?: ExtractPropTypes<typeof FieldPropsDefine>, )
lib/theme.tsx:33
↓ 3 callersFunctionhandleCodeChange
( field: 'schema' | 'data' | 'uiSchema', value: string, )
src/App.tsx:129
↓ 2 callersFunctioncreateErrorProxy
()
lib/validator.ts:153
↓ 2 callersFunctiongetMatchingOption
( formData: any, options: Schema[], isValid: (schema: Schema, data: any) => boolean, )
lib/utils.ts:464
↓ 2 callersFunctiongetSchemaType
(schema: Schema)
lib/utils.ts:371
↓ 2 callersFunctionguessType
(value: any)
lib/utils.ts:420
↓ 2 callersFunctionhandleArrayItemChange
(v: any, index: number)
lib/fields/ArrayField.tsx:108
↓ 2 callersFunctionmergeSchemas
(obj1: any, obj2: any)
lib/utils.ts:337
↓ 2 callersFunctionresolveReference
(schema: any, rootSchema: any, formData: any)
lib/utils.ts:151
↓ 1 callersFunctionbar
(...args)
doc/typescript_basics.ts:61
↓ 1 callersFunctioncustomValidate
(data: any, errors: any)
src/demos/demo.ts:47
↓ 1 callersFunctiondoSomething
()
doc/typescript_basics.ts:79
↓ 1 callersFunctiondoValidate
()
lib/SchemaForm.tsx:157
↓ 1 callersMethodeat
()
doc/typescript_basics.ts:113
↓ 1 callersFunctionfindSchemaDefinition
($ref: string, rootSchema = {})
lib/utils.ts:160
↓ 1 callersFunctionhandleObjectFieldChange
(key: string, v: any)
lib/fields/ObjectField.tsx:13
↓ 1 callersFunctionisConstant
(schema: Schema)
lib/utils.ts:438
↓ 1 callersFunctionisSelect
(_schema: any, rootSchema: Schema = {})
lib/utils.ts:445
↓ 1 callersFunctionmergeDefaultsWithFormData
(defaults: any, formData: any)
lib/utils.ts:523
↓ 1 callersFunctionmergetObjects
(obj1: any, obj2: any, concatArrays = false)
lib/validator.ts:179
↓ 1 callersFunctionprocessDependencies
( dependencies: any, resolvedSchema: any, rootSchema: any, formData: any, )
lib/utils.ts:199
↓ 1 callersFunctionresolveDependencies
( schema: any, rootSchema: any, formData: any, )
lib/utils.ts:179
↓ 1 callersFunctionresolveSchema
(schema: Schema, rootSchema = {}, formData = {})
lib/utils.ts:40
↓ 1 callersFunctionstubExistingAdditionalProperties
( schema: Schema, rootSchema: Schema = {}, formData: any = {}, )
lib/utils.ts:99
↓ 1 callersFunctiontoErrorList
(errorSchema: ErrorSchema, fieldName = 'root')
lib/validator.ts:196
↓ 1 callersFunctiontoErrorSchema
(errors: TransformedErrorObject[])
lib/validator.ts:34
↓ 1 callersFunctiontransformErrors
( errors: ErrorObject[] | null | undefined, )
lib/validator.ts:82
↓ 1 callersFunctionvalidateData
(schema: any, data: any)
lib/utils.ts:30
↓ 1 callersFunctionvalidateFormData
( validator: Ajv, formData: any, schema: Schema, locale = 'zh', customValidate?: (data: any, errors:
lib/validator.ts:105
↓ 1 callersFunctionwithDependentProperties
(schema: any, additionallyRequired: any)
lib/utils.ts:243
↓ 1 callersFunctionwithDependentSchema
( schema: any, rootSchema: any, formData: any, dependencyKey: any, dependencyValue: any, )
lib/utils.ts:253
↓ 1 callersFunctionwithExactlyOneSubschema
( schema: any, rootSchema: any, formData: any, dependencyKey: any, oneOf: any, )
lib/utils.ts:288
FunctionchainWebpack
(config)
vue.config.js:11
Methodconstructor
(name: string)
doc/typescript_basics.ts:108
Functionget
(target, key, receiver)
lib/validator.ts:156
FunctiongetDefaultFormState
( _schema: Schema, formData: any, // rootSchema = {}, // includeUndefinedValues = false, )
lib/utils.ts:548
FunctionhandleAdd
()
lib/fields/ArrayField.tsx:53
FunctionhandleChange
(v: any)
lib/SchemaForm.tsx:75
FunctionhandleChange
(e: any)
lib/theme-default/NumberWidget.tsx:10
FunctionhandleChange
(e: any)
lib/theme-default/TextWidget.tsx:10
FunctionhandleChange
(v: any)
lib/fields/StringField.tsx:9
FunctionhandleChange
(v: any)
lib/fields/NumberField.tsx:9
FunctionhandleChange
(v: any)
src/App.tsx:122
FunctionhandleChange
(e: any)
src/components/PasswordWidget.tsx:10
FunctionhandleChange
(e: any)
src/plugins/customFormat.tsx:11
FunctionhandleDataChange
(v: string)
src/App.tsx:143
FunctionhandleDelete
()
lib/fields/ArrayField.tsx:54
FunctionhandleDown
()
lib/fields/ArrayField.tsx:56
FunctionhandleSchemaChange
(v: string)
src/App.tsx:142
FunctionhandleUISchemaChange
(v: string)
src/App.tsx:144
FunctionhandleUp
()
lib/fields/ArrayField.tsx:55
FunctionisEmptyObject
(thing: any)
lib/utils.ts:13
FunctionisMultiSelect
(schema: Schema, rootSchema: Schema = {})
lib/utils.ts:456
Functionmacro
()
schema-tests/test1.js:65
Functionsetup
(props)
lib/SchemaForm.tsx:74
Functionsetup
(props, { slots })
lib/theme.tsx:25
Functionsetup
(props)
lib/SchemaItem.tsx:14
Functionsetup
(props)
lib/theme-default/NumberWidget.tsx:9
Functionsetup
(props)
lib/theme-default/SelectionWidget.tsx:9
Functionsetup
(props)
lib/theme-default/TextWidget.tsx:9
Functionsetup
(props, { slots })
lib/theme-default/FormItem.tsx:24
Functionsetup
(props)
lib/fields/StringField.tsx:8
Functionsetup
(props)
lib/fields/ObjectField.tsx:10
Functionsetup
(props)
lib/fields/NumberField.tsx:8
Functionsetup
(props, { slots })
lib/fields/ArrayField.tsx:51
Functionsetup
()
src/App.tsx:81
Functionsetup
(props)
src/components/MonacoEditor.tsx:49
Functionsetup
(props)
src/components/PasswordWidget.tsx:9
Functionsetup
(props)
src/plugins/customFormat.tsx:10
Functionsetup
(p, { slots })
tests/unit/utils/TestCompoent.tsx:6
FunctiontransformSchema
(schema)
src/plugins/customKeyword.tsx:13
FunctionvalidateForm
()
src/App.tsx:149