diff --git a/src/app/showcase/doc/apidoc/index.json b/src/app/showcase/doc/apidoc/index.json index ffe6cfb1424..a2ccdbba80f 100644 --- a/src/app/showcase/doc/apidoc/index.json +++ b/src/app/showcase/doc/apidoc/index.json @@ -1313,7 +1313,7 @@ "values": [ { "name": "Message", - "description": "Defines valid options for the message.", + "description": "Deines valid options for the message.", "props": [ { "name": "severity", @@ -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, @@ -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, @@ -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, @@ -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." } ] }, @@ -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, @@ -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." }, @@ -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." } ] }, @@ -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." + } + ] + } + ] } } }, @@ -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, @@ -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." } ] }, @@ -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." } ] } @@ -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." } ] }, @@ -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." } ] }, @@ -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", @@ -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, @@ -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." } ] }, @@ -28934,4 +28979,4 @@ } } } -} +} \ No newline at end of file