@universal-material/web
Version:
Material web components
1,963 lines • 49.3 kB
JSON
{
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
"version": 1.1,
"tags": [
{
"name": "u-top-app-bar",
"description": "\n---\n",
"attributes": [
{
"name": "has-leading-icon",
"description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "position",
"values": [
{
"name": "fixed"
},
{
"name": "absolute"
},
{
"name": "static"
}
]
},
{
"name": "size",
"values": [
{
"name": "small"
},
{
"name": "medium"
},
{
"name": "large"
}
]
},
{
"name": "headline",
"values": []
},
{
"name": "scrollContainer",
"values": [
{
"name": "none"
},
{
"name": "window"
}
]
},
{
"name": "container-scrolled",
"values": []
}
],
"references": []
},
{
"name": "u-badge",
"description": "\n---\n",
"attributes": [
{
"name": "static",
"values": []
}
],
"references": []
},
{
"name": "u-card-content",
"description": "\n---\n",
"attributes": [
{
"name": "has-content",
"values": []
}
],
"references": []
},
{
"name": "u-card-media",
"description": "\n---\n",
"attributes": [
{
"name": "wide",
"values": []
}
],
"references": []
},
{
"name": "u-card",
"description": "\n---\n",
"attributes": [
{
"name": "variant",
"description": "The Card variant to render.",
"values": [
{
"name": "filled"
},
{
"name": "elevated"
},
{
"name": "outlined"
}
]
}
],
"references": []
},
{
"name": "u-button-set",
"description": "\n---\n",
"attributes": [
{
"name": "stack",
"description": "Whether to render the buttons stacked or not",
"values": []
},
{
"name": "alignment",
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
"values": [
{
"name": "start"
},
{
"name": "center"
},
{
"name": "end"
}
]
}
],
"references": []
},
{
"name": "u-button",
"description": "\n---\n\n\n### **Events:**\n - **change**",
"attributes": [
{
"name": "variant",
"description": "The Button variant to render",
"values": [
{
"name": "filled"
},
{
"name": "tonal"
},
{
"name": "elevated"
},
{
"name": "outlined"
},
{
"name": "text"
}
]
},
{
"name": "color",
"description": "The Button color",
"values": [
{
"name": "primary"
},
{
"name": "secondary"
},
{
"name": "tertiary"
},
{
"name": "error"
}
]
},
{
"name": "trailing-icon",
"values": []
},
{
"name": "has-icon",
"description": "Whether the button has icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-selection-label",
"values": []
},
{
"name": "toggle",
"description": "When true, the button will toggle between selected and unselected\nstates",
"values": []
},
{
"name": "toggle-shape",
"description": "When true, the button will toggle between round and square shapes",
"values": []
},
{
"name": "selected",
"description": "Sets the selected state",
"values": []
},
{
"name": "shape",
"description": "Sets the shape of the button",
"values": [
{
"name": "round"
},
{
"name": "square"
}
]
},
{
"name": "size",
"description": "Sets the size of the button",
"values": [
{
"name": "extra-small"
},
{
"name": "small"
},
{
"name": "medium"
},
{
"name": "large"
},
{
"name": "extra-large"
}
]
},
{
"name": "aria-label-selected",
"description": "The `aria-label` of the button when the button is toggleable and selected.",
"values": []
},
{
"name": "has-selection-icon",
"values": []
},
{
"name": "type",
"values": []
},
{
"name": "value",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-fab",
"description": "\n---\n",
"attributes": [
{
"name": "color",
"description": "The FAB color variant to render.",
"values": [
{
"name": "primary"
},
{
"name": "secondary"
},
{
"name": "tertiary"
},
{
"name": "surface"
},
{
"name": "branded"
}
]
},
{
"name": "size",
"description": "The size of the FAB.",
"values": [
{
"name": "small"
},
{
"name": "medium"
},
{
"name": "large"
}
]
},
{
"name": "label",
"description": "The text to display the FAB.",
"values": []
},
{
"name": "lowered",
"description": "Lowers the FAB's elevation.",
"values": []
},
{
"name": "extended",
"values": []
},
{
"name": "type",
"values": []
},
{
"name": "value",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-icon-button",
"description": "\n---\n\n\n### **Events:**\n - **change**",
"attributes": [
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "tonal"
},
{
"name": "outlined"
},
{
"name": "standard"
}
]
},
{
"name": "width",
"values": [
{
"name": "default"
},
{
"name": "narrow"
},
{
"name": "wide"
}
]
},
{
"name": "toggle",
"description": "When true, the button will toggle between selected and unselected\nstates",
"values": []
},
{
"name": "toggle-shape",
"description": "When true, the button will toggle between round and square shapes",
"values": []
},
{
"name": "selected",
"description": "Sets the selected state",
"values": []
},
{
"name": "shape",
"description": "Sets the shape of the button",
"values": [
{
"name": "round"
},
{
"name": "square"
}
]
},
{
"name": "size",
"description": "Sets the size of the button",
"values": [
{
"name": "extra-small"
},
{
"name": "small"
},
{
"name": "medium"
},
{
"name": "large"
},
{
"name": "extra-large"
}
]
},
{
"name": "aria-label-selected",
"description": "The `aria-label` of the button when the button is toggleable and selected.",
"values": []
},
{
"name": "has-selection-icon",
"values": []
},
{
"name": "type",
"values": []
},
{
"name": "value",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-button-field",
"description": "\n---\n",
"attributes": [
{
"name": "value",
"values": []
},
{
"name": "placeholder",
"values": []
},
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "outlined"
}
]
},
{
"name": "label",
"description": "The floating label for the field",
"values": []
},
{
"name": "counter",
"values": []
},
{
"name": "hide-counter",
"values": []
},
{
"name": "supporting-text",
"description": "Supporting text conveys additional information about the field, such as how it will be used",
"values": []
},
{
"name": "error-text",
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
"values": []
},
{
"name": "empty",
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "invalid",
"description": "Get or sets where or not the field is in a visually invalid state.",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-error-text",
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-calendar",
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
"attributes": [
{
"name": "value",
"values": []
},
{
"name": "dateOutsideMonth",
"values": []
},
{
"name": "locale",
"values": []
}
],
"references": []
},
{
"name": "u-range-calendar",
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
"attributes": [
{
"name": "value",
"values": []
},
{
"name": "dateOutsideMonth",
"values": []
},
{
"name": "locale",
"values": []
}
],
"references": []
},
{
"name": "u-checkbox-list-item",
"description": "\n---\n",
"attributes": [
{
"name": "leading",
"values": []
},
{
"name": "hide-state-layer",
"values": []
},
{
"name": "indeterminate",
"values": []
},
{
"name": "name",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "value",
"description": "The element value to use in form submission when checked.",
"values": []
},
{
"name": "checked",
"values": []
}
],
"references": []
},
{
"name": "u-checkbox",
"description": "\n---\n",
"attributes": [
{
"name": "hide-state-layer",
"values": []
},
{
"name": "indeterminate",
"values": []
},
{
"name": "name",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "value",
"description": "The element value to use in form submission when checked.",
"values": []
},
{
"name": "checked",
"values": []
}
],
"references": []
},
{
"name": "u-chip-field",
"description": "\n---\n\n\n### **Events:**\n - **change**",
"attributes": [
{
"name": "name",
"values": []
},
{
"name": "manual",
"description": "If true, ignore enter key input",
"values": []
},
{
"name": "placeholder",
"values": []
},
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "outlined"
}
]
},
{
"name": "label",
"description": "The floating label for the field",
"values": []
},
{
"name": "counter",
"values": []
},
{
"name": "hide-counter",
"values": []
},
{
"name": "supporting-text",
"description": "Supporting text conveys additional information about the field, such as how it will be used",
"values": []
},
{
"name": "error-text",
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
"values": []
},
{
"name": "empty",
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "invalid",
"description": "Get or sets where or not the field is in a visually invalid state.",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-error-text",
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-chip-set",
"description": "\n---\n",
"attributes": [
{
"name": "alignment",
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
"values": [
{
"name": "start"
},
{
"name": "center"
},
{
"name": "end"
}
]
}
],
"references": []
},
{
"name": "u-chip",
"description": "\n---\n\n\n### **Events:**\n - **change**",
"attributes": [
{
"name": "selected",
"description": "Whether the chip is selected or not",
"values": []
},
{
"name": "clickable",
"values": []
},
{
"name": "elevated",
"description": "Adds elevation to the chip",
"values": []
},
{
"name": "toggle",
"description": "When true, the chip will toggle between selected and unselected\nstates",
"values": []
},
{
"name": "removable",
"description": "Add the remove icon",
"values": []
},
{
"name": "hide-selected-icon",
"description": "Hide the selected icon",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-selected-icon",
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-dialog",
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
"attributes": [
{
"name": "open",
"values": []
},
{
"name": "has-headline",
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-icon",
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-elevation",
"description": "\n---\n",
"attributes": [],
"references": []
},
{
"name": "u-icon",
"description": "\n---\n",
"attributes": [],
"references": []
},
{
"name": "u-field",
"description": "\n---\n",
"attributes": [
{
"name": "autoEmpty",
"values": []
},
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "outlined"
}
]
},
{
"name": "label",
"description": "The floating label for the field",
"values": []
},
{
"name": "counter",
"values": []
},
{
"name": "hide-counter",
"values": []
},
{
"name": "supporting-text",
"description": "Supporting text conveys additional information about the field, such as how it will be used",
"values": []
},
{
"name": "error-text",
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
"values": []
},
{
"name": "empty",
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "invalid",
"description": "Get or sets where or not the field is in a visually invalid state.",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-error-text",
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-list-item",
"description": "\n---\n",
"attributes": [
{
"name": "selectable",
"values": []
}
],
"references": []
},
{
"name": "u-list",
"description": "\n---\n",
"attributes": [],
"references": []
},
{
"name": "u-menu-item",
"description": "\n---\n",
"attributes": [
{
"name": "active",
"description": "Force show focus ring",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-badge",
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-menu",
"description": "\n---\n",
"attributes": [
{
"name": "autoclose",
"values": [
{
"name": "outside"
}
]
},
{
"name": "open",
"description": "Opens the menu and makes it visible. Alternative to the `.show()`, `.close()` and `.toggle()` methods",
"values": []
},
{
"name": "positioning",
"values": [
{
"name": "relative"
},
{
"name": "fixed"
}
]
},
{
"name": "manualFocus",
"values": []
},
{
"name": "anchor-corner",
"description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
"values": [
{
"name": "auto-start"
},
{
"name": "auto-end"
},
{
"name": "start-start"
},
{
"name": "start-end"
},
{
"name": "end-start"
},
{
"name": "end-end"
}
]
},
{
"name": "direction",
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
"values": [
{
"name": "up-start"
},
{
"name": "up-end"
},
{
"name": "down-start"
},
{
"name": "down-end"
}
]
},
{
"name": "allow-overflow",
"description": "Don't limit the height of the menu",
"values": []
}
],
"references": []
},
{
"name": "u-drawer-headline",
"description": "\n---\n",
"attributes": [],
"references": []
},
{
"name": "u-drawer-item",
"description": "\n---\n",
"attributes": [
{
"name": "has-icon",
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-badge",
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "active",
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "keep-drawer-open",
"description": "If true, it will not attempt to close de navigation drawer on click",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-drawer",
"description": "\n---\n",
"attributes": [],
"references": []
},
{
"name": "u-side-navigation",
"description": "\n---\n",
"attributes": [
{
"name": "toggle-drawer",
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
"values": []
}
],
"references": []
},
{
"name": "u-circular-progress",
"description": "\n---\n",
"attributes": [
{
"name": "value",
"values": []
},
{
"name": "max",
"values": []
}
],
"references": []
},
{
"name": "u-progress-bar",
"description": "\n---\n",
"attributes": [
{
"name": "value",
"values": []
},
{
"name": "max",
"values": []
}
],
"references": []
},
{
"name": "u-overflow-menu-item",
"description": "\n---\n",
"attributes": [
{
"name": "label",
"values": []
},
{
"name": "priority",
"values": []
}
],
"references": []
},
{
"name": "u-overflow-menu",
"description": "\n---\n",
"attributes": [],
"references": []
},
{
"name": "u-radio-list-item",
"description": "\n---\n",
"attributes": [
{
"name": "leading",
"values": []
},
{
"name": "hide-state-layer",
"values": []
},
{
"name": "name",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "value",
"description": "The element value to use in form submission when checked.",
"values": []
},
{
"name": "checked",
"values": []
}
],
"references": []
},
{
"name": "u-radio",
"description": "\n---\n",
"attributes": [
{
"name": "hide-state-layer",
"values": []
},
{
"name": "name",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "value",
"description": "The element value to use in form submission when checked.",
"values": []
},
{
"name": "checked",
"values": []
}
],
"references": []
},
{
"name": "u-ripple",
"description": "\n---\n",
"attributes": [
{
"name": "disabled",
"description": "Disables the ripple.",
"values": []
}
],
"references": []
},
{
"name": "u-search",
"description": "\n---\n",
"attributes": [
{
"name": "position",
"values": [
{
"name": "fixed"
},
{
"name": "absolute"
},
{
"name": "static"
}
]
},
{
"name": "value",
"values": []
},
{
"name": "autocomplete",
"values": [
{
"name": "on"
},
{
"name": "off"
}
]
},
{
"name": "maxlength",
"values": []
},
{
"name": "role",
"values": []
},
{
"name": "placeholder",
"values": []
},
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "outlined"
}
]
},
{
"name": "label",
"description": "The floating label for the field",
"values": []
},
{
"name": "counter",
"values": []
},
{
"name": "hide-counter",
"values": []
},
{
"name": "supporting-text",
"description": "Supporting text conveys additional information about the field, such as how it will be used",
"values": []
},
{
"name": "error-text",
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
"values": []
},
{
"name": "empty",
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "invalid",
"description": "Get or sets where or not the field is in a visually invalid state.",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-error-text",
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-option",
"description": "\n---\n",
"attributes": [
{
"name": "value",
"values": []
},
{
"name": "selected",
"values": []
},
{
"name": "active",
"description": "Force show focus ring",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-badge",
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-select",
"description": "\n---\n",
"attributes": [
{
"name": "menu-positioning",
"values": [
{
"name": "relative"
},
{
"name": "fixed"
}
]
},
{
"name": "placeholder",
"values": []
},
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "outlined"
}
]
},
{
"name": "label",
"description": "The floating label for the field",
"values": []
},
{
"name": "counter",
"values": []
},
{
"name": "hide-counter",
"values": []
},
{
"name": "supporting-text",
"description": "Supporting text conveys additional information about the field, such as how it will be used",
"values": []
},
{
"name": "error-text",
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
"values": []
},
{
"name": "empty",
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "invalid",
"description": "Get or sets where or not the field is in a visually invalid state.",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-error-text",
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-snackbar",
"description": "\n---\n",
"attributes": [
{
"name": "message",
"values": []
},
{
"name": "action",
"values": []
},
{
"name": "show-close",
"values": []
}
],
"references": []
},
{
"name": "u-switch-list-item",
"description": "\n---\n",
"attributes": [
{
"name": "leading",
"values": []
},
{
"name": "name",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "value",
"description": "The element value to use in form submission when checked.",
"values": []
},
{
"name": "checked",
"values": []
}
],
"references": []
},
{
"name": "u-switch",
"description": "\n---\n",
"attributes": [
{
"name": "name",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "value",
"description": "The element value to use in form submission when checked.",
"values": []
},
{
"name": "checked",
"values": []
}
],
"references": []
},
{
"name": "u-tab-bar",
"description": "\n---\n",
"attributes": [
{
"name": "variant",
"values": [
{
"name": "primary"
},
{
"name": "secondary"
}
]
}
],
"references": []
},
{
"name": "u-tab",
"description": "\n---\n",
"attributes": [
{
"name": "hasIcon",
"values": []
},
{
"name": "disabled",
"description": "Whether the button is disabled or not.",
"values": []
},
{
"name": "href",
"description": "The URL that the link button points to.",
"values": []
},
{
"name": "target",
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
"values": []
},
{
"name": "name",
"values": []
}
],
"references": []
},
{
"name": "u-text-area",
"description": "\n---\n",
"attributes": [
{
"name": "rows",
"values": []
},
{
"name": "value",
"values": []
},
{
"name": "autocomplete",
"values": [
{
"name": "on"
},
{
"name": "off"
}
]
},
{
"name": "maxlength",
"values": []
},
{
"name": "role",
"values": []
},
{
"name": "placeholder",
"values": []
},
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "outlined"
}
]
},
{
"name": "label",
"description": "The floating label for the field",
"values": []
},
{
"name": "counter",
"values": []
},
{
"name": "hide-counter",
"values": []
},
{
"name": "supporting-text",
"description": "Supporting text conveys additional information about the field, such as how it will be used",
"values": []
},
{
"name": "error-text",
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
"values": []
},
{
"name": "empty",
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "invalid",
"description": "Get or sets where or not the field is in a visually invalid state.",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-error-text",
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-text-field",
"description": "\n---\n",
"attributes": [
{
"name": "type",
"values": []
},
{
"name": "prefix-text",
"values": []
},
{
"name": "suffix-text",
"values": []
},
{
"name": "readOnly",
"values": []
},
{
"name": "autocapitalize",
"values": []
},
{
"name": "value",
"values": []
},
{
"name": "autocomplete",
"values": [
{
"name": "on"
},
{
"name": "off"
}
]
},
{
"name": "maxlength",
"values": []
},
{
"name": "role",
"values": []
},
{
"name": "placeholder",
"values": []
},
{
"name": "variant",
"values": [
{
"name": "filled"
},
{
"name": "outlined"
}
]
},
{
"name": "label",
"description": "The floating label for the field",
"values": []
},
{
"name": "counter",
"values": []
},
{
"name": "hide-counter",
"values": []
},
{
"name": "supporting-text",
"description": "Supporting text conveys additional information about the field, such as how it will be used",
"values": []
},
{
"name": "error-text",
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
"values": []
},
{
"name": "empty",
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
"values": []
},
{
"name": "disabled",
"values": []
},
{
"name": "invalid",
"description": "Get or sets where or not the field is in a visually invalid state.",
"values": []
},
{
"name": "has-leading-icon",
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-trailing-icon",
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
"values": []
},
{
"name": "has-error-text",
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
"values": []
}
],
"references": []
},
{
"name": "u-highlight",
"description": "\n---\n",
"attributes": [
{
"name": "result",
"description": "The result text to display. If the term is found inside this text, it's highlighted",
"values": []
},
{
"name": "term",
"description": "The searched term",
"values": []
}
],
"references": []
},
{
"name": "u-typeahead",
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
"attributes": [
{
"name": "debounce",
"description": "The time in milliseconds before triggering an update in the results.",
"values": []
},
{
"name": "limit",
"description": "The number of suggestions to show",
"values": []
},
{
"name": "minLength",
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
"values": []
},
{
"name": "open-on-focus",
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
"values": []
},
{
"name": "editable",
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
"values": []
},
{
"name": "autocomplete",
"description": "The value for the `autocomplete` attribute for the target element.",
"values": [
{
"name": "on"
},
{
"name": "off"
}
]
},
{
"name": "spellcheck",
"description": "The value for the `spellcheck` attribute for the target element.",
"values": []
},
{
"name": "target-id",
"description": "The id of the target element to attach the typeahead.",
"values": []
}
],
"references": []
}
]
}