@formkit/inputs
Advanced tools
Comparing version 1.4.0 to 1.5.0-7533531
@@ -26,2 +26,3 @@ /** | ||
import { FormKitSchemaNode } from '@formkit/core'; | ||
import { FormKitSectionsSchema } from '@formkit/core'; | ||
import { FormKitTypeDefinition } from '@formkit/core'; | ||
@@ -66,3 +67,3 @@ | ||
*/ | ||
export declare function $for(varName: string, inName: string, section: FormKitSchemaExtendableSection): (extensions: Record<string, Partial<FormKitSchemaNode>>) => FormKitSchemaNode; | ||
export declare function $for(varName: string, inName: string, section: FormKitSchemaExtendableSection): (extensions: FormKitSectionsSchema) => FormKitSchemaNode; | ||
@@ -97,3 +98,2 @@ /** | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -115,3 +115,2 @@ export declare const actions: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -124,3 +123,2 @@ export declare const box: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -133,3 +131,2 @@ export declare const boxHelp: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -142,3 +139,2 @@ export declare const boxInner: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -151,3 +147,2 @@ export declare const boxLabel: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -160,3 +155,2 @@ export declare const boxOption: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -169,3 +163,2 @@ export declare const boxOptions: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -186,3 +179,2 @@ export declare const boxWrapper: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -195,3 +187,2 @@ export declare const buttonInput: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -272,3 +263,2 @@ export declare const buttonLabel: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -324,3 +314,3 @@ export declare const decorator: FormKitSection<FormKitSchemaExtendableSection>; | ||
*/ | ||
export declare function extendSchema(schema: FormKitSchemaNode, extension?: Partial<FormKitSchemaNode>): FormKitSchemaNode; | ||
export declare function extendSchema(schema: FormKitSchemaNode, extension?: Partial<FormKitSchemaNode> | null): FormKitSchemaNode; | ||
@@ -331,3 +321,2 @@ /** | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -346,3 +335,2 @@ export declare const fieldset: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -355,3 +343,2 @@ export declare const fileInput: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -364,3 +351,2 @@ export declare const fileItem: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -373,3 +359,2 @@ export declare const fileList: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -382,3 +367,2 @@ export declare const fileName: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -418,3 +402,2 @@ export declare const fileRemove: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1055,3 +1038,3 @@ export declare const formInput: FormKitSection<FormKitSchemaExtendableSection>; | ||
*/ | ||
sectionsSchema: Record<string, Partial<FormKitSchemaNode> | FormKitSchemaCondition_2>; | ||
sectionsSchema: FormKitSectionsSchema; | ||
/** | ||
@@ -1148,3 +1131,3 @@ * A boolean indicating whether the input should be synced with the model. | ||
export declare interface FormKitSchemaExtendableSection { | ||
(extensions: Record<string, Partial<FormKitSchemaNode>>): FormKitSchemaNode; | ||
(extensions: FormKitSectionsSchema): FormKitSchemaNode; | ||
_s?: string; | ||
@@ -1261,3 +1244,2 @@ } | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1276,3 +1258,2 @@ export declare const fragment: FormKitSection<FormKitExtendableSchemaRoot>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1316,3 +1297,2 @@ export declare const help: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1377,3 +1357,3 @@ export declare const inner: FormKitSection<FormKitSchemaExtendableSection>; | ||
*/ | ||
export declare function isSchemaObject(schema: Partial<FormKitSchemaNode>): schema is FormKitSchemaDOMNode_2 | FormKitSchemaComponent_2 | FormKitSchemaFormKit_2; | ||
export declare function isSchemaObject(schema: Partial<FormKitSchemaNode> | null): schema is FormKitSchemaDOMNode_2 | FormKitSchemaComponent_2 | FormKitSchemaFormKit_2; | ||
@@ -1409,3 +1389,2 @@ /** | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1418,3 +1397,2 @@ export declare const label: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1462,3 +1440,2 @@ export declare const legend: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1471,3 +1448,2 @@ export declare const message: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1486,3 +1462,2 @@ export declare const messages: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1530,3 +1505,2 @@ export declare const noFiles: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1564,3 +1538,2 @@ export declare const option: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1573,3 +1546,2 @@ export declare const outer: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1625,3 +1597,2 @@ export declare const prefix: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1641,3 +1612,2 @@ export declare const selectInput: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1650,3 +1620,2 @@ export declare const submitInput: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1685,3 +1654,2 @@ export declare const suffix: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1694,3 +1662,2 @@ export declare const textareaInput: FormKitSection<FormKitSchemaExtendableSection>; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1708,3 +1675,3 @@ export declare const textInput: FormKitSection<FormKitSchemaExtendableSection>; | ||
*/ | ||
export declare function useSchema(inputSection: FormKitSection): FormKitSchemaExtendableSection; | ||
export declare function useSchema(inputSection: FormKitSection, sectionsSchema?: FormKitSectionsSchema): FormKitSchemaExtendableSection; | ||
@@ -1715,3 +1682,2 @@ /** | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
*/ | ||
@@ -1718,0 +1684,0 @@ export declare const wrapper: FormKitSection<FormKitSchemaExtendableSection>; |
{ | ||
"name": "@formkit/inputs", | ||
"type": "module", | ||
"version": "1.4.0", | ||
"version": "1.5.0-7533531", | ||
"description": "Commonly shared types for FormKit", | ||
@@ -34,4 +34,4 @@ "main": "dist/index.cjs", | ||
"dependencies": { | ||
"@formkit/core": "1.4.0", | ||
"@formkit/utils": "1.4.0" | ||
"@formkit/core": "1.5.0-7533531", | ||
"@formkit/utils": "1.5.0-7533531" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
254888
8815
2
+ Added@formkit/core@1.5.0-7533531(transitive)
+ Added@formkit/utils@1.5.0-7533531(transitive)
- Removed@formkit/core@1.4.0(transitive)
- Removed@formkit/utils@1.4.0(transitive)
Updated@formkit/core@1.5.0-7533531
Updated@formkit/utils@1.5.0-7533531