MCPcopy Index your code

hub / github.com/formkit/formkit / functions

Functions2,401 in github.com/formkit/formkit

↓ 2 callersFunctionisDomValueManagedControl
( element: string, attrs: Record<string, any> )
packages/react/src/FormKitSchema.ts:341
↓ 2 callersFunctionisObject
(value: unknown)
packages/react/src/reactiveStore.ts:13
↓ 2 callersFunctionisPlainObject
(value: unknown)
packages/react/src/bindings.ts:73
↓ 2 callersFunctionisPlainObject
(value: unknown)
packages/react/src/composables/useInput.ts:43
↓ 2 callersFunctionisStateClass
(className: string, state: string)
packages/react/playground/formkit.theme.ts:63
↓ 2 callersFunctionisStateClass
(className: string, state: string)
packages/nuxt/playground/formkit.theme.ts:63
↓ 2 callersFunctionisTargetStepAllowed
* Determines if the target step can be navigated to based on current * configuration options and the state of the current step. * * @param currentS
packages/addons/src/plugins/multiStep/multiStepPlugin.ts:280
↓ 2 callersFunctionisTw3Theme
* Check if a theme is a TW3 variant (ends with -tw3)
packages/cli/src/theme.ts:82
↓ 2 callersFunctionloadStylesheetIcon
(iconName: string)
packages/themes/src/index.ts:406
↓ 2 callersFunctionloadValue
(forceValue?: string)
packages/addons/src/plugins/localStoragePlugin.ts:132
↓ 2 callersFunctionnormalizeBoxes
( node: FormKitNode )
packages/inputs/src/features/normalizeBoxes.ts:13
↓ 2 callersFunctionobserve
(value: any, property: string | symbol)
packages/observer/src/index.ts:133
↓ 2 callersFunctionobserveIds
()
packages/addons/src/plugins/autoAnimatePlugin.ts:37
↓ 2 callersFunctionomitFileValues
(value: unknown, node: FormKitNode)
packages/addons/src/plugins/localStoragePlugin.ts:29
↓ 2 callersFunctiononcePerTick
(fn: T)
packages/utils/src/index.ts:886
↓ 2 callersFunctionorderSteps
* Compares steps to DOM order and reorders steps if needed
packages/addons/src/plugins/multiStep/multiStepPlugin.ts:233
↓ 2 callersFunctionparseCondition
( lib: FormKitComponentLibrary, node: FormKitSchemaCondition )
packages/react/src/FormKitSchema.ts:639
↓ 2 callersFunctionparseCondition
* Given an if/then/else schema node, pre-compile the node and return the * artifacts for the render function. * @param data - The schema context
packages/vue/src/FormKitSchema.ts:300
↓ 2 callersFunctionparseConditionAttr
( attr: FormKitSchemaAttributesCondition, _default: FormKitAttributeValue )
packages/react/src/FormKitSchema.ts:649
↓ 2 callersFunctionparseConditionAttr
* Parses a conditional if/then/else attribute statement. * @param data - The data object * @param attr - The attribute * @param _default - Th
packages/vue/src/FormKitSchema.ts:317
↓ 2 callersFunctionparseLocale
* Parse ISO 639-1 and 639-2 to a valid locale key. * * @param locale - An ISO 639-1 and (optionally) ISO 639-2 language tag. For these are valid loc
packages/i18n/src/i18n.ts:125
↓ 2 callersFunctionparseLogicals
* Parse a string expression into a function that returns a boolean. This is * the magic behind schema logic like $if. * @param expression - A st
packages/core/src/compiler.ts:274
↓ 2 callersFunctionparseSchema
* * @param library - A library of concrete components to use * @param schema - * @returns
packages/vue/src/FormKitSchema.ts:288
↓ 2 callersFunctionpassThroughChildren
( children: ReactNode, attrs: Record<string, unknown> )
packages/react/src/FormKitProvider.ts:86
↓ 2 callersFunctionpathExists
(path: string)
packages/cli/src/skill.ts:331
↓ 2 callersFunctionpatternMatches
( key: string, patterns: Array<string | RegExp> | Set<string | RegExp> )
packages/react/src/composables/useInput.ts:172
↓ 2 callersFunctionreadPackageJSON
(dir: string)
packages/cli/src/utils.ts:19
↓ 2 callersFunctionreboot
* Reboots the validation using new rules or declarations/intents. * @param newValidation - New validation declaration to use * @param newRul
packages/validation/src/validation.ts:204
↓ 2 callersFunctionreleaseMissed
* Releases messages that were applied to a child via parent, but the child did * not exist. Once the child does exist, the created event for that chi
packages/core/src/store.ts:502
↓ 2 callersFunctionremoveMessage
* The messages given to this function have already been set on the node, but * any other validation messages on the node that are not included in thi
packages/validation/src/validation.ts:409
↓ 2 callersFunctionresetCounts
()
packages/inputs/src/compose.ts:423
↓ 2 callersFunctionresetRegistry
()
packages/core/src/registry.ts:80
↓ 2 callersFunctionrootClasses
(sectionName: string, node: FormKitNode)
packages/nuxt/playground/formkit.theme.ts:28
↓ 2 callersFunctionrun
* Runs validation rules recursively while collecting dependencies allowing for * cross-node validation rules that automatically re-trigger when a for
packages/validation/src/validation.ts:288
↓ 2 callersFunctionsetFormValidations
( zodErrors: z.ZodError, node?: FormKitNode | undefined )
packages/zod/src/zod.ts:133
↓ 2 callersFunctionsetIncompleteMessage
* Set the incomplete message on a specific node. * @param node - The node to set the incomplete message on.
packages/inputs/src/features/forms.ts:89
↓ 2 callersFunctionshouldSelectFirstOption
* Determines if a select should default to its first option. * @param node - A formkit node. * @param value - The current value of the node.
packages/inputs/src/features/selects.ts:133
↓ 2 callersFunctionsplitOrderedName
(name: string)
packages/cli/src/skillDocs.ts:128
↓ 2 callersFunctionsubmit
()
packages/vue/__tests__/inputs/form.spec.ts:1173
↓ 2 callersFunctionsugar
( node: T )
packages/core/src/schema.ts:319
↓ 2 callersFunctionsuggestVersionIncrement
* Given a version string and a version bump type - suggest the next version
scripts/publish-legacy.mjs:492
↓ 2 callersFunctionsuggestVersionIncrement
* Given a version string and a version bump type - suggest the next version
scripts/publish.mjs:472
↓ 2 callersFunctiontoMemoKey
(schema: FormKitSchemaDefinition)
packages/react/src/FormKitSchema.ts:1223
↓ 2 callersFunctiontoMemoKey
* Convert a schema to a memo key. * @param schema - A schema to convert to a memo key
packages/vue/src/FormKitSchema.ts:866
↓ 2 callersFunctiontriggerStepValidations
* Causes the display of any validation errors on the target step. * * @param step - The current step * @returns Boolean
packages/addons/src/plugins/multiStep/multiStepPlugin.ts:443
↓ 2 callersFunctionupdateState
(message: FormKitMessage)
packages/react/src/bindings.ts:528
↓ 2 callersFunctionupdateState
(message: FormKitMessage)
packages/vue/src/bindings.ts:574
↓ 2 callersFunctionuseFormKitContextById
( id: string, effect?: (context: FormKitFrameworkContext<T>) => void )
packages/vue/src/composables/useContext.ts:73
↓ 2 callersFunctionuseFormKitNodeById
( id: string, effect?: (node: FormKitNode<T>) => void )
packages/react/src/composables/useContext.ts:139
↓ 2 callersFunctionuseFormKitNodeById
( id: string, effect?: (node: FormKitNode<T>) => void )
packages/vue/src/composables/useContext.ts:102
↓ 2 callersFunctionuseSchema
( inputSection: FormKitSection, sectionsSchema: FormKitSectionsSchema = {} )
packages/inputs/src/compose.ts:251
↓ 2 callersFunctionuseScope
* Checks the current runtime scope for data. * @param token - The token to lookup in the current scope * @param defaultValue - The default ref value
packages/vue/src/FormKitSchema.ts:773
↓ 2 callersFunctionvalidate
* Given parsed validations, a value and a node, run the validations and set * the appropriate store messages on the node. * @param value - The value
packages/validation/src/validation.ts:243
↓ 2 callersFunctionwritePackageJSON
(dir: string, data: any)
packages/cli/src/utils.ts:25
↓ 2 callersFunctionzodErrorToFormKitErrors
( zodError: z.ZodError, node: FormKitNode )
packages/zod/src/zod.ts:193
↓ 1 callersFunction$attrs
( attrs: FormKitSchemaAttributes | (() => FormKitSchemaAttributes), section: FormKitSchemaExtendableSectio
packages/inputs/src/compose.ts:282
↓ 1 callersFunction$for
( varName: string, inName: string, section: FormKitSchemaExtendableSection )
packages/inputs/src/compose.ts:356
↓ 1 callersFunction$root
( section: FormKitSchemaExtendableSection )
packages/inputs/src/compose.ts:416
↓ 1 callersFunctionaddClassesBySection
* Updates a class list for a given sectionKey * @param node - the FormKit node being operated on * @param sectionKey - The section key to which the
packages/themes/src/index.ts:78
↓ 1 callersFunctionaddContexts
()
packages/vue/src/FormKitSummary.ts:133
↓ 1 callersFunctionaddonsBuildExtras
* Special considerations for building the addons package.
scripts/build.mjs:239
↓ 1 callersFunctionafterUpdate
()
packages/vue/src/FormKit.ts:138
↓ 1 callersFunctionasBeforeInputEventHandler
(handler: (...args: any[]) => any)
packages/react/src/FormKitSchema.ts:274
↓ 1 callersFunctionasBridgedEventHandler
(handler: (...args: any[]) => any)
packages/react/src/FormKitSchema.ts:264
↓ 1 callersFunctionaskForVersion
()
scripts/deploy.mjs:34
↓ 1 callersFunctionattrs
()
packages/react/src/FormKitSchema.ts:752
↓ 1 callersFunctionb
()
packages/react/src/FormKitSchema.ts:654
↓ 1 callersFunctionb
()
packages/vue/src/FormKitSchema.ts:322
↓ 1 callersFunctionbeforeUpdate
()
packages/vue/src/FormKit.ts:134
↓ 1 callersFunctionbridgeReactEvent
(event: unknown)
packages/react/src/FormKitSchema.ts:227
↓ 1 callersFunctionbuildAllPackagesConsent
* Confirm with user that all packages are going to be built
scripts/publish-legacy.mjs:520
↓ 1 callersFunctionbuildAllPackagesConsent
* Confirm with user that all packages are going to be built
scripts/publish.mjs:502
↓ 1 callersFunctionbuildMain
(ts: boolean)
packages/cli/src/createApp.ts:468
↓ 1 callersFunctionbuildNuxtModule
()
scripts/build.mjs:272
↓ 1 callersFunctioncalculateLabelOffset
(node: FormKitNode, nodeEl: HTMLElement)
packages/addons/src/plugins/floatingLabels/floatingLabelsPlugin.ts:255
↓ 1 callersFunctioncallEventHandler
(handler: unknown, event: Event)
packages/vue/src/FormKitIcon.ts:123
↓ 1 callersFunctionchangeLocale
(locale: string)
packages/i18n/src/i18n.ts:146
↓ 1 callersFunctionciPublish
* Main CI publish function
scripts/ci-publish.mjs:106
↓ 1 callersFunctionclearReactiveStore
(target: unknown)
packages/react/src/reactiveStore.ts:59
↓ 1 callersFunctionclearState
* Clear all state and error messages. * * @internal
packages/core/src/reset.ts:11
↓ 1 callersFunctioncli
()
packages/cli/src/index.ts:134
↓ 1 callersFunctioncompleteOptions
( name: string, options: Partial<CreateThemeOptions> )
packages/cli/src/createTheme.ts:93
↓ 1 callersFunctioncomputeValidationVisible
( context: FormKitFrameworkContext, validationVisibility: string, hasShownErrors: boolean )
packages/react/src/bindings.ts:27
↓ 1 callersFunctioncreateAutoHeightTextareaPlugin
()
packages/addons/src/plugins/autoHeightTextarea.ts:11
↓ 1 callersFunctioncreateBundle
(pkg, plugin, showLogs = false)
scripts/bundle.mjs:43
↓ 1 callersFunctioncreateCheckboxSchema
( inputGroup: Record<string, string | string[]> )
packages/vue/src/FormKitKitchenSink.ts:567
↓ 1 callersFunctioncreateChild
(context: SetupContext)
examples/src/vue/e2e/components/TestGroup.ts:3
↓ 1 callersFunctioncreateConfig
( options: Partial<FormKitConfig> = {} )
packages/core/src/config.ts:51
↓ 1 callersFunctioncreateCounter
* Creates a new counter object in the counting ledger. * * @param node - FormKitNode * @param ledger - The actual ledger storage object * @param c
packages/core/src/ledger.ts:98
↓ 1 callersFunctioncreateCustomMessage
* Returns a custom validation message if applicable. * @param node - FormKit Node * @param validation - The validation rule being processed.
packages/validation/src/validation.ts:482
↓ 1 callersFunctioncreateElement
* Creates an element * @param data - The context data available to the node * @param node - The schema node to render * @returns
packages/vue/src/FormKitSchema.ts:594
↓ 1 callersFunctioncreateEntry
()
scripts/bundle.mjs:62
↓ 1 callersFunctioncreateFailedMessage
* * @param value - The value that is failing * @param validation - The validation object
packages/validation/src/validation.ts:424
↓ 1 callersFunctioncreateFormats
()
scripts/bundle.mjs:72
↓ 1 callersFunctioncreateHooks
* Create all of the node's hook dispatchers.
packages/core/src/node.ts:1775
↓ 1 callersFunctioncreateI18nArgs
* Creates the arguments passed to the i18n * @param node - The node that performed the validation * @param validation - The validation that failed
packages/validation/src/validation.ts:503
↓ 1 callersFunctioncreateInitialProps
* Creates the node's initial props from the context, props, and definition * @returns
packages/vue/src/composables/useInput.ts:198
↓ 1 callersFunctioncreateLedger
()
packages/core/src/ledger.ts:64
↓ 1 callersFunctioncreateLocalStoragePlugin
( localStorageOptions?: LocalStorageOptions )
packages/addons/src/plugins/localStoragePlugin.ts:69
↓ 1 callersFunctioncreateMessageName
(node: FormKitNode)
packages/zod/src/zod.ts:13
← previousnext →301–400 of 2,401, ranked by callers