Update API doc
parent
2d2c5e0b5c
commit
26795f0ece
|
@ -16,26 +16,6 @@
|
||||||
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
||||||
"typeDescription": "Defines the custom types used by the module.",
|
"typeDescription": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"PassThroughOptions": {
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "mergeSections",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "boolean",
|
|
||||||
"default": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "mergeProps",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "PassThroughMergePropsType",
|
|
||||||
"default": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"FormPassThroughMethodOptions": {
|
"FormPassThroughMethodOptions": {
|
||||||
"description": "Custom passthrough(pt) option method.",
|
"description": "Custom passthrough(pt) option method.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
@ -386,9 +366,6 @@
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"description": "Define design tokens used by the component.",
|
"description": "Define design tokens used by the component.",
|
||||||
"values": {
|
"values": {
|
||||||
"PassThroughOptions": {
|
|
||||||
"props": []
|
|
||||||
},
|
|
||||||
"FormPassThroughMethodOptions": {
|
"FormPassThroughMethodOptions": {
|
||||||
"description": "Custom passthrough(pt) option method.",
|
"description": "Custom passthrough(pt) option method.",
|
||||||
"props": []
|
"props": []
|
||||||
|
@ -430,10 +407,6 @@
|
||||||
"types": {
|
"types": {
|
||||||
"description": "Defines the custom types used by the module.",
|
"description": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"PassThroughMergePropsType": {
|
|
||||||
"values": "(args: any) => undefined | boolean | undefined",
|
|
||||||
"description": "From primevue/passthrough/index.d.ts"
|
|
||||||
},
|
|
||||||
"FormPassThroughOptionType": {
|
"FormPassThroughOptionType": {
|
||||||
"values": "FormPassThroughAttributes | (options: FormPassThroughMethodOptions) => undefined | string | null | undefined"
|
"values": "FormPassThroughAttributes | (options: FormPassThroughMethodOptions) => undefined | string | null | undefined"
|
||||||
},
|
},
|
||||||
|
@ -500,26 +473,6 @@
|
||||||
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
||||||
"typeDescription": "Defines the custom types used by the module.",
|
"typeDescription": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"PassThroughOptions": {
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "mergeSections",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "boolean",
|
|
||||||
"default": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "mergeProps",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "PassThroughMergePropsType",
|
|
||||||
"default": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"FormFieldPassThroughMethodOptions": {
|
"FormFieldPassThroughMethodOptions": {
|
||||||
"description": "Custom passthrough(pt) option method.",
|
"description": "Custom passthrough(pt) option method.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
@ -753,9 +706,6 @@
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"description": "Define design tokens used by the component.",
|
"description": "Define design tokens used by the component.",
|
||||||
"values": {
|
"values": {
|
||||||
"PassThroughOptions": {
|
|
||||||
"props": []
|
|
||||||
},
|
|
||||||
"FormFieldPassThroughMethodOptions": {
|
"FormFieldPassThroughMethodOptions": {
|
||||||
"description": "Custom passthrough(pt) option method.",
|
"description": "Custom passthrough(pt) option method.",
|
||||||
"props": []
|
"props": []
|
||||||
|
@ -789,10 +739,6 @@
|
||||||
"types": {
|
"types": {
|
||||||
"description": "Defines the custom types used by the module.",
|
"description": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"PassThroughMergePropsType": {
|
|
||||||
"values": "(args: any) => undefined | boolean | undefined",
|
|
||||||
"description": "From primevue/passthrough/index.d.ts"
|
|
||||||
},
|
|
||||||
"FormFieldPassThroughOptionType": {
|
"FormFieldPassThroughOptionType": {
|
||||||
"values": "FormFieldPassThroughAttributes | (options: FormFieldPassThroughMethodOptions) => undefined | string | null | undefined"
|
"values": "FormFieldPassThroughAttributes | (options: FormFieldPassThroughMethodOptions) => undefined | string | null | undefined"
|
||||||
},
|
},
|
||||||
|
@ -843,7 +789,58 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"forms/src": {},
|
"forms/src": {},
|
||||||
"forms/src/resolvers": {},
|
"forms/src/resolvers/joi": {},
|
||||||
|
"forms/src/resolvers/superstruct": {},
|
||||||
|
"forms/src/resolvers/valibot": {},
|
||||||
|
"forms/src/resolvers/yup": {},
|
||||||
|
"forms/src/resolvers/zod": {},
|
||||||
|
"forms/src/types": {
|
||||||
|
"interfaces": {
|
||||||
|
"description": "Defines the custom interfaces used by the module.",
|
||||||
|
"eventDescription": "Defines the custom events used by the component's emit.",
|
||||||
|
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
||||||
|
"typeDescription": "Defines the custom types used by the module.",
|
||||||
|
"values": {
|
||||||
|
"PassThroughOptions": {
|
||||||
|
"relatedProp": "",
|
||||||
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "mergeSections",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mergeProps",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "PassThroughMergePropsType",
|
||||||
|
"default": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"methods": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tokens": {
|
||||||
|
"description": "Define design tokens used by the component.",
|
||||||
|
"values": {
|
||||||
|
"PassThroughOptions": {
|
||||||
|
"props": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"description": "Defines the custom types used by the module.",
|
||||||
|
"values": {
|
||||||
|
"PassThroughMergePropsType": {
|
||||||
|
"values": "(args: any) => undefined | boolean | undefined",
|
||||||
|
"description": "From primevue/passthrough/index.d.ts"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"forms/src/useform": {
|
"forms/src/useform": {
|
||||||
"functions": {
|
"functions": {
|
||||||
"description": "Defines the custom functions used by the module.",
|
"description": "Defines the custom functions used by the module.",
|
||||||
|
|
1937
pnpm-lock.yaml
1937
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue