mdui 2.1.4 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +49 -49
  2. package/components/avatar/index.d.ts +2 -2
  3. package/components/avatar/index.js +1 -1
  4. package/components/badge/index.d.ts +1 -1
  5. package/components/badge/index.js +1 -1
  6. package/components/bottom-app-bar/index.d.ts +2 -2
  7. package/components/bottom-app-bar/index.js +2 -2
  8. package/components/bottom-app-bar/style.js +1 -1
  9. package/components/button/index.d.ts +1 -1
  10. package/components/button/index.js +1 -1
  11. package/components/button/style.js +1 -1
  12. package/components/button-icon/index.d.ts +1 -1
  13. package/components/button-icon/index.js +3 -2
  14. package/components/card/index.d.ts +1 -1
  15. package/components/card/index.js +1 -1
  16. package/components/checkbox/index.d.ts +4 -4
  17. package/components/checkbox/index.js +4 -4
  18. package/components/chip/index.d.ts +8 -8
  19. package/components/chip/index.js +8 -8
  20. package/components/circular-progress/index.d.ts +3 -3
  21. package/components/circular-progress/index.js +2 -2
  22. package/components/collapse/collapse-item.d.ts +1 -1
  23. package/components/dialog/index.d.ts +1 -1
  24. package/components/dialog/index.js +1 -1
  25. package/components/divider/index.d.ts +2 -2
  26. package/components/divider/index.js +2 -2
  27. package/components/dropdown/index.d.ts +2 -2
  28. package/components/dropdown/index.js +10 -3
  29. package/components/fab/index.d.ts +3 -3
  30. package/components/fab/index.js +3 -3
  31. package/components/layout/layout-item-base.d.ts +1 -1
  32. package/components/layout/layout.d.ts +1 -1
  33. package/components/layout/layout.js +1 -1
  34. package/components/linear-progress/index.d.ts +4 -4
  35. package/components/linear-progress/index.js +3 -3
  36. package/components/list/list-item.d.ts +4 -4
  37. package/components/list/list-item.js +4 -4
  38. package/components/menu/menu-item.d.ts +2 -2
  39. package/components/menu/menu-item.js +4 -3
  40. package/components/menu/menu.d.ts +2 -2
  41. package/components/menu/menu.js +2 -3
  42. package/components/navigation-bar/navigation-bar-item.d.ts +1 -1
  43. package/components/navigation-bar/navigation-bar-item.js +1 -1
  44. package/components/navigation-bar/navigation-bar-style.js +1 -1
  45. package/components/navigation-bar/navigation-bar.d.ts +1 -1
  46. package/components/navigation-bar/navigation-bar.js +1 -1
  47. package/components/navigation-drawer/index.d.ts +15 -15
  48. package/components/navigation-drawer/index.js +15 -16
  49. package/components/navigation-rail/navigation-rail-item.d.ts +1 -1
  50. package/components/navigation-rail/navigation-rail-item.js +1 -1
  51. package/components/navigation-rail/navigation-rail.d.ts +3 -3
  52. package/components/navigation-rail/navigation-rail.js +3 -4
  53. package/components/radio/radio-group.d.ts +1 -1
  54. package/components/radio/radio-group.js +1 -1
  55. package/components/radio/radio.d.ts +2 -2
  56. package/components/radio/radio.js +2 -2
  57. package/components/range-slider/index.d.ts +1 -1
  58. package/components/range-slider/index.js +1 -1
  59. package/components/segmented-button/segmented-button-group.d.ts +1 -1
  60. package/components/segmented-button/segmented-button-group.js +1 -2
  61. package/components/segmented-button/segmented-button.d.ts +1 -1
  62. package/components/segmented-button/segmented-button.js +1 -1
  63. package/components/select/index.d.ts +2 -2
  64. package/components/select/index.js +2 -2
  65. package/components/slider/index.d.ts +1 -1
  66. package/components/slider/index.js +1 -1
  67. package/components/snackbar/index.d.ts +2 -2
  68. package/components/snackbar/index.js +2 -3
  69. package/components/switch/index.d.ts +4 -4
  70. package/components/switch/index.js +4 -4
  71. package/components/text-field/index.d.ts +4 -4
  72. package/components/text-field/index.js +5 -5
  73. package/components/tooltip/index.d.ts +2 -2
  74. package/components/tooltip/index.js +3 -2
  75. package/components/top-app-bar/top-app-bar-style.js +1 -1
  76. package/components/top-app-bar/top-app-bar.d.ts +1 -1
  77. package/components/top-app-bar/top-app-bar.js +1 -1
  78. package/css-data.en.json +128 -128
  79. package/css-data.zh-cn.json +111 -111
  80. package/custom-elements.json +183 -183
  81. package/html-data.en.json +491 -491
  82. package/html-data.zh-cn.json +28 -28
  83. package/jsx.en.d.ts +588 -588
  84. package/jsx.zh-cn.d.ts +28 -28
  85. package/mdui.esm.js +8 -8
  86. package/mdui.global.js +8 -8
  87. package/package.json +5 -4
  88. package/web-types.en.json +696 -696
  89. package/web-types.zh-cn.json +179 -179
package/jsx.en.d.ts CHANGED
@@ -22,13 +22,13 @@ declare global {
22
22
  */
23
23
  'src'?: string;
24
24
  /**
25
- * Image resizing method, similar to the native CSS [`object-fit`](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit). Possible values:
25
+ * Image resizing method, similar to the CSS [`object-fit`](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit) property. Possible values:
26
26
  *
27
- * * `contain`: Scales the image to fit within the box while maintaining the aspect ratio. The image will be "letterboxed" if the aspect ratios do not match.
28
- * * `cover`: Scales the image to fill the box while maintaining the aspect ratio. The image will be clipped if the aspect ratios do not match.
29
- * * `fill`: Default. Scales the image to fill the box. The image will be stretched if the aspect ratios do not match.
27
+ * * `contain`: Scales the image to fit within the box while preserving aspect ratio. The image will be "letterboxed" if the aspect ratios do not match.
28
+ * * `cover`: Scales the image to fill the box while preserving aspect ratio. The image will be clipped if the aspect ratios do not match.
29
+ * * `fill`: Default. Scales the image to fill the box; the image may be stretched if aspect ratios do not match.
30
30
  * * `none`: No resizing.
31
- * * `scale-down`: Scales as if `none` or `contain` were specified, choosing the smaller result.
31
+ * * `scale-down`: Scales the image down to fit. Behaves like `none` or `contain`, whichever results in the smaller image.
32
32
  * @see https://www.mdui.org/en/docs/2/components/avatar#attributes-fit
33
33
  */
34
34
  'fit'?: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
@@ -53,9 +53,9 @@ declare global {
53
53
  */
54
54
  'mdui-badge': {
55
55
  /**
56
- * Defines the badge shape. Possible values:
56
+ * Defines the badge size. Possible values:
57
57
  * * `small`: A small badge without text.
58
- * * `large`: A large badge with displayed text.
58
+ * * `large`: A large badge with text.
59
59
  * @see https://www.mdui.org/en/docs/2/components/badge#attributes-variant
60
60
  */
61
61
  'variant'?: 'small' | 'large';
@@ -77,34 +77,34 @@ declare global {
77
77
  */
78
78
  'mdui-bottom-app-bar': {
79
79
  /**
80
- * Hides the bottom app bar when set.
80
+ * Whether the bottom app bar is hidden.
81
81
  * @see https://www.mdui.org/en/docs/2/components/bottom-app-bar#attributes-hide
82
82
  */
83
83
  'hide'?: boolean;
84
84
  /**
85
- * When set, detaches the [`<mdui-fab>`](https://www.mdui.org/en/docs/2/components/fab) from the bottom app bar. The [`<mdui-fab>`](https://www.mdui.org/en/docs/2/components/fab) remains on the page even after the app bar is hidden.
85
+ * If set, detaches the [`<mdui-fab>`](/en/docs/2/components/fab) from the bottom app bar. The [`<mdui-fab>`](/en/docs/2/components/fab) remains on the page even after the app bar is hidden.
86
86
  * @see https://www.mdui.org/en/docs/2/components/bottom-app-bar#attributes-fab-detach
87
87
  */
88
88
  'fab-detach'?: boolean;
89
89
  /**
90
- * Defines the scroll behavior. Possible values:
90
+ * Specifies the scroll behavior. Possible values:
91
91
  *
92
92
  * * `hide`: Hides when scrolling.
93
93
  * @see https://www.mdui.org/en/docs/2/components/bottom-app-bar#attributes-scroll-behavior
94
94
  */
95
95
  'scroll-behavior'?: 'hide' | 'shrink' | 'elevate';
96
96
  /**
97
- * The element that listens for scroll events. Accepts a CSS selector, DOM element, or [JQ object](https://www.mdui.org/en/docs/2/functions/jq). Defaults to `window`.
97
+ * The element to watch for scroll events. Accepts a CSS selector, a DOM element, or a [JQ object](/en/docs/2/functions/jq). Defaults to `window`.
98
98
  * @see https://www.mdui.org/en/docs/2/components/bottom-app-bar#attributes-scroll-target
99
99
  */
100
100
  'scroll-target'?: string | HTMLElement | JQ<HTMLElement>;
101
101
  /**
102
- * The scroll distance (in pixels) that triggers the scroll behavior.
102
+ * The scroll distance (in pixels) required to trigger the scroll behavior.
103
103
  * @see https://www.mdui.org/en/docs/2/components/bottom-app-bar#attributes-scroll-threshold
104
104
  */
105
105
  'scroll-threshold'?: number;
106
106
  /**
107
- * Specifies the layout order within the [`<mdui-layout>`](https://www.mdui.org/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
107
+ * Specifies the layout order within the [`<mdui-layout>`](/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
108
108
  * @see https://www.mdui.org/en/docs/2/components/bottom-app-bar#attributes-order
109
109
  */
110
110
  'order'?: number;
@@ -119,11 +119,11 @@ declare global {
119
119
  */
120
120
  'mdui-button-icon': {
121
121
  /**
122
- * Defines the icon button style. Possible values:
122
+ * Defines the icon button variant. Possible values:
123
123
  * * `standard`: For low-priority actions.
124
- * * `filled`: Has the strongest visual effect, suitable for high-priority actions.
125
- * * `tonal`: A visual effect between `filled` and `outlined`, suitable for medium to high-priority actions.
126
- * * `outlined`: For medium-priority actions.
124
+ * * `filled`: Has the strongest visual emphasis and works well for high-priority actions.
125
+ * * `tonal`: Blends `filled` and `outlined`, and works well for medium- to high-priority actions.
126
+ * * `outlined`: For medium-priority or secondary actions.
127
127
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-variant
128
128
  */
129
129
  'variant'?: 'standard' | 'filled' | 'tonal' | 'outlined';
@@ -138,68 +138,68 @@ declare global {
138
138
  */
139
139
  'selected-icon'?: string;
140
140
  /**
141
- * Indicates if the button is selectable.
141
+ * Makes the button selectable.
142
142
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-selectable
143
143
  */
144
144
  'selectable'?: boolean;
145
145
  /**
146
- * Indicates if the button is selected.
146
+ * Indicates whether the button is selected.
147
147
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-selected
148
148
  */
149
149
  'selected'?: boolean;
150
150
  /**
151
- * The URL for the hyperlink. If specified, the component renders as an `<a>` element and can use link-related attributes.
151
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
152
152
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-href
153
153
  */
154
154
  'href'?: string;
155
155
  /**
156
- * Instructs the browser to treat the linked URL as a download.
156
+ * Downloads the linked URL.
157
157
  *
158
- * **Note**: This is only available when `href` is specified.
158
+ * **Note**: Only available when `href` is specified.
159
159
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-download
160
160
  */
161
161
  'download'?: string;
162
162
  /**
163
- * Defines where to display the linked URL. Possible values:
163
+ * Controls where the linked URL opens. Possible values:
164
164
  *
165
165
  * * `_blank`: Opens in a new tab or window.
166
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent exists.
167
- * * `_self`: Opens in the current browsing context. (Default).
168
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors exist.
166
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
167
+ * * `_self`: Opens in the current browsing context (default).
168
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
169
169
  *
170
- * **Note**: This is only available when `href` is specified.
170
+ * **Note**: Only available when `href` is specified.
171
171
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-target
172
172
  */
173
173
  'target'?: '_blank' | '_parent' | '_self' | '_top';
174
174
  /**
175
175
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
176
176
  *
177
- * * `alternate`: Alternate versions of the current document.
178
- * * `author`: Author of the current document or article.
179
- * * `bookmark`: Permanent link for the nearest ancestor section.
177
+ * * `alternate`: An alternate version of the current document.
178
+ * * `author`: The author of the current document or article.
179
+ * * `bookmark`: The permalink for the nearest ancestor section.
180
180
  * * `external`: The referenced document is not part of the same site as the current document.
181
- * * `help`: Link to context-sensitive help.
182
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
183
- * * `me`: Indicates that the current document represents the person who owns the linked content.
184
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
185
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
186
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
187
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
188
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
181
+ * * `help`: A link to context-sensitive help.
182
+ * * `license`: Content covered by the copyright license described by the referenced document.
183
+ * * `me`: Links to content owned by the current document's author.
184
+ * * `next`: The next document in the series.
185
+ * * `nofollow`: Not endorsed by the original author or publisher.
186
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
187
+ * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary one (i.e., when `target="_blank"`).
188
+ * * `prev`: The previous document in the series.
189
189
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
190
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
190
+ * * `tag`: Marks the current document with the given tag.
191
191
  *
192
- * **Note**: This is only available when `href` is specified.
192
+ * **Note**: Only available when `href` is specified.
193
193
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-rel
194
194
  */
195
195
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
196
196
  /**
197
- * Determines if the element should be focused when the page loads.
197
+ * Whether the element is focused when the page loads.
198
198
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-autofocus
199
199
  */
200
200
  'autofocus'?: boolean;
201
201
  /**
202
- * Specifies the order in which the element receives focus when navigating with the Tab key.
202
+ * The element's tab order when navigating with the Tab key.
203
203
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-tabindex
204
204
  */
205
205
  'tabindex'?: number;
@@ -214,34 +214,34 @@ declare global {
214
214
  */
215
215
  'loading'?: boolean;
216
216
  /**
217
- * The button's name, which is submitted with form data.
217
+ * The button name submitted with form data.
218
218
  *
219
- * **Note**: This is only available when `href` is not specified.
219
+ * **Note**: Only available when `href` is not specified.
220
220
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-name
221
221
  */
222
222
  'name'?: string;
223
223
  /**
224
- * The button's value, which is submitted with form data.
224
+ * The button value submitted with form data.
225
225
  *
226
- * **Note**: This is only available when `href` is not specified.
226
+ * **Note**: Only available when `href` is not specified.
227
227
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-value
228
228
  */
229
229
  'value'?: string;
230
230
  /**
231
- * Defines the button's default behavior. The default is `button`. Possible values:
231
+ * Specifies the button's default action. Default: `button`. Possible values:
232
232
  *
233
233
  * * `submit`: Submits the form data to the server.
234
- * * `reset`: Resets all the controls to their initial values.
235
- * * `button`: No default behavior, does nothing when pressed by default.
234
+ * * `reset`: Restores all controls to their initial values.
235
+ * * `button`: Does nothing by default.
236
236
  *
237
- * **Note**: This is only available when `href` is not specified.
237
+ * **Note**: Only available when `href` is not specified.
238
238
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-type
239
239
  */
240
240
  'type'?: 'submit' | 'reset' | 'button';
241
241
  /**
242
- * Associates the button with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the button is associated with its parent `<form>`, if any.
242
+ * Associates the button with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the button uses its parent `<form>`, if any.
243
243
  *
244
- * This attribute allows button elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
244
+ * This lets the button target any form in the document, not just the one it is nested in.
245
245
  *
246
246
  * **Note**: Only available when `href` is not specified.
247
247
  * @see https://www.mdui.org/en/docs/2/components/button-icon#attributes-form
@@ -255,11 +255,11 @@ declare global {
255
255
  */
256
256
  'formaction'?: string;
257
257
  /**
258
- * Specifies the form data encoding method. Possible values:
258
+ * Specifies how to encode the form data. Possible values:
259
259
  *
260
- * * `application/x-www-form-urlencoded`: Default if the attribute is not used.
261
- * * `multipart/form-data`: Used for `<input>` elements with `type` set to `file`.
262
- * * `text/plain`: For debugging, not for real form submission.
260
+ * * `application/x-www-form-urlencoded`: Default when the attribute is omitted.
261
+ * * `multipart/form-data`: Used for `<input>` elements with `type="file"`.
262
+ * * `text/plain`: Useful for debugging, but not for actual form submissions.
263
263
  *
264
264
  * Overrides the `enctype` attribute of the button's form owner.
265
265
  *
@@ -270,8 +270,8 @@ declare global {
270
270
  /**
271
271
  * Specifies the HTTP method for form submission. Possible values:
272
272
  *
273
- * * `post`: Form data included in HTTP request body.
274
- * * `get`: Form data appended to `action` URL.
273
+ * * `post`: Sends the form data in the request body.
274
+ * * `get`: Appends the form data to the `action` URL.
275
275
  *
276
276
  * Overrides the `method` attribute of the button's form owner.
277
277
  *
@@ -287,12 +287,12 @@ declare global {
287
287
  */
288
288
  'formnovalidate'?: boolean;
289
289
  /**
290
- * Specifies where to display the form submission response. Possible values:
290
+ * Specifies where to open the response after form submission. Possible values:
291
291
  *
292
- * * `_self`: Current browsing context. (Default).
292
+ * * `_self`: Current browsing context (default).
293
293
  * * `_blank`: New tab or window.
294
- * * `_parent`: Parent browsing context or `_self` if no parent.
295
- * * `_top`: Topmost browsing context or `_self` if no ancestors.
294
+ * * `_parent`: Parent browsing context, or `_self` if there is no parent.
295
+ * * `_top`: Topmost browsing context, or `_self` if there are no ancestors.
296
296
  *
297
297
  * Overrides the `target` attribute of the button's form owner.
298
298
  *
@@ -311,17 +311,17 @@ declare global {
311
311
  */
312
312
  'mdui-button': {
313
313
  /**
314
- * Defines the button style. Possible values:
315
- * * `elevated`: A shadowed button for visual distinction.
314
+ * Defines the button variant. Possible values:
315
+ * * `elevated`: A button with a shadow for visual emphasis.
316
316
  * * `filled`: Used for final actions like 'Save' or 'Confirm'.
317
- * * `tonal`: A mix between `filled` and `outlined`, suitable for medium to high-priority actions.
317
+ * * `tonal`: Blends `filled` and `outlined`, and works well for medium- to high-priority actions.
318
318
  * * `outlined`: A bordered button for medium-priority and secondary actions.
319
319
  * * `text`: A text button for low-priority actions.
320
320
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-variant
321
321
  */
322
322
  'variant'?: 'elevated' | 'filled' | 'tonal' | 'outlined' | 'text';
323
323
  /**
324
- * If set, the button will fill the width of its parent element.
324
+ * If set, the button expands to fill the width of its container.
325
325
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-full-width
326
326
  */
327
327
  'full-width'?: boolean;
@@ -336,58 +336,58 @@ declare global {
336
336
  */
337
337
  'end-icon'?: string;
338
338
  /**
339
- * The URL for the hyperlink. If provided, the component is rendered as an `<a>` element and can use link-related attributes.
339
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
340
340
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-href
341
341
  */
342
342
  'href'?: string;
343
343
  /**
344
- * Instructs the browser to download the linked URL.
344
+ * Downloads the linked URL.
345
345
  *
346
- * **Note**: This is only available when `href` is specified.
346
+ * **Note**: Only available when `href` is specified.
347
347
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-download
348
348
  */
349
349
  'download'?: string;
350
350
  /**
351
- * Defines where to open the linked URL. Possible values:
351
+ * Controls where the linked URL opens. Possible values:
352
352
  *
353
353
  * * `_blank`: Opens in a new tab or window.
354
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent.
355
- * * `_self`: Opens in the current browsing context. (Default).
356
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors.
354
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
355
+ * * `_self`: Opens in the current browsing context (default).
356
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
357
357
  *
358
- * **Note**: This is only available when `href` is specified.
358
+ * **Note**: Only available when `href` is specified.
359
359
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-target
360
360
  */
361
361
  'target'?: '_blank' | '_parent' | '_self' | '_top';
362
362
  /**
363
363
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
364
364
  *
365
- * * `alternate`: Alternate versions of the current document.
365
+ * * `alternate`: An alternate version of the current document.
366
366
  * * `author`: The author of the current document or article.
367
367
  * * `bookmark`: The permalink for the nearest ancestor section.
368
368
  * * `external`: The referenced document is not part of the same site as the current document.
369
369
  * * `help`: A link to context-sensitive help.
370
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
371
- * * `me`: Indicates that the current document represents the person who owns the linked content.
372
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
373
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
374
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
375
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
376
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
370
+ * * `license`: Content covered by the copyright license described by the referenced document.
371
+ * * `me`: Links to content owned by the current document's author.
372
+ * * `next`: The next document in the series.
373
+ * * `nofollow`: Not endorsed by the original author or publisher.
374
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
375
+ * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary one (i.e., when `target="_blank"`).
376
+ * * `prev`: The previous document in the series.
377
377
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
378
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
378
+ * * `tag`: Marks the current document with the given tag.
379
379
  *
380
- * **Note**: This is only available when `href` is specified.
380
+ * **Note**: Only available when `href` is specified.
381
381
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-rel
382
382
  */
383
383
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
384
384
  /**
385
- * Specifies that the element should be focused when the page loads.
385
+ * Whether the element is focused when the page loads.
386
386
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-autofocus
387
387
  */
388
388
  'autofocus'?: boolean;
389
389
  /**
390
- * Defines the order in which the element receives focus when navigating with the Tab key.
390
+ * The element's tab order when navigating with the Tab key.
391
391
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-tabindex
392
392
  */
393
393
  'tabindex'?: number;
@@ -402,34 +402,34 @@ declare global {
402
402
  */
403
403
  'loading'?: boolean;
404
404
  /**
405
- * The button's name, which is submitted with form data.
405
+ * The button name submitted with form data.
406
406
  *
407
- * **Note**: This is only available when `href` is not specified.
407
+ * **Note**: Only available when `href` is not specified.
408
408
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-name
409
409
  */
410
410
  'name'?: string;
411
411
  /**
412
- * The button's value, which is submitted with form data.
412
+ * The button value submitted with form data.
413
413
  *
414
- * **Note**: This is only available when `href` is not specified.
414
+ * **Note**: Only available when `href` is not specified.
415
415
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-value
416
416
  */
417
417
  'value'?: string;
418
418
  /**
419
- * Defines the button's default behavior. The default is `button`. Possible values:
419
+ * Specifies the button's default action. Default: `button`. Possible values:
420
420
  *
421
421
  * * `submit`: Submits the form data to the server.
422
- * * `reset`: Resets all the controls to their initial values.
423
- * * `button`: No default behavior, does nothing when pressed by default.
422
+ * * `reset`: Restores all controls to their initial values.
423
+ * * `button`: Does nothing by default.
424
424
  *
425
- * **Note**: This is only available when `href` is not specified.
425
+ * **Note**: Only available when `href` is not specified.
426
426
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-type
427
427
  */
428
428
  'type'?: 'submit' | 'reset' | 'button';
429
429
  /**
430
- * Associates the button with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the button is associated with its parent `<form>`, if any.
430
+ * Associates the button with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the button uses its parent `<form>`, if any.
431
431
  *
432
- * This attribute allows button elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
432
+ * This lets the button target any form in the document, not just the one it is nested in.
433
433
  *
434
434
  * **Note**: Only available when `href` is not specified.
435
435
  * @see https://www.mdui.org/en/docs/2/components/button#attributes-form
@@ -443,11 +443,11 @@ declare global {
443
443
  */
444
444
  'formaction'?: string;
445
445
  /**
446
- * Specifies the form data encoding method. Possible values:
446
+ * Specifies how to encode the form data. Possible values:
447
447
  *
448
- * * `application/x-www-form-urlencoded`: Default if the attribute is not used.
449
- * * `multipart/form-data`: Used for `<input>` elements with `type` set to `file`.
450
- * * `text/plain`: For debugging, not for real form submission.
448
+ * * `application/x-www-form-urlencoded`: Default when the attribute is omitted.
449
+ * * `multipart/form-data`: Used for `<input>` elements with `type="file"`.
450
+ * * `text/plain`: Useful for debugging, but not for actual form submissions.
451
451
  *
452
452
  * Overrides the `enctype` attribute of the button's form owner.
453
453
  *
@@ -458,8 +458,8 @@ declare global {
458
458
  /**
459
459
  * Specifies the HTTP method for form submission. Possible values:
460
460
  *
461
- * * `post`: Form data included in HTTP request body.
462
- * * `get`: Form data appended to `action` URL.
461
+ * * `post`: Sends the form data in the request body.
462
+ * * `get`: Appends the form data to the `action` URL.
463
463
  *
464
464
  * Overrides the `method` attribute of the button's form owner.
465
465
  *
@@ -475,12 +475,12 @@ declare global {
475
475
  */
476
476
  'formnovalidate'?: boolean;
477
477
  /**
478
- * Specifies where to display the form submission response. Possible values:
478
+ * Specifies where to open the response after form submission. Possible values:
479
479
  *
480
- * * `_self`: Current browsing context. (Default).
480
+ * * `_self`: Current browsing context (default).
481
481
  * * `_blank`: New tab or window.
482
- * * `_parent`: Parent browsing context or `_self` if no parent.
483
- * * `_top`: Topmost browsing context or `_self` if no ancestors.
482
+ * * `_parent`: Parent browsing context, or `_self` if there is no parent.
483
+ * * `_top`: Topmost browsing context, or `_self` if there are no ancestors.
484
484
  *
485
485
  * Overrides the `target` attribute of the button's form owner.
486
486
  *
@@ -499,15 +499,15 @@ declare global {
499
499
  */
500
500
  'mdui-card': {
501
501
  /**
502
- * Defines the card style. Possible values:
503
- * * `elevated`: Shadowed, providing more visual separation from the background than `filled`, but less than `outlined`.
504
- * * `filled`: Provides minimal visual separation from the background.
505
- * * `outlined`: Bordered, providing maximum visual separation from the background.
502
+ * Defines the card variant. Possible values:
503
+ * * `elevated`: Shadowed, offering more separation from the background than `filled`, but less than `outlined`.
504
+ * * `filled`: Provides minimal separation from the background.
505
+ * * `outlined`: Bordered, providing the most separation from the background.
506
506
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-variant
507
507
  */
508
508
  'variant'?: 'elevated' | 'filled' | 'outlined';
509
509
  /**
510
- * Makes the card clickable. When set, a mouse hover effect and click ripple effect are added.
510
+ * Makes the card clickable. If set, hover and click ripple effects are added.
511
511
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-clickable
512
512
  */
513
513
  'clickable'?: boolean;
@@ -517,58 +517,58 @@ declare global {
517
517
  */
518
518
  'disabled'?: boolean;
519
519
  /**
520
- * The URL for the hyperlink. If specified, the component renders as an `<a>` element and can use link-related attributes.
520
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
521
521
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-href
522
522
  */
523
523
  'href'?: string;
524
524
  /**
525
- * Instructs the browser to treat the linked URL as a download.
525
+ * Downloads the linked URL.
526
526
  *
527
- * **Note**: This is only available when `href` is specified.
527
+ * **Note**: Only available when `href` is specified.
528
528
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-download
529
529
  */
530
530
  'download'?: string;
531
531
  /**
532
- * Defines where to display the linked URL. Possible values:
532
+ * Controls where the linked URL opens. Possible values:
533
533
  *
534
534
  * * `_blank`: Opens in a new tab or window.
535
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent exists.
536
- * * `_self`: Opens in the current browsing context. (Default).
537
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors exist.
535
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
536
+ * * `_self`: Opens in the current browsing context (default).
537
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
538
538
  *
539
- * **Note**: This is only available when `href` is specified.
539
+ * **Note**: Only available when `href` is specified.
540
540
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-target
541
541
  */
542
542
  'target'?: '_blank' | '_parent' | '_self' | '_top';
543
543
  /**
544
544
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
545
545
  *
546
- * * `alternate`: Alternate versions of the current document.
547
- * * `author`: Author of the current document or article.
548
- * * `bookmark`: Permanent link for the nearest ancestor section.
546
+ * * `alternate`: An alternate version of the current document.
547
+ * * `author`: The author of the current document or article.
548
+ * * `bookmark`: The permalink for the nearest ancestor section.
549
549
  * * `external`: The referenced document is not part of the same site as the current document.
550
- * * `help`: Link to context-sensitive help.
551
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
552
- * * `me`: Indicates that the current document represents the person who owns the linked content.
553
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
554
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
555
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
556
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
557
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
550
+ * * `help`: A link to context-sensitive help.
551
+ * * `license`: Content covered by the copyright license described by the referenced document.
552
+ * * `me`: Links to content owned by the current document's author.
553
+ * * `next`: The next document in the series.
554
+ * * `nofollow`: Not endorsed by the original author or publisher.
555
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
556
+ * * `opener`: Creates a new browsing context when the hyperlink would otherwise open in a top-level context that is not auxiliary (for example, when `target="_blank"` is specified).
557
+ * * `prev`: The previous document in the series.
558
558
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
559
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
559
+ * * `tag`: Marks the current document with the given tag.
560
560
  *
561
- * **Note**: This is only available when `href` is specified.
561
+ * **Note**: Only available when `href` is specified.
562
562
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-rel
563
563
  */
564
564
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
565
565
  /**
566
- * Determines if the element should be focused when the page loads.
566
+ * Whether the element is focused when the page loads.
567
567
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-autofocus
568
568
  */
569
569
  'autofocus'?: boolean;
570
570
  /**
571
- * Specifies the order in which the element receives focus when navigating with the Tab key.
571
+ * The element's tab order when navigating with the Tab key.
572
572
  * @see https://www.mdui.org/en/docs/2/components/card#attributes-tabindex
573
573
  */
574
574
  'tabindex'?: number;
@@ -583,7 +583,7 @@ declare global {
583
583
  */
584
584
  'mdui-checkbox': {
585
585
  /**
586
- * Dsiables the checkbox.
586
+ * Disables the checkbox.
587
587
  * @see https://www.mdui.org/en/docs/2/components/checkbox#attributes-disabled
588
588
  */
589
589
  'disabled'?: boolean;
@@ -598,14 +598,14 @@ declare global {
598
598
  */
599
599
  'indeterminate'?: boolean;
600
600
  /**
601
- * Requires the checkbox to be checked for form submission.
601
+ * The checkbox must be checked to submit the form.
602
602
  * @see https://www.mdui.org/en/docs/2/components/checkbox#attributes-required
603
603
  */
604
604
  'required'?: boolean;
605
605
  /**
606
- * Associates the checkbox with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the checkbox is associated with its parent `<form>`, if any.
606
+ * Associates the checkbox with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the checkbox uses its parent `<form>`, if any.
607
607
  *
608
- * This attribute allows checkbox elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
608
+ * This lets the checkbox work with any form in the document, not just the one it is nested in.
609
609
  * @see https://www.mdui.org/en/docs/2/components/checkbox#attributes-form
610
610
  */
611
611
  'form'?: string;
@@ -635,12 +635,12 @@ declare global {
635
635
  */
636
636
  'indeterminate-icon'?: string;
637
637
  /**
638
- * Determines if the element should be focused when the page loads.
638
+ * Whether the element is focused when the page loads.
639
639
  * @see https://www.mdui.org/en/docs/2/components/checkbox#attributes-autofocus
640
640
  */
641
641
  'autofocus'?: boolean;
642
642
  /**
643
- * Specifies the order in which the element receives focus when navigating with the Tab key.
643
+ * The element's tab order when navigating with the Tab key.
644
644
  * @see https://www.mdui.org/en/docs/2/components/checkbox#attributes-tabindex
645
645
  */
646
646
  'tabindex'?: number;
@@ -655,17 +655,17 @@ declare global {
655
655
  */
656
656
  'mdui-chip': {
657
657
  /**
658
- * Defines the chip type. Possible values:
658
+ * Defines the chip variant. Possible values:
659
659
  *
660
- * * `assist`: Displays auxiliary actions related to the context, such as sharing and favoriting on a meal ordering page.
661
- * * `filter`: Filters content, like search results on a search results page.
662
- * * `input`: Represents fragments of user input, such as contacts in the 'To' field in Gmail.
663
- * * `suggestion`: Provides dynamically generated suggestions to simplify user actions, like message predictions in a chat application.
660
+ * * `assist`: Shows contextual actions, such as sharing or favoriting on a meal-ordering page.
661
+ * * `filter`: Filters content, such as search results.
662
+ * * `input`: Represents user input, such as contacts in Gmail's 'To' field.
663
+ * * `suggestion`: Shows dynamic suggestions that help users act more quickly, such as message suggestions in a chat app.
664
664
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-variant
665
665
  */
666
666
  'variant'?: 'assist' | 'filter' | 'input' | 'suggestion';
667
667
  /**
668
- * Gives the chip a shadow.
668
+ * Adds a shadow to the chip.
669
669
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-elevated
670
670
  */
671
671
  'elevated'?: boolean;
@@ -680,7 +680,7 @@ declare global {
680
680
  */
681
681
  'selected'?: boolean;
682
682
  /**
683
- * Makes the chip deletable. When set, a delete icon appears on the right.
683
+ * Makes the chip deletable. If set, a delete icon appears on the right.
684
684
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-deletable
685
685
  */
686
686
  'deletable'?: boolean;
@@ -705,58 +705,58 @@ declare global {
705
705
  */
706
706
  'delete-icon'?: string;
707
707
  /**
708
- * The URL for the hyperlink. If provided, the component is rendered as an `<a>` element and can use link-related attributes.
708
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
709
709
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-href
710
710
  */
711
711
  'href'?: string;
712
712
  /**
713
- * Instructs the browser to download the linked URL.
713
+ * Downloads the linked URL.
714
714
  *
715
- * **Note**: This is only available when `href` is specified.
715
+ * **Note**: Only available when `href` is specified.
716
716
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-download
717
717
  */
718
718
  'download'?: string;
719
719
  /**
720
- * Defines where to open the linked URL. Possible values:
720
+ * Controls where the linked URL opens. Possible values:
721
721
  *
722
722
  * * `_blank`: Opens in a new tab or window.
723
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent.
724
- * * `_self`: Opens in the current browsing context. (Default).
725
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors.
723
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
724
+ * * `_self`: Opens in the current browsing context (default).
725
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
726
726
  *
727
- * **Note**: This is only available when `href` is specified.
727
+ * **Note**: Only available when `href` is specified.
728
728
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-target
729
729
  */
730
730
  'target'?: '_blank' | '_parent' | '_self' | '_top';
731
731
  /**
732
732
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
733
733
  *
734
- * * `alternate`: Alternate versions of the current document.
734
+ * * `alternate`: An alternate version of the current document.
735
735
  * * `author`: The author of the current document or article.
736
736
  * * `bookmark`: The permalink for the nearest ancestor section.
737
737
  * * `external`: The referenced document is not part of the same site as the current document.
738
738
  * * `help`: A link to context-sensitive help.
739
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
740
- * * `me`: Indicates that the current document represents the person who owns the linked content.
741
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
742
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
743
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
744
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
745
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
739
+ * * `license`: Content covered by the copyright license described by the referenced document.
740
+ * * `me`: Links to content owned by the current document's author.
741
+ * * `next`: The next document in the series.
742
+ * * `nofollow`: Not endorsed by the original author or publisher.
743
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
744
+ * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary one (i.e., when `target="_blank"`).
745
+ * * `prev`: The previous document in the series.
746
746
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
747
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
747
+ * * `tag`: Marks the current document with the given tag.
748
748
  *
749
- * **Note**: This is only available when `href` is specified.
749
+ * **Note**: Only available when `href` is specified.
750
750
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-rel
751
751
  */
752
752
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
753
753
  /**
754
- * Specifies that the element should be focused when the page loads.
754
+ * Whether the element is focused when the page loads.
755
755
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-autofocus
756
756
  */
757
757
  'autofocus'?: boolean;
758
758
  /**
759
- * Defines the order in which the element receives focus when navigating with the Tab key.
759
+ * The element's tab order when navigating with the Tab key.
760
760
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-tabindex
761
761
  */
762
762
  'tabindex'?: number;
@@ -771,34 +771,34 @@ declare global {
771
771
  */
772
772
  'loading'?: boolean;
773
773
  /**
774
- * The button's name, which is submitted with form data.
774
+ * The button name submitted with form data.
775
775
  *
776
- * **Note**: This is only available when `href` is not specified.
776
+ * **Note**: Only available when `href` is not specified.
777
777
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-name
778
778
  */
779
779
  'name'?: string;
780
780
  /**
781
- * The button's value, which is submitted with form data.
781
+ * The button value submitted with form data.
782
782
  *
783
- * **Note**: This is only available when `href` is not specified.
783
+ * **Note**: Only available when `href` is not specified.
784
784
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-value
785
785
  */
786
786
  'value'?: string;
787
787
  /**
788
- * Defines the button's default behavior. The default is `button`. Possible values:
788
+ * Specifies the button's default action. Default: `button`. Possible values:
789
789
  *
790
790
  * * `submit`: Submits the form data to the server.
791
- * * `reset`: Resets all the controls to their initial values.
792
- * * `button`: No default behavior, does nothing when pressed by default.
791
+ * * `reset`: Restores all controls to their initial values.
792
+ * * `button`: Does nothing by default.
793
793
  *
794
- * **Note**: This is only available when `href` is not specified.
794
+ * **Note**: Only available when `href` is not specified.
795
795
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-type
796
796
  */
797
797
  'type'?: 'submit' | 'reset' | 'button';
798
798
  /**
799
- * Associates the button with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the button is associated with its parent `<form>`, if any.
799
+ * Associates the button with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the button uses its parent `<form>`, if any.
800
800
  *
801
- * This attribute allows button elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
801
+ * This lets the button target any form in the document, not just the one it is nested in.
802
802
  *
803
803
  * **Note**: Only available when `href` is not specified.
804
804
  * @see https://www.mdui.org/en/docs/2/components/chip#attributes-form
@@ -812,11 +812,11 @@ declare global {
812
812
  */
813
813
  'formaction'?: string;
814
814
  /**
815
- * Specifies the form data encoding method. Possible values:
815
+ * Specifies how to encode the form data. Possible values:
816
816
  *
817
- * * `application/x-www-form-urlencoded`: Default if the attribute is not used.
818
- * * `multipart/form-data`: Used for `<input>` elements with `type` set to `file`.
819
- * * `text/plain`: For debugging, not for real form submission.
817
+ * * `application/x-www-form-urlencoded`: Default when the attribute is omitted.
818
+ * * `multipart/form-data`: Used for `<input>` elements with `type="file"`.
819
+ * * `text/plain`: Useful for debugging, but not for actual form submissions.
820
820
  *
821
821
  * Overrides the `enctype` attribute of the button's form owner.
822
822
  *
@@ -827,8 +827,8 @@ declare global {
827
827
  /**
828
828
  * Specifies the HTTP method for form submission. Possible values:
829
829
  *
830
- * * `post`: Form data included in HTTP request body.
831
- * * `get`: Form data appended to `action` URL.
830
+ * * `post`: Sends the form data in the request body.
831
+ * * `get`: Appends the form data to the `action` URL.
832
832
  *
833
833
  * Overrides the `method` attribute of the button's form owner.
834
834
  *
@@ -844,12 +844,12 @@ declare global {
844
844
  */
845
845
  'formnovalidate'?: boolean;
846
846
  /**
847
- * Specifies where to display the form submission response. Possible values:
847
+ * Specifies where to open the response after form submission. Possible values:
848
848
  *
849
- * * `_self`: Current browsing context. (Default).
849
+ * * `_self`: Current browsing context (default).
850
850
  * * `_blank`: New tab or window.
851
- * * `_parent`: Parent browsing context or `_self` if no parent.
852
- * * `_top`: Topmost browsing context or `_self` if no ancestors.
851
+ * * `_parent`: Parent browsing context, or `_self` if there is no parent.
852
+ * * `_top`: Topmost browsing context, or `_self` if there are no ancestors.
853
853
  *
854
854
  * Overrides the `target` attribute of the button's form owner.
855
855
  *
@@ -879,7 +879,7 @@ declare global {
879
879
  'value'?: number;
880
880
  } & HTMLElementProps;
881
881
  /**
882
- * Collapse Item Component It should be used in conjunction with the `<mdui-collapse>` component
882
+ * Collapse Item Component Use with the `<mdui-collapse>` component
883
883
  *
884
884
  * ```html
885
885
  * <mdui-collapse>
@@ -906,13 +906,13 @@ declare global {
906
906
  */
907
907
  'disabled'?: boolean;
908
908
  /**
909
- * Identifies the element that triggers the collapse on click. This can be a CSS selector, a DOM element, or a [JQ object](https://www.mdui.org/en/docs/2/functions/jq). By default, the entire header area is the trigger.
909
+ * The element that toggles collapse on click. This can be a CSS selector, a DOM element, or a [JQ object](/en/docs/2/functions/jq). By default, the entire header area is the trigger.
910
910
  * @see https://www.mdui.org/en/docs/2/components/collapse#collapse-item-attributes-trigger
911
911
  */
912
912
  'trigger'?: string | HTMLElement | JQ<HTMLElement>;
913
913
  } & HTMLElementProps;
914
914
  /**
915
- * Collapse Panel Component It should be used in conjunction with the `<mdui-collapse-item>` component
915
+ * Collapse Panel Component Use with the `<mdui-collapse-item>` component
916
916
  *
917
917
  * ```html
918
918
  * <mdui-collapse>
@@ -931,7 +931,7 @@ declare global {
931
931
  /**
932
932
  * Specifies the open `<mdui-collapse-item>` value.
933
933
  *
934
- * Note: The HTML attribute is always a string and can only be initially set when `accordion` is `true`. The JavaScript property value is a string when `accordion` is `true` and a string array when `accordion` is `false`. To modify this value when `accordion` is `false`, you must change the JavaScript property.
934
+ * **Note**: The HTML attribute is always a string and can only be set initially when `accordion` is `true`. The JavaScript property is a string when `accordion` is `true` and a string array when `accordion` is `false`. To change this value when `accordion` is `false`, update the JavaScript property.
935
935
  * @see https://www.mdui.org/en/docs/2/components/collapse#collapse-attributes-value
936
936
  */
937
937
  'value'?: string | string[];
@@ -961,7 +961,7 @@ declare global {
961
961
  */
962
962
  'headline'?: string;
963
963
  /**
964
- * Sets the text below the title. Alternatively, use `slot="description"`.
964
+ * The text displayed below the title. Alternatively, use `slot="description"`.
965
965
  * @see https://www.mdui.org/en/docs/2/components/dialog#attributes-description
966
966
  */
967
967
  'description'?: string;
@@ -971,7 +971,7 @@ declare global {
971
971
  */
972
972
  'open'?: boolean;
973
973
  /**
974
- * Sets the dialog to full-screen.
974
+ * Displays the dialog in full-screen mode.
975
975
  * @see https://www.mdui.org/en/docs/2/components/dialog#attributes-fullscreen
976
976
  */
977
977
  'fullscreen'?: boolean;
@@ -1042,20 +1042,20 @@ declare global {
1042
1042
  */
1043
1043
  'disabled'?: boolean;
1044
1044
  /**
1045
- * Defines the trigger method for the dropdown. Supports multiple space-separated values. Possible values:
1045
+ * Defines how the dropdown opens. Multiple space-separated values are supported. Possible values:
1046
1046
  *
1047
- * * `click`: Trigger on click.
1048
- * * `hover`: Trigger on mouse hover.
1049
- * * `focus`: Trigger on focus.
1050
- * * `contextmenu`: Trigger on right-click or touch long press.
1047
+ * * `click`: Triggers on click.
1048
+ * * `hover`: Triggers on mouse hover.
1049
+ * * `focus`: Triggers on focus.
1050
+ * * `contextmenu`: Triggers on right-click or long press.
1051
1051
  * * `manual`: If used, the dropdown can only be opened and closed programmatically, and no other trigger methods can be specified.
1052
1052
  * @see https://www.mdui.org/en/docs/2/components/dropdown#attributes-trigger
1053
1053
  */
1054
1054
  'trigger'?: 'click' | 'hover' | 'focus' | 'contextmenu' | 'manual' | string;
1055
1055
  /**
1056
- * Sets the position of the dropdown. Possible values:
1056
+ * Sets the dropdown position. Possible values:
1057
1057
  *
1058
- * * `auto`: Automatically determine the position.
1058
+ * * `auto`: Automatically determined.
1059
1059
  * * `top-start`: Above and left-aligned.
1060
1060
  * * `top`: Above and centered.
1061
1061
  * * `top-end`: Above and right-aligned.
@@ -1072,7 +1072,7 @@ declare global {
1072
1072
  */
1073
1073
  'placement'?: 'auto' | 'top-start' | 'top' | 'top-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end' | 'right-start' | 'right' | 'right-end';
1074
1074
  /**
1075
- * Keeps the dropdown open after clicking an [`<mdui-menu-item>`](https://www.mdui.org/en/docs/2/components/menu#menu-item-api).
1075
+ * Prevents the dropdown from closing when a [`<mdui-menu-item>`](/en/docs/2/components/menu#menu-item-api) is clicked.
1076
1076
  * @see https://www.mdui.org/en/docs/2/components/dropdown#attributes-stay-open-on-click
1077
1077
  */
1078
1078
  'stay-open-on-click'?: boolean;
@@ -1087,7 +1087,7 @@ declare global {
1087
1087
  */
1088
1088
  'close-delay'?: number;
1089
1089
  /**
1090
- * Opens the dropdown at the cursor position. This is typically used for context menus.
1090
+ * Opens the dropdown at the pointer position. This is typically used for context menus.
1091
1091
  * @see https://www.mdui.org/en/docs/2/components/dropdown#attributes-open-on-pointer
1092
1092
  */
1093
1093
  'open-on-pointer'?: boolean;
@@ -1113,9 +1113,9 @@ declare global {
1113
1113
  'variant'?: 'primary' | 'surface' | 'secondary' | 'tertiary';
1114
1114
  /**
1115
1115
  * Sets the FAB size. Possible values:
1116
- * * `normal`: Sets the FAB to a normal size.
1117
- * * `small`: Sets the FAB to a small size.
1118
- * * `large`: Sets the FAB to a large size.
1116
+ * * `normal`: Normal size.
1117
+ * * `small`: Small size.
1118
+ * * `large`: Large size.
1119
1119
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-size
1120
1120
  */
1121
1121
  'size'?: 'normal' | 'small' | 'large';
@@ -1125,63 +1125,63 @@ declare global {
1125
1125
  */
1126
1126
  'icon'?: string;
1127
1127
  /**
1128
- * Indicates if the FAB is in the extended state.
1128
+ * Extends the FAB to show text alongside the icon.
1129
1129
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-extended
1130
1130
  */
1131
1131
  'extended'?: boolean;
1132
1132
  /**
1133
- * The URL for the hyperlink. If provided, the component is rendered as an `<a>` element and can use link-related attributes.
1133
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
1134
1134
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-href
1135
1135
  */
1136
1136
  'href'?: string;
1137
1137
  /**
1138
- * Instructs the browser to download the linked URL.
1138
+ * Downloads the linked URL.
1139
1139
  *
1140
- * **Note**: This is only available when `href` is specified.
1140
+ * **Note**: Only available when `href` is specified.
1141
1141
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-download
1142
1142
  */
1143
1143
  'download'?: string;
1144
1144
  /**
1145
- * Defines where to open the linked URL. Possible values:
1145
+ * Controls where the linked URL opens. Possible values:
1146
1146
  *
1147
1147
  * * `_blank`: Opens in a new tab or window.
1148
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent.
1149
- * * `_self`: Opens in the current browsing context. (Default).
1150
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors.
1148
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
1149
+ * * `_self`: Opens in the current browsing context (default).
1150
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
1151
1151
  *
1152
- * **Note**: This is only available when `href` is specified.
1152
+ * **Note**: Only available when `href` is specified.
1153
1153
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-target
1154
1154
  */
1155
1155
  'target'?: '_blank' | '_parent' | '_self' | '_top';
1156
1156
  /**
1157
1157
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
1158
1158
  *
1159
- * * `alternate`: Alternate versions of the current document.
1159
+ * * `alternate`: An alternate version of the current document.
1160
1160
  * * `author`: The author of the current document or article.
1161
1161
  * * `bookmark`: The permalink for the nearest ancestor section.
1162
1162
  * * `external`: The referenced document is not part of the same site as the current document.
1163
1163
  * * `help`: A link to context-sensitive help.
1164
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
1165
- * * `me`: Indicates that the current document represents the person who owns the linked content.
1166
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
1167
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
1168
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
1169
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
1170
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
1164
+ * * `license`: Content covered by the copyright license described by the referenced document.
1165
+ * * `me`: Links to content owned by the current document's author.
1166
+ * * `next`: The next document in the series.
1167
+ * * `nofollow`: Not endorsed by the original author or publisher.
1168
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
1169
+ * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary one (i.e., when `target="_blank"`).
1170
+ * * `prev`: The previous document in the series.
1171
1171
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
1172
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
1172
+ * * `tag`: Marks the current document with the given tag.
1173
1173
  *
1174
- * **Note**: This is only available when `href` is specified.
1174
+ * **Note**: Only available when `href` is specified.
1175
1175
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-rel
1176
1176
  */
1177
1177
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
1178
1178
  /**
1179
- * Specifies that the element should be focused when the page loads.
1179
+ * Whether the element is focused when the page loads.
1180
1180
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-autofocus
1181
1181
  */
1182
1182
  'autofocus'?: boolean;
1183
1183
  /**
1184
- * Defines the order in which the element receives focus when navigating with the Tab key.
1184
+ * The element's tab order when navigating with the Tab key.
1185
1185
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-tabindex
1186
1186
  */
1187
1187
  'tabindex'?: number;
@@ -1196,34 +1196,34 @@ declare global {
1196
1196
  */
1197
1197
  'loading'?: boolean;
1198
1198
  /**
1199
- * The button's name, which is submitted with form data.
1199
+ * The button name submitted with form data.
1200
1200
  *
1201
- * **Note**: This is only available when `href` is not specified.
1201
+ * **Note**: Only available when `href` is not specified.
1202
1202
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-name
1203
1203
  */
1204
1204
  'name'?: string;
1205
1205
  /**
1206
- * The button's value, which is submitted with form data.
1206
+ * The button value submitted with form data.
1207
1207
  *
1208
- * **Note**: This is only available when `href` is not specified.
1208
+ * **Note**: Only available when `href` is not specified.
1209
1209
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-value
1210
1210
  */
1211
1211
  'value'?: string;
1212
1212
  /**
1213
- * Defines the button's default behavior. The default is `button`. Possible values:
1213
+ * Specifies the button's default action. Default: `button`. Possible values:
1214
1214
  *
1215
1215
  * * `submit`: Submits the form data to the server.
1216
- * * `reset`: Resets all the controls to their initial values.
1217
- * * `button`: No default behavior, does nothing when pressed by default.
1216
+ * * `reset`: Restores all controls to their initial values.
1217
+ * * `button`: Does nothing by default.
1218
1218
  *
1219
- * **Note**: This is only available when `href` is not specified.
1219
+ * **Note**: Only available when `href` is not specified.
1220
1220
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-type
1221
1221
  */
1222
1222
  'type'?: 'submit' | 'reset' | 'button';
1223
1223
  /**
1224
- * Associates the button with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the button is associated with its parent `<form>`, if any.
1224
+ * Associates the button with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the button uses its parent `<form>`, if any.
1225
1225
  *
1226
- * This attribute allows button elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
1226
+ * This lets the button target any form in the document, not just the one it is nested in.
1227
1227
  *
1228
1228
  * **Note**: Only available when `href` is not specified.
1229
1229
  * @see https://www.mdui.org/en/docs/2/components/fab#attributes-form
@@ -1237,11 +1237,11 @@ declare global {
1237
1237
  */
1238
1238
  'formaction'?: string;
1239
1239
  /**
1240
- * Specifies the form data encoding method. Possible values:
1240
+ * Specifies how to encode the form data. Possible values:
1241
1241
  *
1242
- * * `application/x-www-form-urlencoded`: Default if the attribute is not used.
1243
- * * `multipart/form-data`: Used for `<input>` elements with `type` set to `file`.
1244
- * * `text/plain`: For debugging, not for real form submission.
1242
+ * * `application/x-www-form-urlencoded`: Default when the attribute is omitted.
1243
+ * * `multipart/form-data`: Used for `<input>` elements with `type="file"`.
1244
+ * * `text/plain`: Useful for debugging, but not for actual form submissions.
1245
1245
  *
1246
1246
  * Overrides the `enctype` attribute of the button's form owner.
1247
1247
  *
@@ -1252,8 +1252,8 @@ declare global {
1252
1252
  /**
1253
1253
  * Specifies the HTTP method for form submission. Possible values:
1254
1254
  *
1255
- * * `post`: Form data included in HTTP request body.
1256
- * * `get`: Form data appended to `action` URL.
1255
+ * * `post`: Sends the form data in the request body.
1256
+ * * `get`: Appends the form data to the `action` URL.
1257
1257
  *
1258
1258
  * Overrides the `method` attribute of the button's form owner.
1259
1259
  *
@@ -1269,12 +1269,12 @@ declare global {
1269
1269
  */
1270
1270
  'formnovalidate'?: boolean;
1271
1271
  /**
1272
- * Specifies where to display the form submission response. Possible values:
1272
+ * Specifies where to open the response after form submission. Possible values:
1273
1273
  *
1274
- * * `_self`: Current browsing context. (Default).
1274
+ * * `_self`: Current browsing context (default).
1275
1275
  * * `_blank`: New tab or window.
1276
- * * `_parent`: Parent browsing context or `_self` if no parent.
1277
- * * `_top`: Topmost browsing context or `_self` if no ancestors.
1276
+ * * `_parent`: Parent browsing context, or `_self` if there is no parent.
1277
+ * * `_top`: Topmost browsing context, or `_self` if there are no ancestors.
1278
1278
  *
1279
1279
  * Overrides the `target` attribute of the button's form owner.
1280
1280
  *
@@ -1317,17 +1317,17 @@ declare global {
1317
1317
  */
1318
1318
  'mdui-layout-item': {
1319
1319
  /**
1320
- * Determines the component's position. Possible values:
1320
+ * Determines where the component is placed. Possible values:
1321
1321
  *
1322
- * * `top`: Positions the component at the top.
1323
- * * `bottom`: Positions the component at the bottom.
1324
- * * `left`: Positions the component on the left.
1325
- * * `right`: Positions the component on the right.
1322
+ * * `top`: Places the component at the top.
1323
+ * * `bottom`: Places the component at the bottom.
1324
+ * * `left`: Places the component on the left.
1325
+ * * `right`: Places the component on the right.
1326
1326
  * @see https://www.mdui.org/en/docs/2/components/layout#layout-item-attributes-placement
1327
1327
  */
1328
1328
  'placement'?: 'top' | 'bottom' | 'left' | 'right';
1329
1329
  /**
1330
- * Specifies the layout order within the [`<mdui-layout>`](https://www.mdui.org/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
1330
+ * Specifies the layout order within the [`<mdui-layout>`](/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
1331
1331
  * @see https://www.mdui.org/en/docs/2/components/layout#layout-item-attributes-order
1332
1332
  */
1333
1333
  'order'?: number;
@@ -1387,7 +1387,7 @@ declare global {
1387
1387
  'value'?: number;
1388
1388
  } & HTMLElementProps;
1389
1389
  /**
1390
- * List Item Component It should be used in conjunction with the `<mdui-list>` component
1390
+ * List Item Component Use with the `<mdui-list>` component
1391
1391
  *
1392
1392
  * ```html
1393
1393
  * <mdui-list>
@@ -1405,11 +1405,11 @@ declare global {
1405
1405
  */
1406
1406
  'headline'?: string;
1407
1407
  /**
1408
- * Line limit for main text. Truncates after exceeding. Default is no limit. Possible values:
1408
+ * Maximum number of lines for the main text. Overflow text is truncated. Default is no limit. Possible values:
1409
1409
  *
1410
- * * `1`: Single-line text, truncates after exceeding
1411
- * * `2`: Double-line text, truncates after exceeding.
1412
- * * `3`: Triple-line text, truncates after exceeding.
1410
+ * * `1`: Single-line text that truncates when it overflows.
1411
+ * * `2`: Two-line text that truncates when it overflows.
1412
+ * * `3`: Three-line text that truncates when it overflows.
1413
1413
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-headline-line
1414
1414
  */
1415
1415
  'headline-line'?: 1 | 2 | 3;
@@ -1419,11 +1419,11 @@ declare global {
1419
1419
  */
1420
1420
  'description'?: string;
1421
1421
  /**
1422
- * Line limit for subtext. Truncates after exceeding. Default is no limit. Possible values:
1422
+ * Maximum number of lines for the subtext. Overflow text is truncated. Default is no limit. Possible values:
1423
1423
  *
1424
- * * `1`: Single-line text, truncates after exceeding
1425
- * * `2`: Double-line text, truncates after exceeding.
1426
- * * `3`: Triple-line text, truncates after exceeding.
1424
+ * * `1`: Single-line text that truncates when it overflows.
1425
+ * * `2`: Two-line text that truncates when it overflows.
1426
+ * * `3`: Three-line text that truncates when it overflows.
1427
1427
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-description-line
1428
1428
  */
1429
1429
  'description-line'?: 1 | 2 | 3;
@@ -1438,93 +1438,93 @@ declare global {
1438
1438
  */
1439
1439
  'end-icon'?: string;
1440
1440
  /**
1441
- * Disables the list item. Grays out the item and disables elements like [`<mdui-checkbox>`](https://www.mdui.org/en/docs/2/components/checkbox), [`<mdui-radio>`](https://www.mdui.org/en/docs/2/components/radio), [`<mdui-switch>`](https://www.mdui.org/en/docs/2/components/switch).
1441
+ * Disables the list item. It dims the item and disables interactive elements like [`<mdui-checkbox>`](/en/docs/2/components/checkbox), [`<mdui-radio>`](/en/docs/2/components/radio), and [`<mdui-switch>`](/en/docs/2/components/switch).
1442
1442
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-disabled
1443
1443
  */
1444
1444
  'disabled'?: boolean;
1445
1445
  /**
1446
- * Activates the list item.
1446
+ * Marks the list item as active.
1447
1447
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-active
1448
1448
  */
1449
1449
  'active'?: boolean;
1450
1450
  /**
1451
- * Makes the list item non-clickable. Elements like [`<mdui-checkbox>`](https://www.mdui.org/en/docs/2/components/checkbox), [`<mdui-radio>`](https://www.mdui.org/en/docs/2/components/radio), [`<mdui-switch>`](https://www.mdui.org/en/docs/2/components/switch) remain interactive.
1451
+ * Disables the list item's default click action, but interactive elements like [`<mdui-checkbox>`](/en/docs/2/components/checkbox), [`<mdui-radio>`](/en/docs/2/components/radio), and [`<mdui-switch>`](/en/docs/2/components/switch) inside it remain functional.
1452
1452
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-nonclickable
1453
1453
  */
1454
1454
  'nonclickable'?: boolean;
1455
1455
  /**
1456
- * Applies rounded style to the list item.
1456
+ * Applies a rounded appearance to the list item.
1457
1457
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-rounded
1458
1458
  */
1459
1459
  'rounded'?: boolean;
1460
1460
  /**
1461
1461
  * Vertical alignment of the list item. Possible values:
1462
1462
  *
1463
- * * `start`: Top alignment.
1464
- * * `center`: Center alignment.
1465
- * * `end`: Bottom alignment.
1463
+ * * `start`: Aligns to the top.
1464
+ * * `center`: Aligns to the center.
1465
+ * * `end`: Aligns to the bottom.
1466
1466
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-alignment
1467
1467
  */
1468
1468
  'alignment'?: 'start' | 'center' | 'end';
1469
1469
  /**
1470
- * The URL for the hyperlink. If specified, the component renders as an `<a>` element and can use link-related attributes.
1470
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
1471
1471
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-href
1472
1472
  */
1473
1473
  'href'?: string;
1474
1474
  /**
1475
- * Instructs the browser to treat the linked URL as a download.
1475
+ * Downloads the linked URL.
1476
1476
  *
1477
- * **Note**: This is only available when `href` is specified.
1477
+ * **Note**: Only available when `href` is specified.
1478
1478
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-download
1479
1479
  */
1480
1480
  'download'?: string;
1481
1481
  /**
1482
- * Defines where to display the linked URL. Possible values:
1482
+ * Controls where the linked URL opens. Possible values:
1483
1483
  *
1484
1484
  * * `_blank`: Opens in a new tab or window.
1485
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent exists.
1486
- * * `_self`: Opens in the current browsing context. (Default).
1487
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors exist.
1485
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
1486
+ * * `_self`: Opens in the current browsing context (default).
1487
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
1488
1488
  *
1489
- * **Note**: This is only available when `href` is specified.
1489
+ * **Note**: Only available when `href` is specified.
1490
1490
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-target
1491
1491
  */
1492
1492
  'target'?: '_blank' | '_parent' | '_self' | '_top';
1493
1493
  /**
1494
1494
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
1495
1495
  *
1496
- * * `alternate`: Alternate versions of the current document.
1497
- * * `author`: Author of the current document or article.
1498
- * * `bookmark`: Permanent link for the nearest ancestor section.
1496
+ * * `alternate`: An alternate version of the current document.
1497
+ * * `author`: The author of the current document or article.
1498
+ * * `bookmark`: The permalink for the nearest ancestor section.
1499
1499
  * * `external`: The referenced document is not part of the same site as the current document.
1500
- * * `help`: Link to context-sensitive help.
1501
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
1502
- * * `me`: Indicates that the current document represents the person who owns the linked content.
1503
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
1504
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
1505
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
1506
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
1507
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
1500
+ * * `help`: A link to context-sensitive help.
1501
+ * * `license`: Content covered by the copyright license described by the referenced document.
1502
+ * * `me`: Links to content owned by the current document's author.
1503
+ * * `next`: The next document in the series.
1504
+ * * `nofollow`: Not endorsed by the original author or publisher.
1505
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
1506
+ * * `opener`: Creates a new browsing context when the hyperlink would otherwise open in a top-level context that is not auxiliary (for example, when `target="_blank"` is specified).
1507
+ * * `prev`: The previous document in the series.
1508
1508
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
1509
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
1509
+ * * `tag`: Marks the current document with the given tag.
1510
1510
  *
1511
- * **Note**: This is only available when `href` is specified.
1511
+ * **Note**: Only available when `href` is specified.
1512
1512
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-rel
1513
1513
  */
1514
1514
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
1515
1515
  /**
1516
- * Determines if the element should be focused when the page loads.
1516
+ * Whether the element is focused when the page loads.
1517
1517
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-autofocus
1518
1518
  */
1519
1519
  'autofocus'?: boolean;
1520
1520
  /**
1521
- * Specifies the order in which the element receives focus when navigating with the Tab key.
1521
+ * The element's tab order when navigating with the Tab key.
1522
1522
  * @see https://www.mdui.org/en/docs/2/components/list#list-item-attributes-tabindex
1523
1523
  */
1524
1524
  'tabindex'?: number;
1525
1525
  } & HTMLElementProps;
1526
1526
  /**
1527
- * List Subheader Component It should be used in conjunction with the `<mdui-list>` component
1527
+ * List Subheader Component Use with the `<mdui-list>` component
1528
1528
  *
1529
1529
  * ```html
1530
1530
  * <mdui-list>
@@ -1539,7 +1539,7 @@ declare global {
1539
1539
 
1540
1540
  } & HTMLElementProps;
1541
1541
  /**
1542
- * List Component It should be used in conjunction with the `<mdui-list-item>` component
1542
+ * List Component Use with the `<mdui-list-item>` component
1543
1543
  *
1544
1544
  * ```html
1545
1545
  * <mdui-list>
@@ -1601,64 +1601,64 @@ declare global {
1601
1601
  */
1602
1602
  'submenu-open'?: boolean;
1603
1603
  /**
1604
- * The URL for the hyperlink. If specified, the component renders as an `<a>` element and can use link-related attributes.
1604
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
1605
1605
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-item-attributes-href
1606
1606
  */
1607
1607
  'href'?: string;
1608
1608
  /**
1609
- * Instructs the browser to treat the linked URL as a download.
1609
+ * Downloads the linked URL.
1610
1610
  *
1611
- * **Note**: This is only available when `href` is specified.
1611
+ * **Note**: Only available when `href` is specified.
1612
1612
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-item-attributes-download
1613
1613
  */
1614
1614
  'download'?: string;
1615
1615
  /**
1616
- * Defines where to display the linked URL. Possible values:
1616
+ * Controls where the linked URL opens. Possible values:
1617
1617
  *
1618
1618
  * * `_blank`: Opens in a new tab or window.
1619
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent exists.
1620
- * * `_self`: Opens in the current browsing context. (Default).
1621
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors exist.
1619
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
1620
+ * * `_self`: Opens in the current browsing context (default).
1621
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
1622
1622
  *
1623
- * **Note**: This is only available when `href` is specified.
1623
+ * **Note**: Only available when `href` is specified.
1624
1624
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-item-attributes-target
1625
1625
  */
1626
1626
  'target'?: '_blank' | '_parent' | '_self' | '_top';
1627
1627
  /**
1628
1628
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
1629
1629
  *
1630
- * * `alternate`: Alternate versions of the current document.
1631
- * * `author`: Author of the current document or article.
1632
- * * `bookmark`: Permanent link for the nearest ancestor section.
1630
+ * * `alternate`: An alternate version of the current document.
1631
+ * * `author`: The author of the current document or article.
1632
+ * * `bookmark`: The permalink for the nearest ancestor section.
1633
1633
  * * `external`: The referenced document is not part of the same site as the current document.
1634
- * * `help`: Link to context-sensitive help.
1635
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
1636
- * * `me`: Indicates that the current document represents the person who owns the linked content.
1637
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
1638
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
1639
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
1640
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
1641
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
1634
+ * * `help`: A link to context-sensitive help.
1635
+ * * `license`: Content covered by the copyright license described by the referenced document.
1636
+ * * `me`: Links to content owned by the current document's author.
1637
+ * * `next`: The next document in the series.
1638
+ * * `nofollow`: Not endorsed by the original author or publisher.
1639
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
1640
+ * * `opener`: Creates a new browsing context when the hyperlink would otherwise open in a top-level context that is not auxiliary (for example, when `target="_blank"` is specified).
1641
+ * * `prev`: The previous document in the series.
1642
1642
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
1643
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
1643
+ * * `tag`: Marks the current document with the given tag.
1644
1644
  *
1645
- * **Note**: This is only available when `href` is specified.
1645
+ * **Note**: Only available when `href` is specified.
1646
1646
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-item-attributes-rel
1647
1647
  */
1648
1648
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
1649
1649
  /**
1650
- * Determines if the element should be focused when the page loads.
1650
+ * Whether the element is focused when the page loads.
1651
1651
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-item-attributes-autofocus
1652
1652
  */
1653
1653
  'autofocus'?: boolean;
1654
1654
  /**
1655
- * Specifies the order in which the element receives focus when navigating with the Tab key.
1655
+ * The element's tab order when navigating with the Tab key.
1656
1656
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-item-attributes-tabindex
1657
1657
  */
1658
1658
  'tabindex'?: number;
1659
1659
  } & HTMLElementProps;
1660
1660
  /**
1661
- * Menu Component It should be used in conjunction with the `<mdui-menu-item>` component
1661
+ * Menu Component Use with the `<mdui-menu-item>` component
1662
1662
  *
1663
1663
  * ```html
1664
1664
  * <mdui-menu>
@@ -1670,7 +1670,7 @@ declare global {
1670
1670
  */
1671
1671
  'mdui-menu': {
1672
1672
  /**
1673
- * Defines the selectable state of menu items. Defaults to non-selectable. Possible values:
1673
+ * Controls whether menu items can be selected. They are not selectable by default. Possible values:
1674
1674
  *
1675
1675
  * * `single`: Only one item can be selected at a time.
1676
1676
  * * `multiple`: Multiple items can be selected.
@@ -1680,7 +1680,7 @@ declare global {
1680
1680
  /**
1681
1681
  * The value of the selected `<mdui-menu-item>`.
1682
1682
  *
1683
- * Note: The HTML attribute is always a string and can only be set as an initial value when `selects="single"`. The JavaScript property value is a string when `selects="single"` and an array of strings when `selects="multiple"`. In `selects="multiple"`, this value can only be modified by changing the JavaScript property.
1683
+ * **Note**: The HTML attribute always accepts a string and can only be used as an initial value when `selects="single"`. The JavaScript property is a string when `selects="single"` and an array of strings when `selects="multiple"`. When `selects="multiple"`, update the JavaScript property to change this value.
1684
1684
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-attributes-value
1685
1685
  */
1686
1686
  'value'?: string | string[];
@@ -1690,28 +1690,28 @@ declare global {
1690
1690
  */
1691
1691
  'dense'?: boolean;
1692
1692
  /**
1693
- * Defines the trigger method for submenus. Supports multiple values separated by spaces. Possible values:
1693
+ * Defines how submenus open. Multiple space-separated values are supported. Possible values:
1694
1694
  *
1695
- * * `click`: Open submenu when clicking on a menu item.
1696
- * * `hover`: Open submenu when hovering over a menu item.
1697
- * * `focus`: Open submenu when focusing on a menu item.
1698
- * * `manual`: Only programmatically open and close submenus, no other trigger methods can be specified.
1695
+ * * `click`: Opens the submenu when the menu item is clicked.
1696
+ * * `hover`: Opens the submenu when hovering over a menu item.
1697
+ * * `focus`: Opens the submenu when the menu item receives focus.
1698
+ * * `manual`: Submenus can only be opened and closed programmatically; no other trigger methods can be specified.
1699
1699
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-attributes-submenu-trigger
1700
1700
  */
1701
1701
  'submenu-trigger'?: 'click' | 'hover' | 'focus' | 'manual' | string;
1702
1702
  /**
1703
- * Specifies the delay (in milliseconds) for opening a submenu via hover.
1703
+ * The delay (in milliseconds) before a submenu opens on hover.
1704
1704
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-attributes-submenu-open-delay
1705
1705
  */
1706
1706
  'submenu-open-delay'?: number;
1707
1707
  /**
1708
- * Specifies the delay (in milliseconds) for closing a submenu via hover.
1708
+ * The delay (in milliseconds) before a submenu closes on hover.
1709
1709
  * @see https://www.mdui.org/en/docs/2/components/menu#menu-attributes-submenu-close-delay
1710
1710
  */
1711
1711
  'submenu-close-delay'?: number;
1712
1712
  } & HTMLElementProps;
1713
1713
  /**
1714
- * Navigation Bar Item Component It should be used in conjunction with the `<mdui-navigation-bar>` component
1714
+ * Navigation Bar Item Component Use with the `<mdui-navigation-bar>` component
1715
1715
  *
1716
1716
  * ```html
1717
1717
  * <mdui-navigation-bar>
@@ -1739,64 +1739,64 @@ declare global {
1739
1739
  */
1740
1740
  'value'?: string;
1741
1741
  /**
1742
- * The URL for the hyperlink. If specified, the component renders as an `<a>` element and can use link-related attributes.
1742
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
1743
1743
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-item-attributes-href
1744
1744
  */
1745
1745
  'href'?: string;
1746
1746
  /**
1747
- * Instructs the browser to treat the linked URL as a download.
1747
+ * Downloads the linked URL.
1748
1748
  *
1749
- * **Note**: This is only available when `href` is specified.
1749
+ * **Note**: Only available when `href` is specified.
1750
1750
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-item-attributes-download
1751
1751
  */
1752
1752
  'download'?: string;
1753
1753
  /**
1754
- * Defines where to display the linked URL. Possible values:
1754
+ * Controls where the linked URL opens. Possible values:
1755
1755
  *
1756
1756
  * * `_blank`: Opens in a new tab or window.
1757
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent exists.
1758
- * * `_self`: Opens in the current browsing context. (Default).
1759
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors exist.
1757
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
1758
+ * * `_self`: Opens in the current browsing context (default).
1759
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
1760
1760
  *
1761
- * **Note**: This is only available when `href` is specified.
1761
+ * **Note**: Only available when `href` is specified.
1762
1762
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-item-attributes-target
1763
1763
  */
1764
1764
  'target'?: '_blank' | '_parent' | '_self' | '_top';
1765
1765
  /**
1766
1766
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
1767
1767
  *
1768
- * * `alternate`: Alternate versions of the current document.
1769
- * * `author`: Author of the current document or article.
1770
- * * `bookmark`: Permanent link for the nearest ancestor section.
1768
+ * * `alternate`: An alternate version of the current document.
1769
+ * * `author`: The author of the current document or article.
1770
+ * * `bookmark`: The permalink for the nearest ancestor section.
1771
1771
  * * `external`: The referenced document is not part of the same site as the current document.
1772
- * * `help`: Link to context-sensitive help.
1773
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
1774
- * * `me`: Indicates that the current document represents the person who owns the linked content.
1775
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
1776
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
1777
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
1778
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
1779
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
1772
+ * * `help`: A link to context-sensitive help.
1773
+ * * `license`: Content covered by the copyright license described by the referenced document.
1774
+ * * `me`: Links to content owned by the current document's author.
1775
+ * * `next`: The next document in the series.
1776
+ * * `nofollow`: Not endorsed by the original author or publisher.
1777
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
1778
+ * * `opener`: Creates a new browsing context when the hyperlink would otherwise open in a top-level context that is not auxiliary (for example, when `target="_blank"` is specified).
1779
+ * * `prev`: The previous document in the series.
1780
1780
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
1781
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
1781
+ * * `tag`: Marks the current document with the given tag.
1782
1782
  *
1783
- * **Note**: This is only available when `href` is specified.
1783
+ * **Note**: Only available when `href` is specified.
1784
1784
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-item-attributes-rel
1785
1785
  */
1786
1786
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
1787
1787
  /**
1788
- * Determines if the element should be focused when the page loads.
1788
+ * Whether the element is focused when the page loads.
1789
1789
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-item-attributes-autofocus
1790
1790
  */
1791
1791
  'autofocus'?: boolean;
1792
1792
  /**
1793
- * Specifies the order in which the element receives focus when navigating with the Tab key.
1793
+ * The element's tab order when navigating with the Tab key.
1794
1794
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-item-attributes-tabindex
1795
1795
  */
1796
1796
  'tabindex'?: number;
1797
1797
  } & HTMLElementProps;
1798
1798
  /**
1799
- * Navigation Bar Component It should be used in conjunction with the `<mdui-navigation-bar-item>` component
1799
+ * Navigation Bar Component Use with the `<mdui-navigation-bar-item>` component
1800
1800
  *
1801
1801
  * ```html
1802
1802
  * <mdui-navigation-bar>
@@ -1809,14 +1809,14 @@ declare global {
1809
1809
  */
1810
1810
  'mdui-navigation-bar': {
1811
1811
  /**
1812
- * Hides the navigation bar when set.
1812
+ * Whether the navigation bar is hidden.
1813
1813
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-attributes-hide
1814
1814
  */
1815
1815
  'hide'?: boolean;
1816
1816
  /**
1817
- * Specifies the visibility of the text. Possible values:
1817
+ * Specifies when the text is shown. Possible values:
1818
1818
  *
1819
- * * `auto`: Visible if there are 3 or fewer options, otherwise only the selected state is visible.
1819
+ * * `auto`: Visible if there are 3 or fewer items; otherwise, only visible in the selected state.
1820
1820
  * * `selected`: Only visible in the selected state.
1821
1821
  * * `labeled`: Always visible.
1822
1822
  * * `unlabeled`: Never visible.
@@ -1836,17 +1836,17 @@ declare global {
1836
1836
  */
1837
1837
  'scroll-behavior'?: 'hide' | 'shrink' | 'elevate';
1838
1838
  /**
1839
- * The element that listens for scroll events. Accepts a CSS selector, DOM element, or [JQ object](https://www.mdui.org/en/docs/2/functions/jq). Defaults to `window`.
1839
+ * The element to watch for scroll events. Accepts a CSS selector, a DOM element, or a [JQ object](/en/docs/2/functions/jq). Defaults to `window`.
1840
1840
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-attributes-scroll-target
1841
1841
  */
1842
1842
  'scroll-target'?: string | HTMLElement | JQ<HTMLElement>;
1843
1843
  /**
1844
- * The scroll distance (in pixels) that triggers the scroll behavior.
1844
+ * The scroll distance (in pixels) required to trigger the scroll behavior.
1845
1845
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-attributes-scroll-threshold
1846
1846
  */
1847
1847
  'scroll-threshold'?: number;
1848
1848
  /**
1849
- * Specifies the layout order within the [`<mdui-layout>`](https://www.mdui.org/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
1849
+ * Specifies the layout order within the [`<mdui-layout>`](/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
1850
1850
  * @see https://www.mdui.org/en/docs/2/components/navigation-bar#navigation-bar-attributes-order
1851
1851
  */
1852
1852
  'order'?: number;
@@ -1868,7 +1868,7 @@ declare global {
1868
1868
  /**
1869
1869
  * Displays an overlay when open.
1870
1870
  *
1871
- * On narrow devices (screen width < [`--mdui-breakpoint-md`](https://www.mdui.org/en/docs/2/styles/design-tokens#breakpoint)), the overlay always displays.
1871
+ * On narrow devices (screen width < [`--mdui-breakpoint-md`](/en/docs/2/styles/design-tokens#breakpoint)), the overlay is always displayed.
1872
1872
  * @see https://www.mdui.org/en/docs/2/components/navigation-drawer#attributes-modal
1873
1873
  */
1874
1874
  'modal'?: boolean;
@@ -1883,28 +1883,28 @@ declare global {
1883
1883
  */
1884
1884
  'close-on-overlay-click'?: boolean;
1885
1885
  /**
1886
- * Sets the drawer's display position. Possible values:
1886
+ * Sets the drawer's position. Possible values:
1887
1887
  *
1888
- * * `left`: Display on the left side.
1889
- * * `right`: Display on the right side.
1888
+ * * `left`: Displays on the left side.
1889
+ * * `right`: Displays on the right side.
1890
1890
  * @see https://www.mdui.org/en/docs/2/components/navigation-drawer#attributes-placement
1891
1891
  */
1892
1892
  'placement'?: 'left' | 'right';
1893
1893
  /**
1894
- * By default, the navigation drawer displays relative to the `body` element. When set, it displays relative to its parent element.
1894
+ * By default, the navigation drawer is positioned relative to the `body` element. If set, it is positioned relative to its parent element.
1895
1895
  *
1896
- * Note: You must add `position: relative; overflow: hidden;` style to the parent element when this attribute is set.
1896
+ * **Note**: You must manually set `position: relative; overflow: hidden;` on the parent element when this attribute is set.
1897
1897
  * @see https://www.mdui.org/en/docs/2/components/navigation-drawer#attributes-contained
1898
1898
  */
1899
1899
  'contained'?: boolean;
1900
1900
  /**
1901
- * Specifies the layout order within the [`<mdui-layout>`](https://www.mdui.org/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
1901
+ * Specifies the layout order within the [`<mdui-layout>`](/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
1902
1902
  * @see https://www.mdui.org/en/docs/2/components/navigation-drawer#attributes-order
1903
1903
  */
1904
1904
  'order'?: number;
1905
1905
  } & HTMLElementProps;
1906
1906
  /**
1907
- * Navigation Rail Item Component It should be used in conjunction with the `<mdui-navigation-rail>` component
1907
+ * Navigation Rail Item Component Use with the `<mdui-navigation-rail>` component
1908
1908
  *
1909
1909
  * ```html
1910
1910
  * <mdui-navigation-rail>
@@ -1932,64 +1932,64 @@ declare global {
1932
1932
  */
1933
1933
  'value'?: string;
1934
1934
  /**
1935
- * The URL for the hyperlink. If specified, the component renders as an `<a>` element and can use link-related attributes.
1935
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
1936
1936
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-item-attributes-href
1937
1937
  */
1938
1938
  'href'?: string;
1939
1939
  /**
1940
- * Instructs the browser to treat the linked URL as a download.
1940
+ * Downloads the linked URL.
1941
1941
  *
1942
- * **Note**: This is only available when `href` is specified.
1942
+ * **Note**: Only available when `href` is specified.
1943
1943
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-item-attributes-download
1944
1944
  */
1945
1945
  'download'?: string;
1946
1946
  /**
1947
- * Defines where to display the linked URL. Possible values:
1947
+ * Controls where the linked URL opens. Possible values:
1948
1948
  *
1949
1949
  * * `_blank`: Opens in a new tab or window.
1950
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent exists.
1951
- * * `_self`: Opens in the current browsing context. (Default).
1952
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors exist.
1950
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
1951
+ * * `_self`: Opens in the current browsing context (default).
1952
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
1953
1953
  *
1954
- * **Note**: This is only available when `href` is specified.
1954
+ * **Note**: Only available when `href` is specified.
1955
1955
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-item-attributes-target
1956
1956
  */
1957
1957
  'target'?: '_blank' | '_parent' | '_self' | '_top';
1958
1958
  /**
1959
1959
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
1960
1960
  *
1961
- * * `alternate`: Alternate versions of the current document.
1962
- * * `author`: Author of the current document or article.
1963
- * * `bookmark`: Permanent link for the nearest ancestor section.
1961
+ * * `alternate`: An alternate version of the current document.
1962
+ * * `author`: The author of the current document or article.
1963
+ * * `bookmark`: The permalink for the nearest ancestor section.
1964
1964
  * * `external`: The referenced document is not part of the same site as the current document.
1965
- * * `help`: Link to context-sensitive help.
1966
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
1967
- * * `me`: Indicates that the current document represents the person who owns the linked content.
1968
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
1969
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
1970
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
1971
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
1972
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
1965
+ * * `help`: A link to context-sensitive help.
1966
+ * * `license`: Content covered by the copyright license described by the referenced document.
1967
+ * * `me`: Links to content owned by the current document's author.
1968
+ * * `next`: The next document in the series.
1969
+ * * `nofollow`: Not endorsed by the original author or publisher.
1970
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
1971
+ * * `opener`: Creates a new browsing context when the hyperlink would otherwise open in a top-level context that is not auxiliary (for example, when `target="_blank"` is specified).
1972
+ * * `prev`: The previous document in the series.
1973
1973
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
1974
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
1974
+ * * `tag`: Marks the current document with the given tag.
1975
1975
  *
1976
- * **Note**: This is only available when `href` is specified.
1976
+ * **Note**: Only available when `href` is specified.
1977
1977
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-item-attributes-rel
1978
1978
  */
1979
1979
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
1980
1980
  /**
1981
- * Determines if the element should be focused when the page loads.
1981
+ * Whether the element is focused when the page loads.
1982
1982
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-item-attributes-autofocus
1983
1983
  */
1984
1984
  'autofocus'?: boolean;
1985
1985
  /**
1986
- * Specifies the order in which the element receives focus when navigating with the Tab key.
1986
+ * The element's tab order when navigating with the Tab key.
1987
1987
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-item-attributes-tabindex
1988
1988
  */
1989
1989
  'tabindex'?: number;
1990
1990
  } & HTMLElementProps;
1991
1991
  /**
1992
- * Navigation Rail Component It should be used in conjunction with the `<mdui-navigation-rail-item>` component
1992
+ * Navigation Rail Component Use with the `<mdui-navigation-rail-item>` component
1993
1993
  *
1994
1994
  * ```html
1995
1995
  * <mdui-navigation-rail>
@@ -2007,15 +2007,15 @@ declare global {
2007
2007
  */
2008
2008
  'value'?: string;
2009
2009
  /**
2010
- * Sets the navigation bar's position. Possible values:
2010
+ * Sets the navigation rail's position. Possible values:
2011
2011
  *
2012
- * * `left`: Display on the left.
2013
- * * `right`: Display on the right.
2012
+ * * `left`: Displays on the left.
2013
+ * * `right`: Displays on the right.
2014
2014
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-attributes-placement
2015
2015
  */
2016
2016
  'placement'?: 'left' | 'right';
2017
2017
  /**
2018
- * Sets the alignment of `<mdui-navigation-rail-item>`. Possible values:
2018
+ * Sets the alignment of `<mdui-navigation-rail-item>` elements. Possible values:
2019
2019
  *
2020
2020
  * * `start`: Aligns to the top.
2021
2021
  * * `center`: Aligns to the center.
@@ -2024,25 +2024,25 @@ declare global {
2024
2024
  */
2025
2025
  'alignment'?: 'start' | 'center' | 'end';
2026
2026
  /**
2027
- * By default, the navigation rail displays relative to the `body` element. When set, it displays relative to its parent element.
2027
+ * By default, the navigation rail is positioned relative to the `body` element. If set, it is positioned relative to its parent element.
2028
2028
  *
2029
- * Note: You must add `position: relative; overflow: hidden;` style to the parent element when this attribute is set.
2029
+ * **Note**: You must manually set `position: relative;` on the parent element when this attribute is set.
2030
2030
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-attributes-contained
2031
2031
  */
2032
2032
  'contained'?: boolean;
2033
2033
  /**
2034
- * Adds a divider between the navigation bar and the page content.
2034
+ * Adds a divider between the navigation rail and the page content.
2035
2035
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-attributes-divider
2036
2036
  */
2037
2037
  'divider'?: boolean;
2038
2038
  /**
2039
- * Specifies the layout order within the [`<mdui-layout>`](https://www.mdui.org/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
2039
+ * Specifies the layout order within the [`<mdui-layout>`](/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
2040
2040
  * @see https://www.mdui.org/en/docs/2/components/navigation-rail#navigation-rail-attributes-order
2041
2041
  */
2042
2042
  'order'?: number;
2043
2043
  } & HTMLElementProps;
2044
2044
  /**
2045
- * Radio Group Component It should be used in conjunction with the `<mdui-radio>` component
2045
+ * Radio Group Component Use with the `<mdui-radio>` component
2046
2046
  *
2047
2047
  * ```html
2048
2048
  * <mdui-radio-group value="chinese">
@@ -2054,14 +2054,14 @@ declare global {
2054
2054
  */
2055
2055
  'mdui-radio-group': {
2056
2056
  /**
2057
- * Disables the radio group when set.
2057
+ * Disables the radio group.
2058
2058
  * @see https://www.mdui.org/en/docs/2/components/radio#radio-group-attributes-disabled
2059
2059
  */
2060
2060
  'disabled'?: boolean;
2061
2061
  /**
2062
- * Associates the radio group with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the radio group is associated with its parent `<form>`, if any.
2062
+ * Associates the radio group with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the radio group uses its parent `<form>`, if any.
2063
2063
  *
2064
- * This attribute allows radio group elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2064
+ * This lets the radio group work with any form in the document, not just the one it is nested in.
2065
2065
  * @see https://www.mdui.org/en/docs/2/components/radio#radio-group-attributes-form
2066
2066
  */
2067
2067
  'form'?: string;
@@ -2082,7 +2082,7 @@ declare global {
2082
2082
  'required'?: boolean;
2083
2083
  } & HTMLElementProps;
2084
2084
  /**
2085
- * Radio Component It should be used in conjunction with the `<mdui-radio-group>` component
2085
+ * Radio Component Use with the `<mdui-radio-group>` component
2086
2086
  *
2087
2087
  * ```html
2088
2088
  * <mdui-radio-group value="chinese">
@@ -2099,7 +2099,7 @@ declare global {
2099
2099
  */
2100
2100
  'value'?: string;
2101
2101
  /**
2102
- * Disables the radio when set.
2102
+ * Disables the radio.
2103
2103
  * @see https://www.mdui.org/en/docs/2/components/radio#radio-attributes-disabled
2104
2104
  */
2105
2105
  'disabled'?: boolean;
@@ -2119,12 +2119,12 @@ declare global {
2119
2119
  */
2120
2120
  'checked-icon'?: string;
2121
2121
  /**
2122
- * Determines if the element should be focused when the page loads.
2122
+ * Whether the element is focused when the page loads.
2123
2123
  * @see https://www.mdui.org/en/docs/2/components/radio#radio-attributes-autofocus
2124
2124
  */
2125
2125
  'autofocus'?: boolean;
2126
2126
  /**
2127
- * Specifies the order in which the element receives focus when navigating with the Tab key.
2127
+ * The element's tab order when navigating with the Tab key.
2128
2128
  * @see https://www.mdui.org/en/docs/2/components/radio#radio-attributes-tabindex
2129
2129
  */
2130
2130
  'tabindex'?: number;
@@ -2139,12 +2139,12 @@ declare global {
2139
2139
  */
2140
2140
  'mdui-range-slider': {
2141
2141
  /**
2142
- * Determines if the element should be focused when the page loads.
2142
+ * Whether the element is focused when the page loads.
2143
2143
  * @see https://www.mdui.org/en/docs/2/components/range-slider#attributes-autofocus
2144
2144
  */
2145
2145
  'autofocus'?: boolean;
2146
2146
  /**
2147
- * Specifies the order in which the element receives focus when navigating with the Tab key.
2147
+ * The element's tab order when navigating with the Tab key.
2148
2148
  * @see https://www.mdui.org/en/docs/2/components/range-slider#attributes-tabindex
2149
2149
  */
2150
2150
  'tabindex'?: number;
@@ -2169,7 +2169,7 @@ declare global {
2169
2169
  */
2170
2170
  'tickmarks'?: boolean;
2171
2171
  /**
2172
- * Hides the tooltip.
2172
+ * Hides the value label.
2173
2173
  * @see https://www.mdui.org/en/docs/2/components/range-slider#attributes-nolabel
2174
2174
  */
2175
2175
  'nolabel'?: boolean;
@@ -2179,20 +2179,20 @@ declare global {
2179
2179
  */
2180
2180
  'disabled'?: boolean;
2181
2181
  /**
2182
- * Associates the slider with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the slider is associated with its parent `<form>`, if any.
2182
+ * Associates the slider with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the slider uses its parent `<form>`, if any.
2183
2183
  *
2184
- * This attribute allows slider elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2184
+ * This lets the slider work with any form in the document, not just the one it is nested in.
2185
2185
  * @see https://www.mdui.org/en/docs/2/components/range-slider#attributes-form
2186
2186
  */
2187
2187
  'form'?: string;
2188
2188
  /**
2189
- * Specifies the slider's name, which is submitted with the form data.
2189
+ * Specifies the slider's name, which is submitted with form data.
2190
2190
  * @see https://www.mdui.org/en/docs/2/components/range-slider#attributes-name
2191
2191
  */
2192
2192
  'name'?: string;
2193
2193
  } & HTMLElementProps;
2194
2194
  /**
2195
- * Segmented Button Group Component It should be used in conjunction with the `<mdui-segmented-button>` component
2195
+ * Segmented Button Group Component Use with the `<mdui-segmented-button>` component
2196
2196
  *
2197
2197
  * ```html
2198
2198
  * <mdui-segmented-button-group>
@@ -2205,12 +2205,12 @@ declare global {
2205
2205
  */
2206
2206
  'mdui-segmented-button-group': {
2207
2207
  /**
2208
- * If set, the segmented button group will fill the width of its parent element.
2208
+ * If set, the segmented button group expands to fill the width of its container.
2209
2209
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-group-attributes-full-width
2210
2210
  */
2211
2211
  'full-width'?: boolean;
2212
2212
  /**
2213
- * Defines selectable states. Default is non-selectable. Possible values:
2213
+ * Controls whether the segmented button group can be selected. By default, it is not selectable. Possible values:
2214
2214
  *
2215
2215
  * * `single`: Only one can be selected.
2216
2216
  * * `multiple`: Multiple selections are allowed.
@@ -2218,7 +2218,7 @@ declare global {
2218
2218
  */
2219
2219
  'selects'?: 'single' | 'multiple';
2220
2220
  /**
2221
- * Disables the segmented button group when set.
2221
+ * Disables the segmented button group.
2222
2222
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-group-attributes-disabled
2223
2223
  */
2224
2224
  'disabled'?: boolean;
@@ -2228,9 +2228,9 @@ declare global {
2228
2228
  */
2229
2229
  'required'?: boolean;
2230
2230
  /**
2231
- * Associates the segmented button group with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the segmented button group is associated with its parent `<form>`, if any.
2231
+ * Associates the segmented button group with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the segmented button group uses its parent `<form>`, if any.
2232
2232
  *
2233
- * This attribute allows segmented button group elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2233
+ * This lets the segmented button group work with any form in the document, not just the one it is nested in.
2234
2234
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-group-attributes-form
2235
2235
  */
2236
2236
  'form'?: string;
@@ -2242,13 +2242,13 @@ declare global {
2242
2242
  /**
2243
2243
  * The value of the selected `<mdui-segmented-button>`. This value is submitted with form data.
2244
2244
  *
2245
- * Note: The HTML attribute is always a string and can only be set as an initial value when `selects="single"`. The JavaScript property is a string when `selects="single"` and an array of strings when `selects="multiple"`. In `selects="multiple"`, this value can only be modified by changing the JavaScript property.
2245
+ * **Note**: The HTML attribute always accepts a string and can only be used as an initial value when `selects="single"`. The JavaScript property is a string when `selects="single"` and an array of strings when `selects="multiple"`. When `selects="multiple"`, update the JavaScript property to change this value.
2246
2246
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-group-attributes-value
2247
2247
  */
2248
2248
  'value'?: string | string[];
2249
2249
  } & HTMLElementProps;
2250
2250
  /**
2251
- * Segmented Button Component It should be used in conjunction with the `<mdui-segmented-button-group>` component
2251
+ * Segmented Button Component Use with the `<mdui-segmented-button-group>` component
2252
2252
  *
2253
2253
  * ```html
2254
2254
  * <mdui-segmented-button-group>
@@ -2276,58 +2276,58 @@ declare global {
2276
2276
  */
2277
2277
  'selected-icon'?: string;
2278
2278
  /**
2279
- * The URL for the hyperlink. If provided, the component is rendered as an `<a>` element and can use link-related attributes.
2279
+ * The URL for the link. When set, the component renders as an `<a>` element and supports link-related attributes.
2280
2280
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-href
2281
2281
  */
2282
2282
  'href'?: string;
2283
2283
  /**
2284
- * Instructs the browser to download the linked URL.
2284
+ * Downloads the linked URL.
2285
2285
  *
2286
- * **Note**: This is only available when `href` is specified.
2286
+ * **Note**: Only available when `href` is specified.
2287
2287
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-download
2288
2288
  */
2289
2289
  'download'?: string;
2290
2290
  /**
2291
- * Defines where to open the linked URL. Possible values:
2291
+ * Controls where the linked URL opens. Possible values:
2292
2292
  *
2293
2293
  * * `_blank`: Opens in a new tab or window.
2294
- * * `_parent`: Opens in the parent browsing context or `_self` if no parent.
2295
- * * `_self`: Opens in the current browsing context. (Default).
2296
- * * `_top`: Opens in the topmost browsing context or `_self` if no ancestors.
2294
+ * * `_parent`: Opens in the parent browsing context, or `_self` if there is no parent.
2295
+ * * `_self`: Opens in the current browsing context (default).
2296
+ * * `_top`: Opens in the topmost browsing context, or `_self` if there are no ancestors.
2297
2297
  *
2298
- * **Note**: This is only available when `href` is specified.
2298
+ * **Note**: Only available when `href` is specified.
2299
2299
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-target
2300
2300
  */
2301
2301
  'target'?: '_blank' | '_parent' | '_self' | '_top';
2302
2302
  /**
2303
2303
  * Specifies the relationship of the linked URL as space-separated link types. Possible values:
2304
2304
  *
2305
- * * `alternate`: Alternate versions of the current document.
2305
+ * * `alternate`: An alternate version of the current document.
2306
2306
  * * `author`: The author of the current document or article.
2307
2307
  * * `bookmark`: The permalink for the nearest ancestor section.
2308
2308
  * * `external`: The referenced document is not part of the same site as the current document.
2309
2309
  * * `help`: A link to context-sensitive help.
2310
- * * `license`: Indicates that the main content of the current document is covered by the copyright license described by the referenced document.
2311
- * * `me`: Indicates that the current document represents the person who owns the linked content.
2312
- * * `next`: Indicates that the current document is part of a series and the next document in the series is the referenced document.
2313
- * * `nofollow`: Indicates that the current document's original author or publisher does not endorse the referenced document.
2314
- * * `noreferrer`: No `Referer` header will be included. Also has the same effect as `noopener`.
2315
- * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary browsing context (i.e., has "`_blank`" as `target` attribute value).
2316
- * * `prev`: Indicates that the current document is part of a series and the previous document in the series is the referenced document.
2310
+ * * `license`: Content covered by the copyright license described by the referenced document.
2311
+ * * `me`: Links to content owned by the current document's author.
2312
+ * * `next`: The next document in the series.
2313
+ * * `nofollow`: Not endorsed by the original author or publisher.
2314
+ * * `noreferrer`: Prevents the `Referer` header from being sent. Same effect as `noopener`.
2315
+ * * `opener`: Creates an auxiliary browsing context if the hyperlink would otherwise create a top-level browsing context that is not an auxiliary one (i.e., when `target="_blank"`).
2316
+ * * `prev`: The previous document in the series.
2317
2317
  * * `search`: Links to a resource that can be used to search through the current document and its related pages.
2318
- * * `tag`: Gives a tag (identified by the given address) that applies to the current document.
2318
+ * * `tag`: Marks the current document with the given tag.
2319
2319
  *
2320
- * **Note**: This is only available when `href` is specified.
2320
+ * **Note**: Only available when `href` is specified.
2321
2321
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-rel
2322
2322
  */
2323
2323
  'rel'?: 'alternate' | 'author' | 'bookmark' | 'external' | 'help' | 'license' | 'me' | 'next' | 'nofollow' | 'noreferrer' | 'opener' | 'prev' | 'search' | 'tag';
2324
2324
  /**
2325
- * Specifies that the element should be focused when the page loads.
2325
+ * Whether the element is focused when the page loads.
2326
2326
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-autofocus
2327
2327
  */
2328
2328
  'autofocus'?: boolean;
2329
2329
  /**
2330
- * Defines the order in which the element receives focus when navigating with the Tab key.
2330
+ * The element's tab order when navigating with the Tab key.
2331
2331
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-tabindex
2332
2332
  */
2333
2333
  'tabindex'?: number;
@@ -2342,34 +2342,34 @@ declare global {
2342
2342
  */
2343
2343
  'loading'?: boolean;
2344
2344
  /**
2345
- * The button's name, which is submitted with form data.
2345
+ * The button name submitted with form data.
2346
2346
  *
2347
- * **Note**: This is only available when `href` is not specified.
2347
+ * **Note**: Only available when `href` is not specified.
2348
2348
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-name
2349
2349
  */
2350
2350
  'name'?: string;
2351
2351
  /**
2352
- * The button's value, which is submitted with form data.
2352
+ * The button value submitted with form data.
2353
2353
  *
2354
- * **Note**: This is only available when `href` is not specified.
2354
+ * **Note**: Only available when `href` is not specified.
2355
2355
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-value
2356
2356
  */
2357
2357
  'value'?: string;
2358
2358
  /**
2359
- * Defines the button's default behavior. The default is `button`. Possible values:
2359
+ * Specifies the button's default action. Default: `button`. Possible values:
2360
2360
  *
2361
2361
  * * `submit`: Submits the form data to the server.
2362
- * * `reset`: Resets all the controls to their initial values.
2363
- * * `button`: No default behavior, does nothing when pressed by default.
2362
+ * * `reset`: Restores all controls to their initial values.
2363
+ * * `button`: Does nothing by default.
2364
2364
  *
2365
- * **Note**: This is only available when `href` is not specified.
2365
+ * **Note**: Only available when `href` is not specified.
2366
2366
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-type
2367
2367
  */
2368
2368
  'type'?: 'submit' | 'reset' | 'button';
2369
2369
  /**
2370
- * Associates the button with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the button is associated with its parent `<form>`, if any.
2370
+ * Associates the button with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the button uses its parent `<form>`, if any.
2371
2371
  *
2372
- * This attribute allows button elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2372
+ * This lets the button target any form in the document, not just the one it is nested in.
2373
2373
  *
2374
2374
  * **Note**: Only available when `href` is not specified.
2375
2375
  * @see https://www.mdui.org/en/docs/2/components/segmented-button#segmented-button-attributes-form
@@ -2383,11 +2383,11 @@ declare global {
2383
2383
  */
2384
2384
  'formaction'?: string;
2385
2385
  /**
2386
- * Specifies the form data encoding method. Possible values:
2386
+ * Specifies how to encode the form data. Possible values:
2387
2387
  *
2388
- * * `application/x-www-form-urlencoded`: Default if the attribute is not used.
2389
- * * `multipart/form-data`: Used for `<input>` elements with `type` set to `file`.
2390
- * * `text/plain`: For debugging, not for real form submission.
2388
+ * * `application/x-www-form-urlencoded`: Default when the attribute is omitted.
2389
+ * * `multipart/form-data`: Used for `<input>` elements with `type="file"`.
2390
+ * * `text/plain`: Useful for debugging, but not for actual form submissions.
2391
2391
  *
2392
2392
  * Overrides the `enctype` attribute of the button's form owner.
2393
2393
  *
@@ -2398,8 +2398,8 @@ declare global {
2398
2398
  /**
2399
2399
  * Specifies the HTTP method for form submission. Possible values:
2400
2400
  *
2401
- * * `post`: Form data included in HTTP request body.
2402
- * * `get`: Form data appended to `action` URL.
2401
+ * * `post`: Sends the form data in the request body.
2402
+ * * `get`: Appends the form data to the `action` URL.
2403
2403
  *
2404
2404
  * Overrides the `method` attribute of the button's form owner.
2405
2405
  *
@@ -2415,12 +2415,12 @@ declare global {
2415
2415
  */
2416
2416
  'formnovalidate'?: boolean;
2417
2417
  /**
2418
- * Specifies where to display the form submission response. Possible values:
2418
+ * Specifies where to open the response after form submission. Possible values:
2419
2419
  *
2420
- * * `_self`: Current browsing context. (Default).
2420
+ * * `_self`: Current browsing context (default).
2421
2421
  * * `_blank`: New tab or window.
2422
- * * `_parent`: Parent browsing context or `_self` if no parent.
2423
- * * `_top`: Topmost browsing context or `_self` if no ancestors.
2422
+ * * `_parent`: Parent browsing context, or `_self` if there is no parent.
2423
+ * * `_top`: Topmost browsing context, or `_self` if there are no ancestors.
2424
2424
  *
2425
2425
  * Overrides the `target` attribute of the button's form owner.
2426
2426
  *
@@ -2430,7 +2430,7 @@ declare global {
2430
2430
  'formtarget'?: '_self' | '_blank' | '_parent' | '_top';
2431
2431
  } & HTMLElementProps;
2432
2432
  /**
2433
- * Select Component It should be used in conjunction with the `<mdui-menu-item>` component
2433
+ * Select Component Use with the `<mdui-menu-item>` component
2434
2434
  *
2435
2435
  * ```html
2436
2436
  * <mdui-select>
@@ -2442,10 +2442,10 @@ declare global {
2442
2442
  */
2443
2443
  'mdui-select': {
2444
2444
  /**
2445
- * Defines the select style. Possible values:
2445
+ * Defines the select variant. Possible values:
2446
2446
  *
2447
- * * `filled`: Solid background, strong visual emphasis.
2448
- * * `outlined`: Bordered, less visual emphasis.
2447
+ * * `filled`: Solid background with strong visual emphasis.
2448
+ * * `outlined`: Bordered with lighter visual emphasis.
2449
2449
  * @see https://www.mdui.org/en/docs/2/components/select#attributes-variant
2450
2450
  */
2451
2451
  'variant'?: 'filled' | 'outlined';
@@ -2462,7 +2462,7 @@ declare global {
2462
2462
  /**
2463
2463
  * Value of the select, which is submitted with form data.
2464
2464
  *
2465
- * If `multiple` is not set, the value is a string; if set, it's an array of strings. HTML attributes can only set string values; array values must be set via JavaScript property.
2465
+ * If `multiple` is not set, the value is a string; otherwise, it is an array of strings. HTML attributes can only set string values; array values must be set via the JavaScript property.
2466
2466
  * @see https://www.mdui.org/en/docs/2/components/select#attributes-value
2467
2467
  */
2468
2468
  'value'?: string | string[];
@@ -2482,12 +2482,12 @@ declare global {
2482
2482
  */
2483
2483
  'helper'?: string;
2484
2484
  /**
2485
- * Allows the select to be cleared.
2485
+ * Makes the select clearable.
2486
2486
  * @see https://www.mdui.org/en/docs/2/components/select#attributes-clearable
2487
2487
  */
2488
2488
  'clearable'?: boolean;
2489
2489
  /**
2490
- * Material Icons name for the clear button displayed on the right of the select when clearable. Alternatively, use `slot="clear-icon"`.
2490
+ * Material Icons name for the clear button displayed on the right when clearable. Alternatively, use `slot="clear-icon"`.
2491
2491
  * @see https://www.mdui.org/en/docs/2/components/select#attributes-clear-icon
2492
2492
  */
2493
2493
  'clear-icon'?: string;
@@ -2531,9 +2531,9 @@ declare global {
2531
2531
  */
2532
2532
  'error-icon'?: string;
2533
2533
  /**
2534
- * Associates the select with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the select is associated with its parent `<form>`, if any.
2534
+ * Associates the select with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the select uses its parent `<form>`, if any.
2535
2535
  *
2536
- * This attribute allows select elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2536
+ * This lets the select work with any form in the document, not just the one it is nested in.
2537
2537
  * @see https://www.mdui.org/en/docs/2/components/select#attributes-form
2538
2538
  */
2539
2539
  'form'?: string;
@@ -2553,12 +2553,12 @@ declare global {
2553
2553
  */
2554
2554
  'required'?: boolean;
2555
2555
  /**
2556
- * Determines if the element should be focused when the page loads.
2556
+ * Whether the element is focused when the page loads.
2557
2557
  * @see https://www.mdui.org/en/docs/2/components/select#attributes-autofocus
2558
2558
  */
2559
2559
  'autofocus'?: boolean;
2560
2560
  /**
2561
- * Specifies the order in which the element receives focus when navigating with the Tab key.
2561
+ * The element's tab order when navigating with the Tab key.
2562
2562
  * @see https://www.mdui.org/en/docs/2/components/select#attributes-tabindex
2563
2563
  */
2564
2564
  'tabindex'?: number;
@@ -2578,12 +2578,12 @@ declare global {
2578
2578
  */
2579
2579
  'value'?: number;
2580
2580
  /**
2581
- * Determines if the element should be focused when the page loads.
2581
+ * Whether the element is focused when the page loads.
2582
2582
  * @see https://www.mdui.org/en/docs/2/components/slider#attributes-autofocus
2583
2583
  */
2584
2584
  'autofocus'?: boolean;
2585
2585
  /**
2586
- * Specifies the order in which the element receives focus when navigating with the Tab key.
2586
+ * The element's tab order when navigating with the Tab key.
2587
2587
  * @see https://www.mdui.org/en/docs/2/components/slider#attributes-tabindex
2588
2588
  */
2589
2589
  'tabindex'?: number;
@@ -2608,7 +2608,7 @@ declare global {
2608
2608
  */
2609
2609
  'tickmarks'?: boolean;
2610
2610
  /**
2611
- * Hides the tooltip.
2611
+ * Hides the value label.
2612
2612
  * @see https://www.mdui.org/en/docs/2/components/slider#attributes-nolabel
2613
2613
  */
2614
2614
  'nolabel'?: boolean;
@@ -2618,14 +2618,14 @@ declare global {
2618
2618
  */
2619
2619
  'disabled'?: boolean;
2620
2620
  /**
2621
- * Associates the slider with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the slider is associated with its parent `<form>`, if any.
2621
+ * Associates the slider with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the slider uses its parent `<form>`, if any.
2622
2622
  *
2623
- * This attribute allows slider elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2623
+ * This lets the slider work with any form in the document, not just the one it is nested in.
2624
2624
  * @see https://www.mdui.org/en/docs/2/components/slider#attributes-form
2625
2625
  */
2626
2626
  'form'?: string;
2627
2627
  /**
2628
- * Specifies the slider's name, which is submitted with the form data.
2628
+ * Specifies the slider's name, which is submitted with form data.
2629
2629
  * @see https://www.mdui.org/en/docs/2/components/slider#attributes-name
2630
2630
  */
2631
2631
  'name'?: string;
@@ -2647,12 +2647,12 @@ declare global {
2647
2647
  /**
2648
2648
  * Snackbar placement. Default is `bottom`. Possible values:
2649
2649
  *
2650
- * * `top`: Top, centered.
2651
- * * `top-start`: Top, left-aligned.
2652
- * * `top-end`: Top, right-aligned.
2653
- * * `bottom`: Bottom, centered.
2654
- * * `bottom-start`: Bottom, left-aligned.
2655
- * * `bottom-end`: Bottom, right-aligned.
2650
+ * * `top`: Top center.
2651
+ * * `top-start`: Top left.
2652
+ * * `top-end`: Top right.
2653
+ * * `bottom`: Bottom center.
2654
+ * * `bottom-start`: Bottom left.
2655
+ * * `bottom-end`: Bottom right.
2656
2656
  * @see https://www.mdui.org/en/docs/2/components/snackbar#attributes-placement
2657
2657
  */
2658
2658
  'placement'?: 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
@@ -2662,7 +2662,7 @@ declare global {
2662
2662
  */
2663
2663
  'action'?: string;
2664
2664
  /**
2665
- * Indicates if the action button is in the loading state.
2665
+ * Whether the action button is in a loading state.
2666
2666
  * @see https://www.mdui.org/en/docs/2/components/snackbar#attributes-action-loading
2667
2667
  */
2668
2668
  'action-loading'?: boolean;
@@ -2685,12 +2685,12 @@ declare global {
2685
2685
  */
2686
2686
  'message-line'?: 1 | 2;
2687
2687
  /**
2688
- * Automatically closes the Snackbar after a specified time (in milliseconds). Set to `0` to disable auto-closing. Default is 5 seconds.
2688
+ * Automatically closes the Snackbar after the given delay (in milliseconds). Set to `0` to disable auto-close. Default is `5000`.
2689
2689
  * @see https://www.mdui.org/en/docs/2/components/snackbar#attributes-auto-close-delay
2690
2690
  */
2691
2691
  'auto-close-delay'?: number;
2692
2692
  /**
2693
- * Closes the Snackbar when clicking or touching outside the Snackbar area.
2693
+ * Closes the Snackbar when the user clicks or touches outside it.
2694
2694
  * @see https://www.mdui.org/en/docs/2/components/snackbar#attributes-close-on-outside-click
2695
2695
  */
2696
2696
  'close-on-outside-click'?: boolean;
@@ -2720,19 +2720,19 @@ declare global {
2720
2720
  */
2721
2721
  'unchecked-icon'?: string;
2722
2722
  /**
2723
- * The Material Icons name for the checked state. Alternatively, use `slot="checked-icon"`. Defaults to the `check` icon; an empty string removes the default icon.
2723
+ * The Material Icons name for the checked state. Alternatively, use `slot="checked-icon"`. Defaults to the `check` icon; setting an empty string removes the default icon.
2724
2724
  * @see https://www.mdui.org/en/docs/2/components/switch#attributes-checked-icon
2725
2725
  */
2726
2726
  'checked-icon'?: string;
2727
2727
  /**
2728
- * The switch must be checked when submitting the form.
2728
+ * The switch must be checked before the form is submitted.
2729
2729
  * @see https://www.mdui.org/en/docs/2/components/switch#attributes-required
2730
2730
  */
2731
2731
  'required'?: boolean;
2732
2732
  /**
2733
- * Associates the switch with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the switch is associated with its parent `<form>`, if any.
2733
+ * Associates the switch with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the switch uses its parent `<form>`, if any.
2734
2734
  *
2735
- * This attribute allows switch elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2735
+ * This lets the switch work with any form in the document, not just the one it is nested in.
2736
2736
  * @see https://www.mdui.org/en/docs/2/components/switch#attributes-form
2737
2737
  */
2738
2738
  'form'?: string;
@@ -2747,18 +2747,18 @@ declare global {
2747
2747
  */
2748
2748
  'value'?: string;
2749
2749
  /**
2750
- * Determines if the element should be focused when the page loads.
2750
+ * Whether the element is focused when the page loads.
2751
2751
  * @see https://www.mdui.org/en/docs/2/components/switch#attributes-autofocus
2752
2752
  */
2753
2753
  'autofocus'?: boolean;
2754
2754
  /**
2755
- * Specifies the order in which the element receives focus when navigating with the Tab key.
2755
+ * The element's tab order when navigating with the Tab key.
2756
2756
  * @see https://www.mdui.org/en/docs/2/components/switch#attributes-tabindex
2757
2757
  */
2758
2758
  'tabindex'?: number;
2759
2759
  } & HTMLElementProps;
2760
2760
  /**
2761
- * Tab Panel Component It should be used in conjunction with the `<mdui-tabs>` and `<mdui-tab>` components
2761
+ * Tab Panel Component Use with the `<mdui-tabs>` and `<mdui-tab>` components
2762
2762
  *
2763
2763
  * ```html
2764
2764
  * <mdui-tabs value="tab-1">
@@ -2781,7 +2781,7 @@ declare global {
2781
2781
  'value'?: string;
2782
2782
  } & HTMLElementProps;
2783
2783
  /**
2784
- * Tab Component It should be used in conjunction with the `<mdui-tabs>` and `<mdui-tab-panel>` components
2784
+ * Tab Component Use with the `<mdui-tabs>` and `<mdui-tab-panel>` components
2785
2785
  *
2786
2786
  * ```html
2787
2787
  * <mdui-tabs value="tab-1">
@@ -2813,18 +2813,18 @@ declare global {
2813
2813
  */
2814
2814
  'inline'?: boolean;
2815
2815
  /**
2816
- * Determines if the element should be focused when the page loads.
2816
+ * Whether the element is focused when the page loads.
2817
2817
  * @see https://www.mdui.org/en/docs/2/components/tabs#tab-attributes-autofocus
2818
2818
  */
2819
2819
  'autofocus'?: boolean;
2820
2820
  /**
2821
- * Specifies the order in which the element receives focus when navigating with the Tab key.
2821
+ * The element's tab order when navigating with the Tab key.
2822
2822
  * @see https://www.mdui.org/en/docs/2/components/tabs#tab-attributes-tabindex
2823
2823
  */
2824
2824
  'tabindex'?: number;
2825
2825
  } & HTMLElementProps;
2826
2826
  /**
2827
- * Tabs Component It should be used in conjunction with the `<mdui-tab>` and `<mdui-tab-panel>` components
2827
+ * Tabs Component Use with the `<mdui-tab>` and `<mdui-tab-panel>` components
2828
2828
  *
2829
2829
  * ```html
2830
2830
  * <mdui-tabs value="tab-1">
@@ -2841,10 +2841,10 @@ declare global {
2841
2841
  */
2842
2842
  'mdui-tabs': {
2843
2843
  /**
2844
- * Defines the tab shape. Possible values:
2844
+ * Defines the tab variant. Possible values:
2845
2845
  *
2846
- * * `primary`: Located below `<mdui-top-app-bar>`, used for switching between main application pages.
2847
- * * `secondary`: Located within the page, used for switching between related content groups.
2846
+ * * `primary`: Sits below `<mdui-top-app-bar>` and is used to switch between main application pages.
2847
+ * * `secondary`: Sits within the page and is used to switch between related content groups.
2848
2848
  * @see https://www.mdui.org/en/docs/2/components/tabs#tabs-attributes-variant
2849
2849
  */
2850
2850
  'variant'?: 'primary' | 'secondary';
@@ -2856,23 +2856,23 @@ declare global {
2856
2856
  /**
2857
2857
  * Defines the tab position. Default is `top-start`. Possible values:
2858
2858
  *
2859
- * * `top-start`: Top, left-aligned.
2860
- * * `top`: Top, center-aligned.
2861
- * * `top-end`: Top, right-aligned.
2862
- * * `bottom-start`: Bottom, left-aligned.
2863
- * * `bottom`: Bottom, center-aligned.
2864
- * * `bottom-end`: Bottom, right-aligned.
2865
- * * `left-start`: Left, top-aligned.
2866
- * * `left`: Left, center-aligned.
2867
- * * `left-end`: Left, bottom-aligned.
2868
- * * `right-start`: Right, top-aligned.
2869
- * * `right`: Right, center-aligned.
2870
- * * `right-end`: Right, bottom-aligned.
2859
+ * * `top-start`: Top left.
2860
+ * * `top`: Top centered.
2861
+ * * `top-end`: Top right.
2862
+ * * `bottom-start`: Bottom left.
2863
+ * * `bottom`: Bottom, centered.
2864
+ * * `bottom-end`: Bottom right.
2865
+ * * `left-start`: Left top.
2866
+ * * `left`: Left, centered.
2867
+ * * `left-end`: Left bottom.
2868
+ * * `right-start`: Right top.
2869
+ * * `right`: Right, centered.
2870
+ * * `right-end`: Right bottom.
2871
2871
  * @see https://www.mdui.org/en/docs/2/components/tabs#tabs-attributes-placement
2872
2872
  */
2873
2873
  'placement'?: 'top-start' | 'top' | 'top-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end' | 'right-start' | 'right' | 'right-end';
2874
2874
  /**
2875
- * If set, the tabs will fill the width of its parent element.
2875
+ * If set, the tabs will fill the width of their parent element.
2876
2876
  * @see https://www.mdui.org/en/docs/2/components/tabs#tabs-attributes-full-width
2877
2877
  */
2878
2878
  'full-width'?: boolean;
@@ -2887,10 +2887,10 @@ declare global {
2887
2887
  */
2888
2888
  'mdui-text-field': {
2889
2889
  /**
2890
- * Defines the text field style. Default is `filled`. Possible values:
2890
+ * Defines the text field variant. Default is `filled`. Possible values:
2891
2891
  *
2892
- * * `filled`: Text field with background color, providing a stronger visual effect.
2893
- * * `outlined`: Text field with border, providing a subtler visual effect.
2892
+ * * `filled`: Text field with a background color for stronger visual emphasis.
2893
+ * * `outlined`: Text field with a border for subtler visual emphasis.
2894
2894
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-variant
2895
2895
  */
2896
2896
  'variant'?: 'filled' | 'outlined';
@@ -2898,28 +2898,28 @@ declare global {
2898
2898
  * Specifies the text field type. Default is `text`. Possible values:
2899
2899
  *
2900
2900
  * * `text`: Standard text field.
2901
- * * `number`: Allows only numeric input. Devices with dynamic keyboards will display a numeric keyboard.
2902
- * * `password`: Masks the input for password confidentiality.
2903
- * * `url`: Validates URL format. Devices with dynamic keyboards will display a URL-specific keyboard.
2904
- * * `email`: Validates email format. Devices with dynamic keyboards will display an email-specific keyboard.
2905
- * * `search`: Changes the enter icon to a search icon on devices with dynamic keyboards.
2906
- * * `tel`: Displays a phone number keyboard on devices with dynamic keyboards.
2907
- * * `hidden`: Hides the control, but its value will still be submitted to the server.
2908
- * * `date`: Activates a date picker or a numeric scroll wheel for year, month, and day in supported browsers.
2909
- * * `datetime-local`: Activates a date and time picker in supported browsers, excluding time zone.
2910
- * * `month`: Allows input for year and month, excluding time zone.
2911
- * * `time`: Allows time input, excluding time zone.
2912
- * * `week`: Allows input for dates consisting of a year and week, excluding time zone.
2901
+ * * `number`: Allows numeric input only. Virtual keyboards on mobile devices show a numeric layout.
2902
+ * * `password`: Hides the password as you type.
2903
+ * * `url`: Validates URL format. Virtual keyboards on mobile devices show a URL-specific layout.
2904
+ * * `email`: Validates email format. Virtual keyboards on mobile devices show an email-specific layout.
2905
+ * * `search`: Shows a search icon on the Enter key in virtual keyboards.
2906
+ * * `tel`: Displays a phone keypad on virtual keyboards.
2907
+ * * `hidden`: Hides the control, but its value is still submitted to the server.
2908
+ * * `date`: Opens a date picker or a numeric scroll wheel for year, month, and day in supported browsers.
2909
+ * * `datetime-local`: Activates a date and time picker in supported browsers, without a time zone.
2910
+ * * `month`: Allows entering a year and month without a time zone.
2911
+ * * `time`: Allows time input without a time zone.
2912
+ * * `week`: Allows entering a year and week without a time zone.
2913
2913
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-type
2914
2914
  */
2915
2915
  'type'?: 'text' | 'number' | 'password' | 'url' | 'email' | 'search' | 'tel' | 'hidden' | 'date' | 'datetime-local' | 'month' | 'time' | 'week';
2916
2916
  /**
2917
- * The name of text field, which is submitted with form data.
2917
+ * The name of the text field, which is submitted with form data.
2918
2918
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-name
2919
2919
  */
2920
2920
  'name'?: string;
2921
2921
  /**
2922
- * The value of text field, which is submitted with form data.
2922
+ * The value of the text field, which is submitted with form data.
2923
2923
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-value
2924
2924
  */
2925
2925
  'value'?: string;
@@ -2939,17 +2939,17 @@ declare global {
2939
2939
  */
2940
2940
  'helper'?: string;
2941
2941
  /**
2942
- * If set, the helper text is only displayed when the text field is focused.
2942
+ * Shows the helper text only when the text field is focused.
2943
2943
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-helper-on-focus
2944
2944
  */
2945
2945
  'helper-on-focus'?: boolean;
2946
2946
  /**
2947
- * If set, the text field can be cleared.
2947
+ * Makes the text field clearable.
2948
2948
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-clearable
2949
2949
  */
2950
2950
  'clearable'?: boolean;
2951
2951
  /**
2952
- * Material Icons name displayed on the right when the text field is clearable. Alternatively, use `slot="clear-icon"`.
2952
+ * Material Icons name shown on the right when the text field is clearable. Alternatively, use `slot="clear-icon"`.
2953
2953
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-clear-icon
2954
2954
  */
2955
2955
  'clear-icon'?: string;
@@ -2979,14 +2979,14 @@ declare global {
2979
2979
  */
2980
2980
  'end-icon'?: string;
2981
2981
  /**
2982
- * Material Icons name displayed on the right side of the text field when the form field validation fails. Alternatively, use `slot="error-icon"`.
2982
+ * Material Icons name displayed on the right side of the text field when form field validation fails. Alternatively, use `slot="error-icon"`.
2983
2983
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-error-icon
2984
2984
  */
2985
2985
  'error-icon'?: string;
2986
2986
  /**
2987
- * Associates the text field with a `<form>` element. The value should be the `id` of a `<form>` in the same document. If not set, the text field is associated with its parent `<form>`, if any.
2987
+ * Associates the text field with a `<form>` element. Set this to the `id` of a `<form>` in the same document. If omitted, the text field uses its parent `<form>`, if any.
2988
2988
  *
2989
- * This attribute allows text field elements to be associated with `<form>`s anywhere in the document, not just inside a `<form>`.
2989
+ * This lets the text field work with any form in the document, not just the one it is nested in.
2990
2990
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-form
2991
2991
  */
2992
2992
  'form'?: string;
@@ -3001,7 +3001,7 @@ declare global {
3001
3001
  */
3002
3002
  'disabled'?: boolean;
3003
3003
  /**
3004
- * The field must be filled in before the form is submitted.
3004
+ * The field must be filled out before the form is submitted.
3005
3005
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-required
3006
3006
  */
3007
3007
  'required'?: boolean;
@@ -3011,7 +3011,7 @@ declare global {
3011
3011
  */
3012
3012
  'rows'?: number;
3013
3013
  /**
3014
- * Allows the text field height to adjust automatically based on the input content.
3014
+ * Automatically adjusts the height of the text field based on its content.
3015
3015
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-autosize
3016
3016
  */
3017
3017
  'autosize'?: boolean;
@@ -3051,7 +3051,7 @@ declare global {
3051
3051
  */
3052
3052
  'max'?: number;
3053
3053
  /**
3054
- * The step interval during increment and decrement when `type` is `number`.
3054
+ * The step interval for increment/decrement when `type` is `number`.
3055
3055
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-step
3056
3056
  */
3057
3057
  'step'?: number;
@@ -3061,7 +3061,7 @@ declare global {
3061
3061
  */
3062
3062
  'pattern'?: string;
3063
3063
  /**
3064
- * Adds a toggle button for showing and hiding the password when `type` is `password`.
3064
+ * Adds a toggle button to show or hide the password when `type` is `password`.
3065
3065
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-toggle-password
3066
3066
  */
3067
3067
  'toggle-password'?: boolean;
@@ -3096,10 +3096,10 @@ declare global {
3096
3096
  */
3097
3097
  'autocomplete'?: string;
3098
3098
  /**
3099
- * Customizes the Enter key text or icon on the virtual keyboard. The effect varies based on the device and language. Possible values:
3099
+ * Customizes the Enter key text or icon on the virtual keyboard. The effect varies by device and language. Possible values:
3100
3100
  *
3101
3101
  * * `enter`: Inserts a new line, typically used in a multi-line text field.
3102
- * * `done`: Indicates input completion, closes the virtual keyboard.
3102
+ * * `done`: Indicates completion and closes the virtual keyboard.
3103
3103
  * * `go`: Navigates to the target of the entered text.
3104
3104
  * * `next`: Moves to the next text field.
3105
3105
  * * `previous`: Moves to the previous text field.
@@ -3109,31 +3109,31 @@ declare global {
3109
3109
  */
3110
3110
  'enterkeyhint'?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send';
3111
3111
  /**
3112
- * Enable spell checking.
3112
+ * Enables spell checking.
3113
3113
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-spellcheck
3114
3114
  */
3115
3115
  'spellcheck'?: boolean;
3116
3116
  /**
3117
3117
  * Customizes the virtual keyboard. Possible values:
3118
3118
  *
3119
- * * `none`: No virtual keyboard. This is useful for custom input controls.
3119
+ * * `none`: No virtual keyboard. Useful for custom input controls.
3120
3120
  * * `text`: Standard text input keyboard.
3121
3121
  * * `decimal`: Decimal input keyboard. This includes a period `.` or comma `,` and numbers.
3122
- * * `numeric`: Numeric keyboard. This displays numbers 0-9.
3123
- * * `tel`: Phone number keyboard. This includes numbers 0-9, asterisk `*`, and hash `#` keys.
3124
- * * `search`: Search-optimized virtual keyboard. 'Search' is displayed on the submit button.
3125
- * * `email`: Email-optimized virtual keyboard. This typically includes `@ .`.
3126
- * * `url`: URL-optimized virtual keyboard. This typically includes `. / #`.
3122
+ * * `numeric`: Numeric keyboard. This displays numbers 09.
3123
+ * * `tel`: Phone number keyboard. This includes numbers 09, asterisk `*`, and hash `#` keys.
3124
+ * * `search`: Search-optimized virtual keyboard. 'Search' appears on the submit button.
3125
+ * * `email`: Email-optimized virtual keyboard. This typically includes `@` and `.`.
3126
+ * * `url`: URL-optimized virtual keyboard. This typically includes `.`, `/`, and `#`.
3127
3127
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-inputmode
3128
3128
  */
3129
3129
  'inputmode'?: 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
3130
3130
  /**
3131
- * Determines if the element should be focused when the page loads.
3131
+ * Whether the element is focused when the page loads.
3132
3132
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-autofocus
3133
3133
  */
3134
3134
  'autofocus'?: boolean;
3135
3135
  /**
3136
- * Specifies the order in which the element receives focus when navigating with the Tab key.
3136
+ * The element's tab order when navigating with the Tab key.
3137
3137
  * @see https://www.mdui.org/en/docs/2/components/text-field#attributes-tabindex
3138
3138
  */
3139
3139
  'tabindex'?: number;
@@ -3150,48 +3150,48 @@ declare global {
3150
3150
  */
3151
3151
  'mdui-tooltip': {
3152
3152
  /**
3153
- * Defines the tooltip shape. Default is `plain`. Possible values:
3153
+ * Defines the tooltip variant. Default is `plain`. Possible values:
3154
3154
  *
3155
- * * `plain`: For simple single-line text.
3156
- * * `rich`: For text including a title, body text, and action buttons.
3155
+ * * `plain`: For simple, single-line text.
3156
+ * * `rich`: For tooltips with a title, body text, and action buttons.
3157
3157
  * @see https://www.mdui.org/en/docs/2/components/tooltip#attributes-variant
3158
3158
  */
3159
3159
  'variant'?: 'plain' | 'rich';
3160
3160
  /**
3161
3161
  * Sets the tooltip position. Default is `auto`. Possible values:
3162
3162
  *
3163
- * * `auto`: Position is determined automatically.
3164
- * * `top-left`: Top-left corner.
3165
- * * `top-start`: Top, left-aligned.
3166
- * * `top`: Top, centered.
3167
- * * `top-end`: Top, right-aligned.
3168
- * * `top-right`: Top-right corner.
3169
- * * `bottom-left`: Bottom-left corner.
3170
- * * `bottom-start`: Bottom, left-aligned.
3171
- * * `bottom`: Bottom, centered.
3172
- * * `bottom-end`: Bottom, right-aligned.
3173
- * * `bottom-right`: Bottom-right corner.
3174
- * * `left-start`: Left, top-aligned.
3175
- * * `left`: Left, centered.
3176
- * * `left-end`: Left, bottom-aligned.
3177
- * * `right-start`: Right, top-aligned.
3178
- * * `right`: Right, centered.
3179
- * * `right-end`: Right, bottom-aligned.
3163
+ * * `auto`: Automatically determined. For `variant="plain"`, prefers `top`; for `variant="rich"`, prefers `bottom-right`.
3164
+ * * `top-left`: Top left.
3165
+ * * `top-start`: Top start.
3166
+ * * `top`: Top center.
3167
+ * * `top-end`: Top end.
3168
+ * * `top-right`: Top right.
3169
+ * * `bottom-left`: Bottom left.
3170
+ * * `bottom-start`: Bottom start.
3171
+ * * `bottom`: Bottom center.
3172
+ * * `bottom-end`: Bottom end.
3173
+ * * `bottom-right`: Bottom right.
3174
+ * * `left-start`: Left start.
3175
+ * * `left`: Left center.
3176
+ * * `left-end`: Left end.
3177
+ * * `right-start`: Right start.
3178
+ * * `right`: Right center.
3179
+ * * `right-end`: Right end.
3180
3180
  * @see https://www.mdui.org/en/docs/2/components/tooltip#attributes-placement
3181
3181
  */
3182
3182
  'placement'?: 'auto' | 'top-left' | 'top-start' | 'top' | 'top-end' | 'top-right' | 'bottom-left' | 'bottom-start' | 'bottom' | 'bottom-end' | 'bottom-right' | 'left-start' | 'left' | 'left-end' | 'right-start' | 'right' | 'right-end';
3183
3183
  /**
3184
- * Sets the delay in milliseconds before the tooltip appears on hover.
3184
+ * The delay (in milliseconds) before the tooltip appears on hover.
3185
3185
  * @see https://www.mdui.org/en/docs/2/components/tooltip#attributes-open-delay
3186
3186
  */
3187
3187
  'open-delay'?: number;
3188
3188
  /**
3189
- * Sets the delay in milliseconds before the tooltip disappears on hover.
3189
+ * The delay (in milliseconds) before the tooltip disappears on hover.
3190
3190
  * @see https://www.mdui.org/en/docs/2/components/tooltip#attributes-close-delay
3191
3191
  */
3192
3192
  'close-delay'?: number;
3193
3193
  /**
3194
- * Sets the tooltip title. Only applicable when `variant="rich"`. Alternatively, use `slot="headline"`.
3194
+ * Sets the tooltip title. Only applies when `variant="rich"`. Alternatively, use `slot="headline"`.
3195
3195
  * @see https://www.mdui.org/en/docs/2/components/tooltip#attributes-headline
3196
3196
  */
3197
3197
  'headline'?: string;
@@ -3201,12 +3201,12 @@ declare global {
3201
3201
  */
3202
3202
  'content'?: string;
3203
3203
  /**
3204
- * Defines the trigger method. Supports multiple values separated by spaces. Possible values:
3204
+ * Defines how the tooltip opens. Multiple space-separated values are supported. Possible values:
3205
3205
  *
3206
- * * `click`: Triggered on click.
3207
- * * `hover`: Triggered on mouse hover.
3208
- * * `focus`: Triggered on focus.
3209
- * * `manual`: Can only open and close the tooltip programmatically, cannot specify other trigger methods.
3206
+ * * `click`: Triggers on click.
3207
+ * * `hover`: Triggers on mouse hover.
3208
+ * * `focus`: Triggers on focus.
3209
+ * * `manual`: Can only be opened and closed programmatically; no other trigger methods can be specified.
3210
3210
  * @see https://www.mdui.org/en/docs/2/components/tooltip#attributes-trigger
3211
3211
  */
3212
3212
  'trigger'?: 'click' | 'hover' | 'focus' | 'manual' | string;
@@ -3222,7 +3222,7 @@ declare global {
3222
3222
  'open'?: boolean;
3223
3223
  } & HTMLElementProps;
3224
3224
  /**
3225
- * Top App Bar Title Component It should be used in conjunction with the `<mdui-top-app-bar>` component
3225
+ * Top App Bar Title Component Use with the `<mdui-top-app-bar>` component
3226
3226
  *
3227
3227
  * ```html
3228
3228
  * <mdui-top-app-bar>
@@ -3252,9 +3252,9 @@ declare global {
3252
3252
  */
3253
3253
  'mdui-top-app-bar': {
3254
3254
  /**
3255
- * Defines the top app bar style. Default is `small`. Possible values:
3255
+ * Defines the top app bar variant. Default is `small`. Possible values:
3256
3256
  *
3257
- * * `center-aligned`: Small app bar with a center-aligned title.
3257
+ * * `center-aligned`: A small app bar with a centered title.
3258
3258
  * * `small`: Small app bar.
3259
3259
  * * `medium`: Medium-sized app bar.
3260
3260
  * * `large`: Large-sized app bar.
@@ -3262,36 +3262,36 @@ declare global {
3262
3262
  */
3263
3263
  'variant'?: 'center-aligned' | 'small' | 'medium' | 'large';
3264
3264
  /**
3265
- * Hide the top app bar.
3265
+ * Whether the top app bar is hidden.
3266
3266
  * @see https://www.mdui.org/en/docs/2/components/top-app-bar#top-app-bar-attributes-hide
3267
3267
  */
3268
3268
  'hide'?: boolean;
3269
3269
  /**
3270
- * Shrinks the app bar to `small` style. Only applicable for `medium` or `large` variants.
3270
+ * Shrinks the app bar to the `small` variant. Only applies to `medium` or `large` variants.
3271
3271
  * @see https://www.mdui.org/en/docs/2/components/top-app-bar#top-app-bar-attributes-shrink
3272
3272
  */
3273
3273
  'shrink'?: boolean;
3274
3274
  /**
3275
- * Defines the scroll behavior. Accepts multiple space-separated values. Possible values:
3275
+ * Defines the scroll behavior. Multiple space-separated values are accepted. Possible values:
3276
3276
  *
3277
3277
  * * `hide`: Hides when scrolling.
3278
- * * `shrink`: Shrinks when scrolling for medium to large app bars.
3278
+ * * `shrink`: Shrinks when scrolling (for medium to large app bars).
3279
3279
  * * `elevate`: Increases elevation when scrolling.
3280
3280
  * @see https://www.mdui.org/en/docs/2/components/top-app-bar#top-app-bar-attributes-scroll-behavior
3281
3281
  */
3282
3282
  'scroll-behavior'?: 'hide' | 'shrink' | 'elevate';
3283
3283
  /**
3284
- * The element that listens for scroll events. Accepts a CSS selector, DOM element, or [JQ object](https://www.mdui.org/en/docs/2/functions/jq). Defaults to `window`.
3284
+ * The element to watch for scroll events. Accepts a CSS selector, a DOM element, or a [JQ object](/en/docs/2/functions/jq). Defaults to `window`.
3285
3285
  * @see https://www.mdui.org/en/docs/2/components/top-app-bar#top-app-bar-attributes-scroll-target
3286
3286
  */
3287
3287
  'scroll-target'?: string | HTMLElement | JQ<HTMLElement>;
3288
3288
  /**
3289
- * The scroll distance (in pixels) that triggers the scroll behavior.
3289
+ * The scroll distance (in pixels) required to trigger the scroll behavior.
3290
3290
  * @see https://www.mdui.org/en/docs/2/components/top-app-bar#top-app-bar-attributes-scroll-threshold
3291
3291
  */
3292
3292
  'scroll-threshold'?: number;
3293
3293
  /**
3294
- * Specifies the layout order within the [`<mdui-layout>`](https://www.mdui.org/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
3294
+ * Specifies the layout order within the [`<mdui-layout>`](/en/docs/2/components/layout) component. Items are sorted in ascending order. The default value is `0`.
3295
3295
  * @see https://www.mdui.org/en/docs/2/components/top-app-bar#top-app-bar-attributes-order
3296
3296
  */
3297
3297
  'order'?: number;