pull/5098/head
mertsincan 2024-01-14 13:46:30 +00:00
commit adadbf27c4
1 changed files with 267 additions and 306 deletions

View File

@ -10899,6 +10899,14 @@
"default": "", "default": "",
"description": "Used to pass attributes to the input's DOM element." "description": "Used to pass attributes to the input's DOM element."
}, },
{
"name": "box",
"optional": true,
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the box's DOM element."
},
{ {
"name": "icon", "name": "icon",
"optional": true, "optional": true,
@ -10907,22 +10915,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the icon's DOM element." "description": "Used to pass attributes to the icon's DOM element."
}, },
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
"optional": true,
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input's DOM element."
},
{ {
"name": "hooks", "name": "hooks",
"optional": true, "optional": true,
@ -11160,17 +11152,17 @@
"props": [], "props": [],
"methods": [ "methods": [
{ {
"name": "update:page", "name": "update:modelValue",
"parameters": [ "parameters": [
{ {
"name": "value", "name": "value",
"optional": false, "optional": false,
"type": "any", "type": "any",
"description": "New page value." "description": "New value."
} }
], ],
"returnType": "void", "returnType": "void",
"description": "Emitted when the page changes." "description": "Emitted when the value changes."
}, },
{ {
"name": "change", "name": "change",
@ -12933,30 +12925,14 @@
"default": "", "default": "",
"description": "Used to pass attributes to the sort badge's DOM element." "description": "Used to pass attributes to the sort badge's DOM element."
}, },
{
"name": "headerCheckboxWrapper",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the checkbox wrapper's DOM element."
},
{ {
"name": "headerCheckbox", "name": "headerCheckbox",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "ColumnPassThroughOptionType", "type": "CheckboxPassThroughOptionType",
"default": "", "default": "",
"description": "Used to pass attributes to the header checkbox's DOM element." "description": "Used to pass attributes to the header checkbox's DOM element."
}, },
{
"name": "headerCheckboxIcon",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the header checkbox icon's DOM element."
},
{ {
"name": "columnFilter", "name": "columnFilter",
"optional": true, "optional": true,
@ -13166,53 +13142,21 @@
"description": "Used to pass attributes to the column title's DOM element." "description": "Used to pass attributes to the column title's DOM element."
}, },
{ {
"name": "radiobuttonWrapper", "name": "rowRadioButton",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "ColumnPassThroughOptionType", "type": "RadioButtonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the radiobutton wrapper's DOM element."
},
{
"name": "radiobutton",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "", "default": "",
"description": "Used to pass attributes to the radiobutton's DOM element." "description": "Used to pass attributes to the radiobutton's DOM element."
}, },
{ {
"name": "radiobuttonIcon", "name": "rowCheckbox",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "ColumnPassThroughOptionType", "type": "CheckboxPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the radiobutton icon's DOM element."
},
{
"name": "checkboxWrapper",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the checkbox wrapper's DOM element."
},
{
"name": "checkbox",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "", "default": "",
"description": "Used to pass attributes to the checkbox's DOM element." "description": "Used to pass attributes to the checkbox's DOM element."
}, },
{
"name": "checkboxIcon",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the checkbox icon's DOM element."
},
{ {
"name": "rowToggler", "name": "rowToggler",
"optional": true, "optional": true,
@ -13293,38 +13237,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the body cell content's DOM element." "description": "Used to pass attributes to the body cell content's DOM element."
}, },
{
"name": "hiddenHeaderInputWrapper",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenHeaderInput",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
"optional": true,
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input's DOM element."
},
{ {
"name": "hooks", "name": "hooks",
"optional": true, "optional": true,
@ -30835,6 +30747,14 @@
"default": "", "default": "",
"description": "Defines current inline state." "description": "Defines current inline state."
}, },
{
"name": "context",
"optional": false,
"readonly": false,
"type": "InputSwitchContext",
"default": "",
"description": "Defines current options."
},
{ {
"name": "attrs", "name": "attrs",
"optional": false, "optional": false,
@ -30874,6 +30794,14 @@
"default": "", "default": "",
"description": "Used to pass attributes to the root's DOM element." "description": "Used to pass attributes to the root's DOM element."
}, },
{
"name": "input",
"optional": true,
"readonly": false,
"type": "InputSwitchPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the input's DOM element."
},
{ {
"name": "slider", "name": "slider",
"optional": true, "optional": true,
@ -30882,22 +30810,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the slider's DOM element." "description": "Used to pass attributes to the slider's DOM element."
}, },
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "InputSwitchPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
"optional": true,
"readonly": false,
"type": "InputSwitchPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input's DOM element."
},
{ {
"name": "hooks", "name": "hooks",
"optional": true, "optional": true,
@ -30927,12 +30839,10 @@
"relatedProp": "", "relatedProp": "",
"props": [ "props": [
{ {
"name": "focused", "name": "[key: string]",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "boolean", "type": "any"
"default": "false",
"description": "Current focus state as a boolean."
} }
], ],
"methods": [] "methods": []
@ -30973,6 +30883,22 @@
"default": "false", "default": "false",
"description": "When present, it specifies that the component should be disabled." "description": "When present, it specifies that the component should be disabled."
}, },
{
"name": "readonly",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "",
"description": "When present, it specifies that an input field is read-only."
},
{
"name": "tabindex",
"optional": true,
"readonly": false,
"type": "number",
"default": "",
"description": "Index of the element in tabbing order."
},
{ {
"name": "inputId", "name": "inputId",
"optional": true, "optional": true,
@ -31048,6 +30974,29 @@
], ],
"methods": [] "methods": []
}, },
"InputSwitchContext": {
"description": "Defines current options in InputSwitch component.",
"relatedProp": "",
"props": [
{
"name": "checked",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current checked state of the item as a boolean."
},
{
"name": "disabled",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current disabled state of the item as a boolean."
}
],
"methods": []
},
"InputSwitchSlots": { "InputSwitchSlots": {
"relatedProp": "", "relatedProp": "",
"props": [], "props": [],
@ -31071,19 +31020,6 @@
"returnType": "void", "returnType": "void",
"description": "Emitted when the value changes." "description": "Emitted when the value changes."
}, },
{
"name": "click",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke on click."
},
{ {
"name": "change", "name": "change",
"parameters": [ "parameters": [
@ -31098,17 +31034,30 @@
"description": "Callback to invoke on value change." "description": "Callback to invoke on value change."
}, },
{ {
"name": "input", "name": "focus",
"parameters": [ "parameters": [
{ {
"name": "value", "name": "event",
"optional": false, "optional": false,
"type": "boolean", "type": "Event",
"description": "New value." "description": "Browser event."
} }
], ],
"returnType": "void", "returnType": "void",
"description": "Callback to invoke on value change." "description": "Callback to invoke when the component receives focus."
},
{
"name": "blur",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when the component loses focus."
} }
] ]
} }
@ -35960,14 +35909,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the header's DOM element." "description": "Used to pass attributes to the header's DOM element."
}, },
{
"name": "headerCheckboxContainer",
"optional": true,
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the header checkbox container's DOM element."
},
{ {
"name": "headerCheckbox", "name": "headerCheckbox",
"optional": true, "optional": true,
@ -36057,28 +35998,12 @@
"description": "Used to pass attributes to the item's DOM element." "description": "Used to pass attributes to the item's DOM element."
}, },
{ {
"name": "checkboxContainer", "name": "itemCheckbox",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "MultiSelectPassThroughOptionType", "type": "MultiSelectPassThroughOptionType",
"default": "", "default": "",
"description": "Used to pass attributes to the checkbox container's DOM element." "description": "Used to pass attributes to the item checkbox's DOM element."
},
{
"name": "checkbox",
"optional": true,
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the checkbox's DOM element."
},
{
"name": "checkboxIcon",
"optional": true,
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the checkbox icon's DOM element."
}, },
{ {
"name": "option", "name": "option",
@ -36096,14 +36021,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the emptyMessage's DOM element." "description": "Used to pass attributes to the emptyMessage's DOM element."
}, },
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{ {
"name": "hiddenInput", "name": "hiddenInput",
"optional": true, "optional": true,
@ -43107,6 +43024,14 @@
"default": "", "default": "",
"description": "Defines current inline state." "description": "Defines current inline state."
}, },
{
"name": "context",
"optional": false,
"readonly": false,
"type": "RadioButtonContext",
"default": "",
"description": "Defines current options."
},
{ {
"name": "attrs", "name": "attrs",
"optional": false, "optional": false,
@ -43154,6 +43079,14 @@
"default": "", "default": "",
"description": "Used to pass attributes to the input's DOM element." "description": "Used to pass attributes to the input's DOM element."
}, },
{
"name": "box",
"optional": true,
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the box's DOM element."
},
{ {
"name": "icon", "name": "icon",
"optional": true, "optional": true,
@ -43162,22 +43095,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the icon's DOM element." "description": "Used to pass attributes to the icon's DOM element."
}, },
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden accessible DOM element wrapper."
},
{
"name": "hiddenInput",
"optional": true,
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden accessible DOM element."
},
{ {
"name": "hooks", "name": "hooks",
"optional": true, "optional": true,
@ -43207,12 +43124,10 @@
"relatedProp": "", "relatedProp": "",
"props": [ "props": [
{ {
"name": "focused", "name": "[key: string]",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "boolean", "type": "any"
"default": "false",
"description": "Current focused state as a boolean."
} }
], ],
"methods": [] "methods": []
@ -43253,6 +43168,22 @@
"default": "false", "default": "false",
"description": "When present, it specifies that the component should be disabled." "description": "When present, it specifies that the component should be disabled."
}, },
{
"name": "readonly",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "",
"description": "When present, it specifies that an input field is read-only."
},
{
"name": "tabindex",
"optional": true,
"readonly": false,
"type": "number",
"default": "",
"description": "Index of the element in tabbing order."
},
{ {
"name": "inputId", "name": "inputId",
"optional": true, "optional": true,
@ -43277,14 +43208,6 @@
"default": "", "default": "",
"description": "Style class of the input field." "description": "Style class of the input field."
}, },
{
"name": "inputProps",
"optional": true,
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{ {
"name": "ariaLabelledby", "name": "ariaLabelledby",
"optional": true, "optional": true,
@ -43328,6 +43251,29 @@
], ],
"methods": [] "methods": []
}, },
"RadioButtonContext": {
"description": "Defines current options in RadioButton component.",
"relatedProp": "",
"props": [
{
"name": "checked",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current checked state of the item as a boolean."
},
{
"name": "disabled",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current disabled state of the item as a boolean."
}
],
"methods": []
},
"RadioButtonSlots": { "RadioButtonSlots": {
"relatedProp": "", "relatedProp": "",
"props": [], "props": [],
@ -43351,19 +43297,6 @@
"returnType": "void", "returnType": "void",
"description": "Emitted when the value changes." "description": "Emitted when the value changes."
}, },
{
"name": "click",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke on radio button click."
},
{ {
"name": "change", "name": "change",
"parameters": [ "parameters": [
@ -43376,6 +43309,32 @@
], ],
"returnType": "void", "returnType": "void",
"description": "Callback to invoke on radio button value change." "description": "Callback to invoke on radio button value change."
},
{
"name": "focus",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when the component receives focus."
},
{
"name": "blur",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when the component loses focus."
} }
] ]
} }
@ -53037,6 +52996,14 @@
"default": "", "default": "",
"description": "Used to pass attributes to the root's DOM element." "description": "Used to pass attributes to the root's DOM element."
}, },
{
"name": "input",
"optional": true,
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the input's DOM element."
},
{ {
"name": "icon", "name": "icon",
"optional": true, "optional": true,
@ -53053,22 +53020,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the label's DOM element." "description": "Used to pass attributes to the label's DOM element."
}, },
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
"optional": true,
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input's DOM element."
},
{ {
"name": "hooks", "name": "hooks",
"optional": true, "optional": true,
@ -53098,12 +53049,10 @@
"relatedProp": "", "relatedProp": "",
"props": [ "props": [
{ {
"name": "focused", "name": "[key: string]",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "boolean", "type": "any"
"default": "",
"description": "Focused state as a boolean."
} }
], ],
"methods": [] "methods": []
@ -53113,12 +53062,12 @@
"relatedProp": "", "relatedProp": "",
"props": [ "props": [
{ {
"name": "focused", "name": "active",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "false", "default": "false",
"description": "Current focused state as a boolean." "description": "Current highlighted state as a boolean."
}, },
{ {
"name": "disabled", "name": "disabled",
@ -53127,14 +53076,6 @@
"type": "boolean", "type": "boolean",
"default": "false", "default": "false",
"description": "Current disabled state as a boolean." "description": "Current disabled state as a boolean."
},
{
"name": "highlighted",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current highlighted state as a boolean."
} }
], ],
"methods": [] "methods": []
@ -53201,6 +53142,14 @@
"default": "false", "default": "false",
"description": "When present, it specifies that the element should be disabled." "description": "When present, it specifies that the element should be disabled."
}, },
{
"name": "readonly",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "",
"description": "When present, it specifies that an input field is read-only."
},
{ {
"name": "tabindex", "name": "tabindex",
"optional": true, "optional": true,
@ -53233,14 +53182,6 @@
"default": "", "default": "",
"description": "Inline style of the input field." "description": "Inline style of the input field."
}, },
{
"name": "inputProps",
"optional": true,
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{ {
"name": "ariaLabelledby", "name": "ariaLabelledby",
"optional": true, "optional": true,
@ -54284,29 +54225,13 @@
"description": "Used to pass attributes to the toggler icon's DOM element." "description": "Used to pass attributes to the toggler icon's DOM element."
}, },
{ {
"name": "checkboxContainer", "name": "nodeCheckbox",
"optional": true,
"readonly": false,
"type": "TreePassThroughOptionType<T>",
"default": "",
"description": "Used to pass attributes to the checkbox container's DOM element."
},
{
"name": "checkbox",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "TreePassThroughOptionType<T>", "type": "TreePassThroughOptionType<T>",
"default": "", "default": "",
"description": "Used to pass attributes to the checkbox's DOM element." "description": "Used to pass attributes to the checkbox's DOM element."
}, },
{
"name": "checkboxIcon",
"optional": true,
"readonly": false,
"type": "TreePassThroughOptionType<T>",
"default": "",
"description": "Used to pass attributes to the checkbox icon's DOM element."
},
{ {
"name": "nodeIcon", "name": "nodeIcon",
"optional": true, "optional": true,
@ -57324,12 +57249,20 @@
"description": "Used to pass attributes to the root's DOM element." "description": "Used to pass attributes to the root's DOM element."
}, },
{ {
"name": "checkbox", "name": "input",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "TriStateCheckboxPassThroughOptionType", "type": "TriStateCheckboxPassThroughOptionType",
"default": "", "default": "",
"description": "Used to pass attributes to the checkbox box's DOM element." "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "box",
"optional": true,
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the box's DOM element."
}, },
{ {
"name": "checkIcon", "name": "checkIcon",
@ -57355,22 +57288,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the nullable icon's DOM element." "description": "Used to pass attributes to the nullable icon's DOM element."
}, },
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
"optional": true,
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the hidden input's DOM element."
},
{ {
"name": "hiddenValueLabel", "name": "hiddenValueLabel",
"optional": true, "optional": true,
@ -57408,12 +57325,10 @@
"relatedProp": "", "relatedProp": "",
"props": [ "props": [
{ {
"name": "focused", "name": "[key: string]",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "boolean", "type": "any"
"default": "",
"description": "Focused state as a boolean."
} }
], ],
"methods": [] "methods": []
@ -57430,14 +57345,6 @@
"default": "false", "default": "false",
"description": "Current active state as a boolean." "description": "Current active state as a boolean."
}, },
{
"name": "focused",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current focused state as a boolean."
},
{ {
"name": "disabled", "name": "disabled",
"optional": false, "optional": false,
@ -57469,6 +57376,14 @@
"default": "false", "default": "false",
"description": "When present, it specifies that the component should be disabled." "description": "When present, it specifies that the component should be disabled."
}, },
{
"name": "readonly",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "",
"description": "When present, it specifies that an input field is read-only."
},
{ {
"name": "tabindex", "name": "tabindex",
"optional": true, "optional": true,
@ -57486,13 +57401,20 @@
"description": "Identifier of the underlying input element." "description": "Identifier of the underlying input element."
}, },
{ {
"name": "inputProps", "name": "inputClass",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "InputHTMLAttributes", "type": "object",
"default": "", "default": "",
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.", "description": "Style class of the input field."
"deprecated": "since v3.26.0. Use 'pt' property." },
{
"name": "inputStyle",
"optional": true,
"readonly": false,
"type": "string | object",
"default": "",
"description": "Inline style of the input field."
}, },
{ {
"name": "ariaLabelledby", "name": "ariaLabelledby",
@ -57600,6 +57522,45 @@
], ],
"returnType": "void", "returnType": "void",
"description": "Emitted when the value changes." "description": "Emitted when the value changes."
},
{
"name": "change",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke on value change."
},
{
"name": "focus",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when the component receives focus."
},
{
"name": "blur",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when the component loses focus."
} }
] ]
} }