Skip to content

Commit

Permalink
Update apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Apr 18, 2024
1 parent ba4dcef commit 71086fe
Showing 1 changed file with 102 additions and 57 deletions.
159 changes: 102 additions & 57 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@
"values": [
{
"name": "Message",
"description": "Defines valid options for the message.",
"description": "Deines valid options for the message.",
"props": [
{
"name": "severity",
Expand Down Expand Up @@ -6392,14 +6392,6 @@
"type": "any",
"description": "Name of the disabled field of an option."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "autoOptionFocus",
"optional": false,
Expand Down Expand Up @@ -6558,6 +6550,14 @@
"type": "OverlayOptions",
"description": "Whether to use overlay API feature. The properties of overlay API can be used like an object in it."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "showTransitionOptions",
"optional": false,
Expand Down Expand Up @@ -7079,6 +7079,14 @@
"default": "false",
"description": "When present, it specifies that checkbox must be checked before submitting the form."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "trueValue",
"optional": false,
Expand All @@ -7094,14 +7102,6 @@
"type": "any",
"default": "false",
"description": "Value in unchecked state."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
}
]
},
Expand Down Expand Up @@ -10521,6 +10521,14 @@
"default": "true",
"description": "Specifies if autofocus should happen on show."
},
{
"name": "focusTrap",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "When enabled, can only focus on elements inside the dialog."
},
{
"name": "baseZIndex",
"optional": true,
Expand Down Expand Up @@ -13076,8 +13084,7 @@
"name": "autoFocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"type": null,
"description": "When present, the input gets a focus automatically on load.",
"deprecated": "Use autofocus property instead."
},
Expand Down Expand Up @@ -13489,19 +13496,19 @@
"description": "When enabled, a clear icon is displayed to clear the value."
},
{
"name": "disabled",
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"description": "When present, it specifies that the element should be disabled."
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "autofocus",
"name": "disabled",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
"description": "When present, it specifies that the element should be disabled."
}
]
},
Expand Down Expand Up @@ -15581,6 +15588,45 @@
"description": "Custom icon template."
}
]
},
"interfaces": {
"description": "Defines the custom interfaces used by the module.",
"values": [
{
"name": "MeterItem",
"description": "Represents a meter item configuration.",
"props": [
{
"name": "label",
"optional": true,
"readonly": false,
"type": "string",
"description": "Label of the meter item."
},
{
"name": "value",
"optional": true,
"readonly": false,
"type": "number",
"description": "Value of the meter item."
},
{
"name": "color",
"optional": true,
"readonly": false,
"type": "string",
"description": "Color of the meter item."
},
{
"name": "icon",
"optional": true,
"readonly": false,
"type": "string",
"description": "Icon of the meter item."
}
]
}
]
}
}
},
Expand Down Expand Up @@ -15972,6 +16018,14 @@
"default": "false",
"description": "When enabled, a clear icon is displayed to clear the value."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "autoZIndex",
"optional": false,
Expand Down Expand Up @@ -16078,14 +16132,6 @@
"type": "boolean",
"default": "true",
"description": "Whether to focus on the first visible or selected element when the overlay panel is shown."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
}
]
},
Expand Down Expand Up @@ -18168,14 +18214,6 @@
"readonly": false,
"type": null,
"description": "Sets the visibility of the password field."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
}
]
}
Expand Down Expand Up @@ -18360,6 +18398,14 @@
"type": "boolean",
"default": "false",
"description": "When enabled, a clear icon is displayed to clear the value."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
}
]
},
Expand Down Expand Up @@ -21753,28 +21799,28 @@
"description": "Transition options of the hide animation."
},
{
"name": "_menuButtonDisabled",
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the menu button element should be disabled."
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "_buttonDisabled",
"name": "_menuButtonDisabled",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the button element should be disabled."
"description": "When present, it specifies that the menu button element should be disabled."
},
{
"name": "autofocus",
"name": "_buttonDisabled",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
"description": "When present, it specifies that the button element should be disabled."
}
]
},
Expand Down Expand Up @@ -22780,8 +22826,7 @@
"name": "rowSelectable",
"optional": false,
"readonly": false,
"type": "(row: { data: any; index: number }) => boolean",
"description": "Defines if the row is selectable."
"type": "Function"
},
{
"name": "rowTrackBy",
Expand Down Expand Up @@ -26868,6 +26913,14 @@
"type": "ScrollerOptions",
"description": "Whether to use the scroller feature. The properties of scroller component can be used like an object in it."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "options",
"optional": false,
Expand All @@ -26890,14 +26943,6 @@
"type": "string",
"description": "Transition options of the hide animation.",
"deprecated": "since v14.2.0 use overlayOptions property instead."
},
{
"name": "autofocus",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
}
]
},
Expand Down Expand Up @@ -28934,4 +28979,4 @@
}
}
}
}
}

0 comments on commit 71086fe

Please sign in to comment.