MCPcopy Index your code

hub / github.com/formkit/formkit / functions

Functions2,401 in github.com/formkit/formkit

↓ 7 callersFunctionrequire_one
( node, ...inputNames: string[] )
packages/rules/src/require_one.ts:9
↓ 7 callersFunctionstopWatch
(receipt: string)
packages/core/src/registry.ts:109
↓ 7 callersFunctionuseReactiveStore
(target: unknown)
packages/react/src/reactiveStore.ts:79
↓ 6 callersFunctionaddDependency
(event: string)
packages/observer/src/index.ts:89
↓ 6 callersFunctionapplyListeners
( node: FormKitObservedNode, [toAdd, toRemove]: [FormKitDependencies, FormKitDependencies], callback: Fo
packages/observer/src/index.ts:213
↓ 6 callersFunctionbefore
()
packages/validation/__tests__/validation.spec.ts:66
↓ 6 callersFunctionbuildTheme
(options: Partial<BuildThemeOptions> = {})
packages/cli/src/theme.ts:102
↓ 6 callersFunctionbundle
* Create a new bundle of a certain format for a certain package. * @param p package name * @param format the format to create (cjs, esm, umd, etc...
scripts/build.mjs:261
↓ 6 callersFunctioncreateClasses
( propertyKey: string, node: FormKitNode, sectionClassList?: FormKitClasses | string | Record<string, bo
packages/core/src/classes.ts:23
↓ 6 callersFunctioncreateConfig
* Creates a new configuration option. * * @param target - An object of optional properties of {@link FormKitConfig | FormKitConfig} * @param parent
packages/core/src/node.ts:2944
↓ 6 callersFunctioncreateContext
* Create a new context object for our a FormKit node, given default information * * @param options - An options object of {@link FormKitOptions | Fo
packages/core/src/node.ts:3267
↓ 6 callersFunctioncreateFloatingLabelsPlugin
( FloatingLabelsOptions?: FloatingLabelsOptions )
packages/addons/src/plugins/floatingLabels/floatingLabelsPlugin.ts:107
↓ 6 callersFunctionemail
({ value })
packages/rules/src/email.ts:8
↓ 6 callersFunctiongenerateClassList
( node: FormKitNode, property: string, ...args: Record<string, boolean>[] )
packages/core/src/classes.ts:56
↓ 6 callersFunctiongreen
(m: string)
packages/cli/src/index.ts:50
↓ 6 callersFunctionincrementStep
* Changes the current step by the delta value if the target step is allowed. * * @param delta - The number of steps to increment or decrement * @pa
packages/addons/src/plugins/multiStep/multiStepPlugin.ts:414
↓ 6 callersFunctionis
({ value }, ...stack: any[])
packages/rules/src/is.ts:9
↓ 6 callersFunctionisComponent
( node: string | Record<PropertyKey, any> )
packages/core/src/schema.ts:250
↓ 6 callersFunctionnot
({ value }, ...stack)
packages/rules/src/not.ts:9
↓ 6 callersFunctionnumber
({ value })
packages/rules/src/number.ts:8
↓ 6 callersFunctiononly
( obj: Record<string, any>, include: Array<string | RegExp> )
packages/utils/src/index.ts:565
↓ 6 callersFunctionoptionValue
( options: FormKitOptionsListWithGroups, value: string, undefinedIfNotFound = false )
packages/inputs/src/features/options.ts:71
↓ 6 callersFunctionparseArgs
(str: string)
packages/utils/src/index.ts:496
↓ 6 callersFunctionshouldSelect
(valueA: unknown, valueB: unknown)
packages/inputs/src/features/options.ts:102
↓ 6 callersFunctionuseFormKitContext
( addressOrEffect?: string | ((context: FormKitFrameworkContext<T>) => void), optionalEffect?: (context: F
packages/vue/src/composables/useContext.ts:28
↓ 6 callersFunctionvalErr
()
packages/core/__tests__/ledger.spec.ts:323
↓ 5 callersFunctionaddTo
(depth: number, char: string)
packages/core/src/compiler.ts:292
↓ 5 callersFunctionconfig
()
packages/nuxt/src/autoImport.ts:71
↓ 5 callersFunctiondate_between
( { value }, dateA, dateB )
packages/rules/src/date_between.ts:8
↓ 5 callersFunctiondetectProjectRuntime
( startDir: string )
packages/cli/src/skill.ts:127
↓ 5 callersFunctioneachSection
( schema: FormKitSchemaDefinition, callback: ( section: FormKitSchemaComponent | FormKitSchemaDOMNode,
packages/inputs/src/compose.ts:156
↓ 5 callersFunctionexcept
( obj: Record<string, any>, toRemove: Array<string | RegExp> )
packages/utils/src/index.ts:538
↓ 5 callersFunctionextendSchema
( schema: FormKitSchemaNode, extension: FormKitSchemaNodeExtension | FormKitSchemaCondition | null = {} )
packages/inputs/src/createSection.ts:186
↓ 5 callersFunctionfetchInputSchema
* Fetches the list of inputs from the remote schema repository
packages/vue/src/FormKitKitchenSink.ts:162
↓ 5 callersFunctiongetAt
(obj: any, addr: string)
packages/utils/src/index.ts:719
↓ 5 callersFunctiongetInputs
()
packages/react/__tests__/inputs/list.spec.ts:209
↓ 5 callersFunctiongetReactiveStore
( target: unknown )
packages/react/src/reactiveStore.ts:17
↓ 5 callersFunctionisKilled
(node: FormKitNode | FormKitObservedNode)
packages/observer/src/index.ts:334
↓ 5 callersFunctionisNode
(node: any)
packages/core/src/node.ts:1688
↓ 5 callersFunctionisSchemaObject
( schema: FormKitSchemaNodeExtension | FormKitSchemaCondition | null )
packages/inputs/src/createSection.ts:161
↓ 5 callersFunctionisSlotCondition
(node: FormKitSchemaNode)
packages/inputs/src/compose.ts:91
↓ 5 callersFunctionprovide
* Provides token values via callback to compiled output. * @param callback - A callback that needs to provide all token requirements * @returns
packages/core/src/compiler.ts:564
↓ 5 callersFunctionreset
( id: string | FormKitNode, resetTo?: unknown )
packages/core/src/reset.ts:66
↓ 5 callersFunctionrmEscapes
(str: string)
packages/utils/src/index.ts:421
↓ 5 callersFunctionsetErrors
* Sets errors on the node and optionally its children. * * @param node - A {@link FormKitNode | FormKitNode} * @param _context - A {@link FormKitCo
packages/core/src/node.ts:3089
↓ 5 callersFunctionwatchRegistry
( id: string, callback: FormKitEventListener )
packages/core/src/registry.ts:95
↓ 5 callersFunctionwritePackageJSON
(pkg, json)
scripts/utils.mjs:266
↓ 4 callersFunctioncleanup
()
packages/vue/__tests__/FormKit.spec.ts:37
↓ 4 callersFunctioncreateElements
( lib: FormKitComponentLibrary, schemaNodes: FormKitSchemaNode | FormKitSchemaNode[] )
packages/react/src/FormKitSchema.ts:1072
↓ 4 callersFunctioncreateElements
* Given a schema, parse it and return the resulting renderable nodes. * @param data - The schema context object * @param library - The available
packages/vue/src/FormKitSchema.ts:695
↓ 4 callersFunctioncreateI18nPlugin
( registry: FormKitLocaleRegistry )
packages/i18n/src/i18n.ts:70
↓ 4 callersFunctioncreateLibraryPlugin
( ...libraries: FormKitLibrary[] )
packages/inputs/src/plugin.ts:13
↓ 4 callersFunctioncreatePlaceholder
( options?: FormKitOptions & { name?: string } )
packages/core/src/node.ts:3362
↓ 4 callersFunctioncreateRoot
( rootSection: FormKitSchemaExtendableSection )
packages/inputs/src/createSection.ts:143
↓ 4 callersFunctioncreateZodPlugin
( zodSchema: Z, submitCallback: ( payload: z.infer<typeof zodSchema>, node: FormKitNode | undefine
packages/zod/src/zod.ts:35
↓ 4 callersFunctioncycle
( page: Page, total = 50, cycleCount = 0, callback?: (page: Page) => void )
e2e/memorySSR.spec.ts:3
↓ 4 callersFunctiondiffDeps
( previous: FormKitDependencies, current: FormKitDependencies )
packages/observer/src/index.ts:295
↓ 4 callersFunctionfindSection
( schema: FormKitSchemaDefinition, target: string )
packages/inputs/src/compose.ts:120
↓ 4 callersFunctionformKitDocsUrl
( route: string, runtime: FormKitRuntime )
packages/cli/src/skillDocs.ts:25
↓ 4 callersFunctiongenerateSchema
()
packages/vue/src/FormKit.ts:177
↓ 4 callersFunctiongetDependencyTree
(packages, inverse = false)
scripts/utils.mjs:144
↓ 4 callersFunctiongetMemory
(page: Page)
e2e/memorySSR.spec.ts:19
↓ 4 callersFunctionhandler
()
packages/vue/__tests__/inputs/form.spec.ts:1306
↓ 4 callersFunctionisGroupOption
( option: | FormKitOptionsItem | FormKitOptionsGroupItem | FormKitOptionsGroupItemProp )
packages/inputs/src/props.ts:779
↓ 4 callersFunctionisRecord
(o: unknown)
packages/utils/src/index.ts:267
↓ 4 callersFunctionlastNameOuter
()
packages/addons/__tests__/multistep.spec.ts:649
↓ 4 callersFunctionnextTick
(timeout = 0)
packages/zod/__tests__/zod.spec.ts:15
↓ 4 callersFunctionouters
()
packages/vue/__tests__/inputs/form.spec.ts:1273
↓ 4 callersFunctionparseAttrs
( unparsedAttrs?: FormKitSchemaAttributes | FormKitSchemaAttributesCondition, bindExp?: string, _d
packages/react/src/FormKitSchema.ts:678
↓ 4 callersFunctionparseAttrs
* Parse attributes for dynamic content. * @param attrs - Object of attributes * @returns
packages/vue/src/FormKitSchema.ts:350
↓ 4 callersFunctionplugin
()
packages/inputs/src/plugin.ts:24
↓ 4 callersFunctionresetCount
()
packages/vue/src/utilities/resetCount.ts:7
↓ 4 callersFunctionupdateFKCoreVersionExport
(newVersion)
scripts/utils.mjs:378
↓ 4 callersFunctionuseFormKitContextById
( id: string, effect?: (context: FormKitFrameworkContext<T>) => void )
packages/react/src/composables/useContext.ts:95
↓ 4 callersFunctionwhenAvailable
( childId: string, callback: (el: Element) => void, root?: Document | ShadowRoot )
packages/utils/src/index.ts:860
↓ 3 callersFunctionaddConfigProperty
* Helper to add a property to the nuxt config content.
packages/cli/src/createApp.ts:584
↓ 3 callersFunctionassignDeep
(a: A, b: B)
packages/utils/src/index.ts:445
↓ 3 callersFunctionbuildAllPackages
(packages)
scripts/build.mjs:165
↓ 3 callersFunctioncheckDependsOn
(pkg, dependency)
scripts/utils.mjs:193
↓ 3 callersFunctioncollectDocsRoutes
( docsContentRoot: string )
packages/cli/src/skillDocs.ts:32
↓ 3 callersFunctioncommit
* Commits the working value to the node graph as the value of this node. * * @param node - A {@link FormKitNode | FormKitNode} * @param context - A
packages/core/src/node.ts:1946
↓ 3 callersFunctionconfigChange
( node: FormKitNode, prop: string, value: unknown )
packages/core/src/config.ts:12
↓ 3 callersFunctioncreateApp
( appName?: string, options: Partial<CreateAppOptions> = {} )
packages/cli/src/createApp.ts:163
↓ 3 callersFunctionderegister
(node: FormKitNode)
packages/core/src/registry.ts:48
↓ 3 callersFunctiongetBuildOrder
(packages = [], orderedPackages = [])
scripts/utils.mjs:120
↓ 3 callersFunctiongetByQuantity
* By the given quantity it returns singular or plural with the correct suffix in Lithuanian
packages/i18n/src/locales/lt.ts:17
↓ 3 callersFunctiongetGitUser
()
packages/cli/src/utils.ts:33
↓ 3 callersFunctiongetOp
* Determines if the current character is the start of an operator symbol, if it * is, it returns that symbol. * @param symbols - An array of sym
packages/core/src/compiler.ts:195
↓ 3 callersFunctiongetValue
* Returns a value inside a set of data objects. * @param sets - An array of objects to search through * @param path - A array of string paths easily
packages/vue/src/FormKitSchema.ts:229
↓ 3 callersFunctionhandleNegativeClasses
(classList: Record<string, boolean>)
packages/core/src/classes.ts:78
↓ 3 callersFunctioninitial
(n: FormKitNode)
packages/core/src/reset.ts:72
↓ 3 callersFunctioninput
(value: string)
packages/react/__tests__/inputs/text.spec.ts:200
↓ 3 callersFunctioninput
(value: string)
packages/vue/__tests__/inputs/text.spec.ts:265
↓ 3 callersFunctionisDirEmpty
(path: string)
packages/cli/src/utils.ts:10
↓ 3 callersFunctionmake
(error: string)
packages/core/src/store.ts:442
↓ 3 callersFunctionmerge
* Given a child node, add the parent node's counters to the child and then * rectify the upstream ledger counts. Generally used when attaching a chil
packages/core/src/ledger.ts:198
↓ 3 callersFunctionmergeProps
( props: FormKitPseudoProps, newProps: FormKitPseudoProps )
packages/core/src/node.ts:2388
↓ 3 callersMethodnext
()
packages/addons/src/plugins/multiStep/multiStepPlugin.ts:19
↓ 3 callersFunctionnormalizeGeneratedTheme
(themeName: string, code: string)
packages/cli/src/themeNormalize.ts:3
↓ 3 callersFunctionnormalizeOptions
( options: T, i = { count: 1 } )
packages/inputs/src/features/options.ts:23
← previousnext →101–200 of 2,401, ranked by callers